@charset "shift_jis";

/* ========================================
	#contents
======================================== */
#soft-title {
	background: #ebac05;
}
#soft-title h1 {
	width: 314px;
	margin: 0 auto;
	border-left: #ce181e 6px solid;
	padding: 8px;
	color: #ffffff;
	font-size: 12px;
}
#soft-title h1 .hard {
	margin-right: 8px;
	color: #ce181e;
}
#visual {
	background: url(../img/visual2.jpg) center top no-repeat, url(../img/visual_bg.png) center top repeat-x;
	background-size: 419px 180px, 40px 180px;
	text-align: center;
}
#visual img {
	/*width: 100%;
	max-width: 360px;
	height: auto;*/
	vertical-align: bottom;
}

#delivery {
	margin-top: -22px;
}

#delivery .delivery-ttl-area {
	padding-top: 22px;
	color: #108105;
	text-align: center;
	height: 50px;
	background: url(../img/delivery_ttl_bg.png), url(../img/delivery_bg.jpg);
	background-position: center top ,center 22px;
	background-repeat:no-repeat,repeat-x;
	background-size: 380px 74px, 25px 50px;
}

#delivery .delivery-ttl {
	padding: 8px 0 3px;
	font-size: 20px;
	font-weight: bold;
}

#delivery .delivery-copy {
	font-size: 12px;
	font-weight: bold;
}

#delivery .delivery-inner {
	margin: 0 auto;
	padding: 0 10px;
	width:300px;
}

#delivery .delivery-main-area {
	background: #FFF url(../img/delivery_main_bg.jpg) center top no-repeat;
	background-size: 568px 195px;
}

#delivery .delivery-main-copy {
	padding: 30px 0 20px 0;
	color: #882e01;
	text-align: center;
	font-size: 13px;
	line-height: 1.6;
}

#delivery .delivery-item-area {
	margin: 0 auto;
	display: table;
	width: 320px;
}

#delivery .delivery-item {
	display: table-cell;
	width: 50%;
}

#delivery .delivery-item-img {
	padding: 0 5px 8px 9px;
	text-align: center;
}

#delivery .delivery-item-ttl {
	margin: 0 15px 6px 15px;
	padding: 4px;
	color: #FFF;
	font-size: 15px;
	text-align: center;
	border-radius: 5px;
    -webkit-border-radius: 5px;
}

#delivery .delivery-item-copy {
	margin: 0 15px;
	font-size: 13px;
	line-height: 1.6;
}

#delivery .delivery-item01 {
	color: #e43913;
}

#delivery .delivery-item01 .delivery-item-ttl {
	background-color: #e13613;
}

#delivery .delivery-item02 {
	color: #00a6f6;
}

#delivery .delivery-item02 .delivery-item-ttl {
	background-color: #00a6f6;
}

#delivery .delivery-official {
	padding: 15px 0 20px 0;
	text-align: center;
}

#delivery .delivery-official-copy {
	margin-bottom: 15px;
	color: #882e01;
	font-size: 13px;
	line-height: 1.8;
}

#contest {
	/*margin-bottom: 8px;*/
	padding: 15px 0;
	background-color: #ebac05;
}

#contest img {
	vertical-align: bottom;
}

#contest .contest-inner {
	margin: 0 auto;
	width: 290px;
}

#contest .contest-limit {
	padding: 6px 0;
	color: #FFF;
	text-align: center;
	font-size: 13px;
	background-color: #efbd37;
}

#contest .contest-main {
	padding: 10px 10px 14px 10px;
	background-color: #FFF;
	border-bottom-left-radius: 6px; 
	border-bottom-right-radius: 6px; 
	-webkit-border-bottom-left-radius: 6px; 
	-webkit-border-bottom-right-radius: 6px;
}

#contest .contest-copy {
	margin-bottom: 8px;
	color: #882e01;
	font-size: 13px;
	line-height: 1.6;
}

#contest .contest-img01 {
	margin-bottom: 18px;
	text-align: center;
}

#contest .contest-official {
	margin-bottom: 15px;
	padding-left: 23px;
	background: url(../img/contest_arw.png) left center no-repeat;
	background-size: 16px 16px;
	font-size: 13px;
	line-height: 1.5;
	color: #000;
}

#contest .contest-official a {
	color: #000;
	text-decoration: none;
}

#contest .contest-copyright {
	color: #7f7f7f;
	font-size: 10px;
	line-height: 1.58;
}

#spec {
	padding-top: 20px;
	margin-bottom: 15px;
	text-align: center;
}
#spec .logo {
	margin-bottom: 20px;
}
#spec .title {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
}
#spec .type {
	margin-bottom: 10px;
}
#spec .data {
	margin-bottom: 8px;
	color: #666666;
	font-size: 12px;
}
#spec .data span {
	color: #a89302;
}
#spec .hardware {
	margin-top: 14px;
	margin: 20px 0;
}
#spec .official {
	position: relative;
	width: 250px;
	margin: 0 auto 20px;
}
#spec .official a {
	display: block;
	border-radius: 15px;
	padding: 10px 0;
	color: #ffffff;
	text-decoration: none;
	background: url(../img/official_arrow.png) 226px center no-repeat #a89302;
	background-size: 15px 16px;
}
#spec .spec-copyright {
	margin-bottom: 20px;
	padding: 0 10px;
	color: #8c8c8c;
	font-size: 10px;
	line-height: 1.4;
}