@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/innocentbullet/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%;
	min-width: 980px;
	height: 96px;
	background-image: url("../../img/innocentbullet/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: 30px;
	position: relative;
	}
#page_header_string {
	float: left;
	margin: 4px 0 0 40px;
	position: relative;
	}
#page_header_twitter {
	position: absolute;
	float: right;
	right: 0px;
	top:60px;
	}

/*【フッター】
━━━━━━━━━━━━━━━━━━━━━━━*/
#page_footer {
	width: 100%;
	min-width: 980px;
	height: 60px;
	margin: 0;
	background-image: url("../../img/innocentbullet/bg_footer.png");
	background-repeat: repeat-x;
	background-position: center bottom;
	}
#page_footer p {
	width: 600px;
	margin: 0 auto;
	padding: 20px 10px 0;
	text-align: center;
	text-shadow: 1px 1px 3px #ff4040;
	color: #fff;
	font-size: 18px;
	}

/*【トップイメージ】
━━━━━━━━━━━━━━━━━━━━━━━*/

#top_image {
	width:980px;
	top: 0px;
	margin: 12px auto 12px;
	position: relative;
	}

#top_image .img_copy {
	position: absolute;
	left: 0px;
	top: 0px;
	}


/*【ストア】
━━━━━━━━━━━━━━━━━━━━━━━*/
#store {
	width: 980px;
	margin: 24px auto 24px;
	}
#store h1 {
	display: none;
	}

#store_wrapper {
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 960px;
	height: 216px;
	background-image: url("../../img/innocentbullet/box_bg.png");
	background-repeat: repeat;
	border-radius:16px;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	border: 3px solid #284;
	}

#store_wrapper .c_img {
	margin: 6px auto 4px;
	}


#store_caption {
	position: relative;
	margin: 0 auto;
	padding: 10px 0 12px;
	}

#store_back {
	position: relative;
	margin: 0 auto;
	text-align: right;
	padding: 10px 20px 8px;
	}

.store_box {
	position: relative;
	margin: 4px auto 0;
	text-align: center;
	width: 900px;
	height: 140px;
	border: 1px solid #284;
	background-image: url("../../img/innocentbullet/bg50.png");
	border-radius:16px;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	}
.android {
	position: absolute;
	text-align: center;
	top: 18px;
	left: 80px;
	}
.android .text {
	color: #fff;
	padding: 4px 20px;
	/*font-weight: bold;*/
	text-align: center;	/*配信後はleftに*/
}
.iphone {
	position: absolute;
	text-align: center;
	top: 18px;
	left: 480px;
	}
.iphone .text {
	color: #fff;
	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: 960px;
	height: 318px;
	background-image: url("../../img/innocentbullet/box_bg.png");
	background-repeat: repeat;
	border-radius:16px;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	border: 3px solid #284;
	}

#moeapp_wrapper .c_img {
	margin: 6px auto 4px;
	}

#moeapp_wrapper .box {
	position: relative;
	margin: 4px auto 0;
	text-align: center;
	width: 900px;
	height: 240px;
	border: 1px solid #284;
	background-image: url("../../img/innocentbullet/bg50.png");
	border-radius:16px;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	}

#moeapp_dl {
	margin: 14px auto 2px;
	}

#moeapp_text {
	width: 800px;
	height: 40px;
	margin: 8px auto 0;
	position: relative;
	text-align: center;
	}
#moeapp_text p {
	font-size: 18px;
	padding: 2px 0;
	line-height: 20px;
	text-shadow: 1px 1px 1px rgba(20,20,200,1.0);

	color: #fff;
	}

#moeapp_text2 {
	width: 700px;
	height: 70px;
	margin: 8px auto;
	position: relative;
	text-align: right;
	}

#moeapp_text2 p {
	color: #fff;
	font-size: 14px;
	padding: 2px 0px;
	line-height: 16px;
	text-shadow: 1px 1px 1px rgba(60,60,200,0.5);
	}

