@charset "UTF-8";
/* CSS Document */

body::before {
	background-image: url(images/background.jpg);
	background-size: auto 100%;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 108px;
	content: "";
	z-index: -1;
	background-position: center top;
}
body {
	background-repeat: no-repeat;
	margin: 0 auto;
	background-image: url(images/background.jpg);
	background-position: center top;
	background-attachment: fixed;
	background-size: auto 100%;
	-webkit-text-size-adjust: 100%;
	font-family: "ヒラギノ角ゴ Pro W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;/*	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}
#wrapper {
	width: 700px;
	background-repeat: repeat-y;
	padding-top: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/body_back.png);
	background-position:center top;
}
#header {
	text-align:center;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 60px;
}
.title {
	width: 470px;
	margin: 0 0 0 135px;
}
h1 {
	font-family: "ヒラギノ明朝 Pro W4", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS 明朝", "MS Mincho", 'Hiragino Mincho ProN', serif;
	letter-spacing: .2em;
	font-size: 28px;
	color: #2EA0D2;
	margin: 0 0 5px 0;
}
.name {
	font-family: "ヒラギノ明朝 Pro W4", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS 明朝", "MS Mincho", 'Hiragino Mincho ProN', serif;
	letter-spacing: .2em;
	font-size: 24px;
	color: #2EA0D2;
	margin: 5px 50px 30px 0;
	float: right;
}
.center {
	width: 700px;
	margin: -20px auto 0;
	padding: 0 auto;
}
.main {
	clear: both;
	width: 470px;
	margin: 30px 0 60px 135px;
	font-size: 15px;
	color: #000000;
	letter-spacing: 1px;
	line-height: 32px;
}

.footer {
	clear: both;
	width: 470px;
	padding: 0px;
	margin: 0 auto;
	border-top: 2px #2EA0D2 solid;
}
.footer ul {
	height: auto;
	float: left;
	padding: 0px;
	margin: 30px -20px 50px -10px;
}
.footer li {
	display: inline;
	float: left;
	margin: 0 21px 0 21px;
}
.copyright {
	width: 200px;
	padding-bottom: 50px;
	margin: 0 auto;
}
#face {
	clear: both;
	width: 120px;
	margin: 50px auto;
}
.sign {
	float: right;
	width: 181px;
	margin: -15px 90px 50px 0;
}
/*　リンク　＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
.hoverOp:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

/*　スマホ対応　＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/

@media only screen and (max-width:420px) {
#wrapper {
	width: 306px;
	background-position:center top;
	}
#header {
	width:270px;
	height:auto;
	margin: -10px auto 20px;
}
#header img{
	width:100%;
	height:auto;
}
.title {
	width: 310px;
	margin: 0 0 0 0;
}
h1 {
	font-size: 22px;
	margin: 0 0 0 35px;
}
.name {
	font-size: 20px;
	color: #2EA0D2;
	margin: 0 37px 15px 0;
	float: right;
}
.main {
	clear: both;
	width: 240px;
	margin: 0 0 0 35px;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 32px;
}
.sign {
	float: right;
	width: 120px;
	margin: 10px 20px 30px 0;
}

.sign img{
	width: 100%;
	height:auto;
}
.footer {
	clear: both;
	width: 270px;
	padding: 0px;
	margin: 0 auto;
	border-top: 2px #2EA0D2 solid;
}
.footer ul {
	height: auto;
	float: left;
	padding: 0px;
	margin: 30px -20px 50px -15px;
}
.footer li img{
	width:39px;
	height:auto;
	margin: 0px -16px 0 5px;
}
.copyright {
	width: 200px;
	padding-bottom: 50px;
	margin: 0 auto;
}
#face {
	clear: both;
	width:100%;
	margin: 50px auto;
}

}
