@charset "utf-8";

/* reset.css ver.2.1.5
 * !- Do not editing this section.
-----------------------------------------------------------------*/
@-ms-viewport{width:device-width;}
*{font-size:100%;}
html{margin:0;overflow:scroll;padding:0;}
body{color:#404040;font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;font-size:16px;font-size:100%;line-height:1.5;margin:0;overflow:hidden;padding:0;word-wrap: break-word;}
a,a:link{color:#00a7ea;cursor:pointer;text-decoration:underline;}
a:hover{text-decoration:none;}
a:visited{/*color:#;*/}
a:active{/*color:#;*/}
address,cite,dfn,em,i,var{font-style:normal;}
button{background:#aaa;cursor:pointer;}
br{letter-spacing:0;}
/*button,input[type="button"],input[type="image"],input[type="submit"]{-webkit-appearance:none;border:0;border-radius:0;box-sizing:content-box;color:inherit;cursor:pointer;font-size:inherit;padding:0;}*/
code{font-family:inherit;}
blockquote{content:none;}
blockquote,dl,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,legend,menu,ol,p,ul{-webkit-margin-after:0;-webkit-margin-before:0;-webkit-margin-end:0;-webkit-margin-start:0;-webkit-padding-after:0;-webkit-padding-before:0;-webkit-padding-end:0;-webkit-padding-start:0;}
kbd,samp{font-family:inherit;}
keygen{border-radius:0;color:inherit;}
/*input,textarea{-webkit-appearance:none;background:#fff;border:1px solid #aaa;border-radius:0;cursor:auto;padding:0;resize:none;}*/
h1,h2,h3,h4,h5,h6{font-size:inherit;}
ins{text-decoration:none;}
hr{border-top:1px solid #aaa;}
mark{background:#fff611;color:inherit;}
ol,ul{list-style:none;}
pre{font-family:inherit;}
q:after,q:before{content:none;}
ruby,rt{font-size:inherit;line-height:inherit;}
select{background:#aaa;border:0;border-radius:0;box-sizing:content-box;color:inherit;}
small{font-size: inherit;}
table,th,td,tbody,thead,tfoot{border:0 solid #aaa;border-collapse:collapse;border-spacing:0;}
address,article,aside,blockquote,details,summary,div,dl,dt,dd,fieldset,figcaption,figure,form,header,hgroup,h1,h2,h3,h4,h5,h6,hr,legend,main,menu,nav,ol,optgroup,p,pre,rt,section,option,ul{background:transparent;border:0;font-style:normal;font-weight:normal;margin:0;padding:0;vertical-align:baseline;}
a,abbr,area,audio,b,base,bdi,bdo,br,canvas,cite,code,del,dfn,em,embed,fotter,i,iframe,img,ins,kbd,label,mark,menuitem,noscript,object,output,q,ruby,s,samp,small,source,span,strong,sub,sup,time,u,var,video,track,wbr{background:transparent;border:0;font-weight:inherit;vertical-align:top;}
button,keygen,input,textarea,meter,progress,select{font-family:inherit;vertical-align:top;}

/* common
-----------------------------------------------------------------*/
body{
	-webkit-text-size-adjust: 100%;
}
body{
	letter-spacing: 2px;
	line-height: 1.7;
}
a, small{
	letter-spacing: 0px;
}
.inside{
	margin: 0 auto;
	width: 1024px;
}
.notice{
	padding-left: 1em;
	text-indent: -1em;
}
.txt-r{
	color: #f47808;
}
.txt-l{
	color: #0f98ce;
}
.bold{
	font-weight:bold;
}
h2.ttl{
	font-size: 225%;
	font-weight: bold;
	padding: 50px 0;
	text-align: center;
}
h2.ttl span{
	background-size: auto 80% !important;
	background-position: 0 50%;
	background-repeat: no-repeat;
	display: inline-block;
	padding: 10px 0 10px 100px;	
}

/* header
-----------------------------------------------------------------*/
header{
	box-shadow: 0 6px 12px #ccc;
	position: relative;
	z-index: 10000;
}
header .inside{
	overflow: hidden;
	padding: 10px 0;
}
header h1{
	float: left;
}
header .btn-navi{
	display: none;
}

/* Globalnavi
-----------------------------------------------------------------*/
#Globalnavi{
	float: left;
	margin-left: 20px;
	padding-top: 12px;
}
#Globalnavi ul{
	overflow: hidden;
}
#Globalnavi li{
	float: left;
	margin-left: 30px;
}
#Globalnavi li a{
	transition: opacity .2s linear;
}
#Globalnavi li a:hover{
	opacity: .6;
}
#Globalnavi li img{
	height: 40px;
	width: auto;
}
#Spnavi{
	display: none;
}

