@charset "utf-8";

#feature-index{
	margin:0 auto 30px auto; display:block; clear:both; text-align:center;
}

#feature-index *{ box-sizing:border-box; }

#feature-index img{ max-width:100%; width:auto; height:auto; }

#feature-index .detail-box{
	max-width:700px; 
	padding: 0 0 45px 0;
	margin: 0 auto;
	clear: both;
	text-align: left;
	/* [disabled]text-align: center; */
}
/* 特徴の項目ボックス 幅50%サイズ用（２つのボックスを入れる）*/
#feature-index .half{
	/* [disabled]float: left; */
	display:inline-block;
	vertical-align: top;
	width: 50%;
}
/* 特徴の見出し */

#feature-index .detail-box h4{
	width: 100%;
	padding: 8px 0 8px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #828282;
	margin: 0 0 5px;
	text-align: left;
}
#feature-index .detail-box .half h4{
	padding: 8px 0 8px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #828282;
	margin: 0 0 3px 0;
	width: 97%;
}
#feature-index .detail-box h4 span{
	padding: 0 0 0 10px;
	font-size: 100%;
	line-height: 1.2;
	font-weight: bold;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #555555;
	display: block;
	margin: 0 0 0 3px;
}
#feature-index .detail-box h4 span em{
	font-size:77%;
}
/* 特徴のテキスト */
#feature-index .detail-box p{
	font-size: 100%;
	line-height: 1.6;
	padding: 8px 10px 0 15px;
}
#feature-index .half p{
	font-size: 100%;
	line-height: 1.7;
	padding: 8px 18px 0 15px;
	/* [disabled]float: left; */

}
#feature-index .half p strong{
	font-weight:bold;
}
/* テキスト文中の画像配置 */
#feature-index .pic-r{
	float: right;
	padding: 8px 10px 0 15px;
}
#feature-index .pic-l{
	float: left;
	padding: 8px 15px 0 15px;
}
#feature-index .half-pic-r{
	float: right;
	padding: 8px 15px 0 5px;
}
#feature-index .half-pic-l{
	float: left;
	padding: 8px 8px 0 15px;
}
#feature-index .pic-center{
	padding: 15px 15px 15px;
	width: 670px;
	text-align: center;
}
#feature-index .pic-center img{
	width:100%;
	height:auto;
}
#feature-index .half-pic-center{
	clear: both;
	padding: 10px 15px 0 15px;
	margin: 0 auto;
	float: none;
	text-align: center;
	
}

#feature-index .pic-r img,
#feature-index .pic-l img,
#feature-index .half-pic-r img,
#feature-index .half-pic-l img{

}

#feature-index .half-pic-center img{

}

#feature-index .pic-r .img-notice,
#feature-index .pic-l .img-notice,
#feature-index .half-pic-r .img-notice,
#feature-index .half-pic-l .img-notice,
#feature-index .pic-center .img-notice,
#feature-index .half-pic-center .img-notice{
	display:block;
	font-size:80%;
}

/* 製品画像 横並びリスト */
#feature-index ul.pic{
	float:left;
	width:100%;
	margin:0 auto;
	padding:10px 0 0;
}
#feature-index ul.pic li{
	float:left;
	text-align:center;
}
#feature-index ul.pic li img{
	vertical-align:top
}
#feature-index ul.pic p.name{
	text-align: center;
	clear: both;
	padding: 5px 0;

	line-height: 1.3;
	font-size: 93%;
	font-weight: bold;
	line-height: 1.3;
}
#feature-index ul.pic div.btn{
	text-align: center;
	clear: both;
	padding: 0;
}
/* 横並び　２列 */
#feature-index ul.col-2{
	width:100%;
	margin:0 auto;
}
#feature-index ul.col-2 li{
	width: 48%;
	padding: 0 1% 0 1%;
}
/* 横並び　３列 */
#feature-index ul.col-3{
	width:100%;
	margin:0 auto;
}
#feature-index ul.col-3 li{
	width: 31%;
	padding: 0 1% 20px 1%;
}
/* 横並び　４列 */
#feature-index ul.col-4{
	width: 100%;
	margin: 0;
}
#feature-index ul.col-4 li{
	width: 23%;
	padding: 0 1% 20px 1%;
}