#moeapp_text2 .red {
	color: #f00;
	text-shadow: 1px 1px 1px rgba(60,60,200,0.5);
	}

#moeapp_text a:visited {
	color: #b6f;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,1.0);
	}

/*【ページトップ】
━━━━━━━━━━━━━━━━━━━━━━━*/
#pagetop {
	position: fixed;
	bottom: 0px;
	right: 0px;
	display: none;
	}

/*【商品仕様】
━━━━━━━━━━━━━━━━━━━━━━━*/
#product {
	width: 900px;
	margin: 0 auto 0;
	padding: 0 0 24px;
	background: transparent;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	}
#product h1 {
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	color: #000;
	}
#product table {
	margin: 0 auto;
	}
#product th,#product td {
	border:1px solid #158100;
	}
#product td {
	padding: 4px 10px;
	font-size: 16px;
	background: transparent url("../../img/innocentbullet/bg_black75.png") repeat;
	}

#product th {
	text-align: right;
	width: 230px;
	padding: 2px 6px 2px 0;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	text-shadow: 1px 1px 0px #246040;
	background: transparent url("../../img/innocentbullet/bg_green80.png") repeat;
	}

#product .model {
	width: 290px;
	}


/*【インフォメーション】
━━━━━━━━━━━━━━━━━━━━━━━*/
#information {
	width: 980px;
	margin: 24px auto 24px;
}

#information h1 {
	display: none;
	}

#information_wrapper {
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 960px;
	height: 176px;
	background-image: url("../../img/innocentbullet/box_bg.png");
	background-repeat: repeat;
	border-radius:16px;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	border: 3px solid #284;
	}

#information_wrapper .c_img {
	margin: 6px auto 4px;
	}

#information_wrapper .information_box {
	overflow:auto;
	text-align: left;
	margin: 4px auto 0;
	border: 1px solid #284;
	width: 900px;
	height: 100px;
	background-image: url("../../img/innocentbullet/bg50.png");
	}

#information_wrapper .information_box p {
	font-size: 15px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(60,60,120,0.7);
	line-height: 18px;
	margin: 3px 0;
	height: 90px;
	padding: 4px 10px 4px;
	}


/*【イントロダクション】
━━━━━━━━━━━━━━━━━━━━━━━*/
#intro {
	width: 980px;
	margin: 24px auto 24px;
	}

#intro h1 {
	display: none;
	}

#intro_wrapper {
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 960px;
	height: 880px;
	background-image: url("../../img/innocentbullet/box_bg.png");
	background-repeat: repeat;
	border-radius:16px;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	border: 3px solid #284;
	}

#intro_wrapper .c_img {
	margin: 6px auto 4px;
	}

#intro_box {
	position: relative;
	margin: 4px auto 0;
	text-align: center;
	width: 900px;
	height: 800px;
	border: 1px solid #284;
	background-image: url("../../img/innocentbullet/bg50.png");
	border-radius:16px;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	}

#intro_box .intro_cg1 {
	position: relative;
	float:left;
	margin: 0 0 0 24px;
	}

#intro_box .intro_cg2 {
	position: relative;
	float:right;
	margin: 0 24px 0 0;
	}

#intro_box .intor_text {
	position: relative;
	width: 900px;
	height: 80px;
}

#intro_box .intor_text p {
	padding: 30px 0 0;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(200,20,20,0.8);
	}


#intro_box p {
	padding: 24px 0 0 0;
	font-size: 16px;
/*	font-weight: bold;*/
	line-height: 28px;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(200,20,20,0.6);
	}

#intro_box .intor_text1 {
	position: relative;
	width: 360px;
	height: 300px;
	float: right;
	margin: 20px 24px 0 0;
	text-align: left;
	}


#intro_box .intor_text2 {
	position: relative;
	width: 360px;
	height: 300px;
	float: left;
	margin: 30px 0 0 24px;
	text-align: right;
	}

#intro_box .blank {
	clear: both;
	width: 800px;
	height: 8px;
}

