@charset "utf-8";
 
#contents #items {
	margin: 0 -10px;
}
#contents #items ul li {
	display: inline-block;
	width: 33.33%;
	float: left;
	margin: 0 0 20px 0;
	padding: 0 10px;
}
#contents #items ul li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
#contents #items ul li a img{
	width:100%;
}
#contents #items ul li a .cover {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 90px;
	padding: 15px 35px 15px 18px;
	background: rgba(0,0,0,0.6) url(../images/icon_tvc_play_button.png) no-repeat bottom 8px right 8px;
	background-size: 40px;
	overflow: hidden;
}
#contents #items ul li a .cover h2 {
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.6;
	color: #FFF;
}
 
#contents .btn {
	width: 290px;
	margin: 50px auto;
}


.overlay {background-color: #fff; left: 0;position: absolute; top: 0;z-index: 100000;}
.video_container {display: none;height: 458px;left: 120px; margin: auto;position: fixed;top: 0;width: 831px;z-index: 200000;}
.video_container a {color: #000;  position: absolute;right: 12px; text-decoration: none;top: 8px;z-index: 10;}
.video_container .video {width: 3324px;}
.mobile_clipboard_buttn {display:none;}
@media screen and (max-width:640px) { 
	#contents #items {
		margin: 0 -8px;
	}
	#contents #items ul li {
		width: 50%;
		margin: 0 0 16px 0;
		padding: 0 8px;
	}
	#contents #items ul li a .cover {
		height: 60px;
		padding: 8px 16px 8px 9px;
		background: rgba(0,0,0,0.6) url(../images/icon_tvc_play_button.png) no-repeat bottom 8px right 8px;
		background-size: 20px;
	}
	#contents #items ul li a .cover h2 {
		font-size: 0.75em;
	} 
	#contents .btn {
		width: 225px;
		margin: 40px auto;
	}
	.mobile_clipboard_buttn{
		background-color: #000;
	    	position: absolute;
	    	left: -50vw;
	    	top: 0px;
	    	margin-left: 75vw;
	    	border: 0 none;
	    	color: #fff;
	    	padding: 22px auto;
	    	z-index: 100000;
	    	padding-top: 11px;
	    	padding-bottom: 11px;
	    	width: 50vw;
	    	display:none;
	}
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	.fancybox-close {
		    background-image: url(../images/fancybox_close.png) !important;
		    background-size: 14px 14px !important;
		    right: 6px !important;
		    top: 6px !important;
		    background-repeat: no-repeat;
		    height: 14px !important;
		    width: 14px !important;
	} 
}



