<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {outline: 0;}

ol, ul {list-style: none;}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

blockquote:before, blockquote:after, q:before, q:after { content: "";}

blockquote, q { quotes: "" "";}

a img { border: 0;}

figure, figcaption {
	margin:0;
	padding:0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;}

body {
	font:90%/1.5 "Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	color:#252525;
	-webkit-text-size-adjust: none;
	background:#f2f2f2 url(../images/bg.png);
}
/*html{background:#356aa0;}*/


/* リンク設定
------------------------------------------------------------*/
a {
	margin:0;
	padding:0;
	text-decoration:none;
	outline:0;
	vertical-align:baseline;
	background:transparent;
	font-size:100%;
	color:#5085bb;
}
a:hover, a:active {
	-webkit-transition:opacity 1s;
	-moz-transition:opacity 1s;
	-o-transition:opacity 1s;
	outline: none;
	color:#ff6600;
}
/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after, .post:after, #footer:after {
	content:"";
	display: table;
	clear: both;
}
nav .panel, nav#mainNav, .newsTitle, .bg, .post, #footer {
	zoom: 1;
}
/* レイアウト
------------------------------------------------------------*/
#wrapper, .inner {
	margin:0 auto;
	width:980px;
	height: auto;
}
#header {
	overflow:hidden;
}
#content {
	width:100%;
	padding:30px 0;
	overflow: hidden;
}
#main {
	float:left;
	width:720px;
	padding:30px 0;
}
#sidebar {
	float:right;
	width:240px;
	padding:30px 0;
}
#footer {
	clear:both;
	padding-top:20px;
	border-top:1px solid #e2e2e2;
	background:#158675;
}
/* アイコンフォント
*****************************************************/
.fb:before {
	font-family: FontAwesome;
	padding-left: 3px;
	padding-right: 8px;
}
.fa:after {
	font-family: FontAwesome;
}
.fb-caret-down:before {
	content: '\f0d7';
	color: red;
}
.fb-dot-circle:before {
	font-family: FontAwesome;
	padding-left: 3px;
	padding-right: 8px;
	content: '\f192';
	color: #ff3333;
	font-size:140%;
}
.fb-info-circle:before {
	font-family: FontAwesome;
	padding-left: 3px;
	padding-right: 8px;
	content: '\f05a';
	color: #ff3333;
	font-size:140%;
}
.fb-exclamation-triangle:before {
	font-family: FontAwesome;
	padding-left: 3px;
	padding-right: 8px;
	content: '\f071';
	color: #ff3333;
	font-size:140%;
}
.fb-circle :before {
	font-family: FontAwesome;
	padding-left: 3px;
	padding-right: 8px;
	content: '\f111';
	color: red;
}
.fa-gaibu-link:after {
	font-family: FontAwesome;
	padding-left: 8px;
	content: '\f08e';
	color: #cc0000;
}
 *::before, *::after {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}

/* ヘッダー
*****************************************************/
#header .bg {
	background:#01b9af;
}

/* サイト説明文 + 住所
*****************************************************/
#header h1, #header p {
	float:left;
	padding:3px 0;
	color: #fff;
	font-size:90%;
	font-weight:normal;
}
#header p {
	float:right;
}

/* ロゴ (サイトタイトル)
*****************************************************/
#header h2 {
	clear:both;
	float:left;
	padding:5px 0;
	color: #515151;
	font-size:160%;
	font-weight:bold;
}

/* サブナビゲーション　ヘッダー
*****************************************************/
#header ul {
	padding-top:40px;
	float:right;
}
#header ul li {
	display:inline;
	margin-left:16px;
}
#header ul li a {
	padding-left:15px;
	background:url(../img/arrowSub.png) no-repeat 0 50%;
	color:#356aa0;
}
#header ul li a:hover {
	background-position:3px 50%;
}
#header ul li a:hover, #header ul li a:active {
	-webkit-transition:opacity 1s;
	-moz-transition:opacity 1s;
	-o-transition:opacity 1s;
	outline: none;
	color:#5085bb;
}

