@charset "UTF-8";

/* リセット
---------------------------------------------------------- */

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, table, th, td, button {
    margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

img {
	border: 0;
}

ol ,
ul {
	list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

address {
	font-style: normal;
}


/* レイアウト
----------------------------------------*/

html {
	height: 100%;
}

body {
	height: 100%;
}

* html div#wrapper {
	height: 100%;
}

div#wrapper {
	min-height: 100%;
	position: relative;
}

body > #wrapper {
	height: auto;
}



/*clearfix
----------------------------------------*/
.clearfix { zoom:1; }

.clearfix:after {
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}


/*float
----------------------------------------*/
.acms-column-clear,
.clear { clear: both !important; }
.float_n { float: none !important; }
.float_l {
	float: left;
	*display: inline;
	*zoom: 1;
}
.float_r {
	float: right;
	*display: inline;
	*zoom: 1;
}

.align_l { text-align: left !important; }
.align_c, .a_center { text-align: center !important; }
.align_r, .a_right { text-align: right !important; }
.valign_m { vertical-align: middle !important; }


/*font-size
----------------------------------------*/

.font10 { font-size: 77% !important; }
.font11 { font-size: 85% !important; }
.font12 { font-size: 93% !important; }
.font13 { font-size: 100% !important; }
.font14 { font-size: 108% !important; }
.font15 { font-size: 116% !important; }
.font16 { font-size: 123.1% !important; }
.font17 { font-size: 131% !important; }
.font18 { font-size: 138.5% !important; }
.font19 { font-size: 146.5% !important; }
.font20 { font-size: 153.9% !important; }
.font21 { font-size: 161.6% !important; }
.font22 { font-size: 167% !important; }
.font23 { font-size: 174% !important; }
.font24 { font-size: 182% !important; }
.font25 { font-size: 189% !important; }
.font26 { font-size: 197% !important; }
.fontb { font-weight: bold !important; }


/*margin
----------------------------------------*/

/*top*/
.mt0{ margin-top: 0px !important; }
.mt05{ margin-top: 5px !important; }
.mt10{ margin-top: 10px !important; }
.mt15{ margin-top: 15px !important; }
.mt20{ margin-top: 20px !important; }
.mt25{ margin-top: 25px !important; }
.mt30{ margin-top: 30px !important; }
.mt40{ margin-top: 40px !important; }
.mt50{ margin-top: 50px !important; }
.mt60{ margin-top: 60px !important; }

/*bottom*/
.mb0 { margin-bottom: 0px !important; }
.mb05 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }

/*right*/
.mr05 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }

/*left*/
.ml05 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
.ml40 { margin-left: 40px !important; }
.ml50 { margin-left: 40px !important; }
.ml60 { margin-left: 40px !important; }
.m_auto {
	margin-left: auto;
	margin-right: auto;
}



/*width
----------------------------------------*/
.w05per { width: 5%; }
.w10per { width: 10%; }
.w15per { width: 15%; }
.w20per { width: 20%; }
.w25per { width: 25%; }
.w30per { width: 30%; }
.w33per { width: 33.3333333333333%; }
.w35per { width: 35%; }
.w40per { width: 40%; }
.w45per { width: 45%; }
.w50per { width: 50%; }
.w55per { width: 55%; }
.w60per { width: 60%; }
.w65per { width: 65%; }
.w70per { width: 70%; }
.w75per { width: 75%; }
.w80per { width: 80%; }
.w85per { width: 85%; }
.w90per { width: 90%; }
.w95per { width: 95%; }


/* display
----------------------------------------*/
.hidden {
	display: none;
}

p.inline_b,
.inline_b li {
	display: inline-block !important;
	margin-right: 20px !important;
}
@media only screen and (max-width: 736px) {
	.inline_b li {
		display: block !important;
		margin-right: 0 !important;
	}
}

/* img
----------------------------------------*/
img {
	max-width: 100%;
	height: auto;
	_width: 100%;
}

