#header {
	width:100%;
	font-size:85%;
	background-color:#badbf2;
	padding:0.5em 0px 0px;
	border-bottom:1px solid #def1fb;
}
#header h1.leftCell {
	float:left;
	margin:0px 2em;
	font-size:100%;
	font-weight:normal;
}
#header .leftCell br {
	display:none;
}
#header .rightCell {
	float:right;
	margin:0px 2em;
}
#header .rightCell img {
	width:100%;
	height:auto;
}

#mainMenu {
	width:100%;
	background-color:#def1fb;
	list-style:none;
	text-align:center;
	margin:0.5em 0px 0px 0px;
	padding:1em 0px;
	line-height:200%;
}
#mainMenu li {
	list-style:none;
	display:inline;
	margin:0px;
	padding:0px 0.5em;
}
#mainMenu a {
	white-space:nowrap;
}
#mainMenu span {
	color:#0068b5;
}
#mainMenu  br {
	display:none;
}

#subMenu {
	display:none;
	list-style:none;
	width:100%;
	padding:0px;
	margin:0px;
	background-color:#f8f8f8;
	border:1px solid #e7e7e7;
	border-width:1px 0px;
	font-size:85%;
	line-height:120%;
}
#subMenu li {
	display:table-cell;
	width:25%;
	list-style:none;
	padding:0px;
	margin:0px;
	text-align:center;
}
#subMenu a {
	display:block;
	color:#777777;
	text-decoration:none;
	padding:0.7em 0px;
}
#subMenu a:hover {
	color:#333333;
}
#subMenu span {
	display:block;
	font-size:200%;
	line-height:120%;
}

.content {
	padding-left:3em;
	padding-right:3em;
}

.topArea {
	background-image:url(../img/bk.gif);
	background-position:50% 50%;
	background-repeat:repeat-x;
	padding-top:1.5em;
}
.topArea .box {
	display:table;
	width:100%;
}
.topArea .box .leftCell {
	display:table-cell;
	width:60%;
	vertical-align:top;
}
.topArea .box .rightCell {
	display:table-cell;
	width:40%;
	vertical-align:top;
	text-align:right;
}
.topArea .box .rightCell img {
	width:95%;
	height:auto;
}

h2 {
	margin-top:0px;
}

.inLink li {
	padding-top:0.2em;
	padding-bottom:0.2em;
}

#schedule
, #institution
, #information {
	display:inline-block;
	background-image:url(../img/maru_bk.png);
	background-position:50% 50%;
	background-size:contain;
	background-repeat:no-repeat;
}

#footer {
	font-size:85%;
	background-color:#badbf2;
}
#footer .footer_box {
	display:table;
	width:100%;
}
#footer .leftCell {
	display:table-cell;
	padding:1.5em 1em 1.5em 2em;
}
#footer .rightCell {
	display:table-cell;
	padding:1.5em 2em 1.5em 1em;
}
#footer .footer_logo {
	width:50%;
	height:auto;
	margin:0.3em 0px;
}
.ggmap {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#footer .institution {
	padding:0.1em 0px 0.4em 0px;;
}
#footer .footer_tel {
	width:91%;
	height:auto;
	margin:0.8em 0px;
}
#footer .footer_fax {
	width:72%;
	height:auto;
}
#footer .footer_mail {
	width:72%;
	height:auto;
	margin:0.5em 0px 0.3em 0px;
}
#footer .copyright {
	text-align:center;
	margin:0px 2em;
	padding:0.5em 0px;
	border-top:1px solid black;
	line-height:120%;
}

#navMenu {
	background-color:#def1fb;
}
#navMenu span {
	color:#0068b5;
}

#menuBtn
{
	display:none;
	box-sizing: border-box;
	width: 70px;
	height: 45px;
	position: fixed;
	top: 0px;
	right: 0;
	z-index:10002;
}
#menuBtn:before,
#menuBtn:after,
#menuBtn span
{
	background: #004098;
	content: '';
	display: block;
	width: 30px;
	height: 5px;
	position: absolute;
	left: 20px;
}
#menuBtn:before
{
	top: 10px;
}
#menuBtn span
{
	top: 20px;
}
#menuBtn:after
{
	top: 30px;
}

/* menuBtn animation */
#menuBtn:before,
#menuBtn:after,
#menuBtn span
{
	-webkit-transition: none 0.5s ease 0.5s;
	transition: none 0.5s ease 0.5s;

	-webkit-transition-property: transform, top, bottom, left, opacity;
	transition-property: transform, top, bottom, left, opacity;
}
html.mm-opening #menuBtn:before,
html.mm-opening #menuBtn:after
{
	top: 20px;	
}
html.mm-opening #menuBtn span
{
	left: 50px;
	opacity: 0;
}
html.mm-opening #menuBtn:before
{
	transform: rotate( 45deg );
}
html.mm-opening #menuBtn:after
{
	transform: rotate( -45deg );
}

.snsBox {
	text-align:right;
	padding-top:1em;
}
.snsBox div {
	display:inline-block;
	margin:0px 0.1em;
}

.mm-opening .toTopOn {
	display:none;
	opacity:0;
}


/* スマホ */
@media screen and ( max-width:767px ) {
	#header {
		padding:0.5em 0px 0px 0px;
	}
	#header .rightCell {
		padding-bottom:0.5em;
	}
	#menuBtn {
		display:block;
	}
	#mainMenu {
		display:none;
	}
	
	#subMenu {
		display:table;
	}
	
	.content {
		padding-left:1em;
		padding-right:1em;
	}

	.topArea {
		padding-top:1em;
	}
	.topArea .box {
		display:block;
		width:auto;
	}
	.topArea .box .leftCell {
		display:block;
		width:auto;
	}
	.topArea .box .rightCell {
		display:block;
		width:auto;
		text-align:center;
	}
	.topArea .box .rightCell img {
		width:70%;
	}

	.inLink li {
		padding-top:0.5em;
		padding-bottom:0.5em;
	}

	#footer {
		display:block;
	}
	#footer .leftCell {
		display:block;
		padding:1.5em 1em;
	}
	#footer .rightCell {
		display:block;
		padding:0em 1em 1.5em 1em;
	}
	#footer .copyright {
		margin:0px 1em;
	}

	.snsBox {
		text-align:center;
	}
	.toTop a {
		padding:1em;
	}
}
@media screen and ( max-width:470px ) {
	#header .leftCell {
		line-height:120%;
		padding-bottom:0.3em;
	}
	#header .leftCell br {
		display:inline;
	}
	#header .rightCell img {
		width:100%;
		height:auto;
	}
}
@media screen and ( min-width:470px ) and ( max-width:767px ) {
	#header {
		text-align:center;
	}
	#header .leftCell {
		float:none;
		line-height:130%;
		margin:0px;
	}
	#header .rightCell {
		float:none;
		margin:0.3em 60px 0px 60px;
	}
	#header .rightCell img {
		width:60%;
		height:auto;
	}
}
/* タブレット */
@media screen and ( min-width:767px ) and ( max-width:970px ) {
	#mainMenu br {
		display:inline;
	}
	.content {
		padding-left:2em;
		padding-right:2em;
	}
	.topArea {
		padding-top:1em;
	}
	.topArea .box .leftCell {
		width:45%;
	}
	.topArea .box .rightCell {
		width:55%;
	}

	.toTop a {
		padding:1em;
	}

	.telLink {
		color:black;
		text-decoration:none;
	}
}
/* PC */
@media ( min-width:970px ) {
	.telLink {
		color:black;
		text-decoration:none;
	}
}