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


/* =====================

  Reset CSS
  
  ===================== */

html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption,
tbody, tfoot, thead, table, label, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: bottom;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* =====================

  body
  
  ===================== */

body{
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color: #333;
	line-height: 1.5em;
	font-size: 93%;
	overflow-y:scroll;
}

a{
	color: #0066CC;
	text-decoration: none;
}
a:hover{
	color: #0066CC;
	text-decoration: underline;
}
a:visited{
	color: #4c0099;
}

strong {
	font-weight: bold;
}

/* =====================

  list
  
  ===================== */

ul {
	/* margin-top: 0.5em; */
	/* margin-bottom: 1em; */
}
ul li {
	list-style-position: outside;
	list-style-type: disc;
	/* margin-bottom: 0.3em; */
	margin-left: 1.2em;
	padding-left: 0.3em;
}

ol {
	
	/* margin: 0.5em 0.5em 1em; */
}
ol li {
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 1.5em;
	/* margin-bottom: 0.3em; */
}


dl {
	line-height: 1.6em;
	margin: 0.5em 0;
}
dt {
	color: #002d7f;
	float: left ;/* 左に寄せる */
	clear: left;/*  後続の左寄せを解除 */
	margin-right: 1em ;
	width: 5.5em ;/* 標準 5文字に設定 */
}
dd {
	margin-left: 6.5em ;
}

/* 定義リスト 10文字 */
dl.list-dt10 {
}
dl.list-dt10 dt {
	width: 10.5em ;
}
dl.list-dt10 dd {
	margin-left: 11.5em ;
}

/* 定義リスト 9文字 */
dl.list-dt9 {
}
dl.list-dt9 dt {
	width: 9.5em ;
}
dl.list-dt9 dd {
	margin-left: 10.5em ;
}

/* 定義リスト 8文字 */
dl.list-dt8 {
}
dl.list-dt8 dt {
	width: 8.5em ;
}
dl.list-dt8 dd {
	margin-left: 9.5em ;
}

/* 定義リスト 7文字 */
dl.list-dt7 {
}
dl.list-dt7 dt {
	width: 7.5em ;
}
dl.list-dt7 dd {
	margin-left: 8.5em ;
}

/* 定義リスト 6文字 */
dl.list-dt6 {
}
dl.list-dt6 dt {
	width: 6.5em ;
}
dl.list-dt6 dd {
	margin-left: 7.5em ;
}

/* 定義リスト 4文字 */
dl.list-dt4 {
}
dl.list-dt4 dt {
	width: 4.5em ;
}
dl.list-dt4 dd {
	margin-left: 5.5em ;
}

/* 定義リスト 3文字 */
dl.list-dt3 {
}
dl.list-dt3 dt {
	width: 3.5em ;
}
dl.list-dt3 dd {
	margin-left: 4.5em ;
}

/* 定義リスト 2文字 */
dl.list-dt2 {
}
dl.list-dt2 dt {
	width: 2.5em ;
}
dl.list-dt2 dd {
	margin-left: 3.5em ;
}

/* 定義リスト 1文字 */
dl.list-dt1 {
}
dl.list-dt1 dt {
	width: 1em ;
}
dl.list-dt1 dd {
	margin-left: 2em ;
}

/* 定義リスト フリー */
dl.list-dtA {
}
dl.list-dtA dt {
	width : auto;
}
dl.list-dtA dd {
	margin-left: 6.5em ;
}

/* スタイルなし */
.list-none {
}
.list-none li {
	list-style-type: none;
}

/* 丸付き数字 */
.num-circle {
	height: auto;
	overflow: hidden;
}

.num-circle ol  {
	margin: 0;
	padding: 0;
}
.num-circle ol li  {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}
.num-circle-dl {
	height: auto;
	overflow: hidden;
}

/* =====================

  wrap
  
  ===================== */

#container {
	width: 840px;
	margin:0 auto;
}

/* =====================

  header
  
  ===================== */

#header {
	border-bottom: 1px solid #999;
	padding: 20px 0;
}

/* =====================

  footer
  
  ===================== */

#footer {
	border-top: 1px solid #999;
	padding: 20px 0;
}
#footer-oshirase {
	padding: 20px 0;
}


/* =====================

  ホームページ　タイトル部分
  
  ===================== */

