@charset "utf-8";
/* CSS Document */

/* Common Style */
clearfix:after {
	display: block;
	content: '';
	clear: both;
}
clearfix {
	zoom: 1;
}
#footer {
	clear:both;
}
/* SmartPhone Style  ###################################################################################################### */
@media screen and (max-width:499px){
/* 特徴の項目ボックス 幅フルサイズ*/
#feature-index .detail-box{
	width: 100%;
	padding: 3% 0 0 0;
	margin: 0 auto;
	clear: both;
	/* [disabled]float: left; */
}

/* 特徴の項目ボックス 幅50%サイズ用（２つのボックスを入れる）*/
#feature-index .half{
	vertical-align: top;
	width: 100%;
	padding:0 0 3% 0;
}

#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: 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: 1% 0 3% 0;
}
#feature-index .half p{
	font-size: 100%;
	line-height: 1.6;
	padding: 5px 18px 0 15px;
	/* [disabled]float: left; */
}
#feature-index .half p.name{
	text-align: center;
	font-size: 100%;
	line-height: 1.2;
	padding: 1% 0 0 0;
}
#feature-index .half p em{
	font-weight:bold;
}
#feature-index .half p span{
	color:#C61317;
}
/* テキスト文中の画像配置 */
#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{
	/* [disabled]float: right; */
	padding: 8px 0 0 0;
	width: 100%;
	text-align: center;
}
#feature-index .half-pic-center{
	clear: both;
	padding: 8px 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: 60%;
	height:auto;
}
#feature-index .half-pic-center img{
	width:90%;
	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 .sec-01{
	padding: 5% 0 5% 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E1E1E1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	margin: 1% 0 5%;
}
#feature-index #section{
	padding:0 2%;
	clear: both;
	width: 96%;
}
#feature-index #section .img-box-l{
	padding:3% 0 0 0;
	width: 100%;
	text-align: center;
}
#feature-index #section .img-box-l img{
	width: 56%;
	height: auto;
}
#feature-index #section .img-box-r{
	padding:3% 0 0 0;
	width: 100%;
	text-align: center;
}
#feature-index #section .img-box-r .list-01{
	width:90%;
	margin:0 auto;
	height: auto;
}

#feature-index #section .img-box-r .list-01 img{
	width: 100%;
	height: auto;
	vertical-align:top;
}
#feature-index #section .img-box-r .list-02{
	width:80%;
	margin:0 auto;
	height: auto;
}

#feature-index #section .img-box-r .list-02 img{
	width: 100%;
	height: auto;
	vertical-align:top;
}
#feature-index #section .img-box-r .list-03{
	width:100%;
	margin:0 auto;
	height: auto;
}
#feature-index #section .img-box-r .list-03 img{
	width: 100%;
	height: auto;
	vertical-align:top;
}
}

/* ## Tablet Style  ###################################################################################################### */
@media screen and (min-width: 500px) and (max-width: 799px){
/* 特徴の項目ボックス 幅フルサイズ*/
/* 特徴の項目ボックス 幅フルサイズ*/
#feature-index .detail-box{
	width: 100%;
	padding: 0 0 1.5% 0;
	margin: 0 auto;
	clear: both;
	float: left;
}
/* 特徴の項目ボックス 幅50%サイズ用（２つのボックスを入れる）*/
#feature-index .half{
	float: left;
	vertical-align: top;
	width: 50%;
}
#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: 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: 2% auto 0;
	width: 98%;
}
#feature-index .half p{
	font-size: 100%;
	line-height: 1.6;
	padding: 0;
	margin: 2% auto 0;
	width: 98%;
}
#feature-index .half p.name{
	text-align: center;
	font-size: 100%;
	line-height: 1.3;
	padding: 0;
}
#feature-index .half p em{
	font-weight:bold;
}
#feature-index .half p span{
	color:#C61317;
}
/* テキスト文中の画像配置 */
#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{
	padding: 2% 0 0 0;
	width: 100%;
	text-align: center;
}
#feature-index .half-pic-center{
	clear: both;
	padding: 2% 0 0 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:80%;
	height:auto;
}
#feature-index .half-pic-center img{
	width:98%;
	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;
}
/***************************************************
特殊箱
*****************************************************/
#feature-index .sec-01{
	padding: 3% 0 5% 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E1E1E1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	margin: 0 0 5.5%;
}
#feature-index #section{
	padding:0 2%;
	float: left;
	clear: both;
	width: 96%;
}
#feature-index #section .img-box-l{
	float: left;
	padding:3% 3% 0 0;
	width: 26%;
	text-align: center;
}
#feature-index #section .img-box-l img{
	width: 100%;
	height: auto;
}
#feature-index #section .img-box-r{
	float: right;
	padding:3% 0 0 0;
	width: 71%;
	text-align: center;
}
#feature-index #section .img-box-r .list-01{
	width:53%;
	float:left;
}

