@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/nekonade/bg.gif");
	background-repeat: repeat;
	background-position: center top;
	background-color: #9cf;
	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/nekonade/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/nekonade/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 1px #009;
	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: 540px;
	height: 36px;
	margin: 0 auto;
	text-align: center;
	border: 2px solid #fff;
	background-color:rgba(110,160,255,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 #359;
	}

.frame_wrapper {
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 970px;
	border:2px solid #4ad;
	background-color:rgba(245,245,255,0.6);
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	}

.frame_box {
	margin: 0 auto;
	width: 920px;
	border:1px solid #55d;
	background-color:rgba(250,250,250,0.6);
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	}

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

.store_box {
	position: relative;
	margin: 12px auto 0;
	text-align: center;
/*	width: 800px;*/
	width: 910px;
	height: 110px;
	}
.android {
/*
	position: absolute;
	text-align: center;
	top: 0px;
	left: 36px;
*/
	position: relative;
	text-align: center;
	margin: 0 auto;
	float: left;
	width: 450px;
	}
.android .text {
	color: #000;
	padding: 4px 20px;
	/*font-weight: bold;*/
	text-align: center;	/*配信後はleftに*/
}
.iphone {
/*
	position: absolute;
	text-align: center;
	top: 0px;
	left: 400px;
*/
	position: relative;
	text-align: center;
	margin: 0 auto;
	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に*/
}

.android_center {
	position: relative;
	text-align: center;
	}

.android_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_dl .button {
	margin: 0 4px;
	}

#moeapp_dl2 {
	margin: 12px auto 8px;
	}

#moeapp_dl2 .button {
	margin: 0 4px;
	}


#moeapp_text {
	width: 900px;
	height: 76px;
	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_text1 {
	width: 900px;
	height: 34px;
	margin: 8px auto 0;
	position: relative;
	text-align: center;
	}

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

#moeapp_text2 {
	width: 900px;
	height: 76px;
	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_text1  a:visited {
	font-weight: bold;
	text-shadow: 1px 0px 0px #aaa;
	}

#moeapp_text2  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 .storyboxt {
	position: relative;
	width: 900px;
	height: 500px;
	text-align: left;
	margin: 0 auto;
	background-image: url("../../img/nekonade/tstory_bg.jpg");
	background-repeat: no-repeat;
	background-position: left 20%;
	overflow: hidden;
	}

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

#story .story_title {
	position: relative;
	font-size: 24px;
	color: #fff;
	line-height: 28px;
	height: 28px;
	margin: 0 auto;
	padding: 14px 0 0 0;
	font-weight: bold;
	z-index: 1;
	text-align: center;
	text-shadow: 1px 1px 2px #13c, 0px 0px 0px #00b, 1px 0px 1px #00b, -1px 0px 1px #00b, 0px 1px 1px #00b, 0px -1px 1px #00b;
	}

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

#story .tcg1 {
	position: relative;
	margin: 10px 0 0 40px;
	float: left;
	border: 2px solid #fff;
	}

#story .tbox1 {
	position: relative;
	margin: 20px 0 0 20px;
	width: 440px;
	height: 380px;
	padding: 10px 12px 0 16px;
	float: left;
	background-color: rgba(250,250,250,0.8);
	border-radius:32px;
	-webkit-border-radius:32px;
	-moz-border-radius:32px;

	}

#story .tbox p {
	font-size: 18px;
	color: #000;
	text-shadow: 1px 0px 0px #222;
	line-height: 24px;
	margin: 0;
	padding: 20px 0 0 0;
	font-weight: normal;
	}

#story .systxt {
	position: relative;
	margin: 10px auto 0;
	text-align: left;
	line-height: 22px;
	width: 880px;
	height: 24px;
	clear: both;
	}

#story .sbox {
	position: relative;
	width: 900px;
	height: 1030px;
	margin: 4px auto 0;
	text-align: center;
	background-image: url("../../img/nekonade/story_bg.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	}

#story .stxt {
	position: relative;
	margin: 0;
	text-align: left;
	line-height: 25px;
	top: 300px;
	left: 190px;
	width: 700px;
	height: 720px;
	border-radius:32px;
	-webkit-border-radius:32px;
	-moz-border-radius:32px;
	background-color: rgba(110,130,190,0.7);
	}

#story .stxt p {
	padding: 30px 0 0 30px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 0px 1px 0px #000, 0px -1px 0px #000, 1px 0px 0px #000, -1px 0px 0px #000, 0px 0px 2px #000;
	}

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

#chara h1 {
	display: none;
	}

#chara .c_cg1 {
	position: absolute;
	text-align: left;
	margin: 0;
	z-index: 3;
	top: 40px;
	left: 200px;
	}

#chara .c_cg2 {
	position: absolute;
	margin: 0;
	z-index: 2;
	}

#chara .chara_base {
	position: relative;
	margin: 0 auto;
	width: 920px;
	height: 800px;

	border-top: 1px solid #28b;
	border-bottom: 1px solid #28b;

	background-repeat: no-repeat;
	background-position: left 60%;

	background-color:rgba(60,169,220,0.1);

	overflow: hidden;
	}

#chara .cbg01 {
	background-image: url("../../img/nekonade/charabg01.png");
	}
#chara .cbg02 {
	background-image: url("../../img/nekonade/charabg02.png");
	}
#chara .cbg03 {
	background-image: url("../../img/nekonade/charabg03.png");
	}
