ul {
	padding: 0;
	margin: 0;
}
li {
	list-style-type: none;
}
a, a:hover {
	color: #000;
}


/*****************************
*	クリアフィックス
*****************************/
.cf:after {
    content:" ";
    display:block;
    clear:both;
}


/*****************************
*	ヘッダ
*****************************/
header {
	width: 100%;
	min-width: 960px;
	height: 136px;
	margin-bottom: 10px;
	background-image: url(../img/mb_head_bg.png);
}
.head_container {
	width: 960px;
	margin: 0 auto;
	position: relative;
	height: 136px;
}
.header_logo {
	position: absolute;
	top: 16px;
	width: 168px;
}
.header_label {
	position: absolute;
	top: 19px;
	left: 450px;
	width: 290px;
}
.header_label li {
	width: 64px;
	float: left;
}
.search_box {
	position: absolute;
	top: 32px;
	right:0px;
	width: 220px;
}
.gsc-control-cse {
	padding: 0em !important;
	background-color: transparent !important;
	border-style: none !important;
}
.gsc-input {
	padding-right: 0 !important;
}
.search_box .sb_input {
	width: 140px;
	font-size: 12px;
	padding: 4px 2px;
}
.search_box button {
	font-size: 14px;
}
:-moz-placeholder {
	color: #999;
}
::-moz-placeholder {
    color: #999; }
:-ms-input-placeholder {
    color: #999; }


/*****************************
*	ナビ
*****************************/
.nav_pc {
	width: 100%;
	display: block;
	position: absolute;
	top: 96px;
	height: 38px;
}
.nav_pc li {
	display: block;
	float: left;
	width: 16.6666%;
	height: 100%;
	background-image:url(../img/mb_navbtn_l.png),
	                 url(../img/mb_navbtn_r.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left, right;
}
.nav_pc li a {
	display: block;
	width: 100%;
	height: 30px;
	font-size: 16px;
	color: #fff;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
}
.nav_pc li a:hover {
	background-color: #141414;
	color: #ff0;
}


/*****************************
*	ドロワー
*****************************/
#myhamburger {
	display: none;
}

/*****************************
*	メイン
*****************************/
.main_container{
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 30px;
}
.title_pc {
	display: block;
	margin-bottom: 12px;
}
.title_sp {
	width: 100%;
	display: none;
	margin-bottom: 2%;
}


/*****************************
*	フッタ
*****************************/
footer {
	width: 100%;
	min-width: 960px;
}
.footer_line {
	width: 100%;
	height: 5px;
	background-color: #e72763;
}
.footer_container {
	width: 100%;
	background-color: #141414;
	height: 53px;
}
.footer_body {
	position: relative;
	width: 960px;
	margin: 0 auto;
	height 53px;
}
.footer_logo {
	position: absolute;
	left: 0;
	top: 10px;
	width: 88px;
}
.footer_text {
	position: absolute;
	left: 100px;
	top: 10px;
	font-size: 10px;
	color: #fff;
}
.footer_totop {
	position: absolute;
	top: -23px;
	right: 0;
	width: 98px;
	z-index: 10;
}




/******************************************************************************
*
*	スマホ用
*
******************************************************************************/
@media screen and (max-width:640px) {


	/*****************************
	*	ヘッダ
	*****************************/
	header {
		min-width: initial;
		min-width: auto;
		height: 180px;
		background-image: none;
		background-color: #141414;
		border-bottom: solid 4px #e52763;
	}
	.head_container {
		width: 100%;
		height: 100%;
	}
	.header_logo {
		left: 10px;
		top: 34px;
		width: 247px;
		width: 40%;
	}
	.header_label {
		left: 45%;
		width: 35%;
		height: 80%;
	}
	.header_label li {
		width: 35%;
		float: left;
	}
	.search_box {
		top: auto;
		bottom: 0;
		left: 10px;
		width: 300px;
	}


	/*****************************
	*	ナビ
	*****************************/
	.nav_pc {
		display: none;
	}
	.sp_genrelink {
	}
	.nav_sp li {
		border-bottom: solid 1px #e62764;
	}
	.sp_link {
		display: block;
		padding: 1%;
		padding-left: 3%;
		width: 100%;
		font-size: 20px;
		font-weight: bold;
		color: #fff;
		background-color: #e62764;
		text-decoration: none;
	}
	.sp_link a {
		color: #fff;
	}
	.sp_genrelink a {
		display: block;
		padding: 3%;
		width: 100%;
		font-size: 16px;
		color: #fff;
		text-decoration: none;
		background-color: #0064a0;
	}


	/*****************************
	*	ドロワー
	*****************************/
	#myhamburger {
		display: block;
	}


	/*****************************
	*	メイン
	*****************************/
	.main_container {
		width: 100%;
	}
	.title_pc {
		display: none;
	}
	.title_sp {
		display: block;
	}


	/*****************************
	*	フッタ
	*****************************/
	footer {
		min-width: initial;
	}
	.footer_container {
		height: 120px;
	}
	.footer_body {
		width: 100%;
		height: 100%;
	}
}

