@charset "utf-8";

/*============================================================================
	下の話footer#globalFooter
==============================================================================*/

/* page-top */
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 100;
}
#pageTop a {
	display: block;
	background: url(../img/gotop.png);
	background-size: 68px 68px;
	width: 68px;
	height: 68px;
	text-indent: -9999px;
}
#pageTop a:hover {
	background: url(../img/gotop.png);
	background-size: 68px 68px;
}
.footMiddle{
	width: 1200px;
	margin: 0 auto;
	padding-top: 40px;
}
/* footCenter */
#footLogoBox {
	width: 240px;
	float: left;
	margin: 0;
}
#footLogoBox a.footlogo{
	display: block;
	text-indent: -9999px;
	margin: 0px auto 30px 0;
	width: 180px;
	height: 42px;
	background: url(../img/logo_foot.png) no-repeat -10px center;
	background-size: 180px 42px;
}
/* footRight */
#footRight {
	margin: 0 0px 0 0px;
	width: 240px;
	float: right;
	font-size: 14px;
	color: #FFF;
	line-height: 180%;
}
#footRight a{
	color: #FFF;
}


/* footLeft */
#footLeft {
	margin: 0 auto 0 0;
	width: 400px;
	float: left;
}
.footList{
	width: 180px;
	float: left;
	vertical-align: top;
	margin: 0 0px 0 84px;
	text-align: left;
	padding-left: 16px;
	border-left: 1px solid #bbb;
}
.footList li.footMenu{
	list-style: none;
	margin:0;
	padding:0;
	padding: 5px 0 5px 0!important;
}
/*
.footList li.footMenu:first-child{
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
}
*/
.footList li.footMenu a{
	font-size: 14px;
	color: #bbb;
}
.footList li.footMenu a:hover{
	color: #09948D;
	text-decoration: none;
}
#footBtm{
	width: 100%;
	background: #222;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 100%;
	text-align: center;
	color: #bbb;
}
#footBtm a{
	color: #bbb;
}
