@charset "utf-8";
/* CSS Document */

/* member_login
----------------------------------*/
.loginBox {
	float: left;
	width: 390px;
	border: 1px solid #333;
	box-sizing: border-box;
	height: 300px;
}

.loginBox h3 {
	color: #FFF;
	background-color: #333;
	margin-bottom: 30px;
	font-size: 18px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.loginBox .login_inpt {
	width: 250px;
	margin-bottom: 10px;
	margin-left: 70px;
	border-radius: 3px;
	font-size: 14px;
	border: 1px solid #7f9db9;
}

.member_setsumei a {
	background-color: #8ec33b;
	text-align: center;
	width: 200px;
	font-size: 16px;
	color: #FFF;
	display: block;
	padding-top: 10px;
	box-sizing: border-box;
	border-radius: 5px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-bottom: 10px;
	margin-top: 50px;	
}
.login_btn {
	background-color: #8ec33b;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	display: block;
	padding-top: 5px;
	border-radius: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
	border: thin solid #8ec33b;
	padding-right: 20px;
	padding-left: 20px;
}

/* member_password_remainder
----------------------------------*/
#passwordBox {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #333;
	box-sizing: border-box;
}

#passwordBox h3 {
	color: #FFF;
	background-color: #333;
	margin-bottom: 30px;
	font-size: 18px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* member_registration
----------------------------------*/
.setsumeiBox {
	margin-bottom: 30px;
	border: 1px solid #ec565f;
	background-color: #FFF2F2;
}

.setsumeiBoxMain {
	padding: 20px;
}

.setsumeiBox h2 {
	background-color: #ec565f;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.setsumeiBox h2 span {
	font-size: 14px;
	line-height: 16px;
	color: #EC565F;
	background-color: #FFF;
	height: 16px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 10px;
	border-radius: 5px;
}

.setsumeiBox  .midashi {
	font-size: 16px;
	line-height: 24px;
	background-color: #FC0;
	text-align: center;
	height: 24px;
	margin-bottom: 20px;
	border-radius: 12px;
}
.stepBox {
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: 20px;
}

.stepBox li {
 float: left;
}

/* テーブル
-------------*/
.setsumeiBoxMain table{
	border-collapse: collapse;
	border: 1px solid #6ABBEA;
	background-color: #fffae6;
	letter-spacing: 0.1em;
	text-align: center;
	font-size: 14px;
	margin-right: 20px;
	margin-left: 20px;
	width: 720px;
}

.setsumeiBoxMain th{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-right-color: #6ABBEA;
	border-bottom-color: #6ABBEA;
	padding: 10px;
	line-height: 1.8em;
	font-weight: normal;
}

.setsumeiBoxMain td{
	border-right: 1px solid #6ABBEA;
	border-bottom: 1px solid #6ABBEA;
	padding: 10px;
}

.setsumeiBoxMain table.point th{
	width: 465px;
	text-align: left;
}

.setsumeiBoxMain table.point span.s{
	line-height: 1.3em;
}

.setsumeiBoxMain table.point td{
	text-align: left;
}

.setsumeiBoxMain table.pre th{
	width: 210px;
	font-weight: bold;
}

.setsumeiBoxMain table.pre td{


}
.setsumeiBoxMain table.point th.omakase{
	position:relative;
	padding:10px 10px 220px 10px;
}
.setsumeiBoxMain table.point th.omakase span.omakase01{
	position:absolute;
	left:5em;
	top:3em;
	width:400px;
	height:5em;
	font-weight:600;
	text-align:left;
	}
/* member_menu
-------------*/
.menuBoxMain {
	padding: 20px;
}

