@charset "utf-8";

/* footer */
footer {
    background: rgba(0, 0, 0, 0) url("/img/share/footer/footerBg.png") repeat scroll left top;
    clear: both;
	border-top: 1px solid white;	
}
#st_footer {
	font-size: 13px;
/*	border-top: 1px solid white;*/
/*	box-shadow: 0 -1px 0 #E0E0E0;*/
	background: url(/img/share/footer/footerBg.png) top left repeat;
	clear: both;
	width: 1004px;
	margin: 0 auto;
}
#st_footer a:link {color: #0075b5;}
#st_footer a:visited {color: #0075b5;}
#st_footer a:hover {color: #0075b5; text-decoration:none;}
.st_footerInner {
	width: 1004px;
	margin: 0 auto;
	padding: 35px 0 20px 0;
}
.st_footerBtn {
	margin: 0;
	padding: 0 0 0 30px;
}
.st_footerBtn li {
	margin: 0 10px 0 0;
	float: left;
}
.st_footerTel {
	margin: 0;
	padding: 0 0 0 15px;
	float: left;
}
.st_footerDesk {
	border-top:1px solid white;
	border-bottom:1px solid #cdcdcd;
	box-shadow: 0 -1px 0 0 rgba(205,205,205,1.00),0 1px 0 0 rgba(255,255,255,1.00);
	margin:15px 0 0 0;
	padding: 15px 0 15px 44px;
	background: url(/img/share/footer/footer_deskIcon.png) left 50% no-repeat;
	clear: both;
}
.st_footerDesk li {
	margin: 0 6px 0 0;
	float: left;
}
.st_footerInfo {
	text-align: center;
	background-color: rgba(198,198,198,0.3);
	margin: 10px 0;
	padding: 10px 0;
	font-size: 13px;
}
.st_footerLink {
	margin: 20px 0;
	padding: 0;
}
.st_footerLink dt{
	font-weight: bold;
	width: 110px;
	padding: 0;
	float: left;
	clear: both;
	position: relative;
}
.st_footerLink dt:before {
	content: "";
	width: 12px;
	height: 12px;
	padding: 0 2px 0 0;
	background: url(/img/share/footer/footer_icon_circle.png) 0 0 no-repeat;
	display:inline-block;
}
.st_footerLink dd{
	margin: 0 0 10px 110px;
	padding: 0;
	line-height: 1.5;
}
.st_footerLink dd a{
	position: relative;
}
.st_footerLink dd a span{
    position: absolute;
    text-decoration: underline;
/*  top: 0;*/
}
.st_footerLink dd a span.fb{
	left: 118px;
}
.st_footerLink dd a span.gpls{
	left: 32px;
}

.st_footerLink dd a img{
	left: 3px;
    position: absolute;
    text-decoration: underline;
/*    top: 0;*/
}
.st_footerLink dd a img.fb_icon{
	left: 88px;
}
#footer_copyright {
	font-size: 11px;
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
	border-top: 1px solid white;
	box-shadow: 0 -1px 0 rgba(198,198,198,1.00);
}

/* バナー枠追加 */
.footer_bnr_area_pc{
    clear: both;
    margin:0 auto;
	padding-top:15px;
    width: 1004px;
    text-align: center;
}
