@charset "utf-8";

body {
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #181818;
	line-height: 1.43;
	word-break: break-all;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
}
#content,
.w960{
	width: 960px;
	margin: 0 auto;
	position: relative;
}
.w720{
	width: 720px;
	margin: 0 auto;
}
#main{
	width: 720px;
	float: left;
}
#side{
	width: 200px;
	float: right;
	border-top: 4px solid #0273b4;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a{
	color: #181818;
}
a:hover{
	color: #787878;
}
a:hover img,
.ro:hover{
	opacity: 0.8;
}
.spCont{
	display: none;
}
.pcCont{
	display: block;
}
#spMenuOverlay,
#spMenu{
	display: none;
}
/* commons */
.red {color: #f00;}
.blue {color: #0089d4;}
.bold{font-weight: bold;}
.tac{text-align: center;}
.tal{text-align: left !important;}
.tar{text-align: right !important;}

.ml0 { margin-left: 0 !important;}
.ml10 { margin-left: 10px !important;}
.mt0 { margin-top: 0 !important;}
.mt10 { margin-top: 10px !important;}
.mt20 { margin-top: 20px !important;}
.mt30 { margin-top: 30px !important;}
.mt40 { margin-top: 40px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb15 { margin-bottom: 15px !important;}

.clearft { clear:both !important; }
.nowrp { white-space: nowrap; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■header
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
header{
	width: 100%;
	position: relative;
	z-index: 1000;
}
/*------------------------
	headTop
------------------------*/
header .headTop h1{
	padding: 20px 0 16px 0;
}
header .headTop .subNav{
	height: auto;
	overflow: hidden;
	position: absolute;
	top: 20px;
	right: 136px;
}
header .headTop .subNav li{
	float: left;
	font-size: 12px;
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #c4cbd1;
}
header .headTop .subNav li:last-child{
	border-right: none;
}
header .headTop .subNav li a{
	display: block;
	line-height: 20px;
}
header .headTop .subNav li.contact a{
	background: url(/nyushi/img/ico_contact.png) left 4px no-repeat;
	padding-left: 21px;
}
header .headTop .subNav li.access a{
	background: url(/nyushi/img/ico_access.png) left 3px no-repeat;
	padding-left: 16px;
}
header .headTop .search{
	position: absolute;
	top: 20px;
	right: 0;
}
header .headTop .search form{
	width: 150px;
	height: 20px;
	position: relative;
}
header .headTop .search form input#sWord{
	width: 124px;
	height: 20px;
	font-size: 12px;
	background: #e3e6e8;
	border: none;
	padding-left: 26px;
}
header .headTop .search form input#sBtn{
	display: block;
	width: 21px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 1px;
	background: url(/nyushi/img/ico_search.png) left top no-repeat;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
}
header .headTop .search form input#sBtn:hover{
	opacity: 0.8;
}
/*------------------------
	nav
------------------------*/
header .nav{
	background: url(/nyushi/img/bg_stripe01.png) left top repeat;
	border-bottom: 3px solid #0089d4;
}
header .nav ul{
	height: auto;
}
header .nav ul li{
	float: left;
	/*margin-right: 70px;*/
	margin-right: 60px;
	position: relative;
}
header .nav ul li:first-child{
	/*margin-left: 70px;*/
	margin-left: 60px;
}
header .nav ul li span a{
	font-size: 16px;
	font-weight: bold;
	color:#323232;
	height:34px;
	padding-top:18px;
	display: block;
}
header .nav ul.hd_btn{
	position:absolute;
	top:0;
	right:0;
}
header .nav ul.hd_btn li{
	margin:0;
}
/* children */
header .nav li ul{
	display: none;
	float: none;
	padding: 0;
	width: 300px;
	overflow: hidden;
	position: absolute;
	left: 0;
	z-index: 9999;
	border: 1px solid #dedede;
	border-radius: 5px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
}
header .nav li ul li{
	float: none;
	margin: 0;
	border-bottom: 1px solid #dedede;
	border-right: none;
	background: #fff;
	margin-right: 0;
}
header .nav li ul li:last-child{
	border-bottom: none;
}
header .nav li ul li:first-child{
	margin-left:0;
}
header .nav li ul li a{
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #181818;
	text-decoration: none;
	padding: 7px 35px 7px 10px;
	background: url(/nyushi/img/ico_arrow03.png) 95% center no-repeat;
	-webkit-background-size: auto 10px;
	background-size: auto 10px;	
}
header .nav li ul li a.tblank{
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #181818;
	text-decoration: none;
	padding: 7px 35px 7px 10px;
	background: url(/nyushi/img/sp/ico_blank.png) 95% center no-repeat;
	-webkit-background-size: auto 10px;
	background-size: auto 10px;	
}
header .nav li ul li a:hover{
	color: #0089d4;
}
header .nav li ul li ul{
	display: block;
	width: auto;
	position: static;
	border: none;
	border-top: 1px solid #dedede;
	border-radius: 0;
	box-shadow: none;
}
header .nav li ul li ul li{
	background: #f5f5f5;
	border-bottom: 1px solid #dedede;
}
header .nav li ul li ul li a{
	color: #181818;
	text-indent: 1em;
}
/*------------------------
	ouhsNav
------------------------*/
header .ouhsNav{
	width: 100%;
	background: #0089d4;
}
header .ouhsNav .hd{
	float: left;
}
header .ouhsNav ul{
	float: right;
	padding-top: 10px;
	margin-right: -4px;
}
header .ouhsNav ul li{
	float: left;
	margin-left: 9px;
}
header .ouhsNav ul li .parent a{
	display: block;
	height: 48px;
	text-indent: -9999px;
}
header .ouhsNav ul li .parent a:hover{
	opacity: 0.8;
}
header .ouhsNav ul li .parent.open a:hover{
	opacity: 1;
}
/* navBtn */
header .ouhsNav ul li.ouhsNav01 .parent a{
	width: 210px;
	background: url(/nyushi/img/ouhsnav01.png) left top no-repeat;
}
header .ouhsNav ul li.ouhsNav01 .parent.open a{
	background: url(/nyushi/img/ouhsnav01_open.png) left top no-repeat;
}
header .ouhsNav ul li.ouhsNav02 .parent a{
	width: 151px;
	background: url(/nyushi/img/ouhsnav02.png) left top no-repeat;
}
header .ouhsNav ul li.ouhsNav02 .parent.open a{
	background: url(/nyushi/img/ouhsnav02_open.png) left top no-repeat;
}
header .ouhsNav ul li.ouhsNav03 .parent a{
	width: 210px;
	background: url(/nyushi/img/ouhsnav03.png) left top no-repeat;
}
header .ouhsNav ul li.ouhsNav03 .parent.open a{
	background: url(/nyushi/img/ouhsnav03_open.png) left top no-repeat;
}
header .ouhsNav ul li.ouhsNav04 .parent a{
	width: 183px;
	background: url(/nyushi/img/ouhsnav04.png) left top no-repeat;
}
header .ouhsNav ul li.ouhsNav04 .parent.open a{
	background: url(/nyushi/img/ouhsnav04_open.png) left top no-repeat;
}
/* children */
header .ouhsNav ul li .child{
	display: none;
	position: absolute;
	left: 0;
	top: 47px;
	z-index: 1000;	
	padding-top: 18px;
}
header .ouhsNav ul li .child .arrow{
	position: absolute;
	top: 7px;
}
header .ouhsNav ul li ul{
	width: 863px;
	height: auto;
	overflow: hidden;
	float: none;
	padding:14px 0 14px 85px;
	margin: 0 -35px 0 0;
	background: #28a4ea;
	font-size: 0;
	border: 6px solid #0089d4;
	border-top: none;
}
header .ouhsNav ul li ul li{
	display: inline-block;
	float: none;
	margin: 0 35px 0 0;
	padding: 0;
	font-size: 15px;
	line-height: 1.6;
	vertical-align: top;
}
header .ouhsNav ul li ul li ul{
	width: auto;
	position: static;
	padding: 0;
	margin: 0;
	border: none
}
header .ouhsNav ul li ul li ul li{
	display: block;
	padding: 0 0 0 12px;
	margin: 0;
	background: url(/nyushi/img/ico_arrow02.png) left center no-repeat;
	-webkit-background-size: auto 8px;
	background-size: auto 8px;
}
header .ouhsNav ul li ul li ul li a{
	color: #fff;
}
header .ouhsNav ul li ul li ul li a:hover{
	color: #bee3f9;
}
/* -- */
header .ouhsNav ul li.ouhsNav01 .arrow{
	left: 280px;
}
header .ouhsNav ul li.ouhsNav02 .arrow{
	left: 470px;
}
header .ouhsNav ul li.ouhsNav03 .arrow{
	left: 655px;
}
header .ouhsNav ul li.ouhsNav04 .arrow{
	left: 865px;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■footer
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
footer{
	position: relative;
	font-size: 12px;
	color: #313131;
	line-height: 66px;
	background: url(/nyushi/img/bg_stripe01.png) left top repeat;
}
footer #pageTop{
	position: absolute;
	top: -50px;
	left: 50%;
	margin-left: 380px;
	line-height: 1;
}
footer .subNav{
	height: auto;
	overflow: hidden;
}
footer .subNav li{
	float: left;
	margin-right: 23px;
}
footer .logo{
	position: absolute;
	top: 22px;
	right: 0;
	line-height: 1;
}
footer .copyright{
	position: absolute;
	top: 0;
	right: 156px;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■side
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#side .hd{
	font-size: 18px;
	text-align: center;
	border: 1px solid #e0e0e0;
	border-top: none;
}
#side .hd a{
	display: block;
	padding: 20px;
	color: #004ea2;		
}
#side ul{
	border: 1px solid #e0e0e0;
	border-top: none;
}
#side ul li a{
	display: block;
	font-weight: bold;
	padding: 11px 25px 11px 15px;
	border-top: 1px solid #e0e0e0;
	background: url(/nyushi/img/ico_arrow03.png) 94% center no-repeat;
	background-size:auto 10px;
}
#side ul li.current_page_item>a{
	color: #fff;
	background: #0273b4 url(/nyushi/img/ico_arrow04.png) 94% center no-repeat;
	background-size:auto 10px;
}
#side ul li.small a{
	font-size: 12px;
}
#side ul li a span{
	font-size: 12px;
	font-weight: normal;
}
/*------------------------
	level2
------------------------*/
#side ul li ul{
	border: none;
}
#side ul li ul li a{
	font-weight: normal;
	background: url(/nyushi/img/ico_arrow07.png) 94% center no-repeat,url(/nyushi/img/ico_level.png) 15px 16px no-repeat;
	padding-left: 25px;
	background-size:auto 10px, auto 5px;
}
#side ul li ul li a.current{
	background: url(/nyushi/img/ico_arrow04.png) 94% center no-repeat, #0273b4 url(../img/ico_level02.png) 15px 16px no-repeat;
	background-size:auto 10px, auto 5px;
}
/*------------------------
	level3
------------------------*/
#side ul li ul li ul{
	background: #f5f5f5;
}
#side ul li ul li ul li a{
	background: url(/nyushi/img/ico_level.png) 25px 16px no-repeat;
	background-size: 5px 5px;
	padding-left: 35px;
}
#side ul li ul li ul li a.current{
	background: #0273b4 url(../img/ico_level02.png) 25px 16px no-repeat;
	background-size: 5px 5px;
}
/*------------------------
	PDF
------------------------*/
#side ul.pdf{
	border: none;
	margin-top: 20px;
}
#side ul.pdf li{
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 6px;
	margin-bottom: 18px;
}
#side ul.pdf li a {
	position: relative;
	font-size: 13px;
	border: none;
	font-weight: normal;
	padding: 0 10px;	
	background: url(/nyushi/img/ico_arrow01.png) left 5px no-repeat;
	-webkit-background-size: auto 8px;
	background-size: auto 8px;
}
#side ul.pdf li a img {
	position: absolute;
	top: 0;
	right: 0;
}
#side ul.pdf li.pamph {
	/*padding-top: 63px;
	padding-top: 70px;
	background: url(/nyushi/img/request/2023_guide_admission.png) right top no-repeat;
	-webkit-background-size: auto 100px;
	background-size: auto 100px;*/
}
#side ul.pdf li.pamph a img {
	position: relative;
	margin-right: 5px;
}
#side ul.pdf li.hairyo{
	border: 1px solid #dedede;
	padding: 15px;
}
#side ul.pdf li.hairyo .hd{
	font-size: 13px;
	border: none;
	margin-bottom: 10px;
}
#side ul.pdf li.hairyo .txt{
	font-size: 11px;
}
#side ul.pdf li.hairyo .txt small{
	display: block;
	margin-top: 8px;
	color: #777;
	font-size: 10px;
}
#side ul.pdf li:first-child{
	height:100px;
}
#side ul.pdf li:first-child img{
	width:70px;
	height:auto;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■pankuzu
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#pankuzu{
	height: auto;
	overflow: hidden;	
	margin-top: 100px;	
	margin-bottom: 16px;
}
#pankuzu li{
	float: left;
	font-size: 12px;
	margin-right: 14px;
	padding-right: 17px;
	background: url(/nyushi/img/ico_arrow03.png) right 4px no-repeat;
	-webkit-background-size: auto 8px;
	background-size: auto 8px;
}
#pankuzu li:last-child{
	max-width: 650px;
	padding-right: 0;
	margin-right: 0;
	background: none;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;	
}
#pankuzu li img{
	vertical-align: middle;
	margin-top: -3px;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■content
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*------------------------
	hd
