@charset "utf-8";

/* :::detail::: */ 
article.detail { width: 980px; margin: 0 auto; }
article.detail section { width: 980px; overflow: hidden; }
article.detail section div { width: 490px; float: left; }
article.detail section div.text { width: 414px; padding: 0 38px; text-align: left; font-size:12pt; }
article.detail section div.text h2 { padding: 45px 0 20px; font-size: 20pt; text-shadow:none; }
article.detail section div.text h2 span { display: block; margin: 10px 0 0; font-size: 10pt; font-weight:normal; }

/* :::detail::: */
article.detail.band section { height: 254px; background: #fff; }

/* :::artist::: */
article.detail.artist { color: #fff; }
article.detail.artist h1 { font-weight: 400; font-size: 52px; color:#FFFFFF; margin:60px auto 50px; background: #000;}
article.detail.artist section:nth-of-type(1) { background: #425158; }
article.detail.artist section:nth-of-type(2) { background: #2b282a; }
article.detail.artist section:nth-of-type(3) { background: #282d36; }