/* footer
-----------------------------------------------------------------*/
footer{
	background-color: #00a7ea;
	color: #fff;
}
footer .inside{
	padding: 15px 0;
	position: relative;
}
footer .totop{
	position: absolute;
	right: 15px;
	top: 0;
}
footer .totop img{
	height: auto;
	width: 140px;
}
footer .info{
	background: url(/common/img/ico_logo.png) no-repeat 0 50%;
	min-height: 91px;
	padding: 15px 0 0 105px;
}
footer h1{
	font-size: 125%;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 5px;
}
footer h1 span{
	border-left: 1px solid #fff;
	display: inline-block;
	font-weight: normal;
	margin-left: 10px;
	padding-left: 10px;
}
footer .addspace{
	display: inline-block;
	margin-left: 1em;
}
footer .sitemap{
	float:left;
	margin-left:105px;
}
footer .copy{
	font-size: 69%;
	line-height: 1;
	margin-top: 10px;
	text-align: right;
}

/* content
-----------------------------------------------------------------*/
#Content .content-header{
	background-color: #f2f2f2;
}
#Content .content-header .inside{
	background-size: 100% auto !important;
	box-sizing: border-box;
	min-height: 160px;
	padding: 40px 15px;
}

/* news-box */
#Main .news-box{
	padding: 15px 0 15px;
}
#Main .news-box dl:not(:first-child){
	border-top: 1px dashed #ccc;
	margin-top: 12px;
	padding-top: 12px;
}
#Main .news-box dt{
	float: left;
}
#Main .news-box dd{
	overflow: hidden;
	padding-left: 15px;
}
#Main .news-box dt i:after{
	color: #fff;
	display: inline-block;
	font-size: 75%;
	font-weight: bold;
	margin-left: 15px;
	min-height: 18px;
	padding: 0 1em;
	text-align: center;
	width: 7em;
}
#Main .news-box .ico-r:after{
	background-color: #e21437;
	content: "入試情報";
}
#Main .news-box .ico-d:after{
	background-color: #f78600;
	content: "その他";
}
#Main .news-box .ico-g:after{
	background-color: #00a733;
	content: "学科ニュース";
}
footer a,footer a:link {
	color:#fff;
	text-decoration:none;
}

/* for tb
-----------------------------------------------------------------*/
@media screen and (max-width: 979px){
	.inside{
		box-sizing: border-box;
		padding-left: 10px !important;
		padding-right: 10px !important;
		width: 100%;
	}
	header h1{
		float: none;
		margin-left: -10px;
		text-align: center;
		width: 100%;
	}
	#Globalnavi{
		float: none;
		margin: 10px auto 0;
		width: 730px;
	}
	#Globalnavi li:first-child{
		margin-left: 0;
	}
	#Content  .content-header .inside{
		background-size: auto 100% !important;
		background-position: 50% 0 !important;
	}
	#Content .content-header h2 img{
		height: auto;
		max-width: 100%;
	}
}

/* for tb - sp
-----------------------------------------------------------------*/
@media screen and (max-width: 767px){
	body *{
		transition: none !important;
	}
	header{
		height: 45px;
	}
	header h1{
		margin-left: 0;
		text-align: left;
	}
	header h1 img{
		height: auto;
		width: 105px;;
	}
	header .btn-navi{
		display: inline-block;
		position: absolute;
		right: 4px;
		top: 7px;
	}
	#Globalnavi{
		display: none;
	}
	#Spnavi{
		background-color: rgba(0, 167, 234, .95);
		box-shadow: -2px -2px 4px #555;
		box-sizing: border-box;
		display: block;
		height: 100%;
		overflow: scroll;
		padding: 20px 20px 80px;
		position: fixed;
		right: -70%;
		width: 70%;
		z-index: 99999;
	}
	#Spnavi .close{
		border: 1px solid #fff;
		border-radius: 10px;
		box-sizing: border-box;
		color: #fff !important;
		display: block;
		line-height: 40px;
		text-align: center;
		text-decoration: none !important;
	}
	#Spnavi ul{
		border-bottom: 1px dashed #fff;
		margin-top: 20px;
	}
	#Spnavi li{
		border-top: 1px dashed #fff;
		padding: 10px 0;
	}
	#Spnavi li span{
		display: block;
		font-weight: bold;
		font-size: 115%;
		line-height: 1.2;
		text-decoration: underline;
	}
	#Spnavi li a{
		border-left: 10px solid #fff;
		box-sizing: border-box;
		color: #fff !important;
		display: block;
		padding-left: 10px;
		text-decoration: none !important;
	}
	footer .info{
		background-size: 45px auto;
		background-position-y: 15px;
		padding-left: 60px;
	}
	footer .totop img{
		width: 100px;
	}
	footer small{
		float: none;
		margin-top: 10px;
	}
	footer .addspace{
		margin-left: 0;
	}
	footer p span{
		display: block;
	}
	#Content  .content-header .inside{
		padding: 20px 10px;
		min-height: auto;
	}
	h2.ttl{
		font-size: 135%;
		padding: 20px 0;
	}
	h2.ttl span{
		background-size: auto 40px !important;
		background-position: 50% 0 !important;
		padding: 50px 0 0 !important;
	}
	h2.ttl small{
		display: block;
	}
	footer .sitemap{
		float:none;
		margin-left:59px;
	}
}

/* for sp
-----------------------------------------------------------------*/
@media screen and (max-width: 479px){
}

/* clearfix
-----------------------------------------------------------------*/
.cf:before,
.cf:after{
	content: "";
	display: table;
}
.cf:after{
	clear: both;
}
.cf{
	zoom: 1;
}