body {
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic","Malgun Gothic",sans-serif;
	line-height: 1.875;
	font-size: 14px;
	color: #333;
}
* {
	box-sizing: border-box;
}
img {
	vertical-align: bottom;
}
a { text-decoration: none;}
a:hover { text-decoration: underline;}
table {
	border: 1px solid #ccc;
	width: 100%;
	vertical-align: middle;
}
table th {
	background-color: #00a2d3;
	color: #fff;
	padding: 0.5em 0.8em;
	text-align: left;
	border: 1px solid #ccc;
	text-align: center;
}
table td {
	padding: 0.5em 0.8em;
	border: 1px solid #ccc;
}
ul.basicList { margin: 0.8em 0;}
.note { color: #00a2d3; font-weight: bolder;}
.sp{ display: none;!important}
.pc{ display: block;!important}
.inner {
	max-width: 1030px;
	margin: 0 auto;
	width: 100%;
}
ul.tableNotice li {
	font-size: 0.9em;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.5;
	margin: 0.3em 0;
}
section.inner {
	max-width: 1090px;
	padding: 0 30px;
}
strong { font-weight: bolder; font-size: 1.1em; color: #00a2d3;}
header {
	height: 90px;
	position: relative;
}
header p#Logo {
	padding-top: 18px;
	width: 235px;
	float: left;
}
header > .inner {
	background-color: #fff;
	width: 100%;
	max-width: inherit;
	padding-left: 15px;
}
header nav {
	width: 720px;
	float: right;
	text-align: right;
}
header nav ul#PDFLink {
	font-size: 12px;
	height: 1.5em;
	width: 520px;
	margin-top: 12px;
	position: absolute;
	right: 310px;
}
header nav ul#PDFLink li {
	display: inline-block;
	line-height: 1.16667;
	height: 1.5em;
	margin-left: 20px;
}
header nav ul#PDFLink li.PDF:after,
#BtnMenuNav .btnNav02 .PDF:after {
	display: inline-block;
	background-color: #555;
	color: #fff;
	border-radius: 0.3em;
	font-size: 8px;
	font-weight: bolder;
	content: "PDF";
	line-height: 12px;
	padding: 0 3px;
	margin-left: 4px;
	vertical-align: middle;
}
header nav ul#ContactLink {
	font-size: 12px;
	height: 1.5em;
	width: 140px;
	margin-top: 12px;
	position: absolute;
	right: 165px;
}
header nav ul#ContactLink li {
	display: inline-block;
	line-height: 1.16667;
	height: 1.5em;
	margin-left: 15px;
}
header nav ul#ContactLink li i {
	margin-right: 0.3em;
	font-size: 14px;
}
#BtnMenuNav .btnNav02 .PDF {
	white-space: nowrap;
}
header nav ul#PDFLink a {
	color: #666;
	line-height: 1.16667;
}
header nav ul#ContactLink a {
	color: #333;
	line-height: 1.16667;
}
header nav > ul {
	float: right;
}
header nav > ul#BtnMenu {
	width: 140px;
	margin-left: 30px;
}
header nav > ul#BtnMenu > li#Search,
header nav > ul#BtnMenu > li#Menu {
	text-indent: -9999px;
	display: inline-block;
	height: 90px;
	cursor: pointer;
	text-align: left;
}
header nav > ul#BtnMenu > li#Search {
	width: 70px;
	background: url(./images/btn-search.png) no-repeat center center #f2f2f2;
	position: relative;
}
header nav > ul#BtnMenu > li#Search.active {
	background-image: url(./images/btn-search-close.png);
	background-color: #00a2d3;
}
header nav > ul#BtnMenu > li#Search > div {
	position: absolute;
	text-indent: 0;
	right: 0;
	top: 90px;
	width: 300px;
	background-color: rgba(0,162,211,0.93);
	padding: 20px 25px;
	display: none;
	cursor: auto;
	z-index: 5;
}
header nav > ul#BtnMenu > li#Search > div h2,
header nav > ul#BtnMenu > li#Search > div input[type="submit"]{
	display: none;
}
header nav > ul#BtnMenu > li#Search > div input[type="text"] {
	background: none;
	border: none;
	color: #fff;
	width: 100%;
	font-size: 16px;
}

