@charset "Shift_JIS";

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

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

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

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


/* ---------- 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/company_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;
}