#chara .cbg04 {
	background-image: url("../../img/nekonade/charabg04.png");
	}
#chara .cbg05 {
	background-image: url("../../img/nekonade/charabg05.png");
	}

#chara .cg1pos01 {
	left: 450px;
	top: 35px;
	}
#chara .cg1pos02 {
	left: 470px;
	top: 25px;
	}
#chara .cg1pos03 {
	left: 465px;
	top: 35px;
	}
#chara .cg1pos04 {
	left: 470px;
	top: 40px;
	}
#chara .cg1pos05 {
	left: 465px;
	top: 40px;
	}

#chara .cg2pos01 {
	top: 280px;
	right: 200px;
	}
#chara .cg2pos02 {
	top: 240px;
	right: 90px;
	}
#chara .cg2pos03 {
	top: 250px;
	right: 160px;
	}
#chara .cg2pos04 {
	top: 290px;
	right: 180px;
	}
#chara .cg2pos05 {
	top: 120px;
	right: 200px;
	}


#chara .namebg {
	position: absolute;

	margin: 0;
	text-align: center;
	width: 920px;
	height: 80px;

	top: 0px;
	left: 0px;

	background-color: rgba(20,120,230,0.7);

	z-index: 1;
	}

#chara .namebox {
	position: absolute;
	margin: 0 auto;
	width: 920px;
	height: 80px;
	top: 0px;
	left: 0px;
	z-index: 2;
}

#chara .name {
	position: relative;
	margin: 0 0 0 40px;
	width: 550px;
	height: 80px;
	line-height: 35px;
	font-size: 27px;
	z-index: 5;
	float: left;
//	border: 1px solid #fff;
	}

#chara .name p {
	padding: 10px 0 0;
	color: #fff;
	text-align: left;
	text-shadow: 1px 1px 2px #124, 0px 0px 1px #002;
	font-weight: bold;
	}

#chara .kana {
	padding: 0 0 0 20px;
	font-size: 20px;
	color: #fff;
	text-shadow: 1px 1px 2px #124, 0px 0px 1px #002;
	font-weight: bold;
	}

#chara .cv {
	position: relative;
	text-align: right;
	margin: 5px 70px 0 0;
	width: 240px;
	height: 40px;
	font-size: 22px;
	line-height: 24px;
	float: right;
	z-index: 5;
//	border: 1px solid #fff;
	}

#chara .line {
	position: absolute;
	margin: 0 auto;
	width: 880px;
	height: 2px;
	top: 45px;
	left: 20px;
	background-color: #fafafa;
	clear: both;
	z-index: 4;
	}

#chara .cv p {
	padding: 16px 0 0 0;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 2px #124, 0px 0px 1px #002;
	}

#chara .txt {
	position: absolute;
	width: 560px;
	height: 280px;
	text-align: left;
	line-height: 21px;

	top: 90px;
	left: 16px;

	background-color: rgba(220,220,250,0.8);

	border-radius:16px;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;

	z-index: 5;

//	border: 1px solid #f00;

	}

#chara .txt p {
	padding: 12px 12px 0 12px;
	font-size: 15px;
	color: #000;
	font-weight: normal;
	text-shadow: 1px 0px 0px #000,
				 -1px 0px 1px #fff, 0px -1px 1px #fff, -1px -1px 1px #fff, 1px 0px 1px #fff, 0px 1px 1px #fff, 1px 1px 1px #fff,
				 -1px 0px 0px #fff, 0px -1px 0px #fff, -1px -1px 0px #fff, 1px 0px 0px #fff, 0px 1px 0px #fff, 1px 1px 0px #fff,
				 2px 0px 0px #fff,2px 1px 0px #fff;
	}

#chara .txtb {
	font-size: 19px;
	//font-weight: bold;
	color: #000;
	text-shadow: 1px 0px 0px #000,
				 -1px 0px 1px #fff, 0px -1px 1px #fff, -1px -1px 1px #fff, 1px 0px 1px #fff, 0px 1px 1px #fff, 1px 1px 1px #fff,
				 -1px 0px 0px #fff, 0px -1px 0px #fff, -1px -1px 0px #fff, 1px 0px 0px #fff, 0px 1px 0px #fff, 1px 1px 0px #fff,
				 2px 0px 0px #fff,2px 1px 0px #fff;
	}

#chara .mes {
	position: absolute;
	margin: 0;
	text-align: right;
	width: 880px;
	height: 130px;
	line-height: 32px;

	top: 740px;
	right: -34px;

	background-color: rgba(20,120,230,0.6);
	border-radius:32px;
	-webkit-border-radius:32px;
	-moz-border-radius:32px;
	z-index: 7;
	}

#chara .mes p {
	padding: 16px 40px 0 0;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 2px #124, 0px 0px 1px #002;
	}

#chara .mesp2 {
	top: 612px;
	}

#chara .txts1 {
	top: 130px;
	height: 220px;
	}

#chara .txts2 {
	height: 180px;
	width: 880px;
	}

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

#sample h1 {
	display: none;
	}

.sample_block {
	width: 900px;
	height: 108px;
	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: #39c;
	text-shadow: 1px 1px 0 #200;
	}
#product table {
	margin: 0 auto;
	}
#product th {
	border:1px solid #49b;
	}
#product td {
	border:1px solid #49b;
	}
#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(10,160,210,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;
	}

