@charset "UTF-8";

/*//////////////////////////////////////////////////////////////
	layout
//////////////////////////////////////////////////////////////*/

/*=======================================================
	body
=======================================================*/
body {
}

/*=======================================================
	container
=======================================================*/
#container {
	padding-top: 50px;
}

/* btn_sns_area */
#btn_sns_area {
	position: absolute;
	right: 150px;
	top: 10px;
	z-index: 10;
}

/* fb_btn_area */
#fb_btn_area {
	text-align: right;
	float: right;
	margin-right: 10px;
}

#fb_btn_area span {
	vertical-align: top !important;
}

/* tw_btn_area */
#tw_btn_area {
	text-align: right;
	float: right;
}

/* gnavi_area */
#gnavi_area {
	top: 0;
}

/*=======================================================
	common
=======================================================*/
section {
	width: 1100px;
	margin: 0 auto;
	background: #FFF;
	border-radius: 10px;
	padding: 100px 50px 20px;
}

.btn {
}

.btn a {
	background: #EA6D9F;
	display: inline-block;
	padding: 1em 5em;
	text-decoration: none;
	color: #FFF !important;
	transition-property: background;
	transition-duration: 0.5s;
}

.btn a:hover {
	background: #FF9900;
}

.btn_small {
}

.btn_small a {
	display: inline-block;
	padding: 1em 3em;
	text-decoration: none;
	border: 1px solid #000;
	transition-property: color;
	transition-duration: 0.5s;
}

.btn a:hover {
	color: #FF9900;
}

.img_box {
}

.img_box img {
	width: 100%;
	border-radius: 10px;
}

/*=======================================================
	tnc_area, tv-fanbase_area
=======================================================*/
#tnc_area {
	margin-bottom: 80px;
}

#tnc_area h1 {
	width: 80%;
	max-width: 520px;
	margin: 0 auto 50px;
}

#tnc_area h1 img {
	width: 100%;
}

#tnc_area p {
	line-height: 1.8em;
}

#tv-fanbase_area {
	margin-bottom: 80px;
}

#tv-fanbase_area h2 {
	width: 50%;
	max-width: 380px;
	margin: 0 auto 20px;
}

#tv-fanbase_area h2 img {
	width: 100%;
}

#tv-fanbase_area p {
	line-height: 1.8em;
	margin-bottom: 50px;
}

/*=======================================================
	footer
=======================================================*/
#footer {
	width: 100%;
	height: 180px;
	background: url(../img/bg_brown_02.png);
}

#footer p {
	text-align: center;
	line-height: 180px;
	margin-bottom: 0;
}

#footer p a {
	text-decoration: none;
}

/*=======================================================
	pagetop_area
=======================================================*/
#pagetop_area {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

#pagetop_area a {
	width: 120px;
	height:120px;
	display: block;
}
