@charset "utf-8";

.clearfix:after {
	display: block;
	content: '';
	clear: both;
}
.clearfix {
	zoom: 1;
}
#footer {
	clear:both;
}

#feature-index .detail-box p.comment {
	color: #666;
	font-size: 90%;
}
#feature-index .detail-box p.caution {
	color: #d40000;
	font-size: 90%;
}





/* ## PC Style  ###################################################################################################### */

/* 特徴の項目ボックス 幅フルサイズ*/
#feature-index .detail-box {
	width: 100%;
	padding: 0 0 35px 0;
	margin: 0 auto;
	clear: both;
	float: left;
}
/* 特徴の項目ボックス 幅50%サイズ用（２つのボックスを入れる）*/
#feature-index .half {
	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: #555;
	display: block;
	margin: 0 0 0 3px;
}

/* 特徴のテキスト */
#feature-index .detail-box p {
	font-size: 100%;
	line-height: 1.6;
	padding: 5px 10px 0 15px;
}
#feature-index .half p {
	font-size: 100%;
	line-height: 1.6;
	padding: 5px 18px 0 15px;
	/* [disabled]float: left; */
}

/* テキスト文中の画像配置 */
#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 {
	text-align: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 .detail-box .wide-box {
	width: 700px;
	padding: 10px 0 15px 0;
	text-align: center;
}
#feature-index .detail-box .wide-box .img-box {
	width:700px;
	text-align:center;
}

/**********************************************
 画像拡大ボタン
 **********************************************/
#feature-index .detail-box .btn {
	display:none;
}

/**********************************************
 TKD 画像3カラム・2カラム
 **********************************************/
ul.imgs2, ul.imgs3, ul.imgs4 {
	display:table;
	width: 100%;
	padding:8px 15px;
}
ul.imgs2 li, ul.imgs3 li, ul.imgs4 li {
	display:table-cell;
	table-layout: fixed;
	padding:0 5px;
	text-align: center;
}
ul.imgs2 li {
	width:50%;
}
ul.imgs3 li {
	width:33%;
}
ul.imgs4 li {
	width:25%;
}
ul.imgs2 li img, ul.imgs3 li img, ul.imgs4 li img {
	display: block;
	margin:0 auto 1em auto;
	width: 100%;
	height: auto;
	max-width:320px;
}
ul.imgs4 li img {
	max-width:275px;
}

/**********************************************
 TKD 注釈リスト
 **********************************************/
ul.comment {
	list-style-position: inside;
}
ul.comment li {
	color: #666;
	font-size: 90%;
	padding-left: 1em;
	text-indent: -1em;
}

/**********************************************
 TKD Youtube埋め込み
 **********************************************/
.youtube-box_v2 {
	margin:20px 0 30px 0;
}
.youtube-box_v2 div {
	position:relative;
	width:100%;
	padding-top:56.25%;
	margin: 0 0 10px 0;
}
.youtube-box_v2 div iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	margin:0 0 30px 0;
}
.youtube-box_v2 p {
	margin: 0 0 5px 0;
}
.youtube-box_v2 p.movtitle {
	border-left: 5px solid #274c83;
	padding:0 0 0 10px;
	font-size:120% !important;
	color:#044388;
	font-weight:bold;
}

/**********************************************
 TKD 大画像伸縮
 **********************************************/
#feature-index .pic-center{
	padding: 8px 0 0 0;
	width: 100%;
	text-align: center;
}
#feature-index .pic-center img {
	width: 100%;
	height:auto;
	/*max-width: 1110px;*/
}





