　charset "utf-8";"
/*--京home.css--*/

/*#######topicpath#######*/
#topicpath {
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
	padding: 10px 0;
}
	#topicpath li {
		float: left;
		margin-right: 15px;
		font-size: 0.85em;
		line-height: 2em;
		background: url(../shared/tp_arr.gif) 0 6px no-repeat;
		padding-left: 25px;
		margin-right: 15px;
	}
	#topicpath li a {
		color: #222;
	}
		#topicpath li.home {
			padding-left: 0;
			background: none;
		}
		#topicpath li.here {
			font-weight: bold;
		}


/*#######main_box#######*/

#content_title {
	margin-bottom: 30px;
}

#main_column {
	overflow: hidden;
	margin-bottom: 40px;
}
#main_column_inner {
	padding: 0 20px;
	font-size: 1.1em;
}
h3 {
	color: #2448c0;
	margin-bottom: 10px;
	font-size: 1.1em;
	font-weight: bold;
	color: ;
}
	/* 機構長挨拶 */
	#photo_area {
		width: 190px;
		overflow: hidden;
		padding: 0 5px;
		float: left;
	}
		.photo {
			width: 180px;
			height: 190px;
			margin: 0 auto 15px;
		}
		.affiliation {
			margin-bottom: 0.5em;
			font-size: 0.9em;
			text-align: center;
		}
		.name {
			text-align: center;
		}
		.name span {
			font-size: 0.9em;
			margin-right: 10px;
		}

	#msg_txt {
		width: 640px;
		overflow: hidden;
		float: right;
		padding: 0 0 0 20px;
	}
	#msg_txt p {
		text-indent: 1em;
		margin-bottom: 1em;
		line-height: 1.8em;
	}

	/* 組織概要 */
	.tab_area {
		width: 542px;
		overflow: hidden;
		margin: 0 auto;
	}
	.tab_area li {
		width: 270px;
		float: left;
		text-align:center;
		font-size: 1.2em;
		cursor: pointer;
		color: #2c3d99;
		background: #fff;
		border-right: 2px solid #edf1fa;
	}
	.tab_area li:last-child {
		border-right: 0;
	}
	.tab_area li a {
		display: block;
		width: 270px;
		padding: 10px;
	}
	.tab_area li a:hover {
		background: #fffff0;
		text-decoration: none;
	}
	.tab_area li a:active {
		background: #f7f7f7;
		color: #999;
		text-decoration: none;
	}
	.all_area {
		padding: 0;
		overflow: hidden;
	}
	.all_area div.content_area {
		background: #fff;
		min-height: 400px;
		padding: 30px;
	}

	.all_area div.content_area > h3 {
		font-size: 1.45em;
		font-weight: bold;
		color: #2448c0;
		margin-bottom: 20px;
	}
	.all_area div.content_area p {
		line-height: 2em;
		margin-bottom: 1em;
	}

	.tab_area li.select {
		position: relative;
		background: #476fc4;
		padding: 10px;
		width: 250px;
		color: #fff;
		margin-bottom: 20px;
	}
	.tab_area li.select:after {
		top: 100%;
		left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(71, 111, 196, 0);
		border-top-color: #476fc4;
		border-width: 10px;
		margin-left: -10px;
	}
		/*実施体制dl*/
		.system_content {
			margin: 15px 0;
			padding: 0 20px;
		}
			/* 各部門の活動：説明文　*/
			.system_content dt {
				border-left: 5px solid #c30; 
				padding-left: 10px;
				padding-top: 4px;
				padding-bottom: 2px;
				font-weight: bold; 
				margin-bottom: 1.0em;
				background:#e0e0e6;
				font-size: 22px;
			/*	width: 25%;*/
			}
			.system_content dd {
				font-size: 18px;
			/*	font-weight: bold; */
			/*	color: #a33; /* レンガ色　#c30  説明文　強調　*/
				margin-left: 1em;
				margin-bottom: 2em;
				font-weight: bold;
			}

		/* リストスタイル２：追加 青色　dl*/
		.system_content2 {
			margin: 15px 0;
			padding: 0 20px;
		}
			.system_content2 dt {
				border-left: 5px solid #39C;
				padding-left: 10px;
				padding-top: 2px;
				padding-bottom: 2px;
				font-weight: bold;
				margin-bottom: 0.8em;
				background: #e0e0e6;/* e0e0e6 or #edf1fa*/
			}
			.system_content2 dd {
				margin-left: 1em;
				margin-bottom: 2em;
			}
			
		.system_content3 {
			margin: 15px 0;
			padding: 0 20px;
		}
			.system_content3 dt {
				border-left: 5px solid #6c9;
				padding-left: 10px;
				font-weight: bold;
				margin-bottom: 0.8em;
				background: #e0e0e6;
			}
			.system_content3 dd {
				margin-left: 1em;
				margin-bottom: 2em;
			}			

		.system_content4 {
		    margin: 15px 0;
		    padding: 0 20px;
		}
		.system_content4 dt {
		    border-left: 5px solid #39C;
		    padding-left: 10px;
		    padding-top: 2px;
		    padding-bottom: 2px;
		    font-weight: bold;
		    margin-bottom: 0.8em;
		    background: #e0e0e6;
		}
		.system_content4 dd {
		    margin-left: 1em;
		    margin-bottom: 2em;
		}
		.system_content4 dd ol {
		    list-style: none;
		    counter-reset: item;
		    padding-left: 0;
		}
		.system_content4 dd ol li {
		    counter-increment: item;
		    position: relative;
		    padding-left: 2em;
		    margin-bottom: 0.3em;
		    line-height: 1.3;
		}
		.system_content4 dd ol li::before {
		    content: "(" counter(item) ")";
		    position: absolute;
		    left: 0;
		}


