@charset "UTF-8";

/* ---------------------------------------------- FEAT CONTENT*/
#feat_content{
}
#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{
	font-weight:bold;
	
}
#feat_content span.pc_newline{
	display:block;
}
#feat_content span.sp_newline{
}
#feat_content span.note{
    color: #999;
	font-size:12px;
}
#feat_content span.small{
	font-size:60%;
}

#feat_content p.f_bold{
	font-weight:bold;
	font-size: 80%;
	padding-bottom: 5px;
}
/* ---------------------------------------------- NAV */
#feat_content .index01{
    width:100%;
    margin: 20px auto;
}
#feat_content .index01 ul{
    display:table;
    font-size:20px;
    table-layout:fixed;
}
#feat_content .index01 ul li{
    width:100%;
    display:table-cell;
}

#feat_content .index01 ul li a{
    display:block;
    color:#4e5178;
    text-decoration:none;
}
#feat_content .index01 ul li a:hover {

}
/* ---------------------------------------------- PC_INDEX */
#feat_content .pc_index{
    width:30%;
	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 #777;
	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 #777;
    display:table-cell;
}
#feat_content .pc_index ul li:last-child{
    border-right:none;
}
#feat_content .pc_index ul li a{
    display:block;
    color:#000;
    text-decoration:none;
    padding:4px 0;
}
#feat_content .pc_index ul li a:hover {
    background:#8d731e;
    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 > ul {
	display:block;
	float:left;
	left:50%;
	margin:0;
	position:relative;
}
#feat_content .pager ul li {
	display: block;
	width: 25px;
	color:#000;
	float: left;
	margin-left: 5px;
	text-align: center;
	position: relative;
	left: -50%;
	border: 1px solid #333;
}
#feat_content .pager ul li.current {
	background-color:#ddd;
}
#feat_content .pager ul li a{
	color: #333;
	text-decoration: none;
	display: block;
}
#feat_content .pager ul li a:hover{
	color:#fff;
	background-color:#8d731e;
}
/* ---------------------------------------------- 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%;
}
#feat_content #feat_header img{
    width:100%;
    height:auto;
	margin-bottom:0px;
}
/* ----------------- 2ページ目以降*/
#feat_content .sub_feat_header{
	width:100%;
}
#feat_content .sub_feat_header img{
    width:100%;
    height:auto;
	margin-bottom:20px;
}
/* ---------------------------------------------- HEADLINE*/
#feat_content h1.line_01{
    background-color: #000;
	color:#fff;
	font-size:16px;
    font-weight: bold;
	line-height:1.3;
    padding: 5px 10px;
	margin:0px;
}
#feat_content h1.line_02{
	background-color: #8d731e;
	font-weight:bold;
	color:#fff;
	padding: 10px;
	font-size:26px;
	font-weight:bold;
	line-height:1.2;
    margin-bottom: 20px;
}
#feat_content #nav2 h1.line_02{
	background-color: #ffe691;
	font-weight:bold;
	color:#000;
	padding: 10px;
	font-size:26px;
	font-weight:bold;
	line-height:1.2;
    margin-bottom: 20px;
}
#feat_content h2{
/*	background-color: #eee;*/
	margin-bottom:40px;
	padding:10px 0px;
	font-size:26px;
	line-height:1.4;
	color: #c83117;
    border-bottom: 1px dashed #000;
	clear:both;
}
/* ---------------------------------------------- LEAD*/
#feat_content .lead{
/*	background-color:#000;*/
	color: #81775d;
	margin-bottom:50px;
	padding: 0px 0px 10px 0px;
    border-bottom: 2px solid #8d731e;
}
#feat_content .lead p{
	margin-bottom:15px;
}
#feat_content p.author{
	font-weight: normal;
	text-align:right;
	font-size:12px;
}
/* ---------------------------------------------- REVIEW*/
#feat_content .review p{
	color:#000;
	margin:20px 0px;
}
/* ---------------------------------------------- INTERVIEW*/
#feat_content .lead2{
/*	font-size: 18px;*/
	color: #color:#000;;
	margin-bottom:20px;
	padding: 0;
}
#feat_content .interview{
	color:#666;
	margin-bottom:60px;
}
#feat_content .interview p.question{
/*	font-weight:bold;*/
	color:#000;
	margin-bottom:15px;
}
#feat_content .interview p.answer{
	margin-bottom:15px;
	color:#81775d;
}
#feat_content .interview span.name1{
	font-weight:bold;
	color:#0085bb;
}
#feat_content .interview span.name2{
	font-weight:bold;
	color:#c0a32b;
}
#feat_content .interview span.name3{
	font-weight:bold;
	color:#c7221f;
}
#feat_content .interview span.name4{
	font-weight:bold;
	color:#000;
}
#feat_content .interview span.all{
	font-weight:bold;
	color:#777;
}
#feat_content .interview span.other1{
	font-weight:bold;
/*	color:#999;*/
}
/* ---------------------------------------------- picture*/
#feat_content .interview .picture_right img{
	width:200px;
	height:auto;
	padding:0 0 10px 20px;
	float:right;
}
#feat_content .interview .picture_left img{
	width:200px;
	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 #nav_movie{
	width:100%;
	margin-bottom:50px;
}
#feat_content .youtube{
	width:100%;
	margin-bottom:15px;
}
#feat_content .youtube p.title{
	color:#fff;
	font-size:28px;
	text-align:center;
	line-height:1.3;
	padding:10px 0;
	background-color:#8d731e;
}
#feat_content .youtube .video_wrapper{
	width:100%;
	margin-bottom:10px;
}
#feat_content .youtube p.yt_link{
	color:#FFF;
	font-size:14px;
	text-align:right;
	line-height:1.3;
	padding:5px 10px;
	background-color:#b01122;
}
#feat_content .youtube p.yt_link a{
	color:#FFF;
}
/* ---------------------------------------------- DISC INFO*/
#feat_content #nav_disc{
	width:100%;
	margin-bottom:30px;
}
#feat_content .disc_info{
	display:table;
	width:100%;
}
#feat_content .disc_info .picture{
	display:table-cell;
	width:45%;
}
#feat_content .disc_info .picture img{
    width:100%;
    height:auto;
}
#feat_content .disc_info .writing{
	display:table-cell;
	line-height:1.4;
	vertical-align:top;
	padding-left:20px;
}
#feat_content .disc_info .writing p.title{
	color:#8d731e;
	font-size:22px;
    line-height:1.1;
	font-weight:bold;
/*	text-indent:-0.5em;*/
	margin-bottom:5px;
}
#feat_content .disc_info .writing ul.sale{
	color:#333;
	font-size:13px;
    padding-bottom: 10px;
	margin-bottom:10px;
    border-bottom: 1px solid #eee;
}
#feat_content ul.music{
	list-style-type: decimal-leading-zero;
	line-height:1.6;
	margin-bottom:5px;
	margin-left: 2.5em;
}
p.bonus_track{
    color: #8d731e;
    font-weight: bold;
	margin:10px 0px;;
    border-bottom: 1px solid #8d731e;
}

#feat_content .track_table{
    display:table-cell;
	width:52%;
    padding-right: 4%;
}
#feat_content .track_table2{
	display:table-cell;
}
/* ---------------------------------------------- EVENT INFO*/
#feat_content #nav_event{
	margin-bottom:30px;
}
#feat_content #nav_event .event_info{
	margin-bottom:15px;
}
#feat_content #nav_event .event_info p.title{
	color:#8d731e;
	font-size:22px;
	font-weight:bold;
	line-height:1.3;
}
#feat_content #nav_event .event_info ul{
	padding-left:1em;
}
