/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/

/* ------ Web Font ------ */

/* IE */
@font-face {
	font-family: iconfont;
	src: url("CONDENSEicon.eot");
}
/* Firefox, Opera, Safari */
@font-face {
	font-family: iconfont;
	src: url("CONDENSEicon.otf") format("truetype");
}

.icon {
	font-family: iconfont;
	font-weight: normal;
}

.icon-download:before {
	content: "\00ed";
}
.icon-customize:before {
	content: "w";
}
.icon-iphone:before {
	content: "T";
}
.icon-list:before {
	content: "\002c7";
}


/* ------ General Settings ------ */

img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

body {
	background: url("../images/body_bg.gif");
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
	/*margin: 5px 5px 5px;*/
}

.linkbox1{
	width: 150px;
	float: right;
	color: #fff;
	text-align: center;
	padding: 6px 10px 5px;
	background-color: #187fc3;
	display:block;
}

.linkbox1 a{
	text-align: center;
	display: block;
	color: #fff;
	}


#wrapper {
	width: 100%;
	margin: 0 auto;
	background-image: url("../images/wrapper_bg.gif");
}



.go-top {
    position: fixed; /*固定表示*/
    width:30px;
    height:100px;
    bottom: 2em;
    right: 0em;
    text-decoration: none;
    color: white;
   /* background-color: rgba(24,127,195,0.5);*/
    background-image: url("../images/go-top.png") ;
    font-size: 12px;
    display: none; /*通常は非表示に*/
}

/* ------ Header ------ */

header {
	width: 965px;
	margin: 0 auto;
	position: relative;
}

#header-inner {
	width: 965px;
	margin: 0 auto;
	overflow: hidden;
	*zoom: 1;
}

#tagline {
	float: right;
	padding-top: 22px;
	padding-bottom: 5px;
	line-height: 117%;
	font-size: 103%;
	color: #444;
	width: 720px;
}

#logo {
	padding: 5px 0px 5px 20px;
	float: left;
	max-width: 200px;
}

#logo a {
	display: block;
	max-width: 200px;
}

#gnav-btn {
	display :none;
}

#gnav {
	position: absolute;
	/*clear: both;*/
	top:62px;
	left:230px;
	text-align: left;
/*	z-index: 10;*/
}

#gnav nav {
	margin: 0;
	overflow: hidden;
	*zoom: 1;
	/*border: solid 1px #444;*/
}

#gnav nav ul {
	float: left;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
}

#gnav nav ul li {
	float: left;
}

#gnav nav ul li a {
	display: block;
	padding: 3px 28px 1px;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	font-size: 83%;
		-webkit-border-radius: 3px;
		border-radius: 3px;
}
#gnav nav ul li a:link,
#gnav nav ul li a:visited {
	background-color: #187fc3;
	color: #fff;
	text-decoration: none;
}
#gnav nav ul li a:hover,
#gnav nav ul li a:active,
#gnav nav ul li a.current {
	background-color: #55a9d8;
	color: #fff;
	text-decoration: none;
}


#right-column ul li {
	margin: 2px 0 5px 35px;
	padding: 5px 0px 0px 0px;
	line-height: 130%;
	font-size: 85%;
	color: #444;
	*zoom: 1;
}

#right-column ul li:first-child {
	/*border-top: solid 1px #ccc;*/
}


	.itiran-btn div {
		display: block;
		float: right;
		font-weight: 400;
		/*width: 90px;*/
		margin-left: 10px;
		padding: 0px 4px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}

	.itiran-btn a {
		display: block;
		float: right;
		font-weight: 400;
		height: 20px;
		/*width: 90px;*/
		padding: 0px 4px;
		line-height: 20px;
		color: #fff;
		font-size: 11px;
		text-align: center;
		vertical-align: top;
		text-decoration: none;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}

	.itiran-btn a:link,
	.itiran-btn a:visited {
		background: #187fc3;
	}
	.itiran-btn a:hover,
	.itiran-btn a:active,
	.itiran-btn a.current {
		background: #55a9d8;
	}