/* ## Tablet Style  ###################################################################################################### */
@media screen and (min-width: 500px) and (max-width: 799px) {

	/* 特徴の項目ボックス 幅フルサイズ*/
	#feature-index .detail-box{
		width: 100%;
		padding: 0 0 35px 0;
		margin: 0 auto;
		clear: both;
		float: left;
	}
	/* 特徴の項目ボックス 幅50%サイズ用（２つのボックスを入れる）*/
	#feature-index .half {
		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: #555;
		display: block;
		margin: 0 0 0 0.5%;
	}

	/* 特徴のテキスト */
	#feature-index .detail-box p {
		font-size: 100%;
		line-height: 1.6;
		padding: 0;
		margin: 10px 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: 2%;
		width: 30%;
	}
	#feature-index .half-pic-l {
		float: left;
		padding: 2%;
		width: 30%;
		height: auto;
	}
	#feature-index .pic-center {
		padding: 8px 0 0 0;
		width: 100%;
		text-align: center;
	}
	#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:80%;
		height:auto;
	}
	#feature-index .half-pic-center img {
		height: auto;
		width: 100%;
		text-align:center;
	}
	#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: 32%;
		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;
	}

	/**********************************************************
	代替カンバンBOX
	***********************************************************/
	#feature-index .detail-box .wide-box {
		width: 100%;
		padding: 1% 0 0 0;
	}
	#feature-index .detail-box .wide-box .img-box {
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}
	#feature-index .detail-box .wide-box .img-box img {
		width:100%;
		height:auto;
		margin:0 auto;
		max-width:700px;
	}
	#feature-index .detail-box .wide-box .img-box img.hand {
		width:60%;
		height:auto;
		margin:0 auto;
	}

	/**********************************************
	 画像拡大ボタン
	 **********************************************/
	#feature-index .detail-box .btn{
		display:none;
	}
}





/* SmartPhone Style  ###################################################################################################### */
@media screen and (max-width:499px) {
	/* 特徴の項目ボックス 幅フルサイズ*/
	#feature-index .detail-box {
		width: 100%;
		padding: 0 0 30px 0;
		margin: 0 auto;
		clear: both;
	}

	/* 特徴の項目ボックス 幅50%サイズ用（２つのボックスを入れる）*/
	#feature-index .half {
		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: #555;
		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;
	}

	/* テキスト文中の画像配置 */
	#feature-index .pic-r {
		padding: 8px 0 0 0;
		width: 100%;
		text-align: center;
	}
	#feature-index .pic-l {
		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 {
		padding: 8px 0 0 0;
		width: 100%;
		text-align: center;
	}
	#feature-index .pic-center {
		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: 80%;
		height:auto;
	}
	#feature-index .half-pic-center img {
		width: 80%;
		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;
	}

	/************************************************
	代替カンバンBOX
	************************************************/
	#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:100%;
		height:auto;
		margin:0 auto;
		/* 画像サイズは適した数値を指定してください。 */
		max-width:700px;
	}
	#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: 4% auto 0;
		display: inline-block;
		border: 1px solid #B6B6B6;
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#dbdbdb, endcolorstr=#ffffff))";
		zoom: 1;/* IE8 IE9 */
		background: -moz-linear-gradient(top, #dbdbdb, #fff);/* FF3.6+ */
		background: -webkit-linear-gradient(top, #dbdbdb, #fff);/* Chrome10+, Safari5.1+ */
		background: linear-gradient(to bottom, #fff, #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:#333;
		padding: 5px 7px;
	}
	#feature-index .detail-box .btn a:link {
		color:#333;
		text-decoration:none;
		}
	#feature-index .detail-box .btn a:visited {
		color:#333;
		text-decoration: none;
		}
	#feature-index .detail-box .btn a:hover, a:active {
		color:#333;
		text-decoration:underline;
	}

	/**********************************************
	 画像3カラム・2カラム
	 **********************************************/
	ul.imgs2, ul.imgs3, ul.imgs4 {
		display:block;
		table-layout: auto;
		padding:0;
	}
	ul.imgs2 li, ul.imgs3 li, ul.imgs4 li {
		display:block;
		table-layout: auto;
		width:100%;
		margin:0 auto 1em auto;
		padding: 0;
	}
	ul.imgs2 li img, ul.imgs3 li img, ul.imgs4 li img {
		width:80%;
	}
}