@charset "Shift_JIS";

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

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

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

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

.pages_explanation {
	font-size: 20px !important;
}


/* ---------- volunteer ---------- */

#volunteer {
	width: 710px;
	margin: 5px 0 10px;
}

#volunteer tr.gray {
	background: #F0F0F0;
}

#volunteer thead {
	text-align: center;
}

#volunteer th {
	width: 150px;
	padding: 5px;
	text-align: center;
}

#volunteer td {
	border-left: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	padding: 5px 10px;
}


/* ---------- flow ---------- */

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

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

.image img {
	display: block;
	margin-bottom: 10px;
}

.btn {
	margin: 10px 0;
}


/* ---------- voice ---------- */

.voice_title {
	margin-bottom: 10px;
	border-bottom: 1px solid #00719C;
}

.voice {
	margin-bottom: 20px;
}

.voice .text {
	margin-bottom: 20px;
}

.profile {
	padding: 20px;
	background: #F0F0F0;
	clear: both;
}