/* ------ Mainvisual ------ */

#top-slider{
	max-width: 965px;
	padding: 0px;
	margin: 0 auto;
	text-align: center;
	position: relative;
/*	border: 1px solid #999;*/
	z-index: 0;
}

#mainvisual {
	position: relative;
	margin: 0 auto;
	width: 100%;
/*	overflow: hidden;*/
/*	border: 1px solid #990055;*/
}

#mainvisual .img {
	position: relative;
	width: 965px;		/* 画像の幅 */
	margin-left: -482px;	/* -(画像の幅÷2) */
	padding-left: 50%;
}


/* ------ Contents ------ */

#contents {
	width: 975px;
	/*min-height: 400px;*/
	margin: 0 auto;
	padding-top: 20px;
	overflow: hidden;
	*zoom: 1;
}

#main1-column {
	float: left;
	width: 975px;
	padding-bottom: 20px;
}

#left-column {
	float: right;
	width: 720px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
	border-left: 1px solid #ddd;
}

article section {
	padding: 0 0 20px;
	border-top: solid 1px #ddd;
}

article section:first-child {
	border-top: none;
}

article section h2 {
	padding: 30px 0 20px;
	font-size: 100%;
	font-weight: bold;
	line-height: 140%;
	color: #000;
	-webkit-text-shadow: 0px 1px 0px #fff;
	text-shadow: 0px 1px 0px #fff;
	border-top: solid 1px #fff;
}

article section h3 {
	padding: 5px 5px 5px;
	margin-bottom: 15px
	font-size: 110%;
	font-weight: bold;
	line-height: 140%;
	color: #187fc3;
	background: #eee;
	/*-webkit-text-shadow: 0px 1px 0px #fff;*/
	/*text-shadow: 0px 1px 0px #fff;*/
	border-top: solid 3px #187fc3;
}

h3.widget-title{
	padding: 15px 5px 5px 0px;
	margin-bottom: 15px
	font-size: 80%;
	line-height: 140%;
	color: #187fc3;
}

.breadcrumbs{
	font-size: 75%;
	padding: 0px 5px 5px 0px;
	margin-bottom: 25px
	line-height: 140%;
}

.fua_menu_list{
	font-size: 80%;
	margin: 0px 5px 25px 10px;
	line-height: 150%;
}


#contents-title {
	padding: 10px 0 10px;
	font-size: 130%;
	font-weight: bold;
	line-height: 140%;
	color: #000;
	-webkit-text-shadow: 0px 1px 0px #fff;
	text-shadow: 0px 1px 0px #fff;
	border-top: none;
}

article section p {
	font-size: 90%;
	line-height: 160%;
	color: #555;
}

.column-set {
	width: 710px;
	*margin-bottom: 30px;
	overflow: hidden;
	*zoom: 1;
}

.column1 {
	float: left;
	width: 210px;
	margin: 0 30px 30px 0;
}

.tetra-box {
	float: left;
	width: 203px;
	font-size: 80%;
	margin: 15px 20px 30px 10px;
	padding: 0 0 0 0px;
	}

section .third {
	margin-right: 0;
}

.column1 .icon-l {
	margin-bottom: 20px;
	text-align: center;
	font-size: 80%;
	line-height: 80px;
	color: #000;
}

.column1 h3 {
	margin-bottom: 10px;
	font-size: 100%;
	font-weight: bold;
	line-height: 140%;
	color: #000;
	-webkit-text-shadow: 0px 1px 0px #fff;
	text-shadow: 0px 1px 0px #fff;
}

.column1 p {
	font-size: 83%;
}

.box-top {
	background-image: url("../images/body_bg.gif");
	margin-bottom: 30px;
	padding: 0 30px 20px;
	border-top: none;
	border-bottom: solid 1px #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 7px rgba(0,0,0,0.15) inset;
	box-shadow: 0px 1px 7px rgba(0,0,0,0.15) inset;
}

