@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/highpressure/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%;
	height: 100px;
	min-width: 980px;
	margin: 0 auto;
	background-image: url("../../img/highpressure/bg_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: 12px;
	top: 3px;
	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-color:#2496e7;
	}
#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:960px;
	top: 0px;
	margin: 2px 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: 35px;
	margin: 0 auto;
	text-align: center;
	background-image: url("../../img/highpressure/caption.gif");
	border-radius:12px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	}

.captionbar p {
	color: #fff;
	font-size: 23px;
	line-height: 36px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
}

/*【ストア】
━━━━━━━━━━━━━━━━━━━━━━━*/
.store {
	width: 980px;
	margin: 24px auto 24px;
	}
.store h1 {
	display: none;
	}

.store_wrapper {
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 940px;
	background-color: rgba(255,255,255,0.3);
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	}

.store_box {
	margin: 0 auto;
	border:1px solid #2d80c1;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	width: 900px;
	background-color:rgba(36,150,231,0.3);
	}
.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: 24px auto 24px;
	}
#moeapp_store h1 {
	display: none;
	}

#moeapp_wrapper {
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 940px;
	background-color: rgba(255,255,255,0.3);
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	}

#moeapp_box {
	margin: 0 auto;
	border:1px solid #2d80c1;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	width: 900px;
	background-color:rgba(36,150,231,0.3);
	}

#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 {
	color: #c6f;
	font-weight: bold;
	text-shadow: 1px 1px 1px #fff;
	}

/*【インフォメーション】
━━━━━━━━━━━━━━━━━━━━━━━*/
#information {
	width: 980px;
	margin: 24px auto 24px;
}

#information h1 {
	display: none;
	}

#information_wrapper {
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 940px;
	background-color: rgba(255,255,255,0.3);
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	}

#information_box {
	margin: 0 auto;
	border:1px solid #2d80c1;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	width: 900px;
	background-color:rgba(36,150,231,0.3);
	}

#information_box p {
	font-size: 16px;
	color: #026;
	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);
	}

/*【イントロダクション】
━━━━━━━━━━━━━━━━━━━━━━━*/
#intro {
	width: 980px;
	margin: 24px auto 24px;
	}

#intro h1 {
	display: none;
	}

#intro_wrapper {
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 940px;
	background-color: rgba(255,255,255,0.3);
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	}

#intro_box {
	margin: 0 auto;
	border:1px solid #2d80c1;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	width: 900px;
	background-color:rgba(36,150,231,0.3);
	}

#intro_box p {
	font-size: 16px;
	color: #fff;
	text-shadow: 1px 1px 1px #003;
	line-height: 22px;
	margin: 0 0 0px;
	padding: 6px 2px 8px 8px;
	background-color:rgba(36,150,255,0.4);
	}

#intro_box .cgtxt {
	margin: 4px 0 0;
	}

#intro_box .cg2 {
	margin: 20px 0 0;
	}

#intro_box .box1 {
	margin: 0 0 0 14px;
	width: 440px;
	height: 814px;
	float:left;
	text-align: left;
	background-color:rgba(36,150,80,0.2);
	}

#intro_box .box2 {
	margin: 0 14px 0 0;
	width: 420px;
	float:right;
	text-align: left;
	}

/*【ストーリー】
━━━━━━━━━━━━━━━━━━━━━━━*/
#story {
	width: 980px;
	margin: 24px auto 24px;
	}

#story h1 {
	display: none;
	}

#story_wrapper {
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 940px;
	background-color: rgba(255,255,255,0.3);
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	}

#story_box {
	margin: 0 auto;
	border:1px solid #2d80c1;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	width: 900px;
	background-color:rgba(36,150,231,0.3);
	}

#story_box p {
	font-size: 14px;
	color: #000;
