/* start Defult */
html,body,div,h1,h2,h3,h4,h5,h6,p,blockquote,q,pre,table,caption,colgroup,col,
tbody,thead,tfoot,tr,th,td,ul,ol,li,dl,dt,dd,form,fieldset,legend,label,span,a,
img,em,ins,del,cite,abbr,sup,sub,dfn,code,var,samp,kbd,object,script,noscript,
style,iframe,embed,param,map,area,
menu,hr,address,small,strong,i,b,
article,aside,figure,footer,header,hgroup,nav,section,figcaption,time,video,audio,
mark,ruby,rt,rp,bdo,source,canvas,details,summary,command,
datalist,keygen,output,progress,meter{
	margin:0;
	padding:0;
}

address,article,aside,figure,figcaption,footer,header,hgroup,hr,legend,menu,nav,
section,summary{
	display:block;
}

.clearfix:after {
	content: "."; 
	display: block; 
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/**/
	height: auto;
	overflow: hidden;
	/**/
}

li{
	list-style: none;	
}
/* end Defult */

body{
	margin: 0;
	padding: 0;
	background-color: #f6f6f6;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

#wrapper{
  margin: 150px auto 0;
  padding: 0;
  width: 1100px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-box-shadow: 0 0 20px #cecece;
  -webkit-box-shadow: 0 0 20px #cecece;
}

#header{
	margin: 0;
	padding: 20px 0;
	color: #fefefe;
	width: 100%;
	background-color: #232323;
	border-bottom: 2px solid #4a64ab;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
	position: relative;
}

#logo{
	margin-left: 30px;
	font-size: 14px;
	font-family: 'Source Sans Pro', sans-serif;
	float: left;
}

#gm{
	margin: 10px 35px 0 0;
	float: left;
	position: absolute;
	right: 0;
}

#gm ul li{
	margin-left: 15px;
	font-size: 12px;
	font-weight: bold;
	list-style: none;
	float: right;
}

#gm ul li a{
	-webkit-transition: color 0.2s linear;  
	color: #565656;
	text-decoration: none;
}

#gm ul li a:hover{
	color: #aeaeae;
}

#countDownBox{
	padding-top: 170px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 100px;
	text-align: center;
	width: 100%;
	height: 330px;
	background-color: #f9f9f9;
	border-bottom: 1px solid #e9e9e9;
}

#content{
	padding: 30px;
}

#content h2{
	margin-bottom: 5px;
	color: #242424;
	font-size: 28px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
}

#content > h2 ~ h2{
	margin: 60px 0 5px;
}

#content p{
	width: 650px;
	color: #242424;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 2px;
	word-break: break-all;
}

#about+p~p{
	margin-top: 5px;
}

#content h2+div~div{
	margin-top: 15px;
}

#exampleList{
	margin: -15px 0 0 -25px;
}

#exampleList li{
	margin: 45px 0 0 25px;
	padding: 30px 0 30px 30px;
	width: 300px;

	background: #fff;
	border-radius: 7px;
	box-shadow: 2px 2px 0 #eaeaea;
	float: left;
	display: block;
	position: relative;
}

.familyBadge{
	padding: 3px 10px 20px;
	font-size: 12px;
	font-weight: bold;
	background: #fff;
	border-radius: 7px;
	box-shadow: 0 -2px 0 #eaeaea;
	position: absolute;
	top: -22px;
	right: 10px;
}

#countDown2{
	font-size: 32px;
	font-family: 'Ruge Boogie', cursive;
}

#downloadButton{
	margin-top: 10px;
	width: 149px;
	height: 42px;
	background-image: url("../img/downloadButton_hover.png");
	display: block;
}

#downloadButton:hover{
	text-indent: -9999px;
}

#wishList li{
	color: #242424;
	font-size: 14px;
}

#wishList>li~li{
	margin-top: 5px;
	color: #242424;
	font-size: 14px;
}

#footer{
	margin-bottom: 30px;
	padding: 15px 0;
	width: 100%;
	color: #eaeaea;
	font-size: 12px;
	text-align: center;
	background-color: #232323;
	border-top: 2px solid #4a64ab;
}

#footer a{
	color: #eaeaea;
	font-size: 10px;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}
