@charset "utf-8";

/*reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
	font-weight:normal;
	font-size:12px;
	list-style-type:none;
}
img{
	margin:0;
	padding:0;
}
a img{
	border:none;
}
a{
	color:#669900;
}


/*separator*/
.separator{
	background-image:url(img/separate_slash.jpg);
	background-repeat:repeat-x;
	height:3px;
}

/*head*/
#head{
	background-image:url(img/head_bg.jpg);
	background-repeat:repeat-x;
}
#headinner{
	width:950px;
	margin:auto;
	margin-top:1px;
	position:relative;
}
#headinner h1{
	font-size:10px;
	color:#666666;
	text-align:left;
	margin-bottom:12px;
}
#headinner h2{
	width:160px;
	height:38px;
	margin-left:20px;
}
#headbtn{
	text-align:right;
	margin-top:-30px;
	margin-bottom:12px;
}
#headbtn2{
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
	width: 440px;
}


/*globalmenu*/
#globalmenu{
	background-image:url(img/global_btn_bg.jpg);
}
#globalmenu ul{
	width:951px;
	margin:auto;
}
#globalmenu li{
	float:left;
}
#globalmenu li img{
	vertical-align:bottom;
}


/*mainimage*/
#mainimage{
	background-image:url(img/head_bg.jpg);
	background-repeat:repeat-x;
	margin-top:1px;
}
#mainimageinner{
	width:950px;
	margin:auto;
}


/*dcontent*/
#content{
	background-image:url(img/head_bg.jpg);
	background-repeat:repeat-x;
}
#contentinner{
	width:950px;
	margin:auto;
	background-image:url(img/contentinner_bg.jpg);
}
#contentinner #works{
	width:316px;
	float:left;
	padding-top:15px;
	margin-bottom:2em;
}
#contentinner #news{
	width:317px;
	float:left;
	padding-top:15px;
	margin-bottom:2em;
}
#contentinner #showcase{
	width:316px;
	float:left;
	padding-top:15px;
	margin-bottom:2em;
}
#contentinner .contentttl{
	margin-top:1em;
}
#contentinner .contentbody{
	margin-top:1.5em;
	font-size:x-small;
}
#contentinner .contentbody dt{
	padding:0 1em 0.3em 10px;
	background-image:url(img/mark_normal.gif);
	background-repeat:no-repeat;
}
#contentinner .contentbody dd,
#contentinner .contentbody p{
	padding:0.5em 2em 1em 10px;
}
#contentinner .contentbody li{
	padding:0 1em 1.5em 10px;
	font-size:x-small;
}
#contentinner .contentbody li.client{
	background-image:url(img/mark_green.gif);
	background-repeat:no-repeat;
}
#contentinner .contentbody li.press{
	background-image:url(img/mark_orange.gif);
	background-repeat:no-repeat;
}
#contentinner .contentbody li.service{
	background-image:url(img/mark_blue.gif);
	background-repeat:no-repeat;
}


/*newstab*/
#contentinner #tab{
	margin:1em 0 2em 0;
}
#contentinner #tab li{
	float:left;
	margin:0;
	padding:0;
}
#contentinner #tab li a span{
	display:none;
}

/*tab1*/
#contentinner #tab li a#tab_1{
	display:block;
	width:21px;
	height:14px;
	background-image:url(img/news_tab_1_f2.gif);
	outline:none;

}
#contentinner #tab li.selected a#tab_1{
	background-image:url(img/news_tab_1.gif);
	border:none;
}
#contentinner #tab li.selected a#tab_1:hover{
	background-image:url(img/news_tab_1.gif);
	border:none;
}
#contentinner #tab li a#tab_1:hover{
	background-image:url(img/news_tab_1_f3.gif);
}

