@charset "utf-8";

/* /////////////////////////////////////////////////
 [0] 初期化
///////////////////////////////////////////////// */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote, form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, address, figure, footer, header, hgroup, menu, nav, section, audio, video, canvas {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article, aside, figure, figcaption, footer, header, hgroup, menu, nav, section {
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
	font-size: 100%;
}

table th,
table td {
	text-align: left;
}

img {
	vertical-align: text-bottom;
	border: none;
}

ul {
	list-style-type: none;
}

ol {
	margin-left: 35px;
}

/* /////////////////////////////////////////////////
 [1] 一般設定
///////////////////////////////////////////////// */
html,
body {
	/*height: 100%;*/
}
html {
	background-color: #b7190c;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1;
	word-wrap: break-word;
	color: #333;
	background: url(../images/bg_html.gif) repeat;
}

a {
	text-decoration: none;
	outline: none;
	color: #b7190c;
}

a:link {
	color: #b7190c;
}

a:visited {
	color: #b7190c;
}

a:hover,
a:active {
	color: #b7190c;
	text-decoration: underline;
}

a img {
	-webkit-transition: opacity 0.5s ease 0s;
	-moz-transition: opacity 0.5s ease 0s;
	-ms-transition: opacity 0.5s ease 0s;
	-o-transition: opacity 0.5s ease 0s;
	transition: opacity 0.5s ease 0s;
	border: none;
}

a img:hover {
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}

img {
	vertical-align : top;
}

.clearfix::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* /////////////////////////////////////////////////
 [2] 共通レイアウト
///////////////////////////////////////////////// */
/* 全体の大枠 */
#siteContainer {
	width: 100%;
}

.section-inSide {
	width: 1004px;
	margin: 0 auto;
	position: relative;
}

/* ヘッダー */
#header {
	width: 100%;
	height: 126px;
	background: transparent url(../images/bg_header.gif) repeat-x left top;
}

#header .section-inSide {
	height: 126px;
	position: relative;
}

#header .section-inSide h1 {
	position: absolute;
	left: 4px;
	top: 9px;
}

#header .section-inSide .utility-Nav {
	position: absolute;
	right: 36px;
	top: 15px;
	overflow: hidden;
	_zoom: 1;
}

#header .section-inSide .utility-Nav li {
	float: left;
}

#header .section-inSide .utility-Nav li a {
	display: block;
	height: 17px;
	background: url(../images/bt_header.gif);
	text-indent: -9999px;
	font-size: 0%;
	margin-right: 8px;
}

#header .section-inSide .utility-Nav .home a {
	width: 59px;
	background-position: 0 0;
}

#header .section-inSide .utility-Nav .home a:hover {
	background-position: 0 -17px;
}

#header .section-inSide .utility-Nav .maps a {
	width: 151px;
	background-position: -59px 0;
}

#header .section-inSide .utility-Nav .maps a:hover {
	background-position: -59px -17px;
}

#header .section-inSide .utility-Nav .sitemap a {
	width: 78px;
	background-position: -210px 0;
}

#header .section-inSide .utility-Nav .sitemap a:hover {
	width: 78px;
	background-position: -210px -17px;
}

#header .section-inSide .utility-Nav .atoz a {
	width: 73px;
	background-position: -288px 0;
}

#header .section-inSide .utility-Nav .atoz a:hover {
	background-position: -288px -17px;
}

#header .section-inSide .utility-Nav .contact a {
	width: 105px;
	margin-right: 0;
	background-position: -361px 0;
}

#header .section-inSide .utility-Nav .contact a:hover {
	width: 105px;
	margin-right: 0;
	background-position: -361px -17px;
}

#header .section-inSide .language-Nav {
	position: absolute;
	left: 555px;
	top: 44px;
	overflow: hidden;
	_zoom: 1;
}

#header .section-inSide .language-Nav li {
	float: left;
}

#header .section-inSide .language-Nav li a {
	display: block;
	text-indent: -9999px;
	font-size: 0%;
	margin-right: 10px;
}

#header .section-inSide .language-Nav li.jp a {
	width: 74px;
	height: 20px;
	background: url(../images/header-language-jp.png);
}

#header .section-inSide .language-Nav li.jp a:hover {
	background-position: left bottom;
}

