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

/* ---------------------------------
	bottomNavi
---------------------------------- */
#bottomNavi{
	background:#d9d9d9;
	padding:40px 0;
}
#bottomNavi .bnrMenu1{
	background:none;
	border:none;
	padding:0;
	position:static;
}
#bottomNavi .wrap{
	display:block;	
}
#bottomNavi .wrap_sp{
	display:none;
}

/* ---------------------------------
	フッター
---------------------------------- */
#footer {
	position: relative;
}
#footer .frame_item{
	width: 980px;
	margin: 0 auto;
}
@media only screen and (max-width: 768px){
	#footer .frame_item{
		width: 100%;
	}
}
#footer .inner {
	padding: 37px 0;
	position: relative;
	margin: 0 auto;
	width: 100%;
}

#footer .linkList li{
	float: left;
	padding-right: 60px;
}

#footer .linkList a{
	font-size: 12px;
}

.pagetop {
	position: fixed;
	bottom: 15px;
	right: 20px;
	background: rgba(200,200,200,0.4);
	display: none;
}
.pagetop.btm {
	margin: auto;
	background: none;
	position: absolute;
	top: 20px;
	bottom: 0;
	right: 5px;
}
.pagetop a {
	width: 30px;
	height: 28px;
	padding: 10px;
	display: block;
}
.pagetop img {
	width: 100%;
}

#copyright{
	font-size: 11px;
	text-align: center;
	background-color: #cccccc;
	padding: 15px;
}

/* clearfix */
#footer .inner .linkList { *zoom: 1;}
#footer .inner .linkList:after { content: ''; display: table; clear: both;}



/* ---------------------------------
	SP用
---------------------------------- */


.sp_device #bottomNavi{
	padding:20px 10px 1px;
}
.sp_device #bottomNavi .wrap{
	display:none;	
}
.sp_device #bottomNavi .wrap_sp{
	display:block;
}


.sp_device #bottomNavi .bnrMenu1{
	padding:0 10px;
}
.sp_device #bottomNavi ul{
	display:table;
	margin-bottom:20px;
	width:100%;
}
.sp_device #bottomNavi li{
	display:table-cell;
	width:50%;
	float:none;
}
.sp_device #bottomNavi li a{
	color:#00379e;
	font-size:14px;
	font-weight:bold;
	background:url("/common/img/sp_menu_ico01.png") no-repeat scroll left 2px;
	background-size:11px auto;
	padding:0 10px 0 20px;
	box-sizing:border-box;
	display:block;
	line-height:1.25;
}


/* --- フッター --- */

.sp_device #footer {
	width: 100%;
}

.sp_device #footer .frame_item{
	width: 100%;
}

.sp_device #footer .frame{
	position: relative;
}

.sp_device #footer .linkList li{
	float: none;
	padding-right: 0;
	text-align: center;
	margin-bottom: 20px;
}

.sp_device #footer .linkList li.last{
	margin-bottom: 0;
}

.sp_device #footer .pagetop{
	height: 56px;
	background: rgba(200,200,200,0.4);
	position: fixed;
	right: 1%;
	bottom: 1%;
	display: none;
	z-index:3;
}
.sp_device #footer .pagetop.btm {
	margin: auto;
	background: none;
	position: absolute;
	top: auto;
	bottom: 0;
	right: 2%;
}

.sp_device #footer .inner {
	width: 100%;
}