#box-top {
	height: 150px;
	clear: both;
	overflow: hidden;
	/* background-repeat: no-repeat; */
	padding-top: 1.5em;
	padding-bottom: 0.8em;
	margin: 30px 0 10px;
}
#box-top h2 {
	font-size: 300%;
	color: #CCC;
	font-weight: bold;
	text-align: right;
	line-height: 1em;
}
#box-top h1 {
	font-size: 116%;
	color: #999;
	font-weight: normal;
	text-align: right;
}
#box-top address {
	font-size: 85%;
	color: #333;
	font-weight: normal;
	font-style: normal;
	text-align: right;
	line-height: 1.5em;
}
#box-top p {
	font-size: 85%;
	color: #999;
	padding-top: 10px;
}

/* =====================

  ホームページ　メニュー

===================== */

.top{
	font-size: 100%;
	color: #333;
	font-weight: bold;
	background-color: #dcdcdc;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	margin: 4px 0 1.5em;
	padding: 3px 0 2px 0.5em;
	width: auto;
}
.top-list-box {
	width: 370px;
	float: right;
}

.list-top {
	font-size: 100%;
}
.list-top li {
	list-style-type: disc;
	margin-bottom: 0.8em;
	line-height: 1.3em;
	list-style-position: outside;
	margin-left: 1.5em;
}


/* 表紙キャプション */
#container .top-caption {
	height: auto;
	clear: both;
	overflow: hidden;
	padding-bottom: 3em;
}
.top-caption h3 {
	font-size: 93%;
	line-height: 1.5em;
	font-weight: normal;
	color: #8A8A8A;
	padding: 0px;
	margin-bottom: 1em;
}

.top-caption .top-data {
}

.top-caption .top-data table {
	margin: 2em 0;
	width: 100%;
	height: auto;
	line-height: 1.5em;
	background-color: #FFF;
}
.top-caption .top-data table th {
	text-align: center;
	font-weight: bold;
	color: #fff;
	line-height: 140%;
	background-color: #0045c4;
	border: 1px solid #999;
	display:table-cell;
	vertical-align: middle;
}
.top-caption .top-data table td {
	border: 1px solid #999;
	display:table-cell;
	vertical-align: middle;
	padding-left: 25px;
}
.top-caption .top-data dl {
	line-height: 1.2em;
	margin-top: 0.5em;
	margin-bottom: 1em;
	width: 100%;
}
.top-caption .top-data dl dt {
	width: 4em ;
	color: #002d7f;
	margin-right: 1em ;
}
.top-caption .top-data dl dd {
	margin-left: 5em ;
}

.top-p {
	font-size: 93%;
	line-height: 1.8em;
}

/* QRコード */
.qr {
	float: right;
	text-align: center;
}
.qr p {
	font-size: 82%;
	line-height: 1.5em;
}


/* =====================

  タイトル
  
  ===================== */
  
#title {
	font-size: small;
	color: #696969;
	background-color: #e6e6fa;
	border-width: 1px;
	border-style: solid;
	border-color: #f8f8ff #cfcfe1 #cfcfe1 #f8f8ff;
	padding: 5px 5px 10px;
}

/* =====================

  ページ移動メニュー
  
  ===================== */

.menu {
	overflow: hidden;
	clear: both;
	padding-left: 2.5em;
}
.menu ul {
	text-align: center;
	margin-top: 0.5em;
	margin-bottom: 1em;
}
.menu ul li {
	display: inline;
	margin: 0;
	padding: 10px 20px 20px;
}
.menu ul li a img {
	vertical-align: text-top;
	margin: 2px 10px 0;
}
.menu ul li a .mae {
	background-image: url(regular/arrow_l.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
}
.menu ul li a .tugi {
	background-image: url(regular/arrow_r.gif);
	padding-right: 100px;
	background-repeat: no-repeat;
	background-position: 2.5em;
}


/* =====================

  ページのトップへ移動
  
  ===================== */

.pagetop {
	background-image: url(regular/arrow_t.gif);
	background-repeat: no-repeat;
	padding-left: 1.5em;
	float: right;
	background-position: 0.1em;
}


/* =====================

  お知らせ

  ===================== */

#oshirase-menu {
	overflow: hidden;
	/* zoom: 1; */
	position: relative;
	clear: both;
	border-bottom: 1px solid #999;
	padding-top: 15px;
	padding-bottom: 8px;
	width: 840px;
}
#oshirase-menu ul {
	text-align: right;
}
#oshirase-menu ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
.oshirase-heading {
	overflow: hidden;
	/* zoom: 1; */
	clear: both;
	border-bottom: thick ridge #fff;
	padding: 15px 5px 10px;
}
.oshirase-heading h1 {
	line-height: 140%;
}

