@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/hyakumaho/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/hyakumaho/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/hyakumaho/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;
	}

.blank3 {
	clear: both;
	width: 800px;
	height: 32px;
	margin: 0 auto;
	}

.captionbar {
	clear: both;
	width: 680px;
	height: 36px;
	margin: 0 auto;
	text-align: center;
	border: 2px solid #fff;
/*For Other Browser*/
	background: #c538a6;
/*For Old WebKit*/
	background: -webkit-linear-gradient(
	#ae56c1 0%,
	#dc198b 100%
	);
/*For Modern Browser*/
	background: linear-gradient(
	#ae56c1 0%,
	#dc198b 100%
	);
/*	background-color:rgba(0,118,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 #33a;
	}

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

.frame_box {
	margin: 0 auto;
	width: 920px;
	border:1px solid #92c;
	background-color:rgba(245,240,255,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: 910px;
	height: 110px;
	}
.android {
	position: relative;
	text-align: center;
	float: left;
	width: 450px;
	}
.android .text {
	color: #000;
	padding: 4px 20px;
	/*font-weight: bold;*/
	text-align: center;	/*配信後はleftに*/
}
.iphone {
	position: relative;
	text-align: center;
	float: left;
	width: 450px;
	}
.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: 14px auto 12px;
	}

#moeapp_dl .button {
	margin: 0 7px;
	}

#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: #d60788;
	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: center;
	}

#story .tcg1 {
	position: relative;
	width: 700px;
	margin: 10px auto;
	text-align: center;
	border:3px solid #fff;
	}

#story .tbox1 {
	margin: 10px auto 0;
	width: 600px;
	height: 190px;
	padding-top: 10px;
	}

#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: 680px;
	margin: 14px auto 2px;
	text-align: center;
	background-image: url("../../img/hyakumaho/story_trim1.png"), url("../../img/hyakumaho/story_trim2.png"), url("../../img/hyakumaho/story_trim3.png"), url("../../img/hyakumaho/story_trim4.png"), url("../../img/hyakumaho/story_bg.jpg");
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat;
	background-position: left top, right top, left bottom, right bottom, center top ;
	border: 1px solid #aaa;
	}

#story .sbox p {
	padding: 26px 10px 0;
	color: #860325;
	font-size: 16px;
	font-weight: normal;
	text-shadow: 1px 1px 1px #860325;
	line-height: 26px;
	}

#story .sbox span {
	/*background-color: rgba(255,255,255,0.9);*/
	padding:1px 0;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	}

#story .sbox_tsize1 {
	font-size: 20px;
	font-weight: 700;
	text-shadow: 1px 1px 1px #98734C; 
	color: #562604;
	}

#story .sbox_c1 {
	color:#ffa800;
	text-shadow: 1px 1px 1px #d21;
	}
#story .sbox_c2 {
	color:#ff41c2;
	text-shadow: 1px 1px 1px #d21;
	}

#story .yougobox {
	position: relative;
	width: 880px;
	height: 1200px;
	margin: 0 auto 1px;
	text-align: left;
	background-image: url("../../img/hyakumaho/story_trim1.png"), url("../../img/hyakumaho/story_trim2.png"), url("../../img/hyakumaho/story_trim3.png"), url("../../img/hyakumaho/story_trim4.png"), url("../../img/hyakumaho/yougo_bg.jpg");
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat;
	background-position: left top, right top, left bottom, right bottom, center top ;	
	border: 1px solid #aaa;
	clear: both;
	}

#story .yougocg {
	position: relative;
	margin: 12px 0 0 74px;
	width: 104px;
	height: 104px;
	border: 2px solid #fff;
	float: left;
	}

#story .yougotxt {
	position: relative;
	/*width: 620px;*/
	/*height: 124px;*/
	margin: 40px 80px 0;
	text-align: left;
	float: left;
	}

#story .yougotxt p {
	color: #663300;
	font-size: 16px;
	font-weight: normal;
	text-shadow: 1px 0px 1px #222;
	line-height: 20px;
	padding: 0 0 0 8px;
	}

#story .worldbox {
	position: relative;
	width: 880px;
	height: 208px;
	margin: 0 auto 1px;
	text-align: left;
	background-image: url("../../img/hyakumaho/yougo_bg.gif");
	background-repeat: repeat-y;
	background-position: center top;
	border: 1px solid #aaa;
	clear: both;
	}

#story .worldcg {
	position: relative;
	margin: 12px 0 0 74px;
	width: 300px;
	height: 178px;
	border: 2px solid #fff;
	float: left;
	}

