/*
Theme Name: Coming Soon
Description: Website "Under construction" page template
Version: 1
Author: Mana
Author URI: http://webcreatormana.com
*/



/****************************************
		Reset 
*****************************************/
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;}



/****************************************
		General Setting
*****************************************/
body{
	font: 16px/24px helvetica,arial,tahoma,verdana,sans-serif;
	color: #666;
	background-color: #6cf;/*	background-image: url(bg.png);
	background-repeat: repeat-x;*/
	}

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

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

/****************************************
		Contents
*****************************************/
/*** Layout ***/
header{
	margin: 0px 0;
	text-align:center;
	background-image: url(id.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	height: 460px;
}
footer{
	margin-top:30px;
	text-align:center;
	font-size:75%
	}


/*** Fonts ***/
header h1{
	font-size:80%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
	font-weight: normal;
}
header h2{
	font-family: 'Philosopher';
	font-size:670%;
	color: #fff;
	margin: 100px 0;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5)
	}
	

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

#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: 220%;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	}
.countdown_descr {
	display: block;
	width: 100%;
	}
	
P {
	font-size: 10px;
	text-align: center;
	color: #333;
}
