@charset "shift_jis";

/* ========================================
	#contents
======================================== */

/* soft-title */
#soft-title {
	background: #E9DA74;
}
#soft-title h1 {
	display: table;
	min-width: 320px;
	color: #000;
	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;
	vertical-align: middle;
}
#soft-title .soft-title-name {
	display: table-cell;
	padding: 8px 10px;
	vertical-align: middle;
}

/* contents-inner */
#contents-inner {
	background: url(../img/contents_inner_bg.jpg) repeat-y;
	background-size:100% auto;
}
#contents-inner img {
	vertical-align: bottom;
}

/* article01 */
.article01 .txt01 {
	margin: 0 15px;
	color: #663600;
	font-size: 13px;
	line-height: 1.55;
}

/* article03 */
#a03-main {
	background:url(../img/article03_main_bg.jpg) no-repeat;
	background-size:100% 100%;
}
#a03-main li {
	display: none;
}
#a03-main li img {
	min-height: 215px;
}
#a03-main li.show {
	display:block;
}
#a03-thum {
	width: 95.3125%;
	margin: 0 2.34375%;
}
#a03-thum li {
	float: left;
	width: 17.65625%;
	margin: 0 2.9296875% 0 0;
}
#a03-thum li:last-child {
	margin: 0;
}
#a03-thum li img {
	min-height: 32px;
}

/* article04 */
.article04 dt {
	margin-bottom: 4.375%;
}
.article04 li {
	width: 90.625%;
	margin: 0 auto 6.25%;
}
.article04 li:last-child {
	margin-bottom: 0;
}

/* article05 */
.article05 dd {
	width: 87.5%;
	padding: 55.75% 6.25% 4.0625%;
	background: url(../img/article05_bg.jpg) no-repeat;
	background-size: 100% 100%;
}
.article05 dd p {
	color: #5D3D05;
	font-size: 13px;
	line-height: 1.55;
	text-align: center;
}

/* article06 */
.article06 {
	padding: 0 0 2.8125%;
	background: #FFF;
	border-bottom: 1px solid #CCC;
}
.article06 .txt01 {
	margin: 4.6875%;
	color: #5D3D05;
	font-size: 12px;
	line-height: 1.55;
}
.article06 .btn {
	margin: 0 4.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: 4px;
	color: #666666;
	font-size: 12px;
	line-height: 1.5;
}
#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: #ffffff;
	text-decoration: none;
	background: url(../img/official_arrow.png) 226px center no-repeat #5D3D05;
	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;
}