@charset "UTF-8";
/* CSS Document */

#jsalert {
	background:#FD0;
	text-align:center;
	padding:20px;
	color:#000;
	font-size:20px;
	font-weight:bold;
	-webkit-font-smoothing: antialiased;
	border-radius:10px;
}
.bx-wrapper {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	background: transparent;
	margin-top:22px;
	margin-bottom:18px;
}
#slider img {
	margin:0 auto;
	border:4px solid #E40012;
	border-radius:6px;
}
.custom-thumb {
	text-align:center;
}
.custom-thumb img {
	width:104px;
	height:auto;
	margin:0 10px;
}
.custom-thumb .active img {
	border:3px solid #E40012;
	border-radius:6px;
}

#info {
	width:653px;
	margin:53px auto 0;
	color:#4A4A4A;
}
#info h2 {
	font-size:28px;
	padding-bottom:10px;
}
#info li {
	border-bottom:1px solid #979797;
	font-size:20px;
	line-height:1.8;
	display:flex;
	flex-direction:row;
	padding:5px 0;
}
#info li p.date {
	padding-right:30px;
}

#member_login {
	text-align:center;
	padding:60px 0;
	font-size:16px;
	line-height:1;
	color:#4A4A4A;
}
#member_login p {
	font-weight:bold;
	-webkit-font-smoothing: antialiased;
}


.glink {
	display:block;
	text-decoration:none;
	width:348px;
	border:1px solid #4EA882;
	border-radius:6px;
	color:#4EA882;
	text-align:center;
	font-size:20px;
	line-height:1;
	padding:12px 0;
	margin:45px auto 0;
}
.glink:hover {
	opacity:0.7;
}


#banner {
	text-align:center;
	font-size:0;
}
#banner a {
	display:inline-block;
	margin:0 32px;
}
#banner a.txt {
	position: relative;
}
#banner a.txt span {
	color: #000;
	font-size: 15px;
	line-height: 1;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 25px;
	width: 100%;
}
#banner a img {
	width:229px;
	height:auto;
}
#banner a:hover {
	opacity:0.7;
}