@charset "UTF-8";
/* CSS Document */

/*** id:footer ***/
#footer {
	width: 1017px;
	margin-top: 0px;
	clear: both;
	background: url(../img/header_bg.gif) repeat-x bottom;
	height: 80px;
	position: relative;
	margin:0 auto;
}

/*** id:footer-box ***/
#footerbox {
	width: 1017px;
	margin-top: 10px;
	background-color: #DDDDDD;
	margin-bottom: 0px;
	height: 350px; /*330px*/
	position: relative;
	clear: both;
	margin:0 auto;
	font-size: 12px;
}
#footerbox ul {
	margin-right:0 !important;
}
.footer_navi{
	font-size: 10px;
	line-height: 15px;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 8px;
}
#footerbox ul.foot_navi1{
	width: 210px;
	float: left;
	line-height: 175%;
	margin-left: 30px;
	padding-top: 10px;
}
#footerbox ul.foot_navi2{
	width: 160px;
	float: left;
	line-height: 175%;
	margin: 0;
	padding-top: 10px;
}
#footerbox ul.foot_navi3{
	width: 205px;
	float: left;
	line-height: 175%;
	margin: 0;
	padding-top: 10px;
}
.copyright{
	line-height: 10pt;
	font-size: 8pt;
	color: #555;
	margin-top: 25;
	float: center;
}
#footerbox ul.foot_navi{
	width: 155px;
	line-height: 175%;
	padding-left: 0;
	margin-left: 0;
	padding-top: 10px;
}

#foot_top{
	list-style-type:none;
}
#footerbox ul.foot_menu{
	list-style-image:none;
	list-style-type:none;
}
#footerbox ul.foot_menu a:hover{
	color:#1a0dab;
	text-decoration: underline;
}
/*#footerbox ul.foot_menu a:link{
	color:#1a0dab;
	text-decoration: none;
}*/
#footerbox .bold_foot{
	line-height:15pt;
	font-size:10pt;
	font-weight:bold;
	color:#555;
	margin-left:15px;
}
#footerbox .normal_foot{
	line-height: 14pt;
	font-size: 9pt;
	text-decoration: none;
	margin-left: 15px;
	padding-left: px;
}
p.copyrights {
	font-size: 10px;
	line-height: 12px;
	text-align: left;
	color: #999999;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.page_top { position:fixed; bottom:20px; right:25px; padding:0; z-index: 2000; }

.sns-footer h3 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 14px;
}

.sns-footer {
    display: none;
}

.sns-footer div {
    background: #efefef;
    padding: 5px 0px;
    text-align: left;
    display: flex;
    justify-content: space-around;
    width: 98%;
    margin: auto;
    margin-top: 5px;
}

@media screen and ( max-width: 768px ) {
	#footer {
		width: 98%;
	}
	#footerbox {
		width: 98%;
		height: auto; 
	}
	#footerbox ul {
		float: :none;
		width: 100%;
		clear: both;
		margin-left: 0 !important;
		padding-left: 0 !important;
	}
	#footerbox ul.foot_menu {
		padding-top: 0 !important;
	}
	.page_top { right:15px; }
	.page_top img{
		width: 80%;
		height:auto;
	}
	.sns-footer {
	    display: block;
	}
}