@charset "UTF-8";

/* ---------------------------------------------- FEAT CONTENT*/
#feat_content{
	text-align: justify;
}
#feat_content a,
#feat_content a:hover{
	color:#000;
}
#feat_content a:visited {
	color: #000;
	text-decoration: none;
}
/* ------------------------- SPAN*/
#feat_content span.fw_n{
	font-weight:normal;
}
#feat_content span.fw_b{
	color: #000;
	font-weight:bold;
	
}
#feat_content span.pc_newline{
}
#feat_content span.sp_newline{
}
#feat_content span.note{
	color:#999;
	font-size:11px;
}
#feat_content span.small{
	font-size:50%;
}

#feat_content p.f_bold{
	font-weight:bold;
	font-size: 80%;
	padding-bottom: 5px;
}

/* ---------------------------------------------- PC_INDEX */
#feat_content .pc_index{
    width:85%;
	margin:0 auto;
}
#feat_content .pc_index ul{
    display:table;
    width:100%;
	box-sizing:border-box;
    font-size:13px;
    text-align:center;
    table-layout:fixed;
	margin-bottom:50px;
    border:1px solid #FFF;
	border-radius:2px; 
	border-radius:2px;
	-webkit-border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-moz-border-radius:2px; 
}
#feat_content .pc_index ul li{
    border-right:1px solid #FFF;
    display:table-cell;
}
#feat_content .pc_index ul li:last-child{
    border-right:none;
}
#feat_content .pc_index ul li a{
    display:block;
    color:#FFF;
    text-decoration:none;
    padding:4px 0;
    background-color: #000;
}
#feat_content .pc_index ul li a:hover {
    background:#243A66;
    color:#FFF;
}
/* ---------------------------------------------- SP INDEX*/
#feat_content .sp_index{
	display:none;
}
/* ---------------------------------------------- CATEGORY*/
#feat_content .category{
	width:100%;
	clear:both;
	box-sizing:border-box;
	margin-bottom:15px;
	border-bottom:1px solid #777;
}
#feat_content .category p.tab{
	color:#444;
	font-size:18px;
	padding:4px 12px 0;
	border-top:1px solid #777;
	border-right:1px solid #777;
	border-left:1px solid #777;

	border-top-left-radius:2px; 
	border-top-right-radius:2px;
	-webkit-border-top-left-radius:2px;
	-webkit-border-top-right-radius:2px;
	-moz-border-radius-topleft:2px;
	-moz-border-radius-topright:2px; 
}
/* ---------------------------------------------- PAGER */
#feat_content .pager {
	height:25px;
	padding:0;
	position:relative;
	margin-bottom:30px;
}
#feat_content .pager-top {
	margin:50px 0 0;
}
#feat_content .pager > ul {
	display:block;
	float:left;
	left:50%;
	margin:0;
	position:relative;
}
#feat_content .pager ul li {
	display: block;
	width: 25px;
	color:#666;
	float: left;
	margin-left: 5px;
	text-align: center;
	position: relative;
	left: -50%;
	
}
#feat_content .pager ul li.current {
	border: 1px solid #243A66;
	background-color:#243A66;
	color: #FFF;
}
#feat_content .pager ul li a{
	color: #FFF;
	background-color: #000;
	border: 1px solid #000;
	text-decoration: none;
	display: block;
}
#feat_content .pager ul li a:hover{
	color:#FFF;
	background-color:#000;
}
/* ---------------------------------------------- TO TOP LINK */
#feat_content .go_top {
	display: block;
	margin-bottom:30px;
	text-align: right;
	clear:both;
}
#feat_content .go_top a {
	font-size: 12px;
	text-decoration: underline;
}
#feat_content .go_top a:hover {
	color:#000;
	text-decoration: underline;
}#feat_content p.go_top a:visited {
	color: #000;
}
/*------------------------------------------------------------
--------------------------------------------------------------
-------------------------------------↑↑↑↑↑↑↑↑  FEAT COMMON */






