@charset "UTF-8"; 
 
/* ファストフラッシュ */ 
 
/* コンテンツカラー */ 

.main .productCategoryBox {
	background-color: #ff820f;
}
.main .productDetailPoint .heading {
	background-color: #ff820f;
}

.main .productDetailTitle .productName,
.main .productDetailTitle .productCopy {
	color: #ff820f;
}
 
/* コンテンツ */ 
	
.productContentTitle { 
	margin: 30px -30px 0;
	padding: 20px 30px 10px;
	border-top: 1px solid #666;
}

.productSubTitle { 
	margin: 10px 0 0;
	font-weight:bold;
	font-size:120%;
}
 
/* サブコンテンツメニュー */ 

.contentLink {
	overflow: hidden;
}

.contentLink li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.contentLink a {
	display: block;
	padding: 3px 20px;
	color: #666;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #666;
}
.contentLink a:hover,
.contentLink .current a {
	color: #fff;
	background-color: #ff820f;
	border: 1px solid #ff820f;
}
  
/* 商品詳細 */ 
	 
.youtube { 
	position: relative;
	width: 100%;
	margin: 30px 0;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
 
/* 規格 */ 

.standardTitle {
	padding: 20px 0 10px;
	font-size: 130%;
	font-weight: bold;
}

.standardPhoto img {
	width: 100%;
	height: auto;
}

 
.productTable { 
	width: 100%;
	margin: 15px 0;
}
.productTable caption {
	padding: 10px 20px;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	background-color: #b4d2d2;
	border: 1px solid #999;
	border-bottom-width: 0;
}

.productTable th,
.productTable td {
	padding: 10px 20px;
	font-size: 100%;
	line-height: 1.2;
	background-color: #fff;
}

.fstypeTable th {
	padding: 10px 20px;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	background-color: #b4d2d2;
	border: 1px solid #999;
	border-bottom-width: 0;
	width: inherit !important;
}

.fstypeTable td.typeImg {
	text-align: left;
}


span.c_black {
    background-color: #333;
    color: #fff;
    font-weight: bold;
	text-align: center;
    width: 100px;
    margin: 5px 5px 0;
    padding: 2px 0;
    border-radius: 5px;
    display: inline-block;
}

span.c_gray {
    background-color: #6e6f71;
    color: #fff;
    font-weight: bold;
	text-align: center;
    width: 100px;
    margin: 5px 5px 0;
    padding: 2px 0;
    border-radius: 5px;
    display: inline-block;
}

span.c_red {
    background-color: #a33c29;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 100px;
    margin: 5px 5px 0;
    padding: 2px 0;
    border-radius: 5px;
    display: inline-block;
    letter-spacing: -0.2em;
}

p.typeLeft {
    display: inline-block;
}

p.typeRight {
    display: inline-block;
	float: right;
	margin: 0 0 2em;
}

.productTable th {
	width: 25%;
}
 
.main .exp { 
	font-size: 90%;
}
.main .exp p {
	padding: 0.2em 0;
}
 
.main .rakuten { 
	padding: 20px 0 20px;
	font-size: 90%;
}

.main .rakuten a {
	color: #f00;
	font-weight: bold;
	text-decoration: none;
}

.main .rakuten img {
	vertical-align: middle;
	border: 1px solid #ccc;
}

.main .ec { 
	padding: 20px 0 20px;
	font-size: 90%;
	color: #f00;
	font-weight: bold;
	text-decoration: none;
}

.main .ec img {
	vertical-align: middle;
	border: 1px solid #ccc;
	margin:10px 5px 0 0;
}
 	 
/* 特徴 */ 
	
.featureList { 

}
.featureList li {
	padding-top: 20px;
	overflow: hidden;
}
	 
.featureListTitle { 
	margin: 0 -30px;
	padding: 10px 30px;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	text-align: center;
	background-color: #6e96be
}
 
.featureHead { 
	padding-bottom: 0.5em;
	color: #00a683;
	font-size: 140%;
	font-weight: bold;
}
 
.featureList .photo { 
	float: right;
	padding-left: 20px;
}

 
.featureList .comment { 
	padding-bottom: 1em;
	font-size: 90%;
	line-height: 1.8;
}
.featureList .testing {
	color: #6e96be;
}
   
/* 用途 */ 
	
.mainComment { 
	padding: 0 0 1em;
	font-size: 90%;
}
 
.usePhoto { 
	padding: 0 0 30px;
}
.usePhoto img {
	width: 100%;
	height: auto;
}
 
.usePhotos { 
	overflow: hidden;
}
.usePhotos li {
	float: left;
	width: 48%;
	margin: 0 1% 15px;
}
.usePhotos .title {
	padding-bottom: 10px;
	font-size: 120%;
	font-weight: bold;
}

.usePhotos .title img {
	max-width: 100%;
	height: auto;
}

.usePhotos .photo img {
	width: 100%;
	height: auto;
}
 
.useCopy { 
	padding: 10px 0 20px;
	color: #00a683;
	font-size: 140%;
	font-weight: bold;
}
  
/* よくある質問 */ 

.faqList {
	margin: 0 -30px;
}
.faqList dt,
.faqList dd {
	padding: 10px 30px;
	padding-left: 75px;
}

.faqList dt {
	font-size: 110%;
	letter-spacing: 0.1em;
	cursor: pointer;
	background-image: url(../images/product/fs/faq/icon_question.png);
	background-repeat: no-repeat;
	background-position: 30px 5px;
	background-size: 35px 35px;
	background-color: #fff;
	border-top: 1px solid #666;
}
.faqList dd {
	display: none;
	padding-bottom: 1.5em;;
	background-image: url(../images/product/fs/faq/icon_answer.png);
	background-repeat: no-repeat;
	background-position: 30px 5px;
	background-size: 35px 35px;
	border-top: 1px solid #666;
}
.faqList dd p {
	padding-bottom: 1em;
}
 
@media screen and (max-width: 640px) {
	
.fstypeTable th {
	width: 70% !important;
}
	 
/* 特徴 */ 
	
.featureList { 

}
.featureList li {
	padding-top: 20px;
	overflow: hidden;
}
	 
.featureListTitle { 
	margin: 0 -10px;
	padding: 10px 10px;
	font-size: 125%;
}
 
.featureHead { 
	font-size: 125%;
}
 
.featureList .photo { 
	float: none;
	padding-left: 0px;
}

.featureList .photo img {
	width: 100%;
}

   
/* 用途 */ 
	 
.usePhotos { 
}
.usePhotos li {
	float: none;
	width: 100%;
	margin: 0 0% 10px;
}
.usePhotos .title {
	padding-bottom: 5px;
	font-size: 110%;
}
  
} 
  
