@charset "UTF-8";

body {
	background-position: center top;
	background-color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 2.6em;
	letter-spacing: 0.08em;
	color: #000;
	background-repeat: no-repeat;
	position: static;
}
#wrapper {
	position: relative;
	width: 500px;
	margin: 0 auto;
	/* [disabled]background-color: #FFFFFF; */
	height: 450px;
	top: 0px;
	padding-left: 50px;
	padding-top: 50px;
}
h1 {
	font-size:18px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:200;
	letter-spacing: 0.2em;
	margin-bottom: 20px;
	margin-top: 0px;
}
/*　リンク　＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/

a:link {
	color: #009ce5;
	text-decoration: none;
}
a:visited {
	color: #009ce5;
	text-decoration: none;
}
a:hover {
	color: #b0e0f7;
	text-decoration: none;
}
@media only screen and (max-device-width:420px) {
/*　全体　＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
body {
	font-size: 28px;
}
h1{
	font-size:34px;
}
#wrapper {
	position: relative;
	width: 850px;
	margin: 0 auto;
	/* [disabled]background-color: #FFFFFF; */
	height: 810px;
	top: 0px;
	padding-left: 50px;
	padding-top: 50px;
}

}