header nav > ul#BtnMenu > li#Menu {
	width: 70px;
	background: url(./images/btn-menu.png) no-repeat center center #e1e1e1;
}
header nav > ul#BtnMenu > li#Menu.active {
	background: url(./images/btn-menu-close.png) no-repeat center center #00a2d3;
}
header nav > ul#BtnMenu > li#Menu #BtnMenuNav {
	position: absolute;
	top: 90px;
	left: 0;
	width: 100%;
	text-indent: 0;
	background-color: rgba(0,162,211,0.93);
	display: none;
	border-top: 1px solid #73c6dd;
	z-index: 50;
	cursor: auto;
}
header nav > ul#BtnMenu > li#Menu #BtnMenuNav > .inner {
	padding: 40px 75px;
	display: table;
}
header nav > ul#BtnMenu > li#Menu #BtnMenuNav > .inner > ul {
	display: table;
	vertical-align: top;
	width: 100%;
/*	line-height: 2.4;*/
}
header nav > ul#BtnMenu > li#Menu #BtnMenuNav > .inner > ul > li {
	font-size: 14px;
	font-weight: bolder;
	margin-bottom: 8px;
	display: table-cell;
	width: 20%;
	padding-right: 0.8em;
}
header nav > ul#BtnMenu > li#Menu #BtnMenuNav > .inner > ul.btnNav01 {
	letter-spacing: -1em;
	word-spacing: -1em;
}
:root header nav > ul#BtnMenu > li#Menu #BtnMenuNav > .inner > ul.btnNav01 {
	font-size: 1px;
	letter-spacing: -1px;
	word-spacing: -1px;
}
header nav > ul#BtnMenu > li#Menu #BtnMenuNav > .inner > ul.btnNav01 > li {
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	font-size: 15px;
}
header nav > ul#BtnMenu > li#Menu #BtnMenuNav > .inner > ul > li#About {
	width: 22%;
}
header nav > ul#BtnMenu > li#Menu #BtnMenuNav > .inner > ul > li#Activity {
	width: 25%;
}
header nav > ul#BtnMenu > li#Menu #BtnMenuNav > .inner > ul > li#Group01 {
	width: 15%;
}
header nav > ul#BtnMenu > li#Menu #BtnMenuNav > .inner > ul > li#Contact {
	width: 18%;
}
header nav > ul#BtnMenu > li#Menu #BtnMenuNav > .inner > ul.btnNav01 > li > ul.parallel {
	margin-top: 0;
}
header nav > ul#BtnMenu > li#Menu #BtnMenuNav > .inner > ul.btnNav01 > li > ul.parallel li {
	margin-bottom: 8px;
	font-weight: bolder;
}
header nav > ul#BtnMenu > li#Menu #BtnMenuNav > .inner > ul > li#Contact i {
	display: none;
}
header nav > ul#BtnMenu > li#Menu #BtnMenuNav > .inner > ul.btnNav01 > li#Contact > ul.parallel li {
	margin: 8px 0;
}
header nav > ul#BtnMenu > li#Menu #BtnMenuNav > .inner > ul.btnNav01 > li > ul.parallel li#Donation {
	margin-top: 0;
}
header nav > ul#BtnMenu > li#Menu #BtnMenuNav > .inner ul li a {
	color: #fff;
}
header nav > ul#BtnMenu > li#Menu #BtnMenuNav > .inner > ul > li#About > ul,
header nav > ul#BtnMenu > li#Menu #BtnMenuNav > .inner > ul > li#Activity > ul {
	margin-top: 8px;
}
header nav > ul#BtnMenu > li#Menu #BtnMenuNav > .inner > ul > li#About > ul > li,
header nav > ul#BtnMenu > li#Menu #BtnMenuNav > .inner > ul > li#Activity > ul > li {
	font-size: 14px;
	font-weight: normal;
	max-width: 150px;
	margin-bottom: 8px;
	line-height: 1.5;
}
header nav > ul#GlobalMenu {
	width: 550px;
/*	font-size: 0;*/
	letter-spacing: -1em;
	word-spacing: -1em;
}
:root header nav > ul#GlobalMenu {
	font-size: 1px;
	letter-spacing: -1px;
	word-spacing: -1px;
}
header nav > ul#GlobalMenu > li {
	display: inline-block;
	text-align: center;
	height: 90px;
	margin-left: 30px;
	letter-spacing: normal;
	word-spacing: normal;
	font-size: 14px;
	padding-top: 40px;
}
header nav > ul#GlobalMenu > li:first-child {
	margin-left: 0;
}
header nav > ul#GlobalMenu > li > a {
	display: inline-block;
	color: #333;
	text-decoration: none;
	padding: 10px 2px 0;
	height: 50px;
}
header nav > ul#GlobalMenu > li:hover > a,
.about header nav > ul#GlobalMenu > li#About > a,
.activity header nav > ul#GlobalMenu > li#Activity > a,
.donation header nav > ul#GlobalMenu > li#Donation > a,
.admission header nav > ul#GlobalMenu > li#Admission > a,
.access header nav > ul#GlobalMenu > li#Access > a,
.contact header nav > ul#GlobalMenu > li#Contact > a {
	border-bottom: 6px solid #00a2d3;
}
.contact.entry_jp_teacher header nav > ul#GlobalMenu > li#Contact > a {
	border-bottom: none;
}
header nav > ul#GlobalMenu > li > ul {
	position: absolute;
	width: 100%;
	background-color: rgba(0,162,211,0.93);
	line-height: 50px;
	text-align: center;
	top: 90px;
	display: none;
	left: 0;
	z-index: 100;
	min-width: 1030px;
}
header nav > ul#GlobalMenu > li > ul li {
	display: inline-block;
	padding: 0 10px;
}
header nav > ul#GlobalMenu > li > ul li a {
	color: #fff;
}

