@charset "UTF-8";
/* CSS Document */

html {
	font-size: 62.5%;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," メイリオ", Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
	font-size: 1.6rem;
	line-height: 1.8;
	color: #333;
}

body.static #contents main {
	width: 100%;
}

body.static #contents #sideNavi,
body.static .btn-gnavi {
	display: none;
}

a {
	color: #333;
	-webkit-transition: all .3s;
	transition: all .3s;
}

a:hover {
	color: #541b86;
	text-decoration: none !important;
}


header {
	width: 100%;
	margin: 0;
	text-align: center;
	border-top: 40px solid #888;
}

	header h2 {
		width: 80%;
		max-width: 250px;
		margin: -40px auto 0;
		border-radius: 0 0 20px 20px;
		border: 20px solid #fff;
	}

	header h1 {
		font-size: 2.6rem;
		line-height: 1.2;
		font-weight: bold;
		letter-spacing: 2px;
		background: #888;
		text-align: center;
		color: #fff;
	}

	header h1 span {
		font-size: 2.0rem;
		letter-spacing: 1px;
	}

#contents {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 20px;
}

#topicpath {
	width: 100%;
	float: left;
	margin: 0 0 5px;
	padding: 0;
	font-size: 1.4rem;
}

	#topicpath li {
		float: left;
		list-style: none;
		margin: 0 5px 0 0;
	}

	#topicpath li:before {
		content: '＞';
		padding: 0 5px 0 0;
		display: inline-block;
	}

	#topicpath > span:first-child:before,
	#topicpath li:first-child:before {
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		content: '\f015';
		padding: 0 4px 0 0;
		color: #541b86;
	}

#contents #sideNavi {
	width: 200px;
	float: right;
	margin: 0 0 30px 20px;
	list-style: none;
	font-size: 16px;
}

#contents #sideNavi li {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
}

#contents #sideNavi li h2 {
	width: 100%;
	margin: 0;
	padding: 5px;
	color: #fff;
	background: #541b86;
	box-sizing: border-box;
	font-weight: bold;
	letter-spacing: 1px;
}

#contents #sideNavi ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
}

#contents #sideNavi ul li {
	width: 100%;
	float: left;
	display: inline-block;
	border-bottom: 1px solid #fff;
}


#contents #sideNavi ul li a {
	width: 100%;
	float: left;
	padding: 8px 5px 8px 24px;
	box-sizing: border-box;
	color:#333;
	text-decoration: none;
	font-size: 1.4rem;
	line-height: 1.4;
	background: #EFE4F9;
}

#contents #sideNavi ul li a.current {
	background: #F8F5AA;
}

#contents #sideNavi ul li a:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f138'!important;
	margin: 0 0 0 -16px;
	padding: 0 4px 0 0;
	display: inline-block;
}

#contents #sideNavi ul li a:hover {
	opacity: 0.7;
}


#contents main {
	width: calc(100% - 230px);
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 1.6rem;
	display: flex;
	flex-wrap: wrap;
}

#contents h1 {
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
	padding: 5px;
	background: #541b86;
	color: #fff;
	text-align: left;
}

#contents h1 + span {
	width: 100%;
	margin: -20px 0 10px 0;
	padding: 0 5px;
	color: #541b86;
	float: left;
	display: inline-block;
	font-weight: bold;
}

#contents main h2,
#contents main h3 {
	width: 100%;
	float: left;
	margin: 0 0 15px 0;
	padding: 3px 5px;
	background: #EFE4F9;
	color: #333;
	border-left: 3px solid #541b86;
}

#contents main section {
	width: 100%;
	font-size: 1.4rem;
}

#contents main p {
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
	padding: 0 5px 3px;
	text-align: justify;
	font-size: 1.4rem;
}

#contents main span.Bold {
	margin: 0 0 2px 0;
	padding: 0 5px;
	text-align: justify;
	font-size: 1.4rem;
}

#contents main table {
	width: 100%;
	margin: 0 0 20px;
	font-size: 1.4rem;
}

#contents main table th {
	padding: 5px;
	background: #EFE4F9;
	border: 1px solid #999;
	vertical-align: middle;
}