#feature-index #section .img-box-r .list-01 img{
	width: 100%;
	height: auto;
	vertical-align:top;
}
#feature-index #section .img-box-r .list-02{
	width:47%;
	float:left;
}

#feature-index #section .img-box-r .list-02 img{
	width: 100%;
	height: auto;
	vertical-align:top;
}
#feature-index #section .img-box-r .list-03{
	width:60%;
	float:left;
}
#feature-index #section .img-box-r .list-03 img{
	width: 100%;
	height: auto;
	vertical-align:top;
}
#feature-index #section .img-box-photo{
	float: left;
	padding: 15px 10px 0 5px;
	width: 320px;
}
#feature-index #section .img-box-photo img{
	width: 320px;
	height: auto;
	padding: 0 0 0 0;
}
}
/* ## PC Style  ###################################################################################################### */
@media print ,screen and (min-width:800px){

/* 特徴の項目ボックス 幅フルサイズ*/
#feature-index .detail-box{
	width: 100%;
	padding: 10px 0 25px 0;
	margin: 0 auto;
	clear: both;
	float: left;
}
/* 特徴の項目ボックス 幅50%サイズ用（２つのボックスを入れる）*/
#feature-index .half{
	float: left;
	/* [disabled]float: left; */
	vertical-align: top;
	width: 50%;
}
/* 特徴の見出し */
#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 10px;
	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 3px;
}
/* 特徴のテキスト */
#feature-index .detail-box p{
	font-size: 100%;
	line-height: 1.6;
	padding: 5px 10px 5px 15px;
}
#feature-index .half p{
	font-size: 100%;
	line-height: 1.6;
	padding: 5px 18px 0 15px;
}
#feature-index .half p.name{
	text-align:center;
	font-size: 100%;
	line-height: 1.2;
	padding: 5px 18px 0 15px;
}
#feature-index .half p em{
	font-weight:bold;
}
#feature-index .half p span{
	color:#C61317;
}
/* テキスト文中の画像配置 */
#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: 8px 0 0 0;
	width: 100%;
	text-align: center;
}
#feature-index .half-pic-center{
	clear: both;
	padding: 8px 15px 0 15px;
	margin: 0 auto;
	float: none;
}
#feature-index .pic-r img,
#feature-index .pic-l img,
#feature-index .half-pic-r img,
#feature-index .half-pic-l img{
}
#feature-index .pic-center 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;
}

/***************************************************
特殊箱
*****************************************************/
#feature-index .sec-01{
	padding: 35px 0 45px 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E1E1E1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	margin: 0 0 30px;
}
#feature-index #section{
	padding: 0 15px;
	float: left;
	clear: both;
	width: 670px;
}
#feature-index #section .img-box-l{
	float: left;
	padding:15px 5px 0 0;
	width: 178px;
	text-align: center;
}
#feature-index #section .img-box-l img{
	width: 100%;
	height: auto;
}
#feature-index #section .img-box-r{
	float: right;
	padding:15px 0 0 0;
	width: 478px;
	text-align: center;
}
#feature-index #section .img-box-r .list-01{
	width:53%;
	float:left;
}

#feature-index #section .img-box-r .list-01 img{
	width: 100%;
	height: auto;
	vertical-align:top;
}
#feature-index #section .img-box-r .list-02{
	width:47%;
	float:left;
}

#feature-index #section .img-box-r .list-02 img{
	width: 100%;
	height: auto;
	vertical-align:top;
}
#feature-index #section .img-box-r .list-03{
	width:290px;
	float:left;
}
#feature-index #section .img-box-r .list-03 img{
	width: 100%;
	height: auto;
	vertical-align:top;
}
#feature-index #section .img-box-photo{
	float: left;
	padding: 15px 10px 0 5px;
	width: 320px;
}
#feature-index #section .img-box-photo img{
	width: 320px;
	height: auto;
	padding: 0 0 0 0;
}
}
