@charset "utf-8";
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
}

html {
	font-size: 62.5%;
}

body {
	color: #000;
	font-size: 1.4rem;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
	line-height: 1.5;
	background: #BAE2F8;
	-webkit-text-size-adjust: 100%;
}
body a {
	color: #000;
}
body a:link {
	text-decoration: none;
}
body a:visited {
	text-decoration: none;
}
body a:hover {
	text-decoration: none;
}
body a:active {
	text-decoration: none;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
#page {
	width: 100%;
	min-width: 1040px;
}

/* -----------------------------------------------------------
	header
----------------------------------------------------------- */
#header {
	width: 100%;
	min-width: 1040px;
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
#contents {
	width: 896px;
	background: #fff;
	margin: 0 auto;
	padding: 53px;
	-webkit-border-radius: 0 0 18px 18px;
	-moz-border-radius: 0 0 18px 18px;
	-ms-border-radius: 0 0 18px 18px;
	-o-border-radius: 0 0 18px 18px;
	border-radius: 0 0 18px 18px;
}

/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
