@charset "UTF-8";

body {
	color: #000;
	font-family: "Lucida Grande","Lucida Sans Unicode","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,Arial,Verdana,sans-serif;
}
/* for IF6 */
* html body {
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

/* ========================================
	common
======================================== */
#wrapper {
	background: url(../common/main_bg.png) center -163px repeat;
}
.inner {
	margin: 0 auto;
	width: 960px;
	position: relative;
}

.mt12 {
	margin-top: 12px;
}

/* ========================================
	#header-logo
======================================== */
#header {
	background: url(../event2/images/header_bg01.png) center top repeat-x;
}

#header-logo {
	position: relative;
	margin: 0 auto;
	min-width: 960px;
	width: 100%;
	height: 73px;
	top: 0;
	z-index: 20;
	background: url(../event2/images/header_bg02.png) center top no-repeat;
}

#header-logo .nintendo {
	position: absolute;
	top: 5px;
	left: 10px;
}

#header-logo .hard {
	position: absolute;
	top: 5px;
	right: 8px;
}

/* ========================================
	#contents
======================================== */
#contents {
	position: relative;
	width: 100%;
	margin: -7px 0 10px 0;
	font-size: 20px;
	line-height: 1.5;
	overflow: hidden;
}

#bg1 {
	background: url(../event2/images/bg01.png) center 0 no-repeat;
}

#bg2 {
	background: url(../event2/images/bg02.png) center 300px no-repeat;
}

#bg3 {
	background: url(../event2/images/bg03.png) center 600px no-repeat;
}

#contents #ttl {
	margin-left: 9px;
	z-index: 10;
}

/* ------------------------------
	section
------------------------------ */
.section {
	width: 960px;
	margin-bottom: 30px;
	border-width: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-style: solid;
	background: url(../event2/images/bg_area.png) left top repeat;
}

.section-inner {
	width: 86.0215%;
	margin: 0 auto;
}

/* ---- #info---- */
#info.section {
	border-color: #1a1a1a;
	padding-bottom: 40px;
}
.info-inner {
	background: url(../event2/images/bg_info.png) right top no-repeat;
}

/* h2 */
#info h2 {
	padding-top: 35px;
	color: #FFF;
}
#info h2 .head {
	display: block;
	margin: -59px 0 20px 0;
	padding: 4px 0 4px 30px;
	font-size: 30px;
	background-color: #00C8B4;
	vertical-align: middle;
	line-height: 1.2;
	font-weight: normal;
}
#info h2:before {
	content:url(../event2/images/icon_h2.png);
	margin-left: -5%;
}
#info .h2-small {
	font-size: 14px;
	vertical-align: middle;
}
.txt-middle {
	font-size: 14px;
}
.txt-small {
	font-size: 14px;
}

/* #outline */
#outline {
	margin-bottom: 20px;
}
#outline li {
	margin-bottom: 10px;
	text-indent: -1em;
	padding-left: 1em;
}

/* #howto */
#howto {
	position: relative;
	/*min-height: 250px;*/
}
#howto .icon-splatoon {
	float: left;
	margin-right: 3%;
	/*overflow: auto;*/
}
#howto .text-area {
	width: 47%;
	overflow: auto;
	overflow-y: hidden;
}
#howto .text-area .download {
	margin-top: 10px;
	font-size: 14px;
}
#howto .text-area .link a {
	color: #1a1a1a;
}
#howto .text-area .link a:link,
#howto .text-area .link a:visited {
	text-decoration: underline;
}
#howto .text-area .link a:hover, 
#howto .text-area .link a:active {
	text-decoration: none;
}

#howto .text-area .link img {
	padding-left: 5px;
	vertical-align: middle;
}

#howto .chara {
	position: absolute;
	top: -96px;
	right: -174px;
}
/* #schedule */
#schedule {
	color: #FFF;
}

#schedule .date-bg {
	margin-top: 20px;
	width: 66.5%;
	text-align: center;
	background: url(../event2/images/ink01.png) center top no-repeat;
	line-height: 1.2;
}
#schedule .date-inner {
	display: table;
	width: 93%;
	height: 195px;
	margin: 0 auto;
	padding-top: 25px;
}
#schedule .date {
	display: table-cell;
	vertical-align: middle;
}
#schedule .date1 {
	width: 46%;
}
#schedule .date2 {
	width: 10%;
}
#schedule .date3 {
	width: 44%;  
}
#schedule .date span {
	font-size: 48px;
}
#schedule .time {
	margin: 0 5px;
	padding: 10px 5px;
	font-size: 28px;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
	background-color: #fa3296;
}

