@charset "shift_jis";

/* ========================================
	#contents
======================================== */

/* soft-title */
#soft-title {
	background: #473002;
}
#soft-title h1 {
	min-width: 298px;
	padding: 8px;
	color: #0096C8;
	border-left: 6px solid  #0096C8;
	font-size: 12px;
}
#soft-title h1 .hard {
	margin-right: 8px;
	color: #FFF;
}

/* main-inner */
#main-inner img {
	vertical-align: bottom;
}

/* article01 */
.article01 {
	padding: 1.5625% 0 9.375%;
	background: url(../img/article01_bg.jpg) no-repeat;
	background-size: 100%;
}
.article01 .txt01 {
	padding: 5.9375% 4.0625%;
	color:#473002;
	font-size:15px;
	line-height:1.46;
}
.article01 .txt01 span {
	font-size:11px;
}

/* area0820 */
#area0820 {
	padding: 0 0 5% 0;
	background: url(../img/area0820_bg.png) left top no-repeat;
	background-size: 100%;
}
#area0820 p {
	margin: 0;
	padding: 0;
}
#area0820 h2 {
	margin: 0;
	padding: 0;
}
#area0820 .txt {
	padding: 10px;
	color: #473002;
	font-size: 11px;
}
#area0820 .mission05 {
	position: relative;
	z-index: 10;
}
#area0820 .mission06 {
	position: relative;
	margin: -9% 0 0 0;
	z-index: 0;
}


/* ballon01 */
.ballon01 {
	position: absolute;
}
.ballon01 p {
	margin: -12.5% 0 0;
}

/* article02 */
.article02 .txt {
	padding: 0 4.0625%;
	color: #939393;
	background: #FFF;
	font-size: 15px;
	line-height: 1.46;
}
.article02 .t02 {
	padding-bottom: 5.625%;
	text-align: center;
}
.article02 .txt span {
	color: #FF9834;
}
.article02 .fr {
	float: right;
	width: 50%;
}
.article02 .fl {
	float: left;
	width: 50%;
}

/* article03 */
.article03 {
	background: url(../img/article03_bg.jpg) no-repeat;
	background-size: 100%;
}
.article03 .txt {
	padding: 0 4.0625%;
	color: #473002;
	font-size: 15px;
	line-height: 1.46;
	text-align: center;
}
.article03 .t02 {
	font-size: 13px;
	line-height: 1.38;	
}

/* spec */
#spec {
	margin-bottom: 15px;
	padding-top: 20px;
	text-align: center;
}
#spec .logo {
	margin-bottom: 20px;
}
#spec .title {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
}
#spec .type {
	margin-bottom: 10px;
}
#spec .data {
	margin-bottom: 8px;
	color: #666666;
	font-size: 12px;
}
#spec .data span {
	color: #5D3D05;
}
#spec .hardware {
	margin-top: 14px;
	margin: 20px 0;
}
#spec .official {
	position: relative;
	width: 250px;
	margin: 0 auto 20px;
}
#spec .official a {
	display: block;
	border-radius: 15px;
	padding: 10px 0;
	color: #FFF;
	text-decoration: none;
	background: url(../img/official_arrow.png) 226px center no-repeat #473002;
	background-size: 16px 16px;
}
#spec .copy {
	display: block;
	padding: 0 10px;
	margin-bottom: 20px;
	color: #8C8C8C;
	text-align: center;
	font-size: 10px;
	line-height: 1.4;
}

/* clearfix */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}