@charset "UTF-8";
/* CSS Document */
.memberpage {
	max-width: 1500px;
		margin: 0 auto;
		position: relative;
		top: 0;
		left: 0
}
.memberpage .contentbox {
    margin: 0 20px;
	display: flex;
	justify-content: space-between;
}
.memberpage #sideblock {
	width: 20%;
	position: sticky;
  
}
.memberpage #mainblock {
	width: 75%;
}


.memberpage .sub-select {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 50px;
	position: sticky;
	top: 160px;
	
}
.memberpage .sub-select li {
	background: #cd0202;
	text-align: center;
	border-bottom: 1px dashed #fff;
	width: 100%;
	font-size: 16px;
	
}
.memberpage .sub-select li a {
	display: block;
	padding: 12px 10px;
	box-sizing: border-box;
	color:#fff;
}
.memberpage .sub-select li a:hover {
	background: #222;
}
.memberpage .sub-select .on {
	background: #db0707;
}


.member-video {
	display: flex;
	flex-wrap: wrap;
}
.member-video li {
	width: 23%;
	margin: 0 1% 20px 1%;
}

@media screen and (max-width:768px) {
.memberpage {
	max-width: auto;
		margin: 0 auto;
		position: relative;
		top: 0;
		left: 0
}
.memberpage .contentbox {
    margin: 0 10px;
	display: block;
	justify-content: space-between;
}
.memberpage #sideblock {
	width: 100%;
	position: sticky;
  
}
.memberpage #mainblock {
	width: 100%;
}


.memberpage .sub-select {
	display: flex;
	flex-direction:row;
	justify-content: space-between;
	margin-bottom: 30px;
	position:static;
	top: auto;
	
}
.memberpage .sub-select li {
	background: #cd0202;
	text-align: center;
	border: 1px solid #fff;
	width: 50%;
	font-size: 12px;
	margin: 0;
	box-sizing: border-box;
	
}
.memberpage .sub-select li a {
	display: block;
	padding: 5px 10px;
	box-sizing: border-box;
	color:#fff;
}
.memberpage .sub-select li a:hover {
	background: #222;
}
.memberpage .sub-select .on {
	background: #db0707;
}
	
.member-video {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.member-video li {
	width: 100%;
	margin: 0 0 15px 0;
}
.member-video li img {
	width: 100%;
	height: auto;
}
	
}



#wpmem_restricted_msg {
	max-width: 1120px !important;
	margin: auto;
	text-align: center;
	padding: 50px 0;
}
#wpmem_restricted_msg {

}


#wpmem_restricted_msg .cation-title {
	font-size: 20px;
	border: 4px solid #e6000c;
	color:#e6000c;
	padding: 5px 0;
	font-weight: bold;	
margin-bottom:20px;
}
#wpmem_restricted_msg p {
	font-size: 18px;
margin-bottom:0px;
text-align:center;
}
#wpmem_restricted_msg .btn_main {

margin:0px auto;

}


#wpmem_login,
.wpmem_msg,
#wpmem_reg	{
	max-width: 800px !important;
	margin: auto;
	background: #f4f2f2;
	padding: 20px 50px 20px 50px;
}
.wpmem_msg {
margin-bottom:20px;
}
#wpmem_login legend,
#wpmem_reg legend	{
	margin: 0;
	padding: 0;
	font-size: 24px;
	text-align: center;
	margin-bottom: 40px;
}

.username,
.password,
#siteguard_captcha_prefix{
	padding: 10px !important;
	border: 4px solid #e3e2e2 !important;
	margin-top: 5px !important;
}

#wpmem_login img,
#wpmem_reg img	{
	text-align: center !important;
	width: 100px;
	margin-bottom: 10px;
}

.buttons {
    background: #222;
    border-radius: 3px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto !important;
    max-width: 320px !important;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	font-size: 20px !important;
}

@media screen and (max-width:768px) {
	



#wpmem_restricted_msg {
max-width: 90% !important;
	margin: auto;
	text-align: center;
	padding: 30px 0;
}
#wpmem_restricted_msg {

}


#wpmem_restricted_msg .cation-title {
	font-size: 16px;
	border: 3px solid #e6000c;
	color:#e6000c;
	padding: 5px 0;
	font-weight: bold;	
margin-bottom:10px;
}
#wpmem_restricted_msg p {
	font-size: 14px;
margin-bottom:0px;
text-align:left;
}
#wpmem_restricted_msg .btn_main {

