@charset "utf-8";
/* CSS Document */
/* Common Style */
clearfix:after {
	display: block;
	content: '';
	clear: both;
}
clearfix {
	zoom: 1;
}
#footer {
	clear:both;
}

#healthcare_info{
	font-size:93%;
	margin:15px 0 0 10px;
	float:left;
	clear:both;
}

#healthcare_info dd{
	margin: 0 0 2%;
}

#healthcare_info ul.hc_list{
	margin:0.5em 0 0;
}

#healthcare_info dd ul li{
	margin: 0;
	padding: 0 0 0.5% 0.6em;
	text-indent: -1em;
	line-height: 1.4;
}

#healthcare_info dd ul li.hc_list_sub{
	margin:1em 0 0;
}


/* ## PC Style  ###################################################################################################### */

/* 特徴の項目ボックス 幅フルサイズ*/
#feature-index .detail-box{
	width: 100%;
	padding: 0 0 30px 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 10px;
}
#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: 131%;
	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 0 15px;
}
#feature-index .detail-box p em{
	color:#BD1115;
}
#feature-index .half p{
	font-size: 100%;
	line-height: 1.6;
	padding: 5px 18px 10px 15px;
}

#feature-index .half p.txt-half{
	font-size: 100%;
	line-height: 1.7;
	padding: 15px 18px 0 15px;
}
/* テキスト文中の画像配置 */
#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: 25px 0 10px 0;
	width: 100%;
	text-align: center;
}
#feature-index .half-pic-center{
	clear: both;
	padding: 10px 18px 0 12px;
	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 .pic-center img{
}
#feature-index .half-pic-center img{
/*
	width:100%;
	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{
	width:100%;
	margin:0 auto;
	padding:10px 0 0;
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}
#feature-index ul.pic li{
	display:inline-block;
	text-align:center;
	letter-spacing: normal; /* 文字間を通常に戻す */
}
#feature-index ul.pic li img{
	vertical-align:top
}
#feature-index ul.pic p.name{
	text-align: center;
	clear: both;
	padding: 8px 0 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.5% 1% 0 1%;
}
/* 横並び　４列 */
#feature-index ul.col-4{
	width: 100%;
	margin: 0;
}
#feature-index ul.col-4 li{
	width: 23%;
	padding: 0 1% 20px 1%;
}

/* **********************************************
ケース詳細
************************************************* */
#about-detail{
/*
	float:left;
	clear:both;
*/
}
#about-detail ul{
/*
	width: 680px;
	padding:15px 10px 10px;
	clear: both;
	float: left;
*/
}
#about-detail ul li{
/*
	width: 680px;
	padding: 0;
	vertical-align: top;
	float: left;
	margin: 0;
*/
	text-align: center;
}
#about-detail ul li img{
/*
	width:100%;
	height:auto;
*/
}
#about-detail .txt-option{
	width: 680px;
	padding: 20px 0;
	margin: 24px 10px 0;
	float: left;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d5d5d5;
}
#about-detail .txt-option .img-box{
	width: 188px;
	float: left;
	padding: 0 15px 0 0;
}
#about-detail .txt-option strong{
	font-weight: bold;
	font-size: 108%;
	width: 460px;
	display: block;
	float: left;
	padding: 1% 0 0 0;
}
#about-detail .txt-option p{
	padding: 8px 0 0 0;
	margin: 0;
	line-height: 1.6;
	float: left;
	width: 460px;
}
#about-detail .txt-option p span{
	font-size:85%;
}
#about-detail .btn{
	display:none;
}
/* **********************************************
特長項目
************************************************* */
#photo-detail{
	width:700px;
	float:left;
	clear:both;
}
#photo-detail ul{
	width: 700px;
	padding: 0;
	clear: both;
	float: left;
}
#photo-detail ul li.pic{
	width: 260px;
	padding: 30px 0 0 35px;
	vertical-align: top;
	float: left;
}
#photo-detail ul li.ttl{
	width: 280px;
	padding: 95px 0 0 50px;
	vertical-align: top;
	float: left;
}
/* **********************************************
item-list
************************************************* */
#item-list{
	width: 700px;
	float: left;
	clear: both;
	padding: 0 0 0 0;
}
#item-list ul{
	width:520px;
	margin:0 auto;
	clear:both;
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
	text-align:center;
}
#item-list ul li{
	width: 260px;
	padding: 5px 0 0;
	vertical-align: top;
	display: inline-block;
	letter-spacing: normal;
}
#item-list 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;
}
#item-list 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 .half p span{
	/* [disabled]display: block; */
	text-align: left;
	line-height: 1.5;
	font-size: 85%;
	width: 100%;
}
#feature-index .half p span em{
	font-weight:bold;
}
#info-txt{
	width: 700px;
	float: left;
	clear: both;
	text-align: center;
	margin: -10px 0 55px 0;
	padding:23px 0 0 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d5d5d5;
}
#info-txt p.os-list{
	font-size: 174%;
	color: #0892d1;
	font-weight: bold;
	padding: 0 0 15px 0;
	letter-spacing: -1px;
}
#info-txt p.os-siyo{
	font-size: 85%;
	color: #848484;
}

