@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/otonari/bg.jpg");
	background-repeat: repeat;
	background-position: left 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%;
	height: 100px;
	min-width: 980px;
	margin: 0 auto;
	background-image: url("../../img/otonari/bg_header.png");
	background-repeat: no-repeat;
	background-position: center top;
	}
#page_header_wrapper {
	width:980px;
	margin: 0 auto;
	position: relative;
/*	z-index: 1;*/
	}
#page_header h1 {
	float: left;
	left: 12px;
	top: 0px;
	position: relative;
	}
#page_header_string {
	float: left;
	margin: 12px 0 0 20px;
	position: relative;
	}
#page_header_twitter {
	position: absolute;
	float: right;
	right: 16px;
	top:56px;
	}

/*【フッター】
━━━━━━━━━━━━━━━━━━━━━━━*/
#page_footer {
	width: 100%;
	min-width: 980px;
	height: 60px;
	margin: 0;
	background-image: url("../../img/otonari/bg_footer.png");
	background-repeat: no-repeat;
	background-position: center top;
	}
#page_footer p {
	width: 600px;
	margin: 0 auto;
	padding: 20px 10px 0;
	text-align: center;
	text-shadow: 1px 1px 1px #024;
	font-weight: normal;
	color: #fff;
	font-size: 18px;
	}

/*【トップイメージ】
━━━━━━━━━━━━━━━━━━━━━━━*/

#top_image {
	width:900px;
	top: 0px;
	margin: 4px auto 12px;
	position: relative;
	}

#top_image .img_copy {
	position: absolute;
	left: 0px;
	top: 0px;
	}

.float_clear {
	clear: both;
	width: 800px;
	}

.blank1 {
	clear: both;
	width: 800px;
	height: 8px;
	margin: 0 auto;
	}

.blank2 {
	clear: both;
	width: 800px;
	height: 16px;
	margin: 0 auto;
	}

.captionbar {
	clear: both;
	width: 640px;
	height: 34px;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #fa6;
	background-color:rgba(251,210,80,0.4);
	border-radius:16px;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	}

.captionbar p {
	color: #ff6b80;
	font-size: 24px;
	padding: 7px 0 0;
	line-height: 24px;
	font-weight: bold;
	text-shadow: 1px 1px 0px #a24;
}

/*【ストア】
━━━━━━━━━━━━━━━━━━━━━━━*/
.store {
	width: 980px;
	margin: 12px auto;
	}
.store h1 {
	display: none;
	}

.store_wrapper {
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 940px;
	background-color: rgba(255,255,255,0.5);
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	}

.store_box {
	margin: 0 auto;
	width: 900px;
	border:1px solid #e16d80;
	background-color:rgba(231,150,40,0.3);
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	}
.android {
	position: absolute;
	text-align: center;
	top: 0px;
	left: 36px;
	}
.android .text {
	color: #000;
	padding: 4px 20px;
	/*font-weight: bold;*/
	text-align: center;	/*配信後はleftに*/
}
.iphone {
	position: absolute;
	text-align: center;
	top: 0px;
	left: 400px;
	}
.iphone .text {
	color: #000;
	padding: 4px 20px;
	/*font-weight: bold;*/
	text-align: center;	/*配信後はleftに*/
}

.iphone_center {
	position: relative;
	text-align: center;
	}

.iphone_center .text {
	color: #000;
	padding: 4px 20px;
	/*font-weight: bold;*/
	text-align: center;	/*配信後はleftに*/
}

#moeapp_store {
	width: 980px;
	margin: 12px auto;
	}
#moeapp_store h1 {
	display: none;
	}

#moeapp_wrapper {
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 940px;
	background-color: rgba(255,255,255,0.5);
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	}

#moeapp_box {
	margin: 0 auto;
	width: 900px;
	border:1px solid #e16d80;
	background-color:rgba(231,150,40,0.3);
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	}

#moeapp_dl {
	margin: 12px auto 8px;
	}

#moeapp_text {
	width: 800px;
	height: 48px;
	margin: 8px auto 0;
	position: relative;
	text-align: center;
	}

#moeapp_text p {
	color: #000;
	font-size: 18px;
	padding: 2px 0px;
	line-height: 22px;
	text-shadow: 1px 1px 1px #fff;
	}

#moeapp_text2 {
	width: 700px;
	height: 74px;
	margin: 8px auto;
	position: relative;
	text-align: right;
	}

#moeapp_text2 p {
	color: #000;
	font-size: 15px;
	padding: 2px 0px;
	line-height: 18px;
	text-shadow: 1px 1px 1px #fff;
	}

