@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:900');
#contentsWrapper{
	padding-bottom: 0;
}

.en{font-family: 'Roboto', sans-serif;}

#main {
    float: none;
    width: 100%;
}

#fanfunWrapper{
	color: #111;
	width: 100vw;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	position: relative;
	background: #6DBBDF url(../img/pat.png) repeat center top / 60% auto;
}

#fanfunHeader{
	z-index: 2;
	margin: 0 auto 40px;
	width: 100%;
}

#fanfunTtl{
	width: 1100px;
	margin: auto;
	position: relative;
}

.intro{
	text-align: center;
	color: #fff;
	margin: 50px auto 30px;
}

.intro strong{
	font-weight: bold;
	background: linear-gradient( rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,#F480C3 50%);
}

.column-list p strong{
	font-weight: bold;
	background: linear-gradient( rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,#fffb00 50%);
}

.column-list {
	width: 1000px;
	margin: 100px auto;
}

.column-list li{
	margin: 0 0 160px;
	position: relative;
}

.column-inner{
	background: #fff;
	padding: 10px 50px 20px;
}

.column-list li::before,.column-list li::after{
	content: "";
	position: absolute;
	width: 1000px;
	height: 50px;
	left: 0;
}

.column-list li::before{
	background: url(../img/top.png) no-repeat top center;
	top: -50px;
}

.column-list li::after{
	background: url(../img/bottom.png) no-repeat bottom center;
	bottom: -50px;
}

.column-list li h2{
	float: left;
	width: 360px;
	font-size: 32px;
	color: #333;
	font-weight: bold;
}

.number {
	display: block;
	text-shadow: 2px 2px #fff,5px 5px #9DFF00;
	-webkit-text-shadow: 2px 2px #fff,5px 5px #9DFF00;
	position: relative;
	font-size: 40px;
	margin: 0 0 20px;
}

.number::after {
	content: "";
	position: absolute;
	width: 100px;
	height: 10px;
	background: #D8FF00;
	left: 0;
	bottom: -10px;
}

.column-list li p{
	float: right;
	width: 500px;
	padding: 60px 0 0;
}

.end{
	background: #226484;
	padding: 50px 0;
}

.end p{
	text-align: center;
	color: #fff;
}

.link{
	width: 820px;
	margin: 30px auto 0;
}

.link li a{
	background: #F480C3;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	line-height: 70px;
	height: 70px;
	float: left;
	display: block;
	width: 400px;
	text-align: center;
	transition: .3s all;
}

.link li:first-child a{
	margin-right: 20px;
}