.menuBoxMain ul {
	margin-right: 20px;
	margin-left: 20px;
}
.menuBoxMain li {
	float: left;
	width: 226px;
	margin: 0 10px 10px 0;
	line-height: 1em;
}
.menuBoxMain li a {
	display: block;
	background: #fffae6;
	color: #484848;
	font-size: 12px;
	font-weight:bold;
	padding: 10px;
	position: relative;
	border: 1px solid #6ABBEA;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.menuBoxMain li a::after{
	 border-right: 3px solid #6ABBEA;
	 border-top: 3px solid #6ABBEA;
	 border-radius: 2px;
	 content: "";
	 margin: 0 0 0 10px;
	 position: absolute;
	 top: 11px;
	 right: 10px;
	 transform: rotate(45deg);
	 -webkit-transform: rotate(45deg);
	 width: 8px;
	 height: 8px;
}
.menuBoxMain li a:hover::after {
	 border-right: 3px solid #fffae6;
	 border-top: 3px solid #fffae6;
	 border-radius: 2px;
	 content: "";
	 margin: 0 0 0 10px;
	 right: 10px;
	 position: absolute;
	 transform: rotate(45deg);
	 -webkit-transform: rotate(45deg);
	 top: 10px;
	 width: 8px;
	 height: 8px;
}
.menuBoxMain li a:hover {
	color: #fff;
	background-color: #6ABBEA;
 	/*text-shadow: 0 1px 1px rgba(0,0,0,.3);*/
}
/* 会員登録ボタン
-------------*/
.memberBtn {
	font-size: 18px;
	background-color: #F60;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border-radius: 5px;
}

.memberBtn a {
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}

/* メリット
-------------*/
dl.meritBox {
	border-right: 1px solid #6ABBEA;
	border-bottom: 1px solid #6ABBEA;
	background-color: #6ABBEA;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
}

dl.meritBox dt {
  width: 50px;
  float: left;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8em;
  font-size:16px;
  color:#fff;
  border-top: 1px dotted #fff;
}

dl.meritBox dt.top {
  border-top: 1px solid #6ABBEA;
}
dl.meritBox dd {
	margin-left: 70px;
	padding: 10px;
	background: #fffae6;
	line-height: 1.8em;
	font-size: 14px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6ABBEA;
}
dl.meritBox dd span{
  font-size:16px;
  font-weight: bold;
  color:#6ABBEA;
}

/* member_registration フォーム
----------------------------------*/
h3.attention {
	font-size: 18px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #666;
	border-left-color: #9CC65C;
	margin-bottom: 20px;
}

p.nyuryoku{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 40px;
	background-color: #D2E7A7;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: normal;
	padding-left: 20px;
	text-align: center;
}

