@charset "utf-8";

/* ---------------------------------------------
*   gallery
--------------------------------------------- */
/*#gallery {}*/


/*  item_thumbnails_wrapper
--------------------------------------------- */
#gallery .item_thumbnails_wrapper {
	position: relative;
	padding: 18px 0;
	overflow:hidden;
	zoom:1;
}

/* -- item_thumbnails -- */
#gallery .item_thumbnails {
	float:left;
	letter-spacing: -0.4em;
	margin: -25px -10px 0;
}

/* item_thumbnail */
#gallery .item_thumbnail {
	box-sizing: border-box;
	display: inline-block;
	width: 222px;
	text-align: left;
	vertical-align: top;
	letter-spacing: normal;
	margin: 25px 10px 0;
	cursor: pointer;
}

#gallery .item_thumbnail_image{
	height:164px;
	overflow:hidden;
	border:solid 1px #d3d3d3;
}

#gallery .item_thumbnail_image img[src$=jpg]{
    overflow:hidden;
	width:222px;
	/* margin-top:-28px; */
}

#gallery .item_thumbnail_image.madori img[src$=jpg]{
    overflow:hidden;
	width:80%;
	margin:0px 0px 0px 20px;
}


/* item_thumbnail_image / item_thumbnail_caption */
#gallery .item_thumbnail_image,
#gallery .item_thumbnail_caption {
	display: block;
}
#gallery .item_thumbnail_image:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
/* item_thumbnail_image */
#gallery .item_thumbnail_image {
	position: relative;
}
#gallery .item_thumbnail_image:after {
	content: "";
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 22px;
	height: 0;
	padding-top: 22px;
	overflow: hidden;
	background: url(/images/detail/gallery/icon_thumbnail.jpg) 0 0 no-repeat;
}

/* item_thumbnail_caption */
#gallery .item_thumbnail_caption {
	margin-top: 4px;
}

/* #gallery_popup */
#gallery_popup {
	position: absolute;
	right: 0;
	left: 0;
	z-index: 1000;
	box-sizing: border-box;
	display: none;
	width: 950px;
	padding-top: 25px;
}
#gallery_popup:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 15px;
	z-index: 2;
	display: block;
	width: 30px;
	height: 0;
	padding-top: 16px;
	overflow: hidden;
	background: url(/images/detail/gallery/icon_balloon_accordion.png) 0 0 no-repeat;
	margin-left: -15px;
}

/* popup (skin) */
#gallery_popup.skin_leftmost:before {
	left: 111px;
}
#gallery_popup.skin_centerleft:before {
	left: 354px;
}
#gallery_popup.skin_centerright:before {
	left: 597px;
}
#gallery_popup.skin_rightmost:before {
	left: 840px;
}

/* item_accordion_inner */
#gallery_popup .item_accordion_inner {
	position: relative;
	z-index: -1;
	display: none;
	padding: 0 48px;
	border: 1px solid #d3d3d3;
	background-color: #f7f6f6;
}

/* item_accordion_image */
#gallery_popup .item_accordion_image {
	text-align: center;
	padding-top: 28px;
}

/* item_accordion_caption */
#gallery_popup .item_accordion_caption {
	display: block;
	text-align: center;
	font-size: 115%;
	font-weight: bold;
	padding: 24px 0;
}

/* item_close_wrapper */
#gallery_popup .item_close_wrapper {
	position: absolute;
	top: 28px;
	right: 94px;
}

/* item_close */
#gallery_popup .item_close {
	display: block;
	text-align: center;
	letter-spacing: -0.1em;
	font-size: 86%;
	padding-top: 27px;
	background: url(/images/detail/gallery/icon_close.png) center top no-repeat;
	cursor: pointer;
}

/* item_arrow_wrapper */
#gallery_popup .item_arrow_wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 48px;
	height: 100%;
	background-color: #f0f0f0;
	cursor: pointer;
}

/* item_arrow_wrapper (skin) */
#gallery_popup .item_arrow_wrapper.skin_prev {
	left: 0;
}
#gallery_popup .item_arrow_wrapper.skin_next {
	right: 0;
}

/* item_arrow */
#gallery_popup .item_arrow_wrapper .item_arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 17px;
	padding-top: 32px;
	background-image: url(/images/detail/arrow_carousel.png);
	margin: 259px 0 259px -8.5px;
}

/* item_arrow (skin) */
#gallery_popup .item_arrow_wrapper.skin_prev .item_arrow {
	background-position: 0 0;
}
#gallery_popup .item_arrow_wrapper.skin_prev.skin_disabled .item_arrow {
	background-position: 0 -38px;
}
#gallery_popup .item_arrow_wrapper.skin_next .item_arrow {
	background-position: -22px 0;
}
#gallery_popup .item_arrow_wrapper.skin_next.skin_disabled .item_arrow {
	background-position: -22px -38px;
}