body {
	margin: 0;
	padding: 0;
	font-size: 19px;
	font-family:'Lucida Grande',
	'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
	Meiryo, メイリオ,
	 sans-serif;
	line-height: 1.2em;
	background-color: #193B7B;
}

.inner {
	width: 750px;
	margin: 0 auto;
}

img {
	vertical-align: bottom;
}

.BOXA {
	background-image: url("../image/hp_background2.png");
	background-repeat: no-repeat;
	background-position: center 0;
	background-repeat: no-repeat;
}

.BOXB {
	margin: 0 auto;
}
/* ガンライザーHAPPY劇場 */
.head-happy {
	
}

.happy-logo {
	float: left;
	
}

.happy-ganriser {
	float: right;
}

/* 12/24午後3時半から放送 */
.BOXC {
	clear: both;
}

.BOXC-head {
	min-width: 750px;
	background-color: #193B7B;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #FFFF00;
	padding: 20px 0;
}

.BOXC-contents {
	text-align: center;
}

.BOXC-contents .sentence {
	margin: 10px;
	margin-top: 0;
	padding-top: 10px;
	font-weight: bold;
	color: #000000;
	line-height: 1.4em;
}

/* バナー */
.BOXD {
	padding-bottom: 10px;
}

.BOXD table {
	margin-right: auto;
	margin-left: auto;
	border-collapse: separate;
	border-spacing: 35px 0;
}

.BOXD .banner {
	
}

/* ガンライザーがゲームになって登場 */

.BOXE-head {
	background-color: #0066FF;*/
	border: solid 4px #193B7B;
	box-sizing: border-box;
	background-color: #193B7B;
	text-align: center;
	color: #FFFFFF;
	padding: 10px 0;
}

.BOXE-contents {
	border: solid 4px #193B7B;
	border-top: none;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.7);
}

.BOXB .title-logo {
	text-align: center;
}

.BOXE-contents .sentence {
	margin: 10px;
	margin-top: 0;
	font-weight: bold;
	color: #000000;
}

.BOXE .sentence-1 {
	position: relative;
}

/* 各画像 */
.chara-image {
	position: absolute;
}

.image-chara01 {
	bottom: 0;
	right: 240px;
}

.image-chara02 {
	bottom: 0;
	right: 120px;
}

.image-chara03 {
	bottom: 0;
	right: 0;
}

.kimiha {
	margin-top: 50px;
}

/* ゲーム画像 */
.game-scenes {
	margin-right: auto;
	margin-left: auto;
	border-collapse: separate;
	border-spacing: 20px 0;
}

.sarani {
	color: #FF0000;
	font-size: 24px;
	font-weight: bold;
	padding: 20px 0;
}

.BOXG table {
	margin-right: auto;
	margin-left: auto;
	border-collapse: separate;
	border-spacing: 30px 0;
}

.button-challenge {
	display: inline-block;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #4175ff), color-stop(1.00, #213fb1));
	background: -webkit-linear-gradient(#4175ff, #213fb1);
	background: -moz-linear-gradient(#4175ff, #213fb1);
	background: -o-linear-gradient(#4175ff, #213fb1);
	background: -ms-linear-gradient(#4175ff, #213fb1);
	background: linear-gradient(#4175ff, #213fb1);
	border-radius: 4px;
	padding: 20px 30px;
	color: #FFFFFF;
	font-weight: bold;
}

/* 共通パーツ */
h2 {
	margin: 0;
}

h3 {
	margin: 0;
}

.text-red {
	color: #FF0000;
}

.text-blue {
	color: #005FFF;
}

@media screen and (max-width: 750px) {
	body {
		font-size: 26px;
	}

	.BOXA {
		width: 750px;
		background-size: cover;
	}

	.sarani {
		font-size: 30px;
	}
	
	.button-challenge {
		font-size: 28px;
		padding: 20px;
	}
	
	h2 {
		font-size: 32px;
	}
	
	h3 {
		font-size: 30px;
	}
}