/* **********************************************
Youtube
************************************************* */
#youtube-box{
	clear:both;
	text-align:center;
	width:680px;
	font-size:12px;
	padding:0 0 0 0;
	margin:-25px 0 0 0;
	margin:0;
	text-align:left;
	line-height:1.6;
	color:#666;
}
#youtube-box div{
	text-align:center;
	width:680px;
	padding:0 0 0 0;
	margin:0;
}
#youtube-box p{
	padding:0;
}

#youtube-box iframe{
	width: 678px;
	height: 380px;
	padding: 0;
	clear: both;
	margin: 0 10px 10px 10px;
	border: 1px solid #d5d5d5;
}


/* **********************************************
追加画像
************************************************* */
#about-detail .img-option{
	width: 680px;
	padding: 20px 0;
	margin: 24px 10px 0;
	float: left;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d5d5d5;
}
#about-detail .img-option img{
}
/* 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; */
}
/* 特徴の項目ボックス 幅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: 2% 0 0 0;
}
/* テキスト文中の画像配置 */
#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: 5% 0 0 0;
	width: 100%;
	text-align: center;
}
#feature-index .half-pic-center{
	clear: both;
	padding: 4% 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{
	width:100%;
	margin:0 auto;
	padding:10px 0 0;
}
#feature-index ul.pic li{
	width:100%;
	margin:0 auto;
	text-align:center;
}
#feature-index ul.pic li img{
	width:65%;
	height:auto;
	vertical-align:top
}
#feature-index ul.pic p.name{
	text-align: center;
	clear: both;
	padding: 2% 0 2%;
	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;
}
/* **********************************************
ケース詳細
************************************************* */
#about-detail{
	width:100%;
	clear:both;
}
#about-detail ul{
	width: 96%;
	padding: 5% 2% 0;
}
#about-detail ul li{
	width: 100%;
	padding:0 0 8%;
	text-align:center;
}
#about-detail ul li img{
}
#about-detail ul li{
	width:100%;
	height:auto;
	text-align:center;
	margin:0 auto;
}
#about-detail ul li img{
	width:100%;
	height:auto;
}
#about-detail .txt-option{
	clear:both;
	width: 90%;
	box-sizing:border-box;
	padding: 3%;
	margin: 3% 2% 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-top: #d5d5d5 1px solid;
}
#about-detail .txt-option .img-box{
	width:60%;
	margin:0 auto;
	text-align:center;
}
#about-detail .txt-option .img-box img{
	width:100%;
	height:auto;
}
#about-detail .txt-option strong{
	font-weight:bold;
	font-size:108%;
	padding:1% 0 0 0;
}
#about-detail .txt-option p{
	padding:2.5% 0 0 0;
	margin: 0;
	font-size: 85%;
	line-height: 1.8;
	width:100%;
}
#about-detail .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=#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;
}
#about-detail .btn a{
	display:block;
	text-decoration: none;
	color:#333333;
	padding: 5px 7px;
}
#about-detail .btn a:link{
	color:#333333;
	text-decoration:none;
	}
#about-detail .btn a:visited{
	color:#333333;
	text-decoration: none;
	}
