/* *****************************************************************************
ダイレクトトレード 共通
***************************************************************************** */
#column1 {
	font-size:120%;
}
#column1 p {
	margin-bottom:20px;
	line-height:2;
}

/* *****************************************************************************
ダイレクトトレード
***************************************************************************** */
.section {
	border-collapse:collapse;
	padding:0;
	margin:0;
	height:516px;
	overflow:hidden;
}
.section .section_fig {
	width:516px;
}
.section .section_text {
	width:516px;
	display:table;
}
.section .section_text .inner{
	display:table-cell;
	height:516px;
	background:#f00;
	vertical-align:middle;
	padding:0 30px;
}

.section .section_text h3 {
	font-size:20px;
	color:#503a26;
	margin:0 0 45px 0;
	line-height:2;
}
.section .section_text p {
	line-height:2;
}

.section#section3 .section_text .inner{
	background-color:#276b40;
	color:#fff;
}
.section#section3 .section_text .inner h3 {
	color:#fff;
}
.section#section3 .section_text .inner p {
	font-size:84%;
}