/* --- #totop --- */
#totop {
	text-align: center;
}
#rating {
	margin-bottom: 20px;
	text-align: center;
}

/* ========================================
	#footer
======================================== */
#footer {
	width: 100%;
	background: url(../common/foot_bg.png) center top no-repeat;
	color: #FFF;
	text-align: center;
}

#footer .footer-navi {
	z-index: 50;
}
#footer .footer-navi li {
	display: inline;
	color: #FFF;
	font-size: 12px;
	line-height: 5;
}

.footer-pagetop a {
	position: absolute;
	top: -106px;
	right: 0;
}


/* ========================================
	sp
======================================== */
@media screen and (max-width: 768px) {
	
	#contents {
		margin-top: -4%;
		font-size: 15px;
	}

	/* ========================================
		#header-logo
	======================================== */
	#header {
		background: url(../event2/images/header_bg03.png) center top no-repeat;
		background-size: contain;
	}
	#header-logo {
		min-width: 100%;
		background: none;
	}

	#header-logo img {
		width: 75%;
	}

	#header-logo .nintendo {
		top: 8px;
	}
	#header-logo .hard {
		top: 8px;
		text-align: right;
	}
	
	/* ========================================
		#contents
	======================================== */
	#bg1 {
		background-image: url(../event2/images/bg01_sp.png);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 100% auto;
	}
	#bg2 {
		background: none;
	}
	#bg3 {
		background: none;
	}
	
	.inner {
		width: 100%;
	}
	
	#contents #ttl {
		margin-left: 0;
		z-index: 10;
	}
	#ttl-area img {
		width: 100%;
		height: auto;
}

	/* ------------------------------
		section
	------------------------------ */
	#info.section {
		width: 96%;
		margin: 0 auto 5% auto;
		padding: 0 0 7% 0;
		border-width: 5px;
	}
	
	/* --- #info --- */
	.info-inner {
		background-size: contain;
	}
	/* h2 */
	#info h2 {
		padding-top: 7%;
	}
	#info h2 .head {
		margin: -43px 0 20px 3%;
		font-size: 18px;
	}
	#info h2:before {
		content:url(../event2/images/icon_h2_sp.png) ;
		margin-left: -2%;
	}
	#info .h2-small {
		font-size: 10.5px;
	}

	/* outline */
	#outline {
		margin-bottom: 0;
	}
	/* howto */
	#howto .icon-splatoon {
		width: 23%;
	}
	#howto .icon-splatoon img {
		width: 100%;
		height: auto;
	}
	#howto .text-area {
		width: 74%;
		overflow: auto;
	}
	#howto .text-area .download {
		font-size: 11px;
	}
	#howto .chara {
		position: inherit;
		text-align: center;
		top: 0;
		right: 6%;
	}
	#howto .chara img {
		width: 116%;
		height: auto;
	}
	
	/* #schedule */
	.txt-small {
		font-size: 12px;
	}
	
	#schedule li {
		display: table-cell;
		font-size: 12px;
		background: none;
		line-height: 1.2;
	}
	#schedule .uk li {
		display: table-cell;
		width: 50%;
		font-size: 12px;
		background: none;
		line-height: 1.2;
	}
	#schedule .date-bg {
		width: 70%;
		margin: 0 15%;
		border-radius: 30px;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		background-color: #fa3296;
	}
	#schedule li:last-child {
		margin: 0;
	}

	#schedule .date-inner {
		height: auto;
		padding: 10% 0 0 0;
		line-height: 1.4;
	}
	#schedule .date span {
		font-size: 22px;
	}
	#schedule .time {
		padding-bottom: 18px;
		background: none;
		font-size: 16px;
	}
	#schedule .time span {
		display: block;
	}

	/* --- #totop --- */
	#totop img {
		width: 80%;
		height: auto;
	}

	#rating img {
		width: 30%;
		height: auto;
	}
	
	/* ========================================
		#footer
	======================================== */
	.footer-navi {
		margin-left: -1%;
	}
	.footer-pagetop {
		text-align: right;
	}
	.footer-pagetop a {
		top: -115%;
		right: 0;
	}
	.footer-pagetop img {
		width: 66%;
		height: auto;
	}
}



