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

/* sp画像
-------------------------------*/
/*.sp,.pc{
	border: 1px solid;
}
/*ボタン
-------------------------------*/
.btn_blue{
	color: #fff;
	background-color: #00bfff;
	border-radius:6px;
	padding: 1em 0;
}
.btn_blue a{
	color: #fff;
	padding: 1em;
}
.btn_blue a:hover{
	color: #fff;
	background: #0099cc;
	border-radius:6px;
}
/*ボタンorange
--------------------------------*/
.btn_orange{
	color: #fff;
	background-color: #ffae8a;
	border-radius:6px;
	padding: 1em 0;
}
.btn_orange a{
	color: #fff;
	padding: 1em;
}
.btn_orange a:hover{
	color: #fff;
	background: #ff7033;
	border-radius:6px;

}
/*
--------------------------------*/
ul{
	margin-bottom: 3em;
	overflow: hidden;
}
ul li{
	float: left;
	margin-right: 1em;
}
img{
	width: 100%;
}

/*
ページトップボタン
--------------------------------*/
#page_top{
	width: 35px;
    height: 112px;
    position: fixed;
    right: 0px;
    bottom: 60px;
    background: url(../img/pagetop.png);
    background-repeat: no-repeat;
    z-index: 999;
}
#page_top a{
	position: relative;
	display: block;
	width: 35px;
    height: 112px;
	text-decoration: none;
}
#page_top a::before{
	font-size: 30px;
	color: #fff;
	position: absolute;
	width: 30px;
	height: 30px;
	top: -5px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}