.box {
	background-image: url("../images/body_bg.gif");
	min-height: 150px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 0px 0px 0px;
	border-top: none;
	border-bottom: solid 1px #fff;
/*	-webkit-border-radius: 5px;*/
/*	border-radius: 5px;*/
/*	-webkit-box-shadow: 0px 1px 7px rgba(0,0,0,0.15) inset;*/
/*	box-shadow: 0px 1px 7px rgba(0,0,0,0.15) inset;*/
}

article .box h2 {
	padding: 20px 0 10px;
	border-top: none;
}

article .box p {
	font-size: 90%;
}

.news-box {
	font-size: 85%;
	color: #555;
	line-height: 160%;
}

.news-box dt {
	float: left;
	width: 10em;
}

.news-box dd {
	margin-left: 10em;
}

.article-text-box {
	font-size: 85%;
	padding: 15px 10px 30px;
	color: #555;
	line-height: 160%;
}

.t14-b {
	font-size: 120%;
	font-weight: 600;
	color: #555;
	line-height: 160%;
}

.sidebar-list-date {
	float: right;
	margin-top: -5px;
	font-size: 80%;
	color: #555;
}

.about-contents-box {
	float: right;
	width: 655px;
	font-size: 85%;
	line-height: 160%;
	}


table.ta1{
		border: 0px #ddd solid;
		border-collapse:collapse;
		margin:20px 0px 50px 0px;
		width: 100%;
		font-size: 95%;
	}

table.ta1-wk{
		border: 1px #ddd solid;
		border-collapse:collapse;
		margin:20px 0px 50px 0px;
		width: 100%;
		font-size: 95%;
	}

td.tc1{
		border-bottom: 1px #ddd solid;
		padding: 15px 5px 5px 10px;
		width: 24%;
		text-align: justify;
		text-justify: inter-ideograph;
	}

td.tc1-b{
		border-bottom: 1px #ddd solid;
		padding: 15px 5px 5px 10px;
		width: 24%;
	/*	color: #fff;*/
		background: #eee;
	}

td.tc2{
		border-bottom: 1px #ddd solid;
		padding: 15px 5px 5px 10px;
		width: 76%x;
		text-align: justify;
		text-justify: inter-ideograph;
	}

td.tc4{
		border-bottom: 1px #ddd solid;
		padding: 15px 5px 5px 10px;
		width: 25%x;
	}
td.tc5{
		border-bottom: 1px #ddd solid;
		border-left: 1px #ddd solid;
		padding: 15px 5px 5px 10px;
		text-align: center;
		width: 35%x;
	}

td.tc6{
		border-bottom: 1px #ddd solid;
		border-left: 1px #ddd solid;
		padding: 15px 5px 5px 10px;
		width: 30%x;
	}

td.tc7{
		border-bottom: 1px #ddd solid;
		border-left: 1px #ddd solid;
		padding: 15px 5px 5px 10px;
		text-align: center;
		width: 10%x;
	}

td.tc42{
		border-bottom: 1px #ddd solid;
		border-top: 1px #ddd solid;
		padding: 10px 5px 5px 10px;
		width: 25%x;
		background: #eee;
		text-align: center;
	}
td.tc52{
		border-bottom: 1px #ddd solid;
		border-top: 1px #ddd solid;
		border-left: 1px #ddd solid;
		padding: 10px 5px 5px 10px;
		text-align: center;
		width: 35%x;
		background: #eee;
	}

td.tc62{
		border-bottom: 1px #ddd solid;
		border-top: 1px #ddd solid;
		border-left: 1px #ddd solid;
		padding: 10px 5px 5px 10px;
		text-align: center;
		width: 30%x;
		background: #eee;
	}

td.tc72{
		border-bottom: 1px #ddd solid;
		border-top: 1px #ddd solid;
		border-left: 1px #ddd solid;
		padding: 10px 5px 5px 10px;
		text-align: center;
		width: 10%x;
		background: #eee;
	}


td.tc8{
		border-bottom: 1px #ddd solid;
		border-right: 1px #ddd solid;
		padding: 15px 5px 5px 10px;
		width: 28%;
		background: #eee;
		text-align: justify;
		text-justify: inter-ideograph;
	}
