@charset "utf-8";
/* CSS Document */


/* 各見出し （アイコン付）
------------------------------------------------*/
div.contents h3{
	border-bottom-color: #D97747;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
div.contents h3{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	color: #333;
	clear: both;
	margin-top: 50px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	overflow: hidden;
}
div.contents h3 img{
	float: left;
	margin-left: 10px;
	margin-right: 0.5em;
	width: 40px;
	height: auto;
}
div.contents h3 span{
	float: left;
	margin-top: 14px;
}
@media screen and (max-width:720px) {
	div.contents h3{
		font-size: 2.0rem;
	}
	/*
	div.contents h3 img{
		width: 50px;
	}*/
}
@media screen and (min-width:721px) {
	div.contents h3{
		font-size: 2.2rem;
	}
}


/* 製品画像 
------------------------------------------------*/
div.image_area{
	margin-top: 0px;
	margin-bottom: 20px;
}

/* 詳細情報 */
div.item_detail p{
	line-height: 1.6;
}

div.item_detail table{
	width: 100%;
	border-top-color: #909090;
	border-top-style: solid;
	border-top-width: 1px;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 50px;
}
div.item_detail table tr th{
	background-color: #D7ECDC;
	line-height: 40px;
}
div.item_detail table tr th img{
	float: left;
}
/*
@media screen and (max-width:720px) {
	div#title_area h3 span{
		font-size: 1.8rem;
	}
	div#title_area h2{
		font-size: 1.8rem;
	}
}
*/
@media screen and (min-width:721px) {
	div.image_area {
		width: 67%;
		float: left;
	}
	div.item_detail{
		width: 31%;
		float: right;
	}
}
@media screen and (min-width:721px) and (max-width:992px){
	div.image_area {
		width: 100%;
		float: none;
	}
	div.item_detail{
		width: 100%;
		float: none;
	}
}


/* 製品区分 
------------------------------------------------*/
div.type_area{
	margin-top: 17px;
	margin-bottom: 30px;
}
div.type_area ul{
	font-weight: 400;
	font-size: 16px;
	box-sizing: border-box;
	list-style-type: none;
	overflow: hidden;
}
div.type_area ul li{
	border-color: #cbcbcb;
	border-width: 1px;
	border-style: solid;
	text-decoration: none;
	margin-bottom: 6px;
	display: block;
	padding: 4px;
}
div.type_area ul li a{
	display: block;
	color: #333;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	text-decoration: none;
	padding: 12px;
}
div.type_area ul li a i{
	color: #D97747;
}

@media screen and (max-width:720px) {
	div.type_area ul li{
		font-size: 1.3rem;
	}
}
@media screen and (min-width:721px) {
	div.type_area ul{
		margin-left: -1%;
		margin-right: -1%;
	}
	div.type_area ul li{
		font-size: 1.6rem;
		width: 46.7%;
		float: left;
		margin-left:1%;
		margin-right: 1%;
	}
}
/* その他
------------------------------------------------*/
.fitcastor_etc_area {
	margin-top: 20px;
	line-height: 1.6;
	padding: 20px 10px 20px 20px;
	background-color: #F1F1F1;
	margin-bottom: 20px;
}