#moeapp_text2 .red {
	color: #f00;
	text-shadow: 1px 1px 1px #fff;
	}

#moeapp_text a:visited {
	font-weight: bold;
	text-shadow: 1px 1px 1px #fff;
	}

/*【インフォメーション】
━━━━━━━━━━━━━━━━━━━━━━━*/
#information {
	width: 980px;
	margin: 12px auto;
}

#information h1 {
	display: none;
	}

#information_wrapper {
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 940px;
	background-color: rgba(255,255,255,0.5);
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	}

#information_box {
	margin: 0 auto;
	width: 900px;
	border:1px solid #e16d80;
	background-color:rgba(231,150,40,0.3);
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	}

#information_box p {
	font-size: 16px;
	color: #222;
	text-shadow: 1px 1px 1px #fff;
	line-height: 22px;
	margin: 3px 0;
	padding: 4px 10px 4px;
	}

#information_box .text_box {
	overflow:auto;
	margin: 12px auto;
	text-align: left;
	width: 860px;
	height: 94px;
	border:1px solid #fff;
	background-color:rgba(255,255,255,0.3);
	}


/*【ストーリー】
━━━━━━━━━━━━━━━━━━━━━━━*/
#story {
	width: 980px;
	margin: 12px auto;
	}

#story h1 {
	display: none;
	}

#story_wrapper {
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 940px;
	background-color: rgba(255,255,255,0.5);
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	}

.story_box {
	margin: 0 auto;
	width: 900px;
	border:1px solid #e16d80;
	background-color:rgba(231,150,40,0.3);
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	}

.story_box p {
	font-size: 16px;
	color: #000;
	text-shadow: 1px 0px 0px #aaa;
	line-height: 22px;
	margin: 0;
	padding: 8px 0;
	}

.story_box .story_title {
	font-size: 22px;
	color: #f5b;
	line-height: 32px;
	height: 32px;
	padding:10px 0 0;
	text-shadow: 0px 0px 1px #fe0;
	font-weight: bold;
	}

.story_box .box1 {
	margin: 0 auto;
	width: 900px;
	height: 216px;
	text-align: center;
	}

.story_box .box2 {
	margin: 0 0 0 25px;
	width: 530px;
	height: 700px;
	text-align: left;
	float:left;
	}

.story_box .box3 {
	margin: 0 25px 0 0;
	padding: 8px 0 0;
	width: 320px;
	text-align: left;
	float:right;
	}

.story_box .col1 {
	color: #ff2742;
	text-shadow: 1px 0px 0px #a77;
	}

.story_box .col2 {
	color: #6cafff;
	text-shadow: 1px 0px 0px #a77;
	}

.story_box .col3 {
	color: #7740ff;
	text-shadow: 1px 0px 0px #a77;
	}

.story_box .col4 {
	color: #fd445f;
	text-shadow: 1px 0px 0px #a77;
	}

.story_box .col5 {
	color: #ff881b;
	text-shadow: 1px 0px 0px #a77;
	}

.story_box .col {
	color: #ff1c7c;
	text-shadow: 1px 0px 0px #a77;
	}

.story_box .col2 {
	color: #1c31ff;
	text-shadow: 1px 0px 0px #a77;
	}


/*【キャラクター】
━━━━━━━━━━━━━━━━━━━━━━━*/
#chara {
	width: 980px;
	margin: 12px auto;
	}

#chara h1 {
	display: none;
	}

#chara_wrapper {
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 940px;
	background-color: rgba(255,255,255,0.5);
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	}

.chara_box {
	margin: 0 auto;
	width: 900px;
	border:1px solid #e16d80;
	background-color:rgba(231,150,40,0.3);
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	}

.chara_box p {
	font-size: 18px;
	line-height: 18px;
	color: #000;
	}

.chara_box .chara_cg {
	position: absolute;
	text-align: left;
	margin: 4px 0 0 -20px;
	z-index: 2;
	}

.chara_box .chara_one {
	position: relative;
	margin: 12px auto;
	width: 860px;
	height: 640px;
	background-color: rgba(255,255,255,0.7);
	border-radius:24px;
	-webkit-border-radius:24px;
	-moz-border-radius:24px;
	overflow: hidden;
	}

.chara_box .name {
	position: relative;
	text-align: right;
	width: 860px;
	height: 108px;
	margin: 12px auto 0;
	z-index: 1;
	}

.chara_box .name p {
	padding: 22px 150px 0 0;
	font-size: 44px;
	line-height: 44px;
	font-weight: bold;
	color: #fff;
	text-shadow: 2px 2px 1px #888;
	}

