@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:29px;
	background-color: #fff500;
}
#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 {
	color: #24b3dd;
	/* 複数行
	display:block;
	width:200px;
	float:left;
	*/
}
#soft-title h1 .hard {
	/* 複数行
	display:block;
	width:30px;
	float:left;
	padding-top: 8px;
	*/
	padding-right: 8px;
	color: #ce171e;
	vertical-align: middle;
}

/* main */
#main-visual .txt01{
	line-height:1.6;
	color: #221815;
	font-size: 13px;
}

/* common */

/* article01 */
.article01{
	background: url(../img/article01_bg.jpg) left top no-repeat;
	background-size: cover;
	box-sizing:border-box;
}
.article01 .txt01{
	padding:2% 10% 10%;
	line-height:1.6;
	letter-spacing:-1px;
	box-sizing:border-box;
	background: url(../img/article01_bg.jpg) left bottom no-repeat;
	background-size: cover;
	box-sizing:border-box;
}
.article01 .txt01 img{
	padding-top:1%;
}

/* article02 */
.article02{
	background: url(../img/article02_bg.jpg) left top no-repeat;
	background-size: cover;
	box-sizing:border-box;
}
.article02 .wrapper{
	background: url(../img/article02_wbg_top.png) left top no-repeat;
	background-size: cover;
	box-sizing:border-box;
}
.article02 .txt01{
	padding:0 10% 10%;
	line-height:1.6;
	letter-spacing:-1px;
	box-sizing:border-box;
	background: url(../img/article02_bg.jpg) left bottom no-repeat;
	background-size: cover;
	box-sizing:border-box;
}
.article02 .txt01 a:link,
.article02 .txt01 a:visited{
	color:#3bbf6b;
}

/* article03 */
.article03{
	background: url(../img/article03_bg.jpg) left top no-repeat;
	background-size: cover;
	box-sizing:border-box;
}
.article03 .txt01{
	padding:0 10% 15%;
	line-height:1.6;
	letter-spacing:-1px;
	box-sizing:border-box;
	background: url(../img/article03_bg.jpg) left bottom no-repeat;
	background-size: cover;
	box-sizing:border-box;
}

/* article04 */
.article04{
}
.article04 .txt01{
	font-size:13px;
	padding:2% 10%;
	line-height:1.6;
	letter-spacing:-1px;	
	box-sizing:border-box;
	background: url(../img/article04_txt01_bg.jpg) left bottom no-repeat;
	background-size: cover;
	box-sizing:border-box;
}
.article04 .txt02{
	font-size:12px;
	padding-top:;
	padding:2% 14%;
	line-height:1.6;
	letter-spacing:-1px;
	box-sizing:border-box;
	background: url(../img/article04_txt02_bg.jpg) left bottom no-repeat;
	background-size: cover;
	box-sizing:border-box;
}
.article04 ul{
	padding:2% 13% 4%;
	background: url(../img/article04_txt03_bg.jpg) left bottom no-repeat;
	background-size: cover;
	box-sizing:border-box;
}
.article04 li{
	font-size:11px;
	/* display:inline; */
	line-height:1.6;
	letter-spacing:-1px;
	box-sizing:border-box;
    text-indent: -1em;
    padding-left: 1em;
}

#modal-area{
	width:100%;
	height:120%;
	position:fixed !important;
	top:0 !important;
	left:0 !important;
}
#modal-area img{
	display:block;
	width:298px;
	height:auto;
	margin:0 auto;
}


/* 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;
}

/* clearfix */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}