@charset "UTF-8";


/*【全体の設定】
━━━━━━━━━━━━━━━━━━━━━━━*/
html {
	height: 100%;
	}
body {
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 1.5em;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "MS Gothic", monospace;
	}

#bg {
	background-image: url("../../img/hanadea/bg.gif");
	background-repeat: repeat;
	background-position: center top;
	background-attachment: fixed;
	background-color: #fff;
	width:100%;
	min-width: 980px;
	position: relative;
	}


#main {
	width: 980px;
	margin: 0 auto;
	background-repeat: repeat-y;
	background-position: center top;
	}

/*【ヘッダー】
━━━━━━━━━━━━━━━━━━━━━━━*/
#page_header {
	width: 100%;
	min-width: 980px;
	height: 96px;
	background-image: url("../../img/hanadea/header.png");
	background-repeat: repeat-x;
	background-position: center top;
	}
#page_header_wrapper {
	width:980px;
	margin: 0 auto;
	position: relative;
/*	z-index: 1;*/
	}
#page_header h1 {
	float: left;
	left: 30px;
	position: relative;
	}
#page_header_string {
	float: left;
	margin: 4px 0 0 40px;
	position: relative;
	}
#page_header_twitter {
	position: absolute;
	float: right;
	right: 0px;
	top:60px;
	}

/*【フッター】
━━━━━━━━━━━━━━━━━━━━━━━*/
#page_footer {
	width: 100%;
	min-width: 980px;
	height: 60px;
	margin: 0;
	background-image: url("../../img/hanadea/footer.png");
	background-repeat: repeat-x;
	background-position: center bottom;
	}
#page_footer p {
	width: 600px;
	margin: 0 auto;
	padding: 20px 10px 0;
	text-align: center;
	text-shadow: 1px 1px 3px #c01010;
	color: #fff;
	font-size: 18px;
	}

/*【トップイメージ】
━━━━━━━━━━━━━━━━━━━━━━━*/

#top_image {
	width:980px;
	top: 0px;
	margin: 6px auto 10px;
	position: relative;
	text-align: center;
	}


/*【ストア】
━━━━━━━━━━━━━━━━━━━━━━━*/
.store {
	width: 800px;
	height: 160px;
	margin: 0 auto;
	position: relative;
	background: transparent url("../../img/hanadea/bg_store.png") no-repeat 0 0;
	}
.store h1 {
	display: none;
	}
.android {
	position: absolute;
	text-align: center;
	top: 24px;
	left: 36px;
	}
.android .text {
	color: #000;
	padding: 4px 20px;
	/*font-weight: bold;*/
	text-align: center;	/*配信後はleftに*/
}
.iphone {
	position: absolute;
	text-align: center;
	top: 24px;
	left: 400px;
	}
.iphone .text {
	color: #000;
	padding: 4px 20px;
	/*font-weight: bold;*/
	text-align: center;	/*配信後はleftに*/
}

#moeapp_store {
	width: 960px;
	margin: 0 auto 24px;
	background-color: #ffc7da;
	border-radius:16px;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	text-align: center;
	}

#moeapp_wrapper {
	width: 800px;
	height: 160px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	}

#moeapp_dl {
	margin: 4px auto 2px;
	}

#moeapp_text {
	width: 680px;
	height: 46px;
	position: relative;
	text-align: right;
	margin: 8px 40px 0;
	}
#moeapp_text p {
	color: #000;
	font-size: 18px;
	padding: 2px 0;
	line-height: 20px;
	text-shadow: 1px 1px 4px rgba(240,120,120,1.0);
	margin: 0;
	}

#moeapp_text a:visited {
	color: #b6f;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,1.0);
	}

/*【ページトップ】
━━━━━━━━━━━━━━━━━━━━━━━*/
#pagetop {
	position: fixed;
	bottom: 0px;
	right: 0px;
	display: none;
	}

/*【商品仕様】
━━━━━━━━━━━━━━━━━━━━━━━*/
#product {
	width: 700px;
	margin: 0 auto 0;
	padding: 0 0 24px;
	background: transparent;
	font-size: 18px;
	line-height: 20px;
	color: #000;
	}
#product h1 {
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	}
#product table {
	margin: 0 auto;
	}
#product th,#product td {
	border:1px solid #ef7db5;
	}
