@charset "utf-8";
/* CSS Document */

section .txt {
	float: right;
	display: inline;
}
section h3 {
	float: right;
	display: inline;
}
section figure {
	margin: 0 0 20px;
}
section section {
	margin-left: 0;
}
section section h4 {
	margin: 0 0 10px;
}
section section h5 {
	margin: 10px 0;
}

/*section p.president {
	display: table;
}
section p.president img {
	margin-left: 700px;
}*/
section p.president {
	text-align: right;
}
section p.president span {
	font-size: 1.6rem;
	line-height: 2.0rem;
}

section section.action ul li {
	margin: 0 0 10px;
	display: table;
}
section section.action ul li figure {
	float: left;
	width: 280px;
}
section section.action ul li dl {
	float: right;
	width: 575px;
	margin: 0 0 0 15px;
}
section section.action ul li dt {
	background: url(../img/csr/bg_title_action.png) no-repeat;
	height: 50px;
	width: 555px;
	padding: 5px 10px 0;
	font-size: 175%;
}
section section.action ul li dd {
	width: 555px;
	padding: 5px 10px 0;
	line-height: 200%;
}