@charset "utf-8";

#top {
	background: #eee;
	margin-bottom: 0;
}

#mainImg {
	background: url(../img/mainBg.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 730px;
}

#topHeader {
	text-align: left;
	padding: 20px 40px;
}

#topHeader h1 {
	float: left;
}

#topHeaderR {
	text-align: right;
	float: right;
}

#lmcLogo {
	padding-top: 10px;
	margin-bottom: 10px;
}

#topHeaderName {
	font-size: 123.1%;
}

#topLoginBox {
	text-align: left;
	width: 768px;
	margin: 40px auto 0;
}

#topLoginL {
	text-align: center;
	float: left;
	background: url(../img/topLoginBg.png) repeat left top;
	width: 354px;
	padding: 40px 0 33px;
}

#topLoginR {
	text-align: center;
	float: right;
	background: url(../img/topLoginBg.png) repeat left top;
	width: 354px;
	padding: 40px 0 59px;
}

#topLoginL h2 {
	color: #aa0000;
	font-size: 247%;
	font-weight: normal;
	margin-bottom: 10px;
}

#topLoginR h2 {
	color: #003d79;
	font-size: 247%;
	font-weight: normal;
	margin-bottom: 10px;
}

.topLoginTxt {
	font-size: 123.1%;
	line-height: 200%;
	margin-bottom: 35px;
}

#topLoginL .topLoginBtn a {
	color: #fff;
	font-size: 123.1%;
	font-weight: bold;
	text-decoration: none;
	background: #aa0000;
	padding: 13px 100px;
	border-radius: 6px;
}

#topLoginR .topLoginBtn a {
	color: #fff;
	font-size: 123.1%;
	font-weight: bold;
	text-decoration: none;
	background: #003d79;
	padding: 13px 100px;
	border-radius: 6px;
}

.topLoginBtn a:hover {
	opacity: 0.7;
}

#meritIn {
	width: 980px;
	margin: 0 auto;
	padding: 80px 0 100px;
}

#meritIn h1 {
	color: #e30920;
	font-size: 40px;
	margin-bottom: 60px;
}

#meritList li {
	float: left;
	width: 33%;
	min-height: 390px;
	position: relative;
}

#meritList li img {
	margin-bottom: 20px;
}

.meritM {
	color: #e30920;
	font-size: 153.9%;
	margin-bottom: 10px;
}

.meritTxt {
	font-size: 123.1%;
}

.moreBtn {
	position: absolute;
	bottom: 0;
	left: 85px;
}

.moreBtn a {
	color: #e30920;
	font-size: 123.1%;
	font-weight: bold;
	text-decoration: none;
	background: #fff;
	border: 1px #e30920 solid;
	border-radius: 6px;
	padding: 12px 20px;
}

.moreBtn a:hover {
	background: #f5dfe1;
}

.moreBtnArrow {
	font-size: 50%;
	vertical-align: 3px;
}

.regist {
	background: #f9ced2;
	width: 100%;
	padding: 8px 0;
}

.regist p a:hover img {
	opacity: 0.5;
}

.merit1In {
	width: 980px;
	padding: 80px 0 100px;
	margin: 0 auto;
}

.merit1In h1 {
	font-size: 38px;
	font-weight: normal;
	background: url(../img/meritTBg.png) no-repeat center bottom;
	padding-bottom: 30px;
	margin-bottom: 50px;
}

#merit1L {
	float: left;
	width: 386px;
	min-height: 676px;
	background: #fff;
}

#merit1R {
	float: right;
	width: 562px;
	min-height: 676px;
	background: #fff;
}

.merit1LIn {
	padding: 35px;
}

.merit1LIn h2 {
	color: #e30920;
	font-size: 153.9%;
	font-weight: normal;
	margin-bottom: 30px;
}

.merit1LIn img {
	margin-bottom: 25px;
}

.meritM1 {
	color: #e30920;
	font-size: 108%;
	font-weight: bold;
	text-align: left;
	margin-bottom: 5px;
}

.meritList {
	text-align: left;
	line-height: 180%;
	list-style: disc;
}

.meritList li {
	margin-left: 18px;
}

#merit2Img {
	text-align: left;
	background: url(../img/merit2Img1.jpg) no-repeat left top;
	min-height: 285px;
	padding-left: 450px;
}

#merit2Img p {
	font-size: 123.1%;
	line-height: 180%;
	margin-bottom: 20px;
}

.merit3Lead {
	font-size: 138.5%;
	line-height: 180%;
	margin-bottom: 30px;
}

#merit3Question {
	background: #fff;
	padding: 50px 30px;
	margin-bottom: 50px;
}

#merit3Question h2 {
	font-size: 197%;
	font-weight: normal;
	margin-bottom: 50px;
}

#questionL {
	float: left;
	box-sizing: border-box;
	width: 50%;
	padding-left: 100px;
}

#questionR {
	float: right;
	box-sizing: border-box;
	width: 50%;
	padding-right: 100px;
}

#questionL img, #questionR img {
	margin-bottom: 25px;
}

.merit3Arrow {
	color: #e30920;
}

#lmcMain {
	background: url(../img/lmcBg.jpg) no-repeat center top;
	background-size: cover;
	padding: 50px 0 80px;
}

#lmcMainImg {
	margin-bottom: 20px;
}

#lmcMain h1 {
	font-size: 247%;
	font-weight: normal;
	margin-bottom: 30px;
}

#lmcMain p {
	line-height: 200%;
}

#toTop {
	position:fixed;
	right:0;
	bottom:80px;
	display:none;
}

#toTop a img {
	opacity: 0.5;
}
#toTop a:hover img {
	opacity: 1;
}

#top #footer {
	position: static;
}

#term {
	width: 600px;
	background: #fff;
	margin: 0 auto;
	border-radius: 6px;
	position: relative;
}

#modalClose {
	color: #fff;
	font-size: 123.1%;
	background: #ccc;
	border: none;
	border-radius: 12px;
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 5px;
}

#modalClose:hover {
	opacity: 0.6;
}

#termIn {
	text-align: left;
	padding: 35px 40px;
}

#termScroll {
	height: 350px;
	overflow-y: auto;
	padding-right: 20px;
	margin-bottom: 30px;
}

#termIn h1 {
	text-align: center;
	font-size: 153.9%;
	font-weight: normal;
	margin-bottom: 20px;
}

#termIn p {
	font-size: 93%;
	line-height: 180%;
	margin-bottom: 10px;
}

#termSubmit {
	text-align: center;
}

#termSubmit a {
	color: #222;
	font-size: 108%;
	text-decoration: none;
	background: #ddd;
	padding: 10px 30px;
	border-radius: 6px;
}

#lmcImg1 {
	width: 100%;
	height: auto;
}

/*eof*/