/* 概要　1明細に対するコメント */
#feature-index .feature-notice{
	margin: 5px auto 0;
	padding: 2%;
	width: 90%;
	background: #eee;
	border-radius: 2px;
}
#feature-index .feature-notice .feature-notice-ttl{
	display: block;
	font-weight: bold;
}


/* **********************************************
製品ラインアップ写真
************************************************* */
#about-pics{
	width: 690px;
	float: left;
	clear: both;
	padding: 1em 0 0 0;
	margin: 0 5px 0 5px;
	/* [disabled]border-bottom-width: 1px; */
	/* [disabled]border-bottom-style: solid; */
	/* [disabled]border-bottom-color: #dddddd; */
}
#about-pics ul{
	width:100%;
	clear:both;
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}
#about-pics ul li{
	width: 330px;
	padding: 0 5px 1.5em;
	vertical-align: top;
	display: inline-block;
	letter-spacing: normal;
}
#about-pics ul li h4{
	text-align: center;
	clear: both;
	padding: 3px 5px 0;
	line-height: 1.3;
	font-size: 116%;
	font-weight: bold;
	line-height: 1.3;
}
#about-pics ul li p.txt{
	text-align: center;
	clear: both;
	padding: 1% 0 0;
	line-height: 1.3;
	font-size: 93%;
	font-weight: normal;
	line-height: 1.2;
}
/* **********************************************
その他スタイル
************************************************* */
#feature-index p span{
	display: block;
	text-align: left;
	line-height: 1.5;
	font-size: 85%;
	color: #7B7B7B;
}
#feature-index p span em{
	font-weight:bold;
}
#info-txt{
	width: 700px;
	float: left;
	clear: both;
	text-align: center;
	font-size: 85%;
	color: #848484;
	margin: -30px 0 20px 0;
}
/* ページ独自スタイルここまで */

#feature-index .detail-box .img-box{
	text-align:center;
	margin:0 0 1em 0;
}
#feature-index .detail-box .img-box img{
	/* [disabled]width: 100%; */
	height: auto;
}
/* **********************************************
追加スタイル
************************************************* */

#feature-index .detail-box p.lead{
	padding: 8px 10px 2em 15px;
}
#feature-index .half-pic-center span{
	display:block;
	font-size:85%;
}
#feature-index div.ttl-bt{
	text-align: center;
	font-size: 123.1%;
	font-weight: bold;
	padding: 30px 0 15px 0;
	margin: 10px 15px 0 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dddddd;
}
/**********************************************************
各部名称
***********************************************************/
#feature-index .detail-box .wide-box{
	width: 700px;
	padding: 10px 0 0 0;
}
#feature-index .detail-box .wide-box .img-box{
	width: 700px;
	text-align: center;
	margin: 0 0 0.5em 0;
}
#feature-index .detail-box .btn{
	display:none;
}
/* **********************************************
Youtube
************************************************* */
#youtube-box{
	clear: both;
	text-align: center;
	width: 700px;
	font-size: 12px;
	padding: 0 0 18px;
	margin: 0 0 0 0;
	text-align: left;
	line-height: 1.6;
	color: #333;
	/* [disabled]border-bottom-width: 1px; */
	/* [disabled]border-bottom-style: solid; */
	/* [disabled]border-bottom-color: #D6D6D6; */
	/* [disabled]border-top-width: 1px; */
	/* [disabled]border-top-style: solid; */
	/* [disabled]border-top-color: #D6D6D6; */
	/* [disabled]float: left; */
}
#youtube-box p{
	padding:0;
}

