@charset "UTF-8";

@import url("font-awesome.min.css");

/* 1024px以上 */

html {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	}

a {
	color: #00a0e9;
	text-decoration: none;
	}

a:hover {
	color: #14bcf7;
	}

#container {
	position: relative;
	width: 100%;
	margin: 0;
	}

#main {
	width: 980px;
	margin: 0 auto 100px auto;
	}

.totop {
	position: fixed;
	right: 20px;
	bottom: 130px;
	display: block;
	width: 60px;
	height: 60px;
	}

.totop a {
	display: block;
	width: 60px;
	height: 60px;
	background: url("../img/bt_totop.png") 0 0 no-repeat;
	background-size: 60px 60px;
	overflow: hidden;
	text-indent: 100%;
	font-size: 0;
	}

.totop a:hover {
	opacity: .8;
	}






/* 768〜1023px */
@media screen and (min-width: 768px) and (max-width: 1023px) {

#main {
	width: 700px;
	margin: 0 auto 100px auto;
	}

}/* 768〜1023px */






/* 767px以下 */
@media screen and (max-width: 767px) {

#main {
	width: 90%;
	margin: 0 auto 100px auto;
	}

.totop {
	display: block;
	bottom: 20px;
	width: 40px;
	height: 40px;
	}

.totop a {
	display: block;
	width: 40px;
	height: 40px;
	background: url("../img/bt_totop.png") 0 0 no-repeat;
	background-size: 40px 40px;
	}

}/* 767px以下 *