@charset "UTF-8";

:root {
    --main-color: #863c31;
	--sub-color: #f7e7e0;
    --accent-color: rgb(250, 205, 0);
}

html {
	display: flex;
	flex-direction: column;
	scroll-behavior: smooth;
}

body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.site {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.site-content {
	flex: 1 1 auto;
	padding-top: 20px;
	padding-bottom: 60px;
}

.site-content a {
	transition: 0.3s;
	color: var(--main-color);
	text-decoration: underline;
}

.site-content a:hover {
	color: var(--accent-color);
}

.navbar .navbar-inner {
	padding: 0;
}

.navbar .nav {
	margin: 0;
	display: table;
	width: 100%;
}

.navbar .nav li {
	display: table-cell;
	width: calc(100% / 5);
	float: none;
}

.navbar .nav li a {
	font-weight: bold;
	text-align: center;
	border-left: 1px solid rgba(255, 255, 255, .75);
	border-right: 1px solid rgba(0, 0, 0, .1);
	transition: 0.7s;
}

.navbar .nav li:hover {
	border-bottom: 1px solid var(--main-color);
}

.navbar .nav li a:hover {
	background-color: #e6e6e6;
}

.navbar .nav li:last-child a {
	border-right: 0;
	border-radius: 0 3px 3px 0;
}

.panel .panel-heading {
	background-color: var(--sub-color);
}

div#categoryGroup ul.list-group li.list-group-item {
	transition: 0.3s;
}

div#categoryGroup ul.list-group li.list-group-item.active {
	background-color: var(--sub-color);
	border-top-color: var(--sub-color);
	border-bottom-color: var(--sub-color);
}

div#categoryGroup ul.list-group li.list-group-item:hover {
	background-color: #f3f3f3;
}

div#categoryGroup ul.list-group li.list-group-item a {
	color: var(--main-color);
	transition: 0.3s;
	display: flex;
}

.sitename {
	margin-top: 0px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0px;
	background: url(../img/background.svg) center bottom;
	background-size: cover;
}

.sitename a {
	font-size: 1.6em;
	color: inherit;
	font-weight: 500;
}

small {
	font-size: 70%;
}

i {
	font-size: 1.3em;
	color: inherit;
}

del {
	color: #919191;
}

div.panel a {
	text-decoration: none;
}

div.panel .panel-heading {
	background-color: var(--sub-color);
	font-weight: bold;
}

table.table.table-bordered.category {
	margin-bottom: 40px;
}

table.table.table-bordered.category caption {
	padding-top: 90px;
	margin-top: -90cm;
}

table.category tr:nth-child(odd) {
	background-color: #f9f9f9;
}

table.category tr, table.category th, table.category td {
	vertical-align: middle!important;
}

table.category th {
	color: var(--main-color);
	text-align: center;
	white-space: nowrap;
	background-color: var(--sub-color);
	width: 6.5em;
}

table.category th a {
	cursor: pointer;
}

table.category caption {
	font-size: 16px;
	border-bottom: 1px dotted #dcdcdc;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
}

table.category caption span.glyphicon {
	font-size: 14px;
	margin-right: 3px;
	line-height: 1em;
	margin-left: 20px;
}

table.category td {
	padding-right: 0!important;
	padding-left: 0!important;
}

table.category td p {
	margin-bottom: 0;
}

table.category td.chair {
	background-color: #ffffff;
	border-top-style: hidden;
	border-right-style: hidden;
	border-left-style: hidden;
	padding-top: 0;
}

table.category td p.chairpersons {
	font-weight: 500;
	text-align: right;
}

table.category td p.title {
	font-weight: 500;
	font-size: 16px;
	padding-right: 1em;
	padding-left: 1em;
	margin-bottom: 8px;
}

table.category td span.sub-title {
	font-size: 14px;
	margin-left: 16px;
}

table.category td p.auth {
	padding-left: 32px;
	padding-right: 1em;
	padding-top: 8px;
	border-top: 1px dashed #dcdcdc;
}

table.category td span.aff, p.modal-auth span.aff {
	font-style: italic;
}

th.no span.time {
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	margin-top: 5px;
	display: block;
	color: black;
}

th.no span.start {
	margin-top: 10px;
	display: block;
}

tr.break-pr th.no span.start {
	margin-top: 0px;
}

tr.break-pr td {
	text-align: center;
	background-color: #fffce5;
}

tr.break-pr td.corp {
	font-size: 16px;
	text-align: left;
	background-color: #e3fff8;
	padding-left: 1em !important;
}