/*	text-shadow: 1px 0px 0px #fff;*/
	line-height: 21px;
	margin: 0;
	padding: 8px 14px 8px;
	background-color:rgba(36,150,255,0.1);
	background-color:rgba(100,130,240,0.5);
	border:1px solid #2d80c1;
	}

#story_box .story_title {
	font-size: 20px;
	color: #fff;
	line-height: 32px;
	margin: 5px 0 0;
	text-shadow: 1px 0px 1px #f00;
	font-weight: bold;
	}

#story_box .box1 {
	margin: 0 auto;
	width: 638px;
	height: 358px;
	text-align: center;
/*	background-color:rgba(36,150,20,0.2);*/
	float:left;
	}

#story_box .box1_cg {
	margin: 0 auto;
	width: 120px;
	text-align: center;
	float:left;
	}


#story_box .box2 {
	margin: 0 20px 0 0;
	width: 570px;
	height: 792px;
	text-align: left;
/*	background-color:rgba(36,150,20,0.2);*/
	float:right;
	}

#story_box .box2_cg {
	margin: 0 0 0 20px;
	width: 290px;
	text-align: left;
	float:left;
	}

#story_box .col_red {
	color: #f01;
	font-weight: bold;
	text-shadow: 1px 0px 1px #008;
	}

#story_box .col_pink {
	color: #f79;
	font-weight: bold;
	text-shadow: 1px 0px 1px #00d;
	}

#story_box .col_orange {
	color: #fc2;
	font-weight: bold;
	text-shadow: 1px 0px 1px #008;
	}

#story_box .col_green {
	color: #29f476;
	font-weight: bold;
	text-shadow: 1px 0px 1px #008;
	}

#story_box .col_blue {
	color: #1729f4;
	font-weight: bold;
	text-shadow: 1px 0px 1px #702;
	}

#story_box .col1 {
	color: #ff1c7c;
	text-shadow: 1px 0px 0px #000;
	}

#story_box .col2 {
	color: #1c31ff;
	text-shadow: 1px 0px 0px #000;
	}


/*【キャラクター】
━━━━━━━━━━━━━━━━━━━━━━━*/
#chara {
	width: 980px;
	margin: 24px auto 24px;
	}

#chara h1 {
	display: none;
	}

#chara_wrapper {
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 940px;
	background-color: rgba(255,255,255,0.3);
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	}

#chara_box {
	margin: 0 auto;
	border:1px solid #2d80c1;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	width: 900px;
	background-color:rgba(36,150,231,0.3);
	}

#chara_box .chara_title {
	font-size: 20px;
	color: #fff;
	line-height: 32px;
	margin: 5px 0 0;
	text-shadow: 1px 0px 1px #f00;
	font-weight: bold;
	}

#chara_box p {
	font-size: 18px;
	line-height: 18px;
	color: #000;
	}

#chara_box .chara_cg {
	position: absolute;
	text-align: left;
	margin: 0;
	z-index: 2;
	}

#chara_box .roman {
	width: 820px;
	height: 30px;
	text-align: right;
	margin: 0 auto;
	}

#chara_box .roman p {
	font-size: 14px;
	padding: 14px 0 0 0;
	line-height: 14px;
	color: #16f;
	text-shadow: 1px 1px 0px #fff;
	font-weight: bold;
	}

#chara_box .roman2 {
	line-height: 30px;
	width: 820px;
	height: 30px;
	text-align: right;
	margin: 0 auto;
	}

#chara_box .roman2 p {
	font-size: 14px;
	padding: 10px 0 0 0;
	color: #44f;
	text-shadow: 1px 1px 0px #fff;
	font-weight: bold;
	}

#chara_box .kana {
	position: relative;
	text-align: left;
	width: 840px;
	height: 22px;
	margin: 16px auto 0;
	background-color: #39f;
	z-index: 1;
	}

#chara_box .kana p {
	padding: 4px 0 0 54px;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	color: #fff;
	text-shadow: 1px 0px 0px #ddd;
	}

