@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/himekoi/bg.gif");
	background-repeat: repeat-y;
	background-position: center top;
	background-attachment: fixed;
	background-color: #edf;
	-moz-background-size:160% 160%;
	background-size:160% 160%;
	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/himekoi/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/himekoi/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: 0px 0px 2px #005;*/
	font-weight: nomal;
	color: #fff;
	font-size: 19px;
	}

/*【トップイメージ】
━━━━━━━━━━━━━━━━━━━━━━━*/

#top_image {
	width:980px;
	text-align: center;
	margin: 8px auto 0;
	position: relative;
	}

#top_image .top_border {
	border: 3px solid #fff;
	}

#top_image .img_copy {
	position: absolute;
	margin: 0 auto;
	left: 0px;
	top: 0px;
	}

.f_clear {
	clear: both;
	}

.blank1 {
	clear: both;
	width: 800px;
	height: 8px;
	margin: 0 auto;
	}

.blank2 {
	clear: both;
	width: 800px;
	height: 16px;
	margin: 0 auto;
	}

.captionbar {
	clear: both;
	width: 680px;
	height: 36px;
	margin: 0 auto;
	text-align: center;
	border: 2px solid #fff;
	background-color:rgba(150,64,220,1.0);
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	}

.captionbar p {
	color: #fff;
	font-size: 24px;
	padding: 8px 0 0;
	line-height: 24px;
	font-weight: bold;
	text-shadow: 1px 1px 0px #93a;
	}

.frame_wrapper {
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 970px;
	border:2px solid #b8d;
	background-color:rgba(240,240,255,0.9);
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	}

.frame_box {
	margin: 0 auto;
	width: 920px;
	border:1px solid #a9c;
	background-color:rgba(255,245,245,1.0);
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	}

/*【ストア】
━━━━━━━━━━━━━━━━━━━━━━━*/
.store {
	width: 980px;
	margin: 12px auto;
	}
.store h1 {
	display: none;
	}

.store_box {
	position: relative;
	margin: 12px auto 0;
	text-align: center;
	width: 800px;
	height: 110px;
	}
.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_dl {
	margin: 12px auto 8px;
	}

#moeapp_text {
	width: 900px;
	height: 54px;
	margin: 8px auto 0;
	position: relative;
	text-align: center;

	}

#moeapp_text p {
	color: #000;
	font-size: 20px;
	padding: 2px 0px;
	line-height: 26px;
	text-shadow: 1px 0px 0px #aaa;
	}

#moeapp_text2 {
	width: 900px;
	height: 50px;
	margin: 8px auto;
	position: relative;
	text-align: center;
	}

#moeapp_text2 p {
	color: #000;
	font-size: 20px;
	padding: 2px 0px;
	line-height: 26px;
	text-shadow: 1px 0px 0px #aaa;
	}

#moeapp_text2 .red {
	color: #f00;
	text-shadow: 1px 0px 0px #faa;
	}

#moeapp_text a:visited {
	font-weight: bold;
	text-shadow: 1px 0px 0px #aaa;
	}

/*【インフォメーション】
━━━━━━━━━━━━━━━━━━━━━━━*/
#information {
	width: 980px;
	margin: 12px auto;
}

#information h1 {
	display: none;
	}

#information .text_box {
	overflow:auto;
	margin: 12px auto;
	text-align: left;
	width: 880px;
	height: 76px;
	background-color:#fff;
	}

#information .text_box p {
	font-size: 18px;
	color: #222;
	text-shadow: 0px 0px 1px #aaa;
	line-height: 31px;
	margin: 3px 0;
	padding: 4px 10px 4px;
	}

/*【ストーリー】
━━━━━━━━━━━━━━━━━━━━━━━*/
#story {
	width: 980px;
	margin: 12px auto;
	}

#story h1 {
	display: none;
	}

#story .storybox {
	position: relative;
	width: 900px;
	text-align: left;
	margin: 0 auto;
	}

#story .story_title {
	position: relative;
	font-size: 26px;
	color: #9761c7;
	line-height: 28px;
	height: 28px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	font-weight: bold;
	z-index: 1;
	text-align: center;
	}

#story .tbox {
	position: relative;
	margin: 0 auto;
	text-align: left;
	}

#story .tcg1 {
	margin: 10px 10px 0 50px;
	float: left;
	border:3px solid #fff;
	}

#story .tbox1 {
	margin: 10px auto 0;
	width: 470px;
	height: 390px;
	padding-top: 10px;
	float: left;
	}

