@charset "utf-8";
/* CSS Document */


.conts_title{
	background-image: url(../images/common/bg_contact.gif);
	background-repeat: repeat;
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 1.5em;
}



.conts_title h1{
	font-size: 1.4em;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FD3B1D;
	padding-left: 10px;
	line-height: 1.6;
	padding-bottom: 5px;
}

.conts_title h2{
	font-size: 1.4em;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FD3B1D;
	padding-left: 10px;
	line-height: 1.6;
	padding-bottom: 5px;
}
.conts_title p{
	font-size: 0.9em;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FD3B1D;
}









/*一覧----------*/

.tec-list .inner{
	border: 1px solid #CCC;
	padding:15px;
	background-color: #FFF;
}
.tec-list .inner .photo {
	float: left;
	width: 120px;
}
.tec-list .inner .txt {
	float: right;
	width: 420px;
}


.tec-list .line{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	clear: both;
	display: block;
	text-decoration: none;
	padding: 10px 5px;
}


.tec-list .line img{
	float: left;
	margin-right: 20px;
	height: auto;
	width: 130px;
}

.tec-list .line dl {
	line-height: 1.4;
	float: left;
	width: 420px;
}

.tec-list .line div.text {
	line-height: 1.4;
	float: left;
	width: 420px;
}
.tec-list .line div.text h2 {
	font-size: 1.2em;
	font-weight: normal;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FD3B1D;
	padding-left: 10px;
	line-height: 1.2;
	padding-bottom: 0;
	margin-bottom: 5px;
}
.tec-list .line div.text h2 .date {
font-size: 12px;
}


.tec-list .line dl dt{
	font-weight: bold;
	color: #000;
	margin-bottom: 0.5em;
	background-image: url(../images/common/icon_maru.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-size: 1.2em;

}


.tec-list .line dl dd{
	font-size: 0.9em;
}

.tec-list .line dl dt span a{
	color: #666;
}

/* 一覧、BOX */
.tec-list .box {
	float: left;
	width: 33.33%;
}
.tec-list .box .item {
	padding: 10px;
	margin: 10px;
	border: 1px solid #999;	
}
.tec-list .box .item h2 {
	margin: 0 0 5px;
	text-align: center;
}
.tec-list .box .item .photo {
	text-align: center;
}
.tec-list .box .item .text {
	font-size: 13px;
}





/*ページ送り*/


#main ul.pageNav01s {
	margin: 0 0 10px;
	padding: 12px;
	background: #f3f3f3;
	text-align: center;
}

#main ul.pageNav01s li {
	display: inline;
	margin: 0 1px;
	padding: 0;
}

#main ul.pageNav01s li span,
#main ul.pageNav01s li a {
	display: inline-block;
	padding: 1px 8px;
	background: #fff;
	border: 1px solid #ccc;
	vertical-align: middle;
	text-decoration: none;
}

#main ul.pageNav01s li a:hover {
	background: #efefef;
}




/*詳細----------*/



.tec-detail .inner{
	border: 1px solid #CCC;
	padding:15px;
	background-color: #FFF;
}

.tec-detail .inner h2{
	font-size: 1.4em;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FA3D2B;
	padding: 10px;
	margin: 0 0 20px;
}