#chara_box .name {
	position: relative;
	text-align: left;
	width: 840px;
	height: 52px;
	margin: 0 auto;
	z-index: 1;
	}

#chara_box .name p {
	padding: 6px 0 0 28px;
	font-size: 44px;
	line-height: 44px;
	font-weight: bold;
	color: #0062c7;
/*	text-shadow: 2px 2px 4px #5f93c9;*/
	text-shadow: 2px 2px 1px #aae;
	}

#chara_box .cv {
	position: relative;
	text-align: left;
	width: 840px;
	height: 24px;
	margin: 0 auto;
	background-color: #39f;
	z-index: 1;
	}

#chara_box .cv p {
	padding: 4px 0 0 44px;
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	color: #fff;
	text-shadow: 1px 0px 0px #ddd;
	}

#chara_box .speech {
	position: relative;
	text-align: left;
	width: 500px;
	height: 92px;
	margin: 0;
	z-index: 3;
	}

#chara_box .speech p {
	padding: 10px 0 10px 10px;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #0062c7;
	text-shadow: 1px 1px 1px #bbb;
	}

#chara_box .speech2 {
	position: relative;
	text-align: left;
	width: 500px;
	height: 68px;
	margin: 0;
	z-index: 3;
	}

#chara_box .speech2 p {
	padding: 10px 0 10px 10px;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #0062c7;
	text-shadow: 1px 1px 1px #bbb;
	}

#chara_box .spec1 {
	position: relative;
	text-align: right;
	margin: 0 0 0 20px;
	width: 380px;
	height: 80px;
	background-color: rgba(245,165,190,0.1);
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	z-index: 3;
	}

#chara_box .spec1 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 .spec2 {
	position: relative;
	text-align: right;
	margin: 0 0 0 20px;
	width: 380px;
	height: 60px;
	background-color: rgba(149,204,255,0.1);
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	z-index: 3;
	}

#chara_box .spec2 p {
	padding: 10px 20px 10px 0;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #0062c7;
	text-shadow: 1px 1px 1px #bbb;
	}

#chara_box .txt1 {
	position: relative;
	text-align: left;
	margin: 0 10px;
	width: 520px;
	height: 100px;
	z-index: 3;
	}

#chara_box .txt1 p {
	padding: 10px 0 10px 10px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #555;
	text-shadow: 1px 1px 1px #bbb;
	}

#chara_box .txt2 {
	position: relative;
	text-align: left;
	margin: 0 10px;
	width: 720px;
	height: 130px;
	z-index: 3;
	}

#chara_box .txt2 p {
	padding: 0px 0 10px 10px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #555;
	text-shadow: 1px 1px 1px #bbb;
	}

#chara_box .mes1 {
	position: absolute;
	text-align: left;
	margin: 410px 10px;
	width: 560px;
	height: 240px;
	z-index: 3;
	}

#chara_box .mes1 p {
	padding: 10px 10px;
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	color: #133c70;
	text-shadow: 1px 1px 1px #bbb;
	background-color: rgba(245,165,190,0.8);
	}

#chara_box .mes2 {
	position: absolute;
	text-align: left;
	margin: 410px 10px;
	width: 580px;
	height: 240px;
	z-index: 3;
	}

#chara_box .mes2 p {
	padding: 10px 10px;
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	color: #133c70;
	text-shadow: 1px 1px 1px #bbb;
	background-color: rgba(149,204,255,0.8);
	}

#chara_box .chara_one {
	position: relative;
	margin: 2px auto 4px;
	width: 860px;
	height: 700px;
	background-image: url("../../img/highpressure/chara_bg1.gif");
	background-repeat: repeat;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	}

#chara_box .inner1 {
	position: relative;
	margin: 0 auto;
	width: 840px;
	height: 660px;
	background-color:rgba(255,255,255,0.9);
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	overflow: hidden;
	}

