<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/********************************************************************
 * initialize
 * 
 *******************************************************************/

* {
	padding: 0px;
	margin: 0px;
	text-indent: 0px;
}

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #030000;
	font-size: 100%;
}

div,
img {
	border: none;
	margin: 0;
	padding: 0;
}

hr,
.no {
	display: none;
}

h1,
h2,
h3,
h4,
h5 {
	margin: 0;
	padding: 0;
}

a {
	color: #ff3300;
}

a:hover {
	opacity: 0.7;
}

a:visited {
	color: #ff6600;
}

p {
	margin: 0px 0 15px;
	line-height: 140%;
}

/********************************************************************
 * common tools 
 * 
 *******************************************************************/

.photo_left {
	/* 画像左回り用 */
	float: left;
	margin: 0px 15px 15px 0;
}

img.photo_right {
	/* 画像右回り用 */
	float: right;
	margin: 0 0 15px 15px;
	padding: 5px;
	border: 1px solid #cccccc;
}

img.photo {
	float: left;
	margin: 0 0 15px 15px;
	padding: 5px;
	border: 1px solid #cccccc;
}

.clear {
	/* 回り込み解除用 */
	clear: both;
	margin: 0px;
	padding: 0px;
}

.lb_red {
	color: #ff0066;
}

.lb_green {
	color: #339966;
}

/********************************************************************
 * page common layout tools　共通レイアウト用
 * 
 *******************************************************************/

/*-----------------------------------------------
 * 共通部分
----------------------------------------------- */

/* Back：背景
----------------------------------------------- */

#back {
	margin: 0 auto;
	padding: 0;
	background-image: url(../img/common/body_bg02.jpg);
	/*background-repeat: repeat-x;
	background-position: top left;*/
	background-color: #cce6ff;
}

/* Container：本体
----------------------------------------------- */

#container {
	margin: 0 auto;
	padding: 0;
	width: 840px;
	color: #330000;
	background-image: url(../img/common/contents_bg.jpg);
	background-repeat: repeat-y;
	background-color: #ffffff;
}

#container #container_pd {
	margin: 0 40px 0px 40px;
}

#container #container_pd table.contents {
	width: 760px;
}

/* Header：ヘッダー
----------------------------------------------- */

#header {
	display: flex;
	justify-content: flex-end;
	background-image: url(../../img/common/line_header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#header h1 {
	/* ロゴ */
	flex: 1 1 200px;
	padding: 1rem 0;
	position: unset;
}

#header &gt; div.users {
	flex: 0 1 auto;
	text-align: right;
	background: #18636d;
	margin: 1.2rem 0;
	border-radius: 2px;
	text-align: center;
	padding: 0 0.5rem;
}

#header &gt; div.users &gt; div.users_inner {
	color: #fff;
	padding: 0.6rem 0 0.3rem 0;
}

#header &gt; div.users &gt; div.users_inner &gt; a {
	color: #fff;
	text-decoration: unset;
}

#header &gt; div.users &gt; div.users_inner::before {
	content: "";
	display: inline-block;
	background: url(../../img/common/user.png);
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	padding: 0 0.3rem;
	position: relative;
	top: 0.1rem;
}

/* ヘッダーツールチップ */
#header &gt; .op_tips {
	flex: 0 0 36px;
	position: relative;
	top: 24px;
	cursor: pointer;
}

.op_tips img {
	margin: 0;
	padding: 0;
}

.op_desc {
	display: none;
	position: absolute;
	padding: 10px;
	font-size: 12px;
	line-height: 1.6em;
	color: #fff;
	border-radius: 5px;
	background: #000;
	width: 250px;
	z-index: 50;
}

.op_desc:before {
	content: "";
	position: absolute;
	top: -24px;
	right: 60%;
	border: 15px solid transparent;
	border-top: 15px solid #000;
	margin-left: -15px;
	transform: rotateZ(180deg);
}

.op_tips:hover .op_desc {
	display: inline-block;
	top: 50px;
	left: -5rem;
}

/*	
#header ul {
	position: absolute;
	top: 29px;
	right: 0px;
	margin: 0;
	padding: 0;
	list-style-type: none;

}
#header ul li {
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
	height: 14px;
}
*/

/* p_nav：パンくずナビゲーション（TOP以外）
----------------------------------------------- */

#page_bar {
	clear: both;
	margin-bottom: 10px;
	padding: 0;
	height: 35px;
	font-size: 11px;
	line-height: 110%;
	text-align: left;
	background: url(../img/common/navibar_bg.jpg) no-repeat left top;
}

