img {
	border-style:none;		/* 画像の枠線を消す */
	-ms-interpolation-mode: bicubic;	/* 拡大、縮小してもキレイに表示する */
	max-width: 400px;
/*	vertical-align:bottom; */	/* 画像の下の隙間を消す*/
}
table#s02 {
	width: 95%;
	border: 1px solid #333;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	background: #fff;
}
table#s02 th {
	padding: 5px;
	border: 1px solid #333;
	color:#333;
	background: #A8F386;
	text-align:left;
	font-size:14px;
}
table#s02 td {
	padding: 5px;
	border-bottom: 1px solid #333;
	color:#333;
	text-align:left;
	font-size:14px;
}

.upper_title{
	height: 32px;
	text-align: center;
	font-size: 18px;
	color: #000000;
	background-color: #FFF;
	padding: 10px 0px 10px 0px;
	display: flex;
	justify-content: center;
}

.forgot_password_title{
	padding: 20px 10px 10px 10px;
	background: #fff;
	border-bottom: 1px solid #E8E8E8;
	font-weight: bold;
	font-size: 20px;
}


div.cell{
	width: 45%;
	background-color: #E8E8E8;
}

.upper_title2 div.cell {
	text-align: left;
	padding-left: 20px;
	width: auto;
	background: transparent;
}

.forgot_password_title div.cell{
	background: #fff;
}

div.cell .isActive{
	display: block;
	width: 100%;
	background: #36885B;
	border-radius: 8px;
	color: #FFF;
}

.register_tab {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.login_tab {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.register_tab span,
.login_tab span{
	height: 100%;
	line-height: 32px;
}

.upper_title2{
	color:#000000;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	background-color: #fff;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid;
}
.mid_title{
	text-align: left;
	font-size: 16px;
	background-color:#525252;
	padding: 5px 0px 5px 15px;
}

#container{
	top: 70px;
}

.container{
	text-align: left;
	font-size: 14px;
	color:#333333;
	background-color:#DADADA;
	padding: 5px 15px 5px 15px;
}
.container a{
	color:#2E57A4;
	text-decoration:none;
}
.container a:visited {
	color:#2E57A4;		/* リンクの色を変えない */
}

.lower_title{
	text-align: center;
	font-size: 14px;
	background-color:#C6C6C6;
	padding: 5px 0px 5px 15px;
	margin-bottom:10px;
	text-decoration: underline; /* 下線を表示 */
}

.lower_title a {
	text-decoration: underline; /* 下線を表示 */
}

.lower_title a:link,
.lower_title a:visited {
	color:#333333;
}

.content_entry{
	text-align: left;
	font-size: 14px;
	height: auto;
	color:#333333;
	background-color:#FFFFFF;
	margin: 0 auto;
	top: 70px;
	position: relative;
}
.content_entry a{
	text-decoration: none; /* 下線を表示 */
	color:#333333;
}
.content_entry a:visited{
	text-decoration: none; /* 下線を表示 */
	color:#333333;
}

.content_entry_blue{
	text-align: left;
	font-size: 14px;
	color:#333333;
	background-color: #fff; /*aliceblue*/
	padding: 5px 15px 5px 15px;
		margin: 0 auto;
}
.content_entry_blue a{
	/*text-decoration: underline; !* 下線を表示 *!*/
	/*color:#333333;*/
}
.content_entry_blue a:visited{
	text-decoration: underline; /* 下線を表示 */
	color:#333333;
}

.content_entry_main {
	margin: 0 auto;
		max-width: 1080px;
	top: 70px;
}

.content_font_big {
	font-size: 16px;
}
.content_member{
	text-align: left;
	font-size: 14px;
	color:#333333;
	background-color:aliceblue;
	padding: 5px 15px 5px 15px;
		margin: 0 auto;
}
.content_member a,
.content_member a:visited{
	color:#333333;
}

.content_member_mypage,
.content_member_change{
	text-align: left;
	font-size: 14px;
	color:#333333;
	background-color:#FFFFFF;
	padding: 5px 15px 30px 15px;
	margin: 0 auto;
}
.content_member_mypage {
	height: 1700px;
}
.content_member_change {
	height: 270px;
}
.content_member_mypage a,
.content_member_mypage a:visited,
.content_member_change a,
.content_member_change a:visited{
	color:#333333;
}
#footer{
	max-width: 1080px;
	top: 70px;
	padding: 21px 0px 12px 0px;
}
.footer_entry{
	text-align:center;
	background-color: #b1c4e8;
	padding: 15px 0px 5px 0px;
}
.footer_link2 {color:#6B736D;}

/* リンクの色を変えない */
a.footer_link2:link,
a.footer_link2:visited {
	color: #333333;
}

.footer_separator2 {color:#6B736D;}

.footer_up_btn2 {
	font-size:14px;
	line-height:30px;
	text-align: center;
	font-weight: bold;
	border:solid 0px ;	
	border-radius:4px;
	text-decoration: none;	
	margin: 0px 10px 0px 10px;
	padding: 5px 30px 5px 30px;
	color: #000000;
	background: #296BB5;
}
.footer_top_btn2 {
	font-size:14px;
	line-height:30px;
	text-align: center;
	font-weight: bold;
	border:solid 0px ;	
	border-radius:4px;
	text-decoration: none;
	margin: 0px 10px 0px 10px;
	padding: 5px 20px 5px 20px;
	color: #ffffff;
	background: #296BB5;
}

.entry_form input,
.login_form input,
.member_change input,
.reminder_form input{
	width: 350px;
}

.member_change input[type="radio"] {
		display: none;
}

#invi_text{
padding: 20px 10px;
margin:0px auto;
background:#fff; 
color:#000;
font-size: 12pt;
}
#doui_text{
overflow:auto;
padding:10px;
border:1px solid #ccc; 
background:#fff; 
color:#666;
margin: 20px;
height: 497px;
}
.doui{
text-align:center;
padding:4px;
}
input, select, textarea {
	border: 1px solid #DDD;
	font-size:14px;
	color: black;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box; 
}