footer {
	background-color: #e1e1e1;
	padding-top: 30px;
	color: #fff;
}
footer #FooterWrap {
	background-color: #00a2d3;
}
footer #FooterWrap .inner {
	display: table;
	padding: 30px 30px 25px;
	max-width: 830px;
	width: 100%;
}
footer #FooterWrap #Column01 {
	display: table-cell;
	width: 200px;
	line-height: 2;
	position: relative;
	padding-top: 16px;
	vertical-align: top;
}
footer #FooterWrap #Column02 {
	display: table-cell;
	width: 300px;
	line-height: 2;
	position: relative;
	padding-top: 16px;
	vertical-align: top;
}
footer #FooterWrap #Column01:before,
footer #FooterWrap #Column02:before {
	border-top: 4px solid #fff;
	content: "";
	display: block;
	width: 2.143em;
	position: absolute;
	top: 0;
	left: 0;
}
footer #FooterWrap #Column03 {
	display: table-cell;
	width: 270px;
	vertical-align: top;
}
footer #FooterWrap #Column01 li a,
footer #FooterWrap #Column02 li a {
	color: #fff;
}
footer #FooterWrap #Column03 dt {
	font-size: 16px;
	font-weight: bolder;
	line-height: 1.375;
	margin-bottom: 20px;
}
footer #FooterWrap #Column03 dd {
	line-height: 1.43;
	margin-top: 10px;
}
footer #Copyright {
	background-color: #fff;
	text-align: center;
	font-size: 12px;
	color: #999;
	line-height: 6;
}

.contentInner {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	padding: 0 30px 60px;
}
.right {
	float: right;
	margin: 0 0 30px 30px;
}
#Message .right {
	margin: 0 0 30px 50px;
	text-align: center;
	font-size: 0.85em;
	line-height: 1.6;
}
#Message .right img {
	margin-bottom: 0.5em;
}
p img + img {
	margin-left: 20px;
}
.afterColon:after{ content: "：";}
#MainVisual {
	min-height: 300px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	display: table;
	width: 100%;
}
.about #MainVisual {
	background-image: url(./images/bg-main-about.jpg);
}
.activity #MainVisual {
	background-image: url(./images/bg-main-activity.jpg);
}
.activity#High_school #MainVisual {
	background-image: url(./images/bg-main-high_school.jpg);
}
.activity#Adult #MainVisual {
	background-image: url(./images/bg-main-adult.jpg);
}
.activity#Jp_teacher #MainVisual {
	background-image: url(./images/bg-main-jp_teacher.jpg);
}
.activity#Support #MainVisual {
	background-image: url(./images/bg-main-support.jpg);
}
.activity#International #MainVisual {
	background-image: url(./images/bg-main-international.jpg);
}
.news #MainVisual {
	background-image: url(./images/bg-main-news.jpg);
}
.iwc_search #MainVisual {
	background-image: url(./images/bg-main-news.jpg);
}
.donation #MainVisual {
	background-image: url(./images/bg-main-donation.jpg);
}
.admission #MainVisual {
	background-image: url(./images/bg-main-admission.jpg);
}
.access #MainVisual {
	background-image: url(./images/bg-main-access.jpg);
}
.contact #MainVisual {
	background-image: url(./images/bg-main-contact.jpg);
}
.sitemap #MainVisual {
	background-image: url(./images/bg-main-sitemap.jpg);
}
.privacy #MainVisual {
	background-image: url(./images/bg-main-privacy.jpg);
}
#MainVisual h1 {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	color: #fff;
	font-size: 42px;
	font-weight: bolder;
}

