@charset "utf-8";

.breadcrumbs {
    background: url(http://img07.shop-pro.jp/PA01114/413/etc/line_double.gif?cmsp_timestamp=20150821182203) no-repeat bottom;
	margin: 0 0 20px;
	padding: 10px 0 20px;
	width: 100%;
}

.breadcrumbs ul{
	display: table;
}

.breadcrumbs li {
	display: table-cell;
}

.breadcrumbs li:after {
	content: ">";
	padding: 0 4px;
}

.breadcrumbs li:last-child:after {
	content: none;
}

.main {
    padding: 0 30px;
}

/* ¾¦ÉÊ¾ðÊó */
.item_info {
	margin: 0 0 80px;
}

.item_info_bottom {
	width: 390px;
}

.item_info h2 {
	font-size: 16px;
	margin: 0 0 10px;
}

.gallery_box {
	margin: 0 0 30px;
	overflow: hidden;
}

.img_main {
    border: solid 1px #ddd;
	float: left;
    width: 390px;
    height: 390px;
}

.img_main img {
    width: 100%;
}

.img_gallery_thumb {
	float: right;
	width: 90px;
}

.img_gallery_thumb li {
	margin: 0 0 10px;
        line-height: 0;
}

.img_gallery_thumb li:last-child {
	margin: 0;
}

.img_gallery_thumb li img{
	border: solid 1px #ddd;
	width: 90px;
}

.img_gallery_thumb li img:hover {
	cursor: pointer;
}

.item_desc {
	clear: both;
	margin: 0 0 60px;
}

.item_spec {
	border: solid 1px #ddd;
	border-collapse: collapse;
	margin: 0 0 30px;
	width: 100%;
}

.item_spec th,
.item_spec td {
	border: solid 1px #ddd;
	font-size: 13px;
	padding: 10px;
}

.item_spec th {
	background: #eee;
}

.item_info input[type="image"] {
	width: 202px;
	margin: 0 auto;
}

.item_info input[type="image"]:hover {
	opacity: 0.7;
}

.txt_center {
	text-align: center;
}