/*お知らせ用*/
.box-oshirase {
	height: auto;
	clear: both;
	overflow: hidden;
	border-bottom: 1px solid #999;
	padding-top: 1.5em;
	padding-bottom: 1em;
}
.box-oshirase h2 {
	font-size: 161.6%;
	font-weight: bold;
	color: #003CAA;
	line-height: 1.2em;
	padding-bottom: 0.5em;
}
.box-oshirase h3 {
	font-size: 116%;
	font-weight: bold;
	color: #663300;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	padding-top: 0.5em;
}
.box-oshirase h4 {
	font-size: 116%;
	font-weight: bold;
	color: #136055;
	line-height: 1.5em;
	margin-top: 0.5em;
	padding-bottom: 0.5em;
}
.box-oshirase h5 {
	line-height: 1.4em;
	font-weight: normal;
	text-align: right;
	padding: 0px;
	clear: both;
	margin: 1em 0;
	word-spacing: 1em;
}

/*施設*/
.shisetu {
	padding: 0px;
	border: 1px solid #999;
	background-color: #ffffe0;
	clear: both;
	margin: 0 0 10px;
	height: auto;
}
.shisetu h2 {
	font-size: 161.6%;
	font-weight: normal;
	color: #FFF;
	background-color: #999;
	padding: 5px 5px 5px 10px;
	margin-bottom: 0.5em;
}
.shisetu h5 {
	font-weight: normal;
	word-spacing: 1em;
	line-height: 1.4em;
	text-align: left;
	padding-left: 10px;
}
.shisetu h3 {
	color: #663300;
	padding-left: 10px;
}
.shisetu p {
	padding-bottom: 10px;
	padding-left: 10px;
}
.shisetu dl {
	padding: 10px;
}
.shisetu dl dt {
	color: #663300;
}
.shisetu dl dd {
	margin-left: 50px;
}

/* =====================

  広報クイズ

  ===================== */

/* 広報クイズ ○○に入る文字は？ */
.quiz-back {
	float: left;
}
.quiz-question {
	display: inline-block;
	font-size: 125%;
	font-weight: bold;
	padding: 8px 1em;
	background-color: #FFCACA;
	/* zoom: 1; */
}
.quiz-answer {
	float: left;
	font-size: 150%;
	font-weight: bold;
	margin-top: 8px;
	margin-left: 2em;
}

/* =====================

  問い合わせ先一覧

===================== */

.contact {
	width: 450px;
	float: right;
	height: auto;
	clear: both;
	overflow: hidden;
	padding-top: 1em;
	padding-bottom: 1em;
}
.contact table {
	margin-bottom: 5px;
	height: auto;
	line-height: 1.5em;
}
.contact table td {
	margin: 0px;
	padding: 2px 4px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}


/* =====================

  レイアウト

===================== */

.box {
	height: auto;
	clear: both;
	overflow: hidden;
	padding-top: 1.5em;
	padding-bottom: 1em;
}
.box-center {
	text-align: center;
}
.box-0 {
	height: auto;
	clear: both;
	overflow: hidden;
}
.box-TB5 {
	height: auto;
	clear: both;
	overflow: hidden;
	padding: 5px 0;
}
.box-TB10 {
	height: auto;
	clear: both;
	overflow: hidden;
	padding: 10px 0;
}
.box-TB20 {
	height: auto;
	clear: both;
	overflow: hidden;
	padding: 20px 0;
}
.box-T20 {
	height: auto;
	clear: both;
	overflow: hidden;
	padding: 20px 0 0;
}
.box-T10 {
	height: auto;
	clear: both;
	overflow: hidden;
	padding: 10px 0 0;
}
.box-T5 {
	padding: 5px 0 0;
}
.box-B10 {
	height: auto;
	clear: both;
	overflow: hidden;
	padding: 0 0 10px 0;
}
.box-B20 {
	height: auto;
	clear: both;
	overflow: hidden;
	padding: 0 0 20px 0;
}
.box-p5 {
	height: auto;
	clear: both;
	overflow: hidden;
	padding: 5px;
}
.box-p10 {
	height: auto;
	clear: both;
	overflow: hidden;
	padding: 10px;
}
.box-p20 {
	height: auto;
	clear: both;
	overflow: hidden;
	padding: 20px;
}
.box-border {
	height: auto;
	clear: both;
	overflow: hidden;
	border-bottom: 1px solid #999;
	padding-top: 10px;
	padding-bottom: 20px;
}
.box-border-dot {
	height: auto;
	clear: both;
	overflow: hidden;
	border-bottom: dotted 4px #a9a9a9;
}
.box-third {
	width: 280px;
	height: auto;
}

