@charset "utf-8";

body {
	font:14px/1.231 "Hiragino Kaku Gothic ProN";
	color:"#333;"
}
#wrap {
	width:100%;
	margin-bottom:30px;
}
h1 {
	font-size:18px;
	color:#FFF;
	padding:10px;
	border-bottom:solid 1px #FFF;
	background-color:#335EB8;
	text-align:center;
}
#main_img img {
	width:100%;
}
h2 {
	font-size:16px;
	line-height:1.5;
	margin:10px auto;
	text-align:center;
}
p {
	line-height:1.5;
}
#lead {
	padding:10px;
	border-top:dashed 1px #666;
	border-bottom:dashed 1px #666;
	background-color:#AFE7FF;
}
#btn_download {
	width:264px;
	margin:18px auto;
}
#btn_dl_appstore {
	width:228px;
	margin:18px auto;
}
#btn_dl_googleplay {
	width:242px;
	margin:18px auto;
}
#note {
	margin:0 10px 20px;
	padding:10px;
	font-size:12px;
	color:#666;
	background-color:#DEDEDE;
}
.mb1em {
	margin-bottom:1em;
}
.screen_shot {
	width:300px;
	margin:0 auto 20px;
}
.screen_shot_l {
	width:145px;
	float:left;
}
.screen_shot_r {
	width:145px;
	float:right;
}
#attention {
	padding:0 10px;
	font-size:12px;
	color:#F63;
	background:url(../img/bg_attention.gif) repeat-x 0 5px;
}
#attention img {
	display:block;
	margin-bottom:5px;
}
#copyright {
	height:25px;
	padding:15px 0 0;
	font-size:12px;
	color:#666;
	background:url(../img/bg_footer.gif) repeat-x 0 5px;
	text-align:center;
}



/*---------------------------------------------
clearfix
---------------------------------------------*/

.clearfix:after {
    content:".";
    display:block;
    height:0;
	line-height:0;
    clear:both;
    visibility:hidden;
}

.clearfix {
    display:inline-block;
    min-height:1%;  /* for IE 7 */
}

/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
