
/*------------------------------------------------------------------------------------
			common
------------------------------------------------------------------------------------*/

h1,h2,h3,h4,h5,dt,th,strong {
	font-weight: 700;
}
.txtB {
	font-weight: bold!important;
}
.txtL {
	text-align: left!important;
}
.txtR {
	text-align: right!important;
}
.txtC {
	text-align: center!important;
}
.txt.red {
	color: #ce0000!important;
}
.txt.red02 {
	color: #f00;
}
.txt.red02 a:hover {
	color: #FF9999;
}
.txt.purple {
	color: #8C2E50!important;
}
.txt.blue {
	color: #00f!important;
}
.txt.blue02 {
	color: #3f4cb1!important;
}
.txt.purple {
	color: #8C2E50!important;
}
.txt.blue {
	color: #00f!important;
}
.txt.blue02 {
	color: #3f4cb1!important;
}
.txt.white {
	color: #fff!important;
}
.txt.gray {
	color: #666!important;
}
.mgt0 {
	margin-top: 0px!important;
}
.mgl0 {
	margin-left: 0px!important;
}
.mgr0 {
	margin-right: 0px!important;
}
.mgb0 {
	margin-bottom: 0px!important;
}
.mg10 {
	margin: 10px!important;
}
.mgt10 {
	margin-top: 10px!important;
}
.mgl10 {
	margin-left: 10px!important;
}
.mgr10 {
	margin-right: 10px!important;
}
.mgb10 {
	margin-bottom: 10px!important;
}
.mg10-b {
	margin-bottom: 10px;
}
.mgt20 {
	margin-top: 20px!important;
}
.mgl20 {
	margin-left: 20px!important;
}
.mgr20 {
	margin-right: 20px!important;
}
.mgb20 {
	margin-bottom: 20px!important;
}
.mgt30 {
	margin-top: 30px!important;
}
.mgl30 {
	margin-left: 30px!important;
}
.mgr30 {
	margin-right: 30px!important;
}
.mgb30 {
	margin-bottom: 30px!important;
}
.mgt40 {
	margin-top: 40px!important;
}
.mgl40 {
	margin-left: 40px!important;
}
.mgr40 {
	margin-right: 40px!important;
}
.mgb40 {
	margin-bottom: 40px!important;
}
.mgt50 {
	margin-top: 50px!important;
}
.mgl50 {
	margin-left: 50px!important;
}
.mgr50 {
	margin-right: 50px!important;
}
.mgb50 {
	margin-bottom: 50px!important;
}
.mga {
	margin-right: auto!important;
	margin-left: auto!important;
}
.pdg0 {
	padding: 0!important;
}
.pdl0 {
	padding-left: 0px!important;
}
.pdr0 {
	padding-right: 0px!important;
}
.pdb0 {
	padding-bottom: 0px!important;
}
.pdt0 {
	padding-top: 0px!important;
}
.pdl10 {
	padding-left: 10px!important;
}
.pdr10 {
	padding-right: 10px!important;
}
.pdb10 {
	padding-bottom: 10px!important;
}
.pdt10 {
	padding-top: 10px!important;
}
.pd10 {
	padding: 10px!important;
}
.pd20 {
	padding: 10px!important;
}
.nb {
	border: 0!important;
}
.f36 {
	font-size: 36px!important;
}
.f24 {
	font-size: 24px!important;
}
.f16 {
	font-size: 16px!important;
}
.f14 {
	font-size: 14px!important;
}
.f12 {
	font-size: 12px!important;
}
.f8 {
	font-size: 8px!important;
}
.w-max {
	width: 100%!important;
}
.w-90 {
	width: 90%!important;
}
.w-80 {
	width: 80%!important;
}
.w-50 {
	width: 50%!important;
}
.w370 {
	width: 370px!important;
}
.w360 {
	width: 360px!important;
}
.w180 {
	width: 180px!important;
}
.w160 {
	width: 160px!important;
}
.w120 {
	width: 120px!important;
}
.w100 {
	width: 100px!important;
}
.w30 {
	width: 30px!important;
}
.w80 {
	width: 80px!important;
}
.flex-center-center{
	display:flex;
	justify-content:center;
	align-items:center;
}
.flex-reverse{
	flex-direction:row-reverse;
}
.no-border {
	border: 0!important;
}
.borderG01 {
	border-top: 1px solid rgba(0, 0, 0, .1)!important;
}
.copyProtect {
	display: block;
	position: relative;
}
.feature-menu {
	background-color: #b8b8b8;
	max-width: 100%;
	margin-left: 190px;
	margin-right: 50px;
}
.feature-menu ul {
	width: auto;
	padding: 0;
	font-size: 0;
}
.feature-menu ul li {
	display: inline-block;
	min-width: 70px;
}
.feature-menu ul li a {
	height: 50px;
	padding: 0 20px;
	font-size: 11px;
	font-weight: 700;
	-webkit-transition: .2s background 0s;
	-moz-transition: .2s background 0s;
	transition: .2s background 0s;
	text-decoration: none;
	color: #000;
	display: table-cell;
	vertical-align: middle;
}
.feature-menu ul li a:hover {
	background-color: #8c8c8c;
	color: #fff;
}
.header-menu {
	top: 250px;
	display: none;
}
.humberger-area {
	position: absolute;
	width: 100%;
	margin-top: 0;
	top: 50px;
	z-index: 97;
}
.humberger-switch {
	background-color: #000;
	width: 50px;
	height: 50px;
	top: 0;
	right: 0;
	z-index: 99;
	position: absolute;
	cursor: pointer;
	color: #fff;
	font-size: 0;
}
.humberger-switch:active:after {
	background-position: 100% 0%;
}
.humberger-switch.on:active:after {
	background-position: 0% 100%;
}
.humberger-switch.on:after {
	background-position: 0% 0%;
}
.humberger-menu {
	background-color: rgba(0,0,0,0.8);
	width: 100%;
	color: #fff;
	top: 0;
	margin-top: 0;
	position: relative;
	z-index: 99;
	display: none;
}
.humberger-menu > .wrapper {
	max-width: 1140px;
	margin: 0 auto;
	padding: 50px 0;
}
.humberger-block {
	width: 33.33333333%;
}
.wrapper.login .humberger-block {
	width: 500px;
}
.humberger-menu h2 {
	line-height: 30px;
	text-align: left;
	border-bottom: 1px solid #8c8c8c;
}
.header h1 {
}
.humberger-menu ul {
	padding: 10px 10px 30px 0;
	font-size: 0;
}
.humberger-menu ul li {
	width: 49%;
	display: inline-block;
}
.wrapper.login .humberger-block ul li {
	width: 33.33333333%;
	display: inline-block;
}
.humberger-menu ul li a {
	font-size: 11px;
	color: #fff;
	display: block;
	position: relative;
	padding: 5px 0 5px 12px;
	margin: 2px 0;
}
.humberger-menu ul li a:hover {
	color: #616161;
}
.humberger-menu ul li:hover a:before {
	background-position: 100% 0;
}
.bgTop p {
	text-align: center;
	margin-top: -300px;
	font-size: 20px;
	color: #333;
}
.sub-menu,
.mainbtn {
	margin: 20px auto 100px;
	text-align:center
}
.sub-menu a,
.mainbtn a {
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	display: inline-block;
	margin: 0 32px;
	padding: 4px 8px;
}
.sub-menu a:hover {
	color: #000;
}
.contents {
	position: relative;
}
.contents:before {
	content: "";
	background-color: #222;
	width: 100%;
	height: 54px;
	display: block;
}
.contents.error:before {
	content: "";
	height: 70px;
}
.contents.alert:before {
	content: "";
	background-color: #222;
}
.contents.login-page:before,
.contents.no-info:before {
	content: "";
	display: none;
}
.bgG01 {
	background-color: #f2f2f2!important;
}
.bgW {
	background-color: #fff!important;
}
/*---------------------- iconSetting ----------------------*/
.icon-important {
	color: #f81537;
	border: 1px solid #f81537;
	padding: 0;
	font-weight: 700;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 12px;
	padding: 1px 3px;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.thum-listArea .icon-important {
	float: left;
	margin-left: 10px;
	clear: both;
}
.informationArea .icon-important.w30 {
	margin-right: 6px;
}
.category-icon {
	background-color: #000;
	max-width: 120px;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	border: 0;
	padding: 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 10px;
	padding: 2px 5px;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	display: inline-block;
	overflow: hidden;
}
.category-icon.big {
	max-width: 160px!important;
	font-size: 12px!important;
	font-weight: 700!important;
	padding: 2px 8px!important;
}
.category-icon.c-pink {
	background-color: rgb(241, 12, 61)!important;
}
.category-icon.c-gray {
	background-color: #999!important;
	color: #ffff4d!important;
}
.category-icon.red {
  background-color: #F10C3D!important;
}
.category-icon.green {
  background-color: #02BDBD!important;
}
.category-icon.gray {
  background-color: #999!important;
}
.category-icon.darkgray {
  background-color: #666666!important;
}
.block h2 {
	text-align: center;
	font-size: 20px;
	font-weight: 400
}
.block.memberPrivilege h2,
.block.membershipFees h2 {
	padding-bottom: 30px;
}
.block h3 {
	font-weight: 700;
	text-align: left;
	font-size: 16px;
	padding: 15px 10px 10px;
	line-height: 1.5
}
.section h3 {
	margin: 1em 0 0;
	font-size: 110%;
}
.section h4 {
	font-weight: normal;
	margin: 1em 0 0;
	font-size: 105%;
}
.update-info h3 {
	background-color: #fff;
	font-size: 120%;
	color: #000;
	text-align: center;
}

/*---------------------- button ----------------------*/
.btn{
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn_buttonface{
	background:buttonface;
	color:#000;
}
.btn_buttonface:hover{
	background:buttonface;
	color:#000;
	text-decoration:none;
}
.btn_blue {
	background-color: #fff!important;
	color: #555 !important;
	text-align: center;
	font-size: 14px;
	border: 1px solid #000;
}
.btn_blue:hover {
	background-color: #d8d8d8!important;
	opacity: 1;
}
.black_btn {
	background-color: #000!important;
	border: 0 solid #000;
	color: #fff!important;
	transition: .2s background 0s;
	font-size: 15px;
	padding: 0 15px;
}
.black_btn:hover {
	background-color: #bbb !important;
	color: #000!important;
	opacity: 1;
}
.black_btn02 a {
	background-color: #000!important;
	color: #fff !important;
	font-size: 13px;
	padding: 10px;
	display: block;
	text-align: center;
}
.black_btn02 input[type="submit"] {
	background-color: #000!important;
	color: #fff !important;
	width: 100%;
	font-size: 13px;
	padding: 10px;
	border: 0;
	display: block;
	text-align: center;
}
.not_hover:hover,
.not_hover a:hover {
	opacity: 1;
}
.gray_btn {
	background-color: #000!important;
	color: #fff !important;
	font-size: 15px;
	padding: 0 15px;
}
.gray_btn:hover {
	background-color: #444 !important;
	color: #fff !important;
}
.linkBtn a {
	background-color: #000;
	color: #fff;
	font-size: 13px;
	padding: 0 13px;
	display: block;
	text-align: center;
	font-weight: 700;
	padding: 10px;
}
.linkBtn a:hover {
	background-color: #000;
	color: #fff;
}
.bg_ccc{
	background:#ccc;
}
.pageup {
	background-color: #000;
	width: 48px;
	height: 48px;	
	position: fixed;
	bottom: 0;
	right: 0;
	font-size: 0;
	z-index: 99;
}
.fixed-menu .pageup {
	bottom: 52px;
}
.mainVisual {
	width: 655px;
	display: inline-block;
	vertical-align: top;
	font-size: 0;
}
.mainVisual img {
	width: 100%;
}
#main_bnrArea {
	background-color: #b8b8b8;
	margin-bottom: 10px;
}
.slides .bnr-item {
	position: relative;
	float: left;
}
#main_bnrArea.slides .bnr-item {
	margin: 10px;
}
.slides .bnr-item a {
	-webkit-transition: .1s opacity 0s;
	-moz-transition: .1s opacity 0s;
	transition: .1s opacity 0s;
}
.slides .bnr-item a:hover {
	opacity: 0.85;
}
#main_bnrArea .bnr-item img {
	width: 100%;
	max-width: 400px;
}
#sub_bnrArea .bnr-item img {
	width: 100%;
	max-width: 540px;
}
#special_bnrArea .bnr-item img {
	width: 100%;
	max-width: 1140px;
}
.slides .bnr-item .slick-next,.slides .bnr-item .slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: 0;
	width: 22px;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 7px auto;
}
.slides .bnr-item .slick-next:hover,.slides .bnr-item .slick-prev:hover {
	background-color: rgba(0, 0, 0, .1);
}
.slides .bnr-item .slick-dots {
	position: relative;
	margin-top: -13px;
	padding-bottom: 5px;
}
.slides .bnr-item .slick-dots li {
	top: 0;
}
#sub_bnrArea {
	background-color: #f2f2f2;
	padding: 30px 0 35px;
}
#sub_bnrArea a,#sub_bnrArea img {
	display: block;
}
#sub_bnrArea p,#sub_bnrArea img {
	display: block;
}
#sub_bnrArea a {
	margin: 5px 5px 0;
}
#sub_bnrArea img {
	width: 100%;
}
.row.row-fixed-width,.row.row-fixed-width2 {
	margin-left: auto;
	margin-right: auto;
}
h3.c-h3,h4.c-h4 {
    font-weight: 700;
    padding: 10px;
}
.mg20-b,.mg30-b {
    margin-bottom: 30px !important;
}
.mg20-b .btn-normal {
	display: block;
    width: 38%;
    background-color: #000;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
    padding: 10px;
    padding-right: 18px;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0;
    -moz-border-radius: 0;
}
@media ( min-width :768px) {
	#sub_bnrArea a {
		margin-left: 5px;
		margin-right: 5px;
	}
}
#special_bnrArea {
	background-color: #b8b8b8;
	padding: 10px;
	position: relative;
}
#special_bnrArea a {
	display: block;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}
