@charset "utf-8"; /* 〠 */

/*----------------------------------------------*/
/* mendan CSS [SP]
/*----------------------------------------------*/

/*---- PC & SP only ----*/
.pconly {
x	display: none;
}

.sponly {
 display: none;
}

/*---- Font ----*/
.mendan-text-underline {
	text-decoration: underline;
}

.mendan-text-fred {
	color: #DC143C;
}

/*---- Layout ----*/
.mendan-frame {

}
.mendan-type {
	margin: 0px 10px 30px 10px;
	padding: 10px;
	font-weight: bold;
	background-color: #FFFFFF;
	box-shadow: 6px 6px #DEDEDE;
	border: 1px solid #DEDEDE;
}

.mendan-type p {
	margin-bottom: 15px;
}

.mendan-type-day1 {
}

.mendan-type-day2 {
	margin-bottom: 10px;
}

.mendan-type-term {
	color: #DC143C;
}

.mendanbox {
	margin-bottom: 25px;
}

.mendan-subt {
	font-size: 16px;
	font-weight: bold;
}

.fbold {
	font-weight: bold;
}

.mendan-form-btn {
	margin-top: 20px;
}

.mendan-form-btn a {
	display: block;
	width: 80%;
	height: 50px;
	line-height: 50px;
	margin: 0px auto 30px;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	text-decoration: none;
	background-color: #541b86;
	color: #FFFFFF;
	font-weight: bold;
}

.mendan-form-btn a:hover {
	color: #FFFFFF;
	background-color: #381457;
}

.mendan-form-btn-closebox {
	margin-top: 20px;
}

.mendan-form-btn-closebox span {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin: 0px auto 10px;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	text-decoration: none;
	background-color: #CCCCCC;
	color: #FFFFFF;
	font-weight: bold;
x	-webkit-border-radius: 4px;
x	-moz-border-radius: 4px;
x	border-radius: 4px;
}

.mendan-pic {
	width: 90%;
	margin: 20px auto;
}

.mendan-pic div {
	margin-bottom: 20px;
}

.mendan-pic img {
	width: 100%;
}