#contents main table.deep th,
#contents main table thead th {
	background: #541b86;
	color: #fff;
}

#contents main table td {
	padding: 5px;
	border: 1px solid #999;
	vertical-align: middle;
}

#contents main ol,
#contents main ul {
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;;
}

#contents main ol,
#contents main ul li {
	margin: 0 0 5px 0;
}

#contents main .FontColor9 {
	color: #ff0000;
}


/* コンテンツ下部　カリキュラム情報 */
#contents main .curriculumList {
	width: calc(100% - 6px);
	margin: 0 3px 30px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

	#contents main .curriculumList li {
		width:calc(33.333% - 1px);
		margin: 0 1px 1px 0;
		padding: 0;
		list-style: none;
		display: flex;
		flex-wrap: wrap;
	}

	#contents main .curriculumList li a {
		width:100%;
		min-height: 62px;
		margin: 0;
		padding: 10px 5px;
		list-style: none;
		font-size: 1.4rem;
		line-height: 1.5;
		color: #fff;
		background: #1e374e;
	}

	#contents main .curriculumList li a:before {
		float: left;
		margin: 1px 5px 0 0;
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		content: "\f138";
		color: #fff;
		-webkit-transition: all .3s;
		transition: all .3s;
	}

	#contents main .curriculumList li a:hover{
		opacity: 0.7;
	}


#contents .contentsBLink {
	width: 100%;
	float: left;
}

	#contents .pastList {
		width: 70%;
		float: left;
		margin: 50px 0 5px 0;
		padding: 0;
		display: flex;
	}

	#contents .syllabusList {
		width: 30%;
		float: right;
		margin: 50px 0 5px 0;
		padding: 0;
		display: flex;
		justify-content: flex-end;
	}

	#contents .pastList li,
	#contents .syllabusList li {
		float: left;
		margin: 0 5px 0 0;
		padding: 0;
		font-size: 1.2rem;
		display: flex;
	}

	#contents .pastList li a:hover,
	#contents .syllabusList li a:hover {
		background:#EFE4F9;
	}

	#contents .pastList li a:before,
	#contents .syllabusList li a:before {
		float: left;
		margin: 0 2px 0 0;
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		content: "\f138";
		color: #541b86;
	}


footer {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #888;
}

	footer #footerWrap {
		width: 100%;
		max-width: 1000px;
		margin: 20px auto;
		font-size: 1.2rem;
	}

	footer #footerWrap address {
		font-style: normal;
		margin: 0 0 10px 0;
	}




/* トップページ設定 */
header h1.mainTitle,
.home header h1 {
	margin: 0 0 20px 0;
	font-size: 2.6rem;
	line-height: 1.2;
	font-weight: bold;
	letter-spacing: 2px;
	background: none;
	text-align: center;
	color: #333;
}

.home #contents main {
	width: 100%;
	margin: 0;
}

.home #contents h2 {
	width: 100%;
	margin: 0 0 10px;
	padding: 0 3px;
	font-size: 2.0rem;
	line-height: 1.6;
	font-family: "Noto Sans JP";
	font-weight: 700;
	border-left: none;
	border-bottom: 2px solid #541b86;
	background: none;
}

.home #contents h2:before {
	float: left;
	margin: 1px 5px 0 0;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f009";
	color: #541b86;
}

#contents ul.topLinkList,
#contents ul.catLinkList {
	width: calc(100% - 6px);
	margin: 0 3px 30px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

#contents ul.topLinkList li,
#contents ul.catLinkList li {
	width:100%;
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

#contents ul.topLinkList li a,
#contents ul.catLinkList li a {
	width:100%;
	margin: 0;
	padding: 3px;
	list-style: none;
	border-bottom: 1px dashed #ccc;
}

#contents ul.catLinkList li a {
	font-size: 1.4rem;
	line-height: 1.5;
}

#contents ul.topLinkList li a:before,
#contents ul.catLinkList li a:before {
	float: left;
	margin: 1px 5px 0 0;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f138";
	color: #541b86;
-webkit-transition: all .3s;
transition: all .3s;
}

#contents ul.catLinkList li a:before {
	color: #333;
}

#contents ul.topLinkList li a:hover{
	background:#EFE4F9;
}

