@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: 15px;
	line-height: 2.2em;
	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: 550px;
	top: 0px;
	padding-left: 50px;
	padding-top: 50px;
	overflow:hidden;
}

p{
	margin-bottom:0px;
}
h1 {
	font-size:24px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:200;
	letter-spacing: 0.2em;
	margin: 0;
	margin-top: 10px;
}
.text_sp{
	display:none;
}
/*　リンク　＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/

.hoverOp:hover {
	filter: alpha(opacity=60);
	opacity: 0.6;
}
a:link {
	color: #FF2950;
	text-decoration: none;
}
a:visited {
	color: #FF2950;
	text-decoration: none;
}
a:hover {
	filter: alpha(opacity=60);
	opacity: 0.6;
}
@media only screen and (max-device-width:420px) {
/*　全体　＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
#wrapper {
	width: 95%;
	margin: 0 auto;
	/* [disabled]background-color: #FFFFFF; */
	height: 570px;
	padding:10px;
}
h1{
	margin-bottom:-8px;
}
p{
	font-size:14px;
	letter-spacing:0;
	line-height:1.7em;
}
.text{
	display:none;
}
.text_sp{
	display:block;
}
}