/*【ストーリー】
━━━━━━━━━━━━━━━━━━━━━━━*/
#story {
	width: 980px;
	margin: 24px auto 24px;
	}

#story h1 {
	display: none;
	}

#story_wrapper {
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 960px;
	height: 622px;
	background-image: url("../../img/innocentbullet/box_bg.png");
	background-repeat: repeat;
	border-radius:16px;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	border: 3px solid #284;
	}

#story_wrapper .c_img {
	margin: 6px auto 4px;
	}

#story_box {
	margin: 10px auto 0;
	width: 900px;
	height: 540px;
	position: relative;
	background-image: url("../../img/innocentbullet/story_bg.jpg");
	background-repeat: no-repeat;
	border: 1px solid #284;
	border-radius:16px;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	}

#story_box .text {
	position: relative;
	width: 840px;
	height: 500px;
	top: 20px;
	margin: 0 auto;
	text-align: left;
	background-image: url("../../img/innocentbullet/bg50.png");
	background-repeat: repeat;
	border-radius:16px;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	}

#story_box .text p {
	padding: 16px 24px;
	font-size: 19px;
	line-height: 28px;
	color: #fff;
	font-weight: bold;
	text-shadow: 0px 0px 6px rgba(0,200,0,1.0);
	}

#story_box .txt_pink {
	color: #fff;
	font-weight: bold;
	text-shadow: 0px 0px 6px rgba(255,0,0,1.0);
	}


/*【キャラクター】
━━━━━━━━━━━━━━━━━━━━━━━*/
#chara {
	width: 980px;
	margin: 24px auto 24px;
	}

#chara h1 {
	display: none;
	}

#chara_wrapper {
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 960px;
	height: 3880px;
	background-image: url("../../img/innocentbullet/box_bg.png");
	background-repeat: repeat;
	border-radius:16px;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	border: 3px solid #284;
	}

#chara_wrapper .c_img {
	margin: 6px auto 4px;
	}

#chara_wrapper .chara_one {
	position: relative;
	text-align: left;
	margin: 10px auto 4px;
	width: 900px;
	height: 600px;
	background-image: url("../../img/innocentbullet/bg50.png");
	background-repeat: repeat;
	border-radius:16px;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	border: 1px solid #284;
	overflow: hidden;
	}

#chara_wrapper .chara_cg1 {
	position: absolute;
	left: -34px;
	top: 102px;
	width: 780px;
	height: 480px;
	z-index: 1;
	overflow: hidden;
	}

#chara_wrapper .chara_cg2 {
	position: absolute;
	left: 0px;
	top: 0;
	padding: 0 0 0 580px;
	width: 900px;
	height: 600px;
	z-index: 2;
	overflow: hidden;
	}

#chara_wrapper .chara_caption {
	position: absolute;
	left: 40px;
	top: 12px;
	padding: 0;
	width: 600px;
	height: 36px;
	font-size: 34px;
	line-height: 34px;
	color: #fff;
	font-weight: bold;
	text-shadow: 0px 0px 4px rgba(255,0,0,1.0);
	z-index: 3;
	}

#chara_wrapper .chara_name {
	position: absolute;
	left: 24px;
	top: 54px;
	width: 220px;
	height: 48px;
	font-size: 46px;
	line-height: 46px;
	color: #fa87a3;
	font-weight: bold;
	text-shadow: 0px 0px 6px rgba(255,0,0,1.0);
	z-index: 3;
	}

#chara_wrapper .chara_kana {
	position: absolute;
	left: 240px;
	top: 70px;
	width: 240px;
	height: 30px;
	font-size: 26px;
	line-height: 26px;
	color: #fa87a3;
	font-weight: bold;
	text-shadow: 0px 0px 3px rgba(255,0,0,1.0);
	z-index: 4;
	}

#chara_wrapper .chara_cv {
	position: absolute;
	left: 452px;
	top: 76px;
	width: 200px;
	height: 32px;
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0px 0px 6px rgba(255,0,0,1.0);
	z-index: 4;
	}


