html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, font, ins, kbd,
q, s, samp, small, strike, strong, sub, sup,
tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6 {
	position: relative;
}
article,
aside,
details,
figcaption,
figure,hea
footer,
header,
hgroup,
nav,
section {
	display: block;
}
a { outline:none !important; text-decoration:none; color:#333333; }
a:focus { outline:none !important; color:#333333; text-decoration:none; }
a:active { outline:none !important; color:#333333; text-decoration:none; }
a:hover { color:#777777; text-decoration:none; }
a:visit { color:#777777; text-decoration:none; }
a {
	-webkit-transition:0.20s;
	        transition:0.20s;
}
a:hover img {opacity:0.70;}
address {margin-top:0;}
b,strong {font-weight: 700;}
em,i,b {font-weight:700;}
p {margin-bottom: 20px;}
ul,ol {list-style: none;}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 0;
	width: 100%;
}
hr {
	border: none;
	border-top: 1px solid #efefef;
	height: 1px;
	margin:30px 0;
}
main {
	position: relative;
	width:100%;
	padding-bottom:50px;
}
.p { display: block; }
.s { display: none; }

/*-----------------------------------------------------------------------------------------
	body
-----------------------------------------------------------------------------------------*/
body {
	font-family:'Lucida Grande',
				'メイリオ',
				Meiryo,
				'Hiragino Kaku Gothic ProN',
				'ヒラギノ角ゴ ProN W3',
				sans-serif;
	font-size:14px;
	background:#fff;
	line-height:150%;
	color: #333333;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
html, body {
	height: 100%;
	width:100%;
	min-width: 960px;
	margin: 0;
	padding: 0;
}
/*-----------------------------------------------------------------------------------------
	header
-----------------------------------------------------------------------------------------*/
header {
	position: relative;
	clear: both;
	overflow: hidden;
	width:100%;
	min-width: 1100px;
	background:#fff;
}
/*------------------------------ ロゴ ----------*/
#logo {
	position: absolute;
	top:0;
	left:0;
	width:330px;
	padding: 30px 10px 0 20px;
	height: 130px;
	background: #fff;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	z-index: 10;
}
#logo-en {
	position: absolute;
	top:0;
	left:0;
	width:330px;
	padding: 40px 10px 0 20px;
	height: 130px;
	background: #fff;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	z-index: 10;
}
#logo-en img {
    width:90%;
    height:auto;
}

#logo:before,
#logo:after,
#logo-en:before,
#logo-en:after {
	position: absolute;
	content: '';
	right:0;
	width: 0;
	height: 0;
	border-style: solid;
}
#logo:before,
#logo-en:before {
	top:0;
	border-width: 0 60px 60px 0;
	border-color: transparent #1d95d5 transparent transparent;
}
#logo:after,
#logo-en:after {
	bottom:0;
	border-width: 0 0 70px 20px;
	border-color: transparent transparent #60B5E2 transparent;
}
@media only screen and (max-width:1250px){
	#logo {
		width:270px;
	}
	#logo img,
	#logo-en img {
		max-width:230px;
		height: auto;
	}
}
/*
#logo a { color: #1D96D5; }
.header-logo-main {
  display: inline-block;
  font-size: 42px;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  position: relative;
}
.header-logo-main-long {
  position: absolute;
  font-size: 12px;
  top: 45px;
  left: 5px;
  width: 300px;
  font-style: normal;
  line-height: 1.2;
  text-align: left;
}
.header-logo-sub {
  margin-left: 15px;
  display: inline-block;
  font-size: 10px;
  line-height: 1.2;
  text-align: left;
}
*/

/*------------------------------ ヘッダーリンク ----------*/
#menu {
	position: relative;
	float: right;
	text-align: left;
	width:100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#menu ul {
	position: relative;
	clear: both;
	float:right;
}
#menu ul li {
	position: relative;
	float:left;
	text-align: center;
	font-size: 15px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#menu ul li a {
	color: #fff;
}
#menu ul li a:hover {
	text-decoration: underline;
}

/*---------- language ----------*/
.h_menu {
	position: relative;
	width: 100%;
	background:#1D96D5;
	height: 60px;
	line-height: 60px;
}
.i_ja,
.i_en {
	padding:0 18px 0 40px;
}
.i_ja:before,
.i_en:before {
	position: absolute;
	content: '';
	top:13px;
	left:0;
	width:30px;
	height:30px;
	border-radius: 50%;
}
.i_ja:after,
.i_en:after {
	position: absolute;
	font-size: 12px !important;
	color:#fff;
}
/*----- 日本語 -----*/
.i_ja:before {
	background: #006494;
}
.i_ja:after {
	content: 'JP';
	top:-1px;
	left:9px;
}
/*----- 英語 -----*/
.i_en:before {
	background: #003554;
}
.i_en:after {
	content: 'EN';
	top:-1px;
	left:7px;
}
/*----- ブログ -----*/
.i_blog {
	padding:0 18px 0 40px;
}
.i_blog i {
	position: absolute;
	top:17px;
	left:10px;
	color:#014052;
	font-size:23px;
}

