@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: 2em;
	letter-spacing: 0.08em;
	color: #000;
	background-repeat: no-repeat;
	z-index: 1000;
}
#wrapper {
	position: relative;
	width: 450px;
	margin: 0 auto;
	/* [disabled]background-color: #FFFFFF; */
	height: 650px;
	top: 0px;
	padding: 50px;
	overflow:hidden;
}
.photo{
	width:450px;
	margin:0 auto;
}
.caption{
	font-size:12px;
	letter-spacing:0.1;
	text-align:left;
}
.text p{
	margin-top:4px;
}
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: 15px;
}
.kana{
	font-size:15px;
	letter-spacing:0.1;
}
/*　リンク　＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/

a:link {
	color: #2D9E13;
	text-decoration: none;
}
a:visited {
	color: #2D9E13;
	text-decoration: none;
}
a:hover {
	color: #7DC36D;
	text-decoration: none;
}
.hoverOp:hover {
	filter: alpha(opacity=60);
	opacity: 0.6;
}
@media only screen and (max-device-width:420px) {
#wrapper {
	width: 90%;
	height:570px;
	margin: 0 auto;
	padding:10px;
}
.photo{
	width:100%;
	margin:0 auto;
	padding:0;
	text-align:center;
}
.photo img{
	width:100%;
	height:auto;
}

.text p{
	font-size:14px;
	letter-spacing: 0;
	line-height:1.7em;
}
p{
	letter-spacing: 0;
}
h1 {
	font-size:18px;
	letter-spacing: 0;
	font-family:"Midashi Go MB1";

}
.kana{
	font-size:12px;
	letter-spacing:0;
}
}