@charset "UTF-8";
* {
	box-sizing: border-box;
}
body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0.5rem;
}
header,
nav,
#sitebody,
footer {
	max-width: 1100px;
	margin: 0 auto;
	font-size: 0.875rem;
}
header {
	padding: 0.5rem 0 1rem;
}
header h1 {
	margin: 0;
	font-size: 1.5rem;
	line-height: 1.75rem;
	text-align: center;
}
header h1 em {
	font-style: normal;
	font-size: 1.15rem;
	font-weight: normal;
}
footer {
	padding-top: 5rem;
	font-size: 0.75rem;
	text-align: center;
}
p {
	margin: 0 0 0.3rem;
	line-height: 1.1rem;
}
ul,
li {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
}
nav ul{
	display: flex;
}
a {
	color: #1150AE;
}
.textRight {
	text-align: right;
}
.textCenter {
	text-align: center;
}
nav a,
header a {
	padding: 0.5rem 2rem;
	background: #333333;
	border-radius: 0.3rem;
	color: #ffffff;
	line-height: 1.15rem;
	text-decoration: none;
}
nav a:hover,
header a:hover {
	background: #008000;
}
nav ul li {
	display: inline-block;
	margin-right: 1rem;
}
nav a {
	display: inline-block;
	padding: 0.5rem 1.5rem;
	color: #ffffff;
}
a.back {
	display: inline-block;
	padding: 0.5rem 1.5rem;
	background: #cccccc;
	border-radius: 0.3rem;
	color: #333333;
	text-decoration: none;
}
a.back:hover {
	background: #008000;
	color: #ffffff;
}
#sitebody table {
	border-collapse: collapse
}
#sitebody table td,
#sitebody table th {
	padding: 0;
}
/* シンポジウム＆プログラム 発表スケジュール 共通 */
#prg #sitebody table,
#programList #sitebody table {
	width: 100%;
	margin-bottom: 3rem;
	border-width: 1px 1px 0 0;
}
#prg #sitebody table,
#prg #sitebody table td,
#programList #sitebody table,
#programList #sitebody table th,
#programList #sitebody table td {
	border-style: solid;
	border-color: #666666;
}
#prg #sitebody table th,
#prg #sitebody table td,
#programList #sitebody table th,
#programList #sitebody table td {
	padding: 0.2rem;
	border-width: 0 0 1px 1px;
	text-align: center;
}
#prg #sitebody table th,
#programList #sitebody table th {
	background: #1363DF;
	color: #ffffff;
}
#prg #sitebody table tr:first-child th:nth-child(3) {
	border-style: solid;
	border-width: 0 0 1px;
	border-color: #ffffff;
}
#prg #sitebody table th:not(:last-child) {
	border-style: solid;
	border-width: 0 1px 0 0;
	border-color: #ffffff;
}
/* シンポジウム＆プログラム */
#prg #sitebody table tr:first-child th:first-child {
	border-left: solid 1px #1363DF;
}
#prg #sitebody table th,
#prg #sitebody table td {
	padding: 0.2rem;
}
#prg #sitebody table td:nth-child(2) {
	text-align: left;
}
#prg #sitebody table td:nth-child(3) span a,
#prg #sitebody table td:nth-child(4) span a {
	display: inline-block;
	min-width: 3.2rem;
	background: #333333;
	border-radius: 0.3rem;
	padding: 0.3rem 0;
	color: #ffffff;
	font-size: 0.75rem;
	line-height: 1.5rem;
	text-decoration: none;
}
/* 発表スケジュール */
#programList #sitebody table th {
	padding: 0.5rem;
	font-size: 1rem;
	text-align: left;
}
#programList nav ul.date {
	width: 100%;
	margin-top: 1rem;
}
#programList nav ul.date li {
	margin: 0;
	width: calc(100% / 3);
}
#programList nav ul.date li a {
	width: 100%;
	padding: 0.8rem;
	background: #dddddd;
	border: solid 1px #333333;
	border-bottom-width: 0;
	border-radius: 0.5rem 0.5rem 0 0;
	color: #333333;
	font-size: 1.15rem;
	text-align: center;
}
#programList nav ul.date li a:hover {
	background: #333333;
	color: #ffffff;
}
#programList nav ul.date li.today a {
	background: #333333;
	color: #ffffff;
	font-weight: bold;
}
#programList #sitebody table td {
	padding: 0.25rem;
	text-align: left;
}
#programList #sitebody table td p:last-child {
	margin-bottom: 0;
}
#programList #sitebody table td:first-child {
	white-space: nowrap;
	text-align: left;
	vertical-align: top;
}
#programList #sitebody table td.nodata {
	background: #FFF;
  color: gray;
  text-align: left;
  padding: 10px;
	white-space: normal;
}
#programList #sitebody table td.chair {
	background: #90E0EF;
	white-space: normal;
}
#programList #sitebody table tr.break {
	background: #DFF6FF;
}
#programList #sitebody table tr.break td {
	text-align:left;
}
#programList #sitebody table td .sympoTitle {
	font-size: 1rem;
	font-weight: bold;
  line-height: 1.5;
}
#programList #sitebody table td .author {
	font-size: 1rem;
	font-weight: normal;
}
#programList #sitebody table td dl {
	display: flex;
	margin-top: 0;
	margin-bottom: 0.8rem;
}
#programList #sitebody table td dl dt {
	padding: 0.3rem 0.4rem;
	background: #333333;
	color: #ffffff;
	line-height: 1rem;
}
#programList #sitebody table td dl dd {
	margin: 0.2rem 0.6rem 0 0.5rem;
	font-size: 1rem;
  font-weight: bold;
}
#programList #sitebody table td p {
	font-size: 0.75rem;
}
#programList .linkBtn ul li a {
	background: #cccccc;
	color: #333333;
}
#programList .linkBtn ul li a:hover {
	background: #008000;
	color: #ffffff;
}
#programList .linkBtn ul li a.selected {
	background: #008000;
	color: #ffffff;
	font-weight: bold;
}
.button {
	width: 5rem;
    padding:0.5rem;
    background:#03A9F4;
	border-radius: 0.4rem;
    color:#ffffff;
	cursor: pointer;
    text-align:center;
}
.close {
    background:#666666;
}
.sympoList span {
	display: inline-block;
	padding: 0 1rem;
	cursor: pointer;
	border: solid 1px #333333;
	border-radius: 0.5rem;
	line-height: 2.3rem;
}
.sympoList span.selected {
	background: #f5f5f5;
}
.sympoList span:hover,
.sympoList span:active {
	background: #008000;
	color: #ffffff;
}
.sympoList ul {
	display: none;
	position: absolute;
	margin-right: 1rem;
	border: solid 1px;
}
.sympoList ul li {
	display: block;
	margin-right: 0;
	padding: 0;
	background: #f5f5f5;
	border-bottom: solid 1px #666666;
	color: #333333;
}
.sympoList ul li:last-child {
	border-bottom: 0;
}
#programList .linkBtn .sympoList ul li a {
	display: inline-block;
	width: 100%;
	padding: 0.5rem 1rem 0.5rem 2rem;
	background: #eeeeee;
	border-radius: 0;
	color: #333333;
}
#programList .linkBtn .sympoList ul li a:hover {
	background: #008000;
	color: #ffffff;
}
/* スマホ表示 */
@media (max-width:782px){
	header p {
		margin-top: 1.5rem;
	}
	#prg #sitebody table td a {
		text-decoration: none;
	}
	#prg #sitebody table th,
	#prg #sitebody table td {
		padding: 0.2rem 0;
	}
	#prg #sitebody table td:nth-child(2) {
		padding: 0.2rem;
	}

	#prg #sitebody table tr:first-child th:first-child {
		width: 2rem;
	}
	#prg #sitebody table tr:nth-child(2) th {
		width: 2rem;
	}
	#prg #sitebody table th {
		font-size: 0.675rem;
	}
	#prg #sitebody table td:nth-child(2) {
		line-height: 1.1rem;
	}
	#prg #sitebody table td:nth-child(3),
	#prg #sitebody table td:nth-child(4) {
		padding: 0.4rem;
	}
	#prg #sitebody table td:nth-child(3) span a,
	#prg #sitebody table td:nth-child(4) span a {
		line-height: 2rem;
	}
	#programList #sitebody table td.time {
		padding-left: 30px;
		background: url(../images/ic_time.png) 
			0.4rem 0.5rem no-repeat;
		border-top: solid 1px #333333;
		font-size: 1.15rem;
		font-weight: bold;
	}
	#programList #sitebody table tr.break td:first-child {
		padding-top: 0.2rem;
		border-top: solid 1px #333333;
	}
	#programList #sitebody table tr.break td:last-child {
		padding-bottom: 0.2rem;
	}
	#programList #sitebody table tr.break td {
		padding: 0 0.4rem;
	}
	#programList #sitebody table td.time,
	#programList #sitebody table tr.break {
		border-top: solid 1px #333333;
	}
	#programList #sitebody table td {
		display: block;
	}
	#programList #sitebody table,
	#programList #sitebody table td {
		border: none;
	}
	#programList #sitebody table {
		border-bottom: solid 1px #333333;
	}
	#programList nav.linkBtn ul:first-child li {
		margin-right: 0.5rem
	}
	#programList nav.linkBtn ul:first-child li ul li {
		margin-right: 0;
	}
	.sympoList span {
		width: 100%;
	}
	.sympoList ul li a {
		text-indent: -1rem;
	}
}
/* PC表示 */
@media (min-width:783px){
	#prg header {
		display: flex;
		justify-content: center;
	align-items: center;
	}
	header a {
		display: inline-block;
		margin-left: 1rem;
	}
	#prg #sitebody table td:nth-child(3) span a,
	#prg #sitebody table td:nth-child(4) span a {
		display: inline-block;
		width: 4rem;
		background: #333333;
		border-radius: 0.3rem;
		padding: 0.1rem;
		color: #ffffff;
		font-size: 0.75rem;
		line-height: 1.5rem;
		text-decoration: none;
	}
	#programList #sitebody table td.time {
		width: 5rem;
	}
	.sympoList ul li a {
		margin-left: 0;
		padding-left: 1rem;
	}
}