#special_bnrArea a img {
	display: block;
	vertical-align: bottom;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto 10px;
}
#special_bnrArea img {
	display: block;
	vertical-align: bottom;
	width: 100%;
	margin: 0 auto;
}
.main-infoArea {
	width: 1140px;
	height: 374px;
	margin-left: auto;
	margin-right: auto;
	font-size: 0;
}
/*---------------------- main > top-loginArea ----------------------*/
.top-loginArea {
	width: 1140px;
	height: auto;
	padding: 8px 5px 5px;
	position: absolute;
	top: 0;
}
.top-loginArea.logout {
	padding-top: 4px;
}
.top-loginArea.logout .login-form {
	float: left;
	padding-top: 2px;
	display: table;
}
.top-loginArea.logout .login-title {
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	padding: 0 10px 0 0;
	display: table-cell;
	vertical-align: middle;
}
.top-loginArea .login-form-area {
	display: table-cell;
	vertical-align: middle;
}
.top-loginArea .login-form-area dl {
	display: table;
}
.top-loginArea .login-form-area dt {
	display: table-cell;
}
.top-loginArea .login-form-area dd {
	display: table-cell;
	vertical-align: middle;
}
.top-loginArea.logout .find {
	color: #fff;
	font-size: 10px;
	text-decoration: underline;
	float: right;
	padding: 0 5px 0;
}
.top-loginArea.logout .find span {
	display: block;
}
.top-loginArea.logout .number,
.top-loginArea.logout .password {
	float: left;
	padding-top: 2px;
	padding-right: 5px;
}
.top-loginArea.logout .number {
	float: left;
	clear: both;
}
.top-loginArea.logout .password {
	margin-left: 10px;
}
.top-loginArea.logout .number input,
.top-loginArea.logout .password input {
	background-color: #fff;
	width: 130px;
	height: 38px;
	padding: 10px 8px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #dfdfdf;
	font-size: 14px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	float: left;
}
.top-loginArea .login-form-area .error-txt {
	clear: both;
	float: left;
	padding-top: 3px;
	color: #f00;
	font-size: 11px;
	font-weight: 700;
}
.top-loginArea .login-form-area > p.error-txt {
	width: 100%;
}
.top-loginArea.logout .loginBtn {
	width: 100px;
	padding-left: 0;
/*	display: table-cell;
	vertical-align: middle;*/
	float: left;
}
.top-loginArea.logout .loginBtn input {
	background-color: #555;
	width: 100%;
	height: 40px;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
	border: 0;
	margin-top: 2px;
	-webkit-appearance: none;
	-moz-appearance: none
}
.top-loginArea.logout .loginBtn input:hover {
	opacity: 0.85;
}
.top-loginArea.login-formArea .error-txt {
	color: #f00;
	font-size: 11px;
	font-weight: 700;
	clear: both;
	float: left;
}
.top-loginArea.logout .number .error-txt,
.top-loginArea.logout .password .error-txt {
	color: #ef153a;
	font-size: 11px;
	font-weight: 700;
	clear: both;
	float: left;
}
.top-loginArea.logout .form-error {
	background-color: #ffccd6!important;
	border: 1px solid #ef153a!important;
	color: #ef153a!important;
}
.top-loginArea.login {
	padding-top: 12px;
}
.regist-guide {
	float: right;
	padding-top: 4px;
}
.error .regist-guide {
	padding-top: 12px;
}
.regist-guide .btn_blue {
	width: 120px;
	line-height: 40px;
	height: 40px;
	display: inline-block;
}
.regist-guide .trans {
	background-color: #555;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	padding: 5px 8px 5px 16px;
	margin-left: 10px;
	position: relative;
}
.regist-guide .trans:hover {
	opacity: .7;
	background-color: #444;
	transition: .1s opacity 0s;
}
/*---------------------- login menu ----------------------*/
.top-loginArea.login .login-form {
	width: 100%;
	float: left;
	display: block;
	margin-top: 0;
}
.top-loginArea .membership-info {
	font-size: 13px;
	color: #fff;
	height: 100%;
	float: left;
	margin-right: 20px;
}
.top-loginArea .number {
	font-weight: 700;
	font-size: 14px;
	line-height: 1.2;
}
.top-loginArea .date {
	font-size: 9px;
	line-height: 1.2;
}
.top-loginArea .number span,
.top-loginArea .date span {
	font-size: 9px;
	font-weight: normal;
}
.top-loginArea .membership-alert {
	font-size: 13px;
	color: #fff;
	height: 100%;
	margin-top: -10px;
	margin-right: 0;
	right: 0;
	position: absolute;
}
.top-loginArea .membership-alert.type02 {
	font-size: 13px;
	color: #fff;
	height: 100%;
	margin-top: 3px;
	margin-right: 10px;
	left: 0;
	float: left;
	position: inherit;
}
.membership-alert .alert-message {
	color: #ce0000;
	display: inline-block;
	line-height: 44px;
}
.membership-alert .alert-message span {
	font-size: 20px;
}
a.alert-btn {
	background-color: #ce0000;
	color: #fff;
	display: inline-block;
	padding: 0 28px 0 8px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: relative;
	line-height: 44px;
}
.top-loginArea .membership-other {
	float: left;
}
.top-loginArea .member-cardBtn {
	background-color: #000;
	color: #fff !important;
	font-size: 13px;
	font-weight: 700;
	height: 28px;
	padding: 3px 9px 4px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-right: 5px;
	float: left;
	transition: .2s background 0s;
	cursor: pointer;
}
.top-loginArea .member-cardBtn:hover {
	background-color: #8c8c8c;
	border: 1px solid transparent;
}
.editArea {
	position: relative;
	float: left;
}
.editArea .edit-btn:hover,
.editArea .edit-btn.on {
	box-sizing: border-box;
	background-color: #8c8c8c!important;
	border: 1px solid transparent;
}
.editArea .edit-menu {
	background-color: #8c8c8c;
	width: 175px;
	padding: 10px;
	border-radius: 3px;
	box-sizing: content-box;
	-webkit-border-radius: 3px;
	position: absolute;
	z-index: 11;
}
.editArea .edit-btn.on:hover,
.editArea .edit-btn.on {
	background-color: #8c8c8c!important;
}
.editArea .edit-menu {
	display: none;
	top: 22px;
	right: 0;
}
.editArea .edit-menu a {
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 8px 12px 8px 8px;
	text-decoration: none;
	display: block;
}
.editArea .edit-menu a:hover {
	background-color: #2a2a2a !important;
}
/*---------------------- main > information ----------------------*/
.informationArea {
	width: 455px;
	height: 364px;
	margin: 10px 0 0 30px;
	font-size: 12px;
	display: inline-block;
	position: relative;
}
.informationArea h2 {
	font-weight: 700;
	line-height: 22px;
	font-size: 20px;
	position: relative;
}
.informationArea .more {
	top: 0;
	right: 0;
	position: absolute;
}
.informationArea .more a {
	color: #000;
	font-size: 9px;
	font-weight: 700;
	margin: 0 20px 0 10px;
	transition: .2s background 0s;
}
.informationArea .more a:hover {
	color: #555;
}
.informationArea .information-wrapper {
	width: 100%;
	height: 312px;
	margin-top: 10px;
	padding-right: 12px;
	overflow: hidden;
	position: relative;
}
.informationArea .date {
	display: block;
	font-weight: 400;
	color: #808080;
	padding-bottom: 6px;
}
.informationArea .date .important {
	display: table-cell;
	vertical-align: middle;
}
.informationArea .title {
	display: table-cell;
}
.information-wrapper a {
	color: #000;
	display: block;
	margin-bottom: 20px;
}
.information-wrapper a:first-child {
	margin-top: 10px;
}
.information-wrapper a:hover {
	color: #555;
	opacity: 1;
}
.informationArea .info-thum {
	background-size: 100% 100%;
	width: 100px;
	height: 100px;
	display: table-cell;
}
.informationArea .title-text {
	display: table-cell;
	vertical-align: top;
	font-weight: 700;
}
ul.list-type01 {
	margin: 20px 0 0;
}
ul.list-type01 li {
	margin: 0 0 0.5em;
	padding-left: 1.2em;
	text-indent: -1.2em;
}
/*----------------------main > first----------------------*/
.block.first {
	max-width: 1140px;
	font-size: 16px;
	text-align: center;
	margin: 0 auto;
	padding: 30px 0 20px;
}
.block.first h2 {
	font-weight: 400;
	padding: 0 0 30px;
	font-size: 20px;
}
/*----------------------main > update information----------------------*/
.thum-listArea {
	max-width: 1140px;
	margin: 0 auto;
	padding: 20px 0 30px;
	font-size: 0;
}
.update-info {
	margin: 0;
	padding-top: 0!important;
}
.update-info .listArea{
	max-width: 1140px;
	margin: 0 auto;
	padding: 20px 0;
}
.update-info a dl {
	color: #000;
}
.update-info dl {
	width: 33%;
	padding: 5px 10px 20px;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
}
.update-info dt {
	color: #444;
	margin: 2px 0 5px;
}
.update-info dt .date {
	font-size: 85%;
	float: left;
}
.update-info dt .category-icon {
	float: right;
}
.update-info dd {
	font-weight: 700;
	font-size: 13px;
	float: left;
	clear: both;
}
/*----------------------main > update history----------------------*/
.thum-listArea a dl {
	color: #000;
}
.thum-listArea > a {
	width: 33%;
	padding: 0 0 10px 0;
	margin: 0 0.5% 10px 0;
	display: inline-block;
	vertical-align: top;
	text-decoration: none!important;
}
.thum-listArea > a:nth-of-type(3n) {
	margin-right: 0;
}
.thum-listArea > a:hover {
	background-color: #f2f2f2;
}
.thum-listArea dt {
	color: #444;
	margin: 2px 0 5px;
}
.thum-listArea dd {
	font-weight: 700;
	font-size: 14px;
	float: left;
	clear: both;
	padding: 5px 10px 0;
}
.thum-listArea dl:hover {
	background-color: #f2f2f2;
}
.update-thum {
	max-width: 370px;
	max-height: 185px;
	vertical-align: middle;
	width: auto !important;
	background-color: rgba(255,255,255,0.1);
	text-align: center;
	margin: 0 auto 5px;
	position: relative;
	overflow: hidden;
}
.update-thum img {
	max-width: 100%;
	max-height: 185px;
}
.update-thum.new-icon:before {
	content: "NEW";
	position: absolute;
	top: 8px;
	right: 2px;
	font-size: 12px;
	color: #fff;
	z-index: 3;
	-ms-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}
