@charset "UTF-8";
/* CSS 基本設定 */
html, body, h1, h2, h3, h4, h5, ul, li, p, u, strong, hr, dl, dt, dd, big, span, font, form, hr {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
	vertical-align: middle;
}

ul, li {
	list-style: none;
}

p, div, td, dd, li, h1, h2, h3 {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQIW2NkAAIAAAoAAggA9GkAAAAASUVORK5CYII=);
}

.fc_example {
	color: #069;
}

.fc_require {
	color: #C36;
}

.fc_attention {
	color: #666;
}

.fc_warn {
	color: #F03;
}

.fc_new {
	color: #F33;
}

.fc_green {
	color: #693;
}

.mb3 {
	margin-bottom: 3px !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb12 {
	margin-bottom: 12px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mr10 {
	margin-bottom: 10px !important;
}

.mr15 {
	margin-bottom: 15px !important;
}

.pt5 {
	padding-top: 5px !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pt20 {
	padding-top: 20px !important;
}

/*
	ＰＣ用
*/
@media screen and (min-width: 769px) {
	* {
		font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		-webkit-text-size-adjust: 100%;
	}
	body {
		color: #333;
		background: #F9F9F9;
	}
	a {
		color: #65B113;
		text-decoration: underline;
	}
	a:hover {
		color: #C4364E;
		text-decoration: none;
	}
	optgroup {
		background: #EEE;
	}
	option {
		background: #FFF;
	}
	hr {
		border: none;
	}
	select {
		font-family: sans-serif;
		vertical-align: bottom;
	}
	.btn {
		padding-left: 0px;
		padding-right: 0px;
	}
	dl.pager {
		margin-bottom: 10px;
		line-height: 16px;
		clear: both;
	}
	dl.pager dt {
		font-size: 13px;
		margin-bottom: 5px;
	}
	dl.pager dd {
		font-size: 17px;
	}
	dl.pager dd span.sep {
		color: #DDD;
	}
	dl.pager dd ul {
		overflow: hidden;
	}
	dl.pager dd li {
		display: inline;
	}
	dl.pager dd li a,
	dl.pager dd li span {
		background: #FFF;
		display: inline-block;
		border: 1px solid #BDC8CA;
		padding: 2px 8px 0px 8px;
		margin-right: 5px;
		border-radius: 3px;
		float: left;
		line-height: 26px;
		height: 26px;
		font-weight: normal;
	}
	dl.pager dd li a:hover {
		background: #EEE;
	}
	dl.pager dd li span {
		background: #65B113;
		color: #FFF;
		border-color: #65B113;
	}
	dl.right {
		text-align: right;
	}
	dl.right dd ul {
		float: right;
		margin-right: -5px;
		display: inline-block;
	}
	.breadcrumbs {
		margin-bottom: 10px;
		padding-top: 5px;
		line-height: 17px;
		font-size: 13px;
	}
	img {
		vertical-align: middle;
	}
	:placeholder-shown {
		color: #CCC;
	}
	:-ms-input-placeholder {
		color: #CCC;
	}
	/*
.inputOuter { background:url(../img/table_bg.gif); padding:5px; margin-bottom:10px; }
.inputInner { background:url(../img/table_border.gif) repeat-x top; padding-top:3px; }
.inputInner table{ border-collapse:collapse; width:100%; }
.inputInner table th,
.inputInner table td{ padding:4px 10px 7px 10px; line-height:17px; font-size:13px; }
.inputInner table th{ background:#F6F6F6 url(../img/table_border.gif) repeat-x bottom; font-weight:normal; text-align:left; width:130px; }
.inputInner table td{ background:#FFFFFF url(../img/table_border.gif) repeat-x bottom; }

.inputInner table table { width:auto; border-collapse:collapse; border:1px solid #EEE; }
.inputInner table table th{ background:#FAFAFA none; padding:5px 5px 5px 5px; border:none; border:1px solid #EEE; width:auto; }
.inputInner table table td{ background:none; padding:5px 5px 5px 5px; border:none; border:1px solid #EEE; }
.inputInner span.cube{ color:#DDD; }
*/
	input.write_false {
		background: #DDD;
		border: 1px solid #333;
		padding: 2px;
	}
	input.write_true {
		background: #F6FFFF;
	}
	.siteWidth {
		width: 950px;
		margin: 0px auto;
	}
	.ad_link {
		padding: 3px 5px;
		height: 100%;
		overflow: hidden;
		border: 4px solid #FAFAFA;
		width: 932px;
		margin: 0px auto 10px auto;
	}
	.ad_link li {
		float: left;
		font-size: 11px;
		line-height: 15px;
		margin-right: 8px;
		color: #AAA;
	}
	.ad_link li a {
		color: #666;
		text-decoration: none;
	}
	.ad_link li a:hover {
		text-decoration: underline;
	}
	a#toTop {
		overflow: hidden;
		position: fixed;
		right: 20px;
		bottom: 20px;
		width: 62px;
		height: 62px;
		white-space: nowrap;
		text-indent: 100%;
		filter: alpha(opacity=90);
		-moz-opacity: 0.9;
		opacity: 0.9;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/global/toTopIcon.png',sizingMethod='scale');
		background: url(../img/global/toTopIcon.png) no-repeat;
	}
	a#toTop:hover {
		filter: alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
	}
	a.spToTop {
		display: none;
	}
	.fixedHeader {
		position: fixed !important;
		top: 0;
		margin-top: -1px;
		width: 100%;
		z-index: 10;
		filter: alpha(opacity=90);
		-moz-opacity: 0.9;
		opacity: 0.9;
	}
	div.pageNavi {
		margin-bottom: 20px;
		overflow: hidden;
	}
	/* ------------------------------------------------------------------------------- */
	/* ヘッダー */
	div#siteHeader {
		background: url(../img/header/headerBg.png) repeat-x;
	}
	div#siteHeader div.header {
		height: 68px;
		margin-bottom: 1px;
		background: url(../img/header_bg_inner.gif) no-repeat;
	}
	div#siteHeader div.header .h1 {
		float: left;
		overflow: hidden;
		width: 250px;
		height: 44px;
		margin-top: 24px;
		background: url(../img/header_logo.gif) no-repeat;
	}
	div#siteHeader div.header h1 a,
	div#siteHeader div.header p a {
		display: block;
		text-indent: 250px;
		line-height: 44px;
		overflow: hidden;
	}
	div#siteHeader div.header div.headerInfo {
		float: right;
		overflow: hidden;
		margin-top: 2px;
	}
	div#siteHeader div.header div.headerInfo ul.mypage {
		float: left;
	}
	div#siteHeader div.header div.headerInfo ul.mypage li {
		float: left;
	}
	div#siteHeader div.header div.headerInfo ul.mypage li a {
		display: block;
		padding: 6px 12px;
		border: 1px solid #580;
		border-top: none;
		background: #580;
		color: #FFF;
		margin-left: 5px;
		font-size: 13px;
	}
	div#siteHeader div.header div.headerInfo ul.mypage li a:hover {
		background: #360;
		border-top: 4px solid #360;
	}
	div#siteHeader div.header div.headerInfo ul.member {
		float: left;
		margin-left: 7px;
		overflow: hidden;
	}
	div#siteHeader div.header div.headerInfo ul.member li {
		float: left;
	}
	div#siteHeader div.header div.headerInfo ul.member li a {
		display: block;
		padding: 6px 10px;
		border: 1px solid #C90;
		border-top: none;
		background: #C90;
		color: #FFF;
		margin-left: 5px;
		font-size: 13px;
	}
	div#siteHeader div.header div.headerInfo ul.member li a:hover {
		background: #A70;
		border-top: 4px solid #A70;
	}
	div#siteHeader div.header div.spMenu {
		display: none;
	}
	div#siteHeader div.headerNavi {
		background: url(../img/header/headerNaviBg.png) repeat-x;
	}
	div#siteHeader div.headerNavi ul.outer {
		clear: both;
		height: 34px;
		background: url(../img/header/header_navi_separator.gif) no-repeat left top;
		padding-left: 3px;
		position: relative;
	}
	div#siteHeader div.headerNavi ul.outer li {
		float: left;
		background: url(../img/header/header_navi_separator.gif) no-repeat right;
		padding-right: 3px;
	}
	div#siteHeader div.headerNavi ul.outer li a.top {
		display: block;
		height: 29px;
		line-height: 29px;
		overflow: hidden;
		background-repeat: no-repeat;
	}
	div#siteHeader div.headerNavi ul.outer li.hnHome a.top {
		background: url(../img/header/header_navi_bg.gif) no-repeat 0px 0px;
		width: 68px;
		text-indent: 68px;
	}
	div#siteHeader div.headerNavi ul.outer li.hnHome a.top:hover {
		background-position: 0px -29px;
	}
	div#siteHeader div.headerNavi ul.outer li.hnSearch a.top {
		background: url(../img/header/header_navi_bg.gif) -69px 0px;
		width: 164px;
		text-indent: 164px;
	}
	div#siteHeader div.headerNavi ul.outer li.hnSearch a.top:hover {
		background-position: -69px -29px;
	}
	div#siteHeader div.headerNavi ul.outer li.hnMembo a.top {
		background: url(../img/header/header_navi_bg.gif) -234px 0px;
		width: 140px;
		text-indent: 140px;
	}
	div#siteHeader div.headerNavi ul.outer li.hnMembo a.top:hover {
		background-position: -234px -29px;
	}
	div#siteHeader div.headerNavi ul.outer li.hnJob a.top {
		background: url(../img/header/header_navi_bg.gif) -375px 0px;
		width: 123px;
		text-indent: 123px;
	}
	div#siteHeader div.headerNavi ul.outer li.hnJob a.top:hover {
		background-position: -375px -29px;
	}
	div#siteHeader div.headerNavi ul.outer li.hnStore a.top {
		background: url(../img/header/header_navi_bg.gif) -523px 0px;
		width: 103px;
		text-indent: 103px;
	}
	div#siteHeader div.headerNavi ul.outer li.hnStore a.top:hover,
	div#siteHeader div.headerNavi ul.outer li.hnStore a.hover {
		background-position: -523px -29px;
	}
	div#siteHeader div.headerNavi ul.outer li.hnRegist a.top {
		background: url(../img/header/header_navi_bg.gif) -663px 0px;
		width: 127px;
		text-indent: 127px;
	}
	div#siteHeader div.headerNavi ul.outer li.hnRegist a.top:hover {
		background-position: -663px -29px;
	}
	div#siteHeader div.headerNavi ul.outer li.hnFaq a.top {
		background: url(../img/header/header_navi_bg.gif) -790px 0px;
		width: 115px;
		text-indent: 115px;
	}
	div#siteHeader div.headerNavi ul.outer li.hnFaq a.top:hover {
		background-position: -790px -29px;
	}
	div#siteHeader div.headerNavi ul.outer li.hnBbs a.top {
		background: url(../img/header/header_navi_bg.gif) -906px 0px;
		width: 75px;
		text-indent: 75px;
	}
	div#siteHeader div.headerNavi ul.outer li.hnBbs a.top:hover {
		background-position: -906px -29px;
	}
	div#siteHeader div.headerNavi ul.outer li div.subMenuOuter {
		position: absolute;
		z-index: 10;
		display: none;
		padding: 6px 0px 0px 0px;
		width: 950px;
		background: #FFF url(../img/header/bgSubMenu.gif) no-repeat 0px 0px;
	}
	div#siteHeader div.headerNavi ul.outer li div.subMenuInner {
		border: 2px solid #3B4C61;
		overflow: hidden;
		padding: 2px 0px 10px 0px;
		border-radius: 5px;
	}
	div#siteHeader div.headerNavi ul.outer li div.subMenuOuter ul.tabs {
		border-bottom: 2px solid #CCC;
		overflow: hidden;
		margin: 0px 10px 8px 10px;
		padding: 5px 0px 0px 10px;
	}
	div#siteHeader div.headerNavi ul.outer li div.subMenuOuter ul.tabs li {
		background: none;
		margin-bottom: -2px;
		padding-top: 10px;
	}
	div#siteHeader div.headerNavi ul.outer li div.subMenuOuter ul.tabs li span {
		display: inline-block;
		padding: 8px 25px;
		border: 1px solid #CCC;
		color: #334153;
		background: #EEE;
		font-size: 13px;
		font-weight: bold;
		text-decoration: none;
	}
	div#siteHeader div.headerNavi ul.outer li div.subMenuOuter ul.tabs li span.hover {
		background: #EDEFF1;
		cursor: pointer;
	}
	div#siteHeader div.headerNavi ul.outer li div.subMenuOuter ul.tabs li.active span {
		color: #FFF;
		background: #334153;
		cursor: auto;
	}
	div#siteHeader div.headerNavi ul.outer li div.subMenuOuter div.tab {
		clear: both;
		display: none;
	}
	div#siteHeader div.headerNavi ul.outer li div.subMenuOuter div.tab dl {
		float: left;
		overflow: hidden;
		margin: 0px 0px 15px 10px;
		padding: 0px 10px 0px 0px;
		border-right: 1px dotted #CCC;
		min-width: 155px;
	}
	div#siteHeader div.headerNavi ul.outer li div.subMenuOuter div.tab dl.clear {
		clear: left;
	}
	div#siteHeader div.headerNavi ul.outer li div.subMenuOuter div.tab dt {
		margin: 10px 0px 5px 0px;
		padding: 3px 3px 0px 3px;
		border-bottom: 1px solid #DADDE1;
	}
	div#siteHeader div.headerNavi ul.outer li div.subMenuOuter div.tab dd {
		margin: 0px 0px 1px 0px;
		padding: 0px 0px 0px 0px;
	}
	div#siteHeader div.headerNavi ul.outer li div.subMenuOuter div.tab a {
		text-decoration: none;
	}
	div#siteHeader div.headerNavi ul.outer li div.subMenuOuter div.tab a:hover {
		text-decoration: underline;
	}
	div#siteHeader div.headerNavi ul.outer li div.subMenuOuter div.tab dt a {
		padding: 7px 7px 7px 7px;
		line-height: 13px;
		height: auto;
		display: inline-block;
		color: #334153;
		font-size: 12px;
		background: #DADDE1;
		font-weight: bold;
	}
	div#siteHeader div.headerNavi ul.outer li div.subMenuOuter div.tab dt a:hover {
		background: #3D4B5C;
		color: #FFF;
	}
	div#siteHeader div.headerNavi ul.outer li div.subMenuOuter div.tab dd a {
		border: 1px solid #FFF;
		padding: 4px 9px 4px 9px;
		line-height: 13px;
		height: auto;
		display: block;
		color: #334153;
		font-size: 12px;
		background: none;
	}
	div#siteHeader div.headerNavi ul.outer li div.subMenuOuter div.tab dd a:hover {
		background: #EDEFF1;
		border: 1px solid #EDEFF1;
		border-radius: 3px;
	}
	#headerTicker {
		height: 23px;
		line-height: 23px;
		clear: both;
		margin: -5px 0px 5px 0px;
		padding: 6px 7px 0px 7px;
		font-size: 12px;
		overflow: hidden;
		background: url(../img/header/bgTicker.png) no-repeat;
	}
	#headerTicker li {
		height: 23px;
		line-height: 23px;
		overflow: hidden;
	}
	#headerTicker a {
		color: #333;
		line-height: 23px;
	}
	#headerTicker small.new {
		color: #F00;
	}
	/* ------------------------------------------------------------------------------- */
	/* フッター */
	#footerOuter {
		clear: both;
		background: #86A91A;
		padding: 5px;
		text-align: center;
		border-top: 4px solid #CDD8A9;
		overflow: hidden;
	}
	#footerOuter a {
		color: #FFF;
	}
	#footerOuter ul {
		margin-bottom: 20px;
	}
	#footerOuter li {
		margin-right: 20px;
		padding-left: 15px;
		line-height: 21px;
		height: 21px;
		display: inline;
		background: url(../img/icon_arrow_05.gif) no-repeat 0px 4px;
		font-size: 13px;
	}
	#footerOuter div.copyright {
		font-size: 13px;
	}
	#footerOuter div.copyright a {
		color: #333;
	}
	#footerOuter div.copyright img {
		vertical-align: middle;
	}
	#footerOuter div.copyright br {
		display: none;
	}
	/* ページレイアウト */
	/* -------------------------------------------------------------------------------
	レイアウト：columnSetA
------------------------------------------------------------------------------- */
	#columnSetA {
		margin-bottom: 10px;
		overflow: hidden;
	}
	#columnSetA .contentsMain {
		width: 950px;
		overflow: hidden;
	}
	/* -------------------------------------------------------------------------------
	レイアウト：columnSetB
------------------------------------------------------------------------------- */
	#columnSetB {
		margin-bottom: 10px;
	}
	#columnSetB:after {
		content: ".";
		clear: both;
		height: 0px;
		display: block;
	}
	#columnSetB .contentsLeft {
		width: 164px;
		float: left;
		margin-right: 9px;
	}
	#columnSetB .contentsLeft ul.clBanner {
		margin-bottom: 3px;
	}
	#columnSetB .contentsLeft ul.qrMobile li {
		background: url(../img/qr_mobile.gif) no-repeat;
		width: 164px;
		height: 125px;
		text-indent: 164px;
		overflow: hidden;
		line-height: 125px;
	}
	#columnSetB .contentsLeft ul.prBanner li {
		background: url(../img/banner_pr_join_164x110.gif) no-repeat;
		width: 164px;
		height: 110px;
		text-indent: 164px;
		overflow: hidden;
		line-height: 110px;
	}
	#columnSetB .contentsLeft ul.prBanner li a {
		display: block;
	}
	#columnSetB .contentsLeft ul.clBanner li.twitter a {
		background: url(../img/global/bannerTwitter.png) no-repeat;
		width: 164px;
		height: 38px;
		display: block;
		white-space: nowrap;
		overflow: hidden;
		text-indent: 100%;
	}
	#columnSetB .contentsLeft ul.clBanner li.twitter a:hover {
		filter: alpha(opacity=60);
		-moz-opacity: 0.6;
		opacity: 0.6;
	}
	#columnSetB .contentsLeft div.clQuickMenu {
		margin-bottom: 3px;
		padding: 1px;
		border: 1px solid #CCC;
		background: #FFF;
	}
	#columnSetB .contentsLeft div.clQuickMenu h2 {
		background: url(../img/cl_quick_menu.gif) no-repeat;
		font-size: 13px;
		width: 160px;
		height: 20px;
		line-height: 21px;
		text-indent: 160px;
		overflow: hidden;
	}
	#columnSetB .contentsLeft div.clQuickMenu ul li a {
		display: block;
		font-size: 13px;
		line-height: 23px;
		padding: 4px 0px 4px 13px;
		border-bottom: 1px dotted #AAA;
		background: url(../img/icon_arrow_01.gif) no-repeat 3px 12px;
	}
	#columnSetB .contentsLeft div.clQuickMenu ul li a:hover {
		background-color: #F8F8F8;
	}
	#columnSetB .contentsLeft div.clRecAmazon {
		padding: 1px;
		border: 1px solid #CCC;
		background: #FFF;
		margin-bottom: 3px;
	}
	#columnSetB .contentsLeft div.clRecAmazon h2 {
		background: url(../img/cl_rec_book_title.gif) no-repeat;
		font-size: 13px;
		width: 160px;
		height: 20px;
		line-height: 21px;
		text-indent: 160px;
		overflow: hidden;
		margin-bottom: 3px;
	}
	#columnSetB .contentsLeft div.clRecAmazon ul {
		padding: 0px 0px 4px 0px;
	}
	#columnSetB .contentsLeft div.clRecAmazon ul li a {
		display: block;
		font-size: 13px;
		line-height: 18px;
		padding: 6px 4px 6px 13px;
		border-bottom: 1px dotted #AAA;
		background: url(../img/icon_arrow_01.gif) no-repeat 3px 10px;
	}
	#columnSetB .contentsLeft div.clRecAmazon ul li a:hover {
		background-color: #F8F8F8;
	}
	#columnSetB .contentsLeft div.gsbPC {
		margin-bottom: 3px;
		border: 1px solid #CCC;
		padding: 1px;
		background: #FFF;
		width: 160px !important;
	}
	#columnSetB .contentsLeft div.gsbPC h2 {
		background: url(../img/cl_ad_header.gif) no-repeat;
		width: 160px;
		height: 20px;
		text-indent: 100%;
		overflow: hidden;
		margin-bottom: 1px;
		white-space: nowrap;
	}
	.adsSP {
		display: none;
	}
	#columnSetB .contentsMain {
		width: 777px;
		float: right;
	}
	#columnSetB .contentsMainCenter {
		width: 468px;
		float: left;
		margin-right: 9px;
	}
	#columnSetB .contentsMainRight {
		width: 300px;
		float: left;
	}
	/* ---------------------------------------------------------------------------- */
	#columnSetA a:hover img,
	#columnSetB a:hover img {
		filter: alpha(opacity=60);
		-moz-opacity: 0.6;
		opacity: 0.6;
	}
	/* ---------------------------------------------------------------------------- */
	#panelRight {
		display: none;
	}
	/* ---------------------------------------------------------------------------- */
	input.input {
		padding: 6px 10px;
		border: 1px solid #AAA;
		border-radius: 3px;
		height: 18px;
		font-size: 14px;
		font-family: sans-serif;
		color: #222;
		background: #FFF;
		box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075);
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	}
	input.input:focus {
		border-color: #66AFE9;
		outline: 0;
		box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075), 0px 0px 8px rgba(102, 175, 233, 0.6);
	}
	select.select {
		padding: 5px 10px;
		border: 1px solid #AAA;
		border-radius: 3px;
	}
	select.select:focus {
		border-color: #66AFE9;
		outline: 0;
		box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075), 0px 0px 8px rgba(102, 175, 233, 0.6);
	}
	textarea.textarea {
		padding: 6px 10px;
		border: 1px solid #AAA;
		border-radius: 3px;
		font-size: 14px;
	}
	textarea.textarea:focus {
		border-color: #66AFE9;
		outline: 0;
		box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075), 0px 0px 8px rgba(102, 175, 233, 0.6);
	}
	input.inputNb {
		padding: 5px 10px;
		border: 1px solid #DDD;
		border-radius: 3px;
		font-size: 13px;
	}
	label {
		white-space: nowrap;
		padding: 5px 4px 3px 4px;
		line-height: 11px;
		height: 13px;
		display: inline-block;
		vertical-align: bottom;
	}
	label input[type=checkbox] {
		width: 13px;
		height: 13px;
		padding: 0px;
		margin: 0px;
		margin-top: -1px;
		vertical-align: bottom;
	}
	label input[type=radio] {
		width: 13px;
		height: 13px;
		padding: 0px;
		margin: 0px;
		margin-top: -1px;
		vertical-align: bottom;
	}
	label.file {
		white-space: normal;
		padding: 0px;
		line-height: normal;
		height: auto;
		display: inline;
		vertical-align: auto;
	}
	label.file span {
		display: none;
	}
	/* -------------------------------------------------------------------------------
	▽ユーザー（一般）
------------------------------------------------------------------------------- */
	/* ユーザー登録ページ */
	#pageRegistUser {
		margin-bottom: 20px;
		overflow: hidden;
		padding-top: 20px;
	}
	#pageRegistUser h1 {
		font-size: 31px;
		margin-bottom: 20px;
		line-height: 32px;
		font-weight: normal;
		text-align: center;
	}
	#pageRegistUser h2 {
		font-size: 13px;
		background-color: #333;
		color: #FFF;
		padding-left: 7px;
		line-height: 21px;
		margin-bottom: 6px;
	}
	#pageRegistUser p.txt {
		line-height: 25px;
		margin-bottom: 12px;
		padding: 10px 15px;
		font-size: 15px;
	}
	/* -------------------------------------------------------------------------------
	▽ユーザー（業者）
------------------------------------------------------------------------------- */
	/*
	#pageRegist
*/
	#pageRegist {
		margin-bottom: 20px;
		overflow: hidden;
	}
	#pageRegist h1 {
		font-size: 23px;
		margin-bottom: 10px;
		background: #FAFAFA;
		line-height: 32px;
		padding-left: 10px;
	}
	#pageRegist h2 {
		font-size: 13px;
		background-color: #333;
		color: #FFF;
		padding-left: 7px;
		line-height: 21px;
		margin-bottom: 6px;
	}
	#pageRegist ul.steps {
		margin-bottom: 20px;
		width: 100%;
		overflow: hidden;
	}
	#pageRegist ul.steps li {
		width: 21%;
		float: left;
	}
	#pageRegist ul.steps li.arrow {
		text-align: center;
		width: 5%;
	}
	#pageRegist ul.steps li h3 {
		font-size: 14px;
		line-height: 27px;
		color: #369;
		text-align: center;
	}
	#pageRegist ul.steps li p {
		font-size: 14px;
		line-height: 21px;
		text-align: center;
	}
	#pageRegist table.steps {
		margin-bottom: 13px;
		width: 100%;
	}
	#pageRegist table.steps th {
		font-size: 14px;
		line-height: 27px;
		color: #369;
	}
	#pageRegist table.steps td {
		font-size: 14px;
		line-height: 25px;
	}
	#pageRegist table.steps td.arrow {
		text-align: center;
	}
	#pageRegist p.txt {
		line-height: 23px;
		margin-bottom: 12px;
		padding: 10px 15px;
		font-size: 14px;
	}
	#pageRegist p.border {
		border: 3px double #DDD;
		background: #FFF;
	}
	#pageRegist .formTableOuter {
		background: url(../img/table_border.gif) repeat-x top;
		padding-top: 3px;
		margin: 0px auto 15px auto;
	}
	#pageRegist .formTableOuter table {
		border-collapse: collapse;
	}
	#pageRegist .formTableOuter table th,
	#pageRegist .formTableOuter table td {
		font-size: 13px;
		padding: 4px 10px 7px 10px;
		line-height: 17px;
	}
	#pageRegist .formTableOuter table th {
		background: #F6F6F6 url(../img/table_border.gif) repeat-x bottom;
		font-weight: normal;
		text-align: right;
	}
	#pageRegist .formTableOuter table td {
		background: #FFFFFF url(../img/table_border.gif) repeat-x bottom;
	}
	#pageRegist .formTableOuter table table {
		width: auto;
		border-collapse: collapse;
		border: 1px solid #EEE;
	}
	#pageRegist .formTableOuter table table th {
		background: #FAFAFA none;
		padding: 5px 5px 5px 5px;
		border: none;
		border: 1px solid #EEE;
	}
	#pageRegist .formTableOuter table table td {
		background: none;
		padding: 5px 5px 5px 5px;
		border: none;
		border: 1px solid #EEE;
	}
	#pageRegist #ubiz_name {
		width: 200px;
	}
	#pageRegist #ubiz_staff_name_last {
		width: 70px;
	}
	#pageRegist #ubiz_staff_name_first {
		width: 70px;
	}
	#pageRegist #ubiz_mail {
		width: 240px;
	}
	#pageRegist #ubiz_zip1 {
		width: 50px;
	}
	#pageRegist #ubiz_zip2 {
		width: 60px;
	}
	#pageRegist #ubiz_add1 {
		width: 100px;
	}
	#pageRegist #ubiz_add2 {
		width: 200px;
	}
	#pageRegist #ubiz_add3 {
		width: 340px;
	}
	#pageRegist #ubiz_add4 {
		width: 340px;
	}
	#pageRegist #ubiz_tel1 {
		width: 50px;
	}
	#pageRegist #ubiz_tel2 {
		width: 50px;
	}
	#pageRegist #ubiz_tel3 {
		width: 50px;
	}
	#pageRegist #ubiz_official_site {
		width: 370px;
	}
	#pageRegist #ubiz_login_id {
		width: 100px;
	}
	/*
	#pageRegistCheck
*/
	#pageRegistCheck {
		margin-bottom: 20px;
		overflow: hidden;
	}
	#pageRegistCheck h1 {
		font-size: 23px;
		margin-bottom: 10px;
		background: #FFF;
		line-height: 32px;
		padding-left: 10px;
	}
	#pageRegistCheck .inputInner {
		background: url(../img/table_border.gif) repeat-x top;
		padding-top: 3px;
		margin-bottom: 15px;
	}
	#pageRegistCheck .inputInner table {
		border-collapse: collapse;
		width: 100%;
	}
	#pageRegistCheck .inputInner table th,
	#pageRegistCheck .inputInner table td {
		padding: 4px 10px 7px 10px;
		line-height: 17px;
		font-size: 13px;
	}
	#pageRegistCheck .inputInner table th {
		background: #F6F6F6 url(../img/table_border.gif) repeat-x bottom;
		font-weight: normal;
		text-align: right;
		width: 150px;
	}
	#pageRegistCheck .inputInner table td {
		background: #FFFFFF url(../img/table_border.gif) repeat-x bottom;
	}
	#pageRegistCheck p.txt {
		line-height: 23px;
		margin-bottom: 12px;
		padding: 10px 15px;
		font-size: 14px;
	}
	/*
	#pageRegistDone
*/
	#pageRegistDone {
		margin-bottom: 20px;
		overflow: hidden;
	}
	#pageRegistDone h1 {
		font-size: 23px;
		margin-bottom: 10px;
		background: #FFF;
		line-height: 32px;
		padding-left: 10px;
	}
	#pageRegistDone p.txt {
		line-height: 23px;
		padding: 10px 0px;
		font-size: 14px;
		text-align: center;
	}
	/*
	#pageBizLogin
*/
	#pageBizLogin {
		margin-bottom: 100px;
		overflow: hidden;
	}
	#pageBizLogin h1 {
		font-size: 19px;
		margin-bottom: 15px;
		background: #C90;
		color: #FFF;
		line-height: 32px;
		padding-left: 10px;
	}
	#pageBizLogin p.outline {
		margin-bottom: 30px;
		line-height: 27px;
		padding: 0px 20px;
		font-size: 15px;
	}
	#pageBizLogin .boxLogin {
		float: left;
		width: 340px;
		margin-left: 100px;
	}
	#pageBizLogin .boxRegist {
		float: left;
		width: 340px;
		margin-left: 50px;
	}
	#pageBizLogin table {
		border: 1px solid #333;
		background: #FAFAFA;
		margin-bottom: 15px;
		height: 130px;
	}
	#pageBizLogin caption {
		font-size: 14px;
		background: #333;
		color: #FFF;
		padding-left: 7px;
		line-height: 29px;
		text-align: left;
	}
	#pageBizLogin td {
		padding: 5px 5px;
		line-height: 19px;
		font-size: 14px;
	}
	#pageBizLogin input.impact {
		height: 20px;
		line-height: 20px;
		font-size: 15px;
		font-weight: bold;
		padding-left: 5px;
		padding-right: 5px;
	}
	#pageBizLogin .txt1 {
		font-size: 12px;
	}
	#pageBizLogin .txt2 {
		margin-bottom: 20px;
	}
	#pageBizLogin .regist a {
		width: 114px;
		height: 23px;
		text-indent: 114px;
		line-height: 23px;
		overflow: hidden;
		display: block;
		background: url(../img/member/btn_regist.gif) no-repeat;
	}
	/* 教室ログアウトページ */
	#pageLogout {
		margin-bottom: 100px;
		overflow: hidden;
	}
	#pageLogout h1 {
		font-size: 23px;
		margin-bottom: 20px;
		background: #FAFAFA;
		line-height: 32px;
		padding-left: 10px;
		background: #FFF;
	}
	#pageLogout p {
		margin-bottom: 30px;
		line-height: 21px;
		padding: 0px 20px;
	}
	/* パスワード再送 */
	#pageLostpass {
		margin-bottom: 100px;
		overflow: hidden;
	}
	#pageLostpass h1 {
		font-size: 23px;
		margin-bottom: 20px;
		background: #FAFAFA;
		line-height: 32px;
		padding-left: 10px;
	}
	#pageLostpass p {
		margin-bottom: 30px;
		line-height: 21px;
		padding: 0px 20px;
	}
	/* ------------------------------------------------------------------------------- */
	/* ------------------------------------------------------------------------------- */
	/*
	pageMessageAuth
*/
	#pageMessageAuth {
		padding: 20px 0px;
	}
	#pageMessageAuth h1 {
		font-weight: normal;
		margin-bottom: 50px;
	}
	#pageMessageAuth p.text {
		font-size: 15px;
		margin-bottom: 30px;
		text-align: center;
	}
	#pageMessageAuth dl.fields {
		margin-bottom: 50px;
		overflow: hidden;
		margin-left: 280px;
	}
	#pageMessageAuth dl.fields dt {
		margin-bottom: 5px;
		line-height: 30px;
		float: left;
		width: 100px;
		margin-right: 10px;
		text-align: right;
	}
	#pageMessageAuth dl.fields dd {
		margin-bottom: 10px;
		line-height: 30px;
	}
	#pageMessage {
		padding: 20px 0px;
	}
	#pageMessage h1 {
		font-weight: normal;
		margin-bottom: 20px;
	}
	#pageMessage p.text {
		font-size: 15px;
		margin-bottom: 20px;
		text-align: center;
	}
	#pageMessage dl.fields {
		margin-bottom: 30px;
		margin-left: 60px;
		overflow: hidden;
	}
	#pageMessage dl.fields dt {
		margin-bottom: 5px;
		line-height: 30px;
		float: left;
		width: 70px;
		margin-right: 10px;
		text-align: right;
		clear: both;
	}
	#pageMessage dl.fields dd {
		margin-bottom: 10px;
		line-height: 30px;
	}
	/* 逆アクセスランキング */
	#pageAccess h1 {
		font-size: 19px;
		padding: 7px 10px;
		color: #FFF;
		margin-bottom: 8px;
		background-color: #65B113;
		font-weight: normal;
	}
	#pageAccess h2 {
		font-size: 13px;
		margin-bottom: 10px;
		margin-left: 10px;
		background: #FAFAFA;
		line-height: 19px;
		padding-left: 5px;
	}
	#pageAccess h3 {
		font-size: 13px;
		margin-bottom: 10px;
		margin-left: 10px;
		background: #FAFAFA;
		line-height: 19px;
		padding-left: 5px;
	}
	#pageAccess p {
		line-height: 15px;
		margin: 0px 10px 18px 10px;
		font-size: 12px;
	}
	#pageAccess table.data {
		width: 100%;
		background: #FFF;
		border-collapse: collapse;
		margin: 0px auto 20px auto;
		border: 8px solid #FFF;
	}
	#pageAccess table.data th {
		font-size: 13px;
		line-height: 15px;
		padding: 8px 5px;
		background: #D5EEFF;
	}
	#pageAccess table.data td {
		font-size: 13px;
		line-height: 17px;
		padding: 10px 5px;
		border-bottom: 1px dotted #666;
	}
	#pageAccess table.data td a {
		text-decoration: none;
	}
	#pageAccess dl.site_info {
		margin-bottom: 18px;
		margin-left: 15px;
	}
	#pageAccess dl.site_info dt {
		width: 80px;
		padding: 5px;
		height: 12px;
	}
	#pageAccess dl.site_info dd {
		padding: 5px;
		margin-top: -22px;
		margin-left: 80px;
	}
	#pageAccess dl.code {
		margin: 0px 15px 18px 20px;
	}
	#pageAccess dl.code dt {
		width: 90px;
		height: 31px;
	}
	#pageAccess dl.code dt img {
		vertical-align: middle;
	}
	#pageAccess dl.code dd {
		margin-top: -31px;
		margin-left: 92px;
		margin-bottom: 5px;
		font-size: 11px;
		border: 1px solid #CCC;
		height: 19px;
		padding: 5px;
		background: #FFF;
	}
	#pageAccess #howto p {
		margin-left: 20px;
	}
	/* よくあるご質問ページ */
	#pageFaq h1 {
		font-size: 23px;
		margin-bottom: 10px;
		background: #FAFAFA;
		line-height: 32px;
		padding-left: 10px;
	}
	#pageFaq h2 {
		font-size: 13px;
		background: #609208;
		line-height: 21px;
		padding-left: 10px;
		color: #FFF;
	}
	#pageFaq dl {
		padding: 10px;
		margin-bottom: 10px;
	}
	#pageFaq dt {
		line-height: 19px;
		margin-bottom: 10px;
		font-size: 13px;
		font-weight: bold;
		color: #333;
	}
	#pageFaq dd {
		line-height: 19px;
		margin-bottom: 10px;
		font-size: 13px;
	}
	/* よくあるご質問ページ 投稿削除フォーム */
	#pageFaqDelete h1 {
		font-size: 23px;
		margin-bottom: 10px;
		background: #FAFAFA;
		line-height: 32px;
		padding-left: 10px;
		font-weight: normal;
	}
	#pageFaqDelete h2 {
		font-size: 13px;
		background: #609208;
		line-height: 21px;
		padding-left: 10px;
		color: #FFF;
		margin-bottom: 15px;
	}
	#pageFaqDelete h3 {
		font-weight: bold;
		line-height: 19px;
		margin-bottom: 10px;
		color: #333;
		background: #EEE;
		font-size: 13px;
		padding: 3px 5px;
	}
	#pageFaqDelete p {
		padding: 0px 10px;
		margin-bottom: 10px;
		font-size: 13px;
	}
	#pageFaqDelete dl {
		padding: 10px;
		margin-bottom: 20px;
		overflow: hidden;
	}
	#pageFaqDelete dt {
		float: left;
		line-height: 27px;
		margin-bottom: 10px;
		font-size: 13px;
		color: #333;
	}
	#pageFaqDelete dd {
		float: left;
		line-height: 27px;
		margin-bottom: 10px;
		margin-left: 1em;
		font-size: 13px;
	}
	#pageFaqDelete dd input {
		margin-right: 10px;
	}
	/* ガイドライン */
	#pageGuideBbs h1 {
		background-color: #333;
		font-size: 13px;
		color: #FFF;
		padding: 5px;
		margin-bottom: 12px;
	}
	#pageGuideBbs dt {
		font-weight: bold;
	}
	#pageGuideBbs dd {
		margin: 10px 20px 20px 20px;
		text-indent: -1em;
		padding-left: 1em;
		line-height: 17px;
	}
	#pageGuideBbs ul {
		margin: 10px 30px 20px 30px;
	}
	#pageGuideBbs li {
		line-height: 19px;
	}
	#pageGuideBbs p {
		line-height: 21px;
	}
	/* ご利用規約ページ */
	#pageRule h1 {
		background-color: #333;
		font-size: 13px;
		color: #FFF;
		padding: 5px;
		margin-bottom: 12px;
	}
	#pageRule dl dt {
		font-weight: bold;
	}
	#pageRule dl dd {
		margin: 10px 20px 20px 20px;
		text-indent: -1em;
		padding-left: 1em;
		line-height: 17px;
	}
	#pageRule ul {
		margin: 10px 30px 20px 30px;
	}
	#pageRule ul li {
		line-height: 19px;
	}
	#pageRule p {
		line-height: 21px;
	}
	/* お問い合わせ */
	#pageContact h1 {
		font-size: 23px;
		margin-bottom: 10px;
		background: #FFF;
		line-height: 32px;
		padding-left: 10px;
	}
	#pageContact p.txt {
		line-height: 19px;
		margin-bottom: 20px;
		padding: 0px;
		font-size: 14px;
	}
	#pageContact p.done {
		line-height: 30px;
		margin-bottom: 20px;
		padding: 50px 0px;
		font-size: 14px;
		text-align: center;
	}
	#pageContact .inputInner {
		background: url(../img/table_border.gif) repeat-x top;
		padding-top: 3px;
		margin-bottom: 15px;
	}
	#pageContact .inputInner table {
		border-collapse: collapse;
		width: 100%;
	}
	#pageContact .inputInner table th,
	#pageContact .inputInner table td {
		padding: 4px 10px 7px 10px;
		line-height: 17px;
		font-size: 13px;
	}
	#pageContact .inputInner table th {
		background: #F6F6F6 url(../img/table_border.gif) repeat-x bottom;
		font-weight: normal;
		text-align: right;
		width: 150px;
	}
	#pageContact .inputInner table td {
		background: #FFFFFF url(../img/table_border.gif) repeat-x bottom;
	}
	#pageContact #cnt_company {
		width: 240px;
	}
	#pageContact #cnt_name {
		width: 240px;
	}
	#pageContact #cnt_mail {
		width: 200px;
	}
	#pageContact #cnt_webpage {
		width: 300px;
	}
	#pageContact #cnt_title {
		width: 360px;
	}
	#pageContact #cnt_msg {
		width: 500px;
		height: 200px;
	}
	/* 更新履歴 */
	#pageHistory h1 {
		font-size: 23px;
		margin-bottom: 10px;
		background: #FFF;
		line-height: 32px;
		padding-left: 10px;
		font-weight: normal;
	}
	#pageHistory dl {
		background: url(../img/line_h02.gif) repeat-x top;
		padding-top: 2px;
	}
	#pageHistory dt {
		font-size: 12px;
		line-height: 17px;
		padding: 7px 0 0px 10px;
		height: 17px;
		margin-left: 10px;
		background: url(../img/icon_arrow_04.gif) no-repeat 0px 10px;
	}
	#pageHistory dd {
		font-size: 12px;
		line-height: 17px;
		padding: 7px 0 10px 100px;
		margin-top: -24px;
		background: url(../img/line_h02.gif) repeat-x bottom;
	}
	/* 教室検索 */
	#pageSchoolSearch {
		margin-bottom: 20px;
		overflow: hidden;
	}
	#pageSchoolSearch h1 {
		font-size: 13px;
		line-height: 21px;
		padding-left: 10px;
		color: #FFF;
		margin-bottom: 8px;
		background-color: #65B113;
		border-radius: 3px;
	}
	#pageSchoolSearch div.boxForm {
		margin-bottom: 15px;
		background: #E9E9E2;
		text-align: center;
		border-bottom: 8px solid #F1F1F1;
	}
	#pageSchoolSearch div.boxForm form {
		border-bottom: 2px solid #F9F9F9;
		padding: 10px 0px 0px 0px;
	}
	#pageSchoolSearch div.boxForm li {
		font-size: 14px;
		margin-bottom: 10px;
	}
	#pageSchoolSearch #sn {
		width: 300px;
		font-weight: bold;
		border: 1px solid;
		border-color: #7C7C7C #CECECE #CECECE #7C7C7C;
		background: #FFF url(../img/bg_input_text.gif) no-repeat;
		height: 13px;
		padding: 3px;
		font-size: 13px;
		line-height: 14px;
	}
	#pageSchoolSearch #ssb {
		background: url(../img/bg_btn_search.gif) repeat-x;
		width: 74px;
		height: 21px;
		line-height: 20px;
		font-weight: bold;
		border: 1px solid #999b9a;
		background-color: #87BC1E;
	}
	#pageSchoolSearch ul.schoolList {
		background: url(../img/line_h01.gif) repeat-x top;
		padding-top: 4px;
	}
	#pageSchoolSearch ul.schoolList li {
		background: url(../img/line_h01.gif) repeat-x bottom;
		padding-bottom: 4px;
		margin-bottom: 3px;
	}
	#pageSchoolSearch ul.schoolList div.outer {
		background: #FFF;
		border: 1px solid #BDC8CA;
		border-radius: 2px;
		padding-bottom: 10px;
		font-size: 14px;
		overflow: hidden;
	}
	#pageSchoolSearch ul.schoolList div.outer h2 {
		margin: 0px 0px 10px 0px;
		padding: 7px 8px 4px 8px;
		background: #F6F6F6;
		font-size: 17px;
		line-height: 23px;
		font-weight: normal;
	}
	#pageSchoolSearch ul.schoolList div.inner {
		display: table;
		width: 100%;
	}
	#pageSchoolSearch ul.schoolList div.inner div.image {
		display: table-cell;
		vertical-align: top;
		width: 148px;
		padding-left: 8px;
	}
	#pageSchoolSearch ul.schoolList div.inner div.image img {
		border: 1px solid #EEE;
		padding: 3px;
	}
	#pageSchoolSearch ul.schoolList div.inner div.info {
		display: table-cell;
		vertical-align: top;
		padding-left: 8px;
		padding-right: 8px;
	}
	#pageSchoolSearch ul.schoolList div.inner p.category span.sc {
		font-size: 11px;
		display: inline-block;
		background: #F7F3E8;
		border: 1px solid #CCC;
		color: #609208;
		border-radius: 3px;
		padding: 1px 7px;
		margin-bottom: 4px;
	}
	#pageSchoolSearch ul.schoolList div.inner p.address {
		padding-top: 5px;
		font-size: 13px;
	}
	#pageSchoolSearch ul.schoolList div.inner p.outline {
		padding-top: 5px;
		font-size: 13px;
		line-height: 21px;
	}
	#pageSchoolSearch ul.schoolList div.inner div.toDetail {
		display: none;
	}
	#pageSchoolSearch ul.schoolList div.inner a:hover img {
		border-color: #B3DC24;
	}
	#pageSchoolSearch p.noData {
		color: #E00;
		text-align: center;
		padding: 30px 0px;
		font-size: 15px;
		line-height: 19px;
	}
	/* エラーページ */
	#pageError {
		padding: 20px;
		margin-bottom: 70px;
		text-align: center;
	}
	#pageError h1 {
		margin: 0px auto 50px auto;
		background: url(../img/error_title.gif) no-repeat;
		width: 245px;
		height: 25px;
		line-height: 30px;
		text-indent: 245px;
		overflow: hidden;
		text-align: left;
	}
	#pageError p {
		margin-bottom: 50px;
		line-height: 150%;
	}
	#pageError ul {
		margin-bottom: 70px;
	}
	#pageError ul li {
		line-height: 21px;
		font-size: 13px;
	}
	#pageError #btnBack {
		width: 130px;
		height: 30px;
	}
	div.spCampain {
		display: none;
	}
}

