@charset "utf-8";

/* ===================================================================
CSS information
 file name  :  common.css
 style info :  プレスリリースページの共通CSS
=================================================================== */

/*----------------------------------------------------------------------------------
		 								PRESS
------------------------------------------------------------------------------------*/


/*---------------------------
プレスリリースの一覧表示用スタイル
---------------------------*/

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;
}




/*----------------------------------------------------------------------------------
		 								詳細ページ用スタイル
------------------------------------------------------------------------------------*/
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 3px;
	line-height: 1.5;
	background: #f5f5f5;
	color: #0a579a;
}

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

div#contents p.sign {
	text-align: right;
	margin-bottom: 18px;
	line-height: 1.5;
}

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.detail_table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

div#contents table.detail_table th {
	padding: 10px 10px;
	line-height: 1.5;
	background: #f4f4f4;
	border: 1px solid #ccc;
	font-weight:normal;
}

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