#Breadcrumb {
	background-color: #eee;
}
#Breadcrumb li {
	display: inline-block;
	margin-right: 8px;
	color: #666;
	font-size: 12px;
	line-height: 40px;
}
#Breadcrumb li a {
	color: #333;
}
#Breadcrumb li i {
	font-size: 17px;
	line-height: 40px;
	vertical-align: bottom;
	margin-right: 5px;
}
#Breadcrumb li:before {
	content: url("./images/arrow-breadcrumb.png");
	margin-right: 7px;
}
#Breadcrumb li:first-child:before {
	content: "";
	border-right: 0;
}
#ContHeadNav {
	display: table;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #ddd;
	margin-top: 2em;
	width: 100%;
}
#ContHeadNav a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 3.2em;
	text-decoration: none;
	color: #333;
	width: 33.33333%;
	font-size: 1.1em;
	line-height: 1.3;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: #ddd!important;
}
#ContHeadNav a.this {
	color: #fff;
	background-color: #00a2d3;
	cursor: auto;
}
section .contentInner {
	font-size: 15px;
	color: #333;
}
section .contentInner a {
	color: #00a2d3;
}
section .contentInner p {
	margin-bottom: 0.8em;
}
section .contentInner h2 {
	margin: 2.14em 0;
	font-weight: bolder;
	line-height: 1.43;
	font-size: 28px;
	position: relative;
}
section .contentInner h2 > span {
	font-weight: normal;
	font-size: 22px;
	line-height: 1.7;
	display: inline-block;
}
section .contentInner h2 > span > span {
	font-size: 18px;
	display: block;
}
section .contentInner h2:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1em;
	display: inline-block;
	width: 1.07em;
	border-top: 4px solid #00a2d3;
}
section .contentInner h3 {
	font-size: 22px;
	font-weight: bolder;
	color: #00a2d3;
	margin: 30px 0 12px;
	line-height: 1.6;
}
section .contentInner h3 span {
	font-size: 0.7em;
	font-weight: normal;
}
section .contentInner dl.basic {
	margin-bottom: 12px;
}
section .contentInner dl.basic dt {
	font-weight: bolder;
	margin: 12px 0 0;
}
section .contentInner dl.basic .horizon dt {
	float: left;
	font-weight: normal;
	margin-top: 0;
}
section .contentInner dl.basic .horizon dd {
	padding-left: 8em;
}
section .contentInner dl.grayBlock {
	display: table;
	width: 100%;
	background-color: #eee;
	margin-bottom: 30px;
}
section .contentInner dl.grayBlock.top {
	margin-top: 55px;
}
section .contentInner dl.grayBlock > dt {
	display: table-cell;
	padding: 35px;
	white-space: nowrap;
	font-size: 25px;
	font-weight: bolder;
	color: #00a2d3;
	vertical-align: top;
}
section .contentInner dl.grayBlock > dd {
	display: table-cell;
	padding: 40px 35px 20px 0;
	vertical-align: top;
}
section .contentInner .subBox {
	padding: 20px 20px 20px 25px;
	margin-top: 30px;
	background-color: #eee;
}
section .contentInner .subBox h3 {
	margin-top: 0;
	line-height: 1.5;
}
section .contentInner .subBox .btn {
	margin-top: 15px;
}
section .contentInner .subBox .btn,
section .contentInner .subBox p {
	margin-bottom: 0;
}
section .contentInner dl.flow > dt {
	background-color: #00a2d3;
	color: #fff;
	font-weight: bolder;
	padding: 0.5em 1em;
	margin: 20px 0 30px;
	text-align: center;
	font-size: 18px;
	position: relative;
}
section .contentInner dl.flow > dt:first-child {
	margin-top: 0;
}
section .contentInner dl.flow > dt i {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	bottom: -30px;
	left: 50%;
	border-width: 15px 20px;
	border-style: solid;
	border-color: transparent;
	border-top: 15px solid #00a2d3;
	margin-left: -20px;
}
section .contentInner dl.flow > dd {
/*	border-bottom: 1px solid #ccc;*/
	padding: 0 1em;
}
section .contentInner dl.flow > dd dl {
	margin-bottom: 0;
}
section .contentInner dl.flow > dd dl dt {
	margin-top: 0;
}
section .contentInner dl.flow > dd dl dt + dt {
	margin-top: 3px;
}
section .contentInner dl.flow > dd dl dd {
	padding-left: 1.5em;
}