td.tc9{
		border-bottom: 1px #ddd solid;
		padding: 15px 5px 5px 10px;
		width: 72%x;
		text-align: justify;
		text-justify: inter-ideograph;
	}

.btn {
	width: 250px;
	height: 40px;
	margin: 20px auto 0;
	padding: 5px;
	background-color: #ccc;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.2) inset;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.2) inset;
	border-bottom: solid 1px #fff;
	font-size: 90%;
}

.btn a {
	display: block;
	width: 250px;
	height: 40px;
	border-bottom: solid 1px #800;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	-webkit-text-shadow: 0px -1px 0px #700;
	text-shadow: 0px -1px 0px #700;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}

.btn a:link,
.btn a:visited {
	color: #fff;
	text-decoration: none;
	background: url("https://www.jmcia.or.jp/images/bg_gradient.png") repeat-x #c00;
	background: -moz-linear-gradient(top, #c00, #900);
	background: -webkit-gradient(linear, left top, left bottom, from(#c00), to(#900));
	background: -webkit-linear-gradient(top, #c00, #900);
	background: linear-gradient(to bottom, #c00, #900);
}
.btn a:hover,
.btn a:active {
	color: #fff;
	text-decoration: none;
	background: url("https://www.jmcia.or.jp/images/bg_gradient.png") repeat-x #d00;
	background: -moz-linear-gradient(top, #d00, #a00);
	background: -webkit-gradient(linear, left top, left bottom, from(#d00), to(#a00));
	background: -webkit-linear-gradient(top, #d00, #a00);
	background: linear-gradient(to bottom, #d00, #a00);
}


/* ------ Right Column ------ */

#right-column {
	float: left;
	width: 210px;
	padding-bottom: 20px;
}

#right-column .box {
	margin-bottom: 20px;
	padding: 0 0px 15px;
}

#right-column .box h2 {
	margin: 20px 0px 0px 0px;
	padding: 5px 0px 0px 10px;
	font-size: 120%;
	font-style:italic;
	font-weight: bold;
	color: #444;
	line-height:90%;
	border-left: 30px solid #187fc3;
}

.side-sub-title{
	font-size: 50%;
	font-weight: 400;
	margin: 0 0 0 0;
	}

#right-column .box p {
	line-height: 150%;
	margin: 20px 0px 0px 35px;
	font-size: 80%;
	color: #555;
}

#right-column .box .tel {
	margin-top: 10px;
	font-size: 120%;
	font-weight: bold;
	color: #c00;
	text-align: center;
	line-height: 100%;
}

#right-column .btn {
	width: auto;
	height: 30px;
	margin: 10px auto 0;
	border-radius: 20px;
}

#right-column .btn a {
	width: auto;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	border-radius: 15px;
}

#right-column .ad {
	margin-bottom: 20px;
	padding: 10px 0 0;
}

#right-column .ad li {
	padding-bottom: 10px;
	text-align: center;
}


/* ------ Footer ------ */

footer {
	width: 100%;
	background: url("../images/body_bg.gif");
	clear: right;
}

#footer-inner {
	width: 965px;
	margin: 0 auto;
	padding: 40px 0 20px;
	background: url("../images/footer_bg.png") no-repeat top center;
}

footer nav,
#copyright {
	text-align: center;
	margin-bottom: 10px;
}

footer ul li {
	display: inline-block;
	*display: inline;
	*margin-bottom: 12px;
	padding: 0 10px 0 15px;
	line-height: 100%;
	font-size: 67%;
	color: #444;
	border-left: solid 1px #ccc;
	*zoom: 1;
}

footer ul li:first-child {
	border-left: none;
}





/*-----------------------------------------------------	*/
/*	for - 979px					*/
/*-----------------------------------------------------	*/

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

header {
	/*position: relative;*/
	/*width:740px;*/
	margin: 0 auto 35px;
	text-align: left;
	/*border: 1px solid #cc0099;*/
}

	#header-inner {
		/*width: 90%;*/
	}