table.formTable {
	border-collapse: collapse;
	letter-spacing: 0.1em;
	border: 1px solid #cccccc;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

table.formTable th.entry{
	background-color: #A8D152;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
}

table.formTable th.entry span {
	font-size: 12px;
}

table.formTable th{
	background-color: #efefef;
	border-bottom: 1px solid #cccccc;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding: 10px 20px;
}

table.formTable td{
	border: 1px solid #cccccc;
	font-size: 12px;
	font-weight: normal;
	padding: 10px;
}

table.formTable td.icon{
	background-color: #efefef;
	border-left-style: none;
	padding-left: 0px;
}

table.formTable td.icon span.hissu {
	text-align: center;
	background-color: #ec565f;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: normal;
	font-size: 11px;
	display: block;
	padding: 2px;
	width: 35px;
	color: #FFF;
}

table.privacyTable{
	border-collapse: collapse;
	border: 1px solid #cccccc;
	margin-bottom: 20px;
	width: 100%;
}

table.privacyTable th{
	background-color: #dcdcdc;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding: 7px 20px;
	line-height: normal;
}

table.privacyTable td{
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 14px;
	font-weight: normal;
	padding: 20px;
	text-align: left;
	line-height:2.0em;
}

table.privacyTable .memberKiyaku{
	width: 720px;
	line-height: 1.8em;
	font-size: 12px;
	margin-top: 10px;
	padding: 10px 20px;
	border: 1px solid #999;
	color: #333;
}

/*add end*/

table.formTable input.txt {
	font-size: 12px;
	color: #06396a;
	border: 1px solid #7f9db9;
	height: 22px;
	width: 150px;
	margin-right: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

table.formTable input.txtW {
 font-size: 12px;
 color: #06396a;
 border: 1px solid #7f9db9;
 height: 22px;	
 width: 240px;
 margin-right: 5px;
 padding-right: 5px;
 padding-left: 5px;
}

table.formTable input.zipcode {
 font-size: 12px;
 color: #06396a;
 border: 1px solid #7f9db9;
 height: 22px;		
 width: 60px;
 margin-right: 5px;
}

table.formTable input.birth {
 font-size: 12px;
 color: #06396a;
 border: 1px solid #7f9db9;
 height: 22px;	
 width: 60px;
}

table.formTable select.birth {
 font-size: 12px;
 color: #06396a;
 border: 1px solid #7f9db9;
 height: 22px;	
 width: 60px;
}

table.formTable select.job,table.formTable select.area {
 font-size: 12px;
 color: #06396a;
 border: 1px solid #7f9db9;
 height: 22px;	
 width: 160px;
}

table.formTable span.ex {
 color:#7f9db9;
 padding-left:5px;
}

/* 会員規約
-------------------------------------*/
#memberKiyaku{
	color: #484848;
	border: 1px solid #CCCCCC;
	width: 800px;
	margin-bottom: 20px;
	padding: 20px;
	background-color: #F7F7F7;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

#memberKiyaku  h3 {
	font-size: 18px;
	background-color: #8EC33B;
	color: #FFF;
	margin-bottom: 20px;
	padding: 10px;
}

#memberKiyaku h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
.syokai {
	background-color: #efefef;
	padding: 20px;
}
.adSearchBoxContents{
	padding-left: 20px;
	margin-bottom: 20px;
}
/* お問い合わせ
-------------------------------------*/
ul.chrckUL{
}
ul.chrckUL li{
	float: left;
	width: 50%;
	font-size: 14px;
	margin-bottom: 10px;
}
.naiyo_text {
	width: 720px;
	margin-left: 20px;
	height: 150px;
}
/* パンフレット申込みリスト
-------------------------------------*/
.pamphCart {
	margin-bottom: 20px;
}

.pamphCart table{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #cccccc;
}

.pamphCart th {
	border: 1px solid #cccccc;
	color: #FFF;
	font-size: 16px;
	background-color: #8EC33B;
	text-align: left;
	padding: 5px 20px;
}

.pamphCart td {
	border: 1px solid #cccccc;
	text-align: left;
	font-size: 16px;
	padding: 20px;
}

.pamphCart td.school {
 width: 80%;
}

.pamphCart td.cancel{
	text-align: center;
}

.pamphCart td.cancel span {
	text-align: center;
	background-color: #DCDCDC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: normal;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
	font-size: 12px;
}

.pamphCart td.cancel span a {
	color: #484848;
}
.pamphlet_button a {
	font-size: 20px;
	line-height: 70px;
	color: #FFF;
	text-align: center;
	display: block;
	height: 70px;
	margin-top: 50px;
	margin-bottom: 50px;
	background-color: #EC565F;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;
}

/* pamphlet osusume new
-------------------------------------*/
#osusumeBox{
	margin-left: auto;
	margin-top: 20px;
}

#osusumeBox .subsetumei{
	text-align: left;
	font-size: 15px;
	background-color: #ACD571;
	margin-bottom: 10px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	font-weight: bold;
}

#osusumeBox .schoolBox {
	position: relative;
	width: 230px;
	background-color: #efefef;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	float: left;
	display: inline;
	padding: 10px;
	height: 280px;
	margin-top: 10px;
	margin-right: 8px;
	margin-bottom: 10px;
	margin-left: 8px;
}

#osusumeBox .schoolBox .schoolName{
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 10px;
	text-align: left;
}

#osusumeBox .schoolBox .schoolName span{
	font-size: 10px;
	padding: 2px;
	background-color: #ACD571;
	margin-left: 5px;
	font-weight: normal;
	white-space: nowrap;
	line-height: normal;
}

#osusumeBox .schoolBox .schoolPhoto {
	text-align: center;
	margin-bottom:10px;
}

#osusumeBox .schoolBox .bunyaName{
	margin-bottom: 10px;
	text-align: left;
	font-size: 12px;
	line-height: 1.5em;
}

