@charset "shift_jis";

/* ========================================
	#contents
======================================== */

/* soft-title */
#soft-title {
	background: #EFE401;
}
#soft-title h1 {
	min-width: 298px;
	padding: 8px;
	color: #000;
	border-left: 6px solid  #CE181E;
	font-size: 12px;
}
#soft-title h1 .hard {
	margin-right: 8px;
	color: #CE181E;
}

/* main-inner */
#main-inner {
	color: #FFF;
	font-size: 13px;
	line-height: 1.54;
}
#main-inner img {
	vertical-align: bottom;
}

/* article02 */
.article02 {
	padding: 12px 16px;
	background: url(../img/article02_bg.gif) repeat;
	background-size: 320px 10px;
	font-size: 15px;
	line-height: 1.6;
}

/* article03 */
.article03 {
	background: #1A89CC;
}
.article03 .txt01 {
	padding: 0 16px 5.9375%;
}
.article03 .book {
	padding: 0 0 5.9375%;
}
.article03 .book ul {
	text-align: center;
}
.article03 .book li {
	margin: 0 10px;
}
.article03 .book .name {
	font-size: 20px;
	line-height: 1.2;
}

/* article04 */
.article04 {
	background: url(../img/article04_bg.gif) no-repeat;
	background-size:100%;
}
.article04 .txt01 {
	padding: 0 14px 12px; 
}

/* article05 */
.article05 {
	background: url(../img/article05_bg.gif) repeat;
	background-size: 320px 48px;
}
.article05 .txt01 {
	padding:0 15px 15px;
	color: #000;
	border-bottom: 20px solid #F6731C;
}

/* article06 */
.article06 {
	position: relative;
}
.article06 .txt01 {
	position: absolute;
	top: 25%;
	color: #000;
	padding: 0 17px;
}
.article06 .btn {
	position: absolute;
	bottom: 19.875%;
	padding: 0 22%;
	text-align: center;
}

/* 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 .hardware {
	margin-top: 14px;
	margin: 20px 0;
}
#spec .official {
	position: relative;
	width: 250px;
	margin: 0 auto 20px;
}
#spec .official a {
	display: block;
	border-radius: 8px;
	padding: 18px 0;
	color: #FFF;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 226px center;
	background-color: #CE181E;
	background-image: url(../img/official_arrow.png);
	background-size: 16px 16px;
	font-size: 15px;
}
#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;
}