#story .worldtxt {
	position: relative;
	width: 420px;
	height: 190px;
	margin: 12px auto 0;
	text-align: left;
	float: left;
	}

#story .worldtxt p {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	text-shadow: 1px 1px 2px #000;
	line-height: 20px;
	padding: 0 0 0 8px;
	}

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

#chara h1 {
	display: none;
	}

#chara .chara_cg1 {
	position: absolute;
	text-align: left;
	margin: 0;
	z-index: 3;
	}


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

	overflow: hidden;
	}

#chara .c_sub {
	height: 540px;
	}

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

#chara .name {
	position: relative;
	text-align: left;
	margin: 8px 0 0 26px;
	padding: 0;
	width: 400px;
	height: 34px;
	z-index: 5;
	}

#chara .name p {
	font-size: 32px;
	line-height: 34px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 1px #777;
	}

#chara .name_s {
	font-size: 16px;
	color: #fff;
	padding: 0 0 0 12px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #777;
	}

#chara .name_s_col01 {
	color: #fd4f15;
	text-shadow: 1px 1px 1px #fff;
	}

#chara .name_s_col02 {
	color: #333399;
	text-shadow: 1px 1px 1px #fff;
	}

#chara .name_s_col03 {
	color: #6325af;
	text-shadow: 1px 1px 1px #fff;
	}

#chara .cv {
	position: relative;
	text-align: left;
	margin: 4px 0 0 30px;
	padding: 0;
	width: 280px;
	height: 20px;
	z-index: 5;
	}

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

#chara .mes {
	position: absolute;
	margin: 0 auto;
	right: 14px;
	bottom: 30px;
	padding: 0;
	width: 680px;
	height: 127px;
	text-align: center;
	line-height: 24px;
	background-image: url("../../img/hyakumaho/mes_bg.png");
	background-repeat: repeat-y;
	background-position: center top;
	border: 1px solid #aaa;
	z-index: 8;
	}

#chara .mes_h1 {
	}

#chara .mes_h2 {
	}

#chara .mes_h3 {
	}

#chara .mes p {
	font-size: 23px;
	color: #ffffff;

	padding: 28px 0 0 12px;
/*	font-weight: bold;*/
	text-shadow: 1px 1px 1px #002;
	}

#chara .cg_pos01 {
	top: 0px;
	left: 380px;
	}
#chara .cg_pos02 {
	top: 0px;
	left: 350px;
	}
#chara .cg_pos03 {
	top: 0px;
	left: 360px;
	}
#chara .cg_pos04 {
	top: 0px;
	left: 370px;
	}
#chara .cg_pos05 {
	top: 0px;
	left: 340px;
	}
#chara .cg_pos06 {
	top: 0px;
	left: 360px;
	}
#chara .cg_pos07 {
	top: 0px;
	left: 370px;
	}
#chara .cg_pos08 {
	top: 0px;
	left: 330px;
	}
#chara .cg_pos09 {
	top: 0px;
	left: 360px;
	}
#chara .cg_pos10 {
	top: 0px;
	left: 360px;
	}
#chara .cg_pos11 {
	top: 0px;
	left: 370px;
	}
#chara .cg_pos12 {
	top: 0px;
	left: 380px;
	}


#chara .bg_col01 {
	/*background-color: #ea6029;*/
/*For Other Browser*/
	background: #ffa974;
/*For Old WebKit*/
	background: -webkit-linear-gradient(
	0deg,
	#ffeadd 25%,
	#ffa974 25%,
	#ffa974 50%,
	#ffeadd 50%,
	#ffeadd 75%,
	#ffa974 75%,
	#ffa974
	);
/*For Modern Browser*/
	background: linear-gradient(
	0deg,
	#ffeadd 25%,
	#ffa974 25%,
	#ffa974 50%,
	#ffeadd 50%,
	#ffeadd 75%,
	#ffa974 75%,
	#ffa974
	);
	background-size: 30px 30px;	
	}
#chara .bg_col02 {
	/*background-color: #e6c13f;*/
/*For Other Browser*/
	background: #5bacff;
/*For Old WebKit*/
	background: -webkit-linear-gradient(
	0deg,
	#daecff 25%,
	#5bacff 25%,
	#5bacff 50%,
	#daecff 50%,
	#daecff 75%,
	#5bacff 75%,
	#5bacff
	);
/*For Modern Browser*/
	background: linear-gradient(
	0deg,
	#daecff 25%,
	#5bacff 25%,
	#5bacff 50%,
	#daecff 50%,
	#daecff 75%,
	#5bacff 75%,
	#5bacff
	);
	background-size: 30px 30px;	
	}