.TBp10 {
	padding: 10px 0;
}
.TBp20 {
	padding: 20px 0;
}
.Tp5 {
	padding: 5px 0 0 0;
}
.Tp10 {
	padding: 10px 0 0 0;
}
.Tp20 {
	padding: 20px 0 0 0;
}
.Bp10 {
	padding: 0 0 10px 0;
}
.Bp20 {
	padding: 0 0 20px 0;
}
.Lp10 {
	padding: 0 0 0 10px;
}
.Lp20 {
	padding: 0 0 0 20px;
}
.LRp10 {
	padding: 0 10px;
}
.LRp20 {
	padding: 0 20px;
}
.Rp10 {
	padding: 0 10px 0 0;
}
.Rp20 {
	padding: 0 20px 0 0;
}

.list-line {
	padding: 0 0 10px 0;
	margin-top: -10px;
}

.ruby-p {
	padding: 0.5em 0;
}

/* 囲み */
.box-line {
	border: 1px solid #999999;
	clear: both;
	height: auto;
	overflow: hidden;
	margin: 20px 0;
	padding: 10px 20px;
	background-color: #fff;
}
.box-line-0 {
	border: 1px solid #999999;
	clear: both;
	height: auto;
	overflow: hidden;
	background-color: #fff;
}
.box-line-dash {
	border: 1px dashed #999999;
	clear: both;
	height: auto;
	background-color: #fff;
	overflow: hidden;
	padding: 10px 20px;
	margin: 20px 0;
}
.box-line-dash-m0 {
	border: 1px dashed #999999;
	clear: both;
	height: auto;
	background-color: #fff;
	overflow: hidden;
	padding: 10px 20px;
}
.box-line-yellow-bc {
	border: 1px solid #999999;
	clear: both;
	height: auto;
	background-color: #ffffe0;
	overflow: hidden;
	margin: 20px 0;
	padding: 10px 20px;
}
.box-line-lGrey-bc {
	border: 1px solid #999999;
	clear: both;
	height: auto;
	background-color: #f3f3f3;
	overflow: hidden;
	margin: 20px 0;
	padding: 10px 20px;
}
.box-line-gray-bc {
	border: 1px solid #999999;
	clear: both;
	height: auto;
	background-color: #D9D9D9;
	overflow: hidden;
	margin: 20px 0;
	padding: 10px 20px;
}

.box-radius {
	height: auto;
	clear: both;
	overflow: hidden;
	border-radius: 15px;
	padding: 20px 20px 20px 25px;
	margin: 10px 0px;
}

.line-img {
    border: 1px solid #999;
}