#about-detail .btn a:hover, a:active{
	color:#333333;
	text-decoration:underline;
}
/* **********************************************
特長項目
************************************************* */
#photo-detail{
	width:100%;
	clear:both;
}
#photo-detail ul{
	width: 96%;
	padding: 7% 2% 0;
}
#photo-detail ul li.ttl{
	display: inline-block;
	width: 100%;
	padding:0 0 0 0;
	text-align:center;
}
#photo-detail ul li.ttl img{
	width:85%;
	height:auto;
}
#photo-detail ul li.pic{
	display:none;
}
/* **********************************************
USB3.0とは
************************************************* */
#item-list {
	width:100%;
	margin:1% 0 0 0;
}
#item-list ul{
	display:none;
}
/* **********************************************
その他スタイル
************************************************* */
#feature-index .half p span{
	letter-spacing: normal; /* 文字間を通常に戻す */
	display:block;
	text-align:center;
	line-height:1.3;
}
#feature-index .half p span em{
	letter-spacing: normal; /* 文字間を通常に戻す */
	font-weight:bold;
}
#info-txt{
	width: 100%;
	clear: both;
	letter-spacing: normal; /* 文字間を通常に戻す */
	text-align: center;
	margin: -2% 0 6% 0;
	padding:5% 0 0 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d5d5d5;
}
#info-txt p.os-list{
	font-size: 146.5%;
	text-align:center;
	color: #0892d1;
	font-weight: bold;
	padding: 0 0 3% 0;
	letter-spacing: -1px;
}
#info-txt p.os-siyo{
	font-size: 85%;
	color: #848484;
	line-height:1.4;
}
/* **********************************************
USB3.0とは
************************************************* */
#about-usb3 ul{
	display:none;
}
/* **********************************************
Youtube
************************************************* */
#youtube-box{
	clear:both;
	width: 100%;
	font-size:90%;
	margin:-3% 0 0 0;
	line-height:1.6;
	color:#666;
	text-align:left;
}
#youtube-box div{
	clear:both;
	position: relative;
	width: 100%;
	padding:0 0 56.25%;
}
#youtube-box p{
	padding:1% 0 0 2%;
	color:#666;
	margin:0;
	font-size:85%;
}
#youtube-box iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing:border-box;
	border: 1px solid #d5d5d5;
}
/***************************************
特徴の項目ボックス 幅フルサイズ
***************************************/

#about-detail .img-option{
	display:none;
}

}