#youtube-box iframe{
	width: 700px;
	height: 392px;
	padding: 20px 0 10px 0;
	clear: both;
}
#feature-index #youtube-box p{
	font-size: 100%;
	line-height: 1.6;
	padding: 8px 10px 0 10px;
}
/* 番号リスト */
#feature-index ol.list{
	text-align:left;
	padding:0.5em 0 ;
}
#feature-index ol.list li{
	clear: both;
	padding: 0 0 0 1.5em;
	margin: 0.75em 1% 0;
	line-height: 1.6;
	font-size: 93%;
	text-indent: -1.5em;
}
#feature-index ol.list li em{
	font-weight:bold;
	color:#333;
}
/***************************************************
btn-linkボタン
****************************************************/
#feature-index .btn-link{
	text-align: center;
	padding: 0;
	clear: both;
	margin:2em 0 1em;
	letter-spacing: normal; /* 文字間を通常に戻す */
}
#feature-index .btn-link .btn-mat{
	display: inline-block;
	clear: both;
	color: #FFF;
	margin: 0 0 0 0;
	width:90%;
	box-sizing:border-box;
}
#feature-index .btn-link .btn-mat a{
	padding: 1em 0 ;
	display: block;
	color: #FFF;
	/* border-radius */
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	/* box-shadow */
	box-shadow: #c9c9c9 0px 0px 1px 1px;
	-webkit-box-shadow: #c9c9c9 0px 0px 1px 1px;
	-moz-box-shadow: #c9c9c9 0px 0px 1px 1px;
	background-color: #0b3475;
}
#feature-index .btn-link .btn-mat a:link{color: #FFF;text-decoration:none;}
#feature-index .btn-link .btn-mat a:visited{color: #FFF;text-decoration:none;}
#feature-index .btn-link .btn-mat a:hover{
	color: #FFF;
	text-decoration: none;
	background-color: #0F46A2;
}

#feature-index .btn-link .btn-mat img{
	vertical-align: middle;
	margin: 0 10px 0 0;
}
#feature-index .btn-link .btn-mat em{
	vertical-align: middle;
	font-size: 108%;
	font-weight: bold;
	padding: 0 3px 0 0;
}
#feature-index .btn-link .btn-mat span{
	display:block;
	text-align:center;
	vertical-align: middle;
	font-size: 85%;
	margin:0.5em 0 0 0;
	font-weight: normal;
}
#feature-index .btn-link .btn-mat strong{
	display: block;
	font-weight: normal;
	font-size: 85%;
	line-height: 1.1;
	padding: 0 0 4px 0;
}
#feature-index h4{
	font-size:116%;
	font-weight:bold;
	padding:1em 0 0 1em;
}
#feature-index h4 span{
	font-size:85%;
	font-weight:normal;
	padding:0 0 0 0.5em;
}
#feature-index .pad-sec{
	margin:1em 0 1em 0;
}
#feature-index .two-pad{
	border-bottom:solid 1px #ccc;
}

/* SmartPhone Style  ###################################################################################################### */
@media screen and (max-width:499px){
/* 特徴の項目ボックス 幅フルサイズ*/
#feature-index .detail-box{
	width: 100%;
	padding: 0 0 30px 0;
	margin: 0 auto;
	clear: both;
	/* [disabled]float: left; */
}
#feature-index .detail-box .img-box{
}
#feature-index .detail-box .img-box img{
	width:100%;
	height:auto;
}

/* 特徴の項目ボックス 幅50%サイズ用（２つのボックスを入れる）*/
#feature-index .half{
	/* [disabled]float: left; */
	vertical-align: top;
	width: 100%;
}

#feature-index .detail-box .half:first-child{
	padding: 0 0 30px 0;
}



/* 特徴の見出し */
#feature-index .detail-box h3{
	width: 100%;
	padding: 8px 0 8px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #828282;
	margin: 0 0 5px;
}
#feature-index .detail-box .half h3{
	padding: 8px 0 8px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #828282;
	margin: 0 0 3px 0;
	width: 97%;
}
#feature-index .detail-box h3 span{
	padding: 0 0 0 1.5%;
	font-size: 123.1%;
	line-height: 1.2;
	font-weight: bold;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #555555;
	display: block;
	margin: 0 0 0 0.5%;
}

/* 特徴のテキスト */
#feature-index .detail-box p{
	font-size: 100%;
	line-height: 1.6;
	clear: both;
	width: 96%;
	margin: 5px auto 0;
	padding: 0;
}
#feature-index .half p{
	font-size: 100%;
	line-height: 1.6;
	padding: 5px 18px 0 15px;
	/* [disabled]float: left; */
}