#contents ul.topLinkList li.trigger > a:before{
	content: "\f055";
}

#contents ul.topLinkList li.trigger > a.active:before{
	content: "\f056";
	color: #990000;
}

.home #contents ul.topLinkList li.trigger ul{
	width: calc(100% - 20px);
	margin: 5px 0 20px 20px;
	padding: 5px 0 0 0;
	flex-wrap: wrap;
	display: none;
}

#contents ul.topFacultyList li:first-child a:before {
	color: #a870c8;
}

#contents ul.topFacultyList li:nth-child(2) a:before {
	color: #d9384a;
}

#contents ul.topFacultyList li:nth-child(3) a:before {
	color: #9d2676;
}

#contents ul.topFacultyList li:nth-child(4) a:before {
	color: #123d82;
}

#contents ul.topFacultyList li:nth-child(5) a:before {
	color: #4b9bce;
}

#contents ul.topFacultyList li:nth-child(6) a:before {
	color: #6eccce;
}

#contents ul.topFacultyList li:nth-child(7) a:before {
	color: #c8d501;
}

#contents ul.topFacultyList li:nth-child(8) a:before {
	color: #f0b300;
}

#contents ul.topFacultyList li:nth-child(9) a:before {
	color: #399e38;
}

#contents ul.topFacultyList li:nth-child(10) a:before {
	color: #e55f00;
}

#contents ul.topFacultyList li:nth-child(11) a:before {
	color: #01a896;
}

#contents ul.topFacultyList li:nth-child(12) a:before {
	color: #f19caf;
}


	#contents .diplomaPolicy {
		font-size: 1.6rem;
		font-family: "Noto Sans JP";
		font-weight: 700;
		color: #000;
		overflow:hidden;
	}

	#contents .diplomaPolicy h3 {
		margin: 0 0 15px 0;
		font-size: 1.8rem;
		overflow: hidden;
		border: none;
		background: none;
	}

	#contents .diplomaPolicy p {
		margin: 0 0 15px 0;
		font-size: 1.6rem;
		overflow: hidden;
	}

	#contents .diplomaPolicy ul {
		width: 100%;
		margin: 0 0 15px 0;
	}
	
	#contents .diplomaPolicy ul li {
		width: 100%;
		float: left;
		margin: 0 0 8px 0;
		list-style: disc;
	}

	#contents .diplomaPolicy h3 span,
	#contents .diplomaPolicy p span,
	#contents .diplomaPolicy li span {
		width: calc(100% - 5px);
		float: left;
		margin: 0 0 0 5px;
		font-weight: 500;
		color: #999;
		line-height: 1.5;
	}

	#contents .diplomaPolicy li span {
		width: 100%;
		margin: 0;
	}

	#contents h3.trigger {
		width: 100%;
		font-size: 1.4rem;
	}

	#contents h3.trigger:after {
		float: right;
		margin: 1px 5px 0 0;
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		color: #541b86;
		content: "\f055";
		-webkit-transition: all .3s;
		transition: all .3s;
	}

	#contents h3.trigger.active:after {
		content: "\f056";
	}

	#contents h3.trigger + section {
		display: none;
	}