------------------------*/
.imgHd{
	width: 100%;
	height: 210px;
	-webkit-background-size: cover;
	background-size: cover;
	margin-bottom: 40px;
}
.imgHd div{
	display: table;
	width: 210px;
	height: 210px;
	margin: 0 auto;
	background: rgba(255,255,255,0.8);		
}
.imgHd h2{
	display: table-cell;
	vertical-align: middle;
	font-size: 30px;
	color: #004ea2;
	text-align: center;
}
.imgHd h2 span{
	display: block;
	font-size: 14px;
	margin-top: 5px;
}
.imgHd_top{
	height: 260px;
	padding-top:50px;
}
/* txtHd */
.txtHd{
	text-align: center;
	padding: 15px 0;
	margin-bottom: 60px;
	color: #008ad2;
	background: #eaf3ff;
	position: relative;
}
.txtHd h2{
	font-size: 28px;
	font-weight: bold;
}
/* hd01 */
.hd01{
	font-size: 28px;
	line-height: 1.25;
	font-weight: bold;
	color: #fff;
	background: #4dade0 url(../img/bg_hd01.png) left top repeat-x;
	padding: 20px 25px 15px;
	margin-bottom: 20px;
}
/* hd02 */
.hd02{
	font-size: 22px;
	padding: 12px 0 11px;
	margin-bottom: 20px;
	border-top: 1px solid #b9b9b9;
	border-bottom: 1px solid #b9b9b9;
}
.hd02 span{
	border-left: 4px solid #008ad2;
	padding-left: 13px;
}
.hd02 small{
	font-size: 14px;
}
/* hd03 */
.hd03{
	font-size: 16px;
	padding: 2px 0 3px 20px;
	margin-bottom: 17px;
	border-bottom: 1px dotted #acacac;
	background:url(/nyushi/img/ico_point.png) 3px 7px no-repeat;
	-webkit-background-size: auto 9px;
	background-size: auto 9px;
	clear:both;
}
/* hd04 */
.hd04{
	font-size: 15px;
	font-weight:bold;
	border-left: 3px solid #0273b4;
	padding: 6px 5px 6px 10px;
	margin-bottom: 16px;
	clear:both;
	background-color:#f5f5f5;
}
/* hd05 */
.hd05 {
	overflow: hidden;
	min-height: 42px;
	background: url(/nyushi/img/hd05_bg.png) repeat-y left top #4dace1;
	box-sizing: border-box;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	padding: 7px 11px 4px 20px;
	position: relative;
}
.hd05 span#pageTop {
	position: absolute;
	top: 5px;
	right: 10px;
}
.hd05 span#pageTop a {
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
}
.hd05 span#pageTop a:after {
	content: url(/nyushi/img/ico_arrow_wht.png);
}
/*------------------------
	description
------------------------*/
p.description{
	line-height: 1.7;
}
/*------------------------
	copy
------------------------*/
p.copy{
	font-size: 22px;
	line-height: 1.6;
}
/*------------------------
	msg
------------------------*/
p.msg{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	padding: 100px 0;
}
/*------------------------
	table
------------------------*/
table{
	width: 100%;
}
table th,
table td{
	font-size: 13px;
	vertical-align: middle;
	border: 1px solid #6e6e6e;
	padding: 10px;
}
table th{
	text-align: center;
	color: #fff;	
}
table thead th{
	background: #a0a0a0;
	padding: 5px 10px;
}
table tbody th{
	background: #4dace2;
}
table tbody th.level2{
	background: #e5e5e5;
	color: #181818;
}
table tbody th.level1{
	background: #d9edff;
	color: #181818;
}
/* table02 */
table.table02 th,
table.table02 td{
	font-size: 12px;
	padding: 6px 10px;
}
/*------------------------
	btn01
------------------------*/
#main .btn01{
	width: 350px;
	margin: 60px auto 0;
	border: 2px solid #0273b4;
	border-radius: 5px;
	background: url(/nyushi/img/ico_external.png) 94% center no-repeat;
	background-size: auto 11px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#main .btn01 a{
	display: block;
	text-align: center;
	font-size: 15px;
	color: #0273b4;
	padding: 15px 0;
}
/* btns */
#main .btns{
	font-size: 0;
}
#main .btns .btn01{
	display: inline-block;
	margin: 30px 20px 0 0;
}
#main .btns .btn01:last-child{
	margin-right: 0;
}

