@charset "utf-8";

html,
body,
h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
}
body {
	font-size:100%;
	/* font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif; */
	font-family: Avenir, Verdana, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Osaka,Roboto, Meiryo, sans-serif;
}

#wrapper {
	/* border-radius:4px; */
	background:#fff;
}

img {
	max-width:100%;
	border:none;
	vertical-align: bottom;
}
.timetable__pic img {
	border: 1px solid #ccc;
}

ul,
ol,
dl {
	margin:0;
}



/* .block__summary p {
	margin-right:1.5em;
	margin-left:1.5em;
} */

a {
	/* word-wrap: break-word; */
	word-break: break-all;
}

h1 {
	line-height:0;
	text-align:center;
}

.copy,
#overview,
#timetable-1 {
	margin:2em auto 1em;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-weight:bold;
	line-height:1.3;
	text-align:center;
}

/* .copy,
#overview,
#timetable-1 {
	margin:1.5em 0 .5em;
} */

button {
	border-radius:0;
	font-size:100%;
}

table,
th,
td {
	height:100%;
	font-size: 100%;
}
table {
	width:100%;
	border-spacing: 0;
	border-collapse: collapse;
}
th {
	padding:0;
}
td {
	text-align: left;
	vertical-align: top;
	padding:1em;
}

.timetable__type,
.timetable__title,
.timetable__speaker,
.timetable__belong,
.timetable__display-button,
.timetable__summary,
.timetable__prof {
	margin-bottom:1em;
}
.timetable__display-button {
	text-align:right;
}
.overview__table {
	table-layout:fixed;
}

.overview__table th,
.commission__table th,
.timetable__table th,
.timetable__datetime {
	background:#aaa;
	color:#fff;
	font-weight:bold;
	text-align: center;
}

/*
.overview__place__map {
	overflow:hidden;
	position:relative;
	height:0;
	padding-bottom:300px;
}
.overview__place__map iframe,
.overview__place__map object,
.overview__place__map embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	max-width:400px;
	max-height:400px;
}
*/

/* .overview__visitors ul {
	padding-left: 0;
} */
.overview__url dd {
	margin-left: 0;
}
/* .overview__visitors li, */
.overview__url dt,
.overview__url dd {
	display:inline;
	list-style: none;
}
/* .overview__visitors li:after {
	content:"、";
}
.overview__visitors li:last-child:after {
	content:"";
} */
.overview__url dd:before {
	content:"（";
}
.overview__url dd:after {
	content:"）";
}	

.label {
	padding: .25em 1em;
	border-radius: 4px;
	background: #999;
	color: #fff;
	font-size: 80%;
	text-align: center;
}
.label-sp {
	background: #0666a3;
}
.label-a {
	background: #db7093;
}
.label-b {
	background: #20b2aa;
}
.label--right {
	margin-left:1em;
	padding: .25em 0;
	font-size: 80%;
}

.timetable__main-title,
.timetable__sub-title {
	font-weight:bold;
}
.timetable__main-title {
	font-size:140%;
}
.timetable__sub-title {
	margin-top:.3em;
	/* font-size:120%; */
}


.timetable__speaker {
}
.timetable__pic {
	float:right;
	margin-left:1em;
	text-align:center;
}
.timetable__pic img {
	display:block;
}
.timetable__display-button {
	margin-left:.5em;
}
.timetable__belong {
}

.timetable__division,
.timetable__post {
	margin-top:.3em;
}
.timetable__name {
	display:inline-block;
	font-weight:bold;
	font-size:120%;
}
.timetable__name:after {
	content:"氏";
	margin-left:.5em;
	font-weight:normal;
	font-size:80%;
}
.no-uji:after{
	content:"" !important;
}

.timetable__display-button {
	display:inline-block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
}

.block__global-nav {
	/* background:#f1b000; */
	background:#333;
}
.global-nav {
	margin:0;
	padding:0;
}
.global-nav__item {
	list-style:none;
	background:#333;
	letter-spacing:0.1em;
}
.global-nav__submit {
	background:#f1b000;
}
.global-nav__item a {
	display:block;
	margin:0;
	color:#fff;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
}
.global-nav__item .active,
.global-nav__item a:hover {
	background:#777;
}
.global-nav__submit a:hover {
	background:#f0c246;
}
.block__sns-button {
	display:none;
	margin:1em 0;
}

#sponsor {
	margin-top:1em;
	margin-bottom:1em;
}

