@charset "utf-8";
@import url("bace.css");
@import url("common.css");
@import url("thickbox.css");
/* ===================================================================
CSS information

 file name  :shop.css
 style info :ミュージアムショップカテゴリ用css
 
=================================================================== */

#shop #maincontents .leftbox {
	margin-right:10px;
	float:left;
}
#shop #maincontents .rightbox {
	float:left;
}
#shop #maincontents .item {
	clear:both;
	border-bottom:solid 1px #582e00;
	margin-bottom:15px;
	padding-bottom:15px;
	height:135px;
	overflow:visible;
}
#shop #maincontents .rightbox h4 img ,
#shop #maincontents .rightbox .type img ,
#shop #itembox h1 img  {
	vertical-align:-1px;
	padding-left:3px;
}
#shop #maincontents h4 {
	font-size:87.5%;
	color:#582e00;
	font-weight:bold;
	float:left;
	line-height:1.5;
}
.price {
	float:right;
}
.description {
	width:495px;
	clear:left;
	border-top:solid 1px #cdcdcd;
	padding-top:5px;
	margin:5px 0;
}
#shop #maincontents h5 {
	font-size:75%;
	font-weight:bold;
	border-left: solid 3px #582e00;
	padding-left:5px;
	margin-right:15px;
	float:left;
	vertical-align: bottom;
}
.type {
	line-height:normal;
}
.thumbnail img {
	margin: 10px 10px 0 0;
}

body#item {
	background:none;
}
#itembox {
	width:600px;
}
#itembox h1 {
	font-weight:bold;
	margin:10px auto 0;
	font-size:116.7%;
	color:#666666;
}
#itembox p {
	margin-bottom:15px;
	font-size:100%;
}
#itembox #prev,#itembox #closeBtn {
	width:70px;
	margin-right:195px;
	float:left;
	display:inline;
}
#itembox #closeBtn2 {
	width:70px;
	margin-right:195px;
	margin-left:265px;
	float:left;
	display:inline;
}
#itembox #next {
	width:70px;
	float:right;
}