@charset "UTF-8";
@import url("base.css");		/* *Font reset and basic rules. */
@import url("main.css");


/* == Program blocks =================================================== */

.program-day { /* （ 第１日目、２日目）  */
	font-weight: bold;
	margin: 20px 0px 10px;
	border-bottom: 2px dotted #ccc;
}

#Update  {	/* （ 更新日 ） */
	display: inline-block;	/* 表示する時：, 非表示：none */
	position: absolute;
	width: 150px;
	right: 0;
	margin-top: -12px;
	font-size: 90%;
	color: #666;
}


/* == table blocks =================================================== */

.table-block{
	margin-bottom: 2em;
	position: relative;
}

.table-block h3 a {
	color: black;
}

/* == item heading (h3) == */

.item-heading{
	font-weight: bold;
	font-size: 100%;
	background-color: #ffe8ee;
	padding: 4px;
	border: solid 1px #ccc;
	margin-bottom: 0.5em;
	padding-left: 105px;
	position: relative;
}
.item-heading span {
	font-weight: normal;
}
.item-heading .schedule {	/* schedule 時間 */
	display:inline-block;
	width:95px;
	margin-left: -95px;
	font-size: 97%;
}

.meeting-place {	/* 会場 */
	display: inline-block;
	position: absolute;		/* 親要素が relative でなければ、枠から逃げ出すので注意 */
	right: 0px;
	margin-top: -5px;
	text-align:right;
	font-size: 90%;
}

.item-heading .kyosai {	/* 共催　会社名 */
	display: inline-block;
	position: absolute;		/* 親要素が relative でなければ、枠から逃げ出すので注意 */
	right: 0;
	text-align: right;
	font-size: 90%;
}


.item-breaktime { /* 休憩時間 */
	font-weight: normal;
	font-size: 95%;
	background-color: #f0f0f0;
	padding: 4px;
	margin-bottom: 0.5em;
	text-align: center;
}


#day1-13 .item-heading {	/* OJT 1日目 */
	background-color: #ffaaaa;
}

#day2-14 .item-heading {	/* OJT 2日目 */
	background-color: #ffaaaa;
}

/* == item contents (共通) == */

.item-cont p, dl, table{
	padding-left: 1em; 
	font-style: inherit;
}


/* == item contents (座長・演者・共催) == */

.item-cont h4 {
	margin-top: 1.5em;
	margin-bottom: -5px;
	padding-left: 1em;
}

.item-cont dl{}

.item-cont dt {
	float: left;
	width: 128px;
	margin-bottom: 0.5em;
	clear: both;
}
.item-cont dt:before{
	content: url("../images/icon-disk.png");
	color: #dc143c;
}
.item-cont dd{
	margin-left: 128px;
	margin-bottom: 0.5em;
}
.item-cont dd span {
	font-size: 86%;
}

.item-cont dd em {
	font-weight: normal;
	padding: 3px;
	margin-left: -3px;
	border: red 2px solid;
}

.item-cont dd.subject{
	font-weight:bold;
	margin-bottom: 0;
	text-indent: -14px;
}
.item-cont dd.subject:before {
	content: "「";
}
.item-cont dd.subject:after {
	content: "」";
}

.item-cont dt.subject { /* Live演題（h4の表記をリスト内に収納 2016） */
	float: none;
	width: 100%;
	font-weight: bold;
	margin-left: 128px;
}
.item-cont dt.subject:before {
	content: none;
}
.item-cont dt.subject span {
	font-size: 86%;
}


.item-cont dt.longdt {
	letter-spacing: -1px;
	font-size: 90%;
}

.item-cont dt#wakate {
	float: none;
	width: 100%;
}


.item-cont table {	/* --（ VIDEO表 2015 ）-- */
	width: 98%;
	font-size: 100%;
	margin-left: 5px;
	border-top: 1px solid #ccc;
	border-collapse: collapse;
}
.item-cont td{
	vertical-align: top;
	padding: 5px 0px 5px 0px;
	font-weight: bold;
	padding-left: 45px;
	display: block;
}

.item-cont td.subject {
	text-indent: -14px;
}
.item-cont td.subject:before {
	content: "「";
}
.item-cont td.subject:after {
	content: "」";
}
.item-cont td.name {
	font-weight: normal;
	border-bottom: 1px solid #ccc;

}
.item-cont .name span{	/* 所属（） */
	font-size: 86%;
}
.item-cont .name span:before{
	content: "　（";
}
.item-cont .name span:after{
	content: "）";
}

.item-cont td.numb {
	width: 40px;
	padding-left: 0;
	float: left;
	text-align: center;
	color: #666;
	font-family: Arial, "Times New Roman";
	font-weight: normal;
}


.leafletDL {}
.leafletDL a {
	display: inline-block;
	font-size: 9pt;
	text-decoration: none;
	background: url(../images/icon_pdf_ss.gif) no-repeat 2px ;
	padding: 2px 5px 2px 30px;
	border: solid 1px #99a;
	color: #333;
}
.leafletDL a:link { background-color: #f0f8ff; }
.leafletDL a:visited { background-color: #f0f8ff; }
.leafletDL a:hover { background-color: #06c; color: #fff; }


.live-coordinator {	/* Live Case の右上に表示 */
	text-align: right;
	margin-top: -10px;
	font-size: 86%;
}



/* == Faculty blocks =================================================== */

#Faculty{}
#Facultylist { 
	margin-left: 1em;
}
#Facultylist dl {
	margin-bottom: 1.5em;
	text-align: justify;
	text-justify: distribute; /* 均等割付けを指定　※IE */
}
#Facultylist dt {	/* 氏名 */
	float:left;
	clear: left;
	width: 6em;
}
#Facultylist dd {	/* 所属 */
	padding-left: 6em;
	font-size: 90%;
}
#Facultylist h4 {
	font-size: 100%;
	font-weight: normal;
}

#DomesticFaculty {}


/* == 仮のプログラム用 draft items =================================================== */

#draft {
	margin-top: -1em;
	margin-bottom: 2em;
}

#draft h3 {
	font-weight: bold;
	font-size: 100%;
	background-color: #eaeaea;
	padding: 4px 10px 4px 100px;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	position: relative;
}

#draft h3 span {
	color: #686868;
	font-size: 90%;
	font-weight: normal;
}

#draft h3 span.new {
	color: red;
}

#draft ul{
	margin-bottom: 1.5em;
	margin-left: 38px;
	text-indent: -28px;
	text-align: justify;
	text-justify: distribute; /* 均等割付けを指定　※IE */
}

#draft ul li {
	margin-bottom: 0.5em;
}

#draft .digest{
	margin: 10px 20px;
}

#draft h4 {
	margin: 0 0 0.5em 0;
}

#draft .schedule {	/* schedule 時間 */
	padding-left: 5px;
	display:inline-block;
	width:95px;
	margin-left: -95px;
	font-size: 90%;
}