/* テキスト文中の画像配置 */
#feature-index .pic-r{
	/* [disabled]float: right; */
	padding: 8px 0 0 0;
	width: 100%;
	text-align: center;
}
#feature-index .pic-l{
	/* [disabled]float: left; */
	padding: 8px 0 0 0;
	width: 100%;
	text-align: center;
}
#feature-index .half-pic-r{
	float: right;
	padding: 8px 0 0 0;
	width: 100%;
	text-align: center;
}
#feature-index .half-pic-l{
	/* [disabled]float: left; */
	padding: 8px 0 0 0;
	width: 100%;
	text-align: center;
}
#feature-index .pic-center{
	padding: 2% 0 2%;
	width: 100%;
	text-align: center;
}
#feature-index .half-pic-center{
	clear: both;
	padding: 1.5% 0 0 0;
	margin: 0 auto;
	float: none;
	width: 100%;
	text-align: center;
}
#feature-index .pic-r img,
#feature-index .pic-l img,
#feature-index .half-pic-r img,
#feature-index .half-pic-l img{
	width: 80%;
	height:auto;
}
#feature-index .pic-center img{
	width: 100%;
	height: auto;
}
#feature-index .half-pic-center img{
	width: 100%;
	height: auto;
}
#feature-index .half-pic-center img.icn-img{
	width: 100%;
	max-width:125px;
	height: auto;
}
#feature-index .half-pic-center img.img-solo{
	width: 75%;
	height: auto;
}

#feature-index .pic-r .img-notice,
#feature-index .pic-l .img-notice,
#feature-index .half-pic-r .img-notice,
#feature-index .half-pic-l .img-notice,
#feature-index .pic-center .img-notice,
#feature-index .half-pic-center .img-notice{
	display:block;
	font-size:80%;
}

/* 製品画像 横並びリスト */
#feature-index ul.pic{
	float:left;
	width:100%;
	margin:0 auto;
	padding:10px 0 0;
	
}
#feature-index ul.pic li{
	float:left;
	text-align:center;
}
#feature-index ul.pic li img{
	vertical-align:top
}
#feature-index ul.pic p.name{
	text-align: center;
	clear: both;
	padding: 8px 0 5px;
	line-height: 1.3;
	font-size: 93%;
	font-weight: bold;
	line-height: 1.3;
}
#feature-index ul.pic div.btn{
	text-align: center;
	clear: both;
	padding: 0;
}
/* 横並び　２列 */
#feature-index ul.col-2{
	width:100%;
	margin:0 auto;
}
#feature-index ul.col-2 li{
	width: 100%;
	padding: 0 0 20px 0;
	text-align: center;
}
/* 横並び　３列 */
#feature-index ul.col-3{
	width:100%;
	margin:0 auto;
}
#feature-index ul.col-3 li{
	width: 100%;
	padding: 0 0 20px 0;
}
/* 横並び　４列 */
#feature-index ul.col-4{
	width: 100%;
	margin: 0;
}
#feature-index ul.col-4 li{
	width: 100%;
	padding: 0 0 20px 0;
}

/* 概要　1明細に対するコメント */
#feature-index .feature-notice{
	margin: 5px auto 0;
	padding: 2%;
	width: 90%;
	background: #eee;
	border-radius: 2px;
}
#feature-index .feature-notice .feature-notice-ttl{
	display: block;
	font-weight: bold;
}

/* ページ独自スタイル */
#feature-index .detail-box .caution{
	color:#f00; 
	font-size:90%; 
	margin:0;
}

#feature-index .detail-box .explain{
	margin:0 3%; 
	font-size: 90%;
	}
#feature-index .detail-box .b-led_left{
	text-align:center;
}

#feature-index .detail-box .b-led_right{
	text-align:center;
}

#feature-index .detail-box .b-led_left p.exsub{

}