.sponsor-pt,
.sponsor-au {
	border: solid 16px transparent;
	border-image: url("../images/border__sponsor.png") 16 / 16px repeat;
}
.sponsor-pt div,
.sponsor-au div {
	margin-bottom:1em;
	padding:.5em 0;
	border-bottom:1px solid #263659;
	font-size:80%;
	font-weight:bold;
}

.sponsor-pt__list,
.sponsor-au__list {
	margin:0;
	padding:0;
	text-align:left;
}

ul.sponsor-pt__list{
	display: inline-block; 
}

ul.sponsor-pt__list li{
	display: inline-block !important;
	vertical-align: middle;
}

.sponsor-pt__item,
.sponsor-au__item {
	list-style:none;
}

#footer {
	clear:both;
	width:100%;
	padding:1em 0;
	/* border-radius:0 0 4px 4px; */
	background:#333;
	color:#fff;
	font-size:80%;
	text-align:right;
}
.footer-nav {
	margin-right:.75em;
	margin-bottom:1em;
}
.footer-nav a {
	display:inline-block;
	margin:.5em .25em;
	padding:.5em;
	border:1px solid #fff;
	border-radius:4px;
	color:#fff;
	font-size:80%;
	text-decoration:none;
	text-align:right;
}
.footer-nav a:hover {
	background:#A9240E;
}
#footer span {
	margin-right:1em;
}

#footer span a {
  padding-bottom: .25em;
  border-bottom: 1px solid #fff;
  color: #fff;
  text-decoration: none;
}

#sidebar {
	text-align:center;
}

.button__submit {
	display:block;
	width:50%;
	margin:2em auto 3em;
	padding:1em;
	border-radius:4px;
	background:#f1b000;
	color:#fff;
	text-decoration:none;
	text-align:center;
}
.button__submit:hover {
	background: #f0c246;
}

.submit {
  background: #f1b000;
}
.submit:hover {
	background: #f0c246 !important;
}

.text-r {
	text-align:right;
}
.text-l {
	text-align:left;
}
.text-c {
	text-align:center;
}
.text-i1 {
	text-indent:1em;
}
.margin-t1 {
	margin-top:1em;
}
.margin-t15 {
	margin-top:1.5em;
}
.margin-t2 {
	margin-top:2em;
}
.margin-t3 {
	margin-top:3em;
}
.margin-t5 {
	margin-top:5em;
}
.margin-b1 {
	margin-bottom:1em;
}
.margin-b15 {
	margin-bottom:1.5em;
}
.margin-b2 {
	margin-bottom:2em;
}
.margin-b3 {
	margin-bottom:3em;
}
.margin-b5 {
	margin-bottom:5em;
}
.margin-r05 {
	margin-right:.5em;
}
.margin-r1 {
	margin-right:1em;
}
.margin-r15 {
	margin-right:1.5em;
}
.margin-r2 {
	margin-right:2em;
}
.margin-l1 {
	margin-left:1em;
}
.margin-l15 {
	margin-left:1.5em;
}
.margin-l2 {
	margin-left:2em;
}
.border-1 {
	border:1px solid #ccc;
}