#header .section-inSide .language-Nav li.ch a {
	width: 69px;
	height: 20px;
	background: url(../images/header-language-ch.png);
}

#header .section-inSide .language-Nav li.ch a:hover {
	background-position: left bottom;
}

#header .section-inSide .language-Nav li.kr a {
	width: 67px;
	height: 20px;
	background: url(../images/header-language-kr.png);
	margin-right: 0px;
}

#header .section-inSide .language-Nav li.kr a:hover {
	background-position: left bottom;
}

#header .section-inSide form {
	position: absolute;
	left: 796px;
	top: 42px;
	width: 215px;
	float: right;
}

#header .section-inSide form input.searchtext {
	width: 153px;
	border: 1px solid #a5a4a4;
}

#header .section-inSide form input:focus {
	background-color: #F7F0E1;
	outline: none;
}

#header .section-inSide form input {
	vertical-align: middle;
}

#header .section-inSide .gNav_sub {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 75px;
	overflow: hidden;
	_zoom: 1;
}

#header .section-inSide .gNav_sub li {
	float: left;
}

#header .section-inSide .gNav_sub li a {
	display: inline-block;
	width: auto;
	text-align: center;
	color: #222;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 17px 4px 17px;
	background: transparent url(../images/gNav_sub.jpg) no-repeat left top;
}

#header .section-inSide .gNav_sub li a:hover {
	color: #8C0000;
	text-decoration: none;
}

#header .section-inSide .gNav_sub li.last-child a {
	background: transparent url(../images/gNav_sub-last.jpg) no-repeat left top;
}

/*#header .section-inSide .gNav_sub li a {
	display: block;
	width: 167px;
	height: 21px;
	text-indent: -9999px;
	font-size: 0%;
}

#header .section-inSide .gNav_sub li.prospective a {
	background: transparent url(../images/gNav_sub-01.jpg) no-repeat left top;
}

#header .section-inSide .gNav_sub li.prospective a:hover {
	background-position: left bottom;
}

#header .section-inSide .gNav_sub li.current a {
	background: transparent url(../images/gNav_sub-02.jpg) no-repeat left top;
}

#header .section-inSide .gNav_sub li.current a:hover {
	background-position: left bottom;
}

#header .section-inSide .gNav_sub li.alumni a {
	background: transparent url(../images/gNav_sub-03.jpg) no-repeat left top;
}

#header .section-inSide .gNav_sub li.alumni a:hover {
	background-position: left bottom;
}

#header .section-inSide .gNav_sub li.visitors a {
	width: 169px;
	background: transparent url(../images/gNav_sub-04.jpg) no-repeat left top;
}

#header .section-inSide .gNav_sub li.visitors a:hover {
	background-position: left bottom;
}*/

#header .section-inSide .gNav {
	width: 1004px;
	position: absolute;
	left: 0px;
	top: 96px;
	z-index: 100;
}

#header .section-inSide .gNav > li {
	float: left;
	position: relative;
}

#header .section-inSide .gNav > li > a {
	display: block;
	width: 167px;
	height: 30px;
	text-indent: -9999px;
	font-size: 0%;
}

#header .section-inSide .gNav > li.about > a {
	background: transparent url(../images/gNav-01.jpg) no-repeat left top;
}

#header .section-inSide .gNav > li.about > a.on,
#header .section-inSide .gNav > li.about > a:hover {
	background-position: left bottom;
}

#header .section-inSide .gNav > li.faculties > a {
	background: transparent url(../images/gNav-02.jpg) no-repeat left top;
}

#header .section-inSide .gNav > li.faculties > a.on,
#header .section-inSide .gNav > li.faculties > a:hover {
	background-position: left bottom;
}

#header .section-inSide .gNav > li.admissions > a {
	background: transparent url(../images/gNav-03.jpg) no-repeat left top;
}

#header .section-inSide .gNav > li.admissions > a.on,
#header .section-inSide .gNav > li.admissions > a:hover {
	background-position: left bottom;
}

#header .section-inSide .gNav > li.research > a {
	background: transparent url(../images/gNav-04.jpg) no-repeat left top;
}

#header .section-inSide .gNav > li.research > a.on,
#header .section-inSide .gNav > li.research > a:hover {
	background-position: left bottom;
}

