@charset "utf-8";
/* ===================================================================
CSS information

 file name  :import.css
 author     :yourName (admin)
 style info :各cssファイル読み込み用
=================================================================== */

/* default style - リセット及びbody基本設定
----------------------------------------------------------- */
@import url("/css/default.css");

/* 共通のスタイル指定(ヘッダー、フッター)
----------------------------------------------------------- */
@import url("/css/module.css");

/* all style
----------------------------------------------------------- */
@import url("/css/style.css");

/* thickbox style
----------------------------------------------------------- */
@import url("/css/thickbox.css");

/* print style - 印刷用スタイル
----------------------------------------------------------- */
@import url("/css/print.css");

/* ethics share style - 「倫理委員会」共通スタイル
----------------------------------------------------------- */
@import url("/ethics/css/ethics_share.css");

#main h3 {
	clear: both;
	margin-top: 20px;
}

#main p.attention {
	margin: 0 0 0.5em 50px;
	font-size: 0.85em;
}

#main #date dl {
	clear: both;
	margin: 10px 12px;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
}

#main #date dl dt {
	font-weight: bold;
}

#main #date dl dd {
	margin-left: 30px;
}

#main #date dl dd dl {
	width: 500px;
	margin: 5px 0;
	border: none;
	overflow: hidden;
}

#main #date dl dd dl dt {
	float: left;
	width: 120px;
}

#main #date dl dd dl dd {
	float: left;
	width: 350px;
}

#main #date dl dd ul {
	width: 350px;
	white-space: normal;
}

#main #date dl dd ul li {
	float: left;
	padding-right: 20px;
	white-space: nowrap;
}

#main #proceedings {
	margin-bottom: 20px;
}

#main #proceedings dl {
	margin: 10px 0 10px 24px;
}

#main #proceedings dl dt {
	font-weight: bold;
}

#main #proceedings ol {
	margin: 0 0 1em 46px;
}

#main #proceedings ol li {
	list-style-type: lower-roman;
}

#main #proceedings .font_s {
	font-size:0.8em;
	margin-left:50px;
}