#chara_wrapper .chara_serif {
	position: absolute;
	left: 0;
	top: 524px;
	padding: 14px 0 0 40px;
	width: 900px;
	height: 44px;
	font-size: 34px;
	line-height: 34px;
	color: #fff;
	background-image: url("../../img/innocentbullet/bg50.png");
	background-repeat: repeat;
	font-weight: bold;
	text-shadow: 2px 2px 10px rgba(255,0,0,1.0);
	z-index: 4;
	}

#chara_wrapper .chara_txt {
	position: absolute;
	left: 20px;
	top: 350px;
	padding: 12px 12px 0;
	width: 560px;
	height: 152px;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 2px rgba(0,0,0,1.0);
	background-image: url("../../img/innocentbullet/bg50.png");
	background-repeat: repeat;
	z-index: 4;
	}

#chara_wrapper .chara_two {
	position: relative;
	text-align: left;
	margin: 10px auto 4px;
	width: 900px;
	height: 430px;
	background-image: url("../../img/innocentbullet/bg50.png");
	background-repeat: repeat;
	border-radius:16px;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	border: 1px solid #284;
	overflow: hidden;
	}

#chara_wrapper .chara_cg3 {
	position: absolute;
	left: 460px;
	top: 50px;
	width: 470px;
	height: 360px;
	z-index: 1;
	overflow: hidden;
	}

#chara_wrapper .chara_name2 {
	position: absolute;
	left: 24px;
	top: 54px;
	width: 220px;
	height: 48px;
	font-size: 46px;
	line-height: 46px;
	color: #8991fb;
	font-weight: bold;
	text-shadow: 0px 0px 6px rgba(0,0,255,1.0);
	z-index: 3;
	}

#chara_wrapper .chara_kana2 {
	position: absolute;
	left: 240px;
	top: 70px;
	width: 240px;
	height: 30px;
	font-size: 26px;
	line-height: 26px;
	color: #8991fb;
	font-weight: bold;
	text-shadow: 0px 0px 3px rgba(0,0,255,1.0);
	z-index: 4;
	}

#chara_wrapper .chara_serif2 {
	position: absolute;
	left: 0;
	top: 352px;
	padding: 14px 0 0 40px;
	width: 900px;
	height: 44px;
	font-size: 34px;
	line-height: 34px;
	color: #fff;
	background-image: url("../../img/innocentbullet/bg50.png");
	background-repeat: repeat;
	font-weight: bold;
	text-shadow: 2px 2px 10px rgba(0,0,255,1.0);
	z-index: 4;
	}

#chara_wrapper .chara_txt2 {
	position: absolute;
	left: 20px;
	top: 112px;
	padding: 12px 12px 0;
	width: 406px;
	height: 212px;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 2px rgba(0,0,0,1.0);
	background-image: url("../../img/innocentbullet/bg50.png");
	background-repeat: repeat;
	z-index: 4;
	}

#chara_wrapper .subchara_one {
	position: relative;
	text-align: left;
	margin: 10px auto 4px;
	width: 900px;
	height: 910px;
	background-image: url("../../img/innocentbullet/bg50.png");
	background-repeat: repeat;
	border-radius:16px;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	border: 1px solid #284;
	overflow: hidden;
	}

#chara_wrapper .subchara_cg {
	position: absolute;
	left: 0;
	top: 50px;
	width: 900px;
	height: 320px;
	z-index: 1;
	overflow: hidden;
	}

#chara_wrapper .subchara_name1 {
	position: absolute;
	text-align: center;
	left: 220px;
	top: 230px;
	padding: 14px 0 0;
	width: 140px;
	height: 42px;
	font-size: 36px;
	line-height: 36px;
	color: #fff;
	background-image: url("../../img/innocentbullet/bg50.png");
	background-repeat: repeat;
	font-weight: bold;
	text-shadow: 2px 2px 10px rgba(0,0,255,1.0);
	z-index: 4;
	}
