@charset "UTF-8";

.content .program_navi {
	width: 630px;
	overflow: hidden;
	height: 100%;
	margin-bottom: 20px;
	float: left;
	width: 630px;
}
.content .program_navi ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	height: 100%;
}
.content .program_navi ul li {
	list-style: none;
	width: 100px;
	height: 25px;
	padding-right: 10px;
	float: left;
}
.content p.pdf {
	margin: 0px 0px 20px;
	text-align: right;
	width: 230px;
	float: right;
}
.content p.pdf img {
	vertical-align: -4px;
}
.content .icon-spaceR {
 	margin-right: 10px;
}
.content .icon-spaceL {
 	margin-left: 10px;
}

/*TABLE*/
.content .program_table {
	width: 960px;
	margin: 0px;
	clear: both;
}

.content .program_table a {
	color: #333;
}
.content .program_table a:hover {
	color: #D30303;
}
.content .program_table .nothing {
	background-color: #fff;
}
/*TH*/
.content .program_table th {
	width: 50px;
	background-color: #c7c7c7;
	background-repeat: repeat-y;
	color: #332A7B;
	line-height: 120%;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}
/*TD*/
.content .program_table td {
	vertical-align: top;
}
.content .program_table td.selected {
	background-color: #99CBDD;
}
.content .program_table td.category_a {
	border-bottom: solid 1px #6c6d96;
	border-right: solid 1px #6c6d96;
}
.content .program_table td.category_b {
	border-bottom: solid 1px #007C36;
	border-right: solid 1px #007C36;
}
.content .program_table td.category_c {
	border-bottom: solid 1px #E85298;
	border-right: solid 1px #E85298;
}
.content .program_table td.category_d {
	border-bottom: solid 1px #4db0cb;
	border-right: solid 1px #4db0cb;
}
.content .program_table td.category_e {
	border-bottom: solid 1px #f28f00;
	border-right: solid 1px #f28f00;
}
.content .program_table td.lunch1 {
	border-bottom: solid 1px #00A0e8;
	border-right: solid 1px #00A0e8;
}
.content .program_table td.lunch2 {
	border-bottom: solid 1px #e3e3e3;
	border-right: solid 1px #e3e3e3;
}
.content .program_table td input {
	vertical-align: -1px; 
}
.content .program_table td .lecture {
	padding: 10px 10px;
	margin: 0 0 10px 0;
}
.content .program_table td .lecture-detail {
	clear: both;
	padding: 10px 10px;
	margin: 0 0 10px 0;
}
.content .program_table td h4 {
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: bold;
}
.content .program_table td ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.content .program_table td ul li {
	margin: 10px 0px 0px;
}
.content .program_table td .speaker {
	margin-bottom: 10px;

}
/*icon*/
.content .program_table td .icon {
	padding: 5px 10px 0 10px;
	text-align: center;
}
.content .program_table td span.code,
.content .program_table td span.full,
.content .program_table td span.almostfull {
	display: block;
	color: #fff;
	text-align: center;
	line-height: 21px;
	height: 20px;
	font-family: "メイリオ","Meryo","ＭＳ Ｐゴシック","MS PGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	padding: 0 10px;
}
.content .program_table td hr {
	border: none;
	border-top: 1px dotted #aaa;
	height:1px;
}
.content .program_table td span.code {
	float: left;
	font-size: 14px;
}
.content .program_table td span.code input,
.content .program_table td span.code label {
	cursor: pointer;
}
.content .program_table td .tcad-messgae {
	color: #f00;
	font-weight: bold;
	padding: 4px;
}
.content .program_table td span.full {
	float: right;
	background: #f00;
	padding: 0 10px;
	height: 20px;
}
.content .program_table td span.almostfull {
	float: right;
	background: #ffba00;
	padding: 0 10px;
	height: 20px;
}
.content .program_table td.category_a span.code {
	background: #2b2e65;
}
.content .program_table td.category_b span.code {
	background: #005b23;
}
.content .program_table td.category_c span.code {
	background: #e51b88;
}
.content .program_table td.category_d span.code {
	background: #007dab;
}
.content .program_table td.category_e span.code {
	background: #f28f00;
}
.content .program_table td.lunch1 span.code{
	background: #00A0e8;
}
.content .program_table td.lunch2 span.code {
	background: #888888;
}
.content .program_table td .interpretation {
	padding: 0;
}