#header .section-inSide .gNav > li.campus > a {
	background: transparent url(../images/gNav-05.jpg) no-repeat left top;
}

#header .section-inSide .gNav > li.campus > a.on,
#header .section-inSide .gNav > li.campus > a:hover {
	background-position: left bottom;
}

#header .section-inSide .gNav > li.libraries > a {
	width: 169px;
	background: transparent url(../images/gNav-06.jpg) no-repeat left top;
}

#header .section-inSide .gNav > li.libraries > a.on,
#header .section-inSide .gNav > li.libraries > a:hover {
	background-position: left bottom;
}

#header .section-inSide .gNav > li > ul {
	display: none;
	width: 300px;
	padding: 15px 17px;
	background: transparent url(../images/gNav-submenuBg.png) repeat left top;
	position: absolute;
	left: 0px;
	top: 30px;
	z-index: 100;
}

#header .section-inSide .gNav > li:hover > ul {
	display: block;
}

#header .section-inSide .gNav > li > ul > li {
	margin-bottom: 10px;
}

#header .section-inSide .gNav > li > ul > li.last-child {
	margin-bottom: 0px;
}

#header .section-inSide .gNav > li > ul > li > a {
	display: block;
	font-size: 13px;
	font-weight: bold;
}

#header .section-inSide .gNav > li.last-child > ul {
	padding: 15px 18px;
	left: -170px;
}

#header .section-inSide .gNav .campus ul {
	padding: 15px 18px;
}

/* コンテンツ */
/* 前ページ共通 */
#contents,
#content {
	overflow: hidden;
	_zoom: 1;
}

#contents #mainColumn,
#contents #main,
#content #main {
	float: left;
}

#contents #subColumn,
#contents #sub,
#content #sub {
	float: right;
}

/* 派生共通 */
.breadcrumbs,
.derivationContents {
	font-size: 14px;
}

.breadcrumbs {
	width: 910px;
	height: 14px;
	float: left;
	overflow: hidden;
}

.breadcrumbs li {
	float: left;
	color: #b7190c;
}
.utilityNav .print a {
    width: 63px;
    padding-top: 17px;
    background-image: url(../images/bt_print.gif);
    cursor: pointer;
}
.utilityNav .print a:hover {
	background-position:0 -17px;
}
.breadcrumbs li a {
	background: transparent url(../images/breadcrumbs.png) no-repeat right 3px;
	padding-right: 15px;
	margin-right: 9px;
	color: #333;
}

.breadcrumbs li a:hover {
	background: transparent url(../images/breadcrumbs-h.png) no-repeat right 3px;
	color: #b7190c;
	text-decoration: none;
}

.derivationContents {
	width: 980px;
	margin-top: 15px;
	background: transparent url(../images/derivationContentsBg.png) repeat-y left top;
	padding-bottom: 30px;
}

.derivationContents #mainColumn,
.derivationContents #main {
	width: 710px;
	padding-top: 15px;
	min-height: 600px;
}

.derivationContents #subColumn,
.derivationContents #sub {
	width: 225px;
}

/*PageTop*/
.pageTop {
	width: 1004px;
    padding: 12px 10px 30px 10px;
	overflow: hidden;
	background-color: #fff;
	margin: 0 auto;
}
.pageTop a {
	float: right;
}

/*shareon*/
#shareon {
	position: fixed;
	top: 135px;
	right: 0;
	width: 45px;
	height: 80px;
	z-index: 1000;
}

#shareon h3 {
	position: relative;
	width: 21px;
	height: 80px;
	background: url(../images/bg_shareon_h3.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 1050;
}

#shareon #shareon_inner {
	position: absolute;
	top: 0;
	left: 21px;
	width: 24px;
	height: 80px;
	background-color: #b7190c;
	z-index: 1050;
}

#shareon #shareon_inner ul {
	padding: 20px 3px;
}

#shareon #shareon_inner ul li {
	display: block;
}

#shareon #shareon_inner ul li a {
	width: 18px;
	height: 17px;
	background-color: #b7190c;
	cursor: pointer;
	display: block;
	text-indent: -9999px;
	font-size: 0%;
}

#shareon #shareon_inner ul li#facebook a {
	margin-bottom: 7px;
	background-image: url(../images/bt_shareon_facebook.png);
}