/* トップページ　メイン画像
*****************************************************/
#mainImg {
	clear:both;
	margin-top:20px;
	line-height:0;
	position: relative;
	text-align:center;
	z-index:0;
	background:url(../img/shadow.png) no-repeat 50% 0;
}
#mainImg a:hover img {
	opacity:.9;
}
#mainImg .inner {
	position:relative;
}
.postWrap {
	clear: both;
	margin:0 0 20px 0;
	padding:3px;
	border:1px solid #e2e2e2;
	background:url(../img/tp.png);
}
.post {
	padding:10px;
	border:1px solid #f1f1f1;
	background: #fff;
}
.post:last-child {
	border-top:none;
}
article.archive span {
	padding-left:10px;
}
#mainImg .slogan {
	color:#fff;
	font-weight:bold;
	position:absolute;
	text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
	max-width:100%;
	height:auto;
	bottom:42%;
	left:60px;
	padding:5px 10px;
	line-height:1.4;
	text-align:left;
}
#mainImg .slogan h2 {
	font-weight:bold !important;
	padding-bottom:5px;
	font-size:180%;
	text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}

/* タイポグラフィ
*****************************************************/
#content h1.title {
	clear:both;
	padding:18px 0;
	font-size:160%;
	font-weight:bold;
	text-align:center;
	position: relative;
	border-bottom: 1px dashed #d60505;
	width: 100%;
}
#content h1.title .cat {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
	line-height: 1.2;
	color:#4c4e4d;
	font-size:60%;
}
h2.title {
	clear:both;
	margin:30px 0 5px;
	padding:5px 0;
	margin-bottom:12px;
	font-size:140%;
}
h2.first { margin-top:0;}

.dateLabel {
	margin:0 0 10px;
	text-align:right;
	font:italic 1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.post p { padding-bottom:15px;}

.post ul { margin: 0 0 10px 10px;}

.post ul li {
	margin:5px 0 0 15px;
	list-style:disc;
}

.post ol {
	margin: 0 0 10px 30px;
	line-height: 2em;
}
.post ol li { list-style:decimal;}

.post h1, .post h2, .post h3, .post h4 { clear:both;}

.post h1 {
	margin:20px 0;
	padding:5px 10px;
	font-size:150%;
	color: #fff;
	border-radius:4px;
	background:#356aa0;
	box-shadow:0 0 3px rgba(0, 0, 0, 0.2);
}

.post h3 {
	margin:10px 0;
	font-size:120%;
	font-weight:bold;
	color:#158675;
	border-bottom:1px dotted #158675;
	padding-top:5px;
	padding-left:5px;
}
.post blockquote {
	clear:both;
	padding:10px 0 10px 15px;
	margin:10px 0 25px 30px;
	border-left:5px solid #ccc;
}
.post blockquote p {
	padding:5px 0;
}

.post table {
	border: 1px #356aa0 solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin:10px 0 20px;
}
.post table th {
	padding:7px 10px 7px 5px;
	border: #356aa0 solid;
	border-width: 0 0 1px 1px;
	font-weight:bold;
	color:#fff;
	background:#5085bb;
	text-align:center;
}
.post table td {
	padding:7px 5px;
	border: 1px #356aa0 solid;
	border-width: 0 0 1px 1px;
	background:#fff;
}


table.non-border { border-style:none;}
table.non-border th{ border-style:none;}
table.non-border td{ border-style:none;}

table.b-color { background: #fcfcfc;}
table.b-color th{ background: #fcfcfc;}
table.b-color td{ background: #fcfcfc;}

.post dd { padding-bottom:10px;}

.post img {
	max-width:100%;
	height:auto;
}
img.aligncenter {
	display: block;
	margin:5px auto;
}
img.alignright, img.alignleft {
	padding:4px;
	margin:0 0 2px 7px;
	display:inline;
}
img.alignleft { margin: 0 7px 12px 0;}

.alignright { float:right;}

.alignleft { float: left;}

#copyright .cat { font-size:80%;}

/* バナー　フッター
*****************************************************/

#banners ul {
	padding-top:50px;
	padding-bottom:20px;
	float:right;
}
#banners ul li { display:inline;}
#banners ul li:last-child { margin-right:10px;}
#banners ul li a:hover { background-position:3px 50%;}
#banners .inner { margin: 0 auto !important;}
section.widget h3 {
	clear:both;
	margin:0 0 10px;
	padding:5px 0;
	font-size:100%;
	font-weight:normal;
	color: #333;
	border-bottom:1px solid #ccc;
}

/* フッター
*****************************************************/
#footerWrapper {
	width:960px;
	margin-right:-30px;
}
#footer aside {
	float:left;
	width:300px;
	margin-right:30px;
}
#copyright {
	clear:both;
	padding:5px;
	text-align:center;
	font-size:90%;
	color:#fff;
	background:#01b9af;
}

