@import url(common.css);

/*
 * [PHPに依存するもの]
 * dt, ddタグにPHPにより適切なwidthを直接記すことで、画像サイズの変更に対応可能
 *
 * [使用例]
 * <dl class="image_list">
 *  <dt style="width: 110px;"><img src="" alt="sample" width="110" height="155" /></dt>
 *  <dd style="width: 364px;">sample</dd>
 *  <dd class="clear">&nbsp;</dd>
 * </dl>
 *
 * ※) 必要がなければ、
 *  1. 以下のCSS と
 *  2. report_events.htmlの関連する箇所(36-59行目)
 * を削除すること
 */
div#contents div#article_contents dl.image_list {
	width: 484px;
}

div#contents div#article_contents dl.image_list dt {
	float: left;
	width: 110px;
	margin-right: 10px;
}

div#contents div#article_contents dl.image_list dd {
	float: left;
	width: 364px;
}


/* 記事コンテンツIDが不正な場合に表示されるテキスト */
div#contents p#invalid_id_error {
	margin: 30px 0 0 80px;
}


/* ページ個別 */
div#contents h2#subtitle {
	margin-bottom: 40px;
}

div#contents div#main_contents {
	width: 680px;
	margin-left: 5px;
	background: #FFFFFF url('../images/report_events/back_contents_repeat.jpg') left top repeat-y;
}

div#contents p#pagetop {
	width: 680px;
	margin-top: 30px;
	text-align: right;
}
div#contents p#back_bottom {
	width: 680px;
	text-align: right;
	background: url('../images/report_events/back_contents_bottom.jpg') left bottom no-repeat;
}

div#contents h2.subtitle {
	width: 713px;
	height: 33px;
	padding: 8px 0 0 14px;
	background: #FFFFFF url('../images/report_events/back_subtitle.jpg') left top no-repeat;
	font-size: 97%;
	font-weight: normal;
	color: #000000;
}


/* ページ内共通 */
div#contents ol {
	list-style: decimal inside;
}

div#contents .no_mark {
	list-style: none;
}

div#contents .disc {
	list-style: disc inside;
}

div#contents dl.disc dt,
div#contents strong.disc {
	display: list-item;
	list-style: disc inside;
}

div#contents .square {
	list-style: square inside;
}

div#contents dl.square dt,
div#contents strong.square {
	display: list-item;
	list-style: square inside;
}

div#contents strong {
	font-weight: bold;
	font-style: normal;
}


/* 記事コンテンツ */
div#contents div#article_contents {
	float: left;
	width: 500px;
	margin-right: 10px;
	color: #333333;
	line-height: 160%;
}

div#contents div#article_contents h3#title {
	min-height: 41px;
	padding: 13px 0 0 15px;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	background: #FFFFFF url('../images/report_events/back_contents_title.jpg') -1px top no-repeat;
	color: #5F7285;
	font-size: 133%;
	font-weight: bold;
}

div#contents div#article_contents h3 {
	margin-left: 15px;
	padding: 20px 2px 2px 2px;
	font-size: 100%;
	font-weight: normal;
}

div#contents div#article_contents p#main_photo {
	float: left;
	margin: 0 10px 5px 0;
	vertical-align: top;
}

div#contents div#article_contents dl.image_list dd.clear {
	clear: both;
	float: none;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
}

div#contents div#article_contents .no_margin {
	margin: 0;
}

div#contents div#article_contents table#detail {
	width: 480px;
	margin: 0 0 6px 10px;
	padding-bottom: 6px;
	border-top: 1px #CCCCCC solid;
	border-collapse: collapse;
	font-size: 100%;
}

div#contents div#article_contents table#detail th {
	width: 50px;
	border-bottom: 1px #CCCCCC dotted;
	font-weight: normal;
	vertical-align: middle;
	table-layout: fixed;
	text-align: center
}

div#contents div#article_contents table#detail th span {
	display: block;
	margin: 2px 0;
	padding: 2px 5px;
	background-color: #E5E5E5;
}

div#contents div#article_contents table#detail td {
	padding: 2px 10px 2px 6px;
	border-bottom: 1px #CCCCCC dotted;
	vertical-align: middle;
}

div#contents div#article_contents div#dynamic_contents {
	width: 465px;
	margin-left: 20px;
}

div#contents div#article_contents h5 {
	margin: 11px 0;
	padding-left: 10px;
	background-color: #C0C9D0;
	color: #444B53;
	font-size: 100%;
	font-weight: bold;
}
/*
div#contents div#article_contents h7 {
	margin-bottom: 20px;
	font-size: 100%;
	font-weight: normal;
}
*/
div#contents div#article_contents p {
	margin-bottom: 20px;
}

div#contents div#article_contents ul,
div#contents div#article_contents ol {
	margin-bottom: 20px;
}

div#contents div#article_contents dt {
	margin-bottom: 20px;
}