.chara_box .kana {
	padding: 0 152px 0 0;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	text-shadow: 2px 2px 1px #888;
	}

.chara_box .cv {
	position: relative;
	text-align: right;
	width: 860px;
	height: 24px;
	margin: 48px auto 0;
	background-color: #f92;
	z-index: 1;
	}

.chara_box .cv p {
	padding: 4px 200px 0 0;
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	color: #fff;
	text-shadow: 1px 0px 0px #ddd;
	}

.chara_box .spec {
	position: relative;
	text-align: right;
	margin: 0 0 0 400px;
	width: 320px;
	height: 120px;
	z-index: 3;
	}

.chara_box .spec p {
	padding: 10px 20px 10px 0;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #000;
	text-shadow: 1px 1px 1px #bbb;
	}

.chara_box .txt {
	position: relative;
	text-align: left;
	margin: 20px 0 0 240px;
	width: 580px;
	height: 260px;
	background-color: rgba(230,110,60,0.6);
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	z-index: 3;
	}

.chara_box .txt p {
	padding: 20px 16px;
	font-size: 18px;
	line-height: 24px;
/*	font-weight: bold;*/
	color: #fff;
	text-shadow: 1px 1px 1px #002;
	}

/*【サンプル画像】
━━━━━━━━━━━━━━━━━━━━━━━*/
#sample {
	width: 980px;
	margin: 12px auto;
	}

#sample h1 {
	display: none;
	}

#sample_wrapper {
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 940px;
	background-color: rgba(255,255,255,0.5);
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	}

#sample_box {
	margin: 0 auto;
	width: 900px;
	border:1px solid #e16d80;
	background-color:rgba(231,150,40,0.3);
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	}

.sample_block {
	width: 900px;
	height: 104px;
	margin: 15px auto 0;
	}

.sample_block .tm {
	margin: 0 4px;
	}

.sample_block 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_block a:hover img {
	border: 1px solid #f00;
	opacity: 0.8;
	}

/*【ムービー】
━━━━━━━━━━━━━━━━━━━━━━━*/
#movie {
	width: 980px;
	margin: 12px auto;
	}

#movie h1 {
	display: none;
	}

#movie_wrapper {
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 940px;
	background-color: rgba(255,255,255,0.5);
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	}

#movie_box {
	margin: 0 auto;
	width: 900px;
	border:1px solid #e16d80;
	background-color:rgba(231,150,40,0.3);
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	}

#movie_box p {
	padding: 4px;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	color: #ef005e;
	text-shadow: 1px 1px 1px #b55;
	}

#movie_box .t_title {
	position: relative;
	width: 900px;
	height:128px;
	margin: 12px auto 4px;
	padding: 0;
	text-align: center;
	}

#movie_box .m_box {
	position: relative;
	width: 700px;
	margin: 0 auto;
	text-align: center;
	background-color:rgba(231,36,150,0.3);
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	}

/*【ページトップ】
━━━━━━━━━━━━━━━━━━━━━━━*/
#pagetop {
	position: fixed;
	bottom: 62px;
	right: 0px;
	display: none;
	z-index: 10;
	}

/*【商品仕様】
━━━━━━━━━━━━━━━━━━━━━━━*/
#product {
	width: 900px;
	margin: 0 auto 0;
	padding: 0 0 24px;
	background: transparent;
	font-size: 20px;
	line-height: 21px;
	color: #fff;
	}
#product h1 {
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	color: #f97252;
	text-shadow: 1px 1px 0 #bb7;
	}
#product table {
	margin: 0 auto;
	}
#product th,#product td {
	border:1px solid #ed60a1;
	}
#product td {
	padding: 4px 10px;
	font-size: 18px;
	color: #224;
	text-shadow: 1px 1px 1px #fff;
	background-color: rgba(255,255,255,0.5);
	}

#product th {
	text-align: right;
	width: 200px;
	padding: 4px 6px 0 0;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	text-shadow: 1px 1px 1px #224;
	background-color: #e49687;

	}

#product .model {
	width: 330px;
	}


/*【インストール画面】
━━━━━━━━━━━━━━━━━━━━━━━*/
#inst {
	width: 980px;
	margin: 12px auto;
	}
#inst h1 {
	display: none;
	}
#inst_wrapper {
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 940px;
	background-color: rgba(255,255,255,0.5);
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	}


#inst_box {
	margin: 0 auto;
	width: 900px;
	border:1px solid #e16d80;
	background-color:rgba(231,150,40,0.3);
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	}

#inst_box p {
	color: #000;
	text-shadow: 1px 0px 0px #fff;
}

.b_button {
	margin: 16px auto 20px;
	}