/*************
** サイドバー
*************/
#sidebar article {
	margin-bottom:20px;
	border:1px solid #d0d0d0;
	overflow:hidden;
	background:#fff;
}

#sidebar ul {list-style:none;}
#sidebar li {
	border-bottom:1px dashed #d0d0d0;
	margin:0;
	padding:0;
	line-height:26px;
	font-weight:bold;
}

.line-d {border-bottom:1px dashed #d0d0d0;}
#sidebar ul li ul li:first-child {border-top:1px dashed #d0d0d0;}

#sidebar ul li:last-child {
	border:0;
	margin-bottom:0px;
}
#sidebar li a {
	padding:10px;
	display:block;
}
#sidebar ul li:hover &gt; a {
	color:#fff;
	background:#66cc99;
}
#sidebar ul.list li {
	clear:both;
	margin-bottom:5px;
	padding:5px 0;
	overflow:hidden;
	border:0;
}
#sidebar ul li .current {
	padding:10px;
	display:block;
	color:#fff;
	background:#2cad82;
}
ul.list li {
	height:1%;
}
ul.list li img {
	float:left;
	margin-right:10px;
}
ul.list li {
	font-size:12px;
	line-height:1.35;
}

ul.list-2col {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
ul.list-2col li {
	list-style: none;
	margin: 0px;
	padding: 10px 0px 10px 10px;
	float: left;
	width: 47%;
}
 .list-2col::after {
 content: "";
 display: block;
 clear: both;
 height: 0;
 visibility: hidden;
}
#sidebar h3.heading {
	font-size:120%;
	font-weight:bold;
	color:#fff;
	padding:20px 10px;
	border-bottom:3px double #d0d0d0;
	background:#279c75;
}
.sidebar-sub {
	padding-left:30px !important;
	font-size:90% !important;
}
/* FAX用紙 */
.btn-fax, .btn-fax:link, .btn-fax:hover, .btn-fax:visited {
	display: block;
	color: #fff;
	text-decoration: none;
	line-height: 1.8;
	background-color: #313131;
	padding: 20px;
	margin-top: 50px;
}
/* リンクボタン */
.btn-frame, .btn-frame:link, .btn-frame:hover, .btn-frame:visited {
	display: block;
	text-decoration: none;
	line-height: 1.8;
	width:80%;
	padding: 20px;
	border:solid 2px #01b9af;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 30px auto;
	background:url(../img/btn-back.png) no-repeat bottom right;
}




/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1025px) {
nav#mainNav {
	clear:both;
	position:relative;
	z-index:200;
	background:#279c75; 
}
nav#mainNav ul {
	 margin: 0;
	 padding: 0;
	 z-index: 1000;
	 list-style: none;
}
nav#mainNav ul li {
	text-align: center;
	float: left;
	position: relative;
	line-height: 60px;
	height: 60px;
}
nav#mainNav ul li a {
	display: block;
	color:#fff;
	font-weight:bold;
	padding-left:14px;
	padding-right:14px;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