/*----- 本学リンク -----*/
.i_university {
	background:#fff;
	width:200px;
}
.i_university:hover {
	background:rgba(255,255,255,0.80);
	-webkit-transition:0.20s;
	        transition:0.20s;
}
.i_university img {
	width:100%;
	height: auto;
	opacity: 1 !important;
}
.i_university a {
	display: block;
	width:100%;
	padding:0 20px;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}
/*
.i_university:hover a {
	color:#fff !important;
}
.i_university a {
	display: block;
	width:100%;
	padding:0 30px 0 70px;
	color:#333 !important;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}
.i_university a:before {
	position: absolute;
	content: '';
	top:9px;
	left: 17px;
	height: 40px;
	width:40px;
	background:#fff;
	border-radius:50%;
}
.i_university a:after {
	position: absolute;
	content: '';
	top:17px;
	left: 25px;
	height: 25px;
	width:25px;
	background:url(../img/i_university.png) 0 0 no-repeat;
	background-size:25px auto;
}
*/
/*---------- global navi ----------*/
.gnav {
	position: relative;
	width: 100%;
	background:#60B5E2;
	height: 70px;
	line-height: 70px;
}
.gnav ul li {
	padding:0 18px;
}
.gnav ul li:after {
	position: absolute;
	content:'';
	top:22px;
	right: 0;
	border-left: 1px solid rgba(255,255,255,0.50);
	height: 26px;
}
.gnav ul li:last-child:after {
	display: none;
}
@media only screen and (max-width:1250px){
	.gnav ul li {
		font-size:14px;
		padding:0 13px;
	}
}

/*-----------------------------------------------------------------------------------------
	footer
-----------------------------------------------------------------------------------------*/
footer {
	position: relative;
	width:100%;
	min-width: 1100px;
	background: #e8f6fd;
}
footer small {
	display: block;
	text-align: center;
	color:#fff;
	line-height: 180%;
	background: #00A0E9;
	padding: 20px 0;
}
#footer {
	position: relative;
	clear: both;
	overflow: hidden;
	padding:30px 0;
	width:1100px;
	margin: 0 auto;
}
#contact {
	position: relative;
	float:left;
	width:300px;
	margin-bottom: 0;
}
.list-footer {
	position: relative;
	float:right;
	width:700px;
	text-align: left;
	margin-top:17px;
}
.list-footer li {
	position: relative;
	float:left;
	width:25%;
	margin-bottom:15px;
}

