@charset "utf-8";

html,body {
height: 100%;
}

#container {
width: 100%;
position: relative;
height:auto !important;
height: 100%;
min-height: 100%;
}

#content {
padding-bottom: 36px;
}

#footer {
padding-top: 0;
height: 36px;
position: absolute;
bottom: 0;
background: url(/images/home/footer_bg.png);
border-top: none;
border-bottom: none;
}

#footer_bottom {
position: relative;
width: auto;
margin: 0;
}

#footer_bottom {
height: 36px;
}

#copyright {
color: #fff;
font-size: 12px;
}

#copyright a,
#copyright a:link,
#copyright a:active,
#copyright a:visited,
#copyright a:hover {
color: #fff;
text-decoration: none;
}

#header_adsense_area {
display: none;
}

#footer_menu {
display: none;
}

/* ************************************************ 
*   レスポンシブ
* ************************************************ */

/* PC 画面の横幅が960px以上 */
@media only screen and (min-width: 960px) {
	#header_logo_area_inner {
	margin: 0;
	height: 90px;
	}
	#header_top {
	display: none;
	}
	.pc #logo_text {
	position: absolute;
	top: 24px;
	left: 47px;
	}
	#logo a {
	margin: 6px 0 0 0;
	width: 440px;
	height: 48px;
	display: block;
	background-image: url(/images/home/enlogo.png);
	text-indent: -9999px;
	overflow: hidden;
	}
	#container {
	background: none;
	}
	.menu {
	margin: 2px 0 0 46px;
	}
	.menu ul li {
	margin: 0 0 8px 0;
	padding: 0;
	}
	#tagline {
	display: none;
	}
	.pc #footer_bottom .no_footer_menu #copyright {
	text-align: left;
	padding: 0 15px;
	}
	html {
	overflow: hidden;
	}
	body {
	position: relative;
	width: 100%;
	min-width: 100%;
	margin-top: 0;
	padding: 0;
	background:none;
	overflow-y: auto;
	overflow-x: hidden;
	}
	#copyright {
	padding-left: 52px;
	}
}

/* Tablet 画面の横幅が768px〜959pxまで */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	#header_logo_area_inner {
	margin: 0;
	height: 90px;
	}
	#header_top {
	display: none;
	}
	.pc #logo_text {
	position: absolute;
	top: 24px;
	left: 47px;
	}
	#logo a {
	margin: 6px 0 0 0;
	width: 440px;
	height: 48px;
	display: block;
	background-image: url(/images/home/enlogo.png);
	text-indent: -9999px;
	overflow: hidden;
	}
	#container {
	background: none;
	}
	.menu {
	margin: 2px 0 0 46px;
	}
	.menu ul li {
	margin: 0 0 8px 0;
	padding: 0;
	}
	#tagline {
	display: none;
	}
	.pc #footer_bottom .no_footer_menu #copyright {
	text-align: left;
	padding: 0 15px;
	}
	html {
	overflow: hidden;
	}
	body {
	position: relative;
	overflow-x: hidden;
	width: 100%;
	min-width: 100%;
	margin-top: 0;
	padding: 0;
	background:none;
	overflow-y: auto;
	overflow-x: hidden;
	}
	#copyright {
	padding-left: 52px;
	}
}

/* Mobile 画面の横幅が480px〜767pxまで */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#logo {
	font-size: 14px;
	}
	.menu {
	display: none;
	}
	#copyright_area {
	height: 36px;
	}
	#return_top {
	display: none;
	}
	#copyright {
	padding-top: 8px;
	line-height: 150%;
	font-size: 12px;
	}
}

/* Mobile 画面の横幅が300px〜479pxまで */
@media only screen and (min-width: 300px) and (max-width: 479px) {
	#logo {
	font-size: 12px;
	}
	.menu {
	display: none;
	}
	#copyright_area {
	height: 36px;
	padding: 0;
	}
	#return_top {
	display: none;
	}
	#copyright {
	padding-top: 9px;
	line-height: 150%;
	font-size: 10px;
	}
}