@charset "UTF-8";

/* Font Awesome */
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";

/* Google font */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

/* @group color */

.black {
	background-color: #000000;
}

.gray {
	background-color: #666666;
}

.silver-gray {
	background-color: #999999;
}

.silver {
	background-color: #c0c0c0;
}

.blue {
	background-color: #003f76;
}

.red {
	background-color: #bd081c;
}

.orange {
	background-color: #ee8500;
}

/* @end */

/* @group common */

body {
	color: #636363;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Robot", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	background-color: white;
	position: relative;
	padding-bottom: 100px;
}

#contents {
	padding-bottom: 50px;
}

h1 {
	color: #003f76;
	border: 1px solid #003f76;
	font-size: 18px;
	border-left: 5px solid #003f76;
	padding: 10px 5px;
	background: -webkit-linear-gradient(top, white 0%, #eeeeee 100%) #eeeeee;
	background: -moz-linear-gradient(top, white 0%, #eeeeee 100%) #eeeeee;
	background: -ms-linear-gradient(top, white 0%, #eeeeee 100%) #eeeeee;
	background: linear-gradient(to bottom, white 0%, #eeeeee 100%) #eeeeee;
}

h2 {
	color: white;
	background-color: #003f76;
	font-size: 16px;
	padding: 8px;
	margin-bottom: 15px;
}

h2.h2-result {
	position: relative;
	margin-bottom: 25px;
}

h2.h2-result:after {
	content: '';
	border-top: 12px solid #003f76;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	margin-left: -10px;
	position: absolute;
	bottom: -12px;
	left: 50%;
}

a {
	color: #003f76;
	transition: 0.3s;
}

a:hover {
	color: #ee8500;
}

[class$="-link"]:after {
	color: #aaaaaa;
	font-family: fontawesome;
	font-weight: normal;
	font-style: normal;
	padding-left: 0.25em;
	padding-right: 0.25em;
}

a.inner-link:after {
	content: "\f0c1";
}

a.external-link:after {
	content: "";
	background: url(../img/blank.png) right center no-repeat;
	padding-right: 14px;
	margin-right: 4px;
}

a.word-link:after {
	content: "\f1c2";
}

a.excel-link:after {
	content: "\f1c3";
}

a.pdf-link:after {
	content: "\f1c1";
}

a.mail-link:after {
	content: "\f003";
}

#contents ul li {
	margin-bottom: 5px;
}

#contents ul li:last-child {
	margin-bottom: 0px;
}

sup {
	font-size: 80%;
	margin-right: 0.2em;
	margin-left: 0.2em;
}

u {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

hr {
	border: none;
	border-top: 1px dotted #cccccc;
	margin-top: 30px;
	margin-bottom: 30px;
}

/* @end */

/* @group header */

#header {
	border-top: 3px solid #003f76;
	background-image: url(../img/header_bg.png);
	height: 105px;
}

#header .container {
	position: relative;
}

#header a.logo {
	text-indent: -9999px;
	background: url(../img/header_logo.png) left center no-repeat;
	width: 356px;
	height: 56px;
	margin-top: 23px;
	display: block;
}

#header a.logo2 {
	text-indent: -9999px;
	background: url(../img/header_logo2.png) left center no-repeat;
	width: 400px;
	height: 56px;
	margin-top: 23px;
	display: block;
}
#header ul {
	list-style-type: none;
	font-size: 12px;
	position: absolute;
	right: 20px;
	top: 15px;
}

ul.dropdown-menu li a {
	font-size: 12px;
}

#header ul li {
	display: inline;
}

#header ul li a {
	color: #7d7d7d;
}

/* @end */

/* @group nav-bar */

#nav-bar div.container nav.navbar.navbar-default div.container-fluid {
	padding-right: 0;
	padding-left: 0;
}

#nav-bar {
	background: url(../img/navbar_bg.png) center top repeat-x white;
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	margin-bottom: 20px;
	font-size: 12px;
	-moz-box-shadow: 0 5px 20px rgba(185, 185, 185, 0.3);
	box-shadow: 0 5px 20px rgba(185, 185, 185, 0.3);
}

.navbar {
	min-height: 39px !important;
	margin-bottom: 0px;
	border-style: none;
	background-color: transparent;
}

.navbar-brand {
	height: 39px;
	padding: 10px 15px;
}

.navbar-nav > li > a {
	padding: 10px 10px 9px !important;
}

/* @end */

/* @group information */

.information {
	background-color: #fcfcfc;
	border: 1px dashed #cccccc;
	padding: 1em;
	margin: 20px 1em;
}

.information ul {
	padding-left: 1.5em;
}