.img_100per {
	width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.img_responsive {
	max-width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	_width: 100%;
}

/* リセットここまで
----------------------------------------*/

/* オリジナルのレイアウト
----------------------------------------*/

body {
	color: #333333;
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	line-height: 1.6923;
	background: #ffffff;
	min-width: 1020px;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}

@media only screen and (max-width: 736px) {
	body {
		min-width: 320px;
		height: 100%;
		line-height: 1.5;
	}
}

a:link, a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover, a:active {
	color: #333333;
	text-decoration: none;
}
#contents a.a_gaibu:after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 0 0 .5em;
	background: url(../img/icon_popup.png) no-repeat center center;
}
#contents a.a_gaibu02:after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 0 0 .5em;
	background: url(../img/icon_gaibu03.png) no-repeat center center;
}
#contents a.a_popup:after {
	content: '';
	display: inline-block;
	width: 11px;
	height: 10px;
	margin: 0 0 0 .5em;
	background: url(../img/icon_popup.png) no-repeat center center;
}
#contents a.a_popup02:after {
	content: '';
	display: inline-block;
	width: 9px;
	height: 9px;
	margin: 0 0 0 .5em;
	background: url(../img/icon_popup03.png) no-repeat center center;
}
#contents a.a_xls:after {
	content: '';
	display: inline-block;
	width: 14px;
	height: 17px;
	margin: 0 0 0 .5em;
	background: url(../img/icon_excel.png) no-repeat center center;
}
#contents a.a_doc:after {
	content: '';
	display: inline-block;
	width: 14px;
	height: 17px;
	margin: 0 0 0 .5em;
	background: url(../img/icon_word.png) no-repeat center center;
}
#contents a.a_ppt:after {
	content: '';
	display: inline-block;
	width: 14px;
	height: 17px;
	margin: 0 0 0 .5em;
	background: url(../img/icon_ppt.png) no-repeat center center;
}
#contents a.a_pdf:after {
	content: '';
	display: inline-block;
	width: 17px;
	height: 17px;
	margin: 0 0 0 .5em;
	background: url(../img/icon_pdf.png) no-repeat center center;
}
#contents a.a_other:after {
	content: '';
	display: inline-block;
	width: 17px;
	height: 17px;
	margin: 0 0 0 .5em;
	background: url(../img/icon_other.png) no-repeat center center;
}
#contents a.a_new:after {
	content: '';
	display: inline-block;
	width: 34px;
	height: 16px;
	margin: 0 0 0 .5em;
	vertical-align: middle;
	background: url(../img/icon_new.png) no-repeat center center;
}

@media only screen and (max-width: 736px) {

}


/*表示
----------------------------------------*/
/* PCだけ表示 */
.visible_l {
	display: block !important;
}
/* SPだけ表示 */
.visible_s {
	display: none !important;
}

/* PCだけ表示 */
.visible_l_inline {
	display: inline !important;
}
/* SPだけ表示 */
.visible_s_inline {
	display: none !important;
}

@media only screen and (max-width: 736px) {
	/* PCだけ表示 */
	.visible_l {
		display: none !important;
	}
	/* SPだけ表示 */
	.visible_s {
		display: block !important;
	}

	/* PCだけ表示 */
	.visible_l_inline {
		display: none !important;
	}
	/* SPだけ表示 */
	.visible_s_inline {
		display: inline !important;
	}
	/* SPだけ改行 */
	.sp_br {
		display: block;
	}
}

/* SPでtel:
----------------------------------------*/
.txt_telno {
}

/*画像のfloat
----------------------------------------*/

.img_float_l {
	float: left;
	*display: inline;
	*zoom: 1;
	margin-right: 18px;
	z-index: 2;
}

.img_float_r {
	float: right;
	*display: inline;
	*zoom: 1;
	margin-left: 18px;
	z-index: 2;
}

@media only screen and (max-width: 736px) {
	.img_float_l,
	.img_float_r {
		float: none;
		display: block;
		width: auto !important;
		max-width: 100%;
		height: auto;
		margin: 0 auto 10px;
	}
	.img_float_l img,
	.img_float_r img  {
		display: block;
		margin: 0 auto;
	}
}


/*color
----------------------------------------*/

