@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/umifra/bg.jpg");
	background-repeat: repeat;
	background-position: center bottom;
	background-attachment: fixed;
	background-color: #fffbf1;
	width:100%;
	min-width: 800px;
	position: relative;
	}

main {
	width: 800px;
	margin: 0 auto;
	}

/*【ヘッダー】
━━━━━━━━━━━━━━━━━━━━━━━*/
#page_header {
	width: 100%;
	min-width: 800px;
	height: 60px;
	background-image: url("../../img/umifra/bg_header.gif");
	background-repeat: repeat-x;
	background-position: 0 0;
	}
#page_header_wrapper {
	width:800px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	}
#page_header h1 {
	float: left;
	}
#page_header_string {
	float: left;
	margin: 8px 0 0 10px;
	}
#page_header_twitter {
	position: absolute;
	top: 28px;
	right: 0;
	z-index: 2;
	}

/*【フッター】
━━━━━━━━━━━━━━━━━━━━━━━*/
#page_footer {
	width: 100%;
	min-width: 800px;
	height: 60px;
	margin: 26px 0 0;
	background-image: url("../../img/umifra/bg_footer.gif");
	background-repeat: repeat-x;
	}
#page_footer p {
	width: 700px;
	margin: 0 auto;
	padding: 20px 10px 0;
	text-align: center;
	text-shadow: 1px 1px 5px #104470;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	}

/*【トップイメージ】
━━━━━━━━━━━━━━━━━━━━━━━*/
#top_image {
	width:800px;
	top: 4px;
	margin: 6px auto 20px;
	position: relative;
	}

#top_image_copy {
	margin: 0 auto 0;
	position: absolute;
	left: 0 px;
	top: 0 px;
}

/*【ストア】
━━━━━━━━━━━━━━━━━━━━━━━*/
.store {
	width: 800px;
	height: 220px;
	margin: 0 auto 24px;
	position: relative;
	background: transparent url("../../img/umifra/bg_store.png") no-repeat 0 0;
	}
.store h1 {
	display: none;
	}
.store_box {
	position: relative;
	margin: 0 auto;
	text-align: center;
	width: 800px;
	}
.android {
	position: absolute;
	text-align: center;
	top: 4px;
	left: 50px;
	}
.android .text {
	color: #000;
	padding: 4px 20px;
	/*font-weight: bold;*/
	text-align: center;	/*配信後はleftに*/
}
.iphone {
	position: absolute;
	text-align: center;
	top: 4px;
	left: 410px;
	}
.iphone .text {
	color: #000;
	padding: 4px 20px;
	/*font-weight: bold;*/
	text-align: center;	/*配信後はleftに*/
}
.moeapp_store {
	width: 800px;
	height: 220px;
	margin: 0 auto 30px;
	position: relative;
	background: transparent url("../../img/umifra/bg_store.png") no-repeat 0 0;
	}
.moeapp_store h1 {
	display: none;
	}

.frame_header {
	width: 800px;
	margin: 0 auto 0;
	height: 8px;
	background: url("../../img/umifra/con_header.png") no-repeat 0 0;
	}

.frame_wrapper {
	width: 800px;
	position: relative;
	height: 10px;
	margin: 0 auto 0;
	padding: 0;
	background: url("../../img/umifra/con_main.png") repeat-y center center;
	}

.frame_footer {
	width: 800px;
	height: 10px;
	margin: 0 auto 0;
	background: url("../../img/umifra/con_footer.png") no-repeat 0 0;
	}

.moeapp {
	position: absolute;
	text-align: right;
	top: 12px;
	left: 90px;
	font-size: 12px;
	line-height: 14px;
	}
.moeapp_text {
	color: #000;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
}

/*【ページトップ】
━━━━━━━━━━━━━━━━━━━━━━━*/
#pagetop {
	position: fixed;
	bottom: 0px;
	right 0;
	display: none;
	}

/*【商品仕様】
━━━━━━━━━━━━━━━━━━━━━━━*/
#product {
	width: 770px;
	margin: 0 auto 30px;
	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 #104470;
	}
#product td {
	padding: 4px 10px;
	background: transparent url("../../img/umifra/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: 150px;
	padding: 2px 6px 2px 0;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 0px #104470;
	background: transparent url("../../img/umifra/bg_aqua80.png") repeat;
	}
#product td.model {
	text-align:left;
	width: 430px;
	padding: 2px 8px;
	}

/*【概要】
━━━━━━━━━━━━━━━━━━━━━━━*/
#concept {
	width: 800px;
	margin: 0 auto 24px;
	}
#concept h1 {
	display: none;
	}


#concept_header {
	width: 800px;
	margin: 0 auto 0;
	height: 8px;
	background: url("../../img/umifra/con_header.png") no-repeat 0 0;
	}
#concept_wrapper {
	width: 800px;
	position: relative;
	height: 2700px;
	margin: 0 auto 0;
	padding: 0;
	background: url("../../img/umifra/con_main.png") repeat-y center center;
	}
#concept_wrapper div {
	position: relative;
	text-align: center;
	margin: 5px 5px 24px;
	}
#concept_wrapper div p {
	padding: 5px 0;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #2264f7;
	text-shadow: 0px 0px 1px rgba(40,40,20,0.8);
	}
#concept_text1 {
	width: 790px;
	height: 88px;
	}
#concept_text2 {
	width: 790px;
	height: 212px;
	}
#concept_text3 {
	width: 790px;
	height: 202px;
	}

.concept_cg {
	padding: 12px 0 8px;
	}