/* ---------------------------------------------- HEADER*/
#feat_content #feat_header{
	width:100%;
	background-color: #FFDF13;
}
#feat_content #feat_header img{
    width:480px;
    height:auto;
    display: block;
    margin: 0 auto;
}
#feat_content .text_title{
	font-size:21px;
	color:#000;
	font-weight:bold;
}
/* ---------------------------------------------- LEAD*/
#feat_content .lead{
	background-color: #FFDF13;
	font-weight:normal;
	color:#000000;
	padding: 0 20px 20px 20px;
	margin-bottom: 50px;
}
#feat_content .lead .lead_box{
	background-color: #FFF;
	padding: 20px;
}
#feat_content .lead p{
	color: #000;
	margin-bottom:15px;
	-webkit-font-smoothing: antialiased;
}
#feat_content p.author{
	text-align: right;
	font-size:14px;
	margin: 15px 0 0 0;
}
/* ---------------------------------------------- H2*/
#feat_content h2{
	font-size:36px;
	font-weight: bold;
	color:#E42312;
	text-align: center;
	line-height:1.5;
	padding:16px 0;
	margin:60px 20px;
	font-family: serif;
	position: relative;
}
#feat_content h2 .grad_top,
#feat_content h2 .grad_bottom{
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0px;
}
#feat_content h2 .grad_top   { top:    -2px; }
#feat_content h2 .grad_bottom{ bottom: -2px; }
#feat_content h2 .grad_top:before,
#feat_content h2 .grad_bottom:before{
	content: "";
	display: block;
	width: 50%;
	height: 2px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: -moz-linear-gradient(left,  rgba(228,35,18,0) 0%, rgba(228,35,18,0.25) 25%, rgba(228,35,18,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(228,35,18,0)), color-stop(25%,rgba(228,35,18,0.25)), color-stop(100%,rgba(228,35,18,1)));
	background: -webkit-linear-gradient(left,  rgba(228,35,18,0) 0%,rgba(228,35,18,0.25) 25%,rgba(228,35,18,1) 100%);
	background: -o-linear-gradient(left,  rgba(228,35,18,0) 0%,rgba(228,35,18,0.25) 25%,rgba(228,35,18,1) 100%);
	background: -ms-linear-gradient(left,  rgba(228,35,18,0) 0%,rgba(228,35,18,0.25) 25%,rgba(228,35,18,1) 100%);
	background: linear-gradient(to right,  rgba(228,35,18,0) 0%,rgba(228,35,18,0.25) 25%,rgba(228,35,18,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e42312', endColorstr='#e42312',GradientType=1 );
}
#feat_content h2 .grad_top:after,
#feat_content h2 .grad_bottom:after{
	content: "";
	display: block;
	width: 50%;
	height: 2px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: -moz-linear-gradient(left,  rgba(228,35,18,1) 0%, rgba(228,35,18,0.25) 75%, rgba(228,35,18,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(228,35,18,1)), color-stop(75%,rgba(228,35,18,0.25)), color-stop(100%,rgba(228,35,18,0)));
	background: -webkit-linear-gradient(left,  rgba(228,35,18,1) 0%,rgba(228,35,18,0.25) 75%,rgba(228,35,18,0) 100%);
	background: -o-linear-gradient(left,  rgba(228,35,18,1) 0%,rgba(228,35,18,0.25) 75%,rgba(228,35,18,0) 100%);
	background: -ms-linear-gradient(left,  rgba(228,35,18,1) 0%,rgba(228,35,18,0.25) 75%,rgba(228,35,18,0) 100%);
	background: linear-gradient(to right,  rgba(228,35,18,1) 0%,rgba(228,35,18,0.25) 75%,rgba(228,35,18,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e42312', endColorstr='#00e42312',GradientType=1 );
}



#feat_content .block_track{
	width: auto;
	margin: 0 40px 40px;
	background-color: #FFDF13;
}
#feat_content .block_track h3{
	border-bottom: 1px solid #E42312;
	color: #E42312;
	text-align: center;
	padding: 14px 0 10px;
	font-family: serif;
}
#feat_content .block_track h3 .en{
	font-size: 28px;
	display: block;
	font-weight: bold;
	line-height: 36px;
	letter-spacing: 1px;
}
#feat_content .block_track h3 .ja{
	font-size: 16px;
	display: block;
	font-weight: normal;
	line-height: 24px;
}
#feat_content .block_track .body{
	padding: 20px; 
}
#feat_content .block_track .body .body_text{
	padding: 20px; 
	color: #000;
	background-color: #FFF;
}
#feat_content .block_track .body .body_movie{
	margin-top: 10px;
	width: 100%;
	height: 0px;
	padding-bottom: 56.3%;
	position: relative;
}
#feat_content .block_track .body iframe{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}


#feat_content .block_movie{
	width: auto;
	margin: 0 40px 40px;
	background-color: #FFDF13;
}
#feat_content .block_movie h3{
	background-color: #EE2420;
	color: #FFDF13;
	padding: 12px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	font-family: sans-serif;
}
#feat_content .block_movie .body .body_movie{
	width: 100%;
	height: 0px;
	padding-bottom: 56.3%;
	position: relative;
}
#feat_content .block_movie .body .body_movie iframe{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}




