@charset "utf-8";

#first_menu td{ height:100%; width:25%; text-align:center }

#wrap {
	width:100%;
	height:100%;
	text-align:center;
	line-height:0px;
}

#top_menu {
	display:inline-block;
	width:100%;
	height:55px;
	background-color: #F1F1F1;
	border-bottom:1px solid #D3D3D3; 
}

#top_menu table {
	height:100%;
	font-size:18px;
	font-weight:bold;
}

#top_menu .symbol_btn {
	width: 49px;
	height: 49px;
}

#show_menu {
	position:absolute;
	top:56px;
	right:0px;
	width:100%;
	height:100%;
	visibility:hidden;
	background-color:#FFFFFF;
	text-align:left;
	z-index:100;
	line-height:25px;
}

@media (max-width:500px) {
	.thumb_nails {
		/*display:inline-block;*/
		display:none;
		width:98%;
		height:100%;
		/*background-color:#400000;*/
		padding:1%;
	}	
}

@media (min-width:501px) {
	.thumb_nails {
		display:inline-block;
		width:500px;
		height:100%;
		/*background-color:#400000;*/
		padding:1%;
		margin:0 auto;
	}
	
}

.thumb {
	display:inline-block;
	width:32.533333334%;
	float:left;
	padding:0.4%;
	
}

.thumb_img {
	display:block;
	width:100%;
}



.full_screen {
	display:table;
	position:fixed;
	height:100%;
	width:100%;
	top:0;
	left:0;
	background-color: rgba(0,0,0,0.9);
}

.full_screen_upper {
	display:table-row;
	width:100%;
	height:50%
}
.full_screen_lwr {
	display:table-row;
	width:100%;
	height:50%;
}
.full_screen_img_frame {
	display:inline-block;
	width:100%;
	margin-top:-50%;
}
.full_screen_img {
	display:inline-block;
	width:90%;
}

.description {
	display:inline-block;
	width:90%;
	line-height:16px;
	font-size:14px;
	color:#eaeaea;
	text-align:left;
	margin-bottom:4px;
	margin-left:2px;
}