nav#mainNav ul li a {
	padding-left:12px;
	padding-right:13px;
}
}


nav#mainNav ul li:hover &gt; a {
	background: #2cad82;
}
nav#mainNav ul li ul {
	position: absolute;
}
nav#mainNav ul li ul li {
	overflow: hidden;
	height: 0;
	background: #2cad82;
	border-bottom: #ffffff;
	width: 250px;
}
nav#mainNav ul li ul li:hover &gt; a {
	background: #2fb78a;
}
nav#mainNav ul li:hover &gt; ul &gt; li {
	overflow: visible;
	height: 60px;
	transition: 0.5s;
}
nav#mainNav ul li ul li ul {
	top: 0;
	left: 100%;
}
nav#mainNav ul li ul li ul li a { /* mago link */
	background: #66cc99;
}
nav#mainNav ul li ul li ul li a {
	background: #66cc99;
}
nav#mainNav ul li ul li ul:before {
	position: absolute;
	top: 25px;
	left: -15px;
	content: "";
	border: 5px solid transparent;
	border-left-color: #ffffff;
}
nav#mainNav li {
	border-left: 1px solid #259570;
	border-right: 1px solid #259570;
}
nav#mainNav li+ li {
	border-left: 0;
}
nav div.panel {
	display:block !important;
	width:100%;
	margin:0 auto;
	padding:0;
}
a#menu {
	display:none;
}
nav#mainNav ul li.current-menu-item, nav#mainNav ul li:hover, nav#mainNav ul li.current-menu-parent {
	background:#2cad82;
}
nav#mainNav ul li li {
	border:0;
}



}

/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px) {
nav#mainNav {
	clear:both;
	width:100%;
	margin:0 auto;
	padding:0;
	background:#279c75 url(../img/mainnavBg.png) repeat-x;
}
nav#mainNav a.menu {
	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	font-weight: bold;
	text-align:left;
	color:#fff;
	background: url(../img/menuOpen.png) no-repeat 10px 8px;
}
nav#mainNav a#menu span {
	padding-left:35px;
}
nav#mainNav a.menuOpen {
	color:#fff;
	background:url(../img/menuOpen.png) no-repeat 10px -34px;
}
nav#mainNav a#menu:hover {
	cursor:pointer;
}
nav .panel {
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
}

nav#mainNav ul li {
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	background:url(../img/bg.png);
}
nav#mainNav ul li a, nav#mainNav ul li.current-menu-item li a {
	display: block;
	padding:15px 10px;
	text-align:left;
	border-bottom:1px solid #ccc;
}

nav div.panel {
	float:none;
}

#mainImg {
	margin-bottom:20px;
}

/****** ACCORDION ******/
div.accordion {
	width: 100%;
}
div.accordion &gt; ul &gt; li &gt; a {
	display: block;
	color: #fff;
	text-decoration: none;
	background-color: #6ab5c8;
	border-bottom: 1px solid #fff;
	cursor: pointer;
	padding: 10px 12px;
	position: relative;
}
div.accordion &gt; ul &gt; li &gt; a:hover {
	background-color: #5997a7;
}
div.accordion &gt; ul &gt; li &gt; a:after, div.accordion &gt; ul &gt; li &gt; a.active:after {
	font-size: 12px;
	position: absolute;
	right: 12px;
	top: 16px;
}
div.accordion &gt; ul &gt; li &gt; a:after {
	content: "▼";
}

div.accordion &gt; ul &gt; li.no-list &gt; a:after {
	content: " ";
}

div.accordion &gt; ul &gt; li &gt; a.active:after {
	content: "▲";
}

div.accordion &gt; ul &gt; li &gt; ul {
	display: none;
}

