@charset "UTF-8";


/****************************
   .photo_box
*****************************/

.photo_box {
	margin-bottom: 15px;
}

/* photo */
.photo_box .photo {
	margin-bottom: 5px;
}
.photo_box .photo img {
	display: block;
	width: 100%;
	height: auto;
}

/* capt */
.photo_box .capt {
	font-size: 86%;
	margin-bottom: 10px;
}


/*** item_full ***/
.photo_box .item_full {
	float: left;
	width: 100%;
}


/*** item_half ***/
.photo_box .item_half {
	float: left;
}

.photo_box .item_half:nth-child(odd) {
	width: 49.5%;
	margin-right: 1%;
}
.photo_box .item_half:nth-child(even) {
	width: 49.5%;
}

/****************************
   .movie_box
*****************************/

.movie_box {
	margin-bottom: 15px;
}

/* movie */
.movie_box .movie {
	width: 100%;
	position: relative;
	padding-top: 56.25%;
	margin: 0;
}
.movie_box .movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/* capt */
.movie_box .capt {
	font-size: 86%;
	margin-bottom: 10px;
}

/****************************
   .thumb_box
*****************************/

.thumb_box {
	width: 100%;
	border-collapse: separate;
	border-spacing: 3px 3px;
	margin-bottom: 15px;
}
.thumb_box tr {
	
}
.thumb_box tr td {
	width: 20%;
	height: 170px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ccc;
}
.thumb_box tr td img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
}


/****************************
   .facebox
*****************************/

#facebox {
	
}

#facebox .popup {
	
}

#facebox .content {
	
}

#facebox .image {
	display: table-cell;
	vertical-align: middle;
}

#facebox img {
	max-width: 700px;
	max-height: 700px;
}

#facebox .close {
	font-size: 0;
}

/****************************
   .back
*****************************/

.back {
	text-align: center;
	margin: 0 0 0;
}

.back a.link {
	display: inline-block;
	width: 420px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding: 1.0em 0.5em;
	background-color: #008e4e;
	background-position: 98% center;
	background-repeat: no-repeat;
	background-size: 20px;
	background-image: url(/assets/img/satei/discount/arrow_white_r.png);
	border-radius: 6px;
}


