﻿@charset "utf-8";

/*
YUI 3.7.3 (build 5687)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
html{
	color:#000;
	background:#FFF;
}
/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF. 
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,
img {
	border:0;
}
/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style:normal;
	font-weight:normal;
}

ol,
ul {
	list-style:none;
}

caption,
th {
	text-align:left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,
q:after {
	content:'';
}
abbr,
acronym {
	border:0;
	font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*to enable resizing for IE*/
input,
textarea,
select {
	*font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
	color:#000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset { display: none; }

/* ----------------------------------------

Redefine

---------------------------------------- */

body {
	color: #FFF;
	font: 18px/0 "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	letter-spacing:0.05em;
	-webkit-text-size-adjust: 100%;
	opacity: 0;
	background: url("../img/common/img_bg.jpg") fixed;
}

a:link {
	color: #0C5F93;
}

a:visited {
	color: #704A99;
}

a:hover,
a:visited:hover {
	text-decoration: none;
}

a:active {
	color: #0C5F93;
}

/* ----------------------------------------

Redefine - header

---------------------------------------- */

div#header{
	background: url("../img/header/img_bg.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}

div#header h1{
	opacity:0;
	padding-top: 56px;
}

div#header h2{
	opacity:0;
	margin: 50px 0 30px;
}

div#header ul{
	width: 364px;
	height: 30px;
	opacity:0;
	margin: 0 auto;
}

div#header ul li{
	float: left;
}


/* ----------------------------------------

Redefine - wrapper

---------------------------------------- */

div#wrapper {
	margin: 0 auto;
	font-size: 100%;
	width: 900px;
	position: relative;
}

/*  --
WinIE,MacIE4,NN4,Opera7以下は除外
レガシーブラウザを回避してpx指定する場合
-- */

html[xmlns]>/**/body div#wrapper {
/*	font-size: 13px;*/
}

/* ----------------------------------------

Redefine - container

---------------------------------------- */

div#container {
	width: 860px;
	padding-top: 28px;
	margin:0 auto;
}

/* -- NOSCRIPT -- */

p#Noscript {
	margin-bottom: 15px;
	padding: 0.5em 1em;
	border: 2px solid #DDD;
	color: #333;
}

/* ----------------------------------------

Redefine - contents

---------------------------------------- */

div.contents{
	width: 860px;
	margin: 0 auto;
}

div#detail{
	margin-bottom: 200px;
}

div#musicvideo{
	margin-bottom: 218px;
}

div#live{
	margin-bottom: 173px;
}

div#interview{
	margin-bottom: 300px;
}

div#interview div.interview-container{
	background: #f4f4ef;
	width: 100%;
	color: #000;
}

div#interview div.interview-container div.interview-contents{
	width: 770px;
	margin: 0 auto;
	padding: 74px 0 50px;
}


/* ----------------------------------------

Redefine - footer

---------------------------------------- */

div#footer {
	padding-bottom: 120px;
}
/* ----------------------------------------

Common Class

---------------------------------------- */

.clear {clear: both;}
.fll {float:left;}
.flr {float:right;}
.tac {text-align: center;}
.tar {text-align: right;}
.fwb {font-weight: bold;}
.fs10 {font-size: 10px;}
.fs11 {font-size: 11px;}
.fs12 {font-size: 12px;}
.fs13 {font-size: 13px;}
.fs14 {font-size: 14px;}
.fs15 {font-size: 15px;}
.fs16 {font-size: 16px;}
.fs17 {font-size: 17px;}
.fs20 {font-size: 20px;}
.fs26 {font-size: 26px;}
.fs30 {font-size: 30px;}
.fcr{color:#ff0202;}
.fcg{color:#47a842;}
.fcb{color:#4277a8}
.pt30{padding-top: 30px;}
.pt50{padding-top: 50px;}
.mt5 {margin-top: 5px;}
.mt40 {margin-top: 40px;}
.mt60 {margin-top: 60px;}
.mt80 {margin-top: 80px;}
.mb170 {margin-bottom: 170px;}
.mb150 {margin-bottom: 150px;}
.mb130 {margin-bottom: 130px;}
.mb100 {margin-bottom: 100px;}
.mb90 {margin-bottom: 90px;}
.mb80 {margin-bottom: 80px;}
.mb70 {margin-bottom: 70px;}
.mb60 {margin-bottom: 60px;}
.mb50 {margin-bottom: 50px;}
.mb40 {margin-bottom: 40px;}
.mb35 {margin-bottom: 35px;}
.mb30 {margin-bottom: 30px;}
.mb25 {margin-bottom: 25px;}
.mb20 {margin-bottom: 20px;}
.mb15 {margin-bottom: 15px;}
.mb10 {margin-bottom: 10px;}
.ml78 {margin-left: 78px;}
.lh100 {line-height: 100%;}
.lh160 {line-height: 160%;}
.lh180 {line-height: 180%;}
.lh200 {line-height: 200%;}
a.fcw{color: #FFF;}

/* ----------------------------------------

clearfix

---------------------------------------- */

/* -- Modern Browsers -- */

.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

/* -- IE7 -- */

.clearfix {
	display: inline-block;
}

/*  -- Legacy IE -- */

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}