@charset "shift_jis";

/* ========================================
	#contents
======================================== */

/* soft-title */
#soft-title {
	background: #569101;
}
#soft-title h1 {
	display: table;
	min-width: 320px;
	color: #FFF;
	font-size: 12px;
	line-height: 1.16;
}
#soft-title h1 .hard {
	display: table-cell;
	width: 34px;
	padding: 8px 10px;
	border-left: 6px solid #0096C8;
	color: #0096C8;
	background: #FFF;
	vertical-align: middle;
}
#soft-title .soft-title-name {
	display: table-cell;
	padding: 8px 10px;
	vertical-align: middle;
}

/* contents-inner */
#contents-inner img {
	vertical-align: bottom;
}

/* article02 */
.article02 .txt {
	box-sizing: border-box;
	padding: 3.4375% 9.375% 12.5%;
	color: #3289BA;
	background: url(../img/article02_bg01.jpg) no-repeat;
	background-size: 100% 100%;
	font-size: 14px;
	line-height: 1.38;
}
.article02 .txt a {
	color: #3289BA;
}

/* article03 */
.article03 dd dd {
	box-sizing: border-box;
	padding: 2.8125% 10.9375%;
	color: #FFF;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100% 100%;
	font-size: 14px;
	line-height: 1.42;
} 
.article03 .a03-txt01 dd {
	background-image: url(../img/article03_bg01.jpg);
} 
.article03 .a03-txt02 dd {
	background-image: url(../img/article03_bg02.jpg);
} 
.article03 .a03-txt03 dd {
	color: #5E8900;
	background-image: url(../img/article03_bg03.jpg);
}
.article03 .a03-txt04 dd {
	background-image: url(../img/article03_bg04.jpg);
} 
.article03 .a03-txt05 dd {
	background-image: url(../img/article03_bg05.jpg);
} 
.article03 .a03-txt06 dd {
	color: #6C95AB;
	background-image: url(../img/article03_bg06.jpg);
} 
.article03 .a03-txt07 dd {
	background-image: url(../img/article03_bg07.jpg);
} 

/* article05 */
.article05 dd li {
	float: left;
}
.article05 dd li.txt01 {
	width: 59.21875%;
}
.article05 dd li.txt02 {
	width: 21.09375%;
}
.article05 dd li.txt03 {
	width: 19.6875%;
}

/* 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: #569101;
}
#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: #ffffff;
	text-decoration: none;
	background: url(../img/official_arrow.png) 226px center no-repeat #569101;
	background-size: 15px 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;
}
