@charset "utf-8";



/*############################################################################*/
/*

サムネイル画像は100px＊100px

*/
/*############################################################################*/



/*画像枠の全体*/

#overlay_photobox_bg {
	position: absolute;
	z-index: 1;
	left: 0pt;
	top: 0pt;
	width: 100%;
	height: 100%;
	background-color: #000000;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}


/*写真フレーム*/

#overlay_photobox {
	position: fixed;
	z-index: 0;
	left: 50%;
	top: 20pt;
	z-index: 200;
	margin: 0 0 0 -500px;
	padding: 0;
	width: 1000px;
	height: 800px;
	background: url(loading.gif) center center no-repeat;
	background-color: #000000;
}



/*拡大エリア*/

#photo_area {
	margin: 0;
	padding: 0 auto;
	height: 680px;
	width: 1000px;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
}

#photo_area img {
	display: block;
	width: auto;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}


/*サムネイル*/

.photo_thum_list {
	position: relative;
	margin: 20px 10px 0 10px;
	padding: 0;
	height: 100px;
	overflow: hidden;
}

.photo_thum_list ul {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.photo_thum_list ul:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.photo_thum_list li {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 112px;
	height: 100px;
}



/*左右ボタン*/

a.overlay_photobox_thum_list_left {
	z-index: 1;
	position: absolute;
	bottom: 40px;
	left: -16px;
	display: block;
	width: 27px;
	height: 33px;
	margin: 0;
	padding: 0;
	background: url(speed_set_btn.png) top left no-repeat;
	background-size: 55px;
}


a.overlay_photobox_thum_list_right {
	z-index: 1;
	position: absolute;
	bottom: 40px;
	right: -16px;
	display: block;
	width: 27px;
	height: 33px;
	margin: 0;
	padding: 0;
	background: url(speed_set_btn.png) top left no-repeat;
	background-size: 55px;
	background-position: -27px 0;
}


/*閉じるボタン*/

#overlay_close{
	z-index: 1;
	position: absolute;
	top: -10px;
	right: -10px;
	display: block;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	background: url(overlay_colose.png) top left no-repeat;
	background-size: 40px;
}



/*チェック用*/

.photo_thum_list li.p01{left: 0;}
.photo_thum_list li.p02{left: 120px;}
.photo_thum_list li.p03{left: 240px;}
.photo_thum_list li.p04{left: 360px;}
.photo_thum_list li.p05{left: 480px;}
.photo_thum_list li.p06{left: 600px;}
.photo_thum_list li.p07{left: 720px;}
.photo_thum_list li.p08{left: 840px;}
.photo_thum_list li.p09{left: 960px;}
.photo_thum_list li.p10{left: 1080px;}
.photo_thum_list li.p11{left: 1200px;}
.photo_thum_list li.p12{left: 1320px;}
.photo_thum_list li.p13{left: 1440px;}


