@media screen and (max-width:768px){
	
.btn-gnavi {
		position: fixed;
		padding: 5px;
		top: 0;
		right: 0;
		width: 40px;
		height: 40px;
		z-index: 10000;
		box-sizing: border-box;
		cursor: pointer;
		-webkit-transition: all 400ms;
		transition: all 400ms;
		background: #888;
	}

	p.btn-gnavi.open {
		width: 50%;
		height: 40px;
		top: 0;
		right: 0;
		background: #888;
	}

	
	.btn-gnavi span {
		position: absolute;
		width: 30px;
		height: 4px;
		background: #fff;
		border-radius: 10px;
		-webkit-transition: all 300ms;
		transition: all 300ms;
	}
	
	.btn-gnavi span:nth-child(1) {
		top: 8px;
	}
	
	.btn-gnavi span:nth-child(2) {
		top: 18px;
	}	
	
	.btn-gnavi span:nth-child(3) {
		top: 28px;
	}
	
	p.open span {
	background: #fff!important;
}

	p.open span:nth-child(1) {
		transform: translateY(10px) rotate(-45deg);
		-webkit-transform: translateY(10px) rotate(-45deg);
		top: 10px!important;
	}

	p.open span:nth-child(2) {
		display: none;
	}

	p.open span:nth-child(3) {
		transform: translateY(-10px) rotate(45deg);
		-webkit-transform: translateY(-10px) rotate(45deg);
		top: 30px!important;
	}
	
	#contents #sideNavi {
		display: none;
		width: 50%;
		height: 100vh;
		position: fixed;
		top: 40px;
		right: 0;
		overflow: scroll;
	}
	
	
	.home #contents main {
		width: 100%;
		margin: 0;
		padding: 0 5px;
	}
	
	#contents {
		padding: 0 15px;
	}
	
		#contents .pastList {
		width: 100%;
		float: left;
		margin: 50px 0 5px 0;
		padding: 0 5px;
		display: flex;
	}

	#contents .syllabusList {
		width: 100%;
		float: left;
		margin: 10px 0 5px 0;
		padding: 0 5px;
		display: flex;
		justify-content: flex-start;
	}

	#contents ul.topLinkList li a,
	#contents ul.catLinkList li a {
		font-size: 1.4rem;
	}

	#topicpath {
		padding: 0 5px;
		font-size: 1.3rem;
	}

	#contents main {
		width: 100%;
		padding: 0 5px;
		font-size: 1.4rem;
	}

	#contents main .curriculumList li {
		width:100%;
		margin: 0 0 1px 0;
	}
	
	footer {
		padding: 0 15px;
	}
	
	footer #footerWrap {
		padding: 0 5px;
	}
	
}

@media screen and (max-width:500px){
	
	p.btn-gnavi.open {
		width: 100%;
	}
	#contents #sideNavi {
		width: 100%;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}


a.directLink:after,
a[href$=".pdf"]:after,
a[href$=".doc"]:after,
a[href$=".docx"]:after,
a[href$=".xls"]:after ,
a[href$=".xlsx"]:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #541b86;
	padding:0 5px;
}

a.directLink:after {
	content: '\f2d2';
}

a[href$=".pdf"]:after {
	content: '\f1c1';
}

a[href$=".doc"]:after {
	content: '\f1c2';
}

a[href$=".docx"]:after {
	content: '\f1c2';
}

a[href$=".xls"]:after {
	content: '\f1c3';
}

a[href$=".xlsx"]:after {
	content: '\f1c3';
}

#contents .linkList a:hover:before,
.linkIcon:hover:before,
.directLink:hover:after,
a[href$=".pdf"]:hover:after,
a[href$=".doc"]:hover:after,
a[href$=".docx"]:hover:after,
a[href$=".xls"]:hover:after,
a[href$=".xlsx"]:hover:after{
	color: #541b86;
}

#contents main .curriculumList li a:after {
	color: #EFE4F9;
}

#contents main .curriculumList li a:hover:after{
	color: #F8F5AA;
}

.noIcon:after{
	display: none;
}




/* グローバル学部　Faculty of Global Studies */
.global #contents h1,
.global #contents #sideNavi li h2 {
	background: #d9384a;
	color: #fff;
}

.global #contents main h2,
.global #contents main h3 {
	background: #f6ddd6;
	color:#BA2334;
	border-left: 5px solid #d9384a;
}

.global #contents h1 + span,
.global #contents h3.trigger:after {
	color:#BA2334;
}

.global #contents ul.catLinkList li a:before {
	color: #d9384a;
}

.global #contents ul.catLinkList li a:hover{
	background:#f6ddd6;
	color: #333;
	opacity: 0.7;
}

.global #contents #sideNavi ul li a {
	background: #f6ddd6;
}

.global #contents #sideNavi ul li a.current {
	background: #F8F5AA;
}

.global #contents main table th {
	background: #f6ddd6;
}
.global #contents main table.deep th,
.global #contents main table thead th {
	background: #d9384a;
	color: #fff;
}


/* 文学部　Faculty of Literature */
.bungakubu #contents h1,
.bungakubu #contents #sideNavi li h2 {
	background: #a870c8;
	color: #fff;
}

