@charset "shift_jis";

#contents-inner {
	padding: 0;
}
#contents-inner h2,p,ul,li {
	margin: 0;
	padding: 0;
}

#contents-inner img {
	vertical-align: bottom;
}

/* soft-title */
#soft-title {
	margin: 0;
	padding: 0;
	height:43px;
	background-color: #fff;
}
#soft-title h1 {
	min-width: 298px;
	padding: 8px;
	color: #000;
	border-left: 6px solid  #ce171e;
	font-size: 12px;
	/* 複数行 */
	line-height:1.2;
	 
}
#soft-title .soft-title-name {
	/* 複数行	*/
	display:block;
	width:250px;
	float:left;
	
	color: #000;
}
#soft-title h1 .hard {
	/* 複数行 */
	display:block;
	width:30px;
	float:left;
	padding-top: 8px;
	
	padding-right: 8px;
	color: #ce171e;
	vertical-align: middle;
}

/* main */
#main-visual{
	background: url(../img/main_bg.png) repeat;
	background-size:contain;
	box-sizing:border-box;
}
#main-visual .txt01{
	padding:2% 5% 2%;
	line-height:1.6;
	color: #221815;
	font-size: 13px;
}
/* common */

/* article01 */
.article01{
	background: url(../img/article01_bg.png) repeat;
	background-size:contain;
	box-sizing:border-box;
	padding:0;
}
.article01 .txt01{
	padding:2% 5% 2%;
	line-height:1.6;
	letter-spacing:-1px;
	color:#e76c94;
}
.article01 dl {
	background: url(../img/article01_lbg.png) repeat;
}
.article01 dl.nobg {
	background: none;
}
.article01 .profile dt{
	padding:0 5%;
	margin-top:-20px;
}
.article01 .profile dd{
	padding:5% 5% 2%;
	line-height:1.6;
	letter-spacing:-1px;
	color:#a56f3c;
}

/* article02 */
.article02{
	background: url(../img/article02_bg.png) repeat;
	background-size:contain;
	box-sizing:border-box;
}
.article02 .txt01{
	padding:2% 5% 2%;
	line-height:1.6;
	letter-spacing:-1px;
	color:#000;
}

/* article03 */
.article03{
	background: url(../img/article03_bg.png) repeat;
	background-size:contain;
	box-sizing:border-box;
}
.article03 h2 img{
}
.article03 .txt01{
	padding:2% 5% 2%;
	line-height:1.6;
	letter-spacing:-1px;
	color:#552b20;
}
.article03 .btnf{
	padding-bottom:30px;
}

/* spec */
#spec {
	margin-bottom: 15px;
	/*padding-top: 20px;*/
	padding-top: 25px;
	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 {
	margin-top: 14px;
	margin: 20px 0;
}

#spec ul.band,
#spec ul.run,
#spec ul.hop{
	border-top: 1px solid #000;
	padding-top:20px;
}

#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;
}
#spec .official a {
	background-color: #02b4ff;
	background-image: url(../img/official_arrow.png);
	background-repeat: no-repeat;
	background-position: 226px center;
	background-size: 16px 16px;
	font-size: 18px;
}

#spec .copy {
	display: block;
	padding: 0 10px;
	margin-bottom: 20px;
	color: #8C8C8C;
	text-align: center;
	font-size: 10px;
	line-height: 1.4;
}

#spec .copy .mb{
	line-height:2.5;
}


/* clearfix */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}