


/* -----------------------------------------------------------

【特集テンプレート】
* TOPページ
* INTERVIEW
* ページ先頭共通ページナビなし
* アーティスト名、日付、トラバ、コメント 有

作成：2009.10.01 yusukondo
修正：2010.01.22

-------------------------------------------------------- */




/* -----------------------------------------------------------
◆ 共通事項 ◆ 
-------------------------------------------------------- */
.Item {
margin: 0;
width: 600px;
}
.ItemName {
display: none;
line-height:0;
padding:0;
visibility:hidden;
}
.Itemdata{
margin: 5px 0 10px;
}
.pagenavi {
display: none;
}
#Feature_wrapper img {
border: none;
}
#Feature_wrapper .reset {
clear: both;
display: block;
height: 0px;
font-size:0px;
line-height: 0px;
}
#Feature_wrapper .hide {
display:none;
}
#Feature_wrapper .clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
.clearfix {
min-height: 1px;
}
* html #Feature_wrapper .clearfix {
height: 1px;
}



/* -----------------------------------------------------------
◆　基本事項　◆
--------------------------------------------------------*/

#Feature_wrapper {
color: #d2cfca;
background: #fff;
font-family: 'Lucida Grande',sans-serif;
width: 600px;
margin: 0;
padding: 0;
font-size: 12px;
line-height: 1.5em;
overflow: hidden;
}
#Feature_wrapper a {
color: #9e2f65;
text-decoration: underline;
}
#Feature_wrapper a:hover {
color: #c33a7d;
text-decoration: none;
}
#Feature_wrapper ul,#Feature_wrapper li{
margin: 0;
padding: 0;
list-style: none;
}
#Feature_wrapper p{
margin: 0;
}

/* -----------------------------------------------------------
◆　共通ページナビ　◆
--------------------------------------------------------*/
.pageslist{
margin: 15px 0;
text-align: center;
clear: both;
}

/* 共通 */
.pageslist a,
.pageslist span{
background: #c686a3 url(http://img.barks.jp/image/review/1000058938/pagenavi_bg.png);	
color: #a0265c !important;
border: 1px solid #c686a3;
/**/
font-weight: bold;
padding: 5px 10px;
margin: 0 3px 0 0;
text-decoration: none !important;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}

/* 現在地 */
.pageslist a.selected,
.pageslist span.selected{
background: #390c20 url(http://img.barks.jp/image/review/1000058938/pagenavi_selected.png);	
border: 1px solid #390c20;
border-bottom: 1px solid #390c20;
color: #fff !important;
}

