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


/* ------------------------------------
list
------------------------------------ */

.list{
	width:217px;
	float:left;
}
.thumbnailbox{
	width:210px;
	height:215px;
	overflow:hidden;
	display:block;
	position:relative;
}
.thumbnailbox span{
	display:block;
	text-align:center;
}

.thumbnailbox img{
    max-width: 95%;
    height: auto;
}

.list .thumbnailbox img{
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
}

img.newmark{
	position:absolute;
	top:15px;
}

.list p{
	display:block;
	padding:0 5px 5px 5px;
	margin:0;
	font-size:14px;
	font-weight:bold;
}
.list p span{
	font-size:10px;
}
.list p a{
	color:#000;
	text-decoration:none;
}
.list p a:hover{
	text-decoration:underline;
}

ul.list_btn{
	list-style:none;
	text-align:left;
	margin:0 0 20px 3px;
}

ul.list_btn li{
	display:inline-block;
	margin:0 3px;
}

ul.list_btn li a{
	display:block;
	background:#f29200;
	color:#fff !important;
	padding:0 10px;
	height:24px;
	line-height:24px;
	_border-radius:2px;
    _-webkit-border-radius:2px;
    _-moz-border-radius:2px;
}

ul.list_btn li a img{
	vertical-align:top;
	padding:5px 0 0 0;
}

ul.list_btn li a:hover{
	text-decoration:none;
}


/* ------------------------------------
item
------------------------------------ */


/*-------- img --------*/

.item_img{
	float:left;
	width:420px;
	height:430px;
	margin:0 0 20px 0;
}

.item_img .thumbnailbox{
	width:420px;
	height:430px;
	display:block;
	position:relative;
}


img.newmark{
	position:absolute;
	top:15px;
	left:0;
}

img.largepic{
	position:absolute;
	bottom:0;
	left:167px;
}


/*-------- spec --------*/

.item_spec{
	width:400px;
	float:right;
	margin:0 0 20px 0;
}

.item_title{
	width:400px;
	font-size:30px;
	font-weight:bold;
	color:#000;
	padding:15px 0 40px 0;
	margin:0 0 20px 0;
	background:url(../../product/common/bar_spec.gif) no-repeat left bottom;
	line-height:1.2em;
}

dl.list_spec{
	list-style:none;
	width:390px;
	padding:0 0 0 10px;
}

dl.list_spec dt{
	float:left;
	width:50px;
	font-weight:bold;
	color:#7f7f7f;
	padding:0 0 15px 0;
	background:url(../images/colon.gif) no-repeat right 5px;
}

dl.list_spec dd{
	font-weight:bold;
	padding:0 0 15px 60px;
}

.item_spec p{
	width:390px;
	padding:0 0 0 10px
}

.btn_shop{
	display:block;
	width:190px;
	height:30px;
	margin:20px 0 10px 10px;
}

.item_spec p.item_notes {
	padding-top: 25px;
}


/*-------- guide --------*/

.txt_guide{
	float:left;
	width:688px;
	height:25px;
	text-align:right;
	font-weight:bold;
	line-height:25px;
	margin:0 0 10px 0;
}

.txt_guide_bag{
	text-align:right;
	width:100%;
	font-weight:bold;
	line-height:25px;
	padding:0 0 10px 0;
}


.btn_guide{
	float:right;
	width:142px;
	height:25px;
	margin:0 0 10px 0;
}


