@charset "UTF-8";

body {
	background-position: center top;
	background-color: #FFFFFF;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 15px;
	line-height: 2.2em;
	letter-spacing: 0.08em;
	color: #000;
	background-repeat: no-repeat;
	position: static;
}
#wrapper {
	position: relative;
	width: 410px;
	margin: 0 auto;
	/* [disabled]background-color: #FFFFFF; */
	height: 780px;
	top: 0px;
	padding: 50px;
	overflow:hidden;
}
.photo{
	width:280px;
	margin:13px 30px 210px 0;
	float:left;
}
.photo_sp{
	display:none;
}
p{
	margin-bottom:20px;
}
.publishing{
	font-size:13px;
}
h1 {
	font-size:30px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:200;
	letter-spacing: 0.2em;
	margin: 0 0 20px;
}
.text_sp{
	display:none;
}
.hobo_sp{
	display:none;
}
.hobo{
	padding-top:20px;
	border-top:solid 1px;
}
.hobo p{
	line-height:1.5em;
}
/*　リンク　＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/

a:link {
	color: #0483E3;
	text-decoration: none;
}
a:visited {
	color: #0483E3;
	text-decoration: none;
}
a:hover {
	filter: alpha(opacity=60);
	opacity: 0.6;
}
a:hover .hoverOp:hover {
	filter: alpha(opacity=60);
	opacity: 0.6;
}
@media only screen and (max-device-width:420px) {
/*　全体　＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
body {
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 0.07em;
}
#wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	/* [disabled]background-color: #FFFFFF; */
	height:670px;
	top: 0px;
	padding: 0px;
}
h1 {
	font-size:24px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:200;
	letter-spacing: 0.2em;
	margin: 10px 0 10px;
}
.text{
	padding:10px 20px;
}
.hobo{
	padding:10px 20px;
}
}