/* 最初 or 最後 */
.pageslist span.none{
background-color: #c3c3c3;
background-image: url(http://img.barks.jp/image/review/1000058938/pagenavi_none.png);	
border: 1px solid #bbb;
border-bottom: 1px solid #aaa;
color: #ccc !important;
}

/* マウスオーバー時 */
.pageslist a:hover{
color: #000 !important;
}



/* -----------------------------------------------------------
◆　ページ内ナビゲーション　◆
--------------------------------------------------------*/
#Feature_wrapper .feature_navi { 
height: 57px;
}
.feature_navi ul { 
}
.feature_navi ul li {
display: block;
float: left;
text-indent: -9999px;
}
.feature_navi ul li a {
display: block;
height: 57px;
}
/* a ----------------------------*/
.feature_navi li.page_01 a { width: 160px; background: transparent url(http://img.barks.jp/image/review/1000058938/feature_navi.jpg) no-repeat 0px 0px; }
.feature_navi li.page_02 a { width: 140px; background: transparent url(http://img.barks.jp/image/review/1000058938/feature_navi.jpg) no-repeat -160px 0px; }
.feature_navi li.page_03 a { width: 140px; background: transparent url(http://img.barks.jp/image/review/1000058938/feature_navi.jpg) no-repeat -300px 0px; }
.feature_navi li.page_04 a { width: 160px; background: transparent url(http://img.barks.jp/image/review/1000058938/feature_navi.jpg) no-repeat -440px 0px; }
/* hover ----------------------------*/
.feature_navi li.page_01 a:hover { background-position: 0px -57px; }
.feature_navi li.page_02 a:hover { background-position: -160px -57px; }
.feature_navi li.page_03 a:hover { background-position: -300px -57px; }
.feature_navi li.page_04 a:hover { background-position: -440px -57px; }
/* hover ----------------------------*/
.feature_navi li.page_01 a.Link,.feature_navi li.page_01 a.Link:hover { background-position: 0px -57px; }
.feature_navi li.page_02 a.Link,.feature_navi li.page_02 a.Link:hover { background-position: -160px -57px; }
.feature_navi li.page_03 a.Link,.feature_navi li.page_03 a.Link:hover { background-position: -300px -57px; }
.feature_navi li.page_04 a.Link,.feature_navi li.page_04 a.Link:hover { background-position: -440px -57px; }

.feature_navi li.page_02 span { display: block; width: 140px; height: 57px; background: transparent url(http://img.barks.jp/image/review/1000058938/feature_navi.jpg) no-repeat -160px -114px; }
.feature_navi li.page_03 span { display: block; width: 140px; height: 57px; background: transparent url(http://img.barks.jp/image/review/1000058938/feature_navi.jpg) no-repeat -300px -114px; }


/* -----------------------------------------------------------
◆　ページ内メイン　◆
--------------------------------------------------------*/
#Feature_wrapper #header_title{
width: 600px;
height: 293px;
background: url(http://img.barks.jp/image/review/1000058938/header_title.jpg) no-repeat scroll left top;
}
#Feature_wrapper #header_title h1,
#Feature_wrapper #header_title h2{
display: none;
}
#Feature_wrapper #feature_bottom{
clear: both;
width: 600px;
height: 100px;
background: url(http://img.barks.jp/image/review/1000058938/bottom.jpg) no-repeat 0 0 ;
}
#Feature_wrapper #feature_bottom p{
float: right;
padding: 20px 30px 0 0;
}
#Feature_wrapper #feature_bottom p a{
color: #c7b1bc;
}
#Feature_wrapper #FeatureBox{
background: url(http://img.barks.jp/image/review/1000058938/main_bg.jpg) repeat-y left bottom;
}
#Feature_wrapper #Feature_in{
padding: 0 30px 30px;
}
#Feature_wrapper #Feature_in .t_01{
margin: 0;
width: 600px;
clear: both;
}
#Feature_wrapper .box_in{
background: #020000 url(http://img.barks.jp/image/review/1000058938/box_bg.jpg) no-repeat right bottom;
border: 1px solid #3e1f2e;
margin: 30px 0 0;
width: 540px;
}
#Feature_wrapper .box_out{
background: url(http://img.barks.jp/image/review/1000057511/box_out.png) no-repeat left bottom;
padding-bottom: 30px;
}


/* -----------------------------------------------------------
◆　ページ内　◆
--------------------------------------------------------*/
#Feature_wrapper #Lead{
color: #d2cfca;
font-weight: bold;
padding: 20px 0 0;
line-height: 1.7;
}
#Feature_wrapper .Disc{
background: url(http://img.barks.jp/image/review/1000058938/disc.png) no-repeat right bottom;
height: 504px;
}
#Feature_wrapper .Disc p{
display:none;
}
#Feature_in .cd{
width: 200px;
margin: 20px 0px 0px 20px;
float: left;
display: inline;
}

#Feature_in .Disc .listen{
margin: 65px 0 0 446px;
}
#Feature_in .Disc .amazon01{
margin: 18px 0 0 240px;
}
#Feature_in .Disc .amazon02{
margin: 28px 0 0 240px;
}
*html #Feature_in .Disc .amazon01{
margin: 18px 0 0 235px;
}
*html #Feature_in .Disc .amazon02{
margin: 28px 0 0 235px;
}

#Feature_in #btn_int{
margin-left: 360px;
}
#Feature_in #btn_int a{
background: url(http://img.barks.jp/image/review/1000058938/btn_int.png) no-repeat 0 0;
display: block;
height: 37px;
width: 182px;
text-indent: -9999px;
}
#Feature_in #btn_int a:hover{
background-position: 0 -37px;
}
#Feature_in #btn_photo{
margin: 0 0 20px 340px;
}
#Feature_in #btn_photo a{
background: url(http://img.barks.jp/image/review/1000058938/btn_photo.png) no-repeat 0 0;
display: block;
height: 37px;
width: 182px;
text-indent: -9999px;
}
#Feature_in #btn_photo a:hover{
background-position: 0 -37px;
}