#feature-index .detail-box .b-led_right p.exsub{

}
#feature-index .detail-box .b-led_right .half-pic-center_a{
	display:block;
	font-size:80%;
}
#feature-index .detail-box .b-led_right .half-pic-center_a img{
	width: 80%;
	height:auto;
}
/* **********************************************
製品ラインアップ写真
************************************************* */
#about-pics{
	/* [disabled]display:none; */
	width: 100%;
	clear: both;
	padding: 0 0 4% 0;
	margin: 0 auto 3%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
}
#about-pics ul{
	width:100%;
	clear:both;
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}
#about-pics ul li{
	width: 48%;
	padding: 1% 1% 0;
	vertical-align: top;
	display: inline-block;
	letter-spacing: normal;
}
#about-pics ul li img{
	width:100%;
	height:auto;
}
#about-pics ul li h4{
	text-align: center;
	clear: both;
	padding: 1% 1% 0;
	line-height: 1.3;
	font-size: 116%;
	font-weight: bold;
	line-height: 1.3;
}
#about-pics ul li p.txt{
	text-align: center;
	clear: both;
	padding: 1% 0 0;
	line-height: 1.3;
	font-size: 93%;
	font-weight: normal;
	line-height: 1.2;
}
/* ページ独自スタイルここまで */
/* **********************************************
追加スタイル
************************************************* */

#feature-index .detail-box p.lead{
	padding: 8px 10px 10px 15px;
}
#feature-index .half-pic-center span{
	display:block;
	font-size:85%;
}
#feature-index div.ttl-bt{
	text-align: center;
	font-size: 123.1%;
	font-weight: bold;
	padding: 30px 0 15px 0;
	margin: 10px 15px 0 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dddddd;
}
/**********************************************************
各部名称
***********************************************************/
#feature-index .detail-box .wide-box{
	width:100%;
}
#feature-index .detail-box .wide-box .img-box{
	width:100%;
	text-align:center;
}
#feature-index .detail-box .wide-box .img-box img{
	width:98%;
	height:auto;
	margin:0 auto;
}
#feature-index .detail-box .wide-box .img-box img.hand{
	width:60%;
	height:auto;
	margin:0 auto;
}
#feature-index .detail-box .btn{
	font-size: 93%;
	background-color: #E3E3E3;
	border: #1C88A6 solid 1px;
	box-sizing: border-box;
	text-align: center;
	clear: both;
	margin: 3% auto;
	display: inline-block;
	border: 1px solid #B6B6B6;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#3d668d, endcolorstr=#558cc1))";
	zoom: 1;/* IE8 IE9 */
	background: -moz-linear-gradient(top, #dbdbdb, #ffffff);/* FF3.6+ */
	background: -webkit-linear-gradient(top, #dbdbdb, #ffffff);/* Chrome10+, Safari5.1+ */
	background: linear-gradient(to bottom, #ffffff, #dbdbdb);/* IE10+, W3C */
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#feature-index .detail-box .btn a{
	display:block;
	text-decoration: none;
	color:#333333;
	padding: 5px 7px;
}
#feature-index .detail-box .btn a:link{
	color:#333333;
	text-decoration:none;
	}
#feature-index .detail-box .btn a:visited{
	color:#333333;	
	text-decoration: none;
	}
#feature-index .detail-box .btn a:hover, a:active{
	color:#333333;
	text-decoration:underline;
}
/* **********************************************
Youtube
************************************************* */
#youtube-box{
	clear: both;
	width: 100%;
	font-size: 90%;
	margin: 1% 0 0 0;
	line-height: 1.6;
	color: #666;
	text-align: left;
	border:none;
	padding: 0 0 0;
}
#youtube-box div{
	position: relative;
	padding: 0 0 56.25%;
	margin: 0 0 7%;
}
#youtube-box iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#feature-index #youtube-box p{
	font-size: 100%;
	line-height: 1.6;
	padding: 0;
	margin: 1% auto 0;
	width: 98%;
	text-align: left;
	clear: both;
}
}


#feature-index table.series-detail{
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
-webkit-border-horizontal-spacing: 0px;
-webkit-border-vertical-spacing: 0px;
margin:10px auto;
max-width:700px !important;
width:100%;
}