.information ul:last-child {
	margin-bottom: 0;
}

.information ul.notice {
	list-style-type: none;
	padding-left: 0;
}

.information ul.notice li:before {
	font-family: fontawesome;
	content: "\f071";
	margin-right: 0.5em;
	color: #ffad15;
}

.information strong {
	color: #bd081c;
	font-weight: normal;
	font-style: normal;
}

.info-pdf:after {
	color: #aaaaaa;
	font-weight: normal;
	font-style: normal;
	font-family: fontawesome;
	padding-left: 0.25em;
	padding-right: 0.25em;
	content: "\f1c1";
}

/* @end */

/* @group  top */

.top {
	color: #003f76;
	background: url(../img/top_img.png) center center no-repeat;
	background-size: contain;
	padding: 20px;
}

.issn {
	text-align: right;
	font-size: 12px;
}

.top-title {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin-top: 100px;
	margin-bottom: 100px;
	color: black;
	text-shadow: 0 0 10px #ffffff;
}

.top-title:first-line {
	font-size: 28px;
}

.top-date-box {
	color: black;
	margin-right: auto;
	margin-left: auto;
	width: 420px;
	font-size: 13px;
	padding: 1em 3em;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 10px;
}

dl.top-date dt {
	font-weight: normal;
	font-style: normal;
	float: left;
}

/* @end */

/* @group table */

table.table tr, table.table thead th, table.table tbody th, table.table tbody td {
	border: 1px solid #cccccc;
}

table.table th {
	background-color: #eeeeee;
	font-weight: normal;
	font-style: normal;
}

table.table thead th {
	border-bottom-width: 1px;
}

/* @end */

/* @group time table */

#h2-fixed h2 {
	background: -webkit-linear-gradient(left, #163e72 50%, rgba(20, 61, 114, 0) 100%);
	background: -moz-linear-gradient(left, #163e72 50%, rgba(20, 61, 114, 0) 100%);
	background: -ms-linear-gradient(left, #163e72 50%, rgba(20, 61, 114, 0) 100%);
	background: linear-gradient(to right, #163e72 50%, rgba(20, 61, 114, 0) 100%);
	width: 200px;
	padding-left: 15px;
}

.fixed {
	position: fixed;
	top: 0px;
	z-index: 1;
}

.table.time-table{
	table-layout: fixed;
}

.table.time-table th:nth-of-type(1){
	width: 8%;
}

.table.time-table th {
	text-align: center;
	vertical-align: middle;
}

.table.time-table th.am, .table.time-table th.pm {
	text-align: center;
	background-color: #f5f5f5;
	width: 20%;
}

.table.time-table td {
	text-align: center;
	vertical-align: middle;
}

.table.time-table td:empty {
	background-image: url(../img/na.png);
}

.table.time-table td:nth-child(2), .table.time-table td:nth-child(3) {
	text-align: center;
	white-space: nowrap;
}

.table.time-table td.txt-left {
	text-align: left;
}

.table.time-table td div a {
	float: right;
	font-weight: bold;
}

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

ul.category li:before {
	color: #003f76;
	font-family: fontawesome;
	content: "\f0a9";
	margin-right: 0.5em;
}

.table.time-table td div a:after {
	color: #aaaaaa;
	font-weight: normal;
	font-style: normal;
	font-family: fontawesome;
	padding-left: 0.25em;
	padding-right: 0.25em;
	content: "\f1c1";
}
.meal-table{
    overflow: scroll; /* スクロールする */
    width: 700px;
    height: 800px;
    border: 3px solid tomato;
    padding: 5px;
    box-sizing: border-box;
}
ul.time-table {
	list-style-type: none;
	padding-left: 1em;
}

#contents ul.time-table li {
	margin-bottom: 30px;
}

#contents ul.time-table li:last-child {
	margin-bottom: 50px;
}

#contents ul.time-table li:before {
	color: #003f76;
	font-family: fontawesome;
	content: "\f073";
	margin-right: 0.5em;
}

/* @end */

/* @group program */

.program-header {
	padding: 5px 8px;
	border-top: 3px double #003f76;
	border-bottom: 3px double #003f76;
	margin-bottom: 15px;
}

.sympo .program-header {
	border-bottom-style: none;
	margin-bottom: 25px;
}

.date-time {
	font-weight: bold;
	display: inline-block;
}

a.g-cal {
	display: block;
	float: right;
	padding-bottom: 10px;
}

.date-time:before {
	font-weight: normal;
	font-style: normal;
	font-family: fontawesome;
	content: "\f073";
	margin-right: 0.5em;
}

.session-name {
	color: #003f76;
	margin-bottom: 0;
	font-weight: bold;
	clear: both;
}