#story .tbox p {
	font-size: 16px;
	color: #000;
	text-shadow: 1px 0px 0px #555;
	line-height: 24px;
	margin: 0;
	padding: 0 0 0 0;
	}

#story .sbox {
	position: relative;
	width: 880px;
	height: 1140px;
	margin: 14px auto 2px;
	text-align: left;
	background-image: url("../../img/himekoi/story_bg.jpg");
	background-repeat: repeat-y;
	background-position: center top;
	border: 1px solid #aaa;
	}

#story .stxt {
	position: relative;
	text-align: left;
	line-height: 20px;
	}

#story .stxt p {
	padding: 0 0 0 6px;
	color: #101020;
	font-size: 16px;
	font-weight: normal;
	text-shadow: 1px 0px 0px #005;
	}

#story .stxt1 {
	width: 500px;
	height: 150px;
	margin: 22px 0 0 2px;
	float: left;
	}

#story .stxt2 {
	width: 620px;
	height: 150px;
	margin: 8px 0 0 12px;
	text-align: right;
	float: left;
	}

#story .stxt3 {
	width: 580px;
	height: 50px;
	margin: 30px 0 0 12px;
	text-align: center;
	float: left;
	}

#story .stxt3 p {
	padding: 0 0 0 6px;
	color: #101020;
	font-size: 19px;
	font-weight: bold;
	line-height: 24px;
	text-shadow: 0px 0px 0px #000;
	}


#story .stxt4 {
	width: 580px;
	height: 45px;
	margin: 10px 0 0 12px;
	text-align: left;
	float: left;
	}

#story .stxt5 {
	width: 610px;
	height: 440px;
	margin: 10px 0 0 12px;
	text-align: right;
	float: left;
	}

#story .stxt6 {
	width: 860px;
	height: 130px;
	margin: 30px auto;
	text-align: center;
	clear: both;
	}

#story .stxt6 p {
	padding: 0 0 0 6px;
	color: #101020;
	font-size: 20px;
/*	font-weight: bold;*/
	line-height: 24px;
	text-shadow: 1px 0px 0px #005;
	}


#story .scgf {
	position: relative;
	text-align: left;
	float: left;
	border: 3px solid #fff;
	}

#story .scg1 {
	width: 320px;
	height: 180px;
	margin: 16px 0 0 30px;
	}

#story .scg2 {
	width: 200px;
	height: 150px;
	margin: 6px 0 0 10px;
	border: 2px solid #f90;
	}

#story .scg3 {
	width: 210px;
	height: 140px;
	margin: 10px 0 0 40px;
	}

#story .scg4 {
	width: 210px;
	height: 450px;
	margin: 0px 0 0 10px;
	border: 2px solid #faa;
	}

#story .stcb1 {
	color:#ff5000;
	font-weight: bold;
	}

#story .stc1 {
	color:#009907;
	color:#009207;

	font-weight: bold;
	text-shadow: 0px 0px 0px #aaa;
	}

#story .stc2 {
	color:#ff0da7;
	font-weight: bold;
	text-shadow: 0px 0px 0px #aaa;
	}

#story .stc3 {
	color:#2fb6ff;
	color:#00a8ff;


	font-weight: bold;
	text-shadow: 0px 0px 0px #aaa;
	}

#story .stc4 {
	color:#8103ec;
	font-weight: bold;
	text-shadow: 0px 0px 0px #aaa;
	}

#story .stc5 {
	color:#ff5000;
	font-weight: bold;
	text-shadow: 0px 0px 0px #aaa;
	}

#story .stc6 {
	color:#222;
	font-weight: bold;
	text-shadow: 0px 0px 0px #aaa;
	}

#story .stcb2 {
	color:#ff3f7e;
	font-weight: bold;
	text-shadow: 0px 0px 0px #999;
	}
#story .stcb3 {
	color:#ffc53b;
	font-weight: bold;
	text-shadow: 1px 1px 0px #922;
	}


/*【キャラクター】
━━━━━━━━━━━━━━━━━━━━━━━*/
#chara {
	width: 980px;
	margin: 12px auto;
	}

#chara h1 {
	display: none;
	}

#chara .chara_cg1 {
	position: absolute;
	text-align: left;
	margin: 0;
	z-index: 3;
	top: 32px;
	left: 360px;

	}


#chara .chara_base {
	position: relative;
	margin: 0 auto;
	width: 920px;
	height: 600px;
	background-repeat: repeat;
	background-position: center top;

	overflow: hidden;
	}

#chara .c_sub1 {
	height: 200px;
	}

#chara .c_sub2 {
	height: 580px;
	}

