/*
 * Copyright 2016 Toyo Agency Inc.
 */

/* @group common */

body {
	color: #646464;
	padding-top: 50px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}

header-margin {
	margin-top: 100px!important;
}

h1 {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 6px;
	background: -webkit-linear-gradient(top, #eef6fa 0%, #c4d5ea 100%) #e1e1e1;
	background: -moz-linear-gradient(top, #eef6fa 0%, #c4d5ea 100%) #e1e1e1;
	background: -ms-linear-gradient(top, #eef6fa 0%, #c4d5ea 100%) #e1e1e1;
	background: linear-gradient(to bottom, #eef6fa 0%, #c4d5ea 100%) #e1e1e1;
	border: 1px solid #95B1D1;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-bottom: 14px !important;
}

h2 {
	padding-left: 3px;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	background-color: #f5f5f5;
	border-bottom: 1px solid #dcdddc;
	border-left: 4px solid #dbdddb;
}

h3 {
	padding-left: 4px;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	border-bottom: 1px solid #dcdddc;
	border-left: 3px solid #dbdddb;
}

p.indent {
	padding-left: 7px;
}

a {
	color: #95B1D1;
	transition-duration: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	cursor: pointer;
}

a:hover {
	color: #E6A537;
	text-decoration: none;
}

a.new-window {
	background: url(./img/new-window.png) right center no-repeat;
	padding-right: 20px;
	margin-right: 4px;
}

strong {
	color: black;
	font-weight: bold;
}

dl {
	padding-left: 2em;
}

dd {
	padding-left: 1em;
}

caption {
	font-size: 13pt;
	padding-left: 4px;
	padding-bottom: 0.3em;
	margin-bottom: 0.5em;
	border-left: 3px double #daddda;
	border-bottom: 1px dotted #daddda;
	padding-top: 0.3em;
}

caption span.date-time {
	font-size: 14px;
	float: right;
}

.xsmall {
	font-size: 12px;
}

.center {
	text-align: center;
}

img.search-img {
	-moz-box-shadow: 0 5px 15px rgba(214, 214, 214, 0.7);
	box-shadow: 0 5px 15px rgba(214, 214, 214, 0.7);
	margin: 2em auto 3em;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

img.search-img:hover {
	transform: scale( 1.1 );
	-webkit-transform: scale( 1.1 );
	-moz-transform: scale( 1.1 );
}

.g-lec-table, table.symp {
	min-width: 800px;
}

.g-lec-table td:not(.venue) {
	width: calc((100%-7em)/11);
}

.g-lec-category tr.sub-cat {
	background-color: #f8f8f8;
}

/* @group table */

th {
	text-align: center;
	vertical-align: middle!important;
	background-color: #f2f2f2;
}

th.middle, td.middle {
	vertical-align: middle;
}

.w-nowrap {
	white-space: nowrap;
}

.w-5em {
	width: 5em;
}

.w-55em {
	width: 5.5em;
}

.w-6em {
	width: 6em;
}

.w-9em {
	width: 9em;
}

.w-13em {
	width: 13em;
}

.venue {
	text-align: center!important;
	background-color: #f5f5f5;
	vertical-align: middle!important;
}

/*.venue:first-line {
	font-size: 12px;
}*/

.pm {
	background-color: #fefeee;
}

table td:empty {
	background-image: linear-gradient(-45deg, #fff 25%, #f5f5f5 25%, #f5f5f5 50%, #fff 50%, #fff 75%, #f5f5f5 75%, #f5f5f5 100%);
	background-size: 6px 6px;
}

.table-striped>tbody>tr:nth-child(odd) {
	background-color: #f6fbff
}

p.navbar-text.navbar-right a {
	color: #646464;
	padding-right: 1em;
}

/* @end */

/* @group color */

.silver {
	color: #c5c5c5;
}

.gray {
	color: #646464;
}

.bluegray {
	color: #95B1D1;
}

.orange {
	color: #E6A537;
}

.brown {
	color: #5f4128;
}

.day-1 {
	background-color: #ffcecd !important;
}

.day-2 {
	background-color: #ffdfbe !important;
}

.day-3 {
	background-color: #d5d4ff !important;
}

/* @end */

/* @group index */

ul.index-alphabet, ul.index-hira {
	padding-left: 0;
	margin-bottom: 0;
}

.index-alphabet li, .index-hira li {
	text-align: center;
	display: inline-block;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 18px;
	height: 18px;
}

.index-hira li.hira-2em {
	width: 36px;
	height: 18px;
}

.index-hira li.Alphabet {
	width: 70px;
	height: 18px;
}

.index-alphabet li a, .index-hira li a {
	display: inline-block;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-mod-transition: all 0.3s ease;
	width: 18px;
	height: 18px;
}

.index-hira li.hira-2em a {
	display: inline-block;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-mod-transition: all 0.3s ease;
	width: 36px;
	height: 18px;
}

.index-hira li.Alphabet a {
	display: inline-block;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-mod-transition: all 0.3s ease;
	width: 70px;
	height: 18px;
}

.index-alphabet li a:hover, .index-hira li a:hover {
	color: black;
	background-color: rgba(50, 50, 50, 0.30);
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	transform: scale( 2 );
	-webkit-transform: scale( 2 );
	-moz-transform: scale( 2 );
}

.index-hira2 li a:hover {
	color: black;
	background-color: rgba(50, 50, 50, 0.30);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	transform: scale( 2 );
	-webkit-transform: scale( 2 );
	-moz-transform: scale( 2 );
}

/* @end */

/* @group modal */

h4.modal-title {
	text-align: center;
	font-weight: bold;
}

p.abstract-no {
	color: #95B1D1;
	font-size: 16px;
	font-weight: bold;
	padding-right: 0.5em;
	padding-left: 0.5em;
	margin-bottom: 5px;
}

p.abstract-title {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px dashed #dcdcdc;
	padding-bottom: 5px;
	padding-right: 0.5em;
	padding-left: 0.5em;
}

p.abstract-author {
	text-indent: -1em;
	margin-bottom: 20px;
	margin-right: 0.5em;
	margin-left: 1.5em;
}

p.abstract {
	font-size: 13px;
	line-height: 1.7em;
	padding-right: 0.5em;
	padding-left: 0.5em;
}

/* @end */

/* @end */

/* @group background */

body, html, main {
	
}

.container-fluid {
	padding-right: 0;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto
}

.top-img-bg {
	background-image: -webkit-linear-gradient(bottom, #ffffff 0%, #b0c6de 100%);
	background-image: -moz-linear-gradient(bottom, #ffffff 0%, #b0c6de 100%);
	background-image: -ms-linear-gradient(bottom, #ffffff 0%, #b0c6de 100%);
	background-image: linear-gradient(to top, #ffffff 0%, #b0c6de 100%);
	height: 500px;
}

.top-img {
	background: url(../img/ieej_logo.svg) right bottom no-repeat scroll;
	height: 400px;
}

/* @group for DVD-ROM */

/*div.jumbotron {
	background-color: transparent;
	margin-top: 145px;
	margin-bottom: 0;
	padding: 0;
}

div.jumbotron p {
	width: 282px;
	height: 170px;
	display: block;
	background-image: url(img/title.png);
	text-indent: -9999px;
}

/* @end */

/* @group for WEB */

div.jumbotron {
	background-color: transparent;
	margin-top: 205px;
	margin-bottom: 0;
	padding: 10px!important;
}

div.jumbotron p {
	font-size: 20pt;
	color: #3e668f;
	font-weight: bold;
	text-shadow: 0 0 5px #ffffff;
}

/* @end */

#pagetop {
	position: fixed;
	bottom: 40px;
	right: 50px;
}

#pagetop a {
	color: white;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 50px;
	height: 50px;
	background: url(img/arrow.svg) center center no-repeat rgba(50, 50, 50, 0.30);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	text-indent: -9999px;
}

#pagetop a:hover {
	background-color: rgba(50, 50, 50, 0.80);
	transform: scale( 1.4 );
	-webkit-transform: scale( 1.4 );
	-moz-transform: scale( 1.4 );
}

footer {
	background-color: #95B1D1;
	height: 150px;
}

footer p {
	font-size: 13px;
	color: white;
	text-align: center;
	margin-top: 20px;
}

footer a {
	color: white;
}

/* @end */

/* @group top */

/* @group icon */

.top-icon a {
	color: #646464;
	transition-duration: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

.top-icon a:hover {
	color: #E6A537;
	text-decoration: none;
}

img.top-icon {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	width: 90px;
}

img.top-icon:hover {
	transform: scale( 1.5 );
	-webkit-transform: scale( 1.5 );
	-moz-transform: scale( 1.5 );
}

p.trimming {
	height: 350px;
	overflow: hidden;
}

.icon p {
	text-align: center;
}

.search-bg {
	background-color: #f2f2f2;
}

.search p {
	text-align: center;
}

/* @end */

/* @end */

/* @group general lecture */

/* @group general lecture - table */

.g-lec-index th:nth-child(2) {
	width: 35%;
}

.g-lec-index td.no {
	white-space: nowrap;
	width: 9em;
	text-align: center;
}

.sympo-index td.no {
	white-space: nowrap;
	width: 7em;
	text-align: center;
}

.g-lec-index td.date, .sympo-index td.date {
	white-space: nowrap;
	width: 6em;
	text-align: center;
}

.g-lec-index td.ampm {
	white-space: nowrap;
	width: 4em;
	text-align: center;
}

.sympo-index td.ampm {
	white-space: nowrap;
	width: 7em;
	text-align: center;
}

.g-lec-index td.time, .sympo-index td.time {
	white-space: nowrap;
	width: 8em;
	text-align: center;
}

/* @end */

/* @group general lecture - index */



/* @end */

/* @group general lecture - category */

.g-lec-category th.title, .g-lec-category td.title {
	border-bottom: 1px dashed #dcdddc;
}

.g-lec-category th.author, .g-lec-category td.author {
	border-top: 1px dotted transparent;
	padding-left: 1.5em;
}

/* @end */

/* @end */

/* @group symposium */

/* @group symposium - table */

table.symp {
	table-layout: fixed;
}

td.au {
	border-top: 1px dotted #dcdddc !important;
	padding-left: 1.5em !important;
}

/* @end */

/* @group symposium - index */



/* @end */

/* @end */

/* @group index */

/* @group index - keyword */



/* @end */

/* @group index - author */



/* @end */

/* @group index - affiliation */



/* @end */

/* @end */

/* @group search */

img.search-bg-typo {
	opacity: 0.4;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}

/* @end */