.tec-detail .inner h3{
	font-size: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FA3D2B;
	padding-left: 10px;
	margin-bottom: 1em;
	margin-top: 1.5em;
}
.tec-detail .inner .case h3 {
	border: none;
	padding: 0;
}
.tec-detail .inner h4{
	font-size: 1.2em;
	background-image: url(../images/common/icon_maru.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	padding-top: 0px;
	line-height: 1.4;
	margin-top: 1.5em;
}

.tec-detail .inner p{
	font-size: 0.9em;
	margin: 1em;
	line-height: 1.6;
}


	.tec-detail .inner ul{

	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 0px;
	background-color: #FFF;
		}
	
	.tec-detail .inner ul li{
	background-image: url(../images/common/arrow_red.png);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 20px;
	background-position: left;
	margin-bottom: 0.5em;
		}




.tec-detail .inner table {
	background-color: #f3f3f3;
	border: 1px solid #CCC;
	border-collapse:separate;
	border-spacing:2px;
	margin-bottom: 2em;
}

.tec-detail .inner table thead th{
	background-color: #000;
	border: 1px solid #CCC;
	color: #FFF;
	padding: 5px;
	text-align: center;
	}
.tec-detail .inner table th{
	background-color: #f1eff0;
	border: 1px solid #CCC;
	padding: 5px;
	text-align: left;
}
.tec-detail .inner table td{
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 5px;
}		

.tec-detail .inner table tfoot th,
.tec-detail .inner table tfoot td{
	background-color: #dbcdca;
	border: 1px solid #CCC;
	color: #000;
	padding: 5px;
}

.tec-detail .inner table.noborder {
	background-color: #fff;
	border: none;
	border-collapse: collapse;
	margin-bottom: 2em;
}
.tec-detail .inner table.noborder th{
	background-color:#fff;
	border: none;
}
.tec-detail .inner table.noborder td{
	background-color: #FFF;
	border: none;
	padding: 5px;
}
.tec-detail .inner table h3 {
margin: 10px;
border-left: none;
font-size: 1em;
font-weight: normal;
padding-left: 0;
}


/*写真キャプション ----------*/
.tec-detail .wp-caption {
	border: 1px solid #ddd;
	background-color: #F6F6F6;
	padding: 10px;
	text-align: center;
	margin: 0 0 20px;
}
.tec-detail .wp-caption .wp-caption-text {
	font-size: 12px;
	margin: 5px 5px 0;
}




/*お問い合わせ ----------*/

.tec-detail .inner .contact-box{
	border: 2px solid #333;
	margin-bottom: 10px;
	background-image: url(../images/common/bg_contact.gif);
	background-repeat: repeat;
	background-position: left top;
	margin: 40px 0 0;
}


.tec-detail .inner .contact-box h2{
	text-align: center;
}
.tec-detail .inner .contact-box .inner{
	background-color: #FFF;
	padding: 20px;
	margin: 4px;
}

.tec-detail .inner .contact-box .inner p{
	font-size: 0
.９;
	line-height: 1.4;
}
.tec-detail .inner .contact-box .inner .photo{
	width: 100px;
	float: left;
}

.tec-detail .inner .contact-box .inner p.txt{
	width: 410px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 20px;
	padding: 0px;
}




/*詳細　その他の技術------------*/

.tec-box{
	border: 1px solid #CCC;
	margin: 60px 0 20px;
	background-color: #FFF;
}

.tec-box h2
{
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding: 0px;
	margin: 0px;
}

.tec-box .inner{
	padding:10px;
	font-size: 0.9em;
	line-height: 1.4;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.tec-box ul.tec-list{
	background-color: #FFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
	
.tec-box ul.tec-list li{
	background-image: url(../images/common/arrow_red.png);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 18px;
	background-position: left;
	margin-bottom: 0.5em;
	float: left;
	width: 45%;
	margin-right: 5px;
	display: block;
	margin-left: 5px;
}

.tec-box ul.link{
	list-style-type: none;
	padding: 0px;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.tec-box ul.link li{
	list-style-type: none;
	display: inline;
	padding: 0px;
	margin: 0px;
	background-image: none;
}
		
.tec-box ul.link li a{
	background-image: url(../images/common/arrow_red.png);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 30px;
	background-position: 10px center;
	margin-bottom: 0.5em;
	float: left;
	width: 215px;
	margin-right: 10px;
	margin-left: 10px;
	display: block;
	background-color: #f7f7f7;
	border: 2px solid #CCC;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 3px;
	/* box-shadow */
	box-shadow:rgb(255, 255, 255) 0px 0px 0px 2px inset;
	-webkit-box-shadow:rgb(255, 255, 255) 0px 0px 0px 2px inset;
	-moz-box-shadow:rgb(255, 255, 255) 0px 0px 0px 2px inset;
}

.tec-box ul.link li a:hover{
	color: #FFF;
	text-decoration: none;
	background-color: #666;
}



	


/* 引用
----------------------------------------------------------- */
.blockquote-top{
	background-image: url(../images/contents/bg_blockquote-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #f2f2f2;
	margin: 2em;
}  

blockquote{
	padding: 10px 30px 5px 30px;
	color: #212121;
	background-image: url(../images/contents/bg_blockquote-bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #F2F2F2;
}
.blockquote-top p	{
	margin-bottom: 12px;
}




/* ページング
----------------------------------------------------------- */
.wp-pagenavi {
	margin: 0 0 10px;
	padding: 12px;
	background: #f3f3f3;
	text-align: center;
}
.wp-pagenavi a {
	text-decoration: none;
}
.wp-pagenavi .current {
	display: inline-block;
	padding: 1px 8px;
	background: #fff;
	border: 1px solid #ccc;
	vertical-align: middle;
	text-decoration: none;
}
.wp-pagenavi a.page,
.wp-pagenavi .extend,
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	display: inline-block;
	padding: 1px 8px;
	background: #fff;
	border: 1px solid #ccc;
	vertical-align: middle;
	text-decoration: none;
	margin: 0 1px;
}


/**
 * 問い合わせフォーム
 */
.wpcf7-form-control-wrap label {
display: block;
}
span.wpcf7-list-item {
margin: 0;
}
textarea.size-max {
width: 98%;
}
textarea.size-max-row3 {
width: 98%;
height: 3em;
}
input.size-s {
width: 10em;
}
input.size-m {
width: 20em;
}
input.size-l {
width: 30em;
}
.wpcf7-form div.submit {
text-align: center;
padding: 20px 0;
}
.wpcf7-form div.submit .wpcf7-submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8b4f00;
	padding: 14px 24px;
	background: -moz-linear-gradient(
		top,
		#ffcc00 0%,
		#ffcc00);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffcc00),
		to(#ffcc00));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 0px solid #f4ffad;
	-moz-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px -4px 0px rgba(211,169,000,1);
	-webkit-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px -4px 0px rgba(211,169,000,1);
	box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px -4px 0px rgba(211,169,000,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.4);
}
.wpcf7-form tr.required th,
.wpcf7-form tr.required td {
background-color: #FFDFDF;
}




/* 技術ページの事例 */
.tec-detail .inner .case {
	margin: 20px 0;
}
.tec-detail .inner .case a.more{
	display: block;
	padding: 5px ;
	text-align: center;
	background-color: #333;
	color: #fff;
}