#chara_wrapper .subchara_name2 {
	position: absolute;
	text-align: center;
	left: 560px;
	top: 230px;
	padding: 14px 0 0;
	width: 140px;
	height: 42px;
	font-size: 36px;
	line-height: 36px;
	color: #fff;
	background-image: url("../../img/innocentbullet/bg50.png");
	background-repeat: repeat;
	font-weight: bold;
	text-shadow: 2px 2px 10px rgba(0,0,255,1.0);
	z-index: 4;
	}
#chara_wrapper .subchara_name3 {
	position: absolute;
	text-align: center;
	left: 410px;
	top: 300px;
	padding: 14px 0 0;
	width: 140px;
	height: 42px;
	font-size: 36px;
	line-height: 36px;
	color: #fff;
	background-image: url("../../img/innocentbullet/bg50.png");
	background-repeat: repeat;
	font-weight: bold;
	text-shadow: 2px 2px 10px rgba(0,0,255,1.0);
	z-index: 4;
	}
#chara_wrapper .subchara_name4 {
	position: absolute;
	text-align: center;
	left: 70px;
	top: 300px;
	padding: 14px 0 0;
	width: 140px;
	height: 42px;
	font-size: 36px;
	line-height: 36px;
	color: #fff;
	background-image: url("../../img/innocentbullet/bg50.png");
	background-repeat: repeat;
	font-weight: bold;
	text-shadow: 2px 2px 10px rgba(0,0,255,1.0);
	z-index: 4;
	}
#chara_wrapper .subchara_name5 {
	position: absolute;
	text-align: center;
	left: 690px;
	top: 300px;
	padding: 14px 0 0;
	width: 140px;
	height: 42px;
	font-size: 36px;
	line-height: 36px;
	color: #fff;
	background-image: url("../../img/innocentbullet/bg50.png");
	background-repeat: repeat;
	font-weight: bold;
	text-shadow: 2px 2px 10px rgba(0,0,255,1.0);
	z-index: 4;
	}

#chara_wrapper .subchara_frame1 {
	position: absolute;
	margin: 0 auto;
	left: 0;
	top: 370px;
	width: 900px;
	height: 520px;
	}

#chara_wrapper .subchara_box {
	position: relative;
	margin: 4px auto 0;
	width: 880px;
	height: 100px;
	background-image: url("../../img/innocentbullet/bg50.png");
	background-repeat: repeat;
	border-radius:12px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	}

#chara_wrapper .subchara_txt {
	position: absolute;
	top: 4px;
	padding: 4px 0 0 16px;
	width: 854px;
	height: 70px;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 2px rgba(0,0,0,1.0);
	}

#chara_wrapper .subchara_two {
	position: relative;
	text-align: left;
	margin: 10px auto 4px;
	width: 900px;
	height: 600px;
	background-image: url("../../img/innocentbullet/bg50.png");
	background-repeat: repeat;
	border-radius:16px;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	border: 1px solid #284;
	overflow: hidden;
	}

#chara_wrapper .subchara_name6 {
	position: absolute;
	text-align: center;
	left: 160px;
	top: 300px;
	padding: 14px 0 0;
	width: 140px;
	height: 42px;
	font-size: 36px;
	line-height: 36px;
	color: #fff;
	background-image: url("../../img/innocentbullet/bg50.png");
	background-repeat: repeat;
	font-weight: bold;
	text-shadow: 2px 2px 10px rgba(0,0,255,1.0);
	z-index: 4;
	}

#chara_wrapper .subchara_name7 {
	position: absolute;
	text-align: center;
	left: 610px;
	top: 300px;
	padding: 14px 0 0;
	width: 140px;
	height: 42px;
	font-size: 36px;
	line-height: 36px;
	color: #fff;
	background-image: url("../../img/innocentbullet/bg50.png");
	background-repeat: repeat;
	font-weight: bold;
	text-shadow: 2px 2px 10px rgba(0,0,255,1.0);
	z-index: 4;
	}