/* float left */
.left {
	float: left;
	margin: 5px 15px 15px 0;
}
.left-0 {
	float: left;
}
.left-line {
	float: left;
	margin: 10px 15px 15px 0;
	border: 1px solid #999999;
}
.left-w160 {
	float: left;
	width: 160px;
	height: auto;
	padding-right: 10px;
}
.left-w210 {
	float: left;
	width: 210px;
	height: auto;
	padding-right: 10px;
}
.left-w250 {
	float: left;
	width: 250px;
	height: auto;
	padding-right: 10px;
}
.left-w280 {
	float: left;
	width: 280px;
	height: auto;
	padding-right: 10px;
}
.left-w310 {
	float: left;
	width: 310px;
	height: auto;
	padding-right: 10px;
}
.left-w360 {
	float: left;
	width: 360px;
	height: auto;
	padding-right: 10px;
}
.left-w410 {
	float: left;
	width: 410px;
	height: auto;
	padding-right: 10px;
}
.left-w460 {
	float: left;
	width: 460px;
	height: auto;
	padding-right: 10px;
}
.left-w490 {
	float: left;
	width: 490px;
	height: auto;
	padding-right: 10px;
}
.left-w520 {
	float: left;
	width: 520px;
	height: auto;
	padding-right: 10px;
}
.left-w560 {
	float: left;
	width: 560px;
	height: auto;
	padding-right: 10px;
}
.left-w590 {
	float: left;
	width: 590px;
	height: auto;
	padding-right: 10px;
}
.left-w630 {
	float: left;
	width: 630px;
	height: auto;
	padding-right: 10px;
}
.left-w650 {
	float: left;
	width: 650px;
	height: auto;
	padding-righ: 10px;
}
.left-w680 {
	float: left;
	width: 680px;
	height: auto;
	padding-righ: 10px;
}
.left-w720 {
	float: left;
	width: 720px;
	height: auto;
	padding-righ: 10px;
}

/* float right */
.right {
	float: right;
	margin: 5px 0 15px 15px;
}
.right-0 {
	float: right;
}
.right-line {
	float: right;
	margin: 10px 0 15px 15px;
	border: 1px solid #999999;
}
.right-w160 {
	float: right;
	width: 160px;
	height: auto;
	padding-left: 10px;
}
.right-w210 {
	float: right;
	width: 210px;
	height: auto;
	padding-left: 10px;
}
.right-w250 {
	float: right;
	width: 250px;
	height: auto;
	padding-left: 10px;
}
.right-w280 {
	float: right;
	width: 280px;
	height: auto;
	padding-left: 10px;
}
.right-w310 {
	float: right;
	width: 310px;
	height: auto;
	padding-left: 10px;
}
.right-w360 {
	float: right;
	width: 360px;
	height: auto;
	padding-left: 10px;
}
.right-w410 {
	float: right;
	width: 410px;
	height: auto;
	padding-left: 10px;
}
.right-w460 {
	float: right;
	width: 460px;
	height: auto;
	padding-left: 10px;
}
.right-w520 {
	float: right;
	width: 520px;
	height: auto;
	padding-left: 10px;
}
.right-w560 {
	float: right;
	width: 560px;
	height: auto;
}
.right-w590 {
	float: right;
	width: 590px;
	height: auto;
	padding-left: 10px;
}
.right-w630 {
	float: right;
	width: 630px;
	height: auto;
	padding-left: 10px;
}
.right-w650 {
	float: right;
	width: 650px;
	height: auto;
	padding-left: 10px;
}
.right-w680 {
	float: right;
	width: 680px;
	height: auto;
	padding-left: 10px;
}
.right-w720 {
	float: right;
	width: 720px;
	height: auto;
	padding-left: 10px;
}

/* =====================

  テーブル
  
  ===================== */

.table1 {
	border: 1px solid #999;
	margin: 5px 0;
	width: 100%;
	height: auto;
	/* border-collapse: collapse;
	line-height: 1.5em; */
	background-color: #FFF;
}
.table1 th {
	border: 1px solid #999;
	background-color: #D9D9D9;
	padding: 2px 4px;
	font-weight: bold;
	vertical-align: middle;
	/* display:table-cell; */
}
.table1 td {
	border: 1px solid #999;
	padding: 2px 4px;
	vertical-align: middle;
	/* display:table-cell; */
}
.table1 .border-bottom {
	border-bottom: none;
}
.table1 .border-bottom-none {
	border-bottom: solid 3px;
}
.table1 .border-top {
	border-top: solid 3px;
}
.table1 .border-left {
	border-left: solid 3px;
}
.table1 .border-right {
	border-right: solid 3px;
}

.table1A {
	height: auto;
	background-color: #FFF;
	margin-bottom: 5px;
	/* line-height: 1.5em; */
}
.table1A th {
	border: 1px solid #999;
	background-color: #D9D9D9;
	padding: 2px 4px;
	font-weight: bold;
	vertical-align: middle;
	/* display:table-cell; */
}
.table1A td {
	border: 1px solid #999;
	padding: 2px 4px;
	vertical-align: middle;
	/* display:table-cell; */
}

