@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: #e6fcff no-repeat 0 0;
	background-image: url("../../img/dolphindivers/bg.png");
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: fixed;
	width: 100%;
	min-width: 800px;
	position: relative;
	}

main {
	width: 800px;
	margin: 0 auto;
	}

/*【ヘッダー】
━━━━━━━━━━━━━━━━━━━━━━━*/
#page_header {
	width: 100%;
	min-width: 800px;
	height: 36px;
	background: transparent url("../../img/dolphindivers/bg_header.jpg") repeat-x 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: 8px;
	right: 0;
	z-index: 2;
	}

/*【フッター】
━━━━━━━━━━━━━━━━━━━━━━━*/
#page_footer {
	width: 100%;
	min-width: 800px;
	height: 38px;
	margin: 30px 0 0;
	background: transparent url("../../img/dolphindivers/bg_footer.png") repeat-x 0 0;
	
	}
#page_footer p {
	width: 780px;
	margin: 0 auto;
	padding: 10px 10px 0;
	text-align: right;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #fff;
	}

/*【トップイメージ】
━━━━━━━━━━━━━━━━━━━━━━━*/
#dolphindivers {
	position: absolute;
	top: 60px;
	left: 16px;
	}
#top_image {
	width: 800px;
	height: 540px;
	margin: 10px auto 20px;
	position: relative;
	background: transparent url("../../img/dolphindivers/bg_top.png") no-repeat right bottom;
	}
#sub {
	position: absolute;
	top: 250px;
	left: 50px;
	}

/*【ストア】
━━━━━━━━━━━━━━━━━━━━━━━*/
.store {
	width: 800px;
	height: 144px;
	margin: 10px auto 20px;
	position: relative;
	background: transparent url("../../img/dolphindivers/bg_store.png") no-repeat 0 0;
	}
.store .android {
	width: 350px;
	float: left;
	margin: 18px 0 0 42px;
	}
.store .iphone {
	width: 350px;
	float: right;
	margin: 18px 42px 0 0;
	}
.android .text {
	color: #000;
	padding: 4px 20px;
	text-align: center;
	}
.iphone .text {
	color: #ff0000;
	padding: 4px 20px;
	text-align: center;
	}

/*【ページトップ】
━━━━━━━━━━━━━━━━━━━━━━━*/
#pagetop {
	position: fixed;
	bottom: 10px;
	right: 0;
	display: none;
	}

/*【商品仕様】
━━━━━━━━━━━━━━━━━━━━━━━*/
/*商品仕様*/
#product {
	width: 760px;
	margin: 0 auto 20px;
	background: rgba(228,244,255,0.8);
	font-size: 18px;
	line-height: 18px;
	color: #000;
	}
#product caption {
	font-size: 20px;
	font-weight: bold;
	}
#product th,#product td {
	border: 1px solid #45b4ff;
	padding: 4px 10px;
	}
#product th.common {
	text-align: right;
	width: 100px;
	padding: 2px 10px;
	font-weight: bold;
	}
#product th.android {
	font-weight: bold;
	padding: 4px 10px;
	color: #360;
	background-color: #a4c93b;
	}
#product th.iphone {
	font-weight: bold;
	padding: 4px 10px;
	color: #039;
	background-color: #55c1e5;
	}
#product td.model {
	text-align:left;
	width: 270px;
	padding: 4px 10px;
	}

/*【コンテンツクラス】
━━━━━━━━━━━━━━━━━━━━━━━*/
.content_wrapper {
	background: url("../../img/dolphindivers/bg_content.png") repeat-y center center;

	}

/*【ストーリー】
━━━━━━━━━━━━━━━━━━━━━━━*/
#story {
	width: 800px;
	margin: 0 auto 30px;
	color: #000;
	text-shadow: 1px 1px 5px rgba(150,180,255,0.8);
	}
#story_wrapper {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	}
#story_image {
	width:770px;
	height:1700px;
	margin: 0 auto;
	position: relative;
	background: url("../../img/dolphindivers/bg_story.png") no-repeat 0 0;
	}
.story_box {
	width: auto;
	position: absolute;
	text-align: left;
	padding: 10px 12px 0;
	font-size: 20px;
	line-height: 22px;
	/*background: transparent url("../../img/dolphindivers/bg_white90.png") repeat;*/
	border-radius: 4px;
	}
#story_box1 {
	top: 16px;
	left: 16px;
	}

#story_box2 {
	top: 278px;
	left: 245px;
	}
#story_image p {
	margin: 0px 0 10px;
	background-image: url("../../img/dolphindivers/dummy.gif");/*Android4端末不具合対応*/
	}
