@charset "shift_jis";

/* ========================================
	#contents
======================================== */

/* soft-title */
#soft-title {
	background: #FFF;
	border-left: 3px solid  #0096C8;
	border-bottom: 1px solid #000;
}
#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;
}

/* main-inner */
#main-inner img {
	vertical-align: bottom;
}

/* soft-name */
.soft-name {
	position: relative;
}
.soft-name .soft {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: absolute;
	width: 100%;
	top: 0;
	padding: 2.5% 5% 0;
	color: #FFF;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
}

/* to-soft-official */
.to-soft-official {
	position: relative;
}
.to-soft-official .btn {
	position: absolute;
	width: 78.75%;
	top: 0;
	padding: 0 10.625%;
}

/* article09 */
.article09 .in-btn,
.article09 .in-txt {
	position: relative;
}
.article09 .in-btn .btn {
	position: absolute;
	width: 90.625%;
	top: 0;
	padding: 0 4.6875%;
}
.article09 .in-txt .txt {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: absolute;
	width: 100%;
	top: 0;
	padding: 2.8125% 5% 0;
	color: #010101;
	font-size: 11px;
	line-height: 1.69;
}

/* spec */
#spec {
	padding-top: 20px;
	margin-bottom: 15px;
	text-align: center;
}
#spec .back-btn {
	margin: 0 0 15px;
	text-align: center;
}
#spec .spec-copyright {
	margin-bottom: 20px;
	padding: 0 10px;
	color: #8c8c8c;
	font-size: 10px;
	line-height: 1.4;
}
#spec .spec-copyright p {
	margin: 0 0 5px;
}
#spec .spec-copyright p:last-child {
	margin: 0;
}
#spec .spec-copyright span {
	color: #333;
	font-weight: bold;
}

/* clearfix */
.clearfix::after,
.soft-intro::after  {
	content: '';
	display: block;
	clear: both;
}