@charset "utf-8";
/* CSS Document */



/*スマホcss*/
@media screen and (max-width: 896px){


#slide_menu{
    width: 100%;
    border-top: solid 1px #FFF;
}
#slide_menu a {
    width: 25%;
	background: #00165F;
	color: #FFF;
	padding: 10px 0;
}    
#slide_menu a:nth-child(odd) {
	background: #00AAE8;
	color: #00165F;
}
#slide_menu img{
    width: 100%;
    height: 100%;
}
#page_top {
	z-index:9999;
    right: 10px;
}
#page_top a img{
	height: auto;
	width: 60px;
}

.sp_center{
    text-align: center;
}

}/* sp end */