@media screen and (max-width:768px) {
	table.category caption {
		text-align: center;
	}
	
	table.category tr, table.category th, table.category td {
		text-align: center;
		width: 100%;
		display: block;
		border-style: none;
		border-left-style: none!important;
		border-right-style: none!important;
	}
	
	table.category th, table.category th {
		border-top-style: none!important;
		border-bottom-style: none!important;
	}
	
	table.category th, table.category th {
		border-top-style: none!important;
		border-bottom-style: none!important;
	}
	
	table.category td.chair {
		padding-top: 10px;
		background-color: #f8f8f8;
	}
	
	table.category td p.chairpersons {
		text-align: center;
	}
	
	table.category td p.auth {
		padding-left: 1em;
	}
	
	th.no span.time {
		margin-top: 0;
		margin-left: 1em;
		display: inline;
	}
	
	.navbar .navbar-inner {
		padding: 0;
	}
	
	.navbar .nav {
		margin: 0;
		display: block;
		width: 100%;
	}
	
	.navbar .nav li {
		display: block;
		float: none;
		width: 100%;
	}
	
	.navbar .nav li a {
		font-weight: bold;
		text-align: center;
		border-bottom: 1px solid rgba(0, 0, 0, .1);
		border-right: 1px solid rgba(0, 0, 0, .0);
	}
	
	.navbar .nav li:last-child a {
		border-radius: 0 0 0 0;
	}
}

h1, h2, h3, h4, h5, h1, .h2, .h3, .h4, .h5, .panel .panel-heading {
	color: var(--main-color);
}

h1 .glyphicon {
	position: relative;
	top: 3px;
}

.h2 {
	margin-top: 0;
	margin-bottom: 40px;
}

h1.h2 {
	background-color: white;
	padding-bottom: 30px;
	margin-bottom: 0;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}

h2, h2.pro_session {
	color: var(--main-color);
	font-weight: bold;
	border-top: 3px double #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 10px;
	padding: 10px 5px 7px;
	font-size: 16px;
	background-color: white;
	margin-top: 0;
	line-height: 1.5em;
	position: -webkit-sticky;
	position: sticky;
	top: 61px;
}

s {
	color: silver;
}

.pro_session span {
	line-height: 1.25em;
	margin-left: 1em;
	display: block;
}

#page-top {
	font-size: 11px;
	position: fixed;
	bottom: 20px;
	right: 20px;
}

#page-top a {
	background: rgba(102, 102, 102, 0.7);
	text-decoration: none;
	color: #fff;
	width: 80px;
	padding: 15px 0;
	text-align: center;
	display: block;
	border-radius: 3px;
	transition: 0.7s;
}

#page-top a:hover {
	opacity: 0.6;
}

h1.session_title {
	padding-top: 50px;
}

#categoryGroup .glyphicon {
	margin-right: 5px;
}

#categoryGroup ul.list-group li.list-group-item {
	transition: 0.7s;
}

#categoryGroup ul.list-group li.list-group-item:hover {
	background: #efefef;
}

#cnts {
	position: relative;
	width: 750px;
	margin: 0 auto;
	padding-bottom: 15px;
}

.cnts_box {
	background-repeat: repeat-y;
	background-position: 0 0;
	width: 750px;
	padding: 5px 18px 0 18px;
	margin-top: -10px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 15px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0 0 25px #D8D8D8;
	box-shadow: 0 0 25px #D8D8D8;
}

#main_cnts {
	width: 670px;
	padding-bottom: 30px;
	position: relative;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 30px;
}

#info a {
	margin-right: 20px;
	margin-left: 20px;
	transition: 0.7s;
}

#info a:hover {
	opacity: 0.5;
}

ul.pdf-list, ul.pdf-list ul {
	list-style-type: none;
	padding-left: 2em;
}

ul.pdf-list li {
	margin-bottom: 0.5em;
	clear: both;
}

ul.pdf-list {
	padding-left: 3em;
	line-height: 1.7em;
}

ul span.pdf-list-name {
	margin-left: 5em;
}

@media screen and (max-width: 768px) {
	ul span.pdf-list-name {
		margin-left: 0;
		float: right;
	}
}

.table.schedule {
	font-size: 13px;
	margin-bottom: 40px;
}

.table.schedule th, .table.iin th {
	color: white;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: var(--main-color);
}

.table.schedule th a {
	cursor: pointer;
	color: var(--main-color);
}