.color_red { color: #ff0000;}
.color_blue { color: #0057ce; }
.color_geen { color: #18b018; }
.color_orange { color: #ff7011; }
.color_gray { color:#999999; }
.color_black { color:#000000; }
.color_wine { color:#85023e !important; }
.color_wine a { color:#85023e !important; }


/* hr
----------------------------------------*/

hr {
	clear: both;
    border: none;
    border-top: solid 2px #dddddd;
    height: 1px;
    color: #FFFFFF;
    margin: 28px 0;
}
hr.clear {
	clear: both;
    border-bottom: none;
    height: 1px;
	color: transparent;
    margin: 0;
}
.line.type-1 {
	border-top: solid 2px #dddddd;
	margin: 28px 0;
	height: 1px;
}
.line.type-2 {
	border-top: solid 5px #dddddd;
	margin: 28px 0;
	height: 1px;
}
.line.type-3 {
	border-top: dotted 3px #dddddd;
	margin: 28px 0;
	height: 1px;
}


@media only screen and (max-width: 736px) {
	#wrapper {
		padding-top: 0;
	}
}

/*pagetitle
----------------------------------------*/
#ttl_page {
	width: 100%;
	height: 110px;
	text-align: center;
	overflow: hidden;
}
#ttl_page.mb {
	margin-bottom: 30px;
}
#ttl_page:after {
	content: '';
	position: absolute;
	width: 310px;
	height: 3px;
	left: 50%;
	bottom: 0;
	margin-left: -155px;
	background: #85023e;
}
#ttl_page .ttl {
	color: #222222;
	font-size: 261.5384615384615%;
	line-height: 1.2;
	font-weight: 400;
	padding-top: 25px;
}
#ttl_page .sub_ttl {
	color: #85023e;
	font-size: 93%;
	font-family: 'Montserrat', sans-serif;
}
#ttl_page.oneline .ttl {
	padding-top: 33px;
}
#img_page {
	height: 200px;
	width: 100%;
	overflow: hidden;
	background-image: url(../img/img_page.jpg);
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
}
#img_page.university {
	background-image: url(../img/img_page.jpg);
}
#img_page.faculty {
	background-image: url(../img/img_page.jpg);
}
#img_page.admission {
	background-image: url(../img/img_page.jpg);
}
#img_page.education {
	background-image: url(../img/img_page.jpg);
}
#img_page.research {
	background-image: url(../img/img_page.jpg);
}
#img_page.international {
	background-image: url(../img/img_page.jpg);
}
#img_page.news {
	background-image: url(../img/img_page.jpg);
}
#img_page.events {
	background-image: url(../img/img_page.jpg);
}
#img_page.internal {
	background-image: url(../img/img_page.jpg);
}


@media only screen and (max-width: 736px) {
	#ttl_page {
		height: 59px;
		border-top: solid 2px #cccccc;
	}
	#ttl_page.mb {
		margin-bottom: 20px;
	}
	#ttl_page:after {
		content: '';
		position: absolute;
		width: 156px;
		height: 3px;
		left: 50%;
		bottom: 0;
		margin-left: -78px;
		background: #85023e;
	}
	#ttl_page .ttl {
		font-size: 138.5%;
		line-height: 1.4;
		padding-top: 15px;
	}
	#ttl_page .sub_ttl {
		font-size: 69.23%;
	}
	#ttl_page.oneline .ttl {
		padding-top: 15px;
	}
	#img_page {
		height: auto;
		width: 100%;
	}
	#img_page img {
		max-width: 100%;
		width: 100%;
		height: auto;
	}
}

#img_category_block {
	height: 400px;
	width: 100%;
	overflow: hidden;
	background-image: url(../img/img_category.jpg);
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
}
#img_category_block.university {
	background-image: url(../img/img_category.jpg);
}
#img_category_block.faculty {
	background-image: url(../img/img_category.jpg);
}
#img_category_block.admission {
	background-image: url(../img/img_category.jpg);
}
#img_category_block.education {
	background-image: url(../img/img_category.jpg);
}
#img_category_block.research {
	background-image: url(../img/img_category.jpg);
}
#img_category_block.international {
	background-image: url(../img/img_category.jpg);
}

#img_category_block.target_entrance {
	background-image: url(../img/img_category.jpg);
}
#img_category_block.target_graduate {
	background-image: url(../img/img_category.jpg);
}
#img_category_block.target_region {
	background-image: url(../img/img_category.jpg);
}
#img_category_block.target_researcher{
	background-image: url(../img/img_category.jpg);
}
#img_category_block.target_student {
	background-image: url(../img/img_category.jpg);
}