/*tab2*/
#contentinner #tab li a#tab_2{
	display:block;
	width:41px;
	height:14px;
	background-image:url(img/news_tab_2_f2.gif);
	outline:none;

}
#contentinner #tab li.selected a#tab_2{
	background-image:url(img/news_tab_2.gif);
	border:none;
}
#contentinner #tab li.selected a#tab_2:hover{
	background-image:url(img/news_tab_2.gif);
	border:none;
}
#contentinner #tab li a#tab_2:hover{
	background-image:url(img/news_tab_2_f3.gif);
}

/*tab3*/
#contentinner #tab li a#tab_3{
	display:block;
	width:38px;
	height:14px;
	background-image:url(img/news_tab_3_f2.gif);
	outline:none;

}
#contentinner #tab li.selected a#tab_3{
	background-image:url(img/news_tab_3.gif);
	border:none;
}
#contentinner #tab li.selected a#tab_3:hover{
	background-image:url(img/news_tab_3.gif);
	border:none;
}
#contentinner #tab li a#tab_3:hover{
	background-image:url(img/news_tab_3_f3.gif);
}

/*tab4*/
#contentinner #tab li a#tab_4{
	display:block;
	width:38px;
	height:14px;
	background-image:url(img/news_tab_4_f2.gif);
	outline:none;

}
#contentinner #tab li.selected a#tab_4{
	background-image:url(img/news_tab_4.gif);
	border:none;
}
#contentinner #tab li.selected a#tab_4:hover{
	background-image:url(img/news_tab_4.gif);
	border:none;
}
#contentinner #tab li a#tab_4:hover{
	background-image:url(img/news_tab_4_f3.gif);
}

#contentinner .contentbody dl.case{
	width:300px;
}
#contentinner .contentbody dl.case dd{
	padding:0px;
}
#contentinner .contentbody dd.casettl{
	margin-left:120px;
	margin-top:-75px;
	font-weight:bold;
}
#contentinner .contentbody dd.casedesc{
	margin-left:120px;
}
#contentinner .contentbody dd.casedetail{
	text-align:right;
}
#contentinner .contentbody dd.casedesc p{
	margin:0;
	padding:0;
}

#contentinner .contentbody dt.caseimage{
	padding:0 1em 0.3em 10px;
	background-image:url(img/mark_grey.gif);
	background-repeat:no-repeat;
	width:100px;
	height:70px;
	overflow:hidden;
}
#contentinner .contentbody dt.caseimage a img{
	border:1px solid #cccccc;	
	padding:2px;
}

dl.case{
	padding:1em 0 1em 0;
	background-image:url(img/separate_dot.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	min-height:80px;
	_height:80px;
}


/*servicebanner*/
#banner{
	padding:10px;
	background-image:url(img/separate_dot.jpg);
	background-repeat:repeat-x;
}	
#servicehead,
#servicefoot{
	width:900px;
	margin:auto;
}
div#servicebody{
	background-image:url(img/service_bg.gif);
	padding:10px;
	width:880px;
	margin:auto;
}
ul#servicebodylist{
	width:540px;
	margin:auto;
}
ul#servicebodylist li{
	float:left;
	margin-left:1px;

}


/*foot*/
#foot{
	background-image:url(img/foot_bg.jpg);
	background-repeat:repeat-x;
	background-color:#CCCCCC;
	margin-top:20px;
	height:200px;
}
/*#pagetop{
	width:900px;
	text-align:right;
	margin:-5px auto 15px auto;
}
*/
#footinner{
	width:900px;
	margin:30px auto 10px auto;
}
ul#footmenu li{
	float:right;
}
#footcatch{
	color:#999999;
	font-size:10px;
	text-align:right;
	padding-top:5px;
	margin-top:-3px;
	background-image:url(img/separate_dot.gif);
	background-repeat:repeat-x;
	background-position:top;
}
#copyright{
	text-align:right;
	margin-top:1px;
}






/*-------------------------------------------------------------------------------------

repair用

-------------------------------------------------------------------------------------*/

/*foot*/
#foot{
	background-image:url(img/foot_bg.jpg);
	background-repeat:repeat-x;
	background-color:#CCCCCC;
	padding-top:20px;
	height:200px;
	margin-top:0;
}
#pagetop{
	width:900px;
	text-align:right;
	margin:-20px auto 15px auto;
	*	margin:-5px auto 15px auto;
}