#chara .name_box {
	position: relative;
	text-align: left;
	width: 920px;
	height: 32px;
	margin: 0 auto;
	overflow: hidden;
	z-index: 2;
	}

#chara .discp {
	position: absolute;
	text-align: left;
	margin: 0 0 0 0;
	padding: 0;
	width: 560px;
	height: 32px;
	z-index: 5;
	}

#chara .discp p {
	padding: 2px 0 0 32px;
	font-size: 22px;
	line-height: 32px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 1px #777;
	}

#chara .cv {
	position: absolute;
	text-align: right;
	margin: 0 0 0 560px;
	width: 360px;
	height: 32px;
	z-index: 5;
	}

#chara .cv p {
	padding: 10px 120px 0 0;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 1px #aaa;
	}

#chara .bgcol01 {
	background-color: #fe3c7d;
	}
#chara .bgcol02 {
	background-color: #ff3e3e;
	}
#chara .bgcol03 {
	background-color: #ff9601;
	}
#chara .bgcol04 {
	background-color: #43a8ff;
	}
#chara .bgcol05 {
	background-color: #27dd1e;
	}
#chara .bgcol06 {
	background-color: #a152fb;
	}
#chara .bgcol07 {
	background-color: #ff2703;
	}

#chara .col01 {
	color: #fe3c7d;
	}
#chara .col02 {
	color: #ff3e3e;
	}
#chara .col03 {
	color: #ff9601;
	}
#chara .col04 {
	color: #43a8ff;
	}
#chara .col05 {
	color: #27dd1e;
	}
#chara .col06 {
	color: #a152fb;
	}
#chara .col07 {
	color: #ff2703;
	}

#chara .txtframe {
	position: relative;
	margin: 6px 0 0 10px;
	width: 450px;
	height: 520px;
	background-color: rgba(230,230,230,0.9);
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	z-index: 6;
	}

#chara .name {
	margin: 0 0 0 20px;
	width: 430px;
	height: 40px;
	line-height: 40px;
	}

#chara .name p {
	padding: 5px 0 0 0;
	font-size: 28px;
	text-align: left;
	font-weight: bold;
	text-shadow: 0px 0px 0px #fff;
	}

#chara .kana {
	font-size: 20px;
	font-weight: bold;
	text-shadow: 0px 0px 0px #fff;
	}

#chara .txt {
	width: 440px;
	height: 480px;
	text-align: left;
	line-height: 23px;
	}

#chara .txt p {
	padding: 16px 16px 0;
	font-size: 16px;
	color: #520;
	text-shadow: 0px 0px 3px #888;
	}
#chara .txtfsub {
	width: 900px;
	height: 154px;
	}

#chara .txtsub {
	width: 860px;
	height: 110px;
	}


/*【サンプル画像】
━━━━━━━━━━━━━━━━━━━━━━━*/
#sample {
	width: 980px;
	margin: 12px auto;
	}

#sample h1 {
	display: none;
	}

.sample_block {
	width: 900px;
	height: 98px;
	margin: 0 auto;
	text-align: center;
	}

.sample_block .tm {
	margin: 0 10px;
	}

.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 .t_title {
	position: relative;
	width: 900px;
	height:110px;
	margin: 14px auto 0;
	padding: 0;
	text-align: center;
	}

#movie .t_title p {
	padding: 4px;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	color: #0060ff;
	text-shadow: 1px 1px 1px #831;
	}

#movie .m_box {
	position: relative;
	width: 800px;
	margin: 0 auto;
	text-align: center;
	background-color:rgba(150,36,255,0.3);
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	}

/*【ページトップ】
━━━━━━━━━━━━━━━━━━━━━━━*/
#pagetop {
	position: fixed;
	bottom: 60px;
	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: #a6d;
	text-shadow: 1px 1px 0 #334;
	}
#product table {
	margin: 0 auto;
	}
#product th {
	border:1px solid #bbb;
	}
#product td {
	border:1px solid #bbb;
	}
#product td {
	padding: 4px 10px;
	font-size: 18px;
	color: #000;
	text-shadow: 1px 1px 1px #aaa;
	background-color: rgba(255,255,255,0.9);
	}

#product th {
	text-align: right;
	width: 180px;
	padding: 4px 6px 0 0;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	text-shadow: 1px 1px 1px #033;
	background-color:rgba(150,100,200,0.9);
	}

#product .model {
	width: 330px;
	}


/*【インストール画面】
━━━━━━━━━━━━━━━━━━━━━━━*/
#inst {
	width: 980px;
	margin: 12px auto;
	}
#inst h1 {
	display: none;
	}

.b_button {
	margin: 16px auto 20px;
	}

