@charset "utf-8";


/* YUI 2: Reset CSS */
@import url(yui2-reset.css);

/* 共通スタイル */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
	 Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 87.5%;
	background-color: #f8e4e9;
}
a:link {/*未訪問のリンク*/
	color:#FFF;
	font-style:normal;
	text-decoration:underline;
}
a:hover {/*マウスをのせたとき*/
	color:#C60;
	font-style:normal;
	text-decoration:none;
}
#wrapper {
	width: 929px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 50px;
	position: relative;
	display: none;
}
#wrapper #header {
	padding: 0px;
	overflow: hidden; /* ClearFix */
	/zoom: 1; /* ClearFix for IE6-7 */
	margin: 0px;
	position: relative;
	height: 420px;
	width: 929px;
}
#wrapper #header h1 {
	position: absolute;
	top: 0px;
}
#wrapper #content {
	width: 929px;
	margin: 0px;
	padding: 0px;
}
#wrapper #content .mainBox {
	width: 929px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	background-color: #FFF;
	padding: 0px;
}
#wrapper #content .mainBox ul {
	margin: 0px;
	padding: 0px;
}
#wrapper #content .mainBox ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	line-height: 0px;
}
#wrapper #content .mainBox .qr {
	text-align: center;
	width: 929px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	margin-top: -5px;
	padding-top: 20px;
	padding-bottom: 24px;
}
#footer #copyright {
	text-align: center;
}
#wrapper #toPageTop {
	position: fixed;
	bottom: 30px;
	right: 30px;
}
#wrapper #toPageTop a {
	display: block;
	width: 60px;
	background: url(../images/common/btn_to-page-top_ov.gif) no-repeat;
}
#wrapper #toPageTop a:hover img {
	visibility: hidden;
}
.socialBtn  {
	position:absolute;
	top:10px;
	right: 0px;
}
.socialBtn ul li  {
	float: left;
	margin: 0px;
	padding: 0px;
}
.btn-twitter {
	width: 95px;
}
.btn-fb {
	width: 110px;
}
.btn-mixi {
	width: 90px;
}
.btn-google {
	width: 60px;
}
.subTxt {
	color: #F90;
	line-height: 1.8em;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}
#pageTop {
	font-size: 0px;
	line-height: 0;
	right: 4px;
	bottom: 60px;
	position: fixed;
	display: none;
}

#pageTop a {
	width: 57px;
	height: 57px;
	font-size: 0px;
	line-height: 0;
	text-indent: -9999px;
	display: block;
	background-color: #4c2804;
	background-image: url(../images/common/btn_to-page-top_ov.gif);
	background-repeat: no-repeat;
	background-position: center center;
