@charset "UTF-8";
@font-face {
	font-family: 'MyFont';
	src: url(../fonts/COUR.TTF);
}

#main .theme_top {
	margin: 0 0 10px 0;
}

#main .theme_top .wrap {
	padding: 10px 40px 10px 40px;
}
#main .theme_top .text {
	line-height: 150%;
	width:728px;
}
/* SDS2020より ここから */
#main .theme_top .summary {
	line-height: 100%;
	/* width: 698px; */
	padding: 0 0 0;
	margin: 0px 20px 20px 15px;
	background: #F5F5FA;
}

#main .theme_top .summary table {
	width: 100%;
	border-spacing: 0px 8px;
}

#main .theme_top .summary > table td{
	/* width: 50%; */
	vertical-align:top;
}

#main .theme_top .summary .table_r tr:first-child{
	background-color: #3F3E2D;
	color: #FFFFFF;
	line-height: 150%;
}
#main .theme_top .summary .table_f tr:first-child{
	background-color: #CE4B68;
	color: #FFFFFF;
	line-height: 150%;
}

#main .theme_top .summary .table_r a{
	color: #3F3E2D;
}
#main .theme_top .summary .table_f a{
	color: #CE4B68;
}

#main .theme_top .summary a{
	text-decoration: none;
	/* font-size: 0.7em; */
	font-size: 1.0em;
}

#main .theme_top .summary a .note_text{
	text-decoration: underline;
	color: #000000;
}

#main .theme_top .summary a:hover{
	text-decoration: underline;
}
/* SDS2020より ここまで */

/* テーマ一覧 */
#theme_list {
	background: #F5F5FA;
	width: 150px;
	padding: 5px;
	float: left;
}
#theme_list .title {
	color: #3F3E2D;
	font-weight: bold;
	text-align: center;
	margin: 0 0 10px 0;
}
#theme_list .index {
	font-size: 85%;
	line-height: 120%;
}

#theme_list .index a:link {
	color: #3F3E2D;
}
#theme_list .index a:visited {
	color: #555555;
}
#theme_list .index a:hover {
	color: #87B6C6;
}
#theme_list .index a:active {
}

/* テーマ一覧 */

.t_box {
	position: relative;
	content: "";
	display: flex;
	clear: both;
	font-size: 0.9em;
	width: auto;
	height: auto;
	margin: 20px 20px 60px 20px;
}

.t_box .fws_t_number{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 3em;
	width: 3em;
	background-color: #b798ff;
	color: #000000;
	text-decoration: none;
	font-size: 1.5em;
	font-weight: bold;
	border: 1px #000000 solid;
	border-radius: 5px;
	border-color: #000000;
	/* padding: 0em 0.8em; */
	margin:0 5px 0 0;
}

.t_box .fws_t_number:hover{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 3em;
	width: 3em;
	background-color: #966df6;
	color: #000000;
	text-decoration: none;
	font-size: 1.5em;
	font-weight: bold;
	border: 1px #000000 solid;
	border-radius: 5px;
	border-color: #000000;
	/* padding: 0em 0.8em; */
	margin:0 5px 0 0;
}

.t_box .mws_t_number{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 3em;
	width: 3em;
	background-color: #ff89e9;
	color: #000000;
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: none;
	border: 1px #000000 solid;
	border-radius: 5px;
	border-color: #000000;
	/* padding: 0em 0.8em; */
	margin:0 5px 0 0;
}

.t_box .mws_t_number:hover{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 3em;
	width: 3em;
	background-color: #fb57dd;
	color: #000000;
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: none;
	border: 1px #000000 solid;
	border-radius: 5px;
	border-color: #000000;
	/* padding: 0em 0.8em; */
	margin:0 5px 0 0;
}

.t_box .t_info{
	display: flex;
	flex-direction: column;
	width: 90%;
}

/* .t_info .app_img{
	position: absolute;
	top: 153px;
	left: 200px;
} */

.t_info .title {
	display:flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
	font-size: 1.5em;
	font-weight: bold;
	width: auto;
	/* height: 3em; */
	min-height: 3em;
}

.t_info .theme_maintitle {
	font-size: 1em;
	font-weight: bold;
}

.t_info .theme_subtitle {
	font-size: 0.75em;
	font-weight: bold;
}

.t_info .theme_facilitator {
	font-size: 0.8em;
	font-weight: bold;
}

/* .t_info .title a:first-child {
	text-decoration: underline;
}
.t_info .title_r a:first-child {
	color: #3F3E2D;
}
.t_info .title_f a:first-child {
	color: #CE4B68;
}
.t_info .title a:nth-of-type(2) {
	color: #000000;
} */

