@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
/*	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif; */
	line-height:1.6;
}

header {
	width:100%;
	height:400px;
}

header#sub {
	width:100%;
	height:200px;
}


#contents {
	width:980px;
	margin:0 auto;
}

a {
	color:#043771;
}
a:hover {
	color:#144d8d;
}

h1 {
	font-size:28px;
}

h2 {
	margin-top:50px;
	margin-bottom:0.5em;
	font-size:24px;
	color:#333;
	text-align:center;
	font-family: 'Didact Gothic', sans-serif;
}


.new { border-bottom:#E73828 1px solid; }
.section { border-bottom: #f39800 2px dotted; }
.indent { margin-left: 1em;}
.deadline { border-bottom:#910782 1px solid;}
.download{ border-bottom:#182987 1px solid; }

.awd {border-left:#900 15px solid; padding-left: 5px; }

.abst_deadline {font-size: 1.3em; margin:1.5em auto;}
.abst_deadline span {text-decoration:underline; font-size:1.5em;}
span.ext {color:#C00; text-decoration:none;}
.up:after {
  content: "NEW!";
  font-size: .75em;
  background: #FF9F80;
  color: #fff;
  padding: 3px 3px 3px;
  margin-left: 5px;
  border-radius: 3px;
}

/* --- reg fee ---*/
#reg_fee,#reg_fee_j {
	margin:10px 30px;
	width: 550px;
}
table#reg_fee, table#reg_fee_j tr td {
	font-size: 100%;	
}

.reg_fee_class { text-align:center; padding: 0 10px;}
.reg_fee_class_h { width:100px; text-align:right;}
.reg_fee_class_h1 { text-align:right;}

.reg_fee_w {background-color:#fdeff2}
.reg_fee_g {background-color:#e9dfe5}


/* --- invited ----*/

dl.inv {
	margin-top: 20px; /* 下のコンテンツのナビゲーション間の間隔を作成します。 */
	margin-bottom: 25px; /* 下のコンテンツのナビゲーション間の間隔を作成します。 */
}
dl.inv dt {
	font-size: 1.2em;
	margin: 0 0 10px 20px;
}
dl.inv dd{
	margin-left: 40px;
	line-height: 1.3em;
	margin-bottom: 15px;
}

dl.inv dt span {
	font-size: 85%;
}

dl.inv dd span {
	font-style:italic;
}


span.subText {
font-size: 75.5%;
vertical-align: sub;
position: relative;
top: 0.1em;
}

/* Information list */
dl.information {
	height: 80px;
	overflow:auto;
}

dl.information dt {
  clear: left;
  float: left;
  width: 15%;
  margin-bottom:0.2em;
  border-bottom:1px dotted #ddd;
}

dl.information dd { 
  margin: 0 0 0.2em 15%;
  border-bottom:1px dotted #ddd;
  padding-left: 1em;
}

/* isntt reg */

div#privacy {
	width: 80%;
	border: 1px solid #999;	
	font-size: 90%;
	background:#e7e7eb;
	padding: 5px;
	margin: 20px auto;
}

div#privacy p span {font-size: 110%; text-decoration:underline;}


/* presetn inst */
.resolution {
	width: 50%;
	border: 1px;
	margin-left: 30px;
	line-height: 1em;
	font-family:Arial, Helvetica, sans-serif;
}
.resT_head {
	background-color:#cfcfcf;
	font-size: 90%;
	border: 1px solid #999999;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
}
table.resolution  td {
	font-size: 85%;
	border: 1px solid #999999;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
}


/* brlschool */

.new_sch { border-bottom:#E73828 1px solid; }
.section_sch { 	border-left: 15px solid #0075c2;padding-left:0.2em; font-size:21px; }
.deadline_sch { border-bottom:#910782 1px solid;}
.download_sch{ border-bottom:#182987 1px solid; }

.abst_template {margin-bottom: 50px;}

.sch_p { font-size: 1.2em;}

.abst_guide {text-align:center; margin:10px auto;}
.abst_guide img {max-width:100%; height:auto;}

.abst_arrow {margin: 20px auto;}

h3.sch {
	margin-bottom:0.25em;
	padding-left: 0.25em;
	font-size:20px;
	font-family: 'Didact Gothic', sans-serif;
	border-left: #0075c2 15px solid;
}

ul.lecture li{ list-style:none; line-height: 1.5em; margin-bottom: 1.2em;}
ul.lecture li span.person {font-weight: bold;}

span.lecture_list {font-size:100%; font-weight:normal; display:inline-block; margin-right:1em;}
span.lec_title {font-size: 120%; line-height: 1.8em;}

div.sch {width:737px; text-align:left; margin:0 0;}
span.sch_sch { display:inline-block; margin-left: 130px;}
span.sch_isntt { display:inline-block; margin-left: 230px;}

.sch_format {font-size: 130%;}

h4.sch {
	margin-bottom:0.25em;
	font-size:18px;
	font-family: 'Didact Gothic', sans-serif;
	border-bottom: #0075c2 2px dotted;
}

.theme {
	font-size: 28px;
 	font-family: 'Roboto', sans-serif;
	font-weight:700;
	 }

div.place {
	margin-bottom:0.5em;
	font-size:21px;
	color:#333;
	text-align:center;
	font-family: 'Roboto', sans-serif;
	font-weight:700;
}
div.place p {margin-bottom: 0.2em;}

h3 {
	margin-bottom:0.25em;
	font-size:19px;
	font-family: 'Didact Gothic', sans-serif;
}

h2 span.sch {color:#910782;}
h2 span.sym {color:#E73828;}

h4 {
	margin-bottom:0.25em;
	margin-left: 0.4em;
	font-size:18px;
	font-family: 'Didact Gothic', sans-serif;
}
div.sch p { margin-left: 1em;}
div.sch ul { margin-left: 1.5em;}


h5 {
	margin-bottom:0.25em;
	padding-left:25px;
	font-size:16px;
	background:url('../images/bg_arrow_black.png') 0 50% no-repeat;
}

h6 {
	margin-bottom:0.25em;
	padding-left:5px;
	font-size:16px;
	font-weight:bold;
}

p {
	margin:0 0 1em 0;
}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#ff0000;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}

ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:disc;
}
ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}

dt {
	margin-bottom:0.5em;
	border-bottom:1px dotted #ddd;
}
dd {
	margin-bottom:1em;
	padding-left: 1em;
}

table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #ddd;
}
th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#f1f1f1;
}
td {
	padding:10px;
	text-align:left;
	border:1px solid #ddd;
}
/*================================================
 *  各ページ
 ================================================*/
.scope {line-height: 2em;}

div#map_info {
	margin-top: 50px;
	margin-left:15px;
}

div#map_info p {
	border-left: 10px solid #06F;
	margin-bottom: 3px;
}

div#map_info small {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 70%;
}

span.contact {
	font-size: 120%;
}

ul.committee {
}
ul.committee li {
	font-size: 1em;
	margin-left: 20px;
	line-height: 2em;
	list-style-type:none;
}

/*  shuttle bus   */
.bustime {padding: 0 10px;}
span.moev { font-size: 120%; }


table.accessFreeSuttleBusTimetable {
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all; 
}
table.accessFreeSuttleBusTimetable td {
  text-align:center;
}

.Mor { background-color: #6699FF;}
.Eve { background-color:#e0815e;}
.Baq { background-color: #b79fcb;}
.Rte { background-color:#dcd6d2; margin: 0 0 15px 0;}

/*
.accessFreeSuttleBusTimetable td.sep {
	border-top: 1px solid #ccc;
	padding: 0.5em 1em;
	text-align:center;
}

.accessFreeSuttleBusTimetable td.nosep {
	font-size: 100%; 
	padding: 0.5em 2em;
	text-align:center;
}
*/

.c0 {background:#f8fbf8;}
.c1 {background:#f3f3f2;}

.accessMethodDesc {
	line-height: 150%;
    color: #333;
}


/*================================================
 *  汎用クラス
 ================================================*/
/* 写真中央寄せ */
.imgC {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
	text-align:center;
}
.imgC img {
	border-radius:5px;
	margin-bottom:0.5em;
	max-width:100%;
}

/* 写真左寄せ */
.imgL {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgL img {
	float:left;
	margin:0 1em 0.5em 0;
	border-radius:5px;
}

/* 写真右寄せ */
.imgR {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgR img {
	float:right;
	margin:0 0 1em 0.5em;
	border-radius:5px;
}

/* 2カラム（スマートフォンでは1カラム) */
.twoCol {
	overflow:hidden;
	margin-bottom:30px;
	margin-top: 20px;
}
.twoColInner {
	overflow:hidden;
	margin-right:-2%;
}
.twoColInner div {
	width:48%;
	float:left;
	margin-right:2%;
}
.twoColInner div:nth-child(2n+1) {
	clear:both;
}
/*
.twoColInner img {
	width:100%;
	margin-bottom:0.5em;
	border-radius:5px;
}
*/
/* 3カラム（スマートフォンでは1カラム) */
.threeCol {
	overflow:hidden;
	margin-bottom:50px;
}
.threeColInner {
	overflow:hidden;
	margin-right:-3%;
}
.threeColInner div {
	width:31%;
	float:left;
	margin-right:2%;
}
.threeColInner div:nth-child(3n+1) {
	clear:both;
}
/*
.threeColInner img {
	width:100%;
	margin-bottom:0.5em;
	border-radius:5px;
}
*/
/* ボタン（タイプ1） */
.btn01 a {
	display:block;
	padding:2% 2% 2% 50px;
	color:#fff;
	text-decoration:none;
	border-radius:5px;
	background:#1b1b1b url('../images/bg_arrow_white.png') 20px 50% no-repeat;
	transition:all 0.2s ease 0s;
}
.btn01 a:hover {
	background:#2e2e2e url('../images/bg_arrow_white.png') 20px 50% no-repeat;
	transition:all 0.2s ease 0s;
}

/* ボタン（タイプ2） */
.btn02 a {
	width:25%;
	display:block;
	padding:2%;
	color:#1b1b1b;
	text-decoration:none;
	border-radius:5px;
	border:1px solid #1b1b1b;
	background:#fff;
	transition:all 0.2s ease 0s;
	font-size: 16px;
}
.btn02 a:hover {
	color:#fff;
	background:#1b1b1b;
	transition:all 0.2s ease 0s;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	position:relative;
}
header#sub {
	position:relative;
}


header h1 {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	width:600px; 
	height:278px;
	z-index:10;
}

header h1 img {
	max-width:100%; 
	height:auto;
}




header#sub h1 {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	width:750px; 
	height:160px;
	z-index:10;

}


/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
	width:100%;
	position:fixed;
	top:0;
	left:0;
	padding:10px 0;
	opacity:0.8;
	background:#000;
	z-index:10;
}
nav ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
}
nav li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 20px;
	font-size: 85%;
	font-family: 'Roboto', sans-serif;
}
nav li a {
	color:#fff;
	text-decoration:none;
}
nav li a:hover {
	color:#dfdfdf;
	text-decoration:underline;;
}

/*================================================
 *  メイン
 ================================================*/
main {
	width:100%;
}

section {
	margin-bottom:10%;
}


/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
	padding:2% 0;
	font-size:11px;
	text-align:center;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#000;
}
.totop img:hover {
	background:#333;
}

/*================================================
 *  スライドショー
 ================================================*/
.slide {
	overflow:hidden;
	position:relative;
}
.slideInner {
	list-style:none;
	margin:0;
	padding:0;
}
.slideInner li {
	position:absolute;
	width:100%;
	margin:0;
	padding:0;
	background-color:#fff;
	background-position:50% 0;
	background-repeat:no-repeat;
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	#contents {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {

header h1 {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	max-width:100%; 
	height:auto;;
	z-index:10;
}

header h1 img {
	max-width:100%; 
	height:auto;
}




header#sub h1 {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	max-width:100%; 
	height:auto;
	z-index:10;

}

#reg_fee,#reg_fee_j {
	margin:10px 0;
	width: 100%;
}


	h2 {
		margin-top:30px;
	}

	.imgC {
		margin-bottom:30px;
	}
	.imgC img {
		max-width:100%;
	}

	.imgL {
		margin-bottom:30px;
	}
	.imgL img {
		float:none;
		max-width:100%;
		margin-right:0;
	}

	.imgR {
		margin-bottom:30px;
	}
	.imgR img {
		float:none;
		max-width:100%;
		margin-left:0;
	}

	.twoCol {
		margin-right:0;
		margin-bottom:30px;
	}
	.twoColInner {
		margin-right:0;
	}
	.twoColInner div {
		float:none;
		width:100%;
	}

	.threeCol {
		margin-bottom:30px;
	}

	.threeColInner {
		margin-right:0;
	}
	.threeColInner div {
		float:none;
		width:100%;
	}
}