#concept_footer {
	width: 800px;
	height: 10px;
	margin: 0 auto 0;
	background: url("../../img/umifra/con_footer.png") no-repeat 0 0;
	}

/*【ストーリー】
━━━━━━━━━━━━━━━━━━━━━━━*/
#story {
	width: 800px;
	margin: 0 auto 24px;
	}
#story h1 {
	display: none;
	}
#story_header {
	width: 800px;
	margin: 0 auto 0;
	height: 8px;
	background: url("../../img/umifra/con_header.png") no-repeat 0 0;
	}
#story_wrapper {
	width: 800px;
	position: relative;
	height: 820px;
	margin: 0 auto 0;
	padding: 0;
	background: url("../../img/umifra/con_main.png") repeat-y center center;
	}
#story_wrapper div {
	width: 780px;
	position: relative;
	text-align: center;
	padding: 5px 10px;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #2264f7;
	text-shadow: 0px 0px 1px rgba(40,40,20,0.8);
	}

.s_message {
	padding:8px 0 8px 90px;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	color: #2264f7;
	text-shadow: 0px 0px 1px rgba(40,40,20,0.8);
	}
.s_message_c {
	padding:8px 0 8px 120px;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	color: #2264f7;
	text-shadow: 0px 0px 1px rgba(40,40,20,0.8);
	}
.s_message1 {
	padding:8px 0;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #ff63c6;
	text-shadow: 0px 0px 1px rgba(220,80,60,0.8);
	}
.s_message1_span {
	font-size: 22px;
	font-weight: bold;
	color: #ff63c6;
	text-shadow: 0px 0px 1px rgba(220,80,60,0.8);
	}
.s_message2 {
	padding:8px 0;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #ffa149;
	text-shadow: 0px 0px 1px rgba(220,80,60,0.8);
	}
.s_message3 {
	padding:10px 0 2px;
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	text-align: center;
	color: #2264f7;
	text-shadow: 0px 0px 1px rgba(40,40,20,0.8);
	}
.s_message4 {
	padding:2px 0 8px;
	font-size: 34px;
	line-height: 36px;
	font-weight: bold;
	text-align: center;
	color: #222487;
	text-shadow: 0px 0px 1px rgba(40,40,20,0.8);
	}
.s_message4_span {
	font-size: 22px;
	font-weight: bold;
	color: #222487;
	text-shadow: 0px 0px 1px rgba(40,40,20,0.8);
	}

#story_footer {
	width: 800px;
	height: 10px;
	margin: 0 auto 0;
	background: url("../../img/umifra/con_footer.png") no-repeat 0 0;
	}

/*【キャラクター】
━━━━━━━━━━━━━━━━━━━━━━━*/
#character {
	width: 800px;
	margin: 0 auto 24px;
	}
#character h1 {
	display: none;
	}
#character_wrapper {
	text-align: center;
	overflow: hidden;
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background: url("../../img/umifra/con_main.png") repeat-y center center;
	}
#character_header {
	width: 800px;
	margin: 0 auto;
	height: 8px;
	background: url("../../img/umifra/con_header.png") no-repeat 0 0;
	}
#character_footer {
	width: 800px;
	height: 10px;
	margin: 0 auto;
	background: url("../../img/umifra/con_footer.png") no-repeat 0 0;
	}
.character_one {
	width: 800px;
	height: 510px;
	margin: 0 auto;
	text-align: left;
	background: no-repeat 0 0;
	position: relative;
	}
.character_one h2 {
	display: none;
	}
#chara01 {background-image:url('../../img/umifra/character01.png');}
#chara02 {background-image:url('../../img/umifra/character02.png');}
#chara03 {background-image:url('../../img/umifra/character03.png');}
#chara04 {background-image:url('../../img/umifra/character04.png');}
#chara05 {background-image:url('../../img/umifra/character05.png');}

.character_text {
	position: absolute;
	float: left;
	top: 134px;
	left: 52px;
	width: 450px;
	height: 250px;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #013e53;
	text-shadow: 0px 0px 1px rgba(60,30,5,0.9);
	}
/*【サンプル画像】
━━━━━━━━━━━━━━━━━━━━━━━*/
#sample {
	width: 800px;
	margin: 0 auto 24px;
	}
#sample h1 {
	display: none;
	}
#sample_wrapper {
	text-align: center;
	overflow: hidden;
	margin: 0 auto;
	width: 800px;
	padding: 0 0 30px;
	background: url("../../img/umifra/con_main.png") repeat-y center center;
	}
#sample_header {
	width: 800px;
	height: 8px;
	margin: 0 auto;
	position: relative;
	background: url("../../img/umifra/con_header.png") no-repeat 0 0;
	}
#sample_footer {
	width: 800px;
	height: 10px;
	margin: 0 auto;
	position: relative;
	background: url("../../img/umifra/con_footer.png") no-repeat 0 0;
	}
#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: 800px;
	margin: 14px auto 30px;
	}
#inst h1 {
	display: none;
	}
#inst_wrapper {
	text-align: center;
	overflow: hidden;
	margin: 0 auto 0;
	width: 800px;
	top: 20px;
	position: relative;
	background: url("../../img/umifra/con_main.png") repeat-y center center;
	}
#inst_header {
	text-align: center;
	width: 800px;
	height: 8px;
	margin: 0 auto 0;
	top: 20px;
	position: relative;
	background: url("../../img/umifra/con_header.png") no-repeat 0 0;
	}
#inst_footer {
	width: 800px;
	height: 10px;
	margin: 0 auto 0;
	top: 20px;
	position: relative;
	background: url("../../img/umifra/con_footer.png") no-repeat 0 0;
	}