<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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{
}
#feat_content span.sp_newline{
}
#feat_content span.note{
	color:#333;
	font-size:12px;
}

#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 #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:#333;
    text-decoration:none;
    padding:4px 0;
}
#feat_content .pc_index ul li a:hover {
    background:#b01122;
    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 &gt; ul {
	display:block;
	float:left;
	left:50%;
	margin:0;
	position:relative;
}
#feat_content .pager ul li {
	display: block;
	width: 25px;
	color:#ffffff;
	float: left;
	margin-left: 5px;
	text-align: center;
	position: relative;
	left: -50%;
	border: 1px solid #333;
}
#feat_content .pager ul li.current {
	background-color:#b01122;
}
#feat_content .pager ul li a{
	color: #333;
	text-decoration: none;
	display: block;
}
#feat_content .pager ul li a:hover{
	color:#ffffff;
	background-color:#b01122;
}
/* ---------------------------------------------- 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{
	color:#b01122;
	font-size:34px;
	line-height:1.3;
	margin-bottom:10px;
}
#feat_content h1.line_02{
	background-color: #000;
	color:#fff;
	padding: 10px 10px;
	text-align: center;
	font-size:18px;
	font-weight:bold;
	line-height:1.3;
	margin-bottom:18px;
}
#feat_content h2{
	margin-bottom:15px;
	padding:5px 5px 5px 10px;
	font-size:20px;
	line-height:1.4;
	color: #b01122;
	border-left: 8px solid #b01122;
	clear:both;
}
/* ---------------------------------------------- LEAD*/
#feat_content .lead{
	margin-bottom:20px;
}
#feat_content .lead p{
	margin-bottom:15px;
}
#feat_content p.author{
	text-align:right;
	font-size:12px;
	margin-bottom:40px;
}
/* ---------------------------------------------- INTERVIEW*/
#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;
}
#feat_content .interview span.cozzak{
	font-weight:bold;
	color:red;
}
#feat_content .interview span.yamamoto{
	font-weight:bold;
	color:#ac4e00;
}
#feat_content .interview span.kuwabara{
	font-weight:bold;
	color:#843d9f;
}
#feat_content .interview span.all{
	font-weight:bold;
	color:#ff03c5;
}
/* ---------------------------------------------- picture*/
#feat_content .interview .picture_right img{
	width:270px;
	height:auto;
	padding:0 0 10px 20px;
	float:right;
}
#feat_content .interview .picture_left img{
	width:280px;
	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:#b01122;
}
#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:#b01122;
	font-size:22px;
	font-weight:bold;
	text-indent:-0.5em;
	margin-bottom:5px;
}
#feat_content .disc_info .writing ul.sale{
	color:#333;
	font-size:13px;
	margin-bottom:10px;
}
#feat_content .disc_info .writing ul.music{
	line-height:1.6;
	margin-bottom:5px;
}
p.bonus_track{
	margin-bottom:3px;
}
/* ---------------------------------------------- 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:#b01122;
	font-size:22px;
	font-weight:bold;
	line-height:1.3;
}
#feat_content #nav_event .event_info ul{
	padding-left:1em;
}</pre></body></html>