.table2 {
	margin-bottom: 5px;
	height: auto;
	/* line-height: 1.5em; */
}
.table2 td {
	padding: 2px 10px;
	vertical-align: middle;
	/* display:table-cell; */
}

.table3 {
	margin-bottom: 5px;
	width: 100%;
	height: auto;
	background-color: #FFF;
	/* line-height: 1.5em; */
}
.table3 th {
	padding: 5px 15px;
	font-weight: bold;
	text-align: left;
}
.table3 td {
	padding: 5px 15px;
}
.table3 tr td p {
	padding-top: 0.5em;
}

.table4 {
	height: auto;
}
.table4 td {
	vertical-align: middle;
}
.table4 td {
	vertical-align: middle;
}

.table-border-dash {
	height: auto;
}
.table-border-dash th {
    border-bottom: dashed 1px #999999;
    padding: 3px 0px;
	vertical-align: middle;
}
.table-border-dash td {
    border-bottom: dashed 1px #999999;
    padding: 3px 0px;
    vertical-align: middle;
}

/* "セル内の位置"と組み合わせて使用可 */
.table1-va-none {
	width: 100%;
	height: auto;
	background-color: #FFF;
	margin-bottom: 5px;
	/* line-height: 1.5em; */
}
.table1-va-none th {
	border: 1px solid #999;
	background-color: #D9D9D9;
	padding: 2px 4px;
	font-weight: bold;
}
.table1-va-none td {
	border: 1px solid #999;
	padding: 2px 4px;
}

/* セル内の位置 */
.table-ver-top {
	display: table-cell;
	vertical-align: top;
}
.table-ver-middle {
	display: table-cell;
	vertical-align: middle;
}
.table-ver-bottom {
	display: table-cell;
	vertical-align: bottom;
}


/* 色 */
.table-header {
	background-color: #D9D9D9;
	font-weight: bold;
}

.table-lightblue-center {
	background-color: #b0e0e6;
	text-align: center;
	font-weight: bold;
}
.table-lightblue {
	background-color: #b0e0e6;
	font-weight: bold;
}

/* 二重線 */
tr.table-Tdouble {
   border-top: 3px double #999;
}

/* 破線 */
tr.table-Tdashed {
   border-top: 2px dashed #999;
}

/* =====================

  色
  
  ===================== */

.bc-White {
	background-color: #fff;
}
.bc-Yellow {
	background-color: #ffffe0;
}
.bc-Yellow2 {
	background-color: #fff8cc;
}
.bc-lYellow {
	background-color: #fffff4;
}
.bc-Pink {
	background-color: #F7C9DB;
}
.bc-lPink {
	background-color: #fff2f8;
}
.bc-Orange {
	background-color: #fce4d6;
}
.bc-Beige {
	background-color: #eedcb3;
}
.bc-lPurple {
	background-color: #F9EDFA;
}
.bc-lGreen {
	background-color: #EEFAED;
}
.bc-lBlue {
	background-color: #eff6fb;
}
.bc-lGrey {
	background-color: #f3f3f3;
}
.bc-lightBlue {
	background-color: #b0e0e6;
}


/* =====================

  テキスト
  
  ===================== */

.text-clear {
	line-height: 1.5em;
	font-weight: normal;
	text-align: right;
	clear: both;
	word-spacing: 1em;
	margin-top: 5px;
	margin-bottom: 1em;
	padding-top: 10px;
}
.text-kome {
	color: #708090;
}
.text-kome-normal {
	color: #708090;
	font-weight: normal;
}
.text-kome-bold {
	color: #708090;
	font-weight: bold;
}
.text-bold {
	font-weight: bold;
}
.text-bold-bk {
	font-weight: bold;
	color: #333;
}

.text-normal {
	font-weight: normal;
	color: #333;
}
.text-under {
	text-decoration: underline;
}
.text-under-bold {
	font-weight: bold;
	text-decoration: underline;
}