@media only screen and (max-width: 736px) {
	#img_category_block {
		height: auto;
		width: 100%;
	}
	#img_category_block img {
		max-width: 100%;
		width: 100%;
		height: auto;
	}
}


/*topic path
----------------------------------------*/
#topic_path {
	margin-bottom: 50px;
	background: #efefef;
	padding: 5px 0;
}

#topic_path a {
	color: #85023e;
	text-decoration: none;
}

#topic_path a:hover {
	text-decoration: underline;
}

#topic_path ul {
	width: 980px;
	margin: 0 auto;
}

#topic_path ul li {
	float: left;
	margin-right: 1em;
	font-size: 93%;
}
#topic_path ul li:first-child:before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	vertical-align: middle;
	margin-right: 0.5em;
	background: url(../img/icon_home.png) no-repeat center center;
}

#topic_path ul li:before {
	content: '\003e';
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5em;
}
#topic_path_sp {
	display: none;
}

@media only screen and (max-width: 736px) {
	#topic_path {
		display: none;
	}
	#topic_path_sp {
		display: block;
		background: #efefef;
		padding: 5px 0;
		margin-bottom: 20px;
	}
	#topic_path_sp ul {
		width: auto;
		margin: 0 4.6875%;
	}
	#topic_path_sp ul li {
		float: left;
		margin-right: 1em;
		font-size: 93%;
	}
	#topic_path_sp ul li:first-child:before {
		content: '';
		display: inline-block;
		width: 10px;
		height: 10px;
		vertical-align: middle;
		margin-right: 0.5em;
		background: url(../img/icon_home.png) no-repeat center center;
	}

	#topic_path_sp ul li:before {
		content: '\003e';
		display: inline-block;
		vertical-align: middle;
		margin-right: 0.5em;
	}
}


/*container
----------------------------------------*/
#contents {
	margin: 0 auto 60px;
}

.container {
	width: 980px;
	margin: 0 auto 20px;
	zoom: 1;
}
.container_w {
	width: 1000px;
	margin: 0 auto 60px;
	zoom: 1;
}
.container_i {
	width: 1000px;
	margin: 0 auto;
	zoom: 1;
}
.container:after {
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

#main {
	width: 732px;
	float: left;
}
#main.single {
	width: auto;
	float: none;
}

#sub {
	width: 210px;
	float: right;
}


@media only screen and (max-width: 736px) {
	#contents {
		background: none;
	}
	.container,
	.container_w {
		width: auto;
		margin: 0 0 20px;
	}
	.container_i {
		width: auto;
	}
	#main {
		width: auto;
		float: none;
		margin-bottom: 50px;
	}

	#sub {
		width: auto;
		float: none;
	}
}

/* サイドバー
----------------------------------------*/