#osusumeBox .schoolBox .fbSetsumei{
	position: absolute;
	text-align: center;
	font-weight: bold;
	left: 30px;
	bottom: 10px;
	display: block;
	font-size: 12px;
	width: 190px;
}
#osusumeBox .schoolBox .add_button a {
	font-size: 14px;
	background-color: #EC565F;
	line-height: 30px;
	height: 30px;
	color: #FFF;
	display: block;
	width: 190px;
	border-radius: 15px;
}

/* equestMember
-------------------------------------*/
.requestMember {

}

.requestMember p.entry{
	background-color: #D2E7A7;
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.requestMemberLogin {
	padding: 20px;
	border: 1px solid #CCC;
	/*padding: 20px;*/
}

.requestMemberLogin span {
	font-size: 14px;
	font-weight: bold;
	margin-right: 10px;
}

.requestMemberLogin input.login {
 font-size: 12px;
 color: #7f9db9;
 border: 1px solid #7f9db9;
 height: 22px;	
 width: 180px;
 margin-right: 20px;
	padding-right: 5px;
	padding-left: 5px;
}

.requestMemberHelp {
	padding-top: 20px;
}

/*requestMemberHelp li{
	float: left;
	margin-right: 30px;
	background-image: url(/images_ver2/point.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 10px;
	font-size: 14px;
}*/

.requestMemberHelp li {
	right: 0px;
	float: left;
	list-style-type: none !important;
	list-style-image: none !important;
	position: relative;
	padding-left: 15px;
	font-size: 12px;
	height: 12px;
	line-height: 1em;
	margin-right: 50px;
}

.requestMemberHelp li:before{
	content:''; 
	display:block; 
	position:absolute; 
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
	top:0px; 
	left:3px;
	height:0; 
	width:0; 
	border-top: 5px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 4px solid #8ec33b;
}

p.noMember{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 30px;
	background-color: #D2E7A7;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: normal;
	padding-left: 20px;
	margin-top: 60px;
}
/* point_get
-------------------------------------*/
table.pointTable {
	border-collapse: collapse;
	border: 1px solid #999;
	letter-spacing: 0.1em;
	text-align: center;
	font-size: 14px;
	margin-bottom: 40px;
	width: 100%;
}

table.pointTable th{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	padding: 10px;
	line-height: 1.8em;
	font-weight: normal;
	background-color: #efefef;
}

table.pointTable td{
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 10px;
}
table.pointTable input.txtW {
 font-size: 12px;
 color: #06396a;
 border: 1px solid #7f9db9;
 height: 22px;	
 width: 240px;
 margin-right: 5px;
 padding-right: 5px;
 padding-left: 5px;
}
.preBox {
	float: left;
	width: 50%;
}
/* point_exchange
-------------------------------------*/
table.presentTable {
	border-collapse: collapse;
	border: 1px solid #999;
	letter-spacing: 0.1em;
	text-align: center;
	font-size: 14px;
	margin-bottom: 40px;
	width: 100%;
}

table.presentTable th{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	padding: 10px;
	line-height: 1.8em;
	font-weight: normal;
	background-color: #efefef;
}

table.presentTable td{
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 10px;
}
/* member_modify
-------------------------------------*/
p.henkou a{
	border: 1px solid #EC565F;
	color: #fff;
	cursor: pointer;
	display: block;
	text-align: center;
	font-size: 12px;
	border-radius: 5px;
	background-color: #EC565F;
	float: right;
	padding-right: 20px;
	padding-left: 20px;
}.formTable h4.interest_field {
	font-size: 16px;
	background-color: #EFEFEF;
	margin-top: 20px;
	padding: 10px;
}
.formTable ul.interest_ul {

}
.formTable ul.interest_ul li {
	float: left;
	width: 280px;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
}
.formTable ul.interest_ul li.long {
	float: left;
	width: 560px;
}
@media (max-width:768px){
.setsumeiBoxMain table.point th.omakase{
	position:relative;
	padding:10px 10px 220px 10px;
}
.setsumeiBoxMain table.point th.omakase span.omakase01{
	position:absolute;
	left:5em;
	top:3em;
	width:400px;
	height:5em;
	font-weight:600;
	text-align:left;
	}
}