@charset "utf-8";
/* CSS Document */

/*---------- body ----------*/
body {
	background-position: center -75px;
	font-size:13px;
	/*min-width:480px;*/
	_display: inline;
	_zoom:1;
}

/* 2015-06-22 1st優勝 */
#yusho_1st img {
	width:100%;
	height:auto;
	text-align:center;
	margin-bottom:10px;
}


/*---------- 共通 ----------*/
.inner-wrap {
	width: 96%;
	margin: 0 auto;
	padding: 0 2%;
	position: relative;
}
#top .inner-wrap {
	width: 100%;
	padding: 0 0 50px 0;
	overflow: hidden;
}
.inner-wrap2 {
	width: 98%;
	margin: 0 auto;
	padding: 0 1%;
	position: relative;
}
.prize {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
}
.prize img {
	width: 98%;
}
.prize .p-title img {
	width: 92%;
}


/*---------- top ----------*/
#top .logo {
	padding-top: 40px;
	position: static;
	text-align: center;
}
#top .title {
	padding-top: 40px;
	text-align: center;
}
#top .playerL {
	top: 0px;
	left: -20px;
}
#top .playerR {
	right: -74px;
}
#top .partner {
	margin: 20px 0;
	color: #BE2E2E;
	font-size: 0.95em !important;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
}
#top .copy {
	width: auto;
	margin: 0px auto 0;
	text-align: center;
	font-size: 8px;
}
#top .logo img {width: 33%;}
#top .title img {width: 62%;}
#top .playerL img {width: 72%;}
#top .playerR img {width: 72%;}
/*---------- red & reisure ----------*/
#red {
	margin-top: -40px;
	background-image: url(../images/sp/red_bg.png);
}
#red .prize {
	background: #fff;
	border: solid 1px #fff;
}
#red .prize:before {
	display: none;
}
#red .p-title {
	background: #A6000C;
}
#red .prize2:before {
	display: none;
}
#red .p-right {
	background-image: url(../images/sp/red_arrow.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#reisure {
	padding-bottom: 30px;
	background-image: url(../images/sp/reisure_bg.png);
}
#reisure .prize {
	background: #fff;
	height: auto;
	border: solid 1px #fff;
}
#reisure .prize:before {
	display: none;
}
#reisure .p-title {
	background: #077c32;
}
#reisure .p-right {
	background-image: url(../images/sp/reisure_arrow.jpg);
	background-position: center top;
}

/*---------- 共通 course ----------*/

.course .p-title {
	padding: 15px 10px;
	text-align: center;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
}

.course .p-right {
	float: none;
	width: 100%;
	padding: 20px 20px;
}
.course .prize2 .p-right {
	width: 250px;
	padding: 0 15px;
}
.course .prize-info {
	float: none;
	width: 100%;
	margin-top: 20px;
	text-align: left;
}
.course .prize-info .info-t1 {
	color: #C40018;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
}
.course .prize-info .info-t2 {
	margin-top: 10px;
	color: #3e3a39;
	font-size: 14px;
	line-height: 1.4;
	font-weight: bold;
}
.course .prize-info .info-t3 {
	margin-top: 5px;
}
.course .note {
	margin-top: 20px;
	color: #FFF;
	line-height: 1.2;
	text-align: left;
}

#bottom {
	padding: 40px 0 50px;
}
#bottom .info {
	font-size: 18px;
	font-weight: normal;
}
#bottom .text1 {
	font-size: 22px;
}
#bottom .text2 {
	font-size: 22px;
}
#bottom .text3 {
	margin-top: 10px;
	font-size: 18px;
}
#bottom ul {
	margin: 20px auto 60px;
}
#bottom ul li {
	width: 20%;
}
#bottom .copy {
	margin-top: 30px;
	font-size: 8px;
}
#bottom .links img,
#bottom .app img {
	width: 100%;
}
iframe {
	width: 100%!important;
}

#nav-foot {
	margin:0;
}
#nav-foot li {
	text-align:center;
	margin-bottom:8px;
	width:100%;
}
#nav-foot li a {
	display:block;
	background-color:#51A242;
	height:34px;
	color:#FFF;
	font-size:16px;
	line-height:34px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration:none;
}
#nav-foot li a span {
	font-family:'condenseicon';
	margin-right:5px;
}
#nav-foot li {
	width:100%!important;
	margin-left:auto;
	margin-right:auto;
}
#nav-foot li a {
	background-color:#999;
}
/*
#nav-foot li:nth-child(1) {
	float:left;
}
#nav-foot li:nth-child(2) {
	float:right;
}
*/