#footinner{
	width:900px;
	margin:-20px auto 10px auto;
}
ul#footmenu li{
	float:right;
}
#footcatch{
	color:#999999;
	font-size:10px;
	text-align:right;
	padding-top:5px;
	background-image:url(img/separate_dot.gif);
	background-repeat:repeat-x;
	background-position:top;
}
#copyright{
	text-align:right;
	margin-top:1px;
}
/*officebanner*/
div#office_banner{
	width:900px;
	margin:-25px auto 10px auto;
}
div#office_banner ul li{
	float:left;
	margin-right:1em;
}

#maincontent div.re_c,div.re_c{
	padding-top:0px;
	margin-left:40px;
}
h3.re_title{
	border-bottom:1px dashed #CCCCCC;
	background-image:none;
	padding:5px 3px 3px 5px;
	border-left:4px solid #669900;
	margin-bottom:0.5em;
	background-color:#F6F6F6;
	font-size:1.3em;
}

table.tbl{
	width:510px;
	margin-top:0;
	border-collapse:collapse;
}
table.tbl td input,table.tbl td textarea,table.tbl td.inputarea select{
	font-size:1.2em;
	width:340px;
}
table.tbl td textarea#contents_lig{
	height:150px;
}
table.tbl td.btn input{
	font-size:1.2em;
	width:auto;
}
table.tbl th{
	padding:1em;
	width:10em;
	border-top:1px dotted #CCCCCC;
	text-align:left;
	background-color:#eeeeee;
}
table.tbl td{
	padding:1em;
	border-top:1px dotted #CCCCCC;
}
table.tbl tr.form_last th,table.tbl tr.form_last td{
	border-bottom:1px dotted #CCCCCC;
}
address{
	font-size:1.2em;
	font-style:normal;
	margin:0 0 1em 10px;
}
span.wpcf7-not-valid-tip-no-ajax{
	display:block;
}
div.wpcf7-response-output,div.wpcf7-validation-errors{
	text-align:right;
	margin-top:1em;
}
div.wpcf7-validation-errors,span.wpcf7-not-valid-tip-no-ajax,.input-error,.validation-errors,label span{
	color:red;
}
.validation-errors{
	margin:1em 0;
	margin-left:10px;
}
div.formButton{
	width:510px;
	margin-left:40px;
	text-align:right;
	clear:both;
}
div.formButton form{
	margin-bottom:1em;
	margin-left:1em;
	float:right;
}
table.tbl td.btn{
	background-color:#ffffff;
	padding-right:0px;
}
table.tbl th.lastth{
	background-color:#ffffff;
}
#contentinner .contentbody p.formstep{
	padding:0px;
	margin-bottom:1.5em;
}
form #contentinner h4{
	margin-bottom:1em;
}



/*office写真*/
#contentinner .contentbody ul.thumbs li{
	display:inline;
	float:none;
	padding:0px;
	margin-right:11px;
	clear:right;
}
#contentinner .contentbody ul.thumbs li.on{
}
#contentinner .contentbody ul.thumbs{
	margin-top:10px;
	padding:0px;
}




/*clearfix*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/* social button */

#social_desu {
	margin-bottom: 10px;
	width: 470px;
	height: 20px;
	
/*	display:none;*/
}
#mixicheck {
	padding-bottom: 5px;
	float: left;
	width: 68px;
/*	height: 30px; */
}
#greesocial {
	float: left;
}
#facebooksocial {
	float: left;
}

#tweetsocial {
	float: left;
}

#hatebusocial {
	float: left;
	padding-top: 5px;
}
div#dsq-authenticate  p.dsq-autheneticate-copy{
	display:none;
}
div#dsq-new-post h3{
	display:none;
}
#dsq-content #dsq-global-toolbar #dsq-like-thread-button:hover {
	color:#ffffff;
}