#logo {
	padding: 5px 0px 5px 40px;
	float: left;
	max-width: 200px;
}


#gnav {
	/*position: absolute;*/
	/*clear: both;*/
	top:100px;
	left: 40px;
	/*width: 500px;*/
	/*border: 1px solid #cc0099;*/
}

	#gnav nav {
		/*width: 90%;*/
		
	}

	#gnav nav ul li a {
		padding: 1px 26px 0px;
	}

	#tagline {
		float: none;
		padding: 55px 0 5px;
		text-align: left;
		font-size: 100%;
		width:auto;
		/*border: 1px solid #cc0099;*/
	}

	#mainvisual .img {
		width: 100%;		/* 画像の幅÷980 */
		margin-left: -50%;	/* -(画像の幅÷980÷2) */
	}

	#contents {
		width: 100%;
	}

	#main1-column {
		float: none;
		width: 90%;
		margin: 0 auto;
		padding-bottom: 0;
	}

	#left-column {
		float: none;
		width: 90%;
		margin: 0 auto;
		*margin: 0 auto 20px;
		overflow: hidden;
		*zoom: 1;
		border-left: none;
		padding-left: 0px;
	}

.tetra-box {
	float: left;
	width: 29%;
	margin-right: 4.1%;
	}

	.column-set {
		width: 100%;
	}

	.column1 {
		width: 29%;
		margin-right: 4.1%;
	}

	#right-column {
		float: none;
		width: 90%;
		margin: 0 auto;
		*margin: 0 auto 20px;
		overflow: hidden;
		*zoom: 1;
	}

	#right-column-inner {
		width: 105%;
	}

	#left-column-inner {
		width: 105%;
	}

	#right-column .box {
		float: left;
		width: 24%;
		margin-right: 4.1%;
		padding: 0 2.5% 15px;
	}

	#right-column .ad {
		width: 26%;
		padding: 10px 1.5% 0;
	}

	#footer-inner {
		width: 100%;
	}

}





/*-----------------------------------------------------	*/
/*	for - 767px					*/
/*-----------------------------------------------------	*/

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

	html {
		*overflow-x: hidden;
	}

	#wrapper {
		background-image: none;
		background-color: #fff;
		overflow: hidden;
	}

header {
	position: relative;
	/*height:130px;*/
	margin-bottom:0px;
}

	#gnav-btn {
		position: relative;
		display: block;
		width: 100%;
		padding: 5px 0 4px;
	}

	#header-inner {
		position: relative;
		width: 100%;
		background-color: #fff;
	}

	#tagline {
		float: left;
		padding: 0px 4px 4px 30px;
		text-align: left;
		font-size: 80%;
		width: 100%;
		height: 100%;
	}

	#logo {
		padding: 0 0 6px 30px;
		margin: 0 auto;
		max-width: 180px;
	}

	#logo a {
		margin: 0 auto;
		max-width: 180px;
	}

	#gnav-btn div {
		width: 44px;
		margin-left: 10px;
	/*	border-bottom: solid 1px #444;*/
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}

	#gnav-btn a {
		display: block;
		height: 20px;
		line-height: 20px;
		color: #ccc;
		font-size: 12px;
	/*	border: solid 1px #111;*/
		text-align: center;
		vertical-align: top;
		text-decoration: none;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-webkit-text-shadow: 0px -1px 0px #700;
		text-shadow: 0px -1px 0px #111;
	}

	#gnav-btn a:link,
	#gnav-btn a:visited {
		background: url("https://www.jmcia.or.jp/images/bg_gradient.png") repeat-x #444;
		background: -moz-linear-gradient(top, #444, #333);
		background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#333));
		background: -webkit-linear-gradient(top, #444, #333);
		background: -o-linear-gradient(top, #444, #333);
		background: linear-gradient(to bottom, #444, #333);
	}
	#gnav-btn a:hover,
	#gnav-btn a:active,
	#gnav-btn a.current {
		background: url("https://www.jmcia.or.jp/images/bg_gradient.png") repeat-x #555;
		background: -moz-linear-gradient(top, #555, #444);
		background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#444));
		background: -webkit-linear-gradient(top, #555, #444);
		background: -o-linear-gradient(top, #555, #444);
		background: linear-gradient(to bottom, #555, #444);
	}

	#gnav {
		position: absolute;
		z-index: 2;
		width: 250px;
		top: 0;
		left: -251px;
	}

	#gnav nav {
		width: 100%;
	/*	margin-top: 35px;*/
		border-top: solid 1px #fff;
		border-bottom: solid 1px #fff;
	}

	#gnav nav ul {
		float: none;
		width: 100%;
		border-left: none;
		border-right: none;
		border-top: solid 1px #fff;
	}

	#gnav nav ul li {
		float: none;
		width: 100%;
	}

	#gnav nav ul li a {
		display: block;
		padding: 7px 20px 5px;
		font-size: 90%;
		border-left: none;
		border-right: none;
		border-bottom: solid 1px #fff;
		border-top: solid 1px #fff;
		background: url("../images/icon_arrow_01.gif") no-repeat right center;
		*zoom: 1;
	}

	#contents {
		position: relative;
		z-index: 2;
		background-image: url("../images/wrapper_bg.gif");
	}






