@charset "utf-8";
/*<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />*/

/*============================================================

	[detail.css]

	@author S.Kaizu

============================================================*/

div.content img {
	display: block;
}

div#feature,
div#information,
div#message {
	margin: 0 0 50px;
}

div#feature {
	float: left;
	width: 360px;
}

div#information {
	float: right;
	width: 300px;
}

div#message {
	clear: both;
	width: 690px;
}

/* title */
div.content h1 {
	float: left;
	width: 640px;
	margin: 0 0 50px;
}

/* status */
div.content p#status {
	float: right;
	width: 50px;
	height: 50px;
}

/* heading */
div.content h2 {
	margin: 0 0 20px;
}

/* text */
div#feature p,
div#message p {
	text-align: justify;
	text-justify: inter-ideograph; /*IE*/
	word-break: break-all; /*IE*/
}

/* feature */
div#feature {
	clear: both;
}

div#feature p {
	margin-top: 1.5384em;/* 20px */
}

div#feature ul {
	margin-top: 1.5384em;/* 20px */
	margin-left: 0px;
}

/* information */
div#information dl {
	margin: 1.5384em 0 0;/* 20px */
	padding-top: 0.423em;
}

div#information dd.datetime {
	height: 16px;
	margin: 0.8461em 0 0;
}

div#information dd.datetime2 {
	height: 34px;
	margin: 0.8461em 0 0;
}

div#information dt.map {
	margin-top: 1.5384em;/* 20px */
}

div#information dd {
	margin: 0.423em 0 0;
}

div#information dd img {
	vertical-align: bottom;
}

div#information p.photo {
	margin-bottom: 20px;
}

/* message */
div#message p.photo {
	float: left;
	width: 300px;
	margin: 0.423em 0 0;/*line-height: 1.8461;/* 24px */
}

div#message p {
	margin-top: 1.5384em;/* 20px */
	margin-left: 330px;
}

div#message ul {
	margin-top: 1.5384em;/* 20px */
	margin-left: 330px;
}

div#message p.speaker {
	text-align: right;
}

div#message span.president {
	font-family: serif;
	font-weight: bold;
	font-size: 14px;
}