div.accordion &gt; ul &gt; li &gt; ul &gt; li &gt; a {
	display: block;
	color: #fff;
	background-color: #79c9b8;
	border-bottom: 1px solid #fff;
	padding: 15px 36px !important;
	position: relative;
}

div.accordion &gt; ul &gt; li &gt; ul &gt; li &gt; a:hover {
	background-color: #67ab9c;
}
div.accordion &gt; ul &gt; li &gt; ul &gt; li &gt; ul li a {
	display: block;
	color: #fff;
	background: #79c9b8;
	border-bottom: 1px solid #fff;
	padding: 15px 76px !important;
	position: relative;
}
div.accordion &gt; ul &gt; li &gt; ul &gt; li &gt; ul li a:hover {
	background-color: #67ab9c;
}

}


/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px) {
#wrapper, #header, .inner {
	width:100%;
}
#header h1, #header p {
	padding:5px 10px;
}
#header h2 {
	padding:20px 10px 0;
}
#header ul {
	padding:20px 10px 10px;
}
nav#mainNav ul ul {
	padding:0;
}
#sidebar ul li.active a, #sidebar ul a:hover {
	color:#fff;
	background:#279c75;
	display:block;
}
#wrapper #mainImg {
	background-size:100% auto;
}
#wrapper #mainImg img {
	width:98%;
	height:auto;
}
#content, #sidebar, #main {
	clear:both;
	width:95%;
	float:none;
	margin:0 auto;
	padding:10px 0;
}
#banners {
	width:100%;
	margin:0 auto;
	text-align:center;
}
#banners p {
	display:inline;
	margin:0 1% 0 0;
}
#banners p img {
	width:32%;
	height:auto;
}
#footerWrapper {
	width:95%;
	margin:0 auto;
}
#footer aside {
	float:none;
	width:100%;
}
#calendar_wrap table {
	margin:0 auto;
	width:300px;
}
nav div.panel {
	float:none;
}
ul.list-2col li {
	float:none;
	width: 100%;
}

}


/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px) {
#header {
	text-align:center;
}
#header h2, #header .inner ul li {
	float:none;
} 
#header h2 img {
	width:90%;
	height:auto;
}
#headerInfo {
	width:250px;
	margin:0 auto;
}
#footer ul {
	text-align:left;
	padding:15px;
}
#footer ul ul {
	padding:0;
}
#mainImg .slogan {
	font-size:50.5%;
}
.books_in_01 figure {
	float:none;
}
.access {
	float:none;
}
.access .info {
	width:100%;
}

}

/* 幅330px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 330px) {
#calendar_wrap table {
	width:100%;
}
}
/* フロート
------------------------------------------------------------*/
.fl {
	float:left;
}
.fr {
	float:right;
}