/*-----------------------------------------------------------------------------------------
	SP
-----------------------------------------------------------------------------------------*/
@media only screen and (max-width:681px) {
	
	a {
		-webkit-transition:0s;
				transition:0s;
	}
	a:hover img {opacity:1.00;}
	address {}
	b,strong {}
	em,i,b {}
	p {margin-bottom: 4%;}
	ul,ol {}
	img {}
	table {}
	hr { margin:8% 0; }
	main { padding-bottom:10%;}
	.p { display: none !important; }
	.s { display: block !important; }
	
	/*-----------------------------------------------------------------------------------------
		body
	-----------------------------------------------------------------------------------------*/
	body {
		font-size:16px;
	}
	html, body {
		min-width: 100%;
	}
	/*-----------------------------------------------------------------------------------------
		header
	-----------------------------------------------------------------------------------------*/
	header {
		position:relative;
		min-width: 100%;
	}
	/*------------------------------ ロゴ ----------*/
	#logo {
		position: relative;
		clear: both;
		overflow: hidden;
		top:0;
		left:0;
		padding: 100px 0 40px 0;
		height: auto;
		margin:0 auto;
		width:245px;
	}
	#logo-en {
		position: relative;
		clear: both;
		overflow: hidden;
		top:0;
		left:0;
		padding: 110px 0 40px 0;
		height: auto;
		margin:0 auto;
		width:290px;
	}

	#logo:before,
	#logo:after,
	#logo-en:before,
	#logo-en:after {
		display: none;
	}
	#logo:before,
	#logo-en:before {
		display: none;
	}
	#logo:after,
	#logo-en:after {
		display: none;
	}
	/*
	#logo a {}
	.header-logo-main {
	  display: inline-block;
	  font-size: 42px;
	  font-weight: bold;
	  font-style: italic;
	  line-height: 1;
	  position: relative;
	}
	.header-logo-main-long {
	  position: absolute;
	  font-size: 12px;
	  top: 45px;
	  left: 5px;
	  width: 300px;
	  font-style: normal;
	  line-height: 1.2;
	  text-align: left;
	}
	.header-logo-sub {
	  margin-left: 15px;
	  display: inline-block;
	  font-size: 10px;
	  line-height: 1.2;
	  text-align: left;
	}
	*/
	/*------------------------------ ヘッダーリンク ----------*/
	#menu {
		position: fixed;
		float: none;
		top:0;
		left: 0;
		z-index: 100;
		border-bottom:3px solid #52C9FF;
	}
	#menu ul {
		float:none;
	}
	#menu ul li {
		font-size: 13px;
	}
	#menu ul li a {
	}
	#menu ul li a:hover {
		text-decoration: none !important;
	}

	/*---------- language ----------*/
	.h_menu {}
	.i_ja,
	.i_en {
		padding:0;
		text-align: center;
	}
	.i_ja:before,
	.i_en:before {
		display: none;
	}
	.i_ja:after,
	.i_en:after {
		display: none;
	}
	/*----- 日本語 -----*/
	.i_ja {background: #006494; width:33%;}
	.i_ja:before {}
	.i_ja:after {}
	/*----- 英語 -----*/
	.i_en {background:#003554; width:33%;}
	.i_en:before {}
	.i_en:after {}
	/*----- ブログ -----*/
	.i_blog {
		display: none;
	}
	.i_blog i {
		display: none;
	}

	/*----- 本学リンク -----*/
	.i_university {
		display: none;
	}
	.i_university:hover {}
	.i_university:hover a {}
	.i_university a {}
	.i_university a:before {}
	.i_university a:after {}
	/*---------- global navi ----------*/
	.gnav {
		position: fixed;
		width: 100%;
		top:60px;
		left:0;
		background:rgba(29,150,213,0.95);
		height: 100%;
		line-height: 150% ;
		display: none;
		z-index:9999;
	}
	.gnav ul li {
		float:none !important;
		padding: 0;
		margin:0 3%;
		text-align: left !important;
		border-bottom:1px dotted rgba(255,255,255,0.30);
	}
	.gnav ul li:before {
		border-right: 2px solid #FFF;
		border-top: 2px solid #FFF;
		border-radius: 2px;
		content: "";
		margin: -4px 0 0 0;
		top: 50%;
		right: 4%;
		position: absolute;
		-webkit-transform: rotate(45deg);
				transform: rotate(45deg);
		height: 8px;
		width: 8px;
	}
	.gnav ul li:after {
		display: none;
	}
	.gnav ul li a {
		padding:4%;
		display: block;
	}
	.gnav ul li:last-child:after {
		display: none;
	}
	.gnav ul li.i_u a:before {
		position: absolute;
		content: '';
		top:25%;
		right: 1%;
		height: 30px;
		width:30px;
		background:#fff;
		border-radius:50%;
	}
	.gnav ul li.i_u a:after {
		position: absolute;
		content: '';
		top:37%;
		right: 2.6%;
		height: 18px;
		width:18px;
		background:url(../img/i_university.png) 0 0 no-repeat;
		background-size:18px auto;
	}
	/*---------- Menu button ----------*/
	#panel-btn{
	  display: inline-block;
	  position: absolute;
	  top:0;
	  left:66%;
	  width: 100%;
	  height: 100%;
	}
	#panel-btn:after {
		position: absolute;
		content: 'MENU';
		top:19px;
		left:16%;
		letter-spacing: 2px;
		color: #fff !important;
		font-size: 14px;
	}
	#panel-btn-icon{
	  display: block;
	  position: absolute;
	  top: 50%;
	  left: 3%;
	  width: 30px;
	  height: 2px;
	  background: #fff;
	  transition: .2s;
	}
	#panel-btn-icon:before,
	#panel-btn-icon:after{
	  display: block;
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: 0;
	  width: 30px;
	  height: 2px;
	  background: #fff;
	  transition: .3s;
	}
	#panel-btn-icon:before{
	  margin-top: -11px;
	}
	#panel-btn-icon:after{
	  margin-top: 8px;
	}
	#panel-btn .close {
	  background: transparent;
	}
	#panel-btn .close:before, #panel-btn .close:after{
	  margin-top: -2px;
	}
	#panel-btn .close:before{
	  -webkit-transform: rotate(-45deg);
			  transform: rotate(-45deg);
	}
	#panel-btn .close:after{
	  -webkit-transform: rotate(-135deg);
			  transform: rotate(-135deg);
	}

	/*-----------------------------------------------------------------------------------------
		footer
	-----------------------------------------------------------------------------------------*/
	footer {
		min-width: 100%;
	}
	footer small {
		padding: 10px 0;
		font-size:10px;
	}
	#footer {
		padding:0;
		width:100%;
		margin:0;
	}
	#contact {
		float:none;
		width:100%;
		padding: 5% 3%;
		font-size: 14px;
		background:#fff;
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
	}
	.list-footer {
		position: relative;
		clear:both;
		overflow: hidden;
		float:none;
		width:100%;
		margin-top:5%;
		background:#d1eefb;
		border-top:1px solid #00A0E9;
	}
	.list-footer li {
		position: relative;
		float:left;
		width:50%;
		padding:0 3%;
		margin-bottom:0;
		border-right:1px solid #b9e5f9;
		border-bottom:1px solid #b9e5f9;
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
	}
	.list-footer li a {
		line-height: 50px;
		font-size: 13px;
		display: block;
	}
	.list-footer li:nth-child(2n) {
		border-right: 0;
	}
}