.t_info .title-2line {
	font-size: 140%;
	font-weight: bold;
	/*background: url(../img/t_box_title.gif) no-repeat;*/
	line-height: 130%;
	width: 550px;
	height: 50px;
	padding: 0 0 0 30px;
	background-position: 0px 26px;
}
.t_info .text{
	display: flex;
	flex-direction: row;
	width: auto;
	margin: 10px 0px 0 0px;
	font-size: 1em;
}
.t_info .text ul{
	margin: 5px 0px 0px 0px;
}
.t_info .text ol{
	margin: 5px 0px 0px 0px;
}
.t_info .anchor{
	/*background: url(../img/t_box_anchor.gif);*/
	width: 780px;
	height: 20px;
}

.t_info .text .facilitator{
	width: 55%;
}

.t_info .text .facilitator_table{
	border-spacing: 0.5em 0px;
	font-size: 1em;
	table-layout: fixed;
}

.t_info .text .facilitator_table td{
	overflow-wrap : break-word;
}

.small_text {
	font-size: 0.8em;
}

.table_name{
	white-space: nowrap;
}

/* テーマ一覧 スライド画像 */
.t_info .text .theme_img{
	display: block;
	position: inherit;
	top: 60px;
	right: 0px;
	margin: 0 auto;
}

/* .t_info img.theme-img{
	display: block;
	float: right;
	width: 250px;
	margin: 0 10px;
	text-align: left;
	border: rgb(237, 237, 237) 2px solid;
}

.t_info div.theme-img{
	display: block;
	float: right;
	width: 250px;
	margin: 0px 10px;
	text-align: left;
}
.t_info .theme-img img{
	border: rgb(237, 237, 237) 2px solid;
	margin: auto;
}
.t_info .theme-img p{
	font-size: 90%;
}
.t_info .theme-img:after{
  display:block;
  clear:both;
  height:0px;
  visibility:hidden;
  content:".";
} */

/* テーマ詳細 */
#main .theme_title {
	text-align: center;
	margin: 0 0 20px 10px;
}

#main .theme_title .theme_maintitle {
	font-size: 1.5em;
	font-weight: bold;
}

#main .theme_title .theme_subtitle {
	font-size: 1.2em;
	font-weight: bold;
}

#main .theme_title .theme_facilitator {
	font-size: 1em;
	font-weight: normal;
}

#main .theme_slide {
	display: flex; 
	flex-direction: column; 
	align-items: center;
}

#main #message {
	font-size: 1em;
	width: 100% !important;
}

/* .contents .top_header_table{
	width: 100%;
	padding: 5px;
	border-spacing: 5px 5px;
	font-size: 1em;
	border-spacing: 8px 6px;
}

.contents .top_header_table th{
	text-align: center;
	vertical-align: middle;
}

.contents .top_header_table th > .table_heading{
	display: inline-block;
	width: 100%;
	border-radius: 1em;
	padding: 2px 0;
	background-color:  #46677D;
	color: #ffffff;
}

.contents .top_header_table td{
	padding: 12px 6px;
	text-align: center;
	vertical-align: middle;
	background-color: #ffffff;
} */

.contents .am{
	background-color: #575757;
	color: #ffffff;
	border-radius: 1em;
	font-size: 0.8em;
	font-weight: normal;
	padding: 0em 0.8em;
	vertical-align: middle;
}

.contents .pm{
	background-color: #575757;
	color: #ffffff;
	border-radius: 1em;
	font-size: 0.8em;
	font-weight: normal;
	padding: 0em 0.8em;
	vertical-align: middle;
}

.contents .session_number{
	background-color: #575757;
	color: #ffffff;
	border-radius: 1em;
	font-size: 0.8em;
	font-weight: normal;
	padding: 0em 0.8em;
	vertical-align: middle;
}

/*------------- テーマ実施者（英語用） ------------------ */
.t_info .proposer_box {
	display: block;
	margin: 0px 0px;
}
.t_info .proposer_box:after {
	display: block;
  clear:both;
  height:0px;
  visibility:hidden;
  content:".";
}
.t_info .proposer_box .name {
	width: 150px;
	float: left;
	margin-right:10px;
}
.t_info .proposer_box .affiliation {
	width: 290px;
	float: left;
}

/* リンク表示 */
.t_info a:link {
	color: #3F3E2D;
}
.t_info a:visited {
	color: #555555;
}
.t_info a:hover {
	color: #87B6C6;
}
