@charset "UTF-8";
/* --------------------------------------------------

mypage

-------------------------------------------------- */
.ttl {
    background-image: url("../img/ttl_bg.jpg");
}

.login-msg{
	margin-bottom: 30px;
}

/* for TABLET */
@media screen and (max-width: 800px) {
		.login-msg{
		padding: 0 10%;
		text-align: left;
		margin-bottom: 10px;
	}
}

/* --------------------------------------------------

register-btn-area

-------------------------------------------------- */
.register-btn-area {
	text-align: center;
	margin-bottom: 5%;
}

.register-btn-area a {
	color: #ffffff;
    font-size: 1.8rem;
	background: #30A28D;
    border-radius: 100px;
    box-shadow: 0px 3px #218270;
}
.register-btn-area a:hover {
    box-shadow: none;
    transform: translateY(3px);
    opacity: 1;
}

.forget-member{
	margin-top: 20px;
}

.forget-member{
	margin-top: 20px;
}

.forget-member a{
	text-decoration: underline;
}

.list-tb .col-unread td{
	background: #D9F0DD;
}





