.update-thum.new-icon:after {
	content: "NEW";
	border: solid transparent;
	height: 0;
	width: 0;
	border-left-color: #ef134c;
	border-width: 36px;
	right: -36px;
	top: 0;
	margin-left: -36px;
	margin-top: -36px;
	position: absolute;
	z-index: 2;
	-webkit-box-shadow: -3px 0px 6px #bbb;
	-moz-box-shadow: -3px 0px 6px #bbb;
	box-shadow: -3px 0px 6px #bbb;
	-ms-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	pointer-events: none;
}
.thum-listArea .date {
	float: left;
	font-size: 12px;
	margin-left: 10px;
}
.thum-listArea .category-icon {
	float: right;
	margin-right: 10px;
}
.thum-listArea .update-more {
	width: 33.33333333%;
	margin: 30px auto 0;
	padding: 0;
}
.thum-listArea .update-more a {
	width: 100%;
	font-size: 13px;
	border: 0px solid #000;
	color: #fff!important;
	height: 40px;
	line-height: 40px;
	display: block;
}
.thum-listArea .update-more a:hover {
	color: #000!important;
}
.category-list {
	margin: 30px auto 0;
	padding: 0 5px;
}
.category-list a {
	background-color: #000;
	max-width: 160px;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	padding: 2px 8px;
	margin: 3px;
	display: inline-block;
	transition: .2s background 0s;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.category-list a:hover {
	background-color: #555;
}
/*----------------------main > newregist btn----------------------*/
.section.main > .btnArea.newRegist {
	padding-bottom: 60px;
}
.btnArea.newRegist .btn_blue {
	width: 380px;
	font-weight: 700;
	font-size: 15px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	display: block;
	transition: .2s background 0s;
}
/*----------------------main > member privilege----------------------*/
.memberPrivilege {
	margin-bottom: 20px;
}
.memberPrivilege .listArea {
	max-width: 1140px;
	margin: 0 auto;
	font-size: 0;
}
.memberPrivilege dl {
	width: 33.33333333%;
	display: inline-block;
	vertical-align: top;
}
.memberPrivilege dl:nth-of-type(3n) {
	margin-right: 0;
}
.memberPrivilege dt {
	width: 100%;
	color: #000;
	padding: 15px 10px 10px;
	font-size: 16px;
	line-height: 1.5;
	display: table;
}
.memberPrivilege dt span {
	font-weight: 700;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.memberPrivilege dd p {
	font-size: 13px;
	padding: 10px;
}
.memberPrivilege dd img {
	width: 100%;
}
/*----------------------main > member privilege----------------------*/
.membershipFees {
	padding: 30px 0 40px;
}
.membershipFees .listArea {
	width: 570px;
	margin: 0 auto;
	font-size: 0;
	padding-bottom: 40px;
}
.membershipFees .listArea > p {
	width: 48%;
	display: inline-block;
	vertical-align: top;
	margin: 0 1% 0 0;
	font-size: 13px;
}
.membershipFees .listArea dl {
	background-color: #fff;
	width: 24%;
	display: inline-block;
	vertical-align: top;
	padding: 10px 0;
}
.membershipFees .listArea dl:nth-of-type(2) {
	margin: 0 1%;
}
.membershipFees .listArea dt,
.membershipFees .listArea dd {
	font-size: 12px;
	text-align: center;
}
.membershipFees .listArea dd {
	text-align: center;
}
.membershipFees .listArea dd span {
	font-size: 40px;
	padding-bottom: 40px;
	padding-bottom: 7px;
}
/*---------------------- main > fixed ----------------------*/
.fixed-menu {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .8);
	width: 100%;
	height: 52px;
	font-size: 0;
	padding: 5px 0;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99;
}
.fixed-menu-wrapper {
	max-width: 1140px;
	margin: 0 auto;
}
.fixed-menu .btnArea {
	font-size: 0;
	width: 33%;
	display: inline-block;
	margin-left: 58%;
	transition: .2s background 0s;
}
.fixed-menu .loginBtn {
	font-size: 0;
	width: 8%;
	margin-left: 0.5%;
	display: inline-block;
	vertical-align: top;
}
.fixed-menu .btnArea.newRegist .btn_blue {
	width: 100%;
	height: 100%;
	margin: 0;
}
.fixed-menu .loginBtn a {
	width: 100%;
	height: 100%;
	line-height: 42px;
	font-weight: 700;
	cursor: pointer;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	height: 42px;
	display: block;
	text-align: center;
	padding: 0;
}
.fixed-menu .loginBtn a:hover {
	background-color: #555!important;
	transition: .2s background 0s;
}
/*---------------------- loginpage ----------------------*/
.loginArea {
	max-width: 500px;
	margin: 80px auto 50px;
	padding: 0 10px 30px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .3);
	box-shadow: 0 2px 2px rgba(0, 0, 0, .3)
}
.loginArea h3 {
	color: #666;
	font-size: 11px;
	line-height: 1.4;
	margin: 30px 0 10px 10px;
	padding: 0;
	display: inline-block
}
.loginArea .error-txt {
	color: #ef153a;
	font-size: 11px;
	font-weight: 700;
	margin-bottom: 3px;
}
.loginArea dl {
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.loginArea dt {
	width: 25%;
	padding-left: 8%;
	float: left;
}
.loginArea dd {
	width: 66%;
	float: left;
}
.loginArea dd input {
	background-color: #fff;
	width: 100%;
	height: 44px;
	padding: 10px 8px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: none;
	border: 1px solid #dfdfdf;
	font-size: 14px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.loginArea dd input.form-error {
	background: #ffccd6;
	border: 1px solid #ef153a;
	color: #d95e40;
	font-weight: 700;
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.loginArea dd .find {
	font-size: 11px;
	text-align: right;
	text-decoration: underline;
	display: block;
}
.loginArea .loginBtn {
	width: 50%;
	margin: 0 auto;
}
.loginArea .loginBtn input {
	width: 100%;
	background-color: #000;
	color: #fff;
	height: 44px;
	line-height: 44px;
	font-weight: 700;
	cursor: pointer;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none
}
.loginHelp {
	max-width: 500px;
	margin: 40px auto 0;
	font-size: 11px;
}
.loginHelp a {
	text-decoration: underline;
}
/*---------------------- fotter ----------------------*/
.footer {
	padding: 0 0 60px;
}
.footer .wrapper {
	max-width: 1140px;
	margin: 0 auto;
	padding: 5px 10px 0;
}
.footer .member-menu {
	width: 66%;
	display: inline-block;
	vertical-align: top;
}
.footer .member-menu li {
	width: 49%;
	display: inline-block;
}
.footer .other {
	width: 33%;
	display: inline-block;
	vertical-align: top;
}
.footer.logout .other {
	width: 100%;
}
.footer h2 {
	color: #555;
}
.footer .other h2 {
	opacity: 0;
}
.footer ul {
	border-top: 1px solid #555;
	padding: 10px 0 20px;
}
.footer ul li {
	position: relative;
	font-size: 13px;
	padding: 7px 0 7px 14px;
	text-indent: 0!important;
}
.footer ul li a {
	color: #555;
}
.footer ul li a:hover {
	opacity: 0.7;
}
.footer ul li:hover:before {
	content:"";
	opacity: 0.85;
}
.footer .copyright {
	text-align: center;
	font-size: 12px;
}
/*------------------------------------------------------------------------------------
			modal
------------------------------------------------------------------------------------*/
body.modal-area {
	width: 100%;
	position: relative;
	overflow: none;
}
.closeBtn {
	text-align: right;
}
.modalOpen {
	color: #009db6;
	text-decoration: underline;
}
.modalOpen:hover {
	cursor: pointer;
	color: #999;
}
/*-------------------------------------------- member-card-area --------------------------------------------*/
.member-card-wrapper {
	width: 100%;
	height: 100%;
	z-index: 102;
	position: fixed;
	display: none;
	padding: 0;
}
.member-card-position {
	background-color: rgba(43, 46, 56, 0.9);
	width: 100%;
	height: 100%;
	display: table;
	padding: 0 2%;
}
.member-card-area {
	max-height: 400px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.member-card-box {
	background-color: #fff;
	max-width: 700px;
	margin: 0 auto;
	padding: 45px;
	position: relative;
	z-index:104;
}
.member-card-area .member-logo {
	width: 200px;
	margin: 0 auto 1em;
}
.member-card-area .member-number {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 1em 0;
	font-size: 13px;
	text-align: center;
	font-weight: 700;
}
.member-card-area .member-qr {
	width: 100px;
	margin: 1em auto 0;
}
.modal-wrapepr.member-close {
	background-color: rgba(0,0,0,0.5);
	z-index: 100;
	display: none;
	width: 100%;
	height: 100%;
	z-index: 103;
	display: table-cell;
}

/* -------------------------------------------------- */
/* for tablet */
/* -------------------------------------------------- */
@media screen and (max-width: 1199px) {
/* tablet以下表示・非表示 */
.wrapper {
	width: auto;
	padding: 0 3%;
}
.humberger-menu > .wrapper {
	max-width: 970px;
}
.humberger-menu h2 {
	border-bottom: 1px solid #fff;
}
.humberger-block {
	width: 100%;
}
.mainbtn {
	margin: 15px auto 45px;
}
.sub-menu {
	display: none;
}
.section {
	padding-bottom: 40px;
}
.section.main .block {
	padding-top: 20px;
	padding-bottom: 0;
}
.section p {
	width: 100%;
}
/*---------------------- main ----------------------*/
.mainVisual {
	width: 566px;
}
.main-infoArea {
	width: 970px;
	height: 323px;
	margin-left: auto;
	margin-right: auto;
}
/*----------------------main > login----------------------*/
.top-loginArea {
	width: 970px;
	left: inherit;
	padding-top: 5px;
}
.top-loginArea.login .login-form {
	padding-top: 0;
}
/*----------------------main > information----------------------*/
.informationArea {
	width: 388px;
	height: 310px;
	margin: 10px 0 0 10px;
	font-size: 12px;
	display: inline-block;
	position: relative;
}
.informationArea .information-wrapper {
	width: 390px;
	height: 262px;
	margin-top: 10px;
	overflow-y: scroll;
}
/*----------------------main > update information----------------------*/
.update-info .listArea,
.thum-listArea {
	max-width: 960px;
	margin: 0 auto;
}
.thum-listArea .date {
	font-size: 10px;
}
/*---------------------- footer ----------------------*/
.footer .wrapper {
	max-width: 970px;
}
}
/* -------------------------------------------------- */
/* ●for smartphone */
/* -------------------------------------------------- */
@media screen and (max-width: 992px) {
body {
/*	font-size: 82.5%;*/
}
.header > .wrapper {
	height: 50px;
}
.wrapper.login .humberger-block ul li {
	width: 50%;
}
.contents:before {
	content: "";
	background-color: transparent;
	width: 100%;
	height: 0px;
	display: block;
}
.contents.error:before {
	content: "";
	height: 0px;
}
.feature-menu {
	display: none;
}
.logo-area {
	height: 50px;
}
.main-infoArea {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
.top-loginArea {
	background-color: #222;
}
.alert .top-loginArea {
	background-color: #222;
}
.membership-alert .alert-message {
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
	padding-top: 5px;
	display: block;
}
a.alert-btn {
	width: 100%;
	text-align: center;
}
.mainVisual {
	width: 100%;
	display: block;
	vertical-align: top;
	margin-top: 0;
}
.mainVisual img {
	width: 100%;
}
.informationArea {
	width: auto;
	height: 100%;
	margin: 10px;
	font-size: 12px;
	display: block;
}
.informationArea .information-wrapper {
	width: auto;
	height: 100%;
	margin-top: 10px;
	overflow-y: auto;
	padding-right: 0;
}
.humberger-menu {
	padding: 10px 0 0;
}
.humberger-menu > .wrapper {
	width: 100%;
	margin: 0;
	padding: 0 10px;
}
.wrapper.login .humberger-block,
.humberger-block {
	width: 100%;
}
/*----------------------main > login----------------------*/
.top-loginArea {
	width: auto!important;
	padding: 15px 10px!important;
	display: block;
	height: 100%;
	position: relative;
	top: 0;
	margin-top: 0;
	border-bottom: 20px #b7b7b7 solid;
}
.top-loginArea.login {
	border-bottom: 0;
}
.top-loginArea.logout .login-form {
	width: 100%;
}
.top-loginArea.logout .login-title {
	color: #fff;
	display: block;
	padding: 0 0 5px 0;
}
.top-loginArea .login-form-area {
	float: none;
	display: block;
}
.top-loginArea .login-form-area dl {
	width: 100%;
}
.top-loginArea .login-form-area dt {
	width: 58%;
}
.top-loginArea.logout .find {
	color: #fff;
	width: auto;
	font-size: 10px;
	text-decoration: underline;
	display: block;
	float: left;
	margin-left: 2%;
	margin-top: 0;
}
.top-loginArea.logout .find span {
	display: inline;
}
.top-loginArea.logout .number,
.top-loginArea.logout .password {
	width: 100%;
	display: block;
	clear: both;
	float: left;
	margin-bottom: 10px;
	margin-left: 0;
}
.top-loginArea.logout .number input,
.top-loginArea.logout .password input {
	background-color: #fff;
	display: block;
	width: 100%;
	padding: 10px 8px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: none;
	border: 1px solid #dfdfdf;
	font-size: 14px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	display: inline-block;
}
.top-loginArea.logout .number .error-txt,
.top-loginArea.logout .password .error-txt {
	color: #f00;
	font-size: 11px;
	font-weight: 700;
	clear: both;
	float: left;
}
.top-loginArea.logout .form-error {
	background-color: #ffccd6!important;
	border: 1px solid #ef153a!important;
	color: #ef153a!important;
}
.top-loginArea .login-form-area .loginBtn {
	width: 100%;
	display: block;
	padding-left: 0;
	clear: both;
	float: left;
}
.top-loginArea.logout .loginBtn {
	width: 100%;
	display: block;
}
.regist-guide {
	float: left;
}
.regist-guide .btn_blue {
	margin-top: 15px;
	margin-right: 10px;
	width: 120px;
	line-height: 44px;
	height: 44px;
	display: inline-block;
}
.regist-guide .trans {
	font-size: 12px;
	display: inline-block;
	padding: 5px 8px 8px 14px;
	margin-left: 0;
}
/*	login	*/
.top-loginArea.login .login-form {
	margin-top: 0px;
	padding-top: 0;
	position: relative;
	float: left;
	clear: both;
}
.top-loginArea.login .membership-alert {
	width: 100%;
	margin-right: 0;
	position: relative;
	float: left;
	clear: both;
}
.top-loginArea.login .membership-info {
	float: right;
	margin-right: 0;
}
.top-loginArea.login .date {
	font-size: 9px;
}
.top-loginArea.login .membership-other {
	float: right;
	clear: both;
	padding-top: 4px;
}
.top-loginArea .member-cardBtn,
.editArea .edit-btn,
.top-loginArea .member-cardBtn:hover,
.editArea .edit-btn:hover {
	background-color: #444!important;
	color: #fff!important;
}
.editArea .edit-btn:hover {
	background-position: 0 3px;
}
/*----------------------main > information----------------------*/
.informationArea {
	width: 98%;
	height: 100%;
	margin: 10px 1%;
	font-size: 12px;
	display: inline-block;
	position: relative;
}
.informationArea h2 {
	font-weight: 700;
	line-height: 22px;
	font-size: 20px;
	position: relative;
}
.informationArea .information-wrapper {
	width: 100%;
	height: 100%;
	margin-top: 10px;
	overflow-y: none;
}
.informationArea .icon-important.w30 {
	margin-right: 6px;
}
.informationArea .date .important {
	display: table-cell;
	vertical-align: middle;
}
.informationArea .title {
}
.informationArea .title a {
	display: table-cell;
	margin-bottom: 20px;
}
.informationArea .info-thum {
	background-size: 100% 100%;
	width: 100px;
	height: 100px;
	display: table-cell;
}
ul.list-type01 {
	margin: 20px 0 0;
}
ul.list-type01 li {
	margin: 0 0 0.5em;
	padding-left: 1.2em;
	text-indent: -1.2em;
}
/*----------------------main > update information----------------------*/
.update-info h3 {
	text-align: left;
}
.update-info dl {
	width: 49%;
}
.update-thum img {
}
/*---------------------- thum-listArea ----------------------*/
.thum-listArea {
	padding: 0 0 30px;
}
.thum-listArea > a {
	width: 49%;
	margin: 0 5px 15px 0;
}
.thum-listArea .update-more {
	width: 98%;
	margin: 30px 1% 0;
}
.thum-listArea dd {
	font-size: 13px;
}
.thum-listArea .date {
	font-size: 10px;
	padding: 2px 0 7px;
}
.thum-listArea > a:nth-of-type(3n) {
	margin-right: 5px;
}
.thum-listArea > a:nth-of-type(2n) {
	margin-right: 0;
}
/*----------------------main > newregist btn----------------------*/
.btnArea.newRegist .btn_blue {
	width: auto;
	margin: 0 5px;
}
/*----------------------main > member privilege----------------------*/
.memberPrivilege dl {
	width: 100%;
}
/*----------------------main > membershipFees----------------------*/
.membershipFees .listArea {
	width: auto;
	margin: 0 5px;
}
.membershipFees .listArea > p {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin: 0 1% 0 0;
}
.membershipFees .listArea dl {
	background-color: #fff;
	width: 49%;
	display: inline-block;
	vertical-align: top;
	padding: 10px 0;
}
.membershipFees .listArea > dl:first-child {
	margin-right: 1.5%;
}
.membershipFees .listArea dt,
.membershipFees .listArea dd {
	font-size: 12px;
	text-align: center;
}
.membershipFees .listArea dd {
	text-align: center;
}
.membershipFees .listArea dd span {
	font-size: 40px;
	padding-bottom: 7px;
}
.membershipFees .listArea dl:nth-of-type(2) {
	margin: 0;
}
/*----------------------main > fixed----------------------*/
.fixed-menu .btnArea {
	font-size: 0;
	width: 66%;
	margin-left: 0;
	display: inline-block;
}
.fixed-menu .loginBtn {
	font-size: 0;
	width: 33%;
	display: inline-block;
}
.fixed-menu .btnArea.newRegist .btn_blue {
	width: 100%;
	height: 100%;
	margin: 0;
}
.fixed-menu .loginBtn input {
	width: 100%;
	height: 100%;
	line-height: 42px;
	font-weight: 700;
	cursor: pointer;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none
}
/*---------------------- loginpage ----------------------*/
.loginArea {
	margin: 0px auto 10px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.loginArea dl {
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.loginArea dt {
	width: 100%;
	padding-left: 0;
	float: left;
}
.loginArea dd {
	width: 100%;
	float: left;
}
/*---------------------- fotter ----------------------*/
.footer .member-menu {
	width: 100%;
	display: block;
	vertical-align: top;
}
.footer .member-menu li {
	width: 100%;
	display: block;
}
.footer .other {
	width: 100%;
	display: block;
	vertical-align: top;
}
}
@media screen and (max-width: 767px) {
.membershipFees {
	margin: 0 5px;
}
.memberPrivilege dt {
	text-align: left;
}
.memberPrivilege dt span {
	text-align: left;
}
.membershipFees {
	margin: 0 5px;
}
.section.main > .btnArea.newRegist {
	padding-bottom: 40px;
	margin: 0 5px;
}
.sub_bnrArea.flexslider {
	margin-top: 10px;
}
.row.row-fixed-width,.row.row-fixed-width2 {
    margin-left: 0;
    margin-right: 0;
}
}
.list1 {
    margin: 10px 0;
}
.list1 li {
    padding: 12px 5px;
    border-bottom: 1px solid #CCC;
}
.list1 li:last-child {
    border: none
}
.list2 {
    margin: 10px 0 10px 1.3em;
    list-style-position: outside;
}
.list2,.list2 li {
    list-style-type: disc;
}
