@charset "shift_jis";

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

/* soft-title */
#soft-title {
	background: #FFF;
	border-left: 3px solid  #0096C8;
}
#soft-title h1 {
	min-width: 298px;
	padding: 8px;
	color: #000;
	border-left: 3px solid  #CE181E;
	font-size: 12px;
}
#soft-title h1 .hard {
	margin-right: 8px;
	color: #0096C8;
}
#soft-title h1 .hard span {
	color:#CE181E;
}
#soft-title h1 .hard .slash {
	color:#9FA0A0;
}

/* main-inner */
#main-inner img {
	vertical-align: bottom;
}
.in-txt {
	position: relative;
}
.txt01 {
	position: absolute;
	top: 0;
	padding: 0 5%;
	color: #767676;
	font-size: 13px;
	line-height: 1.54;
}

/* main-visual */
.main-visual .txt01 {
	color: #8B8C8D;
	line-height: 1.44;
}
.main-visual .btn-wrap {
	position: relative;
}
.main-visual .btn {
	box-sizing: border-box;
	position: absolute;
	top: 0;
	width:100%;
}

/* article02 */
.article02 .txt01 {
	padding-bottom: 4.375%;
}
.article02 .btn-wrap {
	position: relative;
}
.article02 .btn {
	position: absolute;
	top: 0;
}

/* article03 */
.article03 .btn-wrap {
	position: relative;
}
.article03 ul {
	position: absolute;
	top: 0;
	width:95%;
	padding: 0 2.5%;
}
.article03 li {
	float: left;
	width: 50%;
}

/* spec */
#spec {
	margin-bottom: 15px;
	padding-top: 20px;
	text-align: center;
}
#spec .spec-border01 {
	padding: 15px 0 0;
	border-top: 1px solid #000;
}
#spec .logo {
	margin-bottom: 20px;
}
#spec .title {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
}
#spec .hardware {
	width:320px;
	margin: 20px auto;
	text-align: center;
}
#spec .hardware ul {
	width:320px;
	text-align: center;
}
#spec .hardware li {
	display: inline;
}
#spec .hardware li img {
	vertical-align: middle;
}
#spec .hardware .hardware-border {
	margin: 0 0 0 10px;
	padding: 3px 0 3px 15px;
	border-left: 1px solid #8C8C8C;
}
#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-color: #569101;
	background-image: url(../img/official_arrow.png);
	background-repeat: no-repeat;
	background-position: 226px center;
	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;
}