/* ---------------------------------------------- PICTURE*/
#feat_content .interview .picture_right img{
	width:300px;
	height:auto;
	padding:0 0 10px 20px;
	float:right;
}
#feat_content .interview .picture_left img{
	width:300px;
	height:auto;
	padding:0 20px 10px 0;
	float:left;
}
#feat_content .interview .picture_center{
	width:100%;
	text-align:center;
}
#feat_content .interview .picture_center img{
	width:100%;
	height:auto;
	margin-bottom:20px;
}
/* ---------------------------------------------- MOVIE*/
#feat_content .youtube{
	width:100%;
	margin-bottom:50px;
}

#feat_content .youtube p.title{
	color:#fff;
	font-size:20px;
	text-align:center;
	padding-top:6px;
	background-color:#000;
}
#feat_content .youtube .video_wrapper{
	width:100%;
	margin-bottom:30px;
}
#feat_content .youtube .video_wrapper iframe{
	width:675px;
	height:380px;
}
/* ---------------------------------------------- DISC*/
#feat_content #nav_disc{
	margin-top: 100px;
}
#feat_content #nav_disc br.sp{
	display: none;
}
#feat_content #nav_disc h2{
	font-size: 28px;
	color: #DF2312;
	text-align: center;
	font-weight: bold;
	font-family: sans-serif;
	margin: 60px auto 0;
	padding: 0;
}
#feat_content #nav_disc p.disc_release{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 60px;
}
#feat_content .disc_info{
	width:100%;
	margin-bottom:50px;
}
#feat_content .disc_info h3{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 60px 0 40px;
}
#feat_content .disc_info .disc_edition{
	width: 640px;
	border-bottom: 1px dashed #C1C1C1;
	margin: 50px 0 0 0;
	padding-bottom: 40px;
}
#feat_content .disc_info .disc_edition .disc_images{
	text-align: center;
}
#feat_content .disc_info .disc_edition .disc_images img{
	display: inline-block;
	margin: 0 10px;
}
#feat_content .disc_info .disc_edition p{
	text-align: center;
	font-size: 14px;
	line-height: 26px;
	margin-top: 30px;
}
#feat_content .disc_info .disc_edition p strong{
	font-weight: bold;
}

#feat_content .disc_info .disc_tracklist:after{
	content: "";
	display: block;
	width: 0px;
	height: 0px;
	float: none;
	clear: both;
	visibility: hidden;
}
#feat_content .disc_info .disc_tracklist .disc1,
#feat_content .disc_info .disc_tracklist .disc2{
	width: 300px;
	float: left;
	padding: 0 15px 30px;
	border: 1px solid #ccc;
	border-radius: 8px;
}
#feat_content .disc_info .disc_tracklist .disc1{
	margin-right: 10px;
}
#feat_content .disc_info h3.track_head{
	margin-bottom: 15px;
}
#feat_content .disc_info .disc_tracklist h4{
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
	margin: 25px 0;
}
#feat_content .disc_info .disc_tracklist p{
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	margin: 20px 0 6px;
}
#feat_content .disc_info .disc_tracklist li{
	font-size: 12px;
	line-height: 24px;
}
#feat_content .disc_info .disc_tracklist ol{
	list-style: decimal-leading-zero outside;
	padding-left: 30px;
}
#feat_content .disc_info .disc_tracklist ul{
	list-style: disc outside;
	padding-left: 20px;
}


/* ---------------------------------------------- LIVE */
#feat_content .live{
	margin-bottom:50px;
}
#feat_content .live_title{
	color:#000;
	font-size:18px;
	font-weight:bold;
	margin-bottom:6px;
}
#feat_content .info{
	margin: 10px 0 0 10px;
}
#feat_content .live dl{
	margin-left: 10px;
}
#feat_content .live dl:after{
	content: "";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#feat_content .live dl dt{
	clear: left;
	float: left;
	width: 175px;
	line-height:28px;
}
#feat_content .live dl dd{
	float: left;
	width: auto;
	line-height:28px;
}
#feat_content .live dl dd strong{
	font-weight: bold;
}
#feat_content .day{
	margin-right:8px;
	font-weight:bold;
}
/* ---------------------------------------------- go_top*/
#feat_content .go_top{
	display:block;
	text-align:right;
	margin:40px auto;
	clear:both;
	}
#feat_content .go_top a{
	font-size:12px;
	text-decoration:underline;
	}
/* ---------------------------------------------- imgBorder*/
#feature-page1 .imgBorder{
	display: inline;
	}