#feature-index table.series-detail th{
min-width: 21%;
width:auto;
white-space:nowrap;
padding: 8px 5px 8px 10px;
margin: 0;
font-size: 93%;
color: #333;
border: 1px solid #b7b7b7;
text-align: left;
vertical-align: top;
background-color: #e6e6e6;
}

#feature-index table.series-detail td{
font-size: 93%;
padding: 8px 10px 8px 10px;
margin: 0;
color: #333;
border: 1px solid #b7b7b7;
vertical-align: top;
background-color: #fff;
table-layout: fixed;
word-break: break-all;
word-wrap: break-word;
text-align:left;
}

#feature-index p.info{ text-align:left; }

/* ## Tablet Style  ###################################################################################################### */
@media screen and (min-width: 500px) and (max-width: 799px){
/* 特徴の項目ボックス 幅フルサイズ*/
#feature-index .detail-box{
	width: 100%;
	padding: 0 0 3% 0;
	margin: 0 auto;
	clear: both;
	float: left;
}
#feature-index .detail-box .img-box{
}
#feature-index .detail-box .img-box img{
	width:100%;
	height:auto;
}
/* 特徴の項目ボックス 幅50%サイズ用（２つのボックスを入れる）*/
#feature-index .half{
	float: left;
	/* [disabled]float: left; */
	vertical-align: top;
	width: 48%;
	margin: 0 1%;
}
#feature-index .detail-box .half:first-child{

}
/* 特徴の見出し */
#feature-index .detail-box h3{
	width: 100%;
	padding: 8px 0 8px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #828282;
	margin: 0 0 5px;
}
#feature-index .detail-box .half h3{
	padding: 8px 0 8px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #828282;
	margin: 0 0 3px 0;
	width: 100%;
}
#feature-index .detail-box h3 span{
	padding: 0 0 0 1%;
	font-size: 123.1%;
	line-height: 1.2;
	font-weight: bold;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #555555;
	display: block;
	margin: 0 0 0 0.5%;
}
/* 特徴のテキスト */
#feature-index .detail-box p{
	font-size: 100%;
	line-height: 1.6;
	padding: 0;
	margin: 1% auto 0;
	width: 98%;
}
#feature-index .half p{
	font-size: 100%;
	line-height: 1.6;
	padding: 0;
	margin: 10px auto 0;
	width: 98%;
}
/* テキスト文中の画像配置 */
#feature-index .pic-r{
	float: right;
	padding: 10px 10px 0 15px;
}
#feature-index .pic-l{
	float: left;
	padding: 10px 15px 0 15px;
}
#feature-index .half-pic-r{
	float: right;
	padding: 10px 15px 0 5px;
}
#feature-index .half-pic-l{
	float: left;
	padding: 10px 8px 0 15px;
}
#feature-index .pic-center{
	margin: 0;
	padding: 0 0 2% 0;
	font-size: 93%;
	margin: 0.5% auto 0;
	width: 98%;
}
#feature-index .half-pic-center{
	clear: both;
	padding: 8px 0 0 0;
	margin: 0;
	float: none;
	width: 100%;
	text-align: center;
}
#feature-index .pic-r img,
#feature-index .pic-l img,
#feature-index .half-pic-r img,
#feature-index .half-pic-l img{
	width: 100%;
	height:auto;
}
#feature-index .pic-center img{
	width: 100%;
	height: auto;
}
#feature-index .half-pic-center img{
	height: auto;
	width: 90%;
	margin: 0 auto;
}
#feature-index .half-pic-center img.icn-img{
	width: 100%;
	max-width:125px;
	height: auto;
}
#feature-index .pic-r .img-notice,
#feature-index .pic-l .img-notice,
#feature-index .half-pic-r .img-notice,
#feature-index .half-pic-l .img-notice,
#feature-index .pic-center .img-notice,
#feature-index .half-pic-center .img-notice{
	display:block;
	font-size:80%;
}

