/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,

textarea {
    color: #222;
}

html {
	font-size: 1em;
	line-height: 1.6;
}

body {
	font-family:"メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	-webkit-text-size-adjust: 100%;
}
a { overflow: hidden; outline: none;}
a:link { color: #1A9BED; text-decoration: none; }
a:visited { color: #1A9BED; text-decoration: none; }
a:hover { color: #1A9BED; text-decoration: underline; }
a:active { color: #1A9BED; text-decoration: underline; }
a:focus{outline: none;}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
	vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
a img.linkimg{
background:none!important;
}
a:hover img.linkimg{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none!important;
}
.f12 {font-size:78%}
.f14 {font-size:88%}
.f24 {font-size:150%}
.fbold {font-weight:bold;}
.fnormal {font-weight:normal}
.clear {clear:both;}
.pad0 {padding:0 !important;}
.mb7_ph {margin-bottom:7em;}

/* -----------------------------------------------
ヘッダー・グローバルナビ部分
----------------------------------------------- */
.inner {
	background-color:#ffffff;
	max-width:1200px;
	margin-right: auto;
	margin-left: auto;
	height: 80px;
	padding: 10px 40px;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
 
/* header */
#top-head {
	background-color:#ffffff;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
	background-color:#ffffff;
    color: #fff;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
	margin: 6px 0 0 0;
	padding:0;
}
#global-nav ul {
	list-style: none;
	position: absolute;
	right: 20px;
	bottom: 11px;
}
#global-nav ul li {
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	position:relative;
	font-size:100%;
	font-weight:bold;
	padding:0.5em;
}
#global-nav ul li a:link {color: #808080;text-decoration: none;padding:0.2em 0.5em;}
#global-nav ul li a:visited { color: #808080; text-decoration: none;padding:0.2em 0.5em; }
#global-nav ul li a:hover { background:#F39B00; border-radius: 4px;padding:0.2em 0.5em; color: #ffffff; text-decoration: none; }
#global-nav ul li a:active { background:#F39B00; border-radius: 4px; padding:0.2em 0.5em;color: #ffffff; text-decoration: none; }
#global-nav ul li:last-child{
	margin: 0 0 0 0;
	padding:0.5em 0 0 0.2em;
	text-align:center;
}
#global-nav .entry a {text-decoration: none;border: solid 2px #F39B00;border-radius: 4px;padding:0.2em 0.5em;}
#global-nav .entry a:link {color: #fff;0;background:#F39B00; }
#global-nav .entry a:visited { color: #fff;none;background:#F39B00;}
#global-nav .entry a:hover { background:#fff; color: #F39B00;}
#global-nav .entry a:active { background:#fff;color: #F39B00;}

/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 0px;
    height: 100px;
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
}
#top-head.fixed #global-nav ul li a {
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 16px;
    top: 40px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #222;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

header {
	background:url(../images/back_img01.jpg) top center/cover no-repeat fixed;
	width:100%;
	max-width:2000px;
	padding:10em 0;
	z-index:0;
}
header .main_copy {
	box-sizing: border-box;
	display:block;
	margin:0 auto;
	width: 100%;
	max-width: 760px;
	padding:0.2em 0.4em;
	background:rgba(0,0,0,0.7);
	text-align:center;
}
header .close {
	font-size:100%;
	font-weight:bold;
	color:#FFFFFF;
	padding:0.2em;
	background:#FFFFFF;
}
header .main_copy .copy_in {
	border-bottom:solid 1px #FFFFFF;
	border-top:solid 1px #FFFFFF;
	margin:0 auto;
	padding:0.8em 1em;
}
header .main_copy img{
	width:100%;
	margin:0.34em 0;
}
header .main_copy .titleA {
	max-width: 698px;
	height:100%;
}
header .main_copy .entryA {
	max-width: 252px;
	height:100%;
}
header .sph1 {display:none;}

#message {
	box-sizing: border-box;
	background:rgba(9,17,57,0.7);
	width: 100%;
	max-width: 760px;
	padding:4em 1em;
	margin:8em auto 0;
	text-align:center;
	line-height: 2;
	font-size: 1.2em;
	color:#FFFFFF;
	text-shadow:3px 3px 3px #000000;
	letter-spacing: 0.1em;
}
#message .m_title {
	width:100%;
	max-width: 283px;
	height:100%;
	display:block;
	margin:0 auto 1em;
}
.header_fixed {
	background-attachment:fixed;
 }
.header_scroll {
	background:url(../images/back_img01.jpg) top center/cover no-repeat scroll;
 }

/* -----------------------------------------------
Information
----------------------------------------------- */
#information {
	box-sizing: border-box;
	margin:8em auto 1em;
	background-color:#ffffff;
	border:solid 10px #D9D9D9;
	padding:4em 0;
	width:100%;
	max-width:760px;
	text-align:center;
}
#information h1 {
	margin:0 auto;
	padding-bottom:1em;
}
#information ul {
	margin:0 auto;
	padding:0;
	display:inline-block;
}
#information ul li {
	width:100%;
	float:left;
	list-style:none;
	padding:0 0 0 0;
}
#information dl{
	text-align:left;
	display:block;
	padding:0 0 0 0;
	float: left;
	clear: both;
	margin:4px 0 .5em 0;
}
#information dt{
	text-align:left;
	float:left;
	width:4em;
	display:block;
	color:#043456;
	font-weight: bold;
}
#information dd{
	float:left;
	display:block;
	font-weight:bold;
	width:36em;
	margin-left:20px !important;
	}
