@charset "UTF-8";
/* CSS Document */

body, header, section, dl, dt, dd, h1, h2, h5, nav, ul, li, p {
	margin:0;
	padding:0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	text-decoration:none;
}
hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}


body{
	font: 12px/18px "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック",  "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color:#000;
	margin:0;
	padding:0;
	font-size:12px;
	-webkit-text-size-adjust: none;
	background-color: #90c31f;
}

h1, h2, h5{
	font-size:14px;
	font-weight:normal;
}


a,img{
	border:0;
	margin:0;
	padding:0;
	display:block;
	color:#333;
}
.clearfix:after{
	content:'.';
	visibility:hidden;
	width:100%;
	clear:both;
	line-height:0px;
}

#container{
	width:90%;
	overflow:hidden;
	min-height:416px;
	margin: 5px auto;
}

header{
	display:block;
	color:#666;
	height:90px;
}
header img{
	display:block;
	margin-left: auto;
	margin-right: auto;
}


header>h1 {
	display:block;
	padding:0;
	margin:0 0 0 0;
}


header>h1>a{
	display:block;
	width:100%;
	text-decoration:none;
	color:#666;
	margin:0px autop;
}



#container>header:after {
	content:'.';
	height:0;
	visibility:hidden;
	clear:both;
}

.obi {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #1e6502), color-stop(0.00, #1e6502));
	background: -webkit-linear-gradient(#1e6502, #1e6502);
	background: -moz-linear-gradient(#1e6502, #1e6502);
	background: -o-linear-gradient(#1e6502, #1e6502);
	background: -ms-linear-gradient(#1e6502, #1e6502);
	background: linear-gradient(#1e6502, #1e6502);
	display: block;
	color:#fff;
	padding-top: 5px;
	padding-left: 7px;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	text-shadow: -1px -1px 1px rgba(0,0,0,0.3);


}
.mainimg img{
	margin-top: 5px;
	margin-bottom: 10px;
}
.titlebox {
	display: block;
	width: 100%;
	margin-bottom: 5px;
}	
.title-l {
	display: block;
	width: 27%;
	float: left;
	margin-top: 5px;
}
.title-r {
	width:70%;
	display: block;
	float: right;
	text-align:center;
	
}
.title-copy {
	display: block;
	overflow:hidden;
	font-size:15px;
	font-weight: bold;
	text-align: center;
	border-top: 3px solid #1e6502;
	border-bottom: 3px solid #1e6502;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top:7px;
}
.download-btn {
	display: inline-block;
	color: #fff;
	letter-spacing: 0;
	border: none;
	border-radius: 6px;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #3c669c), color-stop(0.50, #408fd3), color-stop(0.50, #408fd3), color-stop(0.00, #82bcea));
	background: -webkit-linear-gradient(top, #82bcea 0%, #408fd3 50%, #408fd3 50%, #3c669c 100%);
	background: -moz-linear-gradient(top, #82bcea 0%, #408fd3 50%, #408fd3 50%, #3c669c 100%);
	background: -o-linear-gradient(top, #82bcea 0%, #408fd3 50%, #408fd3 50%, #3c669c 100%);
	background: -ms-linear-gradient(top, #82bcea 0%, #408fd3 50%, #408fd3 50%, #3c669c 100%);
	background: linear-gradient(to bottom, #82bcea 0%, #408fd3 50%, #408fd3 50%, #3c669c 100%);
	width:140px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	text-shadow:-1px -1px 1px rgba(0, 0, 0, 0.4);

}
.clearfix:after {
	content: ""; 
	display: block; 
	clear: both;
}
.explanation {
	font-size:13px;
}
.gamenimg {
	padding-top: 5px;
}
section {
	padding-bottom: 15px;
}



/* ----------------フッターここから-------------------- */

footer{
	display:block;
	text-align:center;
	clear:both;
	font-size: 10px;
}

/* ----------------フッターここまで-------------------- */


/* ----------------一角落としここから-------------------- */
.att {
	padding-left: 1em;
	text-indent: -1em;
}
/* ----------------一角落としここまで-------------------- */