@media only screen and (max-width:770px) {

	/*	.lead div {
		float:none;
		margin:0 1em 1em;
	} */
	
	p {
		/* max-width:60em; */
		color:#333;
		font-size:90%;
		line-height:1.3;
		letter-spacing:1px;
	}
	
	.copy,
	#overview,
	#timetable-1 {
		font-size:120%;
	}
	
	/* .copy,
	#overview,
	#timetable-1 {
		padding:0 .5em;
	} */
	
	table {
		display:block;
	}
	tbody,
	tr {
		display:block;
		margin-bottom:1em;
	}
	th,
	td {
		display:list-item;
	}
	td {
		border-right:none;
		border-bottom:1px solid #aaa;
	}
	td:last-child {
		border:none;
	}
	.overview__table th,
	.timetable__datetime {
		padding:.5em 0;
		width:100%;
		font-size: 100%;
	}
	.global-nav__item {
		/*border-bottom:1px solid #26595A;*/
	}
	.global-nav__item:last-child {
		border-bottom:none;
	}
	.global-nav__item a {
		height:100%;
		padding:.5em;
	}
	
	.block__sns-button {
		width:100%;
		text-align:center;
	}
	
	.button__summary,
	.button__prof {
		font-size:100%;
	}
	
	.sponsor-pt:after,
	.sponsor-au:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	
	.sponsor-pt__item,
	.sponsor-au__item {
		/* float:left; */
		display:inline-block;
		margin:1em;
	}
	
}
@media only screen and (min-width:771px)  {
	
	body {
		background:#0247a4;
	}
	
	p {
		/* max-width:60em; */
		color:#333;
		font-size:100%;
		line-height:1.6;
		letter-spacing:1px;
	}
	.copy,
	#overview,
	#timetable-1 {
		font-size:150%;
	}
	
	#wrapper {
		max-width:1020px;
		margin:0 auto;
		padding:1em;
		border-radius:.5em;
		box-shadow: 0 0 2px 1px rgba(0,0,0,0.3);
	}
	
	/* .copy,
	#overview,
	#timetable-1 {
		padding-left:.5em;
		border-left:.5em solid #263659;
	} */
	
	.overview__table th,
	.timetable__datetime {
		padding:20px 4px;
		height:100%;
		font-size: 80%;
		line-height:1.5;
	}
	
	.block__global-nav {
		width:100%;
	}
	.block__global-nav:after {
		display:block;
		visibility:hidden;
		clear:both;
		height:0;
		content:""
	}
	.global-nav {
		width:100%;
		margin:0 auto;
	}
	.global-nav__item {
		display:inline-block;
		width:33.2%;
		/*border-right:1px solid #26595a;*/
	}
	.global-nav__item a {
		padding:.5em;
		/*height:2em;*/
	}
	.global-nav__item:last-child {
		border-right:none;
	}
	
	.overview__table th,
	.timetable__table th {
		width:10%;
		border-bottom:1px solid #fff;
	}
	.overview__table th:last-child
	.commission__table th:last-child,
	.timetable__table th:last-child {
		border:none;
	}
	.overview__table td,
	.commission__table td {
		width:90%;
		border-right:1px solid #aaa;
		border-bottom:1px solid #aaa;
	}
	.timetable__table td {
		width:45%;
		border-top:1px solid #aaa;
		border-right:1px solid #aaa;
		border-bottom:1px solid #aaa;
	}
	.overview__table td:last-child,
	.commission__table td:last-child,
	.timetable__table td:last-child {
		border-right:none;
	}
	.button__summary,
	.button__prof {
		font-size:80%;
	}
	
	#content {
		/* float:left; */
		width:98%;
		margin:0 1%;
	}
	#sidebar {
		/* float:right; */
		width:98%;
		margin:0 1%;
	}
	
	.sponsor-pt__item,
	.sponsor-au__item {
		/* margin:2em 0; */
		/* float:left; */
		display:inline-block;
		margin:2em;
	
}
@media only screen and (min-width:991px)  {
	body {
		background:linear-gradient(#0247a4, #053677);
		background:url("../images/Crosshatch_touka8.png"), linear-gradient(#A9240E, #A3220C);
	}
	
	#wrapper {
		/* max-width:1020px; */
		max-width:960px;
		margin:1em auto;
		padding:1em;
		border-radius:.5em;
		box-shadow: 0 0 2px 1px rgba(0,0,0,0.3);
	}
}

@media print {
	#wrapper {
		width:100%;
		margin:0 auto;
	}
	
	/* .copy,
	#overview,
	#timetable-1 {
		padding-left:.5em;
		border-left:.5em solid #263659;
	} */
	
	.overview__table th,
	.timetable__datetime {
		padding:20px 4px;
		height:100%;
		font-size: 80%;
		line-height:1.5;
	}
	
	.global-nav,
	#sidebar,
	.timetable__display-button,
	.footer-nav {
		display:none
	}
	
	.collapse {
		display:block;
	}

	.overview__table th,
	.timetable__table th {
		width:10%;
		border-bottom:1px solid #fff;
	}
	.overview__table th:last-child
	.timetable__table th:last-child {
		border:none;
	}
	.overview__table td {
		width:90%;
		border-right:1px solid #aaa;
		border-bottom:1px solid #aaa;
	}
	.timetable__table td {
		width:45%;
		border-top:1px solid #aaa;
		border-right:1px solid #aaa;
		border-bottom:1px solid #aaa;
	}
	.overview__table td:last-child,
	.timetable__table td:last-child {
		border-right:none;
	}
	
	#content {
		float:left;
		width:100%;
		margin:0 1%;
	}

}