#page_bar:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#page_bar span {
	padding: 7px 5px 0px 0px;
	margin: 0px;
	height: 28px;
	display: block;
}

/* Hides from IE-mac \*/

* html #page_bar {
	height: 1%;
}

#page_bar {
	display: block;
}

/* End hide from IE-mac */

#page_bar em {
	/* 「現在地」の文字　*/
	font-style: normal;
	font-weight: bold;
	float: left;
	font-size: 110%;
	padding-top: 2px;
	margin-right: 10px;
}

#page_bar p {
	padding-left: 25px;
	float: left;
	background: url(../img/common/icon_home.gif) no-repeat left 0;
}

/*-----------------------------------------------
 * 左メニューコンテンツ
----------------------------------------------- */

#sub {
	width: 170px;
	vertical-align: top;
}

#sub #contents {
	padding-right: 15px;
	text-align: left;
	vertical-align: top;
}

/* 共通 */

#sub #contents p {
	margin: 0 0 5px;
	padding: 0;
}

#sub #contents img {
	vertical-align: top;
}

/* 検索メニュー群 */

#sub #contents #searchmenu {
	width: 170px;
	margin-bottom: 15px;
	background: url(../img/common/search_bg.png) repeat-y 0 0;
}

#searchmenu ul {
	padding: 10px 10px 0 0;
	list-style-type: none;
}

#searchmenu ul li {
	height: 24px;
	overflow: hidden;
	margin: 0 0 10px 0;
}
#searchmenu ul li &gt; a:hover {
	opacity: 1;
	position: relative;
	top: -24px;
}

#searchmenu div.google {
	/*google検索 */
	padding: 0 10px 0 15px;
}

#searchmenu &gt; img {
	padding: 5px 0 0 0;
}

/* 総合メニュー群 */

#sub #contents #mainmenu {
	width: 170px;
	margin-bottom: 20px;
	background-color: #eaeaea;
}

#mainmenu ul.menulist {
	/*メニューリスト */
	padding: 10px 10px 10px 15px;
	list-style-type: none;
}

#mainmenu ul.menulist li {
	padding: 0 0 10px 25px;
	font-size: 14px;
	font-weight: bold;
	background: url(../img/common/icon_mainmenu.jpg) no-repeat left 0;
}

#mainmenu ul.menulist li a:link {
	/*リンクの色 */
	text-decoration: none;
	color: #030000;
}

#mainmenu ul.menulist li a:visited {
	color: #666666;
	text-decoration: none;
}

#mainmenu ul.menulist li a:hover {
	text-decoration: underline;
	color: #030000;
}

#mainmenu ul.menulist li span a:visited {
	/*メニュー選択時 */
	font-weight: bold;
	color: #ff3300;
	text-decoration: underline;
}

#mainmenu ul.menulist li.sub ul {
	padding-top: 5px;
	list-style-type: none;
}

#mainmenu ul.menulist li.sub ul li {
	padding: 0 0 5px 10px;
	background: url(../img/common/icon_sub_mainmenu.jpg) no-repeat left 0;
	font-weight: normal;
	font-size: 12px;
	line-height: 120%;
}

#mainmenu ul.menulist li.sub ul li a {
	color: #660000;
}

#mainmenu ul.address {
	/*図書館表記 */
	padding: 10px 10px 10px 15px;
	list-style-type: none;
}

#mainmenu ul.address li.name {
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 14px;
	text-align: left;
}

#mainmenu ul.address li.text {
	padding-bottom: 20px;
	font-size: 12px;
	line-height: 130%;
}

#mainmenu ul.address li.text_end {
	padding-bottom: 5px;
	font-size: 12px;
	line-height: 130%;
}

#mainmenu ul.mail {
	/*お問い合わせ */
	padding: 0 10px 0px 15px;
	list-style-type: none;
	margin-bottom: 5px;
}

#mainmenu ul.mail li {
	padding-bottom: 0px;
	font-size: 14px;
	word-break: break-all;
	text-align: left;
}

#mainmenu ul.link {
	padding: 10px 10px 0px 0px;
	list-style-type: none;
	background: #fff;
}

#mainmenu ul.link li {
	padding-bottom: 5px;
	font-size: 100%;
	word-break: break-all;
}

/*-----------------------------------------------
 * 共通メインコンテンツレイアウト
----------------------------------------------- */

#main {
	width: 575px;
	text-align: left;
	vertical-align: top;
	height: 100%;
}

/*-----------------------------------------------
 * page_nav：ページの先頭へ
----------------------------------------------- */

div.page_nav {
	line-height: 100%;
	margin-bottom: 15px;
	text-align: right;
}