.bungakubu #contents main h2,
.bungakubu #contents main h3 {
	background: #d8c4e3;
	color:#7a449a;
	border-left: 5px solid #a870c8;
}

.bungakubu #contents h1 + span,
.bungakubu #contents h3.trigger:after{
	color:#7a449a;
}

.bungakubu #contents ul.catLinkList li a:before {
	color: #a870c8;
}

.bungakubu #contents ul.catLinkList li a:hover{
	background:#d8c4e3;
	color: #333;
	opacity: 0.7;
}

.bungakubu #contents #sideNavi ul li a {
	background: #d8c4e3;
}

.bungakubu #contents #sideNavi ul li a.current {
	background: #F8F5AA;
}

.bungakubu #contents main table th {
	background: #d8c4e3;
}

.bungakubu #contents main table.deep th,
.bungakubu #contents main table thead th {
	background: #a870c8;
	color: #fff;
}



/* 法学部　Faculty of Law */
.hougakubu #contents h1,
.hougakubu #contents #sideNavi li h2 {
	background: #9d2676;
	color: #fff;
}

.hougakubu #contents h1 + span {
	color:#92236E;
}

.hougakubu #contents main h2,
.hougakubu #contents main h3 {
	background: #e9d9e6;
	color:#92236E;
	border-left: 5px solid #9d2676;
}

.hougakubu #contents h3.trigger:after {
	color:#92236E;
}

.hougakubu #contents ul.catLinkList li a:before {
	color: #9d2676;
}

.hougakubu #contents ul.catLinkList li a:hover{
	background: #e9d9e6;
	color: #333;
	opacity: 0.7;
}

.hougakubu #contents #sideNavi ul li a {
	background: #e9d9e6;
}

.hougakubu #contents #sideNavi ul li a.current {
	background: #F8F5AA;
}

.hougakubu #contents main table th {
	background: #e9d9e6;
}

.hougakubu #contents main table.deep th,
.hougakubu #contents main table thead th {
	background: #9d2676;
	color: #fff;
}




/* 経済学部　Faculty of Economics */
.keizaigakubu #contents h1,
.keizaigakubu #contents #sideNavi li h2 {
	background: #123d82;
	color: #fff;
}

.keizaigakubu #contents main h2,
.keizaigakubu #contents main h3 {
	background: #cfd2e5;
	color:#0D2E63;
	border-left: 5px solid #123d82;
}

.keizaigakubu #contents h1 + span,
.keizaigakubu #contents h3.trigger:after{
	color:#0D2E63;
}

.keizaigakubu #contents ul.catLinkList li a:before {
	color: #123d82;
}

.keizaigakubu #contents ul.catLinkList li a:hover{
	background:#cfd2e5;
	color: #333;
	opacity: 0.7;
}

.keizaigakubu #contents #sideNavi ul li a {
	background: #cfd2e5;
}

.keizaigakubu #contents #sideNavi ul li a.current {
	background: #F8F5AA;
}

.keizaigakubu #contents main table th {
	background: #cfd2e5;
}

.keizaigakubu #contents main table.deep th,
.keizaigakubu #contents main table thead th {
	background: #123d82;
	color: #fff;
}



/* 経営学部　Faculty of Business Administration */
.keiei #contents h1,
.keiei #contents #sideNavi li h2 {
	background: #4b9bce;
	color: #fff;
}

.keiei #contents main h2,
.keiei #contents main h3 {
	background: #e2ecf6;
	color:#3387BD;
	border-left: 5px solid #4b9bce;
}

.keiei #contents h1 + span,
.keiei #contents h3.trigger:after {
	color:#3387BD;
}


.keiei #contents ul.catLinkList li a:before {
	color: #4b9bce;
}

.keiei #contents ul.catLinkList li a:hover{
	background:#e2ecf6;
	color: #333;
	opacity: 0.7;
}

.keiei #contents #sideNavi ul li a {
	background: #e2ecf6;
}

.keiei #contents #sideNavi ul li a.current {
	background: #F8F5AA;
}

.keiei #contents main table th {
	background: #e2ecf6;
}

.keiei #contents main table.deep th,
.keiei #contents main table thead th {
	background: #4b9bce;
	color: #fff;
}


