@charset "UTF-8";


/* detail
----------------------------------------------------- */
/* item_box */
.item_box{
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}

.item_box p.icon{
	position: absolute;
	top: 20px;
	right: 0;
}

.item_box .img{
	border: 1px solid #bfbfbf;
	padding: 20px 0;	
	float: left;
}

.item_box .product{
	float: right;
	width: 740px;
}

.item_box .product h1{
	font-size: 28px;
	background: url(../img/common/line01.png) repeat-x bottom center;
	padding-bottom: 10px;
	margin: 0 0 10px;
}

.item_box .product h1 span{
	display: block;
	color: #0390b1;
	font-size: 18px;
	padding-bottom: 12px;
}

.item_box .product ul.icon_list{
	overflow: hidden;
	margin-bottom: 12px;
}

.item_box .product ul.icon_list li{
	float: left;
	padding-right: 5px;
}

.item_box .product .price_wrap{
	margin-bottom: 10px;
}

.item_box .product .price{
	border: 2px solid #ececec;
	box-shadow: 0 0 0 1px #bfbfbf, 0 0 0 1px #bfbfbf;
	border-radius: 4px;
	padding: 10px 10px 0 10px;
	float: left;
	width: 476px;
}


.item_box .product .price .size{
	background: url(../img/common/line02.png) repeat-x bottom center;
	color: #0390b1;
	font-weight: bold;
	font-size: 15px;
	padding-bottom: 6px;
	margin-bottom: 8px;
}

.item_box .product .price .size.second{ color: #56a456; }
.item_box .product .price .size.third{ color: #af7b21; }

.item_box .product .price ul li{
	margin-bottom: 5px;
}
.item_box .product .price ul li:last-child{
	margin-bottom: 0;
}

.item_box .product .price dl{
	clear: both;
	*height: 35px;
}

.item_box .product .price dt{
	float: left;
	margin-bottom: 2px;
}

.item_box .product .price dd{
	display:table-cell;
	font-size: 16px;
	height: 33px;
	vertical-align: middle;
	padding-left: 5px;

	*display: inline-block;
	*padding-top: 5px;
}

.item_box .product .price dd span.tax{
	font-size: 11px;
}

.item_box .product .btn{
	float: right;
}

.item_box .product .btn li{
	padding-bottom: 5px;
}

.item_box .product .btn .new{
	margin-top: 20px;
}

.item_box .product .btn .none{
	background: #ffefe6;
	border: 1px solid #ff8f4c;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1.8px;
	margin-top: 20px;
	padding: 15px 0;
	text-align: center;
}

.product .type ul{
	overflow: hidden;
}

.product .type ul li{
	float: left;
	margin-right: 10px;
	width: 96px;
}

.product .type ul li img{ 
	border: 1px solid #bfbfbf;
	margin-bottom: 10px;
}

/* description */
.description > div{
	font-size: 18px;
	margin-bottom: 30px;
}

.description .tit{
	border-radius: 4px;
	background: #e2f6f8;
	padding: 8px 15px;
	margin-bottom: 20px;
}

.description .product a{
	color: #2999b7;
	display: inline-block;
	margin-top: 10px;
}

.description .component{
	box-sizing: border-box;
	float: left;
	padding-right: 20px;
	width: 50%;
	*width: 48%;
}

.description .function{
	box-sizing: border-box;
	float: right;
	padding-left: 20px;
	width: 50%;
	*width: 48%;
}


.description .component.full{
	float: none;
	width: 100%;
	padding-right: 0;
}

/* review */
.review{
	border: 1px solid #bfbfbf;
	margin-bottom: 56px;
	line-height: 1.3;
}

.review h2{
	background: url(../img/detail/bg_review.png);
	padding: 16px;
}

.review dl{
	padding: 23px 25px 35px 25px;
}

.scroll_area{
	height: 500px;
	overflow-y: scroll;
}

/* ------- スクロールバー ------- */
.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspVerticalBar {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 15px;
}

.jspTrack {
  background: #ecf8fa;
  position: relative;
}

.jspPane {
  position: absolute;
}
.jspCap {
  display: none;
}

.jspDrag {
  background: #dcf2f6;
  position: relative;
  top: 0px;
  left: 0px;
  cursor: pointer;
}
/* IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0px -3px 0px 0px;
}
/* ------- スクロールバー end ------- */

.review dl dt{
	color: #0390b1;
	font-size: 21px;
	margin-bottom: 10px;
}

.review dl dd{
	border-bottom: 1px dotted #80cee0;
	font-size: 20px;
	padding-bottom: 20px;
	margin-bottom: 25px;
}

.review dl dd.last{
	border: none;
	margin-bottom: 0;
}

/* relation */
.relation{
	border: 5px solid #A6DDE9;
	padding: 30px;
}

.relation h2{
	border-bottom: 1px solid #bfbfbf;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.relation ul{
	margin-right: -28px;
}

.relation ul li{
	float: left;
	padding-right: 28px;
	width: 179px;
}

.relation ul li img{
	background: #fff;
	border: 1px solid #bfbfbf;
	margin-bottom: 5px;
	padding: 14px;
}

.relation ul li a{
	color: #555;
}

.relation ul li span{
	display: block;
}

/* gallery */
.gallery{
	margin-bottom: 40px;
}

.gallery h3{
	background: #3b9faf;
	border-radius: 4px;
	margin-bottom: 15px;
	padding: 8px 15px;
}

.gallery ul{
	overflow: hidden;
	margin-right: -13px;
}

.gallery ul li{
	float: left;
	width: 260px;
	margin-right: 13px;
	text-align: center;
}

.gallery ul li img{
	border: 1px solid #bfbfbf;
	padding: 2px;
}

.gallery ul li span{
	display: inline-block;
	line-height: 1.5;
	padding: 5px 0;
}

#cboxTitle{
	width: 460px;
}