/*　INFOMATION
--------------------------------------------------------*/
#Feature_in .Infobox{
margin: 0 25px 30px;
clear: both;
}
#Feature_in .Infobox h4{
margin: 20px 0 10px;
padding: 2px 7px;
border-bottom: 1px solid #9c683e;
color: #9c683e;
font-size: 140%;
}
#Feature_in .Infobox p{
margin: 5px;
}
#Feature_in .Infobox p strong{
color: #5f3c4c;
display: block;
padding: 5px 0 2px;
}
#Feature_in .Infobox .img_r{
float: right;
padding: 5px 0;
}
#Feature_in .Infobox p.linkout{
margin: 5px 10px 0px;
padding-left: 20px;
background: url(http://img.barks.jp/image/review/1000058938/arrow.png) no-repeat left center;
}


/* -----------------------------------------------------------
◆　インタビュー　◆
--------------------------------------------------------*/
#Feature_in #intBox {
margin: 10px;
padding: 15px 0;
background: #eee;
border: 1px solid #555552;
}
#Feature_in h4.int {
margin: 15px 10px 20px 10px;
padding: 5px 10px;
color: #c96a35;
border-bottom: 3px solid #c96a35;
font-size: 120%;
}
#Feature_in .barks {
padding: 5px 20px;
color:#b1aca5;
line-height: 1.7;
}
#Feature_in .yuki{
margin:0;
padding: 5px 20px;
color: #ddd;
line-height: 1.7;
}
#Feature_in .yuki span{
font-weight: bold;
color: #c62c7a;
}
#Feature_in .writer {
padding: 20px;
text-align: right;
font-weight: bold;
}

/* 写真左寄せ */
#Feature_in .photo_l{
padding: 5px 20px 15px 10px;
float: left;
}

/* 写真右寄せ */
#Feature_in .photo_r{
padding: 5px 20px 15px 10px;
float: right;
}

/* 写真中寄せ */
#Feature_in .photo_c{
	text-align: center;
	margin: 10px 0 20px;
}


/* -----------------------------------------------------------
◆　フォトアルバム　◆
--------------------------------------------------------*/
#Feature_wrapper #PhotoBox{
background: url(http://img.barks.jp/image/review/1000058938/main_bg.jpg) repeat-y left bottom;
padding: 20px 0;
}
#Feature_wrapper #PhotoBox #Photo_out{
background: url(http://img.barks.jp/image/review/1000058938/photo_bottom.png) no-repeat left bottom;
padding-bottom: 45px;
}
#Feature_wrapper #PhotoBox p{
text-align: center;
padding: 10px;
color: #d2cfca;
}
#Feature_wrapper #PhotoBox p img{
border: 1px solid #c22562;
}
#PhotoBox #Photo_title {
height: 140px;
background: url(http://img.barks.jp/image/review/1000058938/photo_title.png) no-repeat left top;
}
#PhotoBox #Photo_title span{
display: none;
}
#Feature_wrapper #PhotoBox ul{
background: #2a121d;
margin: 10px 20px 20px;
padding: 15px 10px;
text-align: center;
border-radius: 5px;
-moz-border-radius: 5px;
}
#Feature_wrapper #PhotoBox ul li{
margin: 10px 2px 0;
display: inline;
}
#Feature_wrapper #PhotoBox ul li img{
}
#Feature_wrapper #PhotoBox .back{
margin: 0;
padding: 0 0 15px;
}
#Feature_wrapper #PhotoBox .back a{
background: #cb3871;
color: #fff;
text-decoration: none;
padding: 4px 7px;
border-radius: 5px;
-moz-border-radius: 5px;
}
#Feature_wrapper #PhotoBox .back a:hover{
background: #de7d9a;
color: #fff;
}
#Feature_wrapper #PhotoBox ul li a img{
border: 1px solid #f8aecb;
}
#Feature_wrapper #PhotoBox ul li a:hover img{
border: 1px solid #c22562;
}



