/* CSS Document */

body.smp #content .section01 .date{
	padding:15px 5px;
	font-size:24px;
}

body.smp #content .section01 > .title{
	font-size:42px;
	line-height:1.3;
	margin-bottom:15px;
	font-weight:800;
}

body.smp #content .section01 .social{
	margin:0px 10px 10px;
	overflow:hidden;
	font-size:0px;
}

body.smp #content .section01 .social #nhksocialbtn_sicon{
	float:right;
	zoom:1;
}

body.smp #content .section01 .section02{
	padding:15px 10px;
	margin-bottom:20px;
	border-top:1px solid #aaa;
}

body.smp #content .section01 .section02.movie{
	background:#f8f8f8;
}

body.smp #content .section01 .section02 .title{
	font-size:34px;
	line-height:1.2;
	padding-left:5px;
	border-left:6px solid #EC1B23;
	margin-bottom:20px;
}

body.smp #content .section01 .section02 .entry{
	font-size:30px;
	line-height:1.5;
}

body.smp #content .section01 .section02 .entry img{
	width:100%;
	height:auto;
	clear:both;
	float:none;
	margin:10px 0px;
	vertical-align:bottom;
}

/* 動画 */
body.smp #content .section01 .section02.movie .movie{
	display:none;

	position:relative;
	width:480px;
	padding-top:300px;
	margin:10px auto;
}

body.smp #content .section01 .section02.movie .movie iframe{
	position:absolute;
	left:0px;
	top:0px;
	
	width:480px;
	height:300px;
	
	border:none;
	background:none;
}

body.smp #content .section01 .section02.movie .movie .close{
	background:#f0f0f0;
	padding:20px 0px;
	text-align:center;
}

body.smp #content .section01 .section02.movie .movie .close .button01{
	width:200px;
}

body.smp #content .section01 .next_button{
	padding:20px 0px 0px;
	text-align:center;
}

body.smp #content .section01 .next_button .button01{
	width:400px;
}

body.smp #content .section01 .section02 .movie_tag{
	text-align:center;
}

body.smp #content .section01 .section02 .movie_tag a{
	border:1px solid #aaa;
	display:inline-block;
	min-height:60px;
	line-height:60px;
	text-align:center;
	font-size:26px;
	
	margin:0px 4px;

	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #cfcfcf), color-stop(0.00, #ededed));
	background: -webkit-linear-gradient(top, #ededed 0%, #cfcfcf 100%);
	background: -moz-linear-gradient(top, #ededed 0%, #cfcfcf 100%);
	background: -o-linear-gradient(top, #ededed 0%, #cfcfcf 100%);
	background: -ms-linear-gradient(top, #ededed 0%, #cfcfcf 100%);
	background: linear-gradient(top, #ededed 0%, #cfcfcf 100%);

	text-decoration:none;
	color:#333;
	
	cursor:pointer;
	
	width:400px;
}

body.smp #content .section01 .section02 .movie_tag a:hover{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #c7c7c7), color-stop(0.00, #e0e0e0));
	background: -webkit-linear-gradient(top, #e0e0e0 0%, #c7c7c7 100%);
	background: -moz-linear-gradient(top, #e0e0e0 0%, #c7c7c7 100%);
	background: -o-linear-gradient(top, #e0e0e0 0%, #c7c7c7 100%);
	background: -ms-linear-gradient(top, #e0e0e0 0%, #c7c7c7 100%);
	background: linear-gradient(top, #e0e0e0 0%, #c7c7c7 100%);
}

body.smp #content .section01 .pager{
	font-size:0px;
}

body.smp #content .section01 .pager ul{
	text-align:center;
}

body.smp #content .section01 .pager ul li{
	display:inline-block;
	
	width:auto;
	min-width:0px;
	padding:0px 15px;
	margin:0px 5px;
	
	cursor:auto;
}

body.smp #content .section01 .pager ul li.lastChild{
	display:none;
}

body.smp #content .section01 .pager ul li.active{

	background:#aaaaaa;

	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #888888), color-stop(0.00, #aaaaaa));
	background: -webkit-linear-gradient(top, #aaaaaa 0%, #888888 100%);
	background: -moz-linear-gradient(top, #aaaaaa 0%, #888888 100%);
	background: -o-linear-gradient(top, #aaaaaa 0%, #888888 100%);
	background: -ms-linear-gradient(top, #aaaaaa 0%, #888888 100%);
	background: linear-gradient(top, #aaaaaa 0%, #888888 100%);
	
	color:#fff;
}

body.smp #content .section01 .pager ul li a{
	display:inline-block;
	margin:0px -15px;
	padding:0px 15px;
	
	color:#333;
	text-decoration:none;
}

body.smp #content .section01 .return_link{
	margin-top:15px;
	border-top:1px solid #ccc;
	padding-top:15px;
}

body.smp #content .section01 .return_link .button01{
	width:200px;
	margin-left:20px;
}