/* ページトップへ
------------------------------------------------------------*/
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#pageTop a {
	display: block;
	z-index: 999;
	border-radius: 30px;
	width: 35px;
	height: 35px;
	background-color: #9FD6D2;
	font-size:22px;
	color: #fff;
	font-weight:800;
	text-decoration: none;
	text-align: center;
}
#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}
/*
==========================================================================
	見出し
==========================================================================
*/
/** 見出し１ **/
.heading01 {
	border-bottom: solid 3px #01b9af;
	width: 100%;
	color:#158675;
	position: relative;
	font-size:120%;
	font-weight:bold;
	padding-top:5px;
	margin-bottom:15px;
}
.heading01:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #ffc778;
	bottom: -3px;
	width: 30%;
}
/** 見出し２ **/
.heading02 {
	padding: 5px 8px;/*上下 左右の余白*/
	font-weight:bold;
	background: transparent;/*背景透明に*/
	border-left: solid 5px #01b9af;/*左線*/
	margin-bottom:20px;
}
/** 見出し３ **/
.heading03 {
	margin: 20px 0 30px 0
}
.heading03 {
	overflow: hidden;
	position: relative;
	padding-bottom: 3px;
	font-size:120%;
	font-weight:bold;
}
.heading03 span {
	padding: 8px;
}
.heading03:before {
	content: "";
	border-bottom: 3px solid #01b9af;
	bottom: 0;
	height: 0;
	position: absolute;
	width: 100%;
	z-index: 0;
}
.heading03:after {
	border-bottom: 3px solid #ddd;
	bottom: 0;
	content: "";
	position: absolute;
	width: 640px;
	z-index: 1;
}
/** 見出し４ **/
.heading04 {
	font-size:120%;
	color:#2185ae;
	background: #c2edff;/*背景色*/
	border-radius: 0.2em;/*角丸*/
	padding: 0.5em;/*文字まわり（上下左右）の余白*/
	margin-top:30px;
	margin-bottom:30px;
	font-weight:bold; 
}
/*
==========================================================================
	リスト
==========================================================================
*/
ol.list01 {
	counter-reset:list;
	list-style-type:none;
}
ol.list01 li {
	list-style-type:none;
	position:relative;
	line-height: 2em;
}
ol.list01 li:before {
	counter-increment: list;
	content: "";
	display: block;
	position: absolute;
	left: -1em;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #F6A38B;
	top: .9em;
  	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

dl.list02 {
	width:94%;
}
dl.list02 dt {
	clear: both;
	float: left;
	width: 20%;
	font-weight: bold;
}
dl.list02 dd {
	margin: 0 0 0 20%;
}
dl.list03 {
	width:100%;
}

dl.list03 dt {
	padding-top:10px;
}
dl.list03 dd {
	margin: 0 0 0 16%;
}
dl.list03 dd:before {
	content: '……　';
}

dl.list04 {
	width:94%;
}
dl.list04 dt {
	clear: both;
	float: left;
	width: 30%;
	font-weight: bold;
}
dl.list04 dd {
	margin: 0 0 0 30%;
}

dl.list05 {
	width:94%;
}
dl.list05 dt {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	padding: 20px 0 10px 0;
}
dl.list05 dd {
	padding: 0.5em 0;
}

ol.list06 {
	position: relative;
}
ol.list06 li ol{
 	margin-left: 0 !important;
}
ol.list06 li ol li{
	list-style-type:none;
	counter-increment: cnt;
	text-indent:-1.5em;
	padding-left:1.5em;
}
ol.list06 li ol li:before {
/*	display: marker;*/
	content: "(" counter(cnt) ") ";
}

ul.list07 {
	counter-reset:list;
	list-style-type:none;
}
ul.list07 li {
	list-style-type:none;
	position: relative;
}
ul.list07 li::before {
	display: block;
	content: '';
	position: absolute;
	top: 0.2em;
	left: -1em;
	width: 12px;
	height: 12px;
	border: 2px solid #3498db;
	border-radius: 100%;
	font-size:120%;
}

ul.list08 {
	background: #fcfcfc;
	padding: 0.5em 0.5em 0.5em 2em;
	border: solid 1px #cccccc;
}
ul.list08 li {
	list-style-type: decimal !important;
}

ol.list09{
  position: relative;
}
ol.list09 li{
	counter-reset:list;
  	list-style-type:none;
  	list-style-position:inside;
  	counter-increment: cnt;
	text-indent:-1.5em;
}
ol.list09 li:before{
/*  display: marker;*/
  content: "(" counter(cnt) ") ";
}
/* clear
------------------------------------------------------------*/
.cl::after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#list:after {
	content:"";
	display: table;
	clear: both;
}
#list {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	white-space: nowrap;
}
#list li {
	float: left;
	position: relative;
	display: inline-block;
}
#list li a {
	display: block;
	width: 138px;
	line-height: 60px;
	color:#fff;
}
.list_core {
	display: inline-block;
	line-height: 1.2em;
	vertical-align: middle;
}
/*====[ リスト（個別） ]====*/
.list_nav01 {
	background: #f00;
}
.list_nav02 {
	background: #0f0;
}
.list_nav03 {
	background: #ff0;
}
/*====[ 枠組み ]====*/
.frame01 {
	background: #fcfcfc;
	padding: 0.5em 0.5em 0.5em 2em;
	border: solid 1px #cccccc;
}
/*
==========================================================================
	図書目録など
==========================================================================
*/
.books_in_01 {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 30px;
}
.books_in_01 article {
	padding-bottom:20px
}
.books_in_01 figure {
	padding-right:20px
}
.books_in_01 h1 {
	margin:0 0 20px;
	padding:5px 10px;
	font-size:130%;
	color: #fff;
	border-radius:4px;
	background:#356aa0;
	box-shadow:0 0 3px rgba(0, 0, 0, 0.2);
}
/*
==========================================================================
	アコーディオンパネル
==========================================================================
*/
ac_panel {
	width: 500px;
}
#ac_panel &gt; dt {
	border-bottom: solid 1px white;
	background-color: #00BCD4;
	color: white;
	cursor: pointer;
	padding: 10px;
	font-weight: bold;
}
#ac_panel &gt; dd {
	border: solid 1px Silver;
	margin: 0px;
	padding: 10px;
}
/*
==========================================================================
	アクセスマップ関連
==========================================================================
*/
.access {
	overflow:auto;
}
.info {
	float: right;
	width: 290px;
}
.adr {
	padding: 27px;
	background: #f5f5f7;
}
.other {
	padding: 27px 0 27px 27px;
}
/*
==========================================================================
	文字 間隔　色　罫線　等
==========================================================================
*/

