@charset "UTF-8";
/* ---------------------------------------------- FEAT CONTENT*/
#feat_content a{
	color:#000
}
#feat_content a:hover{
	color:#E50011
}
#feat_content a:visited {
	color: #307013;
	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;
}

/* ---------------------------------------------- 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;
}

/* ---------------------------------------------- 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: none;
 border-bottom: #444444 dotted 1px;
}
#feat_content .go_top a:hover {
 text-decoration: none;
 border-bottom: none;
 color: #666666;
}
#feat_content p.go_top a:visited {
}
/*------------------------------------------------------------
--------------------------------------------------------------
-------------------------------------↑↑↑↑↑↑↑↑  FEAT COMMON */




/* ---------------------------------------------- HEADER*/
#feat_content #feat_header {
 width: 100%;
}
#feat_content #feat_header .point {
 margin: -30px 0 0 -9px;
}
#feat_content #feat_header h1 {
 text-align: center;
}
#feat_content #feat_header h2 {
 margin: 24px 0;
 color: #43b2dd;
 font-size: 36px;
 font-weight: bold;
 line-height: 1.2;
 text-align: center;
}
/* ---------------------------------------------- HEADLINE*/
#feat_content h3 {
 color: #FFFFFF;
 font-size: 20px;
 font-weight: bold;
 line-height: 1.2;
 padding: 10px 14px;
 margin-bottom: 15px;
 background-image: url(foofighters_201504/img/foofighters_bg01.jpg);
	box-shadow: 0 2px 3px 0 rgba(0,0,0,0.3);
}
/* ---------------------------------------------- LEAD*/
#feat_content .lead {
 margin-bottom: 20px;
}
#feat_content .author {
 margin-bottom: 10px;
 text-align: right;
 color: #666666;
 font-size: 90%;
 /*margin-bottom: 20px;
 padding-bottom: 14px;
 border-bottom: #AAAAAA 1px solid;*/
}
#feat_content .text {
 text-indent: 1em;
}

/* ---------------------------------------------- SECTION*/
#feat_content .section {
 margin-bottom: 40px;
}
#feat_content .section p {
 margin-top: 16px;
 text-indent: 1em;
}
/* ---------------------------------------------- MOVIE*/
#feat_content .music_video {
	width:100%;
	margin-bottom:50px;
}
#feat_content .music_video .title{
 margin-top: 20px;
 font-weight: bold;
 font-size: 22px;
}
#feat_content .music_video .video_wrapper{
	width:100%;
}
/* ---------------------------------------------- SETLIST INFO*/
#feat_content #nav_setlist {
 width: 100%;
 margin-bottom: 30px;
}
#feat_content #nav_setlist .setlist_info {
 font-size: 12px;
}
#feat_content #nav_setlist .title {
 margin-bottom: 14px;
 font-size: 24px;
 font-weight: bold;
 line-height: 1.2;
}
#feat_content #nav_setlist .left {
 float: left;
 width: 49%;
}
#feat_content #nav_setlist .right {
 float: right;
 width: 49%;
}
/* ---------------------------------------------- ARTIST INFO*/
#feat_content #nav_artist {
 width: 100%;
 margin-bottom: 30px;
}
#feat_content .artist_info {
 background-color: #F6F6F6;
 padding: 20px;
 font-size: 12px;
}
#feat_content .artist_info .picture_center {
 margin: 0 0 14px;
}
#feat_content .artist_info .picture_center img {
 width: 60%;
}
#feat_content .artist_info .name {
 color: #43b2dd;
 font-size: 30px;
 font-weight: bold;
}
#feat_content .artist_info .name span {
 color: #666666;
 font-size: 20px;
 font-weight: normal;
}
/* ---------------------------------------------- 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: 36%;
}
#feat_content .disc_info .picture img {
 width: 100%;
 height: auto;
}
#feat_content .disc_info .writing {
 display: table-cell;
 line-height: 1.2;
 vertical-align: top;
 padding-left: 20px;
}
#feat_content .disc_info .writing p.title {
 color: #09347d;
 font-size: 22px;
 font-weight: bold;
 margin-bottom: 8px;
}
#feat_content .disc_info .writing .info {
 margin-bottom: 10px;
 color: #666666;
}
#feat_content .disc_info .writing .music {
 font-size: 13px;
 line-height: 1.6;
 margin-bottom: 5px;
 list-style-type: decimal-leading-zero;
}
#feat_content .disc_info .writing .music li {
 margin-left: 2em;
}
#feat_content .disc_info .writing .music span {
 display: block;
 font-size: 12px;
 color: #787878;
}
/* ---------------------------------------------- MAGAZINE INFO*/
#feat_content .magazine_info {
 display: table;
 margin-bottom: 30px;
 width: 675px;
}
#feat_content .magazine_info .picture {
 display: table-cell;
 text-align: center;
 width: 160px;
 padding-right: 11px;
}
#feat_content .magazine_info .picture p.magazine_title {
 font-weight: bold;
 line-height: 1.4;
 margin-bottom: 3px;
}
#feat_content .magazine_info .picture img {
 height: auto;
 margin-bottom: 10px;
 width: 160px;
}
#feat_content .magazine_info .writing {
 display: table-cell;
 vertical-align: top;
 width: 504px;
 background-color: #eee;
}
#feat_content .magazine_info .writing img {
 height: auto;
 width: 504px;
}
#feat_content .magazine_info .writing .layout {
 padding: 12px 15px 18px;
 width: 474px;
}
#feat_content .magazine_info .writing .layout p.magazine_title {
 font-size: 18px;
 font-weight: bold;
 line-height: 1.3;
 text-align: center;
}
#feat_content .magazine_info .writing .layout p.heading {
 font-size: 22px;
 font-weight: bold;
 line-height: 1.3;
 margin-bottom: 4px;
 text-align: center;
}
#feat_content .magazine_info .writing .layout p.catch_copy {
 font-size: 13px;
 line-height: 1.5;
}
/* ---------------------------------------------- PICTURE*/
#feat_content .picture_right {
 margin: 16px 0 0;
}
#feat_content .picture_right img {
 width: 42%;
 max-width: 320px;
 height: auto;
 margin: 0 0 10px 20px;
 float: right;
}
#feat_content .picture_left {
 margin: 16px 0 0;
}
#feat_content .picture_left img {
 width: 42%;
 max-width: 320px;
 height: auto;
 margin: 0 20px 10px 0;
 float: left;
}
#feat_content .picture_center {
 width: 100%;
 margin: 20px 0;
 text-align: center;
}
#feat_content .picture_center img {
 width: 75%;
 height: auto;
}

/* ---------------------------------------------- clearfix*/

/* for modern brouser */
.section:after {
 content: ".";
 display: block;
 clear: both;
 height: 0;
 visibility: hidden;
}
*:first-child+html .section { zoom: 1; } /* IE7 */
.section { display: inline-block;}
/* Hides from IE-mac \*/
* html .section { height: 1%;}
