@charset "shift_jis";

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

/* soft-title */
#soft-title {
	background: #FFF;
}
#soft-title h1 {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	min-width: 298px;
	padding: 8px 8px 8px 29px;
	color: #000;
	background: url(../img/soft_title_icon.png) no-repeat 10px 8px;
	background-size: 10px 10px;
	font-size: 12px;
}

/* main-inner */
#main-inner img {
	vertical-align: bottom;
}
.txt01 {
	padding: 0 2.8125%;
	color: #000;
	font-size: 13px;
	line-height: 1.69;
}

/* main-visual */
.main-visual {
	background: #FFF;
}
.main-visual .mv01 {
	position: relative;
}
.main-visual .mv01 .img01 {
	width: 100%;
/*	position: absolute;
	top: 0;
	bottom: 0;*/
	background-image:url('../img/main_visual_bg01.jpg');
	background-position: center top;
	background-size: 100%;
	background-repeat: repeat-x;
}

/* article-wrap */
.article-wrap {
	background: url(../img/article_wrap_bg.gif);
	background-size: 319px;
}
.article-wrap .article {
	padding-bottom: 10%;
}
.soft-info dd dl {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 93.75%;
	margin: 0 auto;
	padding: 2.8125% 3.125%;
	background: #FFE600;
}
.soft-info dd dt {
	float: left;
	width: 48%;
}
.soft-info dd dd {
	float: left;
	width: 52%;
}

/* article01 */
.article01 .txt01 {
	padding-bottom: 4.6875%;
}

/* article05 */
.article05 .ttl {
	background: #FFE600;
}
.article05 .btn {
	padding: 4.6875% 12.5%;
}

/* spec */
#spec {
	margin-bottom: 15px;
	padding-top: 20px;
	text-align: center;
}
#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;
}