@charset "UTF-8";
/* CSS Document */
/*reset*/

html, body, span, applet, object, iframe,

blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, font, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend {

	border: 0;

	outline: 0;

	vertical-align: baseline;

}

#back_btn{
	width:100%;
	margin-bottom: 15px; text-align: right;
}

#back_btn a{
	width: 111px;
	height: 9px;
	background: url(../media/image/back-to-gallery.png) no-repeat 0 0;
	display:inline-block; 
}

#back_btn a:hover{
	color:#ffffff;
	text-decoration:none;
	background-position:0 -11px;
}

#back_btn a:active{
	color:#ffffff;
	text-decoration:none;
}

.col{
	width: 48%;
	float:left;
	padding-bottom: 42px;
}

#conmargin{
	margin-right: 4%;
}

#sansmargin{
}

.thumb_video{
	width:422px;
	height:281px;
	position: relative;
	display: block;
}

.thumb_video #play {
	left: 50%; top: 50%;
	margin-left: -38px; margin-top: -38px;
	opacity: 0;
	position: absolute; 
	z-index: 2;
}
.thumb_video:hover #play {
	opacity: 1;
}

#flash_video{
	width:100%;
	text-align: center;
	padding-bottom:18px;
}
#flash_video iframe {
	max-width: 100%;
}
@media screen and (max-width: 1200px) {
	.col {
		width: 49%; padding-bottom: 2%;
	}
	.thumb_video, .thumb_video img {
		width: 100%; height: auto;
	}
	.thumb_video #play {
		width: auto; height: auto;
	}
	#conmargin {
		margin-right: 2%;
	}
}