#chara_box .chara_two {
	position: relative;
	margin: 2px auto 4px;
	width: 860px;
	height: 700px;
	background-image: url("../../img/highpressure/chara_bg2.gif");
	background-repeat: repeat;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	}

#chara_box .chara_three {
	position: relative;
	margin: 2px auto 4px;
	width: 860px;
	height: 540px;
	background-image: url("../../img/highpressure/chara_bg2.gif");
	background-repeat: repeat;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	}

#chara_box .inner2 {
	position: relative;
	margin: 0 auto;
	width: 840px;
	height: 300px;
	background-color:rgba(255,255,255,0.9);
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	overflow: hidden;
	}

#chara_box .inner3 {
	position: relative;
	margin: 0 auto;
	width: 840px;
	height: 500px;
	background-color:rgba(255,255,255,0.9);
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	overflow: hidden;
	}

#chara_box .chara_four {
	position: relative;
	margin: 2px auto 4px;
	width: 860px;
	height: 340px;
	background-image: url("../../img/highpressure/chara_bg2.gif");
	background-repeat: repeat;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	}



/*【サンプル画像】
━━━━━━━━━━━━━━━━━━━━━━━*/
#sample {
	width: 980px;
	margin: 24px auto 24px;
	}

#sample h1 {
	display: none;
	}

#sample_wrapper {
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 940px;
	background-color: rgba(255,255,255,0.3);
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	}

#sample_box {
	margin: 0 auto;
	border:1px solid #2d80c1;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	width: 900px;
	background-color:rgba(36,150,231,0.3);
	}

.sample_block {
	width: 900px;
	height: 94px;
	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;
	}

/*【ページトップ】
━━━━━━━━━━━━━━━━━━━━━━━*/
#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: #f9a232;
	text-shadow: 1px 1px 0 #66e;
	}
#product table {
	margin: 0 auto;
	}
#product th,#product td {
	border:1px solid #2d60a1;
	}
#product td {
	padding: 4px 10px;
	font-size: 18px;
	color: #269;
	text-shadow: 1px 1px 1px #fff;
	background-color: rgba(255,255,255,0.5);
	}

#product th {
	text-align: right;
	width: 200px;
	padding: 2px 6px 2px 0;
	font-size: 20px;
	color: #fff;
	text-shadow: 1px 1px 1px #224;
	background-color: #2496e7;

	}

#product .model {
	width: 330px;
	}

/*【インストール画面】
━━━━━━━━━━━━━━━━━━━━━━━*/
#inst {
	width: 980px;
	margin: 24px auto 24px;
	}
#inst h1 {
	display: none;
	}
#inst_wrapper {
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 940px;
	background-color: rgba(255,255,255,0.3);
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	}


#inst_box {
	margin: 0 auto;
	border:1px solid #2d80c1;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	width: 900px;
	background-color:rgba(36,150,231,0.3);
	}

#inst_box p {
	color: #000;
	text-shadow: 1px 0px 0px #fff;
}

.b_button {
	margin: 16px auto 20px;
	}




/*【ムービー】
━━━━━━━━━━━━━━━━━━━━━━━*/
#movie {
	width: 980px;
	margin: 24px auto 24px;
	}

#movie h1 {
	display: none;
	}

#movie_wrapper {
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 940px;
	background-color: rgba(255,255,255,0.3);
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	}

#movie_box {
	margin: 0 auto;
	border:1px solid #2d80c1;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	width: 900px;
	background-color:rgba(36,150,231,0.3);
	}

#movie_box p {
	padding: 4px;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color: #005ebf;
	text-shadow: 1px 1px 1px #777;
	}

#movie_box .t_title {
	position: relative;
	width: 900px;
	margin: 12px auto 0;
	padding: 0;
	text-align: center;
	}

#movie_box .m_box {
	position: relative;
	width: 700px;
	margin: 0 auto;
	text-align: center;
	background-color:rgba(36,150,231,0.3);
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	}