margin:0px auto;

}

#wpmem_login,
.wpmem_msg,
#wpmem_reg	{
	max-width: 90% !important;
	width: 90% !important;
	margin: auto;
	background: #f4f2f2;
	padding: 10px 20px 10px 20px;
}
#wpmem_login legend,
#wpmem_reg legend	{
	margin: 0;
	padding: 0;
	font-size: 24px;
	text-align: center;
	margin-bottom: 40px;
}

.username,
.password,
#siteguard_captcha_prefix{
	padding: 10px !important;
	border: 4px solid #e3e2e2 !important;
	margin-top: 5px !important;
}

#wpmem_login img,
#wpmem_reg img	{
	text-align: center !important;
	width: 100px;
	margin-bottom: 10px;
}

.buttons {
    background: #222;
    border-radius: 3px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto !important;
    max-width: 320px !important;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	font-size: 20px !important;
	margin-top: 20px !important;
}
	
	#wpmem_login legend,
	#wpmem_reg legend	{
		font-size: 20px !important;
	}
	
}


.hello {
	font-size: 24px;
	text-align: center;
font-weight:bold;
border-bottom:2px solid #222;
margin-bottom:40px;
padding:0 0 20px 0;;
}

@media screen and (max-width:768px) {

.hello {
	font-size: 16px;
	text-align: center;
font-weight:bold;
padding:0 0 15px 0;;
}

}


#news,
#public,
#seminar-event,
#file,
#society,
#videolist,
#tool,
#craft-office,
#staffmember	{
    display: block;
    padding-top: 120px;
    margin-top: -120px;
}

@media screen and (max-width:768px) {
#news,
#public,
#seminar-event,
#file,
#videolist,
#tool,
#staffmember	{
    display: block;
    padding-top: 80px;
    margin-top: -80px;
}
}

.link-text,
.button_div {
	text-align: center !important;
	margin-top: 20px;
	font-size: 14px;
}
.link-text a {
	border-left: 1px solid #222;
	padding-left: 10px;
	margin-left: 5px;
	color:#bf1001;
}

@media screen and (max-width:768px) {
.link-text a {
	border-left: 0px solid #222;
	padding-left: 0px;
	margin-left: 0px;
	color:#bf1001;
}
.link-text a::before {
	content: "\A" ;
	white-space: pre ;
}	
	
}


.member-profile-box ul {
display:flex;
	justify-content: center;
	width: 100%;
margin:40px 0;
	max-width: 800px !important;
	margin: auto;
	background: #f4f2f2;
	padding: 40px 50px 40px 50px;
box-sizing: border-box;

}
.member-profile-box li {
width: 49%;
	background: #222;
margin:0 10px;
}

.member-profile-box li a {
	display: block;
padding: 10px;
color:#fff;
	text-align: center;
	font-size: 16px;
	
}

@media screen and (max-width:768px) {

.member-profile-box ul {
display:flex;
max-width: auto !important;
flex-direction: column;
	justify-content: center;
	width: auto;
margin:20px 0;
	padding: 30px 20px 20px 20px;
box-sizing: border-box;

}
.member-profile-box li {
width: auto !important;
	background: #222;
margin:0 0px;
box-sizing: border-box;
margin-bottom:10px;
}

.member-profile-box li a {
	display: block;
padding: 10px;
color:#fff;
	text-align: center;
	font-size: 14px;
box-sizing: border-box;
	
}
}

.memberpage .contentbox h3 {
    text-align: center;
	font-size: 26px;
	padding: 0;
	margin: 0;
	font-weight: bold;
	
}
.memberpage .contentbox .memberfee {
    text-align: center;
	font-size: 24px;
	font-weight: bold;
}
.memberpage .contentbox .memberfee span {
   color:#d80007;
	font-size: 32px;

}

.memberpage .contentbox #gaiyou {
	padding: 0;
	margin: 20px 0 30px 0;
	
}

@media screen and (max-width:768px) {
.memberpage .contentbox h3 {
    text-align: center;
	font-size: 18px;
	padding: 0;
	margin: 0;
	font-weight: bold;
	
}
.memberpage .contentbox .memberfee {
    text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.memberpage .contentbox .memberfee span {
   color:#d80007;
	font-size: 20px;

}

.memberpage .contentbox #gaiyou {
	padding: 0;
	margin: 10px 0 20px 0;
	
}
}