/* アントレプレナーシップ学部　Faculty of Entrepreneurship */
.entrepreneurship #contents h1,
.entrepreneurship #contents #sideNavi li h2 {
	background: #6eccce;
	color: #fff;
}

.entrepreneurship #contents main h2,
.entrepreneurship #contents main h3 {
	background: #ddf2f2;
	color:#0e6ea5;
	border-left: 5px solid #6eccce;
}

.entrepreneurship #contents h1 + span,
.entrepreneurship #contents h3.trigger:after {
	color:#0e6ea5;
}


.entrepreneurship #contents ul.catLinkList li a:before {
	color: #6eccce;
}

.entrepreneurship #contents ul.catLinkList li a:hover{
	background: #ddf2f2;
	color: #333;
	opacity: 0.7;
}

.entrepreneurship #contents #sideNavi ul li a {
	background: #ddf2f2;
}

.entrepreneurship #contents #sideNavi ul li a.current {
	background: #F8F5AA;
}

.entrepreneurship #contents main table th {
	background: #ddf2f2;
}

.entrepreneurship #contents main table.deep th,
.entrepreneurship #contents main table thead th {
	background: #6eccce;
	color: #fff;
}



/* データサイエンス学部　Faculty of Data Science */
.datsc #contents h1,
.datsc #contents #sideNavi li h2 {
	background: #c8d501;
	color: #fff;
}

.datsc #contents main h2,
.datsc #contents main h3 {
	background: #f6f7d8;
	color:#85B000;
	border-left: 5px solid #c8d501;
}

.datsc #contents h1 + span,
.datsc #contents h3.trigger:after {
	color:#85B000;
}


.datsc #contents ul.catLinkList li a:before {
	color: #c8d501;
}

.datsc #contents ul.catLinkList li a:hover{
	background:#f6f7d8;
	color: #333;
	opacity: 0.7;
}

.datsc #contents #sideNavi ul li a {
	background: #f6f7d8;
}

.datsc #contents #sideNavi ul li a.current {
	background: #F8F5AA;
}

.datsc #contents main table th {
	background: #f6f7d8;
}

.datsc #contents main table.deep th,
.datsc #contents main table thead th {
	background: #c8d501;
	color: #fff;
}




/* 人間科学部　Faculty of Human Sciences */
.ningenkagakubu #contents h1,
.ningenkagakubu #contents #sideNavi li h2 {
	background: #f0b300;
	color: #fff;
}

.ningenkagakubu #contents main h2,
.ningenkagakubu #contents main h3 {
	background: #fef0d5;
	color:#B88400;
	border-left: 5px solid #f0b300;
}

.ningenkagakubu #contents h1 + span,
.ningenkagakubu #contents h3.trigger:after {
	color:#B88400;
}


.ningenkagakubu #contents ul.catLinkList li a:before {
	color: #f0b300;
}

.ningenkagakubu #contents ul.catLinkList li a:hover{
	background:#fef0d5;
	color: #333;
	opacity: 0.7;
}

.ningenkagakubu #contents #sideNavi ul li a {
	background: #fef0d5;
}

.ningenkagakubu #contents #sideNavi ul li a.current {
	background: #F8F5AA;
}

.ningenkagakubu #contents main table th {
	background: #fef0d5;
}

.ningenkagakubu #contents main table.deep th,
.ningenkagakubu #contents main table thead th {
	background: #f0b300;
	color: #fff;
}



/* 工学部　Faculty of Engineering */
.kougakubu #contents h1,
.kougakubu #contents #sideNavi li h2 {
	background: #399e38;
	color: #fff;
}

.kougakubu #contents main h2,
.kougakubu #contents main h3 {
	background: #e2ebd6;
	color:#2F822E;
	border-left: 5px solid #399e38;
}

.kougakubu #contents h1 + span,
.kougakubu #contents h3.trigger:after {
	color:#2F822E;
}

.kougakubu #contents ul.catLinkList li a:before {
	color: #399e38;
}

.kougakubu #contents ul.catLinkList li a:hover{
	background:#e2ebd6;
	color: #333;
	opacity: 0.7;
}

.kougakubu #contents #sideNavi ul li a {
	background: #e2ebd6;
}

