@charset "utf-8";
/* ===================================================================
     BASE CSS
=================================================================== */
html {
	font-size: 15px;
}

body {
	color: #2c2c2c;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height: 1.8;
	position: relative;
	text-align:center;
	
	background:#C0E6F3;
	
	
}
a {
	color: #007DC5;
	text-decoration: none;
}
a:hover {
	opacity:0.8;
}

@media screen and (max-width: 1000px) {
body {
	font-size: 14px;
}
}
@media screen and (max-width: 767px) {
body {
	font-size: 14px;
}

}

/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */
header {
	width: 100%;
	padding-top:50px;
}
@media screen and (max-width: 1000px) {
header {
}
}

/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */
footer{
	width: 94%;
	font-size:14px;
	padding:0 0 50px 0;
	margin:0 auto;
}

.logo{
	width:149px;
	margin:0 auto 20px;
	}

.copyright{
	font-size:12px;
	}
	


@media screen and (max-width: 1000px) {

	}
@media screen and (max-width: 767px){

	}

/* -----------------------------------------------------------
	その他
----------------------------------------------------------- */


table, th, td{
	margin:0;
	padding:0;
	border-collapse:collapse;
	border:0;
	border-spacing:0;
}

th, td{
	min-width:100px;
	padding: 15px;
}

th{
	font-weight: normal;
	vertical-align:top;
	}


/*li{margin-left: -40px;}*/

@media screen and (max-width: 767px){
table, th, td{font-size: 90%;}
th{width: 10%; padding: 1%;}
td{width: 90%; padding: 1%;}

}



.go-top{position: fixed; bottom: 30px; right: 15px; text-decoration: none; padding: 0px; display: none;}