#chara_wrapper .subchara_frame2 {
	position: absolute;
	margin: 0 auto;
	left: 0;
	top: 370px;
	width: 900px;
	height: 180px;
	}

#chara_wrapper .colorblue {
/*	color: #22a3ee;*/
	color: #ff;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(40,180,255,1.0);
}

#chara_wrapper .colorblue2 {
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px 6px rgba(40,40,255,1.0);
}






#keyword {
	width: 980px;
	margin: 24px auto 24px;
	}

#keyword h1 {
	display: none;
	}

#keyword_wrapper {
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 960px;
	height: 2432px;
	background-image: url("../../img/innocentbullet/box_bg.png");
	background-repeat: repeat;
	border-radius:16px;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	border: 3px solid #284;
	}

#keyword_wrapper .c_img {
	margin: 6px auto 4px;
	}


#keyword_wrapper .keyword_box {
	position: relative;
	text-align: center;
	margin: 10px auto 4px;
	width: 900px;
	height: 460px;
	background-image: url("../../img/innocentbullet/bg50.png");
	background-repeat: repeat;
	border-radius:16px;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	border: 1px solid #284;
	overflow: hidden;
	}

#keyword_wrapper .keyword_cg {
	position: relative;
	left: 0;
	top: 60px;
	width: 620px;
	height: 274px;
	margin: 0 auto;
	z-index: 1;
	overflow: hidden;
	}

#keyword_wrapper .keyword_caption {
	position: absolute;
	left: 0;
	top: 10px;
	width: 900px;
	height: 30px;
	font-size: 26px;
	line-height: 26px;
	color: #fff;
	font-weight: bold;
	text-shadow: 0px 0px 4px rgba(255,0,0,1.0);
	z-index: 2;
	}

#keyword_wrapper .keyword_kana {
	position: absolute;
	left: 0;
	top: 40px;
	width: 900px;
	height: 20px;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	font-weight: bold;
	text-shadow: 0px 0px 4px rgba(255,0,0,1.0);
	z-index: 2;
	}

#keyword_wrapper .text_box {
	position: absolute;
	text-align: left;
	margin: 4px auto 0;
	left: 20px;
	top: 336px;
	width: 860px;
	height: 104px;
	background-image: url("../../img/innocentbullet/bg50.png");
	background-repeat: repeat;
	border-radius:12px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	z-index: 3;
	}

#keyword_wrapper .keyword_txt {
	position: absolute;
	top: 4px;
	padding: 4px 0 0 16px;
	width: 830px;
	height: 70px;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 2px rgba(0,0,0,1.0);
	}


/*【サンプル画像】
━━━━━━━━━━━━━━━━━━━━━━━*/
#sample {
	width: 980px;
	margin: 24px auto 24px;
	}

#sample h1 {
	display: none;
	}

#sample_wrapper {
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 960px;
	height: 272px;
	background-image: url("../../img/innocentbullet/box_bg.png");
	background-repeat: repeat;
	border-radius:16px;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	border: 3px solid #284;
	}

#sample_wrapper .c_img {
	margin: 6px auto 4px;
	}

#sample_box {
	}

.sample_block {
	width: 900px;
	height: 82px;
	margin: 15px auto 16px;
}

.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;
	}

/*【インストール画面】
━━━━━━━━━━━━━━━━━━━━━━━*/
#inst {
	width: 980px;
	margin: 24px auto 24px;
	}
#inst h1 {
	display: none;
	}
#inst_wrapper {
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 960px;
	height: 4140px;
	background-image: url("../../img/innocentbullet/box_bg.png");
	background-repeat: repeat;
	border-radius:16px;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	border: 3px solid #284;
	}

#inst_wrapper .c_img {
	margin: 6px auto 4px;
	}

#inst_wrapper p {
	color: #fff;
}

.b_button {
	margin: 16px auto 20px;
	}