.tetra-box {
	float: left;
	width: 45.5%;
	margin-right: 4%;
}

	.column1 {
		width: 45.5%;
		margin-right: 4%;
	}

.about-contents-box {
	float: none;
	width: 100%;
	font-size: 70%;
	line-height: 160%;
	}

	#right-column .box {
		width: 39.5%;
		margin-right: 4%;
		padding: 0 3% 15px;
	}

	#right-column .ad {
		width: 41.5%;
		padding: 10px 2% 0;
	}

	footer {
		position: relative;
		z-index: 2;
	}

}


/*-----------------------------------------------------	*/
/*	for - 479px					*/
/*-----------------------------------------------------	*/

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


	#tagline {
		font-size: 60%;
		padding: 0px 4px 4px 10px;
	}

	#logo {
		max-width: 150px;
		padding: 0px 4px 4px 10px;
	}

	#logo a {
		max-width: 150px;
	}

	.box {
		padding: 0 20px 20px;
	}

	#contents-title {
		font-size: 110%;
	}

	.btn {
		width: auto;
	}

	.btn a {
		width: auto;
	}

	.column-set {
		width: 100%;
		*margin-bottom: 0;
	}

	.column1 {
		float: none;
		width: 100%;
	}

	.box {
		margin-bottom: 20px;
	}

	.news-box dt {
		float: none;
		width: auto;
	}

	.news-box dd {
		margin: 0 0 10px 0;
	}

	#right-column {
		*margin-bottom: 0;
	}

	#right-column-inner {
		width: 100%;
	}

	#right-column .box {
		float: none;
		width: auto;
		margin-right: 0;
		padding: 0 20px 20px;
	}

	#right-column .box p {
		font-size: 83%;
	}

	#right-column .box .tel {
		font-size: 150%;
	}

	#right-column .btn {
		height: 40px;
		margin: 10px auto 0;
		border-radius: 25px;
		font-size: 90%;
	}

	#right-column .btn a {
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
	}

	#right-column .ad {
		margin-right: 0;
		padding: 10px 10px 0;
	}

.tetra-box {
		float: none;
		width: auto;
		margin-right: 0;
		padding: 0px 10px 10px;
	}

}


#btn-member{
	width:240px;
	text-align: center;
	}

#btn-member ul li a {
	display: block;
	padding: 3px 18px 3px;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	font-size: 83%;
		-webkit-border-radius: 3px;
		border-radius: 3px;
}

#btn-member ul li a:link,
#btn-member ul li a:visited {
	background-color: #187fc3;
	color: #fff;
	text-decoration: none;
}
#btn-member ul li a:hover,
#btn-member ul li a:active,
#btn-member ul li a.current {
	background-color: #55a9d8;
	color: #fff;
	text-decoration: none;
}