.autologin_wrapper input[type="checkbox"],
.agreement_wrapper input[type="checkbox"],
.activity_wrapper input[type="checkbox"]
{
	display: none;
}

.autologin_wrapper input[type="checkbox"]+label,
.agreement_wrapper input[type="checkbox"]+label
{
	display: none;
	cursor: pointer;
	display: inline-block;
	position: relative;
	padding-left: 25px;
	padding-right: 10px;
}

.activity_wrapper input[type="checkbox"]+label {
	display: none;
	cursor: pointer;
	display: inline-block;
	position: relative;
	padding: 6px 30px 6px 25px;
}

.autologin_wrapper input[type="checkbox"]+label::before,
.agreement_wrapper input[type="checkbox"]+label::before,
.activity_wrapper input[type="checkbox"]+label::before
{
	content: "";
	position: absolute;
	display: block;
	box-sizing: border-box;
	width: 17px;
	height: 17px;
	margin-top: -10px;
	left: 0;
	top: 50%;
	border: 1px solid #DDD;
	background-color: #FFFFFF;
	border-radius: 3px;
}

.autologin_wrapper input[type="checkbox"]+label.clicked::before,
.agreement_wrapper input[type="checkbox"]+label.clicked::before
{
	border: 1px solid #20615B;
	background-color: #20615B;
}

.activity_wrapper input[type="checkbox"]+label.checked::before
{
	border: 1px solid #393939;
	background-color: #393939;
}

.autologin_wrapper input[type="checkbox"]:checked+label::after,
.agreement_wrapper input[type="checkbox"]:checked+label::after,
.activity_wrapper input[type="checkbox"]:checked+label::after
{
	content: "";
	position: absolute;
	display: block;
	box-sizing: border-box;
	width: 11px;
	height: 9px;
	margin-top: -8.5px;
	top: 50%;
	left: 3px;
	transform: rotate(-45deg);
	border-bottom: 2px solid;
	border-left: 2px solid;
	border-color: #FFFF;
}

.reminder{
	font-weight: bold;
}

.button {
	width: 350px;
	height: 50px;
	border-radius: 5px;
	font-size: 15pt;
	text-align: center;
	cursor: pointer;
	padding: 11px 100px;
	background: #36885B;
	color: #ffffff;
	line-height: 1em;
	border: 2px solid #36885B;
	-webkit-box-shadow: none;
}
.button:hover {
	color: #20615B;
	background: #ffffff;
}
.unregist{
	background: #E8E8E8;
	color: #333 !important;
	line-height: 1em;
	border: 2px solid #E8E8E8;
}

