@charset "utf-8";

/* ===================================================================
CSS information
 file name  :  index.css
 style info :  Seminarページの共通CSS
=================================================================== */

/*----------------------------------------------------------------------------------
		 								Seminar
------------------------------------------------------------------------------------*/
/*---------------------------
コンテンツ上部ページ内ナビ
---------------------------*/
div#contents ul#page_navi li {
	float: left;
	margin-right: 28px;
	padding: 17px 0 5px;
}

div#contents ul#page_navi li.bottom_left {
	margin-right: 39px;
}



/*---------------------------
Seminarの一覧表示用スタイル
---------------------------*/

div#contents ul.seminar_list {
	background: #f7f7f7;
	border: 1px solid #dbdbdb;
	_zoom: 1;  
	 overflow: hidden;
	 margin-bottom: 15px;
}

ul.seminar_list li {
	background: url(/images/common/bg_arrow_black.gif) 13px 16px no-repeat;
	border-top: 1px dashed #dbdbdb;
	padding: 15px 13px 16px 35px;
	margin-top: -1px;
	width: 660px;
}

ul.seminar_list li.bgcolor {
	background-color: #fff;
}

ul.seminar_list li p.seminar_data {
	line-height: 1.4;
	display: inline;
	padding: 1px 0 1px;
	margin-bottom: 3px;
}

ul.seminar_list li p.new {
	padding-right: 35px;
	background: url(/images/common/icon_new_pink.gif) right 0 no-repeat;
}

ul.seminar_list li h3.seminar_title {
	line-height: 1.5;
	margin: 0 0 5px;
}

ul.seminar_list li p.seminar_txt {
	line-height: 1.5;
}

div#contents p.btn_past {
	text-align: right;
}


/* セキュリティポリシーアライアンス */
div#contents div.security_policy {
	background: #e2ebf4;
	padding: 5px;
	margin-top: 30px;
}

div.security_policy dl {
	border: 1px solid #fff;
	 padding: 15px;
}

div.security_policy dt {
	text-align: center;
	margin-bottom: 10px;
}

div.security_policy dd {
	line-height: 1.5;
}



/*----------------------------------------------------------------------------------
		 								詳細ページ用スタイル
------------------------------------------------------------------------------------*/
div#contents div#detail_title {
	border: 1px solid #c0c0c0;
	margin-bottom: 15px;
}

div#contents div#detail_title h3 {
	text-align: center;
	border: 2px solid #fff;
	padding: 10px;
	line-height: 1.5;
	background: #f5f5f5;
	color: #0a579a;
}

div#contents div#detail_title h3 em {
	font-size: 150%;
}

div#contents p.detail_txt {
	line-height:1.5;
	margin-bottom: 18px;
}

div#contents .summary_title {
	background: url(/images/common/bg_arrow_black.gif) 0 center no-repeat;
	padding: 2px 0 2px 20px;
	font-size: 116%;
	margin-bottom: 8px;
}

/* 概要の表 */
div#contents table.summary {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 15px;
}

div#contents table.summary th {
	width: 136px;
	padding: 10px 18px;
	line-height: 1.5;
	background: #f4f4f4;
	border: 1px solid #ccc;
	text-align: left;
	vertical-align: top;
	font-weight:normal;
}

div#contents table.summary td {
	padding: 10px 18px;
	line-height: 1.5;
	border: 1px solid #ccc;
}

div#contents table.summary td p {
	line-height: 1.5;
}

div#contents table.summary td div.map {
	clear: both;
}

div#contents table.summary td div.map_top {	
	margin-bottom: 15px;
}

div#contents table.summary td div.map:after {
	content: "."; display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

div#contents table.summary td div.map { display: inline-block; }
div#contents table.summary td div.map { display: block; }

div#contents table.summary td div.map p.left {
	float: left;
	width: 420px;
}

div#contents table.summary td div.map p.right {
	float: right;
	width: 49px;
	padding: 25px 9px 0 0;
}

div#contents table.summary td .moushikomi_left {
	float: left;
	margin-right: 10px;
}