section .contentInner p.contactBtn {
	margin: -1.5em 0 0;
}
section .contentInner p.contactBtn .btn {
	margin: 0;
}
section .contentInner .btn {
	display: inline-block;
	padding: 0 44px;
	border: 1px solid #333;
	font-size: 14px;
	line-height: 2.286;
	background: rgba(255,255,255,0.3);
	text-decoration: none;
	color: #333;
	margin: 8px 0 20px;
}
/*
section .contentInner .btn + .btn {
	margin-left: 20px;
}
*/
section .contentInner .btn {
	margin-right: 15px;
}
section .contentInner .btn.large {
	line-height: 3;
	padding: 0 65px;
}
section .contentInner #ContactBox {
	width: 500px;
}
#Index.news #Information .contentInner {
	padding: 60px 30px;
}
#Information dl {
	margin: 0 0 55px;
	font-size: 16px;
	line-height: 2.25;
}
#Information dl dt {
	float: left;
	color: #666;
}
#Information dl dd {
	padding-left: 11em;
}
#Information dl dd a {
	color: #333;
}
#Information dl dd a:hover {
	color: #00a2d3;
}
section .contentInner .newsDate {
	text-align: right;
	margin: -2em 0 1.5em;
}
.toTop {
	position: fixed;
	right: 2.143em;
	bottom: 2.143em;
	border: 1px solid #fff;
	background: url(./images/arrow-toTop.png) no-repeat center center rgba(0,162,211,0.5);
	display: block;
	width: 4.286em;
	height: 4.286em;
	border-radius: 100%;
	z-index: 100;
}
section .contentInner .report dd a {
	display: inline-block;
	margin: 0 0.5em;
}
.access .map {
	width: 600px;
	margin: 2em 0;
	text-align: right;
}
.access .map img {
	border: 1px solid #999;
	width: 100%;
}
.sitemap section .contentInner .sitemapCont {
	display: table;
}
.sitemap section .contentInner .sitemapCont > ul {
	display: table-cell;
	padding-right: 100px;
}
.sitemap section .contentInner .sitemapCont > ul > li {
	font-size: 1.1em;
	font-weight: bolder;
	margin-bottom: 0.8em;
}
.sitemap section .contentInner .sitemapCont > ul > li > ul {
	padding-left: 1em;
}
.sitemap section .contentInner .sitemapCont > ul > li > ul > li {
	font-size: 0.9091em;
	font-weight: normal;
}
.contact .contentInner .required {
	color: #f00;
}
.contact .contentInner dl {
	display: table;
	margin-bottom: 1.5em;
	width: 100%;
}
.contact .contentInner dl dt {
	display: table-cell;
	font-weight: bolder;
	vertical-align: middle;
	width: 15em;
	line-height: 1.5;
}
.contact .contentInner dl dt span.second {
	font-size: 0.9em;
	font-weight: normal;
}
.contact .contentInner dl#MessageBox dt {
	vertical-align: top;
}
.contact .contentInner dl dd {
	display: table-cell;
	vertical-align: middle;
	padding-left: 1em;
}
.contact .contentInner dl dd span {
	font-size: 0.8em;
	line-height: 1.5;
	display: inline-block;
}
.contact .contentInner dl dd input {
	width: 250px;
}
.contact .contentInner dl dd textarea {
	width: 100%;
	max-width: 600px;
}
.contact .contentInner .action {
	text-align: center;
}
.contact .contentInner .action input {
	    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic","Malgun Gothic",sans-serif;
	cursor: pointer;
}
.entry_jp_teacher.contact .contentInner dl dt {
	width: 12em;
}
.navigation .alignleft {
	float: left;
}
.navigation .alignleft {
	float: right;
}
.contentInner .outlineImg {
	text-align: center;
}
#History .contentInner table th {
	white-space: nowrap;
}
#FormBodyTop {
	margin-top: 2em;
}
.contentInner dl.basic dd.address {
	width: 400px;
	position: relative;
}
.contentInner dl.basic dd.address a.btn {
	position: absolute;
	right: 0;
	top: 5px;
}
.contentInner ul.photo {
	width: 100%;
	margin-bottom: 1em;
}
.contentInner ul.photo.column3 li {
	float: left;
	width: 30%;
	margin-left: 5%;
	margin-bottom: 1em;
}
.contentInner ul.photo.column4 li {
	float: left;
	width: 23.5%;
	margin-left: 2%;
	margin-bottom: 2%;
}
.contentInner ul.photo li:first-child,
.contentInner ul.photo.column4 li:nth-child(4n+1) {
	margin-left: 0;
}
.contentInner ul.photo li img {
	width: 100%;
}
.contentInner .jslSchedule {
	width: 60%;
}
.contentInner .jslSchedule dt {
	text-align: center;
	font-weight: bolder;
	margin-bottom: 0.8em;
}
.contentInner .jslSchedule dd {
	font-size: 0.8em;
}
.contentInner .jslSchedule dd span {
	display: block;
	text-align: right;
}
.contentInner .jslSchedule img {
	width: 100%;
	margin: 0.5em 0;
}
.contentInner .jslSchedule img {
	width: 100%;
}
.contentInner .eventList {
	margin-top: 2em;
}
.contentInner .eventList dt {
	width: 12em;
	float: left;
}
.contentInner .eventList dd {
	padding-left: 12em;
	margin-bottom: 0.8em;
	line-height: 1.6;
}
@media (max-width: 990px) {
	header nav {
		width: 200px;
	}
	header nav > ul#BtnMenu > li#Menu #BtnMenuNav > .inner {
		padding: 40px 20px;
	}
	.contentInner .outlineImg {
		width: 90%;
		margin: 0 auto;
	}
	.contentInner .outlineImg img {
		width: 100%;
	}
}
@media (max-width: 768px) {
	section .contentInner p.right.pc img {
		display: block;
		margin: 0 0 25px;
	}
}
@media (max-width: 640px) {
	body {
		position: relative;
		min-width: inherit;
		-webkit-text-size-adjust: 100%;
	}
	.afterColon:after{ content: "";}
	.sp {
		display: block!important;
	}
	.pc {
		display: none!important;
	}
	.inner{
		width: 100%;
	}
	header {
		background: none;
	}
	header .inner {
		height: 100%;
	}
	header p#Logo {
		padding: 2.5% 0 0 3.125%;
		width: 43.75%;
	}
	header p#Logo img {
		width: 100%;
	}
	header nav {
		width: 50%;
		height: 100%;
	}
	header nav ul#PDFLink, header nav ul#ContactLink {
		display: none;
	}
	header nav > ul#BtnMenu {
		width: 56.25%;
		margin-left: 0;
		height: 100%;
	}
	header nav > ul#BtnMenu > li#Search > div {
