@charset "UTF-8";

/*====================================
	Simple Memmber Ship
====================================*/
.swpm-post-not-logged-in-msg a {
    text-decoration: underline;
    color: blue;
}

.swpm-pw-reset-widget-form {
	padding-top: 35px;
    padding-bottom: 35px;
    max-width: 1000px;
    margin: 0 auto;
}

/*====================================
	members
====================================*/
#members a {
	text-decoration: underline;
	color: blue;
}
#members td {
	line-height: 1.4;
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}
#members td:first-child {
	width: 20% !important;
}
#members td:last-child {
	width: 80% !important;
}

/*====================================
	membership-login
====================================*/
#membership-login a {
	text-decoration: underline;
	color: blue;
}
#membership-login .swpm-forgot-pass-link {
	display: none;
}
#membership-login .swpm-join-us-link {
	display: none;
}

/*====================================
	member-contents
====================================*/
#member-contents h3 {
	color: #1976ee;
	border-left: 4px solid #1976ee;
}
#member-contents a {
	color: blue;
}
#member-contents a:hover {
	text-decoration: underline;
	color: blue;
}
#member-contents .swpm-forgot-pass-link {
	display: none;
}
#member-contents .swpm-join-us-link {
	display: none;
}
#member-contents .swpm-remember-me {
	margin-bottom: 20px;
}
#member-contents h4 {
	margin-top: 40px;
	margin-bottom: 20px;
	color: #218bfc;
	border-left: 4px solid #218bfc;
	background: #f2f2f2;
    padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#member-contents h4.old {
	cursor: pointer;
	padding-bottom: 10px;
/* 	border-bottom: 1px solid #cccccc; */
	position: relative;
}
#member-contents h4.old.active {
	cursor: pointer;
/* 	padding-bottom: 0; */
/* 	border-bottom: none; */
}
		#member-contents h4.old:after {
			content: '';
/* 			margin-left: 15px; */
			position: absolute;
			top: 50%;
			right: 15px;
			transform: translateY(-50%);
			background: url(../img/icon_arrow_btm.png) no-repeat center;
			background-size: contain;
			width: 15px;
			height: 15px;
			display: inline-block;
			vertical-align: middle;
		}
 		#member-contents h4.old.active::after {
       		transform: rotate(180deg);
			top: 35%;
    	}
#member-contents h4:first-child {
	margin-top: 0;
}

#member-contents .cat_area {
    margin-bottom: 20px;
}
	#member-contents .cat_area ul {
		display: flex;
		justify-content: flex-end;
		list-style: none;
		flex-wrap: wrap;
	}
	#member-contents .cat_area ul li.active {
		background: #218bfc;
	}
		#member-contents .cat_area ul li.active a {
		color: #fff;
	}

	#member-contents .cat_area ul li {
		display: block;
		text-align: left;
		margin-left: 20px;
		line-height: 1.8;
		background: #fff;
		border: 2px solid #218bfc;
		width: 80px;
		text-align: center;
		padding-left: 0;
		text-indent: 0;
	}
		#member-contents .cat_area ul li a {
			font-size: 13px;
			font-weight: bold;
			padding: 1px 5px;
			color: #000;
			display: block;
		}
		#member-contents .cat_area ul li a:hover {
			text-decoration: none;
		}

#member-contents dl {
	color: #222222;
	font-size: 16px;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}
	#member-contents dt {
		width: 20%;
/* 		width: auto; */
		padding-right: 15px;
		box-sizing: border-box;
	}
		#member-contents .cat {
			font-size: 13px;
			margin-left: 15px;
			background: #218bfc;
			color: #fff;
			display: inline-block;
			vertical-align: middle;
			padding: 1px 5px;
			margin-bottom: 5px;
			width: 80px;
			text-align: center;
		}
	#member-contents dd {
		width: 80%;
/* 		flex: 1; */
		box-sizing: border-box;
	}
		#member-contents dd a:after {
			content: '';
			padding-left: 10px;
			margin-bottom: 5px;
			background: url(../img/icon_pdf.png) no-repeat center;
			background-size: contain;
			width: 30px;
			height: 30px;
			display: inline-block;
			vertical-align: middle;
		}
		#member-contents dd p {
			font-size: 14px;
			line-height: 1.4;
		}
			#member-contents dd p a:after {
				content: none;
			}

#member-contents .pickup_list {
	margin-bottom: 70px;
}
	#member-contents .pickup_list h4 {
		color: #FF4500;
		border-left: 4px solid #FF4500;
	}
	#member-contents .pickup_list li {
		color: #222222;
		font-size: 16px;
		padding-bottom: 5px;
		margin-bottom: 10px;
		border-bottom: 1px solid #cccccc;
	}
		#member-contents .pickup_list li span {
			color: #FF4500;
		}

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

/*====================================
	members
====================================*/
#members td {
	line-height: 1.4;
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}
#members td:first-child {
	width: 30% !important;
}
#members td:last-child {
	width: 70% !important;
}

/*====================================
	member-contents
====================================*/
#member-contents a {
	text-decoration: underline;
	color: blue;
}
#member-contents .swpm-join-us-link {
	display: none;
}
#member-contents dl {
	font-size: 14px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
	#member-contents dt {
		width: 100%;
	}
	#member-contents dd {
		width: 100%;
	}
#member-contents .cat_area {
}
	#member-contents .cat_area ul {
		justify-content: flex-start;
	}
	#member-contents .cat_area ul li {
		margin-left: 0;
		margin-right: 10px;
		margin-bottom: 5px;
	}
		#member-contents .cat_area ul li a {
			text-decoration: none;
		}

#member-contents .pickup_list {
	margin-bottom: 40px;
}
	#member-contents .pickup_list h4 {
		color: #FF4500;
		border-left: 4px solid #FF4500;
	}
	#member-contents .pickup_list li {
		font-size: 14px;
		padding-bottom: 5px;
		margin-bottom: 10px;
	}


}
