@charset "Shift_JIS";

/* ========================================

	対象ファイル：person_menber.html
	対象箇所　　：コンテンツ枠内

======================================== */

#main {
	background: url(../img/person_member/main.png) no-repeat;
}

.lead {
	color: #00719C;
}

/* ---------- 2020.05.18追記 ---------- 
.red_box{
    border: solid 5px #ef5d69;
    box-sizing: border-box;
    padding: 30px;
}
.red_box h3, .red_box .lead{
    color: #ef5d69;
}
*/


/* ---------- membership fee ---------- */

.explanation {
	padding: 8px 0 0 0;
	display: block;
}


/* ---------- report ---------- */

#report {
	width: 710px;
}

#report th {
	width: 180px;
	vertical-align: top;
	text-align: left;
}

#report td {
	vertical-align: top;
}



/* ---------- application ---------- */

.application {
	width: 710px;
	height: 80px;
	margin: 20px 0 10px;
	background: url(../img/person_member/btn_bg.gif) no-repeat;
}

.application th,
.application th * {
	color: #FFF;
}

.application h3 {
	padding-bottom: 0;
}

.application td {
	width: 320px;
	padding: 15px 20px 15px 0;
}



/* ---------- Q&A ---------- */

.answer {
	display: inline;
	color: #4B4B4B !important;
}


/* ---------- example ---------- */

.example {
	margin: 10px 0 25px;
	padding: 10px 20px 20px;
	background: #F0F0F0;
}

.text {
	width: 450px;
	float: left;
}

.image {
	width: 200px;
	float: right;
}

.btn {
	margin-bottom: 10px;
}