div.page_nav_left {
	line-height: 100%;
	margin-bottom: 15px;
	text-align: left;
}

td div.page_nav {
	line-height: 100%;
	margin-bottom: 0px;
	text-align: right;
}

#maincontent div.page_nav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.page_nav {
	display: inline-table;
}

/* Hides from IE-mac \*/

* html div.page_nav {
	height: 1%;
}

div.page_nav {
	display: block;
}

/* End hide from IE-mac */

div.page_nav img {
	vertical-align: middle;
}

/*-----------------------------------------------
 * footer
----------------------------------------------- */

#footer {
	position: relative;
	width: 760px;
	height: 25px;
	background: url(../img/common/line_footer.jpg) no-repeat left bottom;
}

/* copy：コピーライト
----------------------------------------------- */

#copy {
	height: 15px;
	float: left;
	margin: 5px 0 0 0px;
	font-size: 11px;
}

/*-----------------------------------------------
 *　講演会用
---------------------------------------------- */

#lecture &gt; div,
#lecture &gt; dl,
#lecture &gt; dt,
#lecture &gt; dd {
	font-size: 0.9rem;
	font-family: "Meiryo", "ヒラギノ角ゴシックPro";
}

#lecture h1 {
	margin: 0.8rem 0 2rem 0;
	position: relative;
	font-size: 1.1rem;
	padding: 0.5rem;
	color: rgba(89, 54, 122, 1);
	box-shadow: inset 0 0 0 1px rgba(89, 54, 122, 0.4), inset 0 0 5px rgba(89, 54, 122, 0.5), inset -285px 0 35px white;
	border-radius: 5px;
	background: #efefef;
	text-align: center;
}

#lecture div.lec_contents {
	clear: both;
	margin: 30px 0 0 0;
}

#lecture h2 {
	font-size: 1.1rem;
	font-weight: bold;
	background: rgba(89, 54, 122, 0.8);
	padding: 0.8rem 1rem;
	color: white;
	border-radius: 4px;
}

#lecture div.basedata {
	font-weight: bold;
	margin: 0.8rem 1rem;
	border-left: 10px solid #7a5e95;
	padding: 0 10px 0 15px;
}

#lecture div.basedata &gt; span {
	display: inline-block;
	margin-left: 2rem;
	font-weight: normal;
	vertical-align: top;
}

#lecture div.basedata &gt; span:first-child {
	width: 4rem;
	margin: 0;
	font-weight: bold;
}

#lecture div.flyer {
	font-weight: bold;
	margin: 0.8rem 1rem;
	border-left: 10px solid #0e6eb8;
	padding: 0 10px 0 15px;
}

#lecture div.flyer &gt; span {
	position: relative;
	top: -3px;
}

#lecture div.flyer img {
	position: relative;
	top: 5px;
	margin-left: 8px;
}

#lecture div.address {
	margin: 0.2rem 0.2rem 0.5rem 3rem;
	background: #efefef;
	padding: 0.5rem;
	font-size: 0.9rem;
	border: 1px solid #ccc;
}

#lecture div.address &gt; span {
	padding: 0 0 0 15px;
	display: inline-block;
}

#lecture div.address &gt; span:first-child {
	background: #7a5e95;
	color: #fff;
	padding: 0 5px;
	border-radius: 10px;
	margin: 0 10px 5px 0;
}

#lecture div.info {
	color: #333;
	padding: 1rem 1.2rem;
	border-top: 1px solid #7a5e95;
	font-size: 14px;
}

#lecture div.info span {
	margin-bottom: 1rem;
	display: inline-block;
	background: rgba(234, 12, 234, 0.1);
	border-radius: 3px;
	padding: 1px 5px;
}

#lecture div.info ul {
	background: rgba(234, 12, 234, 0.1);
}

#lecture div.info ul li {
	list-style-type: none;

	padding-left: 2rem;
	text-indent: -1rem;
	margin: 0.3rem;
}

#lecture div.info ul li:before {
	content: "※";
	width: 1.2rem;
	display: inline;
}

#lecture div.info a {
	text-decoration: none;
}

#lecture div.info a &gt; img {
	float: left;
	overflow: hidden;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-right: 5px;
	padding: 3px;
}

#lecture div.lec_recent {
	border: 1px solid #7a5e95;
	padding: 4px;
	margin: 8px;
	background: #7a5e95;
	text-align: center;
}

#lecture div.lec_recent a {
	color: #fff;
}

/* toggle list */

@keyframes show {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

#lecture input[type="checkbox"] {
	display: none;
}

