@charset "UTF-8";



/****************************************
		リセット 
*****************************************/
html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption, 
tbody, tfoot, thead, table, label, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
	}
body{line-height: 1;}
ol, ul{list-style: none;}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
header,footer,section{display: block;}



/****************************************
		基本設定 - 色はここから変更 
*****************************************/
body{
    background: #ffffff url(images/bg.jpg)no-repeat center top;
    font: 16px/24px 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	color: #000
	}

a{ color: #fff}
	a:hover{ color: #ccc}

#wrapper{width:900px; margin: 0 auto; padding: 0px}
	

/****************************************
		コンテンツ
*****************************************/
/*** Layout ***/
header{margin: 40px 0; text-align:center}
footer{
	margin-top:60px;
	text-align:center;
	font-size:75%
	}


/*** Fonts ***/
header h1{font-size:180%}
header h2{
	font-family: 'Philosopher';
	font-size:670%;
	color: #fff;
	margin: 70px 0;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5)
	}
	

/*** Timer ***/
#timer{
	margin: 30px 0 50px;
	background: #fff;
	overflow: hidden;
	padding: 30px;
	text-align:center;
	border-radius: 7px;
	-webkit-border-radius: 7px;/* Webkit */
	-moz-border-radius: 7px;/* FF */
	}

#countdown{margin-top:30px;}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
	}
.countdown_show1 .countdown_section {width: 98%}
.countdown_show2 .countdown_section {width: 48%}
.countdown_show3 .countdown_section {width: 32.5%}
.countdown_show4 .countdown_section {width: 24.5%}
.countdown_show5 .countdown_section {width: 19.5%}
.countdown_show6 .countdown_section {width: 16.25%}
.countdown_show7 .countdown_section {width: 14%}

.countdown_section {
	display: block;
	float: left;
	text-align: center;
	}
.countdown_amount {
	font-size: 250%;
	font-family: 'Philosopher';
	}
.countdown_descr {
	display: block;
	width: 100%;
	}
	
table.brwsr {
    margin: 0 auto;
    width: 900px;
    border: none;
    border-top: solid 1px #666;
    border-bottom: solid 1px #666;
    border-collapse: separate;
    border-spacing: 0 10px;
    background: #f5f5f5;
}
 
table.brwsr th {
    vertical-align: middle;
    height: 53px;
    width: 200px;
    border-right: solid 1px #666;
    margin: 0;
    text-align: center;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}
 
table.brwsr td.data {
    margin: 0;
    height: 53px;
    width: 700px;
    border: none;
    color: #666;
    line-height: 16px;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
	padding: 0 0 0 20px;
}
 
table.brwsr td:fst-child {
    padding: 0 0 0 10px;
    vertical-align: middle;
}
 
table.brwsr td.bar {
    height: 1px;
    width: 100%;
    border-top: solid 1px #34495e;
}

.style_red {color: #FF0000}