#shareon #shareon_inner ul li#twitter a {
	background-image: url(../images/bt_shareon_twitter.png);
}

/*icon実装*/
/*.pdf,
.docx,
.doc {
	padding-right: 28px;
}

.pdf {
	background: transparent url(../images/icon_pdf.png) no-repeat right top;
}

.docx,
.doc {
	background: transparent url(../images/word_icon.png) no-repeat right top;
}*/

/* フッター */
#footer {
	background-color: #B7190D;
}

#footer .section-inSide {
}

#footer .section-inSide .footerNav {
	padding: 10px 0px 5px;
	text-align: center;
}

#footer .section-inSide .footerNav li {
	border-right: solid 1px #fff;
	padding: 2px 6px;
	display: inline-block;
}

#footer .section-inSide .footerNav li a {
	font-weight: bold;
	color: #fff;
}

#footer .section-inSide .footerNav li.first-child {
	border-left: solid 1px #fff;
	padding-left: 6px;
}

#footer .section-inSide .footerNav li.last-child {
	border-right: solid 1px #fff;
}

#footer .section-inSide .footerNav-secondStage {
	text-align: center;
	padding-bottom: 5px;
}

#footer .section-inSide .footerNav-secondStage li {
	border-right: solid 1px #fff;
	padding: 2px 6px;
	display: inline-block;
}

#footer .section-inSide .footerNav-secondStage li.first-child {
	border-left: solid 1px #fff;
	padding-left: 6px;
}

#footer .section-inSide .footerNav-secondStage li a {
	font-weight: bold;
	color: #fff;
}

#footer .section-inSide .infomation {
	background: url(../images/footer_bg.jpg) no-repeat center top;
	overflow: hidden;
	padding: 30px 0;
}

#footer .section-inSide .infomation p {
}

#footer .section-inSide .infomation .logo {
	float: left;
}

#footer .section-inSide .infomation .center {
	float: left;
	margin: 60px 0 0 40px;
	color: #fff;
	text-align: center;
	width: 300px;
}
#footer .section-inSide .infomation .center span {
	font-family: Trajan Pro, Georgia, "Times New Roman", Times, serif;
	display: block;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	padding-bottom: 10px;
	font-size: 32px;
	letter-spacing: 2px;
	font-weight: normal;
}

#footer .section-inSide .infomation .copy {
	color: #fff;
	font-family: Trajan Pro, Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: center;
	clear: both;
	padding-top: 40px;
	line-height: 1.3;
}

#footer .section-inSide .infomation .socialGroup {
	float: right;
	padding-top: 30px;
}

#footer .section-inSide .infomation .socialGroup li {
	margin-bottom: 5px;
}

#footer .section-inSide .infomation .socialGroup li.last-child {
	margin-bottom: 0px;
}

/* フッターが下につくやつ */

#siteContainer {
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background: transparent url(../images/siteContainer_bg.gif) repeat-y center top;
}

.utilityNav {
	width: 980px;
	margin: 15px auto 0px;
	overflow: hidden;
	_zoom: 1;
}

/*#sub .gateway_block {
	display: none;
}*/

#main .mail_img {
	padding: 4px 0px 0px 2px;
}

/* .page-transition */
.page-transition #content {
	background: none;
}

.page-transition #content #main {
	width: 980px;
}

.page-transition #content #main .transitionArea {
	padding: 20px;
}

.page-transition #content #main .transitionArea p {
	font-size: 20px;
	text-align: center;
}

.page-transition #content #main .transitionArea .ttl {
}

.page-transition #content #main .transitionArea .link {
	margin: 15px 0;
}

.page-transition #content #main .transitionArea .border {
	border-bottom: dotted 1px #333;
	margin-bottom: 25px;
	padding-bottom: 25px;
}

.page-transition #content #main .transitionArea .caption {
	background-color: #b7190c;
	color: #fff;
	padding: 3px 5px;
	margin-bottom: 20px;
}

.page-transition #content #main .transitionArea .jp {
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* 2024-03-08 ADD */
#globalHead h1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 279px;
	height: 65px;
	background-image: url(/eng/global/images/logo.jpg) !important;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 0;
	margin: 19px 0 0 40px;
	z-index: 1;
}