@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: 150px;
position: absolute;
bottom: 0;
background: url(/images/home/footer_bg.png);
border-top: none;
border-bottom: none;
color: #fff;
}

#footer a {
color: #fff;
-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-ms-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
text-decoration: none;
}

#footer a:hover,
#footer a:focus {
color: #fff;
opacity: .3;
-webkit-opacity: .3;
-moz-opacity: .3;
filter: alpha(opacity=30);	/* IE lt 8 */
-ms-filter: "alpha(opacity=30)"; /* IE 8 */
text-decoration: none;
}

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

#footer_bottom {
height: 36px;
}

#topics_home {
line-height: 1.4;
padding: 0;
margin: 0;
position: absolute;
left: 0px;
top: 12px;
}

.topics_tit {
color: #ffcc33;
font-size: 14px;
padding: 0 0 0 22px;
background: url(/images/home/info_tit.png) no-repeat 4px 0px;
}

#topics_home .date {
padding-top: 6px;
font-size: 14px;
}
#topics_home .tit {
padding-top: 4px;
font-size: 18px;
}
#topics_home .place {
padding-top: 2px;
font-size: 14px;
}

#topics_home article.topics a {
position: relative;
display: block;
width: 100%;
box-sizing: border-box;
}

#copyright_home {
line-height: 100%;
padding: 0;
margin: 0;
position: absolute;
left: 0px;
top: 126px;
}

#copyright_home {
color: #999;
font-size: 12px;
}

#copyright_home a,
#copyright_home a:hover {
color: #999;
}

#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: 380px;
	height: 48px;
	display: block;
	background-image: url(/images/home/logo.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;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	}
	.menu ul li:hover {
	opacity: 0.6;
	filter: alpha(opacity=40);
	}
	#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;
	}
	#topics_home {
	padding-left: 52px;
	}
	#copyright_home {
	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: 380px;
	height: 48px;
	display: block;
	background-image: url(/images/home/logo.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;
	}
	#topics_home {
	padding-left: 52px;
	}
	#copyright_home {
	padding-left: 52px;
	}
}

/* Mobile 画面の横幅が480px〜767pxまで */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.menu {
	display: none;
	}
	#copyright_area {
	height: 36px;
	}
	#return_top {
	display: none;
	}
	#topics_home {
	padding-left: 15px;
	}
	#copyright_home {
  padding-left: 15px;
	}
}

/* Mobile 画面の横幅が300px〜479pxまで */
@media only screen and (min-width: 300px) and (max-width: 479px) {
	.menu {
	display: none;
	}
	#copyright_area {
	height: 36px;
	padding: 0;
	}
	#return_top {
	display: none;
	}
	#topics_home {
	padding-left: 15px;
	}
	#copyright_home {
  padding-left: 15px;
	}
}