/* 実施体制の下位リスト　 2017.8   色、左マージンの調整　*/
		.system_sub_content {
			margin: 30px 0;
			padding: 0 20px;
		}
			.system_sub_content dt {
				border-left: 5px solid #6c9;
				margin-left: 20px;
				padding-left: 20px;
				font-weight: bold; 
				margin-bottom: 0.8em;
			}
			.system_sub_content dd {
				margin-left: 20px;
				margin-bottom: 1px;
				padding-left: 20px;
			}
			
		.system_sub2_content {
			margin: 30px 0;
			padding: 0 20px;
		}
			.system_sub2_content dt {
				border-left: 5px solid #c9c;
				margin-left: 20px;
				padding-left: 20px;
				font-weight: bold;
				margin-bottom: 0.8em;
			}
			.system_sub2_content dd {
				margin-left: 20px;
				margin-bottom: 1px;
				padding-left: 20px;
			}
		.system_sub3_content {
			margin: 30px 0;
			padding: 0 20px;
		}
			.system_sub3_content dt {
				border-left: 5px solid #906;
				padding-left: 10px;
				font-weight: bold;
				margin-bottom: 0.8em;
			}
			.system_sub3_content dd {
				margin-left: 20px;
				margin-bottom: 1px;
				padding-left: 20px;
			}
/* 活動ー機構の活動 */
h4 {
	padding: 0.5em;
	color: #494949; 
	background: #fffaf4;  /* #fffaf4 うすだいだい #f0ffff 水色*/
	border-left: solid 5px #ffaf58;	  /* #ffaf58 オレンジ #4682b4  青*/
	font-weight: bold;
}
p{
text-indent: 1em;
}
h4_1 {
	padding: 0.5em;
	color: #494949; 
	background: #f0ffff;  /* #fffaf4 うすだいだい #f0ffff 水色*/
	border-left: solid 5px #4682b4;	  /* #ffaf58 オレンジ #4682b4  青*/
	font-weight: bold;
}
p{
	padding: 0.5em;
	text-indent: 1em;
}
		.active_content {
			margin: 15px 0;
			padding: 0 20px;
		}
			.active_content dt {
				border-left: 5px solid #C30;
				padding-left: 10px;
			/*	font-weight: bold;*/
				margin-bottom: 0.8em;
			}
			.active_content dd {
				margin-left: 1em;
				margin-bottom: 2em;
			}

/* 各部門の活動　サブ　act*/
	
		.system_sub_content_act {
			margin: 15px 0;
			padding: 0 20px;
		}
			.system_sub_content_act dt {
				border-left: 5px solid #6c9;
				/*   下線　　以下４行　*/
				border-bottom-style: solid;
				border-bottom-width: 2px;
				border-bottom-color: #dcdcdc;
				display: inline-block;
				margin-left: 20px;
				padding-left: 20px;
		    	font-weight: bold; 
				margin-bottom: 0.8em;
			}
			.system_sub_content_act dd {
				margin-left: 20px;
				margin-bottom: 1px;
				padding-left: 20px;
			}

