div.briefingInfo {
	width: 735px;
	height: 231px;
	margin: 20px 0;
	background: url("../images/briefingInfoBg.gif") no-repeat;
	position: relative;
}
div.briefingInfo h3,
div.briefingInfo p.text,
div.briefingInfo dl {
	display: none;
}
div.briefingInfo p.btn {
	position: absolute;
	top: 130px;
	left: 35px;
}


div.briefingInfotest {
	width: 735px;
	height: 277px;
	margin: 20px 0;
	background: url("../images/briefingInfoBgtest.gif") no-repeat;
	position: relative;
}
div.briefingInfotest h3,
div.briefingInfotest p.text,
div.briefingInfotest dl {
	display: none;
}
div.briefingInfotest p.btn {
	position: absolute;
	top: 145px;
	left: 20px;
}

#requestInput span.red {
	color: #ff4500;
	font-size: 90%;
	font-weight: normal;
}

/* 上下マージン */
.mgt30 { margin-top: 30px; }
.mgt25 { margin-top: 25px; }
.mgt20 { margin-top: 20px; }
.mgt15 { margin-tpp: 15px; }
.mgt10 { margin-top: 10px; }
.mgt5 { margin-top: 5px; }
.mgb5 { margin-bottom: 5px; }
.mgb10 { margin-bottom: 10px; }
.mgb15 { margin-bottom: 15px; }
.mgb20 { margin-bottom: 20px; }
.mgb25 { margin-bottom: 25px; }
.mgb30 { margin-bottom: 30px; }