#information a.tooltip {color:#222;position:relative;}
#information a.tooltip:hover {text-decoration: none;}
#information a.tooltip span {
     display: none;
     padding: 8px;
     font-size: 13px;
     margin-left: 8px;
     line-height: 1.6;
}
#information a.tooltip:hover span{
	display: block;
	position: absolute;
	background-color: #666666;
	border: 1px solid #cccccc;
	color: #FFFFFF;
	width: 100%;
	max-width: 500px;
	min-width: 350px;
	left:1em;
	top:2em;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
 }
/* -----------------------------------------------
レイアウト調整
----------------------------------------------- */

/* -----------------------------------------------
フッター
----------------------------------------------- */
footer{
	width: 100%;
	max-width:2000px;
}
footer .inner{
	box-sizing: border-box;
	width: 100%;
	max-width:1200px;
	margin:0 auto;
}
footer .inner2{
	box-sizing: border-box;
	font-size: 12px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 10px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
footer h5 {
    float: left;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 30px 0 0;
}
footer .brdLeft {
	padding-left: 30px;
	line-height: 2em;
	float: left;
}
#footer2{
	font-size: 12px;
	padding-bottom: 5px;
	padding-top: 10px;
	width: 100%;
	max-width:2000px;
	clear: both;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
}
footer .logo{
	float:left;
	padding:20px;
}
/* -----------------------------------------------
MAP
----------------------------------------------- */

#map_container {
	background-color: #eeeeee;
	margin:0 auto;
	width:100%;
	max-width:2000px;
}
.map {
    position: relative;
    padding-bottom: 450px;
    height: 0;
    overflow: hidden;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% ;
	height: 100% ;
	pointer-events: none;
}

/* -----------------------------------------------
program
----------------------------------------------- */
#program {
	box-sizing: border-box;
	width:100%;
	max-width:2000px;
	margin:0 auto;
	padding:100px 20px 50px;
	text-align:center;
}
#program h1 {
	margin:0 auto;
	padding-bottom:1em;
}
#program table {
	width:100%;
	border-collapse:collapse;
	margin:0 0 20px 0;
}
table td {
	border: 1px solid #B2B2B2;
	text-align:left;
}
table td.time {
	background-color:#F6F6F6;
	font-weight:bold;
	padding: 4px 0;
	text-align:center;
}
table td.detail {
	background-color:#fff;
	padding: 1em;
	vertical-align: top;
}
table td.detail .lecture_title {
	font-weight:bold;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}
table td.detail .lecture_name {
	padding:2px 0;
	font-size:14px;
	color:#666;
}
table td.detail .lecture_shimei {
	font-size:16px;
	font-weight:bold;
	color:#666;
	display:block;
}

table td.detail .lecture_godetail {
	padding:10px 0;
	font-size:12px;
}
table td.detail p {
	font-size:12px;
	margin:0;
	padding:0;
}
table td.detail .ph {
	float:right;
	width: 180px;
	margin-top: -30px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
	display: block;
}
table td.detail .ph2 {
	float:right;
	width: 180px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}

.track {
	text-align:center;
	padding:10px 0;
	font-weight:bold;
	color:#FFF;
	}
.mark-b {background:#0059A9;}
.mark-t {background:#7B1C75;}
.harf {width:50%}

table td.detail .session_name { font-weight:bold;}
table td .s-k { color:#F39B00;}
table td .s-l { color:#39B54A;}
table td .s-b { color:#54C2F0;}
table td .s-t { color:#7B1C75;}
table td .s-p { color:#008FD3;}

table td.detail .mark {
	width:5em;
	padding:2px 0;
	margin:0 10px 10px 0;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	display:inline-block;
}
table td .mark-k {background:#F39B00;}
table td .mark-l {background:#39B54A;}
table td .mark-b {background:#0059A9;}
table td .mark-t {background:#7B1C75;}
table td .mark-p {background:#008FD3;}

.interpretation, .lunch {
	padding:2px 0;
	margin:0 0 0 16px;
	font-weight:bold;
	font-size:14px;
	display:inline-block;
	color:#000000;
}
.interpretation:before {
    content: url(../images/incam.png);
    margin: 4px;
    position: relative;
    top: 4px;
}
.lunch:before {
    content: url(../images/lunch.jpg);
    margin: 4px;
    position: relative;
    top: 4px;
}


.exception {margin:-1em 0 20px -1em !important; width:105%;}
.time2 {
	background-color:#F6F6F6;
	font-weight:bold;
	text-align:center;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #b2b2b2;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	border-top-width: 1px;
	border-top-color: #b2b2b2;
}
.detail2 {
	background-color:#fff;
	padding: 1em;
	vertical-align: top;
	clear: both;
}
.detail2_2 {
	background-color:#fff;
	padding: 1em;
	vertical-align: top;
	height: auto;
	clear: both;
}
.detail2_3 {
	background-color:#fff;
	padding: 1em;
	vertical-align: top;
	clear: both;
}

.detail3 {
	background-color:#fff;
	padding: 0em;
	vertical-align: top;
	clear: both;
	display: block;
}
.detail0 {
	height: 450px;
	box-sizing:border-box;
}

.attention{font-size:88%; text-align:left;}

/* -----------------------------------------------
modal
----------------------------------------------- */
.inlinebox {
	background-color:#FFFFFF;
	width:100%;
	max-width:560px;
	padding: 1.5em;
}
.inlinebox .s_detail{
	font-size:12px;
	display:block;
	padding: 1em 0;
	margin: 0;
}

/* -----------------------------------------------
contact
----------------------------------------------- */
#contact {
	background-color:#00293E;
	width: 100%;
	max-width:2000px;
	padding:1em 0;
	text-align:center;
}
#contact .entrybt {
	margin:0 auto;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {
; 	margin: 0px;
	padding: 0px;

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
