@charset "shift_jis";

/* ========================================
	#contents
======================================== */

/* soft-title */
#soft-title {
	background: #FEC900;
}
#soft-title h1 {
	min-width: 298px;
	padding: 8px;
	color: #FFF;
	border-left: 6px solid  #CE181E;
	font-size: 12px;
}
#soft-title h1 .hard {
	margin-right: 8px;
	color: #ce181e;
}

/* main-inner */
#main-inner {
	padding: 10px 0 0;
	background: url(../img/main_inner_bg.gif);
	background-size: 715px 535px;
}

/* catch01 */
.catch01 {
	margin: 0 0 15px;
	padding: 12px;
	color:#63372E;
	background: url(../img/catch01_bg.png);
	background-size: 284px 113px;
	font-size: 13px;
	line-height: 1.7;
	text-align: center;
}

/* song-list */
.song-list {
	margin: 0 0 30px;
	padding: 20px 0 18px;
	background: url(../img/song_list_bg.gif);
	background-size: 320px 39px;
	box-shadow: rgba(0, 0, 0, 0.23) 0px 0px 8px -2px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.23) 0px 0px 8px -2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.23) 0px 0px 8px -2px;
}
.song-list .thum {
	width: 34.375%;
}
#main-inner .song-list .song-article dl {
	width: 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.song-list .song-article dt {
	padding:5% 0 0;
}
.song-list .song-article dd {
	padding: 2% 5% 8%;
	color: #666;
	font-size: 13px;
	line-height: 1.7;
}
.song-list .song-article {
	margin-bottom: 3%;
}

/* song-list > song01 */
.song-list .song01 .thum {
	margin-left: 4.193%;
}
.song-list .song01-01 {
	width: 31.5625%;
	margin-top: -22%;
	margin-left: 36.2%;
}
.song-list .song01-02 {
	width: 96.875%;
	margin-top: -18%;
	margin-left: 2.05125%;
}
.song-list .song01 dl {
	margin-top: -8%;
	background-image: url(../img/song01_bg.png);
}

/* song-list > song02 */
.song-list .song02-01 {
	position: relative;
	z-index: 1;
	width: 44.8437%;
	margin-left: 54.21875%;
}
.song-list .song02-02 {
	position: relative;
	z-index: 2;
	width: 57.1875%;
	margin-top: -25.5%;
	margin-left: 1.5625%;
}
.song-list .song02 .thum {
	margin-top: -16.5%;
	margin-left: 59.53125%;
}
.song-list .song02 dl {
	margin-top: -8.5%;
	background-image: url(../img/song02_bg.png);
}

/* song-list > song03 */
.song-list .song03-01 {
	position: relative;
	z-index: 1;
	width: 61.40625%;
}
.song-list .song03-02 {
	position: relative;
	z-index: 2;
	width: 58.125%;
	margin-top: -14.5%;
	margin-left: 40.3125%;
}
.song-list .song03 .thum {
	margin-top: -28.90625%;
	margin-left: 1.875%;
}
.song-list .song03 dl {
	margin-top: -4.875%;
	background-image: url(../img/song03_bg.png);
}

/* song-list > song04 */
.song-list .song04 {
	margin-bottom: 0;
}
.song-list .song04 .thum04-01 {
	margin-left: 42.5%;
}
.song-list .song04 .thum04-02 {
	margin-top: -9.375%;
	margin-left: 63.4375%;
}
.song-list .song04-01 {
	width: 57.8125%;
	margin-top: -13.375%;
	margin-left: 1.5625%;
}
.song-list .song04-02 {
	width: 39.0625%;
	margin-top: -31.875%;
	margin-left: 60.9375%;
}
#main-inner .song-list .song04 dl {
	margin-top: -13.875%;
	background-image: url(../img/song03_bg.png);
}

/* go-yoshi */
.go-yoshi {
	padding:13px 0 10px;
	background: url(../img/go_yoshi_bg.gif);
	background-size: 309px 155px;
}
.go-yoshi .gy01 {
	padding: 0 16px 16px;
	color: #65C947;
	font-size: 13px;
	line-height: 1.7;
}

/* spec */
#spec {
	margin-bottom: 15px;
	padding-top: 20px;
	text-align: center;
}
#spec .logo {
	margin-bottom: 20px;
}
#spec .title {
	color: #3ac000;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
}
#spec .type {
	margin-bottom: 10px;
}
#spec .data {
	margin-bottom: 7px;
	color: #666666;
	font-size: 12px;
}
#spec .data span {
	color: #3ac000;
}
#spec .hardware {
	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 #3AC000;
}
#spec .copy {
	display: block;
	margin-bottom: 20px;
	padding: 0 10px;
	color: #8c8c8c;
	text-align: center;
	font-size: 10px;
}

/* clearfix */
.clearfix::after {
	content: '';
	display: block;
	clear: both;
}