/*
	スマホ用
*/
@media screen and (max-width: 768px) {
	* {
		font-size: arial, sans-serif;
		-webkit-text-size-adjust: 100%;
	}
	body {
		color: #333;
		background: #F0F1EF;
		position: relative;
	}
	a {
		color: #65B113;
		text-decoration: underline;
	}
	a:hover {
		color: #C4364E;
		text-decoration: none;
	}
	a#toTop,
	a.spToTop {
		text-align: center;
		display: block;
		background: url(../img/sp/global/iconArrowUp01.png) no-repeat center 2px;
		background-size: 25px auto;
		padding-top: 25px;
		padding-bottom: 15px;
		font-size: 13px;
	}
	.breadcrumbs {
		margin-bottom: 8px;
		line-height: 17px;
		font-size: 13px;
		padding: 0px 3%;
	}
	.btn {
		padding-left: 0px;
		padding-right: 0px;
	}
	dl.pager {
		padding: 3% 3% 3% 3%;
		line-height: 16px;
		clear: both;
		background: #FFF;
	}
	dl.pager dt {
		font-size: 13px;
		margin-bottom: 8px;
	}
	dl.pager dd {
		font-size: 17px;
	}
	dl.pager dd span.sep {
		color: #DDD;
	}
	dl.pager dd ul {
		overflow: hidden;
	}
	dl.pager dd li {
		display: inline;
	}
	dl.pager dd li a,
	dl.pager dd li span {
		background: #FFF;
		display: inline-block;
		border: 1px solid #BDC8CA;
		padding: 2px 9px 0px 9px;
		margin-right: 3px;
		margin-bottom: 4px;
		border-radius: 3px;
		float: left;
		line-height: 26px;
		height: 26px;
		font-weight: normal;
	}
	dl.pager dd li span {
		background: #65B113;
		color: #FFF;
		border-color: #65B113;
	}
	input.write_false {
		background: #DDD;
		border: 1px solid #333;
		padding: 2px;
	}
	input.write_true {
		background: #F6FFFF;
	}
	/* ------------------------------------------------------------------------------- */
	/* ヘッダー */
	div#siteHeader div.header {
		background: #FFF;
		overflow: hidden;
		border-bottom: 1px solid #DDD;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10;
		box-shadow: 0px 1px 5px #DDD;
	}
	div#siteHeader div.header .h1 a {
		display: block;
		height: 30px;
		padding: 0px 0px 0px 0px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		margin: 8px auto;
		background: url(../img/sp/header/logo.png) no-repeat center center;
		background-size: auto 100%;
	}
	div#siteHeader div.header div.headerInfo {
		display: none;
	}
	div#siteHeader div.header div.spMenu {
		position: absolute;
		top: 0px;
		right: 6px;
		width: 45px;
		height: 16px;
		padding-top: 30px;
		background: url(../img/sp/header/menuIcon.png) no-repeat center 7px;
		background-size: 60% auto;
		font-size: 11px;
		text-align: center;
		cursor: pointer;
	}
	div#siteHeader div.headerNavi {
		display: none;
	}
	#panelRight {
		width: 190px;
		background: #FFF;
		display: none;
	}
	#panelRight ul.outer li {
		background: #FFF url(../img/icon_arrow_05.gif) no-repeat 7px 13px;
	}
	#panelRight ul.outer li.hnStore div {
		display: none;
	}
	#panelRight ul.outer li.hnRegist {
		display: none;
	}
	#panelRight ul.outer li a {
		background: #FFF;
		padding: 10px 10px 10px 23px;
		border-bottom: 1px solid #DDD;
		font-size: 13px;
		display: block;
		background: url(../img/sp/global/iconArrowRight01.png) no-repeat 97% center;
		background-size: 10px auto;
	}
	#panelRight ul.outer li div.subMenuOuter {
		display: none;
	}
	#headerTicker {
		display: none;
	}
	/* ------------------------------------------------------------------------------- */
	/* フッター */
	#footerOuter {
		clear: both;
		background: #86A91A;
		border-top: 4px solid #CDD8A9;
		overflow: hidden;
	}
	#footerOuter ul {
		margin-bottom: 10px;
	}
	#footerOuter ul li a {
		color: #FFF;
		border-bottom: 1px solid #CDD8A9;
		padding: 10px 23px;
		font-size: 13px;
		display: block;
		background: url(../img/icon_arrow_05.gif) no-repeat 7px 13px;
	}
	#footerOuter div.copyright {
		font-size: 13px;
		line-height: 19px;
		text-align: center;
		margin-bottom: 10px;
	}
	#footerOuter div.copyright a {
		color: #333;
	}
	#footerOuter div.copyright img {
		vertical-align: middle;
	}
	/* ページレイアウト */
	/* -------------------------------------------------------------------------------
	レイアウト：columnSetA
------------------------------------------------------------------------------- */
	#columnSetA {
		padding: 55px 0% 3% 0%;
		overflow: hidden;
		min-width: 320px;
	}
	#columnSetA .contentsMain {
		overflow: hidden;
	}
	/* -------------------------------------------------------------------------------
	レイアウト：columnSetB
------------------------------------------------------------------------------- */
	#columnSetB {
		padding: 55px 0% 3% 0%;
		overflow: hidden;
		min-width: 320px;
	}
	#columnSetB .contentsLeft ul.clBanner {
		margin-bottom: 3px;
	}
	#columnSetB .contentsLeft ul.clBanner li.twitter {
		display: none;
	}
	#columnSetB .contentsLeft ul.clBanner li.twitter a {
		background: url(../img/global/bannerTwitter.png) no-repeat;
		width: 164px;
		height: 38px;
		display: block;
		white-space: nowrap;
		overflow: hidden;
		text-indent: 100%;
	}
	#columnSetB .contentsLeft ul.clBanner li.twitter a:hover {
		filter: alpha(opacity=60);
		-moz-opacity: 0.6;
		opacity: 0.6;
	}
	#columnSetB .contentsLeft ul.qrMobile li {
		display: none;
	}
	#columnSetB .contentsLeft ul.prBanner {
		display: none;
	}
	#columnSetB .contentsLeft div.clQuickMenu {
		margin-bottom: 4%;
		background: #FFF;
	}
	#columnSetB .contentsLeft div.clQuickMenu h2 {
		font-size: 14px;
		height: 25px;
		line-height: 25px;
		font-weight: normal;
		border-top: 3px solid #65B113;
		padding: 5px 10px;
		color: #666;
	}
	#columnSetB .contentsLeft div.clQuickMenu ul {
		border-top: 1px solid #DDD;
	}
	#columnSetB .contentsLeft div.clQuickMenu ul li a {
		display: block;
		font-size: 13px;
		line-height: 23px;
		padding: 6px 0px 6px 13px;
		border-bottom: 1px solid #DDD;
		background: url(../img/sp/global/iconArrowRight01.png) no-repeat 97% center;
		background-size: 10px auto;
	}
	#columnSetB .contentsLeft div.clQuickMenu ul li.bbs {
		display: none;
	}
	#columnSetB .contentsLeft div.clRecAmazon {
		margin-bottom: 4%;
		background: #FFF;
	}
	#columnSetB .contentsLeft div.clRecAmazon h2 {
		font-size: 14px;
		height: 25px;
		line-height: 25px;
		font-weight: normal;
		border-top: 3px solid #65B113;
		padding: 5px 10px;
		color: #666;
	}
	#columnSetB .contentsLeft div.clRecAmazon ul {
		border-top: 1px solid #DDD;
	}
	#columnSetB .contentsLeft div.clRecAmazon ul li a {
		display: block;
		font-size: 13px;
		line-height: 23px;
		padding: 6px 0px 6px 13px;
		border-bottom: 1px solid #DDD;
		background: url(../img/sp/global/iconArrowRight01.png) no-repeat 97% center;
		background-size: 10px auto;
	}
	#columnSetB .contentsLeft div.gsbPC {
		display: none;
	}
	#columnSetB .contentsLeft div.adsSP {
		width: 320px;
		margin: 0px auto 4% auto;
	}
	/* ---------------------------------------------------------------------------- */
	td {
		overflow: hidden;
	}
	input[type=text] {
		width: 100%;
		box-sizing: border-box;
		border-radius: 3px;
		border: 1px solid #999;
		padding: 5px;
		-webkit-appearance: none;
	}
	input[type=email] {
		width: 100%;
		box-sizing: border-box;
		border-radius: 3px;
		border: 1px solid #999;
		padding: 5px;
		-webkit-appearance: none;
	}
	input[type=password] {
		box-sizing: border-box;
		border-radius: 3px;
		border: 1px solid #999;
		padding: 5px;
		-webkit-appearance: none;
	}
	input[type=submit] {
		box-sizing: border-box;
		border-radius: 2px;
		border: none;
		padding: 5px 8px;
		background: #65B113;
		color: #FFF;
		cursor: pointer;
		font-size: 13px;
		line-height: 13px;
		text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.3);
		font-weight: bold;
		-webkit-appearance: none;
	}
	input[type=button] {
		box-sizing: border-box;
		border-radius: 2px;
		border: none;
		padding: 5px 8px;
		background: #65B113;
		color: #FFF;
		cursor: pointer;
		font-size: 13px;
		line-height: 13px;
		text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.3);
		font-weight: bold;
		-webkit-appearance: none;
	}
	a.button {
		box-sizing: border-box;
		border-radius: 2px;
		border: none;
		padding: 5px 8px;
		background: #65B113;
		color: #FFF;
		cursor: pointer;
		font-size: 13px;
		line-height: 13px;
		font-weight: bold;
		display: block;
		text-decoration: none;
		text-align: center;
	}
	textarea {
		width: 100%;
		box-sizing: border-box;
		border-radius: 3px;
		border: 1px solid #999;
		padding: 5px;
		-webkit-appearance: none;
	}
	select {
		box-sizing: border-box;
		border-radius: 3px;
		border: 1px solid #999;
		padding: 5px;
		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
	}
	select::-ms-expand {
		display: none;
	}
	div.radio label {
		box-sizing: border-box;
		position: relative;
		text-indent: 23px;
		cursor: pointer;
		border-radius: 3px;
		display: block;
		float: left;
		padding: 8px 10px;
		background: #EEE;
		border: 1px solid #CCC;
		font-size: 13px;
	}
	div.radio label input[type=radio] {
		position: absolute;
		left: 10px;
		top: 0px;
		bottom: 0px;
		padding: 0px;
		margin: auto;
	}
	div.checkbox label {
		box-sizing: border-box;
		position: relative;
		text-indent: 23px;
		cursor: pointer;
		border-radius: 3px;
		display: block;
		float: left;
		padding: 8px 10px;
		background: #EEE;
		border: 1px solid #CCC;
		font-size: 13px;
	}
	div.checkbox label input[type=checkbox] {
		position: absolute;
		left: 10px;
		top: 0px;
		bottom: 0px;
		padding: 0px;
		margin: auto;
	}
	label.file {
		box-sizing: border-box;
		border-radius: 3px;
		border: 1px solid #65B113;
		padding: 5px 20px;
		background: #65B113;
		overflow: hidden;
		position: relative;
		display: inline-block;
		color: #FFF;
		margin-top: 3px;
	}
	label.file input[type=file] {
		filter: alpha(opacity=0);
		-moz-opacity: 0;
		opacity: 0;
		position: absolute;
		right: 0;
		top: 0;
		margin: 0px;
		cursor: pointer;
		font-size: 100px;
	}
	input.tel {
		width: 60px;
	}
	/* -------------------------------------------------------------------------------
	▽ユーザー（一般）
------------------------------------------------------------------------------- */
	/* ユーザー登録ページ */
	#pageRegistUser {
		margin-bottom: 20px;
		overflow: hidden;
		padding-top: 20px;
	}
	#pageRegistUser h1 {
		font-size: 31px;
		margin-bottom: 20px;
		line-height: 32px;
		font-weight: normal;
		text-align: center;
	}
	#pageRegistUser h2 {
		font-size: 13px;
		background-color: #333;
		color: #FFF;
		padding-left: 7px;
		line-height: 21px;
		margin-bottom: 6px;
	}
	#pageRegistUser p.txt {
		line-height: 25px;
		margin-bottom: 12px;
		padding: 10px 15px;
		font-size: 15px;
	}
	/* -------------------------------------------------------------------------------
	▽ユーザー（業者）
------------------------------------------------------------------------------- */
	/*
	#pageRegist
*/
	#pageRegist {
		margin-bottom: 10%;
		background: #FFF;
		padding-bottom: 6%;
	}
	#pageRegist h1 {
		font-size: 14px;
		height: 25px;
		line-height: 25px;
		font-weight: normal;
		border-top: 3px solid #609208;
		padding: 5px 10px;
		color: #666;
		border-bottom: 1px solid #DDD;
		margin-bottom: 8px;
	}
	#pageRegist div.inner {
		padding: 0px 3%;
	}
	#pageRegist h2 {
		font-size: 13px;
		background-color: #333;
		color: #FFF;
		padding-left: 7px;
		line-height: 21px;
		margin-bottom: 6px;
	}
	#pageRegist ul.steps {
		margin-bottom: 20px;
		width: 100%;
		overflow: hidden;
	}
	#pageRegist ul.steps li.arrow {
		display: none;
	}
	#pageRegist ul.steps li h3 {
		font-size: 13px;
		line-height: 27px;
		color: #369;
	}
	#pageRegist ul.steps li p {
		font-size: 13px;
		line-height: 21px;
		margin-bottom: 10px;
	}
	#pageRegist ul.steps li br {
		display: none;
	}
	#pageRegist p.txt {
		line-height: 21px;
		margin-bottom: 12px;
		font-size: 13px;
	}
	#pageRegist .formTableOuter {
		margin-bottom: 3%;
	}
	#pageRegist .formTableOuter table {
		border-collapse: collapse;
		width: 100%;
	}
	#pageRegist .formTableOuter table th {
		display: block;
		padding: 5px 10px 5px 10px;
		line-height: 17px;
		font-size: 13px;
		background: #E6E6E6;
		text-align: left;
		font-weight: normal;
	}
	#pageRegist .formTableOuter table td {
		display: block;
		padding: 10px 0px 12px 0px;
		line-height: 17px;
		font-size: 13px;
		background: #FFF;
	}
	#pageRegist .formTableOuter table td.inner {
		padding: 0px;
	}
	#pageRegist #ubiz_staff_name_last {
		width: 100px;
	}
	#pageRegist #ubiz_staff_name_first {
		width: 100px;
	}
	#pageRegist #ubiz_zip1 {
		width: 50px;
	}
	#pageRegist #ubiz_zip2 {
		width: 60px;
	}
	#pageRegist #ubiz_tel1 {
		width: 50px;
	}
	#pageRegist #ubiz_tel2 {
		width: 50px;
	}
	#pageRegist #ubiz_tel3 {
		width: 50px;
	}
	/*
	#pageRegistCheck
*/
	#pageRegistCheck {
		margin-bottom: 10%;
		background: #FFF;
		overflow: hidden;
		padding-bottom: 6%;
	}
	#pageRegistCheck div.inner {
		padding: 0px 3%;
	}
	#pageRegistCheck h1 {
		font-size: 14px;
		height: 25px;
		line-height: 25px;
		font-weight: normal;
		border-top: 3px solid #609208;
		padding: 5px 10px;
		color: #666;
		border-bottom: 1px solid #DDD;
		margin-bottom: 3%;
	}
	#pageRegistCheck .inputInner {
		margin-bottom: 3%;
	}
	#pageRegistCheck .inputInner table {
		border-collapse: collapse;
		width: 100%;
	}
	#pageRegistCheck .inputInner table th {
		display: block;
		padding: 5px 10px 5px 10px;
		line-height: 17px;
		font-size: 13px;
		background: #E6E6E6;
		text-align: left;
		font-weight: normal;
	}
	#pageRegistCheck .inputInner table td {
		display: block;
		padding: 10px 0px 12px 0px;
		line-height: 17px;
		font-size: 13px;
		background: #FFF;
	}
	#pageRegistCheck p.txt {
		line-height: 23px;
		margin-bottom: 12px;
		padding: 10px 15px;
		font-size: 14px;
	}
	/*
	#pageRegistDone
*/
	#pageRegistDone {
		margin-bottom: 10%;
		background: #FFF;
		overflow: hidden;
		padding-bottom: 6%;
	}
	#pageRegistDone div.inner {
		padding: 0px 3%;
	}
	#pageRegistDone h1 {
		font-size: 14px;
		height: 25px;
		line-height: 25px;
		font-weight: normal;
		border-top: 3px solid #609208;
		padding: 5px 10px;
		color: #666;
		border-bottom: 1px solid #DDD;
		margin-bottom: 3%;
	}
	#pageRegistDone p.txt {
		line-height: 23px;
		padding: 10px 0px;
		font-size: 14px;
		text-align: center;
	}
	/* 教室ログインページ */
	#pageBizLogin {
		margin-bottom: 20px;
		overflow: hidden;
	}
	#pageBizLogin h1 {
		font-size: 19px;
		margin-bottom: 12px;
		background: #C90;
		color: #FFF;
		line-height: 32px;
		padding-left: 10px;
	}
	#pageBizLogin p.outline {
		margin-bottom: 30px;
		line-height: 19px;
		padding: 0px 10px;
		font-size: 15px;
	}
	#pageBizLogin .boxLogin {
		width: 340px;
		margin: 0px auto 30px auto;
	}
	#pageBizLogin .boxRegist {
		width: 340px;
		margin: 0px auto;
	}
	#pageBizLogin table {
		border: 1px solid #333;
		background: #FAFAFA;
		margin-bottom: 15px;
		height: 100px;
	}
	#pageBizLogin caption {
		font-size: 15px;
		background: #333;
		color: #FFF;
		padding-left: 7px;
		line-height: 29px;
		text-align: left;
	}
	#pageBizLogin td {
		padding: 2px 5px;
		line-height: 19px;
	}
	#pageBizLogin input.impact {
		height: 20px;
		line-height: 20px;
		font-size: 15px;
		font-weight: bold;
		padding-left: 5px;
		padding-right: 5px;
	}
	#pageBizLogin .txt1 {
		font-size: 12px;
	}
	#pageBizLogin .txt2 {
		margin-bottom: 20px;
	}
	#pageBizLogin .regist a {
		width: 114px;
		height: 23px;
		text-indent: 114px;
		line-height: 23px;
		overflow: hidden;
		display: block;
		background: url(../img/member/btn_regist.gif) no-repeat;
	}
	/* 教室ログアウトページ */
	#pageLogout {
		margin-bottom: 100px;
		overflow: hidden;
	}
	#pageLogout h1 {
		font-size: 23px;
		margin-bottom: 20px;
		background: #FAFAFA;
		line-height: 32px;
		padding-left: 10px;
	}
	#pageLogout p {
		margin-bottom: 30px;
		line-height: 21px;
		padding: 0px 20px;
	}
	/* パスワード再送 */
	#pageLostpass {
		margin-bottom: 100px;
		overflow: hidden;
	}
	#pageLostpass h1 {
		font-size: 23px;
		margin-bottom: 20px;
		background: #FAFAFA;
		line-height: 32px;
		padding-left: 10px;
	}
	#pageLostpass p {
		margin-bottom: 30px;
		line-height: 21px;
		padding: 0px 20px;
	}
	/* ------------------------------------------------------------------------------- */
	/* ------------------------------------------------------------------------------- */
	/*
	pageMessageAuth
*/
	#pageMessageAuth {
		padding: 20px 0px;
	}
	#pageMessageAuth h1 {
		font-weight: normal;
		margin-bottom: 50px;
	}
	#pageMessageAuth p.text {
		font-size: 15px;
		margin-bottom: 30px;
		text-align: center;
	}
	#pageMessageAuth dl.fields {
		margin-bottom: 50px;
		overflow: hidden;
		margin-left: 280px;
	}
	#pageMessageAuth dl.fields dt {
		margin-bottom: 5px;
		line-height: 30px;
		float: left;
		width: 100px;
		margin-right: 10px;
		text-align: right;
	}
	#pageMessageAuth dl.fields dd {
		margin-bottom: 10px;
		line-height: 30px;
	}
	#pageMessage {
		padding: 20px 0px;
	}
	#pageMessage h1 {
		font-weight: normal;
		margin-bottom: 20px;
	}
	#pageMessage p.text {
		font-size: 15px;
		margin-bottom: 20px;
		text-align: center;
	}
	#pageMessage dl.fields {
		margin-bottom: 30px;
		margin-left: 60px;
		overflow: hidden;
	}
	#pageMessage dl.fields dt {
		margin-bottom: 5px;
		line-height: 30px;
		float: left;
		width: 70px;
		margin-right: 10px;
		text-align: right;
		clear: both;
	}
	#pageMessage dl.fields dd {
		margin-bottom: 10px;
		line-height: 30px;
	}
	/* 逆アクセスランキング */
	#pageAccess h1 {
		font-size: 19px;
		padding: 7px 10px;
		color: #FFF;
		margin-bottom: 8px;
		background-color: #65B113;
		font-weight: normal;
	}
	#pageAccess h2 {
		font-size: 13px;
		margin-bottom: 10px;
		margin-left: 10px;
		background: #FAFAFA;
		line-height: 19px;
		padding-left: 5px;
	}
	#pageAccess h3 {
		font-size: 13px;
		margin-bottom: 10px;
		margin-left: 10px;
		background: #FAFAFA;
		line-height: 19px;
		padding-left: 5px;
	}
	#pageAccess p {
		line-height: 15px;
		margin: 0px 10px 18px 10px;
		font-size: 12px;
	}
	#pageAccess table.data {
		width: 100%;
		background: #FFF;
		border-collapse: collapse;
		margin: 0px auto 20px auto;
		border: 8px solid #FFF;
	}
	#pageAccess table.data th {
		font-size: 13px;
		line-height: 15px;
		padding: 8px 5px;
		background: #D5EEFF;
	}
	#pageAccess table.data td {
		font-size: 13px;
		line-height: 17px;
		padding: 10px 5px;
		border-bottom: 1px dotted #666;
	}
	#pageAccess table.data td a {
		text-decoration: none;
	}
	#pageAccess dl.site_info {
		margin-bottom: 18px;
		margin-left: 15px;
	}
	#pageAccess dl.site_info dt {
		width: 80px;
		padding: 5px;
		height: 12px;
	}
	#pageAccess dl.site_info dd {
		padding: 5px;
		margin-top: -22px;
		margin-left: 80px;
	}
	#pageAccess dl.code {
		margin: 0px 15px 18px 20px;
	}
	#pageAccess dl.code dt {
		width: 90px;
		height: 31px;
	}
	#pageAccess dl.code dt img {
		vertical-align: middle;
	}
	#pageAccess dl.code dd {
		margin-top: -31px;
		margin-left: 92px;
		margin-bottom: 5px;
		font-size: 11px;
		border: 1px solid #CCC;
		height: 19px;
		padding: 5px;
		background: #FFF;
	}
	#pageAccess #howto p {
		margin-left: 20px;
	}
	/* よくあるご質問ページ */
	#pageFaq {
		background: #FFF;
		margin-bottom: 10%;
		overflow: hidden;
	}
	#pageFaq h1 {
		font-size: 14px;
		height: 25px;
		line-height: 25px;
		font-weight: normal;
		border-top: 3px solid #609208;
		padding: 5px 10px;
		color: #666;
		border-bottom: 1px solid #DDD;
		margin-bottom: 8px;
	}
	#pageFaq div.inner {
		padding: 0px 3%;
		margin-bottom: 5%;
	}
	#pageFaq h2 {
		font-size: 13px;
		background: #609208;
		line-height: 21px;
		padding-left: 10px;
		color: #FFF;
		margin-bottom: 3%;
	}
	#pageFaq dl {
		margin-bottom: 5%;
	}
	#pageFaq dl dt {
		line-height: 19px;
		margin-bottom: 10px;
		font-size: 13px;
		font-weight: bold;
		color: #333;
	}
	#pageFaq dl dd {
		line-height: 19px;
		margin-bottom: 10px;
		font-size: 13px;
	}
	/* よくあるご質問ページ 投稿削除フォーム */
	#pageFaqDelete {
		background: #FFF;
		margin-bottom: 10%;
		overflow: hidden;
	}
	#pageFaqDelete h1 {
		font-size: 14px;
		height: 25px;
		line-height: 25px;
		font-weight: normal;
		border-top: 3px solid #609208;
		padding: 5px 10px;
		color: #666;
		border-bottom: 1px solid #DDD;
		margin-bottom: 8px;
	}
	#pageFaqDelete div.inner {
		padding: 0px 3%;
		margin-bottom: 5%;
	}
	#pageFaqDelete h2 {
		font-size: 13px;
		background: #609208;
		line-height: 21px;
		padding-left: 10px;
		color: #FFF;
		margin-bottom: 3%;
	}
	#pageFaqDelete h3 {
		font-weight: bold;
		line-height: 19px;
		margin: 0px 0px 3% 0px;
		color: #333;
		background: #EEE;
		font-size: 13px;
		padding: 4px 5px;
	}
	#pageFaqDelete p {
		padding: 0px;
		margin-bottom: 4%;
		line-height: 23px;
		font-size: 13px;
	}
	#pageFaqDelete dl {
		margin-bottom: 10px;
		overflow: hidden;
	}
	#pageFaqDelete dl dt {
		float: left;
		line-height: 25px;
		margin-bottom: 10px;
		margin-right: 5px;
		color: #333;
		font-size: 13px;
		clear: left;
	}
	#pageFaqDelete dl dd {
		float: left;
		line-height: 25px;
		margin-bottom: 10px;
	}
	#pageFaqDelete dd:last-of-type {
		clear: left;
	}
	/* ガイドライン */
	#pageGuideBbs h1 {
		background-color: #333;
		font-size: 13px;
		color: #FFF;
		padding: 5px;
		margin-bottom: 12px;
	}
	#pageGuideBbs dt {
		font-weight: bold;
	}
	#pageGuideBbs dd {
		margin: 10px 20px 20px 20px;
		text-indent: -1em;
		padding-left: 1em;
		line-height: 17px;
	}
	#pageGuideBbs ul {
		margin: 10px 30px 20px 30px;
	}
	#pageGuideBbs li {
		line-height: 19px;
	}
	#pageGuideBbs p {
		line-height: 21px;
	}
	/* ご利用規約ページ */
	#pageRule {
		margin-bottom: 10%;
		background: #FFF;
		padding-bottom: 6%;
	}
	#pageRule h1 {
		font-size: 14px;
		height: 25px;
		line-height: 25px;
		font-weight: normal;
		border-top: 3px solid #609208;
		padding: 5px 10px;
		color: #666;
		border-bottom: 1px solid #DDD;
		margin-bottom: 8px;
	}
	#pageRule div.inner {
		padding: 0px 3%;
	}
	#pageRule dl dt {
		font-weight: bold;
	}
	#pageRule dl dd {
		margin: 10px 0px 20px 0px;
		line-height: 17px;
		font-size: 13px;
	}
	#pageRule ul {
		margin: 10px 0px 20px 10px;
	}
	#pageRule ul li {
		line-height: 19px;
		font-size: 13px;
	}
	#pageRule p {
		line-height: 21px;
		font-size: 13px;
	}
	/* お問い合わせ */
	#pageContact {
		margin-bottom: 10%;
		background: #FFF;
		padding-bottom: 6%;
	}
	#pageContact h1 {
		font-size: 14px;
		height: 25px;
		line-height: 25px;
		font-weight: normal;
		border-top: 3px solid #609208;
		padding: 5px 10px;
		color: #666;
		border-bottom: 1px solid #DDD;
		margin-bottom: 8px;
	}
	#pageContact div.inner {
		padding: 0px 3%;
	}
	#pageContact p.txt {
		line-height: 19px;
		margin-bottom: 20px;
		padding: 0px;
		font-size: 14px;
	}
	#pageContact p.done {
		line-height: 30px;
		margin-bottom: 20px;
		padding: 50px 0px;
		font-size: 14px;
		text-align: center;
	}
	#pageContact .inputInner {
		margin-bottom: 3%;
	}
	#pageContact .inputInner table {
		border-collapse: collapse;
		width: 100%;
	}
	#pageContact .inputInner table th {
		display: block;
		padding: 5px 10px 5px 10px;
		line-height: 17px;
		font-size: 13px;
		background: #E6E6E6;
		text-align: left;
		font-weight: normal;
	}
	#pageContact .inputInner table td {
		display: block;
		padding: 10px 0px 12px 0px;
		line-height: 17px;
		font-size: 13px;
		background: #FFF;
	}
	#pageContact .inputInner table td small {
		display: none;
	}
	#pageContact .inputInner table th span {
		background: #F33;
		float: left;
		color: #FFF;
		font-size: 11px;
		padding: 0px 3px;
		border-radius: 3px;
	}
	#pageContact #cnt_msg {
		height: 100px;
	}
	/* 更新履歴 */
	#pageHistory {
		margin-bottom: 10%;
		background: #FFF;
		padding-bottom: 6%;
	}
	#pageHistory h1 {
		font-size: 14px;
		height: 25px;
		line-height: 25px;
		font-weight: normal;
		border-top: 3px solid #609208;
		padding: 5px 10px;
		color: #666;
		border-bottom: 1px solid #DDD;
		margin-bottom: 3%;
	}
	#pageHistory div.inner {
		padding: 0px 3%;
	}
	#pageHistory dl {
		background: url(../img/line_h02.gif) repeat-x top;
		padding-top: 2px;
	}
	#pageHistory dl dt {
		font-size: 13px;
		line-height: 17px;
		padding: 5px 0 0px 10px;
		height: 17px;
		background: url(../img/icon_arrow_04.gif) no-repeat 0px 9px;
	}
	#pageHistory dl dd {
		font-size: 13px;
		line-height: 17px;
		padding: 5px 0 10px 10px;
		background: url(../img/line_h02.gif) repeat-x bottom;
	}
	/* 教室検索 */
	#pageSchoolSearch {
		margin-bottom: 20px;
	}
	#pageSchoolSearch h1 {
		font-size: 14px;
		line-height: 27px;
		padding-left: 10px;
		color: #FFF;
		margin-bottom: 1px;
		background-color: #65B113;
		text-shadow: #5C8746 0px 1px 1px;
	}
	#pageSchoolSearch div.boxForm {
		background: #FFF;
		text-align: center;
		padding-bottom: 4px;
	}
	#pageSchoolSearch div.boxForm div.inner {
		background: #E9E9E2;
		box-shadow: 0px 1px 5px #DDD;
	}
	#pageSchoolSearch div.boxForm ul {
		padding: 10px 0px 0px 0px;
	}
	#pageSchoolSearch div.boxForm ul li {
		font-size: 14px;
	}
	#pageSchoolSearch div.boxForm select {
		background: #FFF;
		margin-bottom: 8px;
	}
	#pageSchoolSearch div.boxForm #sn {
		width: 50%;
		font-weight: bold;
		height: 23px;
		padding: 3px;
		font-size: 13px;
		line-height: 14px;
		margin-bottom: 8px;
	}
	#pageSchoolSearch div.boxForm #ssb {
		width: 74px;
		height: 22px;
		font-weight: bold;
		padding: 0px;
		vertical-align: middle;
	}
	#pageSchoolSearch ul.schoolList {
		margin-bottom: 10px;
	}
	#pageSchoolSearch ul.schoolList li {
		margin-bottom: 13px;
		box-shadow: 0px 1px 5px #DDD;
	}
	#pageSchoolSearch ul.schoolList div.outer {
		background: #FFF;
		border-top: 1px solid #DDD;
	}
	#pageSchoolSearch ul.schoolList div.outer h2 {
		margin: 0px 0px 0px 0px;
		padding: 9px 8px 9px 8px;
		background: #F6F6F6;
		font-size: 17px;
		line-height: 23px;
		font-weight: normal;
	}
	#pageSchoolSearch ul.schoolList div.inner {
		font-size: 14px;
		padding: 0px 0px;
	}
	#pageSchoolSearch ul.schoolList div.inner div.image {
		text-align: center;
		padding-top: 8px;
	}
	#pageSchoolSearch ul.schoolList div.inner div.image a {
		display: inline-block;
	}
	#pageSchoolSearch ul.schoolList div.inner div.image a img {
		border: 1px solid #DDD;
		padding: 5px;
		display: block;
	}
	#pageSchoolSearch ul.schoolList div.inner div.info {
		padding: 0px 8px 8px 8px;
	}
	#pageSchoolSearch ul.schoolList div.inner div.info p.category {
		padding-top: 7px;
	}
	#pageSchoolSearch ul.schoolList div.inner div.info p.category span.sc {
		font-size: 11px;
		display: inline-block;
		background: #F7F3E8;
		border: 1px solid #CCC;
		color: #609208;
		border-radius: 3px;
		padding: 3px 7px;
		margin-bottom: 4px;
	}
	#pageSchoolSearch ul.schoolList div.inner div.info p.address {
		padding-top: 7px;
	}
	#pageSchoolSearch ul.schoolList div.inner div.info p.outline {
		padding-top: 7px;
		line-height: 21px;
		word-break: break-all;
	}
	#pageSchoolSearch ul.schoolList div.inner div.toDetail {
		border-top: 1px dashed #CCC;
		padding: 8px 8px;
	}
	#pageSchoolSearch ul.schoolList div.inner div.toDetail a {
		height: 30px;
		line-height: 29px;
		padding: 0px;
	}
	#pageSchoolSearch ul.schoolList div.inner a:hover img {
		border-color: #B3DC24;
	}
	#pageSchoolSearch p.noData {
		color: #E00;
		text-align: center;
		padding: 30px 0px;
		font-size: 13px;
		line-height: 19px;
	}
	#pageSchoolSearch dl.pager.right {
		box-shadow: 0px 1px 5px #DDD;
	}
	/*
	エラーページ
*/
	#pageError {
		padding: 20px;
		margin-bottom: 50px;
	}
	#pageError h1 {
		margin: 0px auto 40px auto;
		font-size: 24px;
		text-align: center;
	}
	#pageError p {
		margin-bottom: 30px;
		line-height: 150%;
		text-align: center;
		font-size: 14px;
	}
	#pageError ul {
		margin-bottom: 50px;
	}
	#pageError ul li {
		line-height: 21px;
		font-size: 13px;
		text-align: center;
	}
	#pageError #btnBack {
		display: block;
		width: 150px;
		height: 30px;
		margin: 0px auto;
	}
	div.spCampain {
		margin-bottom: 3%;
	}
	div.spCampain a {
		display: block;
		background: url(../img/global/campain/20171009/crystal.jpg) no-repeat;
		background-size: 100% auto;
		width: 100%;
		height: 0px;
		padding-top: 56.25%;
		text-indent: 100%;
		overflow: hidden;
		white-space: nowrap;
	}
}

/* オーバーレイ */
#overlay_iefix {
	position: fixed;
	z-index: 89;
	top: 0;
	width: 100%;
	overflow: hidden;
	background: #000;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#overlay_bg {
	position: fixed;
	z-index: 90;
	top: 0;
	width: 100%;
	overflow: hidden;
	background: #000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#overlay {
	position: fixed;
	z-index: 91;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}

#overlay iframe {
	background: #FFF;
	width: 92%;
	max-width: 900px;
	margin: auto;
	display: block;
	border: 5px solid #0F2A4F;
	box-sizing: border-box;
}

* html #overlay_iefix {
	position: absolute;
}

* html #overlay_bg {
	position: absolute;
}

* html #overlay {
	position: absolute;
}
