@charset "UTF-8";

#content h3.secondary {
	margin-bottom:20px;
}

.sectionSecondary img#president {
	float:right;
	width:150px;
}

.sectionSecondary p {
	margin:0 170px 0 20px;
	line-height:1.8;
}

* html .sectionSecondary p {
	letter-spacing:1px;
}

*+html .sectionSecondary p {
	letter-spacing:1px;
}

table.profile {
	padding:0;
	border: 0;
	width:100%;
}

table.profile th,
table.profile td {
	font-weight: normal;
	font-size: 82%;
	padding:5px;
	border-top:1px solid #c1c1c1;
}

table.profile tr.last th,
table.profile tr.last td {
	border-bottom:3px double #c1c1c1;
}

table.profile tr.pattern th,
table.profile tr.pattern td {
	background-color: #ECECEC;
}

table.profile th {
	text-align: right;
	padding-right: 10px;
	width:85px;
}

table.profile th.month {
	width:35px;
}

table.profile th.koumoku {
	width:auto;
}

table.profile td {
	padding-left: 10px;
}

table.profile th span {
	margin-right:10px;
}

.sectionSecondary .read p {
	margin-right:0;
	line-height:1.8;
}

.sectionSecondary .read {
	background-color: #eeeff4;
	padding:10px;
}

/* photoArea */
#photoArea {
	margin:30px -10px 0 0;
	width:750px;
}

#content .sectionPrimary #photoArea p {
	width:250px;
	float: right;
	margin:0;
}

#photoArea img {
	display: block;
}

/* clearfix */
.clearfix:after{
	content:" ";
	display:block;
	visibility:hidden;
	clear:both;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
}

* html .clearfix{
	display:inline-block;
}

.clearfix{
	height:1%;
}