/* ## 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;
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}
/* 特徴の項目ボックス 幅50%サイズ用（２つのボックスを入れる）*/
#feature-index .half{
	vertical-align: top;
	width: 49%;
	display: inline-block;
	letter-spacing: normal; /* 文字間を通常に戻す */
	padding:0 0 0 1%;
}
#feature-index .detail-box .half:first-child{
	padding:0 1% 0 0;

}
/* 特徴の見出し */
#feature-index .detail-box h3{
	letter-spacing: normal; /* 文字間を通常に戻す */
	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.5% auto 0;
	width: 98%;
	letter-spacing: normal; /* 文字間を通常に戻す */
}
#feature-index .half p{
	font-size: 100%;
	line-height: 1.6;
	padding: 1% 0 2.5% 0;
	margin: 1.5% auto 0;
	width: 98%;
}
#feature-index .half p span{
	padding: 0 0 1.5% 0;
	width: 85%;
}
/* テキスト文中の画像配置 */
#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: 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: 100%;
	height:auto;
}
#feature-index .pic-center img{
	width:100%;
	height:auto;
}
#feature-index .half-pic-center img{
	width:100%;
	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{
	width:100%;
	margin:0 auto;
	padding:10px 0 0;
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}
#feature-index ul.pic li{
	display:inline-block;
	text-align:center;
	letter-spacing: normal; /* 文字間を通常に戻す */
}
#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: 31%;
	padding: 0 0.5% 20px 0.5%;
}
/* 横並び　４列 */
#feature-index ul.col-4{
	width: 100%;
	margin: 0;
}
#feature-index ul.col-4 li{
	width: 23%;
	padding: 0 1% 20px 1%;
}
/* **********************************************
ケース詳細
************************************************* */
#about-detail{
	width:100%;
	clear:both;
	letter-spacing: normal; /* 文字間を通常に戻す */
}
#about-detail ul{
	width: 96%;
	padding: 1% 2% 3%;
	letter-spacing: -0.4em; /* 文字間を詰めて隙間を削除する */
}
#about-detail ul li{
	display: inline-block;
	letter-spacing: normal; /* 文字間を通常に戻す */
	width: 100%;
	padding:0;
	vertical-align: top;
}
#about-detail ul li img{
	width:670px;
	height:662px;
}
#about-detail .txt-option{
	clear:both;
	width: 90%;
	box-sizing:border-box;
	padding: 3%;
	margin: 3% 2% 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-top: #d5d5d5 1px solid;
}
#about-detail .txt-option .img-box{
	width:28%;
	padding:0 2% 0 0;
	float:left;
}
#about-detail .txt-option .img-box img{
	width:100%;
	height:auto;
}
#about-detail .txt-option strong{
	font-weight:bold;
	font-size:108%;
	width:70%;
	float:left;
}
#about-detail .txt-option p{
	padding:8px 0 0 0;
	margin: 0;
	font-size: 85%;
	line-height: 1.8;
	float:left;
	width:70%;
}
#about-detail .btn{
	display:none;
}
/* **********************************************
特長項目
************************************************* */
#photo-detail{
	width:100%;
	clear:both;
}
#photo-detail ul{
	width: 96%;
	padding: 5% 2% 0;
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}
#photo-detail ul li.ttl{
	display: inline-block;
	letter-spacing: normal; /* 文字間を通常に戻す */
	width: 48%;
	padding:8% 0 0 4%;
	vertical-align: top;
}
#photo-detail ul li.ttl img{
	width:100%;
	height:auto;
}
#photo-detail ul li.pic{
	display: inline-block;
	letter-spacing: normal; /* 文字間を通常に戻す */
	width: 40%;
	padding:0 0 0 2%;
	vertical-align: top;
}
#photo-detail ul li.pic img{
	width:100%;
	height:auto;
}
/* **********************************************
その他スタイル
************************************************* */
#feature-index .half p span{
	letter-spacing: normal; /* 文字間を通常に戻す */
	/* [disabled]display:block; */
	text-align: left;
	line-height: 1.3;
	font-size: 85%;
}
#feature-index .half p span em{
	letter-spacing: normal; /* 文字間を通常に戻す */
	font-weight:bold;
}
#info-txt{
	width: 100%;
	clear: both;
	letter-spacing: normal; /* 文字間を通常に戻す */
	text-align: center;
	margin: -2% 0 6% 0;
	padding:4% 0 0 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d5d5d5;
}
#info-txt p.os-list{
	font-size:167%;
	text-align:center;
	color: #0892d1;
	font-weight: bold;
	padding: 0 0 2% 0;
	letter-spacing: -1px;
}
#info-txt p.os-siyo{
	font-size: 85%;
	color: #848484;
	line-height:1.4;
}
/* **********************************************
item-list{
************************************************* */
#item-list{
	width:100%;
	clear:both;
}
#item-list ul{
	width:100%;
	clear:both;
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}
#item-list ul li{
	width: 45%;
	padding: 2.5% 1.1% 0;
	vertical-align: top;
	display: inline-block;
	letter-spacing: normal;
}
#item-list ul li img{
	width:100%;
	height:auto;
}
#item-list ul li h4{
	text-align: center;
	clear: both;
	padding: 3% 0 0;
	line-height: 1.3;
	font-size: 116%;
	font-weight: bold;
	line-height: 1;
}
#item-list ul li p.txt{
	text-align: center;
	clear: both;
	padding: 0 0 0;
	line-height: 1.3;
	font-size: 93%;
	font-weight: normal;
	line-height: 1.2;
}

/***************************************
特徴の項目ボックス 幅フルサイズ
***************************************/

#about-detail .img-option{
	clear:both;
	width: 90%;
	box-sizing:border-box;
	padding: 3%;
	margin: 3% 2% 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-top: #d5d5d5 1px solid;
}
#about-detail .img-option img{
	width:100%;
	height:auto;
}
}