/*		position: fixed;*/
		left: 0;
		width: 100%;
		padding: 1.6667em 2.08333em;
		display: none;
	}
	header nav > ul#BtnMenu > li#Search > div input[type="text"] {
		font-size: 1.1667em;
	}
	header nav > ul#BtnMenu > li#Search,
	header nav > ul#BtnMenu > li#Menu {
		width: 50%;
		background-size: 44.444%;
		height: 100%;
	}
	header nav > ul#BtnMenu > li#Menu.active {
		background-size: 44.444%;
	}
	header nav > ul#BtnMenu > li#Search {
		position: static;
	}
	header nav > ul#BtnMenu > li#Menu {
		background-position: center center;
	}
	header nav > ul#GlobalMenu {
		background-color: rgba(0,162,211,0.93);
		width: 100%;
		position: absolute;
		left: 0;
		top: 90px;
		font-size: 1.16667em;
		border-top: 2px solid #67bfda;
		z-index: 100;
		letter-spacing: normal;
		word-spacing: normal;
		display: none;
	}
	:root header nav > ul#GlobalMenu {
		font-size: 1.16667em;
		letter-spacing: normal;
		word-spacing: normal;
	}
	header nav > ul#GlobalMenu > li {
		display: block;
		text-align: left;
		line-height: 3.14em;
		margin-left: 0;
		font-size: 1em;
		border-bottom: 2px solid #67bfda;
		position: relative;
		height: auto;
		padding: 0;
	}
	header nav > ul#GlobalMenu > li.PDF {
		border: none;
		line-height: 2.5em;
	}
	header nav > ul#GlobalMenu > li.PDF a:after {
		display: inline-block;
		background-color: #555;
		color: #fff;
		border-radius: 0.3em;
		font-size: 0.5em;
		font-weight: bolder;
		content: "PDF";
		line-height: 1.5;
		padding: 0 0.5em;
		margin-left: 2em;
		vertical-align: middle;
	}
	header nav > ul#GlobalMenu > li:first-child {
		margin-top: 0.8em;
	}
	header nav > ul#GlobalMenu > li.PDF > a {
		line-height: 2.14;
	}
	header nav > ul#GlobalMenu > li.contact i {
		display: none;
	}
	header nav > ul#GlobalMenu > li.menuTop {
		border-top: 2px solid #67bfda;
		margin-top: 0.8em;
	}
	header nav > ul#GlobalMenu > li > a {
		display: block;
		color: #fff;
		padding: 0 0 0 7.8125%;
		height: auto;
		line-height: 3.14;
		border: none!important;
	}
	header nav > ul#GlobalMenu > li i {
		display: block;
		width: 14.0625%;
		padding-top: 3.14em;		
		background: url(./images/btn-submenu-open.png) no-repeat center center rgba(0,0,0,0.2);
		background-size: 31.111%;
		position: absolute;
		top: 0;
		right: 0;
		cursor: pointer;
	}
	header nav > ul#GlobalMenu > li i.active {
		background-image: url(./images/btn-submenu-close.png);
	}
	header nav > ul#GlobalMenu > li:hover > a {
		border-bottom: none;
	}
	header nav > ul#GlobalMenu > li > ul {
		position: static;
		width: 100%;
		line-height: 2.91667em;
		text-align: left;
		font-size: 0.857143em;
		background: none;
		border-top: 2px solid #67bfda;
		padding: 3.125% 0;
		min-width: inherit;
	}
	header nav > ul#GlobalMenu > li > ul li {
		display: block;
		padding: 0;
	}
	header nav > ul#GlobalMenu > li > ul li a {
		display: block;
		padding: 0 3.25em;
	}
	footer {
		padding-top: 4.6875%;
	}
	footer #FooterWrap .inner {
		display: block;
		padding: 0 0 6.25%;
	}
	footer #FooterWrap #Column01 {
		display: block;
		width: 100%;
		padding-top: 3.125%;
	}
	footer #FooterWrap #Column02 {
		display: block;
		width: 100%;
		padding-top: 0;
		margin-bottom: 6.25%;
	}
	footer #FooterWrap #Column01:before {
		width: 1.8333em;
		top: 0.83333em;
		left: 12em;
	}
	footer #FooterWrap #Column02:before {
		display: none;
	}
	footer #FooterWrap #Column03 {
		display: block;
		width: 100%;
		text-align: center;
	}
	footer #FooterWrap #Column01 li a,
	footer #FooterWrap #Column02 li a {
		font-size: 1.08333em;
		display: block;
		line-height: 3.385;
		padding: 0 12.5% 0 7.8125%;
		border-bottom: 2px solid #4dbee0;
		background: url(./images/arrow-footer.png) no-repeat 22.54em center;
		background-size: 0.6154em;
	}
	footer #FooterWrap #Column01 li a:hover,
	footer #FooterWrap #Column02 li a:hover {
		text-decoration: none;
	}
	footer #FooterWrap #Column03 dt {
		font-size: 1.16667em;
		margin-bottom: 0.7em;
	}
	footer #FooterWrap #Column03 dd {
		line-height: 1.43;
		margin-top: 10px;
	}
	footer #Copyright {
		font-size: 0.8333em;
		color: #999;
		line-height: 1.5;
		padding: 5% 6.25% 9.375%;
	}

	.contentInner {
		width: 100%;
		padding: 0 6.25% 6.25%;
	}
	.contentInner .right {
		float: none;
		margin: 0;
		width: 100%;
	}
	#Message .right {
		margin: 0 0 1em 2em;
		width: 40%;
		float: right;
		font-size: 0.75em;
		white-space: nowrap;
	}
	.contentInner p img {
		width: 100%;
		margin-bottom: 0.8em;
	}
	.contentInner p img + img {
		margin-left: 0;
	}
	.contentInner .jslSchedule {
		margin-top: 1em;
	}
	#MainVisual {
		height: 12.08333em;
		background-size: cover;
		min-height: inherit;
	}
	#MainVisual h1 {
		font-size: 2.1em;
		line-height: 1.12;
	}
	.activity#Jsl #MainVisual h1 {
		padding: 0 1.5em;
	}
	#Breadcrumb {
		display: none;
	}
	#ContHeadNav {
		border-width: 0;
		margin-top: 0;
	}
	#ContHeadNav a {
		height: 4em;
		font-size: 0.8em;
		padding: 0 0.5em;
	}
	#ContHeadNav a:first-child {
		border-width: 0 0 1px 0;
	}
	section .contentInner {
		font-size: 1.16667em;
	}
	section .contentInner h2 {
		margin: 1.5em 0 2em;
		font-weight: bolder;
		line-height: 1.368;
		font-size: 1.357em;
	}
	section .contentInner h2 > span {
		font-size: 0.7368em;
		margin-top: 0.2em;
	}
	section .contentInner h2 > span > span {
		font-size: 0.9em;
		display: inline-block;
	}
	section .contentInner h2:after {
		width: 1.579em;
		border-width: 6px;
	}
	section .contentInner h3 {
		font-size: 1.1429em;
		margin: 1em 0 0.4em;
	}
	section .contentInner dl.basic {
		margin-bottom: 0.5em;
	}
	section .contentInner dl.basic dt {
		margin-top: 0.5em;
	}
	section .contentInner dl.basic dd {
		padding-left: 0!important;
		text-indent: 0!important;
	}
	section .contentInner dl.basic .horizon dt {
		float: none;
	}
	section .contentInner dl.basic .horizon dd {
		padding-left: 0;
	}
	section .contentInner dl.grayBlock {
		display: block;
		margin-bottom: 2.0833em;
		padding: 8.929% 7.143%;
	}
	section .contentInner dl.grayBlock.top {
		margin-top: 2.29117em;
	}
	section .contentInner dl.grayBlock > dt {
		display: block;
		white-space: normal;
		font-size: 1.5em;
		padding: 0;
	}
	section .contentInner dl.grayBlock > dd {
		display: block;
		padding: 0;
		margin-top: 0.25em;
	}
	section .contentInner .subBox {
		padding: 0.7143em 0.7143em 0.7143em 0.893em;
		margin-top: 1em;
	}
	section .contentInner .subBox h3 {
		font-size: 1.05em;
		margin: 0.5em 0 0.8em;
	}
	section .contentInner .subBox p {
		margin-bottom: 1em;
	}
	section .contentInner .subBox .btn {
		margin: 0.5em 0!important;
		font-size: 0.95em;
	}
	section .contentInner dl.flow > dt {
		padding: 0.3em 0;
		margin: 20px 0 30px;
		font-size: 1.1em;
	}
	section .contentInner dl.flow > dt i {
		color: #00a2d3;
		position: absolute;
		bottom: -0.9em;
		left: 50%;
		margin-left: -0.8em;
		border-width: 0.5em 0.8em;
		border-top: 0.5em solid #00a2d3;
	}
	section .contentInner dl.flow > dd dl dt + dt {
		margin-top: 0.1em;
	}
	section .contentInner p.contactBtn {
		margin: 1em 0;
	}
	section .contentInner .btn {
		padding: 0;
		font-size: 1em;
		line-height: 3;
		margin: 0.3em 0 0.7143em;
		width: 100%;
		text-align: center;
	}
	section .contentInner .btn.large {
		line-height: 3.8;
		padding: 0;
	}
	section .contentInner #ContactBox {
		width: 100%;
	}
	#Index.news #Information .contentInner {
		padding: 9.375% 6.25%;
	}
	#Information dl {
		margin: 0 0 9%;
		font-size: 1.08333em;
		line-height: 1.3846;
	}
	#Information dl dt {
		float: none;
		margin-top: 2.95%;
	}
	#Information dl dd {
		padding-left: 0;
	}
	#Information dl dd a {
		color: #00a2d3;
	}
	.access .map {
		width: 100%;
	}
	.access .map img {
		margin: 0;
	}
	.sitemap section .contentInner .sitemapCont {
		display: block;
	}
	.sitemap section .contentInner .sitemapCont > ul {
		display: block;
		padding-right: 0;
	}
	.toTop {
		right: 1.5em;
		bottom: 3em;
		width: 3em;
		height: 3em;
		background-size: 50%;
	}
	.contact .contentInner p {
		text-align: left!important;
	}
	.contact .contentInner dl {
		display: block;
		margin-bottom: 1.2em;
		width: 100%;
	}
	.contact .contentInner dl dt {
		display: block;
		width: 100%;
	}
	.contact .contentInner dl dd {
		display: block;
		padding-left: 0;
	}
	.contact .contentInner dl dd span {
		margin-top: 0.5em;
	}
	.contact .contentInner dl dd input {
		width: 100%;
	}
	.contact .contentInner dl dt .required {
		margin-left: 0.5em;
	}
	.contact .contentInner dl dd textarea {
		width: 100%;
	}
	.contact .contentInner .action input {
		margin: 0.5em 0;
		height: 3.2em;
		font-size: 0.75em;
	}
	.entry_jp_teacher.contact .contentInner dl dt {
		width: 100%;
	}
	.contentInner dl.basic dd.address {
		width: 100%;
	}
	.contentInner dl.basic dd.address a.btn {
		position: static;
	}
	.contentInner ul.photo.column3 li {
		float: none;
		width: 100%;
		margin-left: 0;
	}
	.contentInner ul.photo.column4 li {
		width: 49%;
		margin-left: 2%;
		margin-bottom: 2%;
	}
	.contentInner ul.photo.column4 li:nth-child(2n+1) {
		margin-left: 0;
	}
	.contentInner .eventList {
		margin-top: 2em;
	}
	.contentInner .eventList dt {
		width: 100%;
		float: none;
		font-weight: bolder;
	}
	.contentInner .eventList dd {
		padding-left: 0;
	}
}

.clearfix:after,
.inner:after,
.contentInner:after,
.horizon:after,
.navigation:after,
dl.basic dd.address:after,
ul.photo:after {
  content: "";
  clear: both;
  display: block;
}