#chara .bg_col03 {
/*	background-color: #7c7687;*/

/*For Other Browser*/
	background: #d298ff;
/*For Old WebKit*/
	background: -webkit-linear-gradient(
	0deg,
	#f7ecff 25%,
	#d298ff 25%,
	#d298ff 50%,
	#f7ecff 50%,
	#f7ecff 75%,
	#d298ff 75%,
	#d298ff
	);
/*For Modern Browser*/
	background: linear-gradient(
	0deg,
	#f7ecff 25%,
	#d298ff 25%,
	#d298ff 50%,
	#f7ecff 50%,
	#f7ecff 75%,
	#d298ff 75%,
	#d298ff
	);
	background-size: 30px 30px;	
	}
#chara .bg_col04 {
	background-color: #c25581;
	}
#chara .bg_col05 {
	background-color: #e05d45;
	}
#chara .bg_col06 {
	background-color: #487690;
	}
#chara .bg_col07 {
	background-color: #908166;
	}
#chara .bg_col08 {
	background-color: #736b8c;
	}
#chara .bg_col09 {
	background-color: #9c86dd;
	}

#chara .name_col01 p{
	color: #fff;
	text-shadow: 
	1px 1px 1px #bc0d04,
	-1px 1px 1px #bc0d04,
	1px -1px 1px #bc0d04,
	-1px -1px 1px #bc0d04;
	}

#chara .name_col02 p{
	color: #fff;
	text-shadow: 
	1px 1px 1px #3b3b9e,
	-1px 1px 1px #3b3b9e,
	1px -1px 1px #3b3b9e,
	-1px -1px 1px #3b3b9e;
	}

#chara .name_col03 p{
	color: #fff;
	text-shadow: 
	1px 1px 1px #6325af,
	-1px 1px 1px #6325af,
	1px -1px 1px #6325af,
	-1px -1px 1px #6325af;
	}

#chara .txt {
	position: relative;
	text-align: left;
	line-height: 23px;
	margin: 6px 0 0 10px;
	width: 386px;
	height: 650px;
	/*background-color: rgba(230,230,230,0.9);*/
	background-image: url("../../img/hyakumaho/story_bg.jpg");
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border: 3px dotted #663333;
	z-index: 6;
	}

#chara .txt p {
	padding: 16px 4px 0 8px;
	font-size: 18px;
	color: #520;
	text-shadow: 0px 0px 3px #444;
	line-height: 28px
	}

#chara .txtsub {
	height: 440px;
	}

#chara .spec {
	position: relative;
	text-align: left;
	line-height: 22px;
	margin: 10px 0 0 260px;
	width: 140px;
	height: 170px;
	border-radius:32px;
	-webkit-border-radius:32px;
	-moz-border-radius:32px;
	background-color: rgba(100,100,140,0.3);
	z-index: 6;
	}

#chara .spec p {
	padding: 12px 0 0 10px;
	font-size: 13px;
	color: #865;
/*	font-weight: bold;*/
	text-shadow: 0px 0px 1px #a88;
	}

#chara .specsub1 {
	height: 102px;
/*	margin: 10px 0 0 30px;*/
	}


/*【サンプル画像】
━━━━━━━━━━━━━━━━━━━━━━━*/
#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: #e29;
	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(230,60,140,0.9);
	}

#product .model {
	width: 330px;
	}


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

#inst .title {
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
	color: #000;
	}

#inst .dl {
	margin: 12px auto 8px;
	}

#inst .dl_button {
	margin: 0 8px;
	}

#inst_android {
	display:inline;
	}
#inst_other {
	display:inline;
	}

#inst_qr {
	position: relative;
	background:#fff;
	margin: 0 auto;
	text-align: center;
	padding:0;
	width: 500px;
	height: 440px;
	line-height: 14px;
	border:1px solid #aaa;
	}

#inst_qr .titleimg {
	margin: 0 auto;
	padding:0;
	}

#inst_qr .qr {
	position: relative;
	margin: 0 auto;
	padding:0;
	width: 400px;
	height:140px;
	}
#inst_qr .qrimg {
	position: relative;
	width:135px;
	height:135px;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	float:left;
	}

#inst_qr .qrtext {
	position: relative;
	text-align: left;
	width:240px;
	height:135px;
	margin: 0 auto;
	padding:20px 0 0;
	line-height: 20px;
	float:left;
	}

.apk_inst_qr {
	}

.apk_inst_qr a:hover img {
//	border: 1px solid #000;
//	opacity: 0.8;
	}

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

