@charset "shift_jis";

#contents-inner {
	padding: 0;
}
#contents-inner h2,h3,p,ul,li {
	margin: 0;
	padding: 0;
}
#contents-inner img {
	vertical-align: bottom;
}

/* soft-title */
#soft-title {
	background-color: #f8d517;
}
#soft-title h1 {
	display: table;
	min-width: 298px;
	margin: 0;
	padding: 8px;
	font-size: 12px;
	border-left: 6px solid #ce181e;
}
#soft-title h1 .hard,
#soft-title h1 .soft-title-name {
	display: table-cell;
	vertical-align: middle;
}
#soft-title h1 .hard {
	width: 3em;
	color: #ce181e;
}
#soft-title h1 .soft-title-name {
	color: #653928;
}

#cont-wrap {
	background: url(../img/cont_wrap_bg.png) left top repeat-y;
	background-size: 100%;
}

/* section01 */
#section01 ol,li {
	margin: 0;
	padding: 0;
}
#section01 ol {
	list-style: none;
}
#section01 .step01,
#section01 .step02,
#section01 .step03,
#section01 .step04 {
	width: 50%;
}
#section01 .step05 {
	width: 100%;
}
#section01 .step01,
#section01 .step02 {
	float: left;
}
#section01 .step03,
#section01 .step04 {
	float: right;
}
#section01 .txt {
	line-height: 1.6;
	padding: 3% 5% 10% 5%;
	color: #653928;
	text-align: center;
	font-size: 14px;
}

/* section02 */
#section02 {
	background-color: rgba(174,236,255,0.5);
}
#section02 .trial-area,
#section02 .craft-area {
	margin: 0 0 3em 0;
}
#section02 .radius-box {
	margin: 0 3%;
	padding: 0 0 15px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #FFFFFF;
}
#section02 .txt {
	line-height: 1.6;
	padding: 3% 6%;
	color: #653928;
	text-align: center;
	font-size: 14px;
}
#section02 .txt img {
	padding: 0 3px;
	vertical-align: text-bottom;
}
#section02 .chara01 {
	margin: 0 0 0 -3%;
}
#section02 .dl-btn {
	width: 84%;
	margin: 0 8% 3% 8%;
}

#section02 .movie {
	position: relative;
	width: 320px;
	height: 180px;
	margin: 0 auto;
	background-color: #FFF;
}

/* spec */
#spec {
	margin-bottom: 15px;
	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: #ff7d00;
	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: #FFF;
	text-align: center;
	font-size: 10px;
	line-height: 1.4;
}

/* clearfix */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}