/*-----------------------
	 btn02
----------------------*/
p.btn02,
.btn02 li{
	display:table;
	width:300px;
	margin:auto;
}
.btn02 a{
	display:table-cell;
	background: url(/nyushi/img/ico_arrow10.png) no-repeat 95% center;
	background-size:auto 8px;
	-webkit-background-size:auto 8px;
	border:1px solid #0089d4;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	font-size:16px;
	color:#0089d4;
	padding:6px 15px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■記事一覧?検索結果
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#search p#searchedKeyword{
	margin-bottom: 15px;
}
ul.infoList{
	border-top: 1px dotted #acacac;
}
ul.infoList li .date,
#info #main .ttlArea .date{
	color: #0088d3;
	display: block;
}
ul.infoList li .date{
	margin-bottom: 3px;
}
ul.infoList li{
	border-bottom: 1px dotted #acacac;
}
ul.infoList li a{
	display: block;
	padding: 15px 15px 15px 0;
}
ul.infoList li .text{
	font-size: 12px;
	color: #777;
	margin-top: 5px;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■pager
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#info #main .pager,
#search .pager{
	text-align: center;
	position: relative;
	margin-top: 40px;
}
#info #main .pager a,
#info #main .pager span,
#search .pager a,
#search .pager span{
	display: inline-block;
	color: #1366ab;
	text-decoration: none;
	padding: 8px 20px;
	margin: 0 2px;
	background: #e0ebf9;
	border-radius: 2px;
}
#info #main .pager span.current,
#search .pager span.current{
	color: #fff;
	background-color: #0089d4;
}
#info #main .pager span.pages,
#search .pager span.pages{
	border: 1px solid #fff;
}
#info #main .pager a:hover,
#search .pager a:hover{
	opacity: 0.7;
}
#info #main .pager .prevpostlink,
#info #main .pager .nextpostlink,
#search .pager .prevpostlink,
#search .pager .nextpostlink{
	position: absolute;
	bottom: 0;
}
#info #main .pager .prevpostlink,
#search .pager .prevpostlink{
	left: 0;
}
#info #main .pager .nextpostlink,
#search .pager .nextpostlink{
	right: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■movieLightBox
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#movieOverlay{
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.5);
	z-index: 9999;
}
#movieBox{
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -340px;
	margin-top: -200px;
	z-index: 10000;
	background: #fff;
	border-radius: 5px;
	padding: 20px;
}
#movieBox .close{
	display: block;
	width: 50%;
	font-size: 15px;
	color: #fff;
	text-align: center;
	background: #2d5b87;
	padding: 10px;
	margin: 14px auto 0;
	border-radius: 5px;
	cursor: pointer;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■学生インタビューの各ページのメニュー表記を隠す
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
li.page-item-1144 ul.children {
	display:none !important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■準備中コメント
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

p.note_pre {
	font-size: 16px;
	font-weight: bold;
	color:red;
	margin-bottom:30px;
}