/*各部門の活動　ページ内リンクを追加*/
		.btn_area{
			margin-left: 20px;
			margin-right: 20px;
			margin-bottom: 20px;
		}

		.btn_box:after{
			content: "";
			display: block;
			clear: both
		}
		
		.box1{
			float: left;
			width: 50%
		}
		
		.box2{
			float: left;
			width: 50%;
		}
		
		.box3{
			float: left;
			width: 50%
		}
		
		.box4{
			float: left;
			width: 50%
		}
		
		.box1 a, .box2 a, .box3 a, .box4 a{
			display: block;
			padding: 0.5em 0.5em;
			text-decoration: none;
			text-align: center;
			font-weight: bold;
			font-size: 1.1em;
			border: 1px solid #dcdcdc;
			box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
			background-color: #bbdbf3;/*フロスティブルー*/
			color: #000;
			margin-left: 5px;
			margin-bottom: 5px;
		}

		.box1 a:hover, .box2 a:hover, .box3 a:hover, .box4 a:hover{
			text-decoration: none;
			background-color: #fffff0;
			color: #000;
			border: 1px solid #dcdcdc;
		}


		.btn_box2{
			display: flex;
			flex-wrap: wrap;
		}
		.box{
			width: 25%;
			padding: 2px;
			box-sizing: border-box;
		}		
		.box a{
			display: block;
			padding: 0.5em;
			text-decoration: none;
			text-align: center;
			font-weight: bold;
			font-size: 1em;
			border: 1px solid #dcdcdc;
			box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
			background-color: #bbdbf3;
			color: #000;
		}
			.box a:hover{
				text-decoration: none;
				background-color: #fffff0;
				color: #000;
				border: 1px solid #dcdcdc;
			}


/* 各部門の活動　　連絡先案内　*/
	.system_sub_content_tel {
			margin: 15px 0;
			padding: 0 20px;
		}
			.system_sub_content_tel dt {
				border-left: 5px solid  #c0c0c0c0;/* #708090; */
				/*   下線　　以下４行　*/
				border-bottom-style: solid;
				border-bottom-width: 2px;
			/*	border-bottom-color: #dcdcdc;*/
			    background-color:  #fafafa; /*#f0fdff;*/
				display: inline-block;
				margin-left: 20px;
				padding-left: 20px;
				/*margin-bottom: 20px;  /*0.8em*/
				padding-bottom: 10px;
				padding-top: 10px;
				padding-right: 10px;
				font-weight: normal;
				font-size: smaller;
			}
			.system_sub_content_tel dd {
				margin-left: 20px;
				margin-bottom: 1px;
				padding-left: 20px;
			}
												
		/*沿革テーブル*/
		.tbl_history {
			width: 855px;
			margin: 0;
			border-collapse: separate;
			border-spacing: 10px;
		}
			.tbl_history tr {
			}
			.tbl_history th ,
			.tbl_history td {
				vertical-align: top;
				padding: 10px;
			}
			.tbl_history th {
				width: 105px;
				padding: 10px;
				background: #f2f2f2;
			}
			.tbl_history td {
				border-bottom: 1px solid #ccc;
			}


	/*スタッフ*/
/*
	.staff_list {
		padding: 0 10px;
		margin-bottom: 30px;
	}
	.staff_list >h3 {
		border-left: 5px solid #C30;
		padding-left: 10px;
		font-weight: bold;
		color: #222;
		margin-bottom: 0.8em;
	}
		.staff_list table {
		}
		.staff_list th ,
		.staff_list td {
			background: #fff;
			border: 1px solid #ccc;
			padding: 10px;
		}
		.staff_list th {
			background: #f2f2f2;
			width: 160px;
		}
		.staff_list td {
			width: 220px;
		}
		#menber_main {
			width:  600px;
		}
		#member_pg{
		width: 425px;	
			float: left;
		}
		#member_adm {
			width: 425px;	
			float: left;
		}
		#member_eval {
			width: 425px;
			float: right;		
		}
*/

	.staff_list {
	    padding: 0 10px;
	    margin: 0 auto 30px;
	}
		.staff_list table {
		    width: 100%;
		    table-layout: fixed;
		    border-collapse: collapse;
		    background: #f2f2f2;
		}
		.staff_list th,
		.staff_list td {
		    border: 1px solid #ccc;
		    padding: 10px;
		    width: 50%;
		}
		.staff_list td {
			background: #fff;
		}
			.staff_list3 th:nth-child(1) { width: 14.5%; }
			.staff_list3 th:nth-child(2) { width: 33%; }

		.staff_list >h3 {
			border-left: 5px solid #C30;
			padding-left: 10px;
			font-weight: bold;
			color: #222;
			margin-bottom: 0.3em;
		}

	/*活動*/
	.tab_area.long {
		width: 814px;
	}
	.tab_area.long li a {
		width: 270px;
	}

	/*リンク集*/
	#links_list {
		width: 800px;
		margin: 0 auto;
	}
		#links_list a {
			text-decoration: underline;
		}
		#links_list li {
			margin: 0 0 10px 0;
			position: relative;
			padding-left: 25px;
		}
		#links_list li:before {
			content: '';
			height: 0;
			width: 0;
			display: block;
			border: 6px transparent solid;
			border-right-width: 0;
			border-left-color: #aaa;
			position: absolute;
			top: 6px;
			left: 8px;
		}
		#links_list li:after {
			content: '';
			height: 3px;
			width: 10px;
			display: block;
			background: #aaa;
			position: absolute;
			top: 10px;
			left: 0px;
		}