.footer_test{
	display: flex;
	justify-content: center;
	margin: 25px 0px;
}

.member_login.footer_link{
	background-color: #F4F4F4;
	display: initial;
	table-layout: initial;
	width: auto;
	padding: 0px;
	margin: 20px;
	position: initial;
	font-size: 14px;
}

.minifont {
	font-size:12px;
}

label.gender {
	width: 100px;
	height: 38px;
	background: #EEEEF0;
	line-height: 38px;
	border-radius: 5px;
	font-weight: bolder;
	text-align:center;
}

.birth_year{
	width: 100px;
	height: 38px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: 1px solid #707070;
	border-radius: 5px;
	position: relative;
}
.birth_select{
	position: relative;
}
.birth_select::after{
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 8.5px solid #393939;
	content: "";
	position: absolute;
	left: 85px;
	top: 15px;
	width: 0;
}

.err{background:#444; padding:5px; border:1px solid black;	font-weight: bold;color:red;}
.notice{background:#666; padding:5px; font-weight: normal; color:red;}
.goltop{background:#1F4CA1; padding:5px; font-weight: bold; color:white;text-align: center;}
.goltop a:link, .goltop a:visited { color: white; }

.goltop2{background:#1F4CA1; padding:5px; font-weight: bold; color:white;text-align: center;}

.goltop2 {
	height: 25px;
	text-align: center;
	vertical-align: middle;
	padding-top: 8px; 		/* 上の余白 */
	background: #b1c4e8;
	color:#000;
	/* タイトル画像 */
	background-image: url("../img/main_logo_mini.png");
	background-repeat: no-repeat;
	background-position: 94% center;
	background-size: 80px;
}
.goltop2 a:link, .goltop2 a:visited { color: #000; }


.notice2{font-weight: normal; color:red;}
.mem_obi{padding: 10px; border-bottom: 1px solid #B0AFA6; font-weight: bold; color: #000000; font-size: 18px;}
.mem_obi2{background:#efefef; padding:10px; color:black;font-size:11px;}
.waku{border:1px solid #999; background:#fff; padding:10px; line-height:90%;}
.waku_email{border:1px solid #999; background:#fff; padding:10px 5px 0px 10px; line-height:90%;}
.waku2{border:1px solid #999; background:#fff; padding:10px; line-height:140%; font-weight: bold; color:green;}
.waku p a{color:#103118; font-weight:bold; font-size:14px;text-decoration:none; margin:0; padding:0;}
.waku2 p{color:#103118;}

.waku a:link,
.waku a:visited,
.waku2 a:link,
.waku2 a:visited {
	color: #114510; 		/* リンクの色を変えない */
}
.input_err {
	color: red;
	font-size:x-small;
}

textarea {
	ime-mode: active;
}

.mypage_title{
	padding: 20px 10px 10px 10px;
	background: #fff;
	border-bottom: 1px solid #E8E8E8;
	font-weight: bold;
	font-size: 20px;
	display: flex;
	justify-content: space-between;
}
.mypage_title div.cell{
	background-color: #FFFFFF;
}

.mypage_title a div{
	background: #707070;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: initial;
	border-radius: 5px;
	width: 110px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.mem_item{
	padding: 10px 0px;
	border-bottom: 1px solid #E3E3E3;
	color: #000000;
	font-size: 18px;
	display: flex;

}

.mem_item div.item {
	width: 40%;
}

.activity_wrapper{
	margin-top: 10px;
	margin-bottom: 40px;
}

.entry_form,
.login_form,
.member_change,
.reminder_form{
	margin: 20px;
}

.entry_form input[type="radio"] {
	display: none;
}

@media screen and (max-width:480px){
	.content_entry{
		top: 0px;
	}

	.mypage_title{
		padding: 10px;
	}

	.mem_item div.item {
		width: 150px;
	}

	#footer {
		top: 0px;
	}

	a.footer_link:link {
		margin: 5px;
	}
	.forgot_password_title div.cell {
		width: auto;
	}
	.forgot_password_title {
		padding: 10px;
	}

	.content_member_mypage{
		height: auto;
	}
	.content_member_change{
		height: 465;
	}
}