#lecture input[type="checkbox"]:checked + label {
	background-color: #fff;
	color: #333;
}

#lecture input[type="checkbox"]:checked + label:after {
	content: "閉じる";
	color: #5d4788;
	background-color: #fff;
	border: 1px solid #5d4788;
	transition: background-color 0.5s linear;
}

#lecture input[type="checkbox"]:checked + label + div.lec_contents_old {
	display: block;
	animation: show 0.5s ease 0s;
}

#lecture label {
	display: block;
	background-color: #fff;
	font-size: 90%;
	border-bottom: 1px solid #ccc;
	width: 100%;
	position: relative;
	padding: 5px;
	margin-bottom: 0.5rem;
	color: #333;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#lecture label div.day {
	font-size: 0.9rem;
	color: #666;
	display: inline-block;
	padding: 0 3rem 0 0.5rem;
}
#lecture label div.title {
	color:#200;
	font-weight: bold;
	padding:0 0 0 1rem;
	width:75%;
}

#lecture label:after {
	content: "▼詳細を見る";
	position: absolute;
	right: 15px;
	bottom: 0.25rem;
	border: 1px solid #5d4788;
	padding: 0.25rem 0.5rem;
	font-size: 90%;
	background: #5d4788;
	color: #fff;
	border-radius: 3px;
	height: 1.2rem;
}
#lecture label:hover:after {
	opacity: 0.75;
}

#lecture label:hover {
	opacity: 0.75;
	text-decoration: underline;
	-webkit-transition: background-color 100ms linear;
	-moz-transition: background-color 100ms linear;
	-o-transition: background-color 100ms linear;
	transition: background-color 100ms linear;
}

#lecture label:hover:after {
	color: #fff;
}

#lecture div.lec_contents_old {
	display: none;
	border-top: none;
	padding: 15px;
	background-color: #fff;
}

/* -------------------------------------------------------
	 modal window
	 https://on-ze.com/archives/4368
--------------------------------------------------------- */

.modal {
	display: inline-block;
}

.modal &gt; input {
	position: absolute;
	z-index: -9999;
	visibility: hidden;
}

.modal &gt; label {
	color: #000;
	cursor: pointer;
	display: inline-block;
}

.modal &gt; label &gt; img {
	position: relative;
	top: 2px;
}

.modal-overlay {
	background: #333;
	position: fixed;
	top: 8%;
	left: 5%;
	right: 5%;
	text-align: center;
	border-radius: 5px;
	max-width: 1280px;
}

.modal-wrap {
	position: relative;
	margin: 0 auto;
	width: 100%;
}

.modal-wrap label {
	color: #fff;
	cursor: pointer;
	position: relative;
	background: #333;
	padding: 0 16px 6px 16px;
	position: absolute;
	top: -36px;
	right: 0;
	border-radius: 6px 6px 0 0;
}

.modal-wrap label &gt; img {
	position: relative;
	top: 6px;
	padding: 0 5px;
}

.modal-overlay {
	opacity: 0;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
	-moz-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
	-ms-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
	-o-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
	transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
	z-index: -999;
}

input:checked ~ .modal-overlay {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	z-index: 999;
}

/*モーダル内部*/

.modal-wrap &gt; div {
	color: #fff;
}

.modal-wrap &gt; div.modal-title {
	border: none;
	background: rgba(255, 255, 255, 0.9);
	color: #000;
	padding: 5px;
	margin: 10px 20px;
	font-size: 1.05rem;
	font-weight: bold;
}

.modal-wrap &gt; div.modal-content {
	display: flex;
	flex-wrap: wrap;
}

.modal-wrap &gt; div.modal-content &gt; p {
	flex: 1 0 auto;
	max-width: 40vw;
	padding: 10px 20px;
	text-align: left;
}

.modal-wrap &gt; div.modal-content &gt; p &gt; img {
	object-fit: contain;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 600px) {
	.modal-wrap &gt; div.modal-title {
		padding: 5px 10px;
		margin: 36px 10px 5px 10px;
	}

	.modal-overlay {
		top: 2%;
		left: 2%;
		right: 2%;
		height: 100%;
		text-align: center;
		border-radius: 5px;
		position: fixed;
		overflow-y: auto;
	}

	.modal-wrap &gt; div.modal-content {
		display: flex;
		flex-direction: column;
	}

	.modal-wrap &gt; div.modal-content &gt; p {
		flex: 1 0 auto;
		max-width: 95%;
		height: 100%;
		text-align: left;
	}

	.modal-wrap label {
		position: fixed;
		top: 0;
	}
}
</pre></body></html>