/* 余白
------------------------------------------------------------*/
.pb-10 {padding-bottom:10px !important;}
.pt-20 {padding-top:20px !important;}
.pl-20 {padding-left:20px !important;}
.pr-20 {padding-right:20px !important;}
.pt_20 {padding-top:20px !important;}
.pt_30 {padding-top:30px !important;}
.pb_20 {padding-bottom:20px !important;}
.ml_em {margin-left:1em !important;}
.ml_20 {margin-left:20px !important;}
.mr_20 {margin-right:20px !important;}
.mt_10 {margin-top:10px !important;}
.mt_20 {margin-top:20px !important;}
.mt_30 {margin-top:30px !important;}
.mt_40 {margin-top:40px !important;}
.mt_100 {margin-top:100px !important;}
.mb_10 {margin-bottom:10px !important;}
.mb_20 {margin-bottom:20px !important;}
.mb_30 {margin-bottom:30px !important;}
.pb_3 {padding-bottom: 3px;}

/* 字下げ
------------------------------------------------------------*/
.p1em {text-indent:1em !important;}
.p2em {text-indent:2em !important;}
.p3em {text-indent:3em !important;}
.bb_dot {border-bottom:1px dotted #666;}
.imglink img {border:5px solid #eee;}
.imglink a:hover img {border:5px solid #ff6600;}
.imglink a:hover {color:#ff0000;}

/* 文字関係
------------------------------------------------------------*/
.fc_red {color:#ff3333;}
.fc_orange {color:#ff3300;}
.fc_blue {color:#336699;}
.fc_black {color:#333;}
.fc_green {color:#01b9af;}
.fs_120 {font-size:120%;}
.fs_140 {font-size:140%;}
.fs_small {font-size:90%;}
.fs_14 {font-size:14px;}
.fs_16 {font-size:16px;}
.fs_18 {font-size:18px;}
.fn_bold {font-weight:bold !important;}

/* 罫線
------------------------------------------------------------*/
.hr {
	border: 0;
	border-bottom: 1px dotted #999999;
}

.ofh {overflow: hidden;}
.ofa {overflow: auto;}
.through {text-decoration: line-through;}
</pre></body></html>