/* ↓body_conf_list.js対応処理 */
/* ↓個別ページ非公開につき非処理 */
/*
.conf_data .one {
	border-radius: 5px;
	cursor: pointer;
	padding: 5px;
	}
.conf_data .one:hover {
	background: #fff;
	box-shadow: 0 0 4px  rgba(0,0,0,0.1);
	}
*/



/* 事前登録フォーム（表示しない）*/
.conf_data .title_num span.pre_registration_form a {
	display: none;
	}
	
/* data */
.conf_data .one .data {
	padding: 2px 5px;
	}
/* data テーマ・タイトル */
.conf_data h1.name {
	font-size: 18px;
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
	}
.conf_data .name span.sub {
	font-size: 14px;
	}
/* data 複合h2 テーマ・タイトル */
.conf_data h2.name_2nd {
	font-size: 16px;
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
	}
.conf_data h2.name_2nd  span.sub {
	font-size: 14px;
	}

/* カテ一覧 */
.conf_data .frame_box {
	display: none;
	border: none;
	border-radius: none;
	margin: 0;
	/* ↑元設定を一回OFF */
	display: block;
	/* ↑再表示 */
	padding: 4px 0 0;
	margin-top: 4px;
	border-top: 1px solid #ddd;
	}

/* 曜日別
.daysP .conf_data .frame_box {
	display: none;
	}
.daysP .conf_data .clb_one .frame_box {
	border: none;
	border-radius: none;
	margin: 0;
	display: block;
	padding: 4px 0 0;
	margin-top: 4px;
	border-top: 1px solid #ddd;
	}
 */
	
	
	
.conf_data .lecturer p {
	margin-bottom: 0;
	}
.conf_data .lecturer p strong {
	font-size: 16px;
	padding-right: 1em;
	}

/* ==========================================================
18-20 日程別の、時刻・Noデータ仕掛け
body.daysP
========================================================== */
body.daysP {

	}
body.daysP .conf_data .title_num span.iniTT,
body.daysP .conf_data .title_num span.iniN {
	font-size: 14px;
	line-height: 1.5;
	display: block;
	float: left;
	padding: 1px 10px;
	}
	
/* 時刻 */
body.daysP .conf_data .title_num span.iniTT {
	border-radius: 3px 0 0 3px;
	margin-right: 0px;
	background: #fff;
	color: #000;
	}
	
/* ID */
body.daysP .conf_data .title_num span.iniN {
	color: #fff;
	border-radius: 0 3px 3px 0;
	margin-right: 10px;
	}
.conf_data .title_num a {
	color: #333;
	text-decoration: none;
	}



/* ==========================================================
リストページ・データ表示
body.daysP
========================================================== */
/*  */
body.conf_listPage .conf_data .title_num {
	margin-bottom: 5px;
	}
body.conf_listPage .conf_data .one .data {
	border-bottom: 1px solid #ccc;
	margin: 0 10px;
	padding: 5px 0;
	}
body.conf_listPage .conf_data .one .data:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	}
body.conf_listPage .conf_data h1 {
	font-size: 16px;
	line-height: 1.3;
	margin-top: 3px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	}
body.conf_listPage .conf_data .name span.sub {
	margin-top: 2px;
	}

body.conf_listPage .conf_data .frame_box {
	padding: 0;
	margin: 0;
	border-top: 1px dotted #ccc;
	padding-top: 2px;
	margin-top: 2px;
	}

/* IPA-8などの、1講複数講師 */
body.conf_listPage .conf_data .one .sub_lec_only .data {
	border-bottom: 1px dotted #ccc;
	margin: 0 10px;
	padding: 5px 0;
	}
body.conf_listPage .conf_data .sub_lec_only .frame_box {
	padding: 0;
	margin: 0;
	border-top: 0px dotted #ccc;
	padding-top: 2px;
	margin-top: 2px;
	}
body.conf_listPage .conf_data .sub_lec_only .data:last-child {
	margin: 0 10px;
	padding: 5px 0;
	}


body.conf_listPage .conf_data .lecturer p {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 0em;
	}
body.conf_listPage .conf_data .lecturer p strong {
	font-size: 14px;
	padding-right: 1em;
	}

/* 顔写真 */
body.conf_listPage .conf_data .portrait_box {
	margin-right: 10px;
	float: left;
	width: 60px;
	}
body.conf_listPage .conf_data .portrait_box p {
	margin: 0;
	margin-bottom: 5px;
	width: 60px;
	height: 60px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 2px rgba(0,0,0, 0.5);
	position: relative;
	}
body.conf_listPage .conf_data .portrait_box p:last-child {
	margin-bottom: 0px;
	}
body.conf_listPage .conf_data .portrait_box img {
	width: 100%;
	position: absolute;
	top: 0;
	}