/* 製品画像 横並びリスト */
#feature-index ul.pic{
	float:left;
	width:100%;
	margin:0 auto;
	padding:10px 0 0;
}
#feature-index ul.pic li{
	float:left;
	text-align:center;
}
#feature-index ul.pic li img{
	vertical-align:top;
	max-width:85%;
	height:auto;
}
#feature-index ul.pic p.name{
	text-align: center;
	clear: both;
	padding: 0 0 5px;
	line-height: 1.3;
	font-size: 93%;
	font-weight: bold;
	line-height: 1.3;
}
#feature-index ul.pic div.btn{
	text-align: center;
	clear: both;
	padding: 0;
}
/* 横並び　２列 */
#feature-index ul.col-2{
	width:100%;
	margin:0 auto;
}
#feature-index ul.col-2 li{
	width: 48%;
	padding: 0 1% 0 1%;
}
/* 横並び　３列 */
#feature-index ul.col-3{
	width:100%;
	margin:0 auto;
}
#feature-index ul.col-3 li{
	width: 24%;
	padding: 0 1% 20px 0;
}
/* 横並び　４列 */
#feature-index ul.col-4{
	width: 100%;
	margin: 0;
}
#feature-index ul.col-4 li{
	width: 23%;
	padding: 0 1% 20px 1%;
}

/* 概要　1明細に対するコメント */
#feature-index .feature-notice{
	margin: 5px auto 0;
	padding: 2%;
	width: 90%;
	background: #eee;
	border-radius: 2px;
}
#feature-index .feature-notice .feature-notice-ttl{
	display: block;
	font-weight: bold;
}

/* **********************************************
製品ラインアップ写真
************************************************* */
#about-pics{
	width: 98%;
	clear: both;
	padding: 0 0 0 0;
	margin: 0 auto 3%;
	/* [disabled]border-bottom-width: 1px; */
	/* [disabled]border-bottom-style: solid; */
	/* [disabled]border-bottom-color: #dddddd; */
}
#about-pics ul{
	width:100%;
	clear:both;
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}
#about-pics ul li{
	width: 31%;
	padding: 1% 1% 0;
	vertical-align: top;
	display: inline-block;
	letter-spacing: normal;
}
#about-pics ul li img{
	width:100%;
	height:auto;
}
#about-pics ul li h4{
	text-align: center;
	clear: both;
	padding: 1% 1% 0;
	line-height: 1.3;
	font-size: 116%;
	font-weight: bold;
	line-height: 1.3;
}
#about-pics ul li p.txt{
	text-align: center;
	clear: both;
	padding: 1% 0 0;
	line-height: 1.3;
	font-size: 93%;
	font-weight: normal;
	line-height: 1.2;
}
/* ページ独自スタイルここまで */
/* **********************************************
追加スタイル
************************************************* */

#feature-index .detail-box p.lead{
	padding: 8px 10px 10px 15px;
}
#feature-index .half-pic-center span{
	display:block;
	font-size:85%;
}
#feature-index div.ttl-bt{
	text-align: center;
	font-size: 123.1%;
	font-weight: bold;
	padding: 30px 0 15px 0;
	margin: 10px 15px 0 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dddddd;
}
/**********************************************************
各部名称
***********************************************************/
#feature-index .detail-box .wide-box{
	width: 100%;
	padding: 1% 0 0 0;
}
#feature-index .detail-box .wide-box .img-box{
	width:96%;
	text-align:center;
	margin:0 auto;
}
#feature-index .detail-box .wide-box .img-box img{
	width:100%;
	height:auto;
	margin:0 auto;
}
#feature-index .detail-box .wide-box .img-box img.hand{
	width:60%;
	height:auto;
	margin:0 auto;
}
#feature-index .detail-box .btn{
	display:none;
}
/* **********************************************
Youtube
************************************************* */
#youtube-box{
	clear: both;
	text-align: center;
	width: 100%;
	font-size: 12px;
	padding: 4% 0 4% 0;
	margin: 3% auto;
	line-height: 1.6;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D6D6D6;
}
#youtube-box div{
}
#youtube-box p{
	padding:0;
}

#youtube-box iframe{
	width: 100%;
	height: 100%;
	padding: 0 0 0 0;
	clear: both;
	min-height: 436px;
}
#feature-index #youtube-box p{
	font-size: 100%;
	line-height: 1.6;
	padding: 0;
	margin: 0.5% auto 0;
	width: 98%;
	text-align: left;
}
}