/* 色 */
.text-bk {
	color: #333;
}
.text-white {
	color: #FFF;
}
.text-blue {
	color: #002d7f;
}
.text-blue-bold {
	color: #003caa;
	font-weight: bold;
}
.text-lBlue {
	color: #599bbe;
}
.text-green {
	color: #136055;
}
.text-green-bold {
	color: #136055;
	font-weight: bold;
}
.text-brown {
	color: #663300;
}
.text-brown-bold {
	color: #663300;
	font-weight: bold;
}
.text-red {
	color: #d9333f;
}
.text-pink {
	color: #ea618e;
}
.text-pink2 {
	color: #ee836f;
}
.text-yellow {
	color: #f6ad49;
}
.text-purple {
	color: #be599b/* #cc7eb1 */;
}
.text-violet {
	color: #7d59be/* #674196 */;
}


/* 位置調整 */
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}

.text-indent-1em {
	margin-left:1em;
	text-indent:-1em;
}
.text-indent-en {
	margin-left:0.5em;
	text-indent:-0.5em;
}
.text-indent-2em {
	margin-left:2em;
	text-indent:-2em;
}
.text-spacing-en {
	word-spacing: 0.3em;
}
.text-li {
    line-height: 1.8em;
}


/* background-color */
.text-gray-back-ce-85 {
	font-size: 85%;
	font-weight: bold;
	color: #fff;
	line-height: 180%;
	background-color: #999;
	text-align: center;
	margin: 2em 0 1em;
	padding: 1px 10px;
}
.text-blue-back-ce-85 {
	font-size: 85%;
	font-weight: bold;
	color: #fff;
	line-height: 180%;
	background-color: #0045c4;
	text-align: center;
	margin: 2em 0 1em;
	padding: 5px 10px;
}
.text-blue-back {
	color: #fff;
	background-color: #0045c4;
	font-weight: bold;
	margin: 0.5em 0;
	padding: 5px 10px;
}
.text-blue-back-ce {
	font-weight: bold;
	color: #fff;
	line-height: 140%;
	background-color: #0045c4;
	text-align: center;
	margin: 2em 0 1em;
	padding: 5px 10px;
}
.text-gray-back {
	color: #fff;
	background-color: #999;
	font-weight: bold;
	margin: 0.5em 0;
	padding: 5px 10px;
}
.text-gray-back-ce {
	font-weight: bold;
	color: #fff;
	line-height: 140%;
	background-color: #999;
	text-align: center;
	margin: 2em 0 1em;
	padding: 5px 10px;
}
.text-gray-back-ce-none {
	font-weight: bold;
	color: #fff;
	line-height: 140%;
	background-color: #999;
	text-align: center;
}
.h-text-blue-back {
    font-size: 140%;
    font-weight: bold;
    color: #fff;
    line-height: 1.5em;
    background-color: #0045c4;
    padding: 5px 10px;
    margin: 10px 0;
}
.h-text-gray-back {
    font-size: 140%;
    font-weight: bold;
    color: #fff;
    line-height: 1.5em;
    background-color: #999;
    padding: 5px 10px;
    margin: 10px 0;
}
.h-text-pink-back {
    font-size: 140%;
    font-weight: bold;
    line-height: 1.5em;
    background-color: #F7C9DB;
    padding: 5px 10px;
    margin: 10px 0;
}
.h-text-green-back {
    font-size: 140%;
    font-weight: bold;
    color: #fff;
    line-height: 1.5em;
    background-color: #136055;
    padding: 5px 10px;
    margin: 10px 0;
}


/* サイズ調整 */
.text-smaller {
	font-size: 85%;
}
.text-smaller2 {
	font-size: 60%;
}
.text-larger {
	font-size: 131%;
}
.text-larger2 {
	font-size: 160%;
}