/* 申し込フォーム(カテゴリーがイベントの時のみ) */
div#contents div#article_contents p.form_btn {
	width: 460px;
	margin: 10px 0;
	text-align: center;
}

div#contents div#article_contents table#form {
	width: 450px;
	border: 1px #ADAA9C solid;
	border-collapse: collapse;
	color: #333333;
	font-size: 100%;
	margin: 0;
}

div#contents div#article_contents table#form th.head {
	width: 130px;
	padding: 5px 10px 5px 0;
	background-color: #E8E8E8;
	border-bottom: 1px #999999 dotted;
	vertical-align: top;
	text-align: right;
}

div#contents div#article_contents table#form td.entry {
	padding: 5px 0 5px 10px;
	border-bottom: 1px #999999 dotted;
}

div#contents div#article_contents table#form td.supporting_member {
	padding: 15px 0 15px 100px;
	text-align: left;
}

div#contents div#article_contents table#form td.supporting_member input {
	width: auto;
}

div#contents div#article_contents table#form td textarea {
	width: 250px;
	height: 100px;
}

div#contents div#article_contents table#form td small {
}

/* event_confirmation.php, event_result.php */
div#contents h2#form_title {
	width: 640px;
	margin: 48px 50px 0 20px;
	padding-left: 10px;
	background-color: #C0C9D0;
	color: #444B53;
	font-size: 78%;
	font-weight: bold;
}

p#caption {
	width: 640px;
	margin: 20px 0 0 20px;
	color: #333333;
	line-height: 140%;
}

table#confirmation_table {
	width: 640px;
	margin: 38px 0 0 20px;
	color: #333333;
}

table#confirmation_table th {
	width: 150px;
	padding-bottom: 10px;
	font-weight: normal;
	text-align: right;
	line-height: 140%;
	vertical-align: top;
}

table#confirmation_table td {
	width: auto;
	padding-left: 5px;
	padding-bottom: 10px;
	text-align: left;
	line-height: 140%;
}

table#confirmation_table td.button {
	text-align: center;
}

table#confirmation_table td.button input {
	width: auto;
}

div#result_block {
	width: 640px;
	margin: 20px 0 0 20px;
	color: #333333;
	line-height: 140%;
}

div#result_block div.btn_back {
	margin-top: 10px;
}


/* 右側サブコンテンツ */
div#contents div#subcontents {
	float: left;
	width: 170px;
	line-height: 140%;
}


div#contents div#subcontents p,
div#contents div#subcontents ul,
div#contents div#subcontents ol,
div#contents div#subcontents dl {	
	margin-bottom: 13px;
}

div#contents div#subcontents p#back_top {
	margin-bottom: -1px;
}

div#contents div#subcontents h5 {
	min-height: 22px;
	padding: 6px 10px;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	background: #FFFFFF url('../images/report_events/back_subcontents_title.jpg') -1px top no-repeat;
	color: #333333;
	font-size: 100%;
	font-weight: bold;
}

div#contents div#subcontents table {
	width: 160px;
	margin: 0 0 5px 5px;
	border-bottom: 1px #FFFFFF solid;
	border-collapse: collapse;
	font-size: 100%;
}

div#contents div#subcontents table th,
div#contents div#subcontents table td {
	padding: 10px 0;
	border-bottom: 1px #CCCCCC dotted;
	color: #5F7285;
	font-weight: normal;
	font-size: 83%;
	text-align: left;
	vertical-align: top;
}

div#contents div#subcontents table td img {
	margin-left: 5px;
}

div#contents div#subcontents table th {
	padding-right: 8px;
}

div#contents div#subcontents table#speaker td {
	width: 60px;
}
	
div#contents div#subcontents table#handouts td {
	width: 52px;
}

.event_detail {
	margin: 0 0 20px 10px;
	font-size: 100%;
}

.event_detail th {
	width: 120px;
	text-align: left;
	vertical-align: top;
}

.event_detail td {
	width: 370px;
	text-align: left;
}

p.description {
	margin: 15px 0 0 0;
}

em {
	color: red;
}

 table#form tr.address input {
	width: 70px;
}

 table#form span {
	font-weight: 400;
}

 table#form tr.address table.sub_form {
	border: none;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

 table#form tr.address table.sub_form td,
 table#form tr.address table.sub_form th {
	border: none;
	background: #FFF;
	padding: 2px 0;
}

 table#form tr.address table.sub_form th {
	text-align: right;
	font-weight: 400;
}

 table#form tr.address table input {
	width: 190px;
}

.interview_att {
	margin: 5px 5px 15px 5px;
	color: #666;
	line-height: 110%;
}

div#contents ul#category_tab {
	width: 680px;
	height: 45px;
	margin-left: 5px;
	overflow: hidden;
}

div#contents ul#category_tab li {
	float: left;
	width: 135px;
	height: 45px;
}

div#contents ul#category_tab li.events {
	width: 140px;
}

div#contents ul#category_tab li.clear {
	clear: both;
	float: none;
	width: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
}