#lnav {
	margin-bottom: 20px;
}
#lnav img {
	display: block;
	margin: 0 auto;
}
#lnav .ttl_block {
	background: #000000;
	border-bottom: solid 3px #85023e;
}
#lnav .ttl_block h2 {
	color: #ffffff;
	font-size: 116%;
	line-height: 1.5;
	font-weight: 400;
}
#lnav .ttl_block a {
	display: block;
	background: #000000;
	color: #ffffff;
	text-decoration: none;
	padding: 25px 15px;
}
#lnav .lnav_block {
	border: solid 3px #e5e5e5;
	border-top: none;
}
#lnav ul {
	margin: 0;
	font-size: 108%;
	line-height: 1.5;
}
#lnav ul ul {
	border: none;
	font-size: 12px;
	line-height: 1.5;
}
#lnav ul li {
	margin: 0;
	padding: 0;
}
#lnav ul li a {
	display: block;
	padding: 6px 13px 6px 20px;
	text-decoration: none;
	color: #000000;
}
#lnav ul li a:hover {
	background: #f4f4f4;
}
#lnav .lnav_block > ul > li > a {
	border-top: solid 1px #e5e5e5;
	padding: 12px 20px 12px 13px;
}
#lnav .lnav_block > ul > li > span {
	display: block;
	border-top: solid 1px #e5e5e5;
	padding: 12px 20px 12px 13px;
}
/*
#lnav .lnav_block > ul > li.current > a {
	border-bottom: solid 1px #e5e5e5;
}*/
#lnav .lnav_block > ul > li > a:after {
	content: '';
	display: block;
	width: 6px;
	height: 9px;
	position: absolute;
	right: 6px;
	top: 18px;
	background: url(../img/icon_arrow01.png) no-repeat center center;
}
#lnav .lnav_block > ul > li.current > a:after {
	display: none;
}
#lnav .lnav_block > ul > li > ul {
	border-top: solid 1px #e5e5e5;
}
#lnav .lnav_block > ul > li > ul > li > a {
	border-top: dotted 1px #e5e5e5;
}
#lnav .lnav_block > ul > li > ul > li.current > a {
	border-bottom: dotted 1px #e5e5e5;
}
#lnav .lnav_block > ul > li > ul > li > a:before {
	content: '';
	display: block;
	width: 4px;
	height: 7px;
	position: absolute;
	left: 13px;
	top: 50%;
	margin-top: -4px;
	background: url(../img/icon_arrow02.png) no-repeat center center;
}
#lnav ul li.current > a {
	background: #f4f4f4;
}
#lnav .lnav_block ul > li:first-child > a {
	border-top: none;
}
#sub ul.ul_banner li {
	background: none !important;
	margin: 0 auto 10px auto;
}
#sub ul.ul_banner li img {
	display: block;
	max-width: 100%;
	height: auto;
	_width: 100%;
}
.fixed {
	position: fixed;
	top: 20px;
}
#sub .bt_event_form {
	border: solid 3px #e5e5e5;
	line-height: 1.5;
}
#sub .bt_event_form a {
	display: block;
	padding: 12px 20px 12px 13px;
	text-decoration: none;
}
#sub .bt_event_form a:hover {
	background: #f4f4f4;
}
#sub .bt_event_form a:after {
	content: '';
	display: block;
	width: 6px;
	height: 9px;
	position: absolute;
	right: 6px;
	top: 50%;
	margin-top: -5px;
	background: url(../img/icon_arrow01.png) no-repeat center center;
}


@media only screen and (max-width: 736px) {
	#sub {
		width: auto;
		float: none;
	}
	#lnav .ttl_block a {
		padding: 12px 4.6875%;
	}
	#lnav .lnav_block ul li a {
		padding: 12px 8% 12px 4.6875%;
	}
	#lnav .lnav_block > ul > li > span {
		display: block;
		padding: 12px 4.6875%;
	}
	#lnav .lnav_block > ul > li > a:after {
		content: '';
		display: block;
		width: 7px;
		height: 13px;
		position: absolute;
		right: 4.6875%;
		top: 18px;
		background: url(../img/icon_sp_arrow_03.png) no-repeat center center;
		background-size: 7px auto;
		-webkit-background-size: 7px auto;
		-moz-background-size: 7px auto;
		-o-background-size: 7px auto;
	}
	#lnav .lnav_block > ul > li > ul > li > a:before {
		content: '';
		display: block;
		width: 5px;
		height: 9px;
		position: absolute;
		left: auto;
		right: 4.6875%;
		top: 50%;
		margin-top: -5px;
		background: url(../img/icon_sp_arrow_02.png) no-repeat center center;
		background-size: 5px auto;
		-webkit-background-size: 5px auto;
		-moz-background-size: 5px auto;
		-o-background-size: 5px auto;
	}
	#sub .bt_event_form a:after {
		content: '';
		display: block;
		width: 7px;
		height: 13px;
		position: absolute;
		right: 4.6875%;
		top: 50%;
		margin-top: -7px;
		background: url(../img/icon_sp_arrow_03.png) no-repeat center center;
		background-size: 7px auto;
		-webkit-background-size: 7px auto;
		-moz-background-size: 7px auto;
		-o-background-size: 7px auto;
	}
}


/*pagetop
----------------------------------------*/
#btn_pagetop {
	display: none;
	position: absolute;
	right: 0;
	botttom: 300px;
	width: 45px;
	height: 45px;
	z-index: 1000;
}

@media only screen and (max-width: 736px) {
	#btn_pagetop {
		display: none;
		position: absolute;
		right: 0;
		botttom: 390px;
		width: 40px;
		height: 40px;
		z-index: 1000;
		-webkit-backface-visibility: hidden;
	}
}