#story_image strong {
	color: #03c;
	background-color: #cef;
	}
#story_image strong.koi {
	color: #f33;
	background-color: #fcc;
	font-weight: bold;
	text-shadow: 1px 1px 5px rgba(255,150,180,0.8);
	}
/*【メインキャラクター】
━━━━━━━━━━━━━━━━━━━━━━━*/
#character {
	width: 800px;
	margin: 0 auto 30px;
	}
#character_wrapper {
	text-align: center;
	overflow: hidden;
	margin: 0 auto;
	padding: 5px 0 0;
	}
.character_one {
	width: 790px;
	height: 500px;
	margin: 0 auto 5px;
	text-align: left;
	/*background: #fff no-repeat 0 0;*/
	position: relative;
	}
#chara01 {background-image:url('../../img/dolphindivers/chara1.png');}
#chara02 {background-image:url('../../img/dolphindivers/chara2.png');}
#chara03 {background-image:url('../../img/dolphindivers/chara3.png');}
#chara04 {background-image:url('../../img/dolphindivers/chara4.png');}
.character_name {
	position: absolute;
	top: 25px;
	left: 50px;
	font-size: 32px;
	color: #fff;
	text-shadow: 1px 1px 5px rgba(150,180,255,0.8);
	}
.character_name h1 {
	float: left;
	font-weight: bold;
	}
.character_name p {
	float: left;
	font-size: 18px;
	}
.character_explain {
	position: absolute;
	top: 70px;
	left: 50px;
	font-size: 14px;
	line-height: 22px;
	color: #000;
	text-shadow: 1px 1px 5px rgba(150,180,255,0.8);
	}
.character_message {
	position: absolute;
	top: 280px;
	left: 294px;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	text-shadow: 1px 1px 5px rgba(150,180,255,0.8);
	}
/*【サブキャラクター】
━━━━━━━━━━━━━━━━━━━━━━━*/
#character_sub {
	width: 800px;
	margin: 0 auto 30px;
	}
#character_sub_wrapper {
	text-align: center;
	overflow: hidden;
	margin: 0 auto;
	padding: 5px 0 0;
	}
.character_sub_one {
	width: 790px;
	height: 500px;
	margin: 0 auto 5px;
	text-align: left;
	/*background: #fff no-repeat 0 0;*/
	position: relative;
	}

#chara05 {background-image:url('../../img/dolphindivers/chara5.png');}
#chara06 {background-image:url('../../img/dolphindivers/chara6.png');}
#chara07 {background-image:url('../../img/dolphindivers/chara7.png');}
#chara08 {background-image:url('../../img/dolphindivers/chara8.png');}

.character_sub_name {
	position: absolute;
	top: 14px;
	left: 50px;
	font-size: 32px;
	color: #fff;
	text-shadow: 1px 1px 5px rgba(150,180,255,0.8);
	}
.character_sub_name h1 {
	float: left;
	font-weight: bold;
	}
.character_sub_name p {
	float: left;
	font-size: 18px;
	}
.character_sub_explain {
	position: absolute;
	top: 80px;
	left: 50px;
	font-size: 14px;
	line-height: 22px;
	color: #000;
	text-shadow: 1px 1px 5px rgba(150,180,255,0.8);
	}
.character_sub_message {
	position: absolute;
	top: 280px;
	left: 294px;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	text-shadow: 1px 1px 5px rgba(150,180,255,0.8);
	}

/*【サンプル画像】
━━━━━━━━━━━━━━━━━━━━━━━*/
#sample {
	width: 800px;
	margin: 0 auto 30px;
	}
#sample_wrapper {
	text-align: center;
	overflow: hidden;
	margin: 0 auto;
	padding: 10px 0;
	}
#sample a img {
	border: 1px solid #f6f;
	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 #6ff;
	opacity: 0.8;
	}
/*【インストール画面】
━━━━━━━━━━━━━━━━━━━━━━━*/
#inst {
	width: 800px;
	margin: 40px auto 30px;
	}
#inst h1 {
	display: none;
	}
#inst_wrapper {
	text-align: center;
	overflow: hidden;
	margin: 0 auto;
	width: 790px;
	padding: 10px 0 10px;
	position: relative;
	background: url("../../img/dolphindivers/bg_content.png") repeat-y center center;
	}
#inst_header {
	text-align: center;
	width: 790px;
	height: 50px;
	margin: 0 auto;
	position: relative;
	background: url("../../img/dolphindivers/h_inst.png") no-repeat 0 0;
	}
#inst_footer {
	width: 790px;
	height: 10px;
	margin: 0 auto;
	position: relative;
	background: url("../../img/dolphindivers/f_content.png") no-repeat 0 0;
	}