@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.gif) left center no-repeat;
	width: 390px;
	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-image: url(../img/top_img.jpg);
	background-size: cover;
	padding: 20px;
	margin-bottom: 20px;
}

.top-title {
	font-size: 28px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	color: black;
}

.top-date-box {
	color: black;
	margin-right: auto;
	margin-left: auto;
	font-size: 13px;
	padding: 1em;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.5);
	width: 550px;
}

dl.top-date dt {
	font-weight: bold;
	float: left;
	width: 8.5em;
	text-align: right;
}

dl.top-date dd {
	margin-left: 9.5em;
}

table.table.table-bordered.top-tbl th {
	white-space: nowrap;
	width: 12%;
}

table.table.table-bordered.top-tbl caption {
	font-weight: bold;
}

.top-detail ul {
	padding-left: 1.5em;
}

.top-detail ul ul {
	list-style-type: none;
}

/* @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 program */

ul.category {
	list-style-type: none;
	padding-left: 2em;
	text-indent: -1.4em;
}

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

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

.date-time {
	font-weight: bold;
}

.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;
}

.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 abstracts */

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

.abstracts ul li {
	margin-bottom: 15px!important;
}

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

.abstracts ul ul li {
	margin-bottom: 5px!important;
}

/* @end */

/* @group participants */

.participants ol {
	padding-left: 1.5em;
}

.participants ol li {
	margin-bottom: 15px;
}

.participants ol ol li {
	margin-bottom: 5px;
}

/* @end */

/* @group presenters */

.presenters ol {
	padding-left: 1.5em;
}

.presenters ol li {
	margin-bottom: 15px;
}

.presenters ol ol li {
	margin-bottom: 5px;
}

table.table.presenters-tbl {
	width: auto;
	margin-bottom: 20px;
	margin-top: 10px;
}

.presenters figure.presenters-img  {
	margin-bottom: 20px;
}

.presenters figure.map img {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}


/* @end */

/* @group transport */

.transport figure.map  {
	margin-bottom: 40px;
}

.transport figure.map img {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

/* @end */

/* @group venue */

.venue figure.map  {
	margin-bottom: 40px;
}

.venue figure.map img {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

/* @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: #003f76;
	width: 100%;
	height: 100px;
	padding-top: 15px;
	position: absolute;
	bottom: 0;
	z-index: -1;
}

footer p {
	color: #ffffff;
	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;
	}
	.table-responsive {
		border-style: none;
	}
	.information {
		font-size: 12px;
	}
	footer {
		font-size: 11px;
	}
	p.top-title {
		font-size: 20px;
	}
	#contents div.top div.top-date-box {
		width: 300px;
		font-size: 11px;
	}
}


/* @end */






