@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;
	background-color: #fff;
}
#soft-title h1 {
	min-width: 298px;
	padding: 8px;
	color: #000;
	border-left: 6px solid  #ce181e;
	font-size: 12px;
	line-height:1.2;
}
#soft-title .soft-title-name {
	display:block;
	width:200px;
	float:left;
	color: #000;
}
#soft-title h1 .hard {
	display:block;
	width:30px;
	float:left;
	padding-top: 8px;
	padding-right: 8px;
	color: #ce181e;
	vertical-align: middle;
}

/* main */
#main-visual .img01{
	line-height:1.6;
	color: #010101;
	font-size: 13px;
	background-color: #ff5400;
}

/* article01 */
.article01{
	background: url(../img/article01_bg.jpg) left top no-repeat;
	background-size: cover;
	box-sizing:border-box;
}
.article01 .txt01{
	padding:3%;
	line-height:1.6;
	color: #003472;
	font-size: 13px;
}

/* article02 */
.article02{
	background: url(../img/article02_bg.jpg) left top no-repeat;
	background-size: cover;
	box-sizing:border-box;
}
.article02 .txt01{
	padding:3%;
	line-height:1.6;
	color: #4b1d0e;
	font-size: 13px;
}

/* article03 */
.article03{
	background: url(../img/article03_bg.jpg) left top no-repeat;
	background-size: cover;
	box-sizing:border-box;
}
.article03 .txt01{
	padding:3%;
	line-height:1.6;
	color: #7a0000;
	font-size: 13px;
}

/* 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: #000;
	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;
}

/* clearfix */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}