/* 　教養教育概要　　*/
	
		.system_edu_sub {
			margin: 15px 0;
			padding: 0 10px;
		}
			.system_edu_subt dt {
				border-left: 5px solid #6c9;
				margin-left: 20px;
				padding-left: 20px;
				font-weight: bold;
			/*	margin-bottom: 0.8em;*/
			}
			.system_edu_sub dd {
				margin-left: 20px;
				margin-bottom: 1px;
				padding-left: 20px;
			}
			


	/*お問い合わせ*/
	#contact_box {
		width: 550px;
		overflow: hidden;
		margin: 0 auto;
		background: #FFF;
		padding: 40px;
	}
		#contact_box > h3 {
			font-size: 1.45em;
			font-weight: bold;
			color: #2448c0;
			margin-bottom: 20px;
			text-align: center;
		}
		.contact_box_txt {
			width: 380px;
			margin: 0 auto;
			text-align:center;
		}
			.contact_box_txt > .goto_access {
				float: none;
				text-align: center;
				margin: 0 auto 10px;
			}
		.phone {
			margin: 10px auto;
			clear: both;
		}
		.phone strong {
			font-weight: bold;
			font-size: 1.2em;
		}

	/*サイトマップ*/
	#sitemap_list {
	}
	#sitemap_list a {
		color: #222;
	}
		#sitemap_list li {
			padding: 10px 0;
			overflow: hidden;
		}
		#sitemap_list li.home > a {
			display: block;
			border-bottom: 1px solid #ccc;
			padding-left: 40px;
			padding-bottom: 10px;
			background: url("../shared/arr_02.gif") 20px 7px no-repeat;
		}
		#sitemap_list li ul {
			margin-top: 5px;
		}
		#sitemap_list li ul li {
			padding-left: 60px;
			margin-bottom: 5px;
			border-bottom: 1px solid #ccc;
			overflow: hidden;
			background: url("../shared/arr_02.gif") 40px 16px no-repeat;
		}
		#sitemap_list li ul li ul {
		}
		#sitemap_list li ul li ul li {
			border-bottom: 0;
			margin-bottom: 0;
			padding: 5px 0 0 40px;
			font-weight: normal;
			background: url("../shared/arr_02.gif") 25px 14px no-repeat;
		}
		#sitemap_list li ul li ul li:last-child {
			margin-bottom: 0;
		}

	/*ニュース＆トピックス*/
	#nt_list {}
	#nt_list li {
		margin-bottom: 10px;
		padding: 0 10px 10px 0;
		border-bottom: 1px dotted #ccc;
		overflow: hidden;
	}
	#nt_list li a {
		color: #222;
	}
		.nt_date {
			width: 90px;
			overflow: hidden;
			display: block;
			float: left;
			margin-right: 15px;
		}
		.nt_title {
			width: 775px;
			overflow: hidden;
			float: left;
			display: block;
		}

		#bnr {
			width: 200px;
			overflow: hidden;
			margin-top: 35px;
		}
		/* TOPICS  写真左寄り */
		.img_left{
		    width:350px;
		    margin: 20px 40px 0px 0px;
		    float: left;
		}
		
		/* 縦写真　2枚　左寄り */
		.img_tate2{
		    width:200px;
		    margin: 0px 10px 10px 20px;
		    float: right;

		}		
		
/* 教養教育　シラバス　表　2019.12 */
table.syllabus_main{
	width: 600px;
	border: solid 1px #ccc;
/*	font-size: smaller;*/
	
}

table.syllabus_main th{
	width: 300px;
	padding: 5px;
	text-align: center;
	background-color:  #F6CEE3;/* #F3E2A9 ; 黄色　*/
}


table.syllabus_main td{
	width: 300px;
	padding: 5px;
	text-align: center;
	background-color: #fff;
	border: solid 1px #ccc;
	
}
#syllabus_link
{
	background-color: #ff9999;
}

/*  */
table.syllabus_list{
	width: 800px;
	border: solid 1px #ccc;
/*	font-size: smaller;*/
	
}

table.syllabus_list th{
	width: 800px;
	padding: 5px;
	text-align: left;
	background-color: #6699cc;
}


table.syllabus_list td{
	padding: 5px;
	text-align: center;
	background-color: #fff;
	border: solid 1px #ccc;
	
}