.table.schedule td {
	text-align: center;
	position: relative;
	padding: 1em;
}

.table.schedule td:empty, .table.room-list td:empty {
	background: url(../img/na.png) white;
}

.table.schedule td.theme {
	text-align: left;
}

.table.schedule .kaijo {
	width: 10%;
}

.table.iin th {
	width: 12em;
}

.table td.venue {
	background-color: var(--sub-color);
	vertical-align: middle;
	padding-top: 0;
	padding-bottom: 0;
}

a.zoom {
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	right: 8px;
	bottom: 8px;
	transition: 0.3s;
}

a.zoom:hover {
	transform: scale(1.5,1.5);
}

.table.room-list td.venue {
	width: 10%;
	white-space: nowrap;
}

.table.room-list td:not(:first-child) {
	width: 15%;
}

.table.room-list th {
	color: white;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	vertical-align: middle;
	background-color: var(--main-color);
}

@media screen and (max-width:768px) {
	table.schedule tr, table.schedule th, table.schedule td {
		text-align: center;
		width: 100%;
	}
	
	table.iin tr, table.iin th, table.iin td {
		text-align: center;
		width: 100%;
		display: block;
		border-style: none;
		border-left-style: none!important;
		border-right-style: none!important;
	}
}

dl.nittei {
	margin-left: 2em;
	margin-bottom: 20px;
}

dl.nittei dt, dl.nittei dd {
	margin-bottom: 0.5em;
}

dl.nittei dt {
	width: 8em;
	float: left;
}

dl.nittei dd {
	margin-left: 8em;
}

@media screen and (max-width: 768px) {
	dl.nittei {
		margin-left: 2em;
		margin-bottom: 40px;
	}
	
	dl.nittei dt {
		float: left;
		clear: left;
		margin-right: 0.5em;
		width: 100%;
		margin-left: 2em;
	}
}

table.table.table-bordered.schedule thead th.kaijo, table.table.table-bordered.schedule tbody td.venue {
	width: 14%;
}

table.table.table-bordered.schedule thead th:not(.kaijo), table.table.table-bordered.schedule tbody td:not(.venue) {
	width: 21.5%;
	white-space: normal;
}

table.table.table-bordered.schedule.room-list td {
	padding-top: 0.75em;
	padding-bottom: 0.75em;
	width: 15%!important;
}

.event li:not(:last-child) {
	margin-bottom: 7px;
}

.event li a {
	float: left;
	width: 14em;
}

.awards {
	border: 1px dashed #dcdcdc;
	padding: 5px 10px;
	margin-bottom: 15px;
	float: right;
}

.awards ul {
	padding-left: 0;
	margin-bottom: 0;
}

.awards li {
	font-size: 12px;
	list-style-type: none;
}

.sig-session div:not(:last-child) {
	margin-bottom: 40px;
}

.chairpersons {
	padding-right: 1em;
	padding-left: 1em;
}

.sig-date, .sympo-date {
	text-align: right;
	padding-right: 1em;
	padding-left: 1em;
	margin-bottom: 7px;
}

.shikai {
	text-align: right;
	padding-right: 1em;
	padding-left: 1em;
}

.gaiyo {
	line-height: 1.75em;
	margin-bottom: 0;
	padding: 1em;
	border: 1px dashed #cdcdcd;
}

footer {
	height: 100px;
	text-align: center;
	background-color: #f9f9f9;
	border-top: 1px solid #dcdcdc;
	padding-top: 20px;
}

hr {
	margin-top: 50px;
	margin-bottom: 50px;
}

.sympo ul {
	list-style-type: none;
	padding-left: 1em;
}

.sympo ul li:not(:last-child) {
	margin-bottom: 10px;
}

.sympo h3:not(:first-child) {
	margin-top: 40px;
}

.sympo h3 {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 5px;
}

.info {
	text-align: center;
	background-color: white;
	margin-bottom: 50px;
	padding: 20px;
	-webkit-box-shadow: 0 0 25px #D8D8D8;
	box-shadow: 0 0 25px #D8D8D8;
}

.info p {
	font-size: 18px;
	margin-bottom: 15px;
}

.info p:last-child {
	font-size: 18px;
	margin-bottom: 0;
}

.info a {
	text-decoration: none;
}

dl.sympo-program dt {
	float: left;
}

dl.sympo-program dd {
	padding-left: 3em;
}

dl.sympo-program dd.auth {
	padding-left: 1em;
}