/* keynote */
.content table.keynote {
	margin-bottom: 10px;
	border-bottom: solid 3px #fff;
}
.content table.keynote td.keynote {
	text-align: left;
	border-bottom: none;
	background-color: #ebebeb;
}
.content table.keynote td.selected {
	background-color: #99CBDD;
}

.content table.keynote td.keynote span.almostfull,
.content table.keynote td.keynote span.full {
	float: left;
	margin: 8px 0;
}
.content table.keynote td div.header {
	background-color: #8068a9;
	padding: 5px 0 5px 10px;
}
.content table.keynote td.keynote div.header .translate {
	float: right;
	color: #fff;
	padding-right: 20px;
}
.content table.keynote td.keynote div.header .translate img {
	vertical-align: -12px;
}

.content table.keynote td.keynote p.speaker-image {
	float: right;
	padding: 10px 15px;
}
.content table.keynote td.keynote h4 {
	font-size: 16px;
}
.content table.keynote td.keynote .speaker {
	margin: 8px 0 0 0;
}
.content table.keynote td .session {
	padding: 0 10px;
}
.content table.keynote td .biog {
	padding: 10px 10px 15px 10px;
	font-size: 11px;
}
.content table.keynote td .interpretation {
	padding: 0;
}

/* lunch */
.content .program_table p.lunch-session {
	background: #00a0e8;
	padding-left: 10px; 
}
.content .program_table p.lunch-break {
	background: #e3e3e3;
	padding-left: 10px; 
}

/* coffee */
.content .program_table td.coffee {
	width: 845px;
	padding: 15px 10px;
	border-bottom: solid 2px #ccc;
	background: #e3e3e3;
}

/* reception */
.content .program_table td.reception {
	border-bottom: 1px solid #d8be74;
	border-right: 1px solid #d8be74;
	padding-bottom: 5px;
	background-color: #fff;
}
.content .program_table td.reception p.title-reception {
	padding: 5px 10px;
	margin-bottom: 5px;
	background: #d8be74;;
}
.content .program_table td.reception .exp {
	padding: 4px 10px 0px 25px;
	width: 430px;
	float: left;
}
.content .program_table td.reception .exp p.registration {
    background-color: #ECE2F1;
    font-size: 16px;
    padding: 10px 10px;
	margin: 0 0 8px 0;
}
.content .program_table td.selected .exp p.registration {
    background-color: #99CBDD;
}
.content .program_table td.reception .exp .about {
	overflow: hidden;
	height: 100%;
	margin: 0;
}
.content .program_table td.reception .exp .about img {
	margin: 20px 0 0 0;
}
.content .program_table td.reception .exp .about p {
	font-size: 14px;
	line-height: 160%;
	margin: 0;
}
.content .program_table td.reception .exp .dce {
	overflow: hidden;
	height: 100%;
	margin: 12px 0 10px 0;
}
.content .program_table td.reception .exp .dce p {
	float: right;
	width: 290px;
	margin: 0px;
}

ul.regist li.entry {
	text-align: center;
	margin: 40px 0;
}
a.registration {
	display: block;
	margin: 40px auto;
    background-image: url("../images/program/btn_regist.jpg");
    background-color: transparent;
    background-repeat: no-repeat;
    border: medium none;
    cursor: pointer;
    height: 50px;
    width: 477px;
	overflow: hidden;
}
a.registration:hover {
	background-position: 0 -50px;
}