.article dt {
	font-weight: normal;
	font-style: normal;
	text-align: right;
	width: 2.5em;
	float: left;
}

.article dd.title {
	font-weight: bold;
	margin-left: 4em;
	margin-bottom: 8px;
}

.article dd.title a:after {
	color: #aaaaaa;
	font-weight: normal;
	font-style: normal;
	font-family: fontawesome;
	padding-left: 0.25em;
	padding-right: 0.25em;
	content: "\f1c1";
}

.article dt:not(:first-child), .article dd.title {
	margin-top: 8px;
}

.article dd.aff, .article dd.au {
	padding-left: 5em;
}

.article dd.aff {
	margin-bottom: 8px;
}

.article dd.au {
	border-bottom: 1px dashed #cccccc;
	padding-bottom: 8px;
	clear: both;
}

.article dd.au:last-child {
	border-bottom: 1px solid #cccccc;
}

.break {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
}

.break p {
	color: gray;
	background: url(../img/na.png);
	padding-top: 5px;
	padding-bottom: 5px;
}

/* @end */

/* @group search */

.btn-area {
	margin-bottom: 20px;
}

.table.search th {
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	width: 8em;
}

.table.result tr:nth-of-type(even) {
	background-color: #f6f9fc;
}

.table.result th {
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
}

input.btn {
	padding: 0.8em 2em;
	transition: 0.3s;
}

input[type=submit] {
	font-family: fontawesome;
}

#result_data_table td:nth-child(1), #result_data_table td:nth-child(2), #result_data_table td:nth-child(6) {
	white-space: nowrap;
	text-align: center;
}

/* @end */

/* @group guide */

#guide ol {
	padding-left: 1.5em;
}

#guide ol ul {
	padding-left: 1.5em;
	list-style-type: disc;
}

#guide dl.publish dt {
	float: left;
	margin-left: 1em;
}

#guide dl.publish dd {
	clear: right;
	margin-left: 5em;
}

/* @end */

/* @group sponsor */

div#sponsor div[class^="col-sm-"] {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	font-size: 12px;
}

div#sponsor {
	text-align: center;
	padding-bottom: 50px;
	background-color: #f6f9fc;
	padding-top: 30px;
}

.sponsor-ttl {
	border-top: 1px solid #cccccc;
	margin-top: 1em;
	margin-bottom: 20px;
	text-align: center;
	padding: 0;
	height: 1em;
}

.sponsor-ttl span {
	position: relative;
	top: -10px;
	padding: 0 1em;
	background: #f6f9fc;
}

/* @end */

/* @group back to top */

#back-to-top {
	position: fixed;
	right: 30px;
	bottom: 28px
}

#back-to-top a {
	background: url(../img/back-to-top.png) center center rgba(0, 62, 118, 0.5);
	width: 40px;
	height: 40px;
	display: block;
	text-indent: -9999px;
	border: 1px solid rgba(0, 62, 118, 0.5);
	-moz-box-shadow: 0 0 8px rgba(148, 148, 148, 0.5);
	box-shadow: 0 0 8px rgba(148, 148, 148, 0.5);
}

#back-to-top a:hover {
	opacity: 0.5;
}

/* @end */

/* @group footer */

footer {
	background-color: #f3e85b;
	width: 100%;
	height: 100px;
	padding-top: 15px;
	position: absolute;
	bottom: 0;
	z-index: -1;
}

footer p {
	color: #212222;
	font-weight: 300;
	text-align: center;
}

/* @end */

/* @group for Tablet, Smart Phone */

@media screen and (max-width: 768px) {
	#header {
		height: 80px;
	}
	
	#header a.logo {
		background-size: contain;
		margin-top: 10px;
		margin-right: auto;
		margin-left: auto;
		width: 240px;
	}
	
	#header ul li {
		font-size: 16px;
	}
	
	#header ul li span {
		display: none;
	}
	
	.navbar-nav > li > a {
		border-bottom: 1px solid #eeeeee;
	}
	
	button.navbar-toggle, button.navbar-toggle.collapsed {
		margin-top: 3px;
		margin-bottom: 3px;
		padding: 8px;
	}
	
	.issn {
		font-size: 9px;
	}
	
	.top-title {
		font-size: 14px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
	.top-title:first-line {
		font-size: 20px;
	}
	
	.top-date-box {
		width: 280px;
		font-size: 9px;
	}
	
	.table-responsive {
		border-style: none;
	}
	
	.information {
		font-size: 12px;
	}
	
	footer {
		font-size: 11px;
	}
}
@media screen and (max-width: 320px) {
	.btn-result {
		font-size: 11px;
	}
}

/* @end */