#product td {
	padding: 4px 10px;
	font-size: 16px;
	background: transparent url("../../img/hanadea/bg_white75.png") repeat;
	}

#brand {
	padding: 4px;
}
#brand a img{
	border:1px solid #fff;
	transition: border 0.3s linear 0;
}
#brand a:hover img{
	border:1px solid #3d9;
}
#product th {
	text-align: right;
	width: 170px;
	padding: 2px 6px 2px 0;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	text-shadow: 1px 1px 0px #802440;
	background: transparent url("../../img/hanadea/bg_pink80.png") repeat;
	}

#product .model {
	width: 280px;
	}

/*【コンテンツフレーム】
━━━━━━━━━━━━━━━━━━━━━━━*/
#contents_frame {
	width: 960px;
	margin: 0 auto 24px;
	background-color: #ffc7da;
	border-radius:16px;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	}

.caption_cg {
	width: 400px;
	margin:  0 0 16px 90px;
	padding: 16px 0 0;
	position: relative;
	text-align: left;
	}


#intro_text {
	width: 800px;
	height: 120px;
	margin: 16px auto;
	text-align: center;
	position: relative;
	}

#intro_text p {
	padding: 0;
	color: #000;
	font-size: 22px;
	line-height: 28px;
	text-shadow: 1px 1px 10px rgba(240,120,120,1.0);
/*	font-weight: bold;*/
	}


#story_box {
	width: 880px;
	height: 280px;
	margin: 16px auto;
	text-align: left;
	position: relative;
	}

#story_text {
	width: 500px;
	height: 340px;
	margin: 0 0 10px 20px;
	text-align: center;
	position: relative;
	float: left;
	}

#story_text p {
	padding: 4px;
	color: #000;
	font-size: 14px;
	line-height: 22px;
	text-shadow: 1px 1px 4px rgba(240,120,120,1.0);
	}

#story_cg {
	width: 360px;
	height: 300px;
	padding: 10px 0 0;
	margin: 0;
	text-align: center;
	position: relative;
	float: left;
	}

#chara_box {
	width: 900px;
	height: 520px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	}

#chara_risa {
	width: 440px;
	height: 500px;
	margin: 0 5px;
	text-align: right;
	position: relative;
	float: left;
	}
#chara_risa_cg {
	width: 180px;
	height: 500px;
	margin: 0;
	float: right;
	}

#chara_risa_text {
	width: 260px;
	height: 500px;
	margin: 0;
	text-align: right;
	float: right;
	}

#chara_risa_text p {
	padding: 40px 4px 0;
	color: #000;
	font-size: 14px;
	line-height: 22px;
	text-shadow: 1px 1px 4px rgba(240,120,120,1.0);
	}

#chara_miya {
	width: 440px;
	height: 500px;
	margin: 0 5px;
	text-align: left;
	position: relative;
	float: left;
	}
#chara_miya_cg {
	width: 180px;
	height: 500px;
	margin: 0;
	float: left;
	}

#chara_miya_text {
	width: 260px;
	height: 500px;
	margin: 0;
	text-align: left;
	float: left;
	}

#chara_miya_text p {
	padding: 40px 4px 0;
	color: #000;
	font-size: 14px;
	line-height: 22px;
	text-shadow: 1px 1px 4px rgba(240,120,120,1.0);
	}


/*【サンプル画像】
━━━━━━━━━━━━━━━━━━━━━━━*/
#sample {
	width: 960px;
	margin: 0 auto 24px;
	background-color: #ffc7da;
	border-radius:16px;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	}

.sample_block {
	width: 900px;
	height: 160px;
	margin: 4px auto;
	text-align: center;
	}

.sample_cg {
	width: 180px;
	height: 124px;
	margin: 0 auto;
	text-align: center;
	}

#sample a img {
	border: 1px solid #fff;
	opacity: 1;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	transition: all 0.2s linear 0;
	}
#sample a:hover img {
	border: 1px solid #f00;
	opacity: 0.8;
	}

/*【インストール画面】
━━━━━━━━━━━━━━━━━━━━━━━*/
#inst {
	width: 960px;
	margin: 12px auto 24px;
	background-color: #ffc7da;
	border-radius:16px;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	}
#inst h1 {
	display: none;
	}
#inst_wrapper {
	width: 900px;
	height: 4100px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	}

#inst_wrapper p {
	color: #000;
}

.b_button {
	margin: 16px auto 16px;
	}