.kougakubu #contents #sideNavi ul li a.current {
	background: #F8F5AA;
}

.kougakubu #contents main table th {
	background: #e2ebd6;
}

.kougakubu #contents main table.deep th,
.kougakubu #contents main table thead th {
	background: #399e38;
	color: #fff;
}



/* 教育学部　Faculty of Education */
.kyouikugakubu #contents h1,
.kyouikugakubu #contents #sideNavi li h2 {
	background: #e55f00;
	color: #fff;
}

.kyouikugakubu #contents main h2,
.kyouikugakubu #contents main h3 {
	background: #fbe2cc;
	color:#BE4E00;
	border-left: 5px solid #e55f00;
}

.kyouikugakubu #contents h1 + span,
.kyouikugakubu #contents h3.trigger:after {
	color:#BE4E00;
}


.kyouikugakubu #contents ul.catLinkList li a:before {
	color: #e55f00;
}

.kyouikugakubu #contents ul.catLinkList li a:hover{
	background:#fbe2cc;
	color: #333;
	opacity: 0.7;
}

.kyouikugakubu #contents #sideNavi ul li a {
	background: #fbe2cc;
}

.kyouikugakubu #contents #sideNavi ul li a.current {
	background: #F8F5AA;
}

.kyouikugakubu #contents main table th {
	background: #fbe2cc;
}

.kyouikugakubu #contents main table.deep th,
.kyouikugakubu #contents main table thead th {
	background: #e55f00;
	color: #fff;
}



/* 薬学部　Faculty of Pharmacy */
.yakugakubu #contents h1,
.yakugakubu #contents #sideNavi li h2 {
	background: #01a896;
	color: #fff;
}

.yakugakubu #contents main h2,
.yakugakubu #contents main h3 {
	background: #dcefeb;
	color:#008879;
	border-left: 5px solid #01a896;
}

.yakugakubu #contents h1 + span,
.yakugakubu #contents h3.trigger:after {
	color:#008879;
}


.yakugakubu #contents ul.catLinkList li a:before {
	color: #01a896;
}

.yakugakubu #contents ul.catLinkList li a:hover{
	background:#dcefeb;
	color: #333;
	opacity: 0.7;
}

.yakugakubu #contents #sideNavi ul li a {
	background: #dcefeb;
}

.yakugakubu #contents #sideNavi ul li a.current {
	background: #F8F5AA;
}

.yakugakubu #contents main table th {
	background: #dcefeb;
}

.yakugakubu #contents main table.deep th,
.yakugakubu #contents main table thead th {
	background: #01a896;
	color: #fff;
}



/* 看護学部　Faculty of Nursing */
.kangogakubu #contents h1,
.kangogakubu #contents #sideNavi li h2 {
	background: #f19caf;
	color: #fff;
}

.kangogakubu #contents main h2,
.kangogakubu #contents main h3 {
	background: #fdeef1;
	color:#EC7B94;
	border-left: 5px solid #f19caf;
}

.kangogakubu #contents h1 + span,
.kangogakubu #contents h3.trigger:after {
	color:#EC7B94;
}


.kangogakubu #contents ul.catLinkList li a:before {
	color: #f19caf;
}

.kangogakubu #contents ul.catLinkList li a:hover{
	background:#fdeef1;
	color: #333;
	opacity: 0.7;
}

.kangogakubu #contents #sideNavi ul li a {
	background: #fdeef1;
}

.kangogakubu #contents #sideNavi ul li a.current {
	background: #F8F5AA;
}

.kangogakubu #contents main table th {
	background: #fdeef1;
}

.kangogakubu #contents main table.deep th,
.kangogakubu #contents main table thead th {
	background: #f19caf;
	color: #fff;
}

.departments #contents h1,
.departments #contents #sideNavi li h2 {
	background: #541b86;
}

.departments #contents h1,
.departments #contents #sideNavi li h2 {
	background: #541b86;
}

.departments #contents h1 + span {
	color: #541b86;
}







/*-------------共通項目-------------*/

tr.txtCenter {
	text-align: center;
}

.table-font {
	font-family: "Arial"," ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," メイリオ", Meiryo, Osaka, MS PGothic," sans-serif";
}







