@charset "utf-8";
/* CSS Document */


/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;
	color: #fff;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* toggle */

#acMenu:after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}

#acMenu dt:before{
	width: 35px;
	height: 35px;
	content: "";
	display: block;
	background: url(../img/icon-piece.png) no-repeat 3% 50%;
	background-size: 35px;
	position: absolute;
	top: 5px;
	left: -17px;
}

#acMenu dt{
	position: relative;
    display:block;
	width: 85%;
    height:45px;
    line-height:50px;
    text-align:left;
    cursor:pointer;
	margin: auto;
	border-bottom: solid 1px #333;
    }
#acMenu dd{
    width: auto;
	font-size: 10px;
    line-height:18px;
    text-align:left;
	color: #000;
    display:none;
	background: #fff;
	padding: 15px;
    }
#acMenu dd:after{
	display: block;
	content: "";
	height: 0;
	clear: both;
}


#acMenu dt img{
	height: 23px;
	position: relative;
	top: 2px;
	margin-left: 35px;
}

#acMenu dt.active{
    }
#acMenu dt.last{
	border-bottom: none;
}

/* reset end */

body{
	background: #000;
}

section{
	margin: 0 6% 40px 6%;
}

#pre-audition{
	margin: 0 auto;
}

#cont{
    width: 100%;
    position: relative;
    height: auto !important; /*IE6対策*/
    height: 100%; /*IE6対策*/
    min-height: 100%;
	margin: auto;
	padding: 0 0;
	overflow: hidden;
}

section#main{
	height: 100%;
	margin: 0 0 40px 0;
}

h1 img{
	width: 100%;
	display: block;
	margin: 0 auto;
}

@font-face {
font-family: digital;
    src: url('font/digital-7-italic.eot');
    src: url('font/digital-7-italic.eot?iefix') format('eot'),
         url('font/digital-7-italic.woff') format('woff'),
         url('font/digital-7-italic.ttf') format('truetype');
}

#daysBox{
	background: url(../img/count-days.png) no-repeat 50% 50%;
	background-size: 170px 15px;
	color: #fff;
	text-align: center;
	font-size: 48px;
	margin-top: -35%;
	font-family: digital;
	text-shadow: 0 0 12px #00d9d4;
}

#album h2{
	padding-bottom: 10px;
	margin: 0 0 15px 0;
	border-bottom: solid 1px #333;
}

#album p, #album ul li{
	font-size: 12px;
	line-height: 20px;
}

#album .jacket{
	margin-bottom: 10px;
}

section#pre-audition h2{
	text-align:center;
	padding: 0 0 15px 0;
	margin: 0 6% 15px 6%;
	border-bottom: solid 1px #333;
}

.player{
	width: 320px;
	margin: 0 auto 30px auto;
}

.player h3{
	font-size: 12px;
	margin: 0 0 5px 0;
}


section#message{
	margin: auto;
}

section#message h2{
	width: 85%;
	margin: auto;
	text-align: center;
	padding: 10px 0;
    border-bottom:#333333 1px solid;
}

section#message .thumb{
	width: 95px;
}

.floatl{
	float: left;
	padding: 0 15px 0 0;
}

.floatr{
	float: right;
	padding: 0 0 0 15px;
}

footer{
	border-top:solid 1px #333;
	clear: both;
	width: 100%;
	text-align: center;
	margin: auto;
	display: block;
}
footer a{
	font-size: 12px;
	text-align: center;
	padding: 15px 0 10px;
	display: block;
}
footer a:link { color:#ffffff; }
footer a:visited { color:#ffffff; }
footer a:hover { color:#ffffff; }
footer a:active { color:#ffffff; }

footer small{
	font-size: 5px;
	text-align: center;
	padding: 15px 0;
	display: block;
}


/* player */
.musictitle{
	display: inline-block;
	width: 90%;
}

.icon-sound{
	width: 20px;
	height: 20px;
	display: inline-block;
	position: relative;
	top: 5px;
	cursor: pointer;
	background: url(../img/sound.png);
	background-size: 20px 20px;
}

.icon-sound:hover{
	background: url(../img/sound-hover.png);
	background-size: 20px 20px;
}

.player-box{
	display: block;
}

.player-box object{
	margin: auto;
}
