@charset "UTF-8";

body {
	background-position: center top;
	background-color: #FFFFFF;
	font-family: "ヒラギノ角ゴ W3 JIS2004" "Lucida Lucida Sans Unicode", "Lucida Grande", ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic sans-serif;
	font-size: 13px;
	line-height: 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: 500px;
	top: 0px;
	padding-left: 50px;
	padding-top: 40px;
}
h1 {
	font-size:18px;
	font-family: "ヒラギノ角ゴ W3 JIS2004" "Lucida Lucida Sans Unicode", "Lucida Grande", ヒラギノ角ゴ 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;
}
.event{
	margin:20px auto 0;
}
.event .midashi{
	width:400px;
	border-bottom:solid 1px;
	margin-left:0;
}
.event p{
	line-height:1.7em;
	margin:20px auto;
}
.detail{
	width:400px;
	line-height:1.7em;
	border-top:solid 1px;
	padding:20px 0 50px;

}
/*　リンク　＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/

a:link {
	color: #E500FF;
	text-decoration: none;
}
a:visited {
	color: #E500FF;
	text-decoration: none;
}
a:hover {
	color: #F389FF;
	text-decoration: none;
}
@media only screen and (max-device-width:420px) {
/*　全体　＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
body {
	font-size: 13px;
	line-height: 1.8em;
	letter-spacing: 0.06em;
	color: #000;
	background-repeat: no-repeat;
	position: static;
}
#wrapper {
	position: relative;
	width: 300px;
	margin: 0 auto;
	/* [disabled]background-color: #FFFFFF; */
	height:550px;
		padding:30px 10px;
}
h1 {
	font-size:18px;
	padding:0 20px;
}
.kana{
	font-size:14px;
	letter-spacing: 0.04em;
}
#wrapper p{
	padding:0 20px;
}
.event p{
	line-height:1.5em;
	margin:20px auto;
}
#wrapper .detail {
	width:auto;
}

#wrapper .detail span{
	line-height:1.7em;
	display:block;
	padding-top:20px;
}
.event .midashi{
	width:260px;
}
}
