@charset "UTF-8";



/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/



.showpc {
  display: block !important; }

.showsp {
  display: none !important; }

.brsp {
  display: none; }

.brpc {
  display: inherit; }


#contents {}

@media screen and (max-width:768px){
	body{
		min-width: 100%;
	}
	
  .showpc {
    display: none !important; }
  .showsp {
    display: block !important; }
  .brsp {
    display: inherit; }
  .brpc {
    display: none; }
	
	#contents{
		min-width: 100%;
	}
}



html {
	background:#f0f1f2;
}

body {
	min-width:960px;
}

@media screen and (max-width:768px){
	
body {
	min-width:100%;
}
}




/* layout
---------------------------------------------------------- */

@media screen and (max-width:768px){

	header {
		background:#0a5aaa;
		padding:6px 40px;
		text-align:center;
	}
	
	header div {
		width:75px;
		margin:0 auto;
	}
	
	.title_area {
		background:#ffffff;
		text-align:center;
		padding:40px 5% 45px;
	}
	
	.title_area h1 {
		font-size:25px;
		color:#333;
		font-weight:normal;
		line-height:1.3em;
		margin-bottom:13px;
	}
	
	.title_area div {
		width:auto;
	}
	
	
	.title_area div a {
		display:block;
		border:1px solid #167ffb;
		background:#167ffb;
		border-radius:5px;
		box-sizing:border-box;
		width:180px;
		color:#ffffff;
		margin:0 auto;
		line-height:1.5em;
		padding:4px 13px;
		text-decoration:none;
	}
	
	.title_area div a:hover {
		opacity:0.7;
	}
	
	.title_area div a span {
		display:block;
		font-size:12px;
	}
		
	
	
	.movie_area {
		padding:25px 5% 0;
		background:#f0f1f2;
	}
	
	
	.movie_area .movie_contents {
		width:100%;
		margin:0 auto 20px;
		overflow:hidden;
	}
	
	.movie_area .movie_contents h2 {
		font-size:24px;
		text-align:center;
		color:#0a5aaa;
		font-weight:bold;
		margin-bottom:20px;
		line-height:1.5em;
		border-bottom:3px solid #0a5aaa;
		padding-bottom:5px;
	}
	
	.movie_area .movie_contents .yt_set {
		width:100%;
		float:none;
		margin:0 0 50px 0;
	}
	
	.movie_area .movie_contents .yt_set:nth-child(odd) {
		margin:0 0 50px 0;
	}
	
	.movie_area .movie_contents .yt_set div.yt_inner{
		margin-bottom:5px;
		position:relative;
		padding-bottom:56.25%;
		height:0;
	}
	
	.movie_area .movie_contents .yt_set div.yt_inner iframe {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
	}



	.yt_video {
		position:relative;
		cursor:pointer;
		margin-bottom:30px;
	}
	
	.yt_video:hover {
		opacity:0.7;
	}
		
	
	.yt_video .yt_icon {
		position:absolute;
		width:70px;
		height:70px;
		margin:-35px 0 0 -35px;
		left:50%;
		top:50%;
	}

	/*.movie_area .movie_contents .yt_set p {
		font-size:16px;
		line-height:1.4em;
		color:#333333;	}*/
		
	.movie_area .movie_contents .yt_set div.yt_inner p {
		position:absolute;
		top:100%;
		left:0;
	}
}



@media screen and (min-width:769px){

header {
	background:#0a5aaa;
	padding:12px 40px;
}

.title_area {
	background:#ffffff;
	text-align:center;
	padding:100px 0 95px;
}

.title_area h1 {
	font-size:34px;
	color:#333;
	font-weight:normal;
	line-height:1.0em;
	margin-bottom:30px;
}

.title_area div a {
	display:block;
	border:1px solid #167ffb;
	background:#167ffb;
	border-radius:5px;
	box-sizing:border-box;
	width:240px;
	color:#ffffff;
	margin:0 auto;
	line-height:1.0em;
	padding:10px 0;
	font-size:18px;
	text-decoration:none;
}

.title_area div a:hover {
	opacity:0.7;
}


.movie_area {
	padding:40px 0 0;
	background:#f0f1f2;
}


.movie_area .movie_contents {
	width:960px;
	margin:0 auto 60px;
	overflow:hidden;
}

.movie_area .movie_contents h2 {
	font-size:28px;
	color:#0a5aaa;
	font-weight:bold;
	margin-bottom:30px;
	line-height:1.2em;
	border-bottom:2px solid #0a5aaa;
	padding-bottom:10px;
}

.movie_area .movie_contents .yt_set {
	width:460px;
	float:left;
	margin:0 40px 40px 0;
}

.yt_video {
	position:relative;
	cursor:pointer;
}

.yt_video:hover {
	opacity:0.7;
}
	

.yt_video .yt_icon {
	position:absolute;
	top:50%;
	left:50%;
	margin:-40px 0 0 -40px;
	width:80px;
	height:80px;
}

.movie_area .movie_contents .yt_set:nth-child(odd) {
	margin:0 0 40px 0;
}



.movie_area .movie_contents .yt_set div {
	margin-bottom:10px;
}

.movie_area .movie_contents .yt_set iframe {
	width:460px;
	height:259px;
}

.movie_area .movie_contents .yt_set .yt_inner p {
	font-size:17px;
	color:#333333;
	position:static;
}


}

/* common
---------------------------------------------------------*/
a:hover img{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

.movie_area .movie_contents .yt_set iframe {
	vertical-align:bottom;
}