/* 文字サイズ text1 */
.text1 {
	font-size: 197%;
	line-height: 1.4em;
	margin-bottom: 0.5em;
}
.text1-bold {
	font-size: 197%;
	line-height: 1.4em;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.text1-blue-center {
	font-size: 189%;
	line-height: 1.4em;
	color: #003caa;
	text-align: center;
}
	
/* 文字サイズ text2 */
.text2 {
	font-size: 161.6%;
	line-height: 1.2em;
	margin: 0.8em 0;
}
.text2-bold {
	font-size: 161.6%;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0.8em 0;
}
.text2-under {
	font-size: 161.6%;
	line-height: 1.3em;
	text-decoration: underline;
}
.text2-blue {
	font-size: 161.6%;
	color: #003CAA;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0.8em 0;
}
.text2-brown {
	font-size: 161.6%;
	font-weight: bold;
	color: #663300;
	line-height: 1.2em;
	margin: 0.8em 0;
}

/* 文字サイズ text3 */
.text3 {
	font-size: 116%;
	line-height: 1.5em;
	margin: 0.5em 0;
}
.text3-bold {
	font-size: 116%;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0.5em 0;
}
.text3-center {
	font-size: 116%;
	font-weight: bold;
	line-height: 1.5em;
	text-align: center;
	margin: 0.5em 0;
}
.text3-blue {
	font-size: 116%;
	font-weight: bold;
	color: #003CAA;
	line-height: 1.5em;
	margin: 0.5em 0;
}
.text3-brown {
	font-size: 116%;
	font-weight: bold;
	color: #663300;
	line-height: 1.5em;
	margin: 0.5em 0;
}
.text3-green {
	font-size: 116%;
	font-weight: bold;
	color: #136055;
	line-height: 1.5em;
	margin: 0.5em 0;
}
.text3-blue-back {
	font-size: 116%;
	color: #fff;
	background-color: #0045c4;
	font-weight: bold;
	margin: 0.5em 0;
	padding: 5px 10px;
}
.text3-blue-back-ce {
	font-size: 116%;
	color: #fff;
	background-color: #0045c4;
	font-weight: bold;
	text-align: center;
	margin: 0.5em 0;
	padding: 5px 10px;
}
.text3-gray-back {
	font-size: 116%;
	color: #fff;
	background-color: #999;
	font-weight: bold;
	margin: 0.5em 0;
	padding: 5px 10px;
}
.text3-gray-back-ce {
	font-size: 116%;
	color: #fff;
	background-color: #999;
	font-weight: bold;
	text-align: center;
	margin: 0.5em 0;
	padding: 5px 10px;
}

/* 文字サイズ text4 */
.text4-bold {
	font-weight: bold;
	line-height: 1.5em;
	margin: 0.5em 0;
}
.text4-white {
	font-size: medium;
	font-weight: normal;
	color: #FFF;
}

/* 文字サイズ text5 */

.text5 {
	font-size: 85%;
	line-height: 1.5em;
	margin: 0.5em 0;
}

/****** ここから増やした分 ******/

.kome {
	margin: 0px;
	padding: 0px;
}
.kome dl {
	line-height: 1.6em;
	margin-bottom: 1em;
	color: #708090;
}
.kome dl dt {
	float: left;
	color: #708090;
	margin: 0px;
	padding: 0px;
}
.kome dl dd {
	margin-bottom: 0.3em;
	margin-left: 0.5em;
}
.right-img-vc {
	float: right;
	clear: both;
	margin: -5px 0 5px 0;
}
.right-img-vc img {
	display: block;
	padding: 5px 0 5px 15px;
}
.left-side250 {
	float: left;
	width: 565px;
	height: auto;
	padding-right: 10px;
}
.left-img-vc {
	float: left;
	clear: both;
	overflow: hidden;
	margin: -5px 0 5px 0;
}
.left-img-vc img {
	display: block;
	padding: 5px 15px 5px 0;
	clear: both;
}
.right-side250 {
	float: right;
	width: 565px;
	height: auto;
	padding-left: 10px;
}

.box-center02-outer{
	text-align: center;
	overflow: hidden;
}
.box-center02-inner{
	display: inline-block;
}

.sup {
vertical-align: super;
font-size: 0.6em;
}
/* ここまで */


/* 診察室からお答えします ここから */
.shinsatsu-text2-blue {
	font-size: 165%;
	color: #26499d;
	font-weight: bold;
	line-height: 0.75em;
	margin: 0.8em 0;
}
.shinsatsu-box-radius {
  position: relative;
  height: auto;
  border: 3px solid #26499d;
  border-radius: 10px;
  padding: 20px 20px 0px 20px;
  margin-bottom: 10px;
  background-color: #eff6fb;
}
/* 診察室からお答えします ここまで */


/* アメイジングトヤマ ここから */
.amazing_about-right {
	float: right;
	width: 450px;
	height: auto;
	margin: 10px 0 0 10px;
	background-color: #f3f3f3;
}
.amazing_about-right p {
	font-size: 85%;
	line-height: 1.5em;
	margin: 0.5em 0;
	padding: 20px;
}
/* アメイジングトヤマ ここまで */
</pre></body></html>