.conf_data .one {
	/* ↓body_conf_list.js対応処理 */
	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;
	}

/* confpage-ts.htmlにおける、TS-6などの、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;
	}






/* ==========================================================
リンク準備中
========================================================== */
.conf_data .one_waiting {
	cursor: default;
	padding: 5px;
	margin-bottom: 10px;
	}

.conf_data .one_waiting:hover {
	background: #f6f6f6;
	box-shadow: none;
	}
body.conf_listPage .conf_data .one_waiting .data {
	border-bottom: 1px solid #ccc;
	margin: 0 10px;
	padding: 5px 0;
	}
body.conf_listPage .conf_data .one_waiting .data:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	}

/* ==========================================================
事前登録フォーム 適宜切り替え
========================================================== */

/* ==========================================================
2016ETW特設
========================================================== */
/* confpage-hu.htmlにおける「モデレーター」「パネリスト」 */
body.conf_listPage .discussion_member_tab {
	border-bottom: 1px dotted #ccc;
	margin: 12px 10px 0;
	padding-bottom: 5px;
	font-size: 15px;
	font-weight: bold;
	}
body.conf_listPage .discussion_member_tab:before {
	content: "\f0ab";
	font-family: FontAwesome;
	padding-right: 0.1em;
}


/* SEJ、タイトルまわり */
body.conf_listPage .data  p.num {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0.5em;
}
body.conf_listPage .data  p span.num_c {
	float: left;
	display: block;
	background: #ddd;
	padding: 0 0.5em;
	border-radius: 3px;
	margin-right: 0.5em;
}
body.conf_listPage .data  h2.name {
	font-size: 14px;
	font-weight: bold;
}
body.conf_listPage .data  h2.name  span.sub {
	font-size: 13px;
	display: block;
	margin: 0.5em 0 0.2em;
}

/* JASA技術本部セミナー（2〜5） */
body.conf_listPage .conf_data h1.nameJASA {
	font-size: 24px;
	font-weight: bold;
	margin: 10px 0;
}
body.conf_listPage .conf_data h1.nameJASA .sub {
	display: block;
	font-size: 16px;
	margin-top: 0px;
	}

body.conf_listPage .jasa_body_conf_list_2_5 {
	border: 1px solid #ccc;
	padding: 0px;
	border-radius: 6px;
	margin-bottom: 30px;
}
body.conf_listPage .conf_data .jasa_body_conf_list_2_5  .one {
	margin-bottom: 0;
}