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

/* --- 全体の背景・テキスト --- */
body {
margin: 0;
padding: 0;
background-image: url(back01.gif); 
background-color: #ffffff; /* ページの背景色 */
color: #000000; /* 全体の文字色 */
font-size: 90%; /* 全体の文字サイズ */
line-height: 1.5em; 
letter-spacing:.1em;
vertical-align: middle; 
}

form {margin:0px;}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

img {
border: none;
}

.grayborder {
border: 1px #bcbcbc solid;
}

/* --- ブロック --- */
.block_inline {
display: inline-block;
}

/* --- イメージの位置 --- */
img.middle {
vertical-align: middle;
}

/* --- フロートの位置 --- */
.floatleft {
float: left;
}

.floatright {
float: right;
}

/*右寄せ*/
.right { float: right;
margin: 5px;
clear: both;
} 

/*画像と中央へ並べる*/
.center { vertical-align: middle;
margin-right: 5px;
} 

.txtcenter { text-align: center;
}
.txtleft { text-align: left;
}

/* --- 全体のリンクテキスト --- */
a:link { color: #0000ff; text-decoration: none; }
a:visited { color: #800080; text-decoration: none; }
a:hover { color: #ff0000; text-decoration: underline; }
a:active { color: #ff0000; text-decoration: underline; }


/* --- フッターのリンクテキスト --- */
a.foot:link { color: #ffffff; text-decoration: none; }
a.foot:visited { color: #ffffff; text-decoration: none; }
a.foot:hover { color: #ffffff; text-decoration: underline; }
a.foot:active { color: #ffffff; text-decoration: underline; }

/* --- 文中のリンクの設定 --- */
.link{
	padding-left:16px;
	background: url(images/icon/sankaku_orange.gif) no-repeat 5px 3px;
}
.go_map{
                                border:1px solid #cdcdcd;
                                margin:3px 0;
                                padding:3px 6px 3px 22px;
	background: url(images/icon/sankaku_orange.gif) no-repeat 5px 3px;
                                white-space:nowrap;
}

/* --- 横並び --- */
.float-left{
	float:left;
}

/* --- 横並びの割合 --- */
.col2{
width: 45%;
}


/* --- 空きの調整 --- */
.pad_l30{
	padding-left:30px;
}
.pad_l40{
	padding-left:40px;
}
.mar_l20{
	margin-left:20px;
}
.mar_r20{
	margin-right:20px;
}
.mar_t20{
	margin-top:20px;
}
.mar_t40{
	margin-top:20px;
}
.mar_b10{
	margin-bottom:10px;
}


/* --- コンテナ --- */
#wrapper {
width: 98%; /* ページの幅 */
margin: 0 auto; /* センタリング */
background-color: #ffffff; /* メインカラムの背景色 */
border-left: 1px #c0c0c0 solid; /* 左枠線 */
border-right: 1px #c0c0c0 solid; /* 右枠線 */
}


#header {
height: 87px;
}

.searchBtn {
	margin:0px 5px 0px 5px;
	vertical-align:middle;
}

#container {
position: relative;
margin: 10px 0;
width: 100%;
overflow: hidden;
}


#primary {
margin-left: 200px;
background-color: #ffffff;
}

#secondary {
position: absolute;
left: 5px;
top: 0px;
width: 200px;
background-color: #ffffff;

}

#content {
margin-left: 10px;
background-color: #ffffff;
}


/* --- フッタ --- */
#footer {
font-size: 90%; /* 文字サイズ */
line-height: 1.5em; 
color: #FFFFFF;
height: 100px;
}


#pan { 
text-align: left; 
font-size: 90%; /* 全体の文字サイズ */
line-height: 1.5em; 
letter-spacing:.1em;
margin-left: 10px;
} 


/* --- テーブル --- */
table.head { 
	table-layout:auto;
	border: 0px #4B3D3C solid; 
	border-collapse: separate;
	padding: 0px 0px;
	vertical-align:top;
	font-size: 14px;
	background-color: #62C3D2;
	color: #000000;
} 

td.kumo { 
background: url(images/background/kumo.gif) ;
width: 100%;
}

td.kensaku { 
background-image: url(images/background/head_back.gif); 
height: 28px; 
background-repeat: no-repeat; 
background-position: right; 
text-align:right;
white-space: nowrap; 
}

/* --- ボタン ---*/
a.btn_kosodate{
	background: #FFFFFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow:2px 3px 3px -1px #d0cfcf;
	padding: 8px 12px;
	margin:7px;
	border: solid #b8d565 3px;
	color:#555555;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
}
a.btn_kosodate:hover{
	background: #FFFFFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow:1px 1px 1px -1px #d0cfcf;
	transform: translateX(3px)  translateY(2px);/*下に動く*/
	padding: 8px 12px;
	margin:7px;
	border: solid #90c102 3px;
	color:#333333;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
}

.btn_red{
	background: #e54141;
	box-shadow:2px 3px 3px -1px #d0cfcf;
	padding: 8px 12px;
	margin:7px;
	color:#ffffff;
	text-decoration: none;
	display: inline-block;
	/* cursor: pointer; */
}

a.btn_pink{
	background: #FFFFFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow:2px 3px 3px -1px #d0cfcf;
	padding: 8px 12px;
	margin:7px;
	border: solid #fbc0bf 3px;
	color:#555555;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
}
a.btn_pink:hover{
	background: #ffeff2;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow:1px 1px 1px -1px #d0cfcf;
	transform: translateX(3px)  translateY(2px);/*下に動く*/
	padding: 8px 12px;
	margin:7px;
	border: solid #ffcccc 3px;
	color:#333333;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
}
a.btn_green{
	background: #FFFFFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow:2px 3px 3px -1px #d0cfcf;
	padding: 8px 12px;
	margin:7px;
	border: solid #b7d564 3px;
	color:#76B43D;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
}
a.btn_green:hover{
	background: #FFFFFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow:1px 1px 1px -1px #d0cfcf;
	transform: translateX(3px)  translateY(2px);/*下に動く*/
	padding: 8px 12px;
	margin:7px;
	border: solid #90c102 3px;
	color:#67aa48;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
}


/* --- ボックス --- */
div.blue { 
width: 100%; 
height: 5px; 
background-color: #E0F3F6; 
} 

div.white { 
width: 100%; 
height: 12px; 
background-color: #FFFFFF; 
} 

div.hmenu { 
border-top: 1px solid #CFE976;
width: 100%;
height: 33px; 
background-image: url(images/background/hmenu.gif); 
background-repeat: repeat-x; 
} 

div.titles { 
background-image: url(images/background/title_s.gif); 
width: 100%;
height: 41px; 
font-size: 100%; /* 全体の文字サイズ */
line-height: 3em; 
letter-spacing:.1em;
font-weight: bold;
} 



td.footer { 
background-color: #837666; /* フッタの背景色 */
min-height:125px;
height:auto !important;
height:150px;
}
td.top { 
text-align: right; 
}

td.ten { 
background: url(images/background/ten.gif) ;
}

td.right { 
text-align: right ;
}

td.center { 
text-align: center ;
}

td.icons { 
width: 50px;
text-align: left;
}

td.iconsb { 
width: 120px;
text-align: left;
vertical-align: top; 
}

td.iconpd { 
width: 20px;
text-align: left;
vertical-align: top; 
}

.table1 { 
	border-collapse: collapse; /* 枠線の表示方法 */ 
	border: 1px #1C79C6 solid; /* テーブル全体の枠線（太さ・色・スタイル） */ 
	margin: 0px;
	padding: 0px 0px;
	font-size: 90%;
} 

.table1 td.title { 
border: 1px #1C79C6 solid; /* セルの枠線（太さ・色・スタイル） */ 
	background:url(images/background/table1.gif) 
} 
.table1 td { 
border: 1px #1C79C6 solid; /* セルの枠線（太さ・色・スタイル） */ 
	text-decoration:none;
} 

td.photo { 
width: 240px;
font-size: 80%;
vertical-align: top;
line-height: 1.5em; 
} 


/*--メニュー--*/


div#menu {
	width:180px;
	font-size:13px;
	font-family: "ＭＳ Ｐゴシック", "Arial",Osaka,"ＭＳ ゴシック","Osaka",sans-serif;
	letter-spacing:.1em;
}

#menu ul {
	line-height:115%;
	margin:0;
	padding:0;
}
#menu ul li {
	list-style-type:none;
	background:#FFFFFF;
}

#menu ul li {
padding: 5px 5px 5px 18px;
background-image: url(images/icon/menu_o.gif); 
background-repeat: no-repeat;
background-position: 8px 8px;
background-color:#EDEDED;
border-top-width: 0px;
border-left-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-left-style: solid;
border-bottom-style: solid;
border-top-color: #333;
border-right-color: #333;
border-left-color: #333;
border-bottom-color: #333;
}

#menu ul li.black {
padding: 5px 5px 5px 18px;
background-image: url(images/icon/menu_black.gif); 
background-repeat: no-repeat;
background-position: 8px 8px;
background-color:#FFFFFF;
border-top-width: 0px;
border-left-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-left-style: solid;
border-bottom-style: solid;
border-top-color: #333;
border-right-color: #333;
border-left-color: #333;
border-bottom-color: #333;
border-bottom:dotted 1px #849FC0;
}

#menu ul li.blue {
padding: 5px 5px 5px 18px;
background-image: url(images/icon/menu_blue.gif); 
background-repeat: no-repeat;
background-position: 8px 8px;
background-color:#FFFFFF;
border-top-width: 0px;
border-left-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-left-style: solid;
border-bottom-style: solid;
border-top-color: #333;
border-right-color: #333;
border-left-color: #333;
border-bottom-color: #333;
border-bottom:dotted 1px #849FC0;
}

#menu ul li.blue2 {
padding: 5px 5px 5px 18px;
background-image: url(images/icon/menu_blue.gif); 
background-repeat: no-repeat;
background-position: 8px 8px;
background-color:#FFFFFF;
border-top-width: 0px;
border-left-width: 1px;
border-right-width: 1px;
border-bottom-width: 0px;
border-top-style: solid;
border-right-style: solid;
border-left-style: solid;
border-bottom-style: solid;
border-top-color: #333;
border-right-color: #333;
border-left-color: #333;
border-bottom-color: #333;
}

#menu ul li.blue3 {
padding: 5px 5px 5px 18px;
background-image: url(images/icon/menu_blue.gif); 
background-repeat: no-repeat;
background-position: 8px 8px;
background-color:#FFFFFF;
border-top-width: 0px;
border-left-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-left-style: solid;
border-bottom-style: solid;
border-top-color: #333;
border-right-color: #333;
border-left-color: #333;
border-bottom-color: #333;
}

#menu ul li.no {
padding: 5px 5px 5px 5px;
background-image: url(images/design/spacer.gif); 
background-repeat: no-repeat;
background-position: 8px 8px;
background-color:#FFFFFF;
border-top-width: 0px;
border-left-width: 1px;
border-right-width: 1px;
border-bottom-width: 0px;
border-top-style: solid;
border-right-style: solid;
border-left-style: solid;
border-bottom-style: solid;
border-top-color: #333;
border-right-color: #333;
border-left-color: #333;
border-bottom-color: #333;

}

div.left { 
width: 180px; 
margin: 0px 5px;  
background-color: #FFFFFF; 
} 


#menunavi {
margin: 30px;
margin-left: 30px;
padding: 0;
}


/*--メニューナビゲーション--*/

#menunavi ul{
margin: 0px;
padding: 0;
list-style-image: url(images/icon/orange.gif); 
}



ul.pdf li{
margin: 20px 20px 20px 28px;
padding: 0;
list-style-image: url(images/icon/pdf_s.gif); 
}

ul.pdf02 li{
margin:20px 0px 20px 70px;
padding: 0;
list-style-image: url(images/icon/pdf_s.gif); 
}

ul.word li{
margin: 20px;
padding: 0;
list-style-image: url(images/icon/word_s.gif); 
}

ul.excel li{
margin: 20px;
padding: 0;
list-style-image: url(images/icon/excel_s.gif); 
}

ul.pdfl li{
margin: 5px 5px 5px 20px;
padding: 0;
list-style-image: url(images/icon/pdf_s.gif); 
border-bottom:dotted 1px #849FC0;
}
li.pdf{
margin: 10px 0px 10px 15px;
padding: 0;
list-style-image: url(images/icon/pdf_s.gif); 
}

/*--オレンジの三角リスト--*/
ul.sa li{
margin-top: 5px;
padding: 0;
list-style-image: url(images/icon/sa_o.gif); 
}

/*--オレンジの三角リスト インサイド--*/
ul.sain li{
margin-top: 5px;
margin-left: 20px;
margin-bottom: 15px;
padding: 0;
list-style-image: url(images/icon/sa_o.gif); 
}


/*--ブルーの三角リスト--*/
ul.sb li{
margin-left: 15px;
margin-top: 5px;
padding: 0;
list-style-image: url(images/icon/sa_b.gif); 
}

/*--グリーンの四角リスト--*/
ul.sg li{
margin-top: 5px;
padding: 0;
list-style-image: url(images/icon/sgs.gif); 
}

/*--グリーンの丸リスト--*/
ul.mg li{
margin-left: 40px;
margin-right: 30px;
margin-top: 5px;
padding: 0;
list-style-image: url(images/icon/green.gif); 
}
li.mg{
margin-left: 40px;
margin-right: 30px;
margin-top: 5px;
padding: 0;
list-style-image: url(images/icon/green.gif); 
}
/*--グリーンの丸リストを使用するためのリスト--*/
ul.g_none li{
margin-left: 40px;
margin-right: 30px;
margin-top: 5px;
padding: 0;
list-style-type: none;
background-repeat: no-repeat;
}


/*--ただの数字リスト--*/
ol.nor{
list-style:none;
padding-left: 25px;
}

ol.nor li{
list-style:none;
margin-top: 5px;
list-style-type: decimal; 
}
ol.nor li &gt; li{
list-style:none;
}

ol.nor2{
list-style:none;
padding-left:0px;
}

ol.nor2 li{
list-style:none;
margin-top: 5px;
list-style-type: decimal; 
}

/*--点リスト--*/
ul.disc li{
list-style-type: disc;
margin-left: 20px;
list-style-image: none;
padding: 0;
}

#menunavi ul.disc2 li{
list-style-type: disc;
margin-left: 20px;
list-style-image: none;
padding: 0;
}


/*--数字リスト--*/
ul.nor li{
list-style-type: decimal;
margin-left: 20px;
list-style-image: none;
padding: 0;
}


/*まるつき数字リスト*/
.list-marunum {
    counter-reset: my-counter;
}
.list-marunum &gt; li {
    position: relative;
    padding-left: 0px;
    margin-bottom:8px;
}
.list-marunum &gt; li::before {
    content: counter(my-counter);
    counter-increment: my-counter;
    border: 1px solid #333;
    display: block;
    line-height: 1.5;
    text-align: center;
    height: 17px;
    width: 17px;
    border-radius: 50%;
    font-size: 12px;
    color: #333;
    margin: 3px 3px 0 0;
    position: absolute;
    left: -30px;
}


div.gray { 
margin-top: 5px;
	margin-left: 10px;
width: 80%; 
background-color: #E5E5E5;
} 

img.left{float:left;}
img.right{float:right;}

/*黄色テーブルデザイン*/
table.ye{
	margin-left: 10px;
	border-top:1px solid #FFB300;
	border-left:1px solid #FFB300;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	width: 80%
}
.ye th{
	border-right:1px solid #FFB300;
	border-left:1px solid #FFB300;
	border-bottom:1px solid #FFB300;
	color:#000000;
	font-size;90%;
	background-color:#FFB300;
	background-position:left top;
	padding:0.3em 1em;
	text-align:left;
}
.ye td{
	border-right:1px solid #FFB300;
	border-bottom:1px solid #FFB300;
	border-left:1px solid #FFB300;
	padding:0.3em 1em;
	font-size;90%;
}

/*リスト98%テーブルデザイン*/
table.list{
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	width: 98%
}

caption.cap_left { text-align: left; }
caption.cap_right { text-align: right; }

.list th{
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	color:#000000;
	font-size;90%;
	background-color:#E7EEFF;
	background-position:left top;
	padding:0.3em 1em;
	text-align:center;
}
.list thead{
	border-right:1px solid #473e3f;
	border-bottom:1px solid #473e3f;
	color:#fff;
	font-size;100%;
	background-color:#5485bb;
	background-position:left top;
	padding:0.3em 1em;
	text-align:center;
}

table.list th.s75{
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	color:#000000;
	background-color:#E7EEFF;
	background-position:left top;
	padding:0;
	text-align:center;
}

table.list th.thgray{
	background-color:#777;
}

.list td{
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	padding:0.3em 1em;
	font-size;90%;
}

table.list td.tdright{
	text-align:right;
}

table.list td.tdgray{
	background-color:#777;
}


table.list td.s60{
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	padding:0;
	text-align:center;
	font-size;50%;
}
table.list th.green{
	background-color:#cdf6d8;
	font-size:100%;
}
table.list th.nowrap{
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	color:#000000;
	background-color:#E7EEFF;
	background-position:left top;
	padding:0;
	text-align:center;
	white-space: nowrap;
}
table.list td.nowrap{
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	padding:0.3em 1em;
	font-size;90%;
	white-space: nowrap;
}

/*DLリストデザイン*/
.list001 dl { line-height: 1.5;
 }
 
.list001 dd {
	margin: 0em 0em 0.4em 5em;
}

.list001 dt {
	padding-bottom: 0.4em;
	padding-left: 1em;
	clear: left;
	float: left;
	width: 4em
}

.list002 dl { line-height: 1.6;
 }
 
.list002 dd {
	margin-left:0px;
	margin-bottom:15px;
}

.list002 dt {
	padding-bottom: 0.5em;
	font-weight:bold;
}

.list003 dl { line-height: 1.7;
 }
 
.list003 dd {
	margin: 0em 0em 0.4em 5em;
}

.list003 dt {
	padding-bottom: 0.4em;
	padding-left: 1em;
	clear: left;
	float: left;
	width: 7em
}


/*監査用リスト98%テーブルデザイン*/
table.list_kansa{
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	width: 98%
}

caption.cap_left { text-align: left; }
caption.cap_right { text-align: right; }

.list_kansa th{
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	color:#000000;
	font-size;90%;
	background-color:#FEDDD8;
	background-position:left top;
	padding:0.3em 1em;
	text-align:center;
}
.list_kansa td{
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	padding:0.3em 1em;
	font-size;90%;
}

/*画像用テーブルデザイン*/
table.images{
	border:0;
	border-spacing:0;
	border-collapse:collapse;
	border-spacing: 0px;
}

.images td{
	border-collapse:collapse;
	border-spacing: 0px;
	padding:0;
	margin:0;
}

/*リスト95%テーブルデザイン*/
table.list95{
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	width: 95%
}
.list th{
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	color:#000000;
	font-size;90%;
	background-color:#E7EEFF;
	background-position:left top;
	padding:0.3em 1em;
	text-align:center;
}

table.list th.s75{
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	color:#000000;
	background-color:#E7EEFF;
	background-position:left top;
	padding:1px;
	text-align:center;
	font-size;70%;
}

.list td{
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	padding:0.3em 1em;
	font-size;90%;
}

table.list td.s60{
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	padding:1px;
	text-align:center;
	font-size;50%;
}

/*リストフリーテーブルデザイン*/
table.list_f{
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
}
.list_f th{
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	color:#000000;
	font-size;90%;
	background-color:#E7EEFF;
	background-position:left top;
	padding:0.3em 1em;
	text-align:center;
}
.list_f th.textleft {
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	color:#000000;
	font-size;90%;
	background-color:#E7EEFF;
	background-position:left top;
	padding:0.3em 1em;
	text-align:left;
}
.list_f td{
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	padding:0.3em 1em;
	font-size;90%;
}


/*タイトルデザイン*/
h1{
margin-left: 10px;
background-color: #ffffff;
font-size: 130%;
}

h2{
margin-left: 0px;
font-size: 110%;
}

h3{
margin-left: 0px;
color: #007D40;
background-color: #ffffff;
font-size: 110%;
}

h3.green{
	padding-left: 20px;
	font-size:100%;
	color: #007D40;
	background: url(images/icon/green.gif) no-repeat left center; 
}

h3.green2{
	margin-top: 0px;
	padding-left: 5px;
	font-size:100%;
	color: #007D40;
	background: none; 
}
h3.black{
	padding-left: 20px;
	font-size:100%;
	color: #000000;
	background: url(images/icon/green.gif) no-repeat left center; 
}

/* --- タイトル --- */
.title {
	font-size:110%;
	color:#000000;
	font-weight: bold;
	margin-bottom: 5px;
}

/* --- 日記の日付（グリーン） --- */
.days {
	font-size:100%;
	color:#007D40;
	font-weight: bold;
	margin-bottom: 5px;
}

/*フォントデザイン*/
.b{
	font-size:100%;
	color:#000000;
	font-weight: bold;
}
.b_normal{
	font-weight: bold;
}

.green{
	font-size:12px;
	color:#007D40;
}

.green_nor{
	font-size:100%;
	color:#007D40;
}

.greenb{
	font-size:100%;
	color:#007D40;
	font-weight: bold;
}

.red{
	font-size:90%;
	color:red;
}

.redb{
	font-size:100%;
	color:red;
	font-weight: bold;
}

.s{
	font-size:90%;
}

.b120{
	font-size:120%;
	color:#000000;
	font-weight: bold;
}

.n120{
	font-size:120%;
	color:#000000;
}
.size125b{
	font-size:120%;
	font-weight: bold;
	line-height:1.7;
}
.size150b{
	font-size:150%;
	font-weight: bold;
	line-height:1.7;
}

.n110{
	font-size:110%;
	color:#000000;
	line-height:1.6;
}

.rightgreen{
	font-size:100%;
	color:#74B83D;
	font-weight: bold;
}

.orange{
	color:#F3900F;
	font-weight: bold;
}

.d-orange{
	color:#ED7E06;
	font-weight: bold;
}

.pink{
	font-size:100%;
	color:#DD6DB4;
	font-weight: bold;
}

.yellow{
	color:#ffdb00;
}
.white{
	color:#fff;
}

.underline { 
	text-decoration: underline; 
}

.doubleline { 
	border-bottom: double 3px #ff0000; 
}

.line_through { 
	text-decoration: line-through;
}

.marugo { 
	font-family:"ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", Meiryo, Arial, sans-serif;
}

/*フォントを枠で囲って強調する*/
.emphasis p::first-letter{
                                color: #74B83D;
                                font-size: 200%;
                                border:1px solid #74B83D;
                                padding:3px;
                                margin-right:3px;
}


/*  アイコンデザイン  */
.igreen {
padding:4px 8px;
display: inline-block;
background:#009966;
color:#fff;
border-radius:3px;
}


/*差別化ボックス*/
.tokubox_bgcolor01 {
	width:95%;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: auto 0px;
	margin-left:auto 0px;
	padding:13px;
	background:#fff;
}

/*注意書きなどボックス*/
.tokubox_green {
width:95%;
float:left;
margin:5px 0px 15px 0px;
padding:10px;
border:2px dotted #46BD60;
text-align: left:
}
.tokubox_green2 {
max-width:95%;
margin:5px 0px 15px 0px;
padding:10px;
border:2px dotted #46BD60;
text-align: left:
}

/*背景たまご色角丸ボックス*/
.tokubox_tamago{
margin:10px 0;
padding:10px 15px;
border-radius:6px;
background: #FCE9C3;
text-align: left:
}

/*グレー実線ボックス*/
.tokubox_gray {
max-width:95%;
margin:5px 0px 15px 0px;
padding:10px;
border:2px solid #dcdcdc;
text-align: left:
overflow:hidden;
}


/*広報けいせんレイアウト*/
#boxa {
width:100%;
float:clear;
}

img.hyoushi {
border: 1px solid #999999;
}

#boxa ul.kouhou li{
margin: 5px 5px 5px 25px;
padding-left: 0px;
list-style-image: url(images/design/spacer.gif); 
border-bottom:dotted 1px #849FC0;
}

#boxb {
width:148px;
float:left;
text-align: right:
}

#boxc {
width:78%;
float:right;
}


/* --- 点線のライン --- */
.line {
background-image: url(images/background/ten1.gif); 
height: 1px;
margin-bottom: 3px;
padding: 0;
clear: both;
}

/* --- 緑の実線ライン --- */
.greenline {
background-image: url(images/background/green.gif); 
height: 14px;
margin-bottom: 3px;
padding: 0;
clear: both;
}

/* --- 庁舎マップPDF --- */
#mappdf {
float: right;
}

/*--オレンジの三角リスト横ならび--*/
ul.say li{
display:inline;
margin: 0;
padding-left: 15px;
padding-right: 15px;
background-image: url(images/icon/sa_o.gif) ; 
background-repeat:no-repeat;
line-height:0.6;
}

/* --- 緑の実線ライン --- */
.greenline20 {
background-image: url(images/background/green.gif); 
height: 14px;
margin-bottom: 3px;
padding: 0;
clear: both;
margin-right:20px;
}

/* --- 緑の実線ライン --- */
.greenline20h {
background-image: url(images/background/green.gif); 
height: 14px;
margin-bottom: 1px;
padding: 0;
clear: both;
margin-right:20px;
margin-left:5px;
}

/* --- 緑の実線ライン --- */
#hanrei {
padding: 0;
clear: both;
margin-left:20px;
}


#photonavi {
margin:0 auto;
padding: 0;
text-align: left;
}

/* --- 画像の折り返し_フォトアルバム --- */
#album ul {
width: 100%;
margin: 0;
padding: 0;
list-style-image: url(images/design/spacer.gif); 
clear: left;
}

#album ul li {
float:left;
margin: 5px 3px;
padding: 0 0 9px 0;
width: 174px;
border-top: 1px solid #C1BAB2;
border-bottom: 1px solid #C1BAB2;
}

.album_innerbox {
margin: 3px 0px;
padding: 3px 12px 0 12px;
background-color: #F3F2EF;
text-align: left;
height:100%;
}


#album ul li img {
margin: 3px 0;
border: none;
}
.p_data {
text-align: left;
margin: 0;
font-size: 11px;
}

.p_title {
text-align: left;
width:150px;
margin: 0;
clear: right;
font-size: 90%;
}



/* --- 壁紙とフォトアルバムのページ遷移 --- */
.pagenavi {
width: 100%;
text-align: center;
}

table.pagenavi00 { 
	table-layout:fixed;
	width: 100%;
	border: 0px #ffffff solid; 
	padding: 5px 0px;
	font-size: 100%;
}

td.pagenavi01 { 
	width: 50%;
	font-size: 100%;
	text-align: left;
}

td.pagenavi02 { 
	width: 50%;
	font-size: 100%;
	text-align: right;
}


/* --- 壁紙ボックスの設定_壁紙ダウンロード --- */
.wallpaperbox {
width: 100%;
border-top: 1px solid #c1bab2;
border-bottom: 1px solid #c1bab2;
text-align: left;
vertical-align: top;
}


.wallpaper_outerbox{
width: 100%;
margin:5px 0px;
padding:0px;
background: #f3f2ef;
vertical-align: top;
}

.wallpaper_innerbox{
margin:0px;
padding:0px;
text-align: left;
}

.wallpaper_textbox{
margin-left:175px;
padding: 10px 15px 15px 0;
text-align: left;
vertical-align: top;
}

.wallpaper_title{
margin:0;
padding:0;
text-align:left;
height:30px;
vertical-align: top;
}

.wallpaper_right{
background:url(images/design/wall/right.gif) no-repeat right top;
padding-right:7px;
height:30px;
}

.wallpaper_left{
background:url(images/design/wall/left.gif) no-repeat left top;
padding-left:7px;
height:30px;
}

.wallpaper_middle{
background:url(images/design/wall/middle.gif) repeat-x;
height:30px;
}

.wallpaper_middle div{
padding:0px 8px;
height:30px;
}

p.wallpaper_titlep{
margin:0;
font-size:100%;
color:#000000;
font-weight: bold;
line-height:2.5em;
}

p.wallpaper_text{
margin:10px 0 10px 0;
text-align: left;
line-height: 1.5;
}

.wallpaper_howto{
margin:30px 0 0 20px;
text-align: left;
vertical-align: top;
}

img.small{
float: left;
margin-top: 10px;
margin-left: 10px;
width: 150px;
height: 113px;
}

img.wallbutton{
margin-right: 10px;
margin-bottom: 10px;
width: 96px;
height: 26px;
}

/* --- イベント・観光ページのデザイン --- */
#container_event {
position: relative;
margin: 0 0 10px 0;
width: 100%;
}

.middle {
 vertical-align:middle
}

.clear{
	clear: both;
}

/*ふるさと納税のデザイン*/
#mainimg_furu {
width:100%;
background:#edebe8;
text-align:center;
}

#container_furu {
width:900px;
margin:0 auto;
border-left:solid 1px #ccc;
border-right:solid 1px #ccc;
border-bottom:solid 1px #ccc;
}

#container_furu hr{
width:900px;
border: none;
height:1px;
border-top: 1px solid #ccc;
}


#container_furu .inner {
width:820px;
margin:auto;
}

#container_furu .inner h1 {
font-size:19pt;
margin-top:40px;
padding-left:12px;
padding-bottom:6px;
border-left:5px solid #cf1126;
border-bottom:1px dotted #999;
color:#3f2c20;
font-weight:normal;
}

#container_furu .inner h2 {
font-size:16pt;
margin:12px 0px 7px 0px;
color:#66002a;
}

#container_furu .inner h3 {
font-size:110%;
font-weight:normal;
margin:4px 0px 4px 0px;
padding:0.3em 1em;
border-radius: 6px;
color:#66002a;
background:#e0ccd4;
overflow: hidden;
}

#container_furu .inner p {
padding-left:1em;
}
#container_furu .inner .b {
font-size:110%;
line-height:1.8;
}
#container_furu .inner .wineb {
font-size:120%;
color:#66002a;
font-weight:bold;
}

.furugreen_mincho {
margin-top:0px;
color:#23a640;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size:20pt;
}

#container_furu .inner .center {
text-align:center;
}

#container_furu .inner .furutoi {
margin-top:20px;
padding:0.5em;
border:1px dotted #999;
}
#container_furu .inner .red {
color:red;
font-size:100%;
}

.furucatch {
margin:0 auto;
overflow:hidden;
vertical-align:middle;
}
/*返礼品のアイコン用*/
.furuleft01 {
width: 56px;
height:52px;
display: inline-block;
}
/*返礼品のキャッチ用*/
.furuleft02 {
height:52px;
display: inline-block;
}
/* 手順のリストデザイン */
#menunavi .list-maru-num {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
}
#menunavi .list-maru-num li {
	margin-bottom: 25px;
	padding-left: 36px;
	position: relative;
                                line-height:1.8;
}
#menunavi .list-maru-num li:before {
	position: relative;
	content: counter(my-counter);
	counter-increment: my-counter;
	background: #2e8b57;
	color: #fff;
	display: block;
	float: left;
	margin-left: -18px;
	margin-right: 6px;
	line-height: 21px;
	text-indent:5px;
	top: 4px;
	color:#fff;
	height: 20px;
	width: 20px;
	border-radius: 50%;
}
/*  まるアイコン  */
.maru-no{
                                background: #2e8b57;
	color: #fff;
                                margin:0 3px;
                                padding:1px 3px 1px 4px;
	line-height: 21px;
	color:#fff;
	height: 21px;
	width: 21px;
	border-radius: 50%;
}

.fururight {
float:right;
margin-left:20px;
}
.furuflow {
margin-top:8px;
}

.menu {
width:780px;
background:#e8e4d9;
margin-top:20px;
padding: 20px;
text-align:center;
}

.menu .furumenucell{
border-top: 1px solid #999999;
border-left: 1px solid #999999;
border-collapse: collapse;
}

.menu .furumenucell td {
margin: 0px;
padding: 0px;
width: 259px;
border-bottom: 1px solid #999999;
border-right: 1px solid #999999;
}

.menu .furumenucell td.noline {
margin: 0px;
padding: 0px;
width: 259px;
border-bottom: none;
border-right: none;
}

table.furulist01 {
  width: 820px;
  border: 1px solid #c59eae;
  border-radius: 6px;
  border-spacing: 0;
  border-collapse: separate;
  overflow: hidden;
}
table.furulist01 tr th {
  padding: 1em;
  border-top: 1px solid #fff;
  background:#d9bfca;
  font-size:110％;
  font-weight:bold;
  white-space:nowrap;
}
table.furulist01 tr td {
  padding: 1em;
  border-left: 1px solid #c59eae;
  border-top: 1px solid #c59eae;
}

table.furulist01 tr td:first-child {
  border-left: none;
}
table.furulist01 tr:first-child th {
  border-top: none;
}
table.furulist01 tr:first-child td {
  border-top: none;
}

.bank {
  margin:0.5em;
  padding: 1em;
  background:#fff4d9;
  font-size:90％;
}
.furu_purple {
padding-top:8px;
color:#632c6d;
}
.furu_num {
color:#cf1126;
font-weight:bold;
}

#henreititle {
width:100%;
padding:0px;
background:#edebe8;
overflow:hidden;
}
#henreititle #inn {
width:900px;
margin:0 auto;
padding:15px 0px;
overflow:hidden;
font-size:90%;
vertical-align:bottom;
}

table.furulist02 {
border-collapse: collapse;
}

table.furulist02 th{
padding: 9px;
width: 300px;
height:52px;
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;
background:#cf1126;
color:#fff;
font-size: 110%;
font-weight: bold;
vertical-align:middle;
}
table.furulist02 th.white{
background:#fff;
border-top: 1px solid #ccc;
border-right: none;
}
table.furulist02 tr th:first-child {
border-left: 1px solid #cf1126;
border-right: 1px solid #ccc;
}
table.furulist02 tr th:last-child {
border-left: 1px solid #ccc;
border-right: 1px solid #cf1126;
}
table.furulist02 tr th.white:last-child {
border-left: 1px solid #ccc;
border-right: none;
border-bottom: none;
}

table.furulist02 td{
padding: 0px 19px;
width: 300px;
border-right: 1px solid #ccc;
background:#fff;
font-size: 90%;
vertical-align:top;
line-height:1.5;
}
table.furulist02 tr td:last-child{
border-right: none;
}

table.furulist02 td img{
border:none;
}

table.furulist03 {
border-collapse: collapse;
}

table.furulist03 th{
padding: 9px;
width: 300px;
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;
background:#23a640;
color:#fff;
font-size: 110%;
font-weight: bold;
}
table.furulist03 th.white{
background:#fff;
border-top: 1px solid #ccc;
border-right: none;
}
table.furulist03 tr th:first-child {
border-left: 1px solid #23a640;
border-right: 1px solid #ccc;
}
table.furulist03 tr th:last-child {
border-left: 1px solid #ccc;
border-right: 1px solid #23a640;
}
table.furulist03 tr th.white:last-child {
border-left: 1px solid #ccc;
border-right: none;
border-bottom: none;
}

table.furulist03 td{
padding: 0px 19px;
width: 300px;
border-right: 1px solid #ccc;
background:#fff;
font-size: 90%;
vertical-align:top;
line-height:1.5;
}
table.furulist03 tr td:last-child{
border-right: none;
}

table.furulist03 td img{
border:none;
}


table.furulist04 {
border-collapse: collapse;
}

table.furulist04 th{
padding: 9px;
width: 300px;
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;
background:#f84f0c;
color:#fff;
font-size: 110%;
font-weight: bold;
}
table.furulist04 th.white{
background:#fff;
border-top: 1px solid #ccc;
border-right: none;
}
table.furulist04 tr th:first-child {
border-left: 1px solid #f84f0c;
border-right: 1px solid #ccc;
}
table.furulist04 tr th:last-child {
border-left: 1px solid #ccc;
border-right: 1px solid #f84f0c;
}
table.furulist04 tr th.white:last-child {
border-left: 1px solid #ccc;
border-right: none;
border-bottom: none;
}

table.furulist04 td{
padding: 0px 19px;
width: 300px;
border-right: 1px solid #ccc;
background:#fff;
font-size: 90%;
vertical-align:top;
line-height:1.5;
}
table.furulist04 tr td:last-child{
border-right: none;
}

table.furulist04 td img{
border:none;
}




.henrei_red {
padding-top:15px;
padding-bottom:8px;
color:#cf1126;
font-size:15pt;
font-weight: bold;
}
.henrei_reds {
padding-bottom:8px;
color:#cf1126;
font-size:13pt;
}
.henrei_green {
padding-top:15px;
padding-bottom:8px;
color:#23a640;
font-size:15pt;
font-weight: bold;
}
.henrei_greens {
padding-bottom:8px;
color:#23a640;
font-size:13pt;
}
.henrei_orange {
padding-top:15px;
padding-bottom:8px;
color:#f84f0c;
font-size:15pt;
font-weight: bold;
}
.henrei_oranges {
padding-bottom:8px;
color:#f84f0c;
font-size:13pt;
}
.ductname01 {
padding-bottom: 7px;
width: 258px;
border-bottom: 1px dotted #837666;
color:#cf1126;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size:115%;
}
.ductname02 {
padding-bottom: 7px;
width: 258px;
border-bottom: 1px dotted #837666;
color:#23a640;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size:115%;
}
.ductname03 {
padding-bottom: 7px;
width: 258px;
border-bottom: 1px dotted #837666;
color:#f84f0c;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size:115%;
}

/* 医療・介護マップ */
#container_chiikishien {
position: relative;
margin: 0 0 10px 0;
width: 100%;
}
#container_chiikishien .inner {
width:820px;
margin:auto;
}
.title_kaigomap { 
margin:15px 0px;
width: 100%;
height: 70px; 
border-bottom:solid 1px #b4dd9c;
} 
.read_kaigomap { 
margin:5px;
padding:8px 20px;
background:#d4fdbd;
-webkit-border-radius:10px 10px 10px 10px;
-moz-border-radius:10px 10px 10px 10px; 
border-radius:10px 10px 10px 10px;
} 
.guide_kaigomap { 
margin:5px 15px;
} 


#wrapper_kaigomap {
margin:0;
padding:0;
}
.pict {
  margin-top:4px;
}
#map-art .map-box {
  float: left;
}
#map-art .#gmap {
	position: relative;
	padding-top: 15%;
	height: 0;
	overflow: hidden;
}
#map-art .#gmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 520px;
	height: 100%;
}
#map-art .list-box {
  float: left;
  width: 350px;
  margin-left:20px;
  color: #595757;
}
#map-art .list-box ul {
  padding-bottom:7px;
  list-style-position: inside; 
  list-style-type: none;
  list-style-image: none;
}
 #map-art .list-box li {
  padding-bottom: 4px;
  font-size: 120%;
}
#map-art .list-box p,
#map-art .list-box span {
  display: block;
  list-style-position: inside; 
  padding: 4px 0 4px 12px;
  margin:0px;
  color: #fff;
  background:#69BB38;
  text-decoration: none;
}
#map-art .list-box .cat1 p,
#map-art .list-box .cat1 span {
  background:#69BB38;
}

#map-art .list-box .cat1 .open-btn {
   background:#69BB38;
   color: #fff;
}

#map-art .list-box p:hover {
  text-decoration: underline;
}

/* li li */

#map-art .list-box li ul {
  display: none;
  border-top: none;
}

#map-art .list-box li .open-list,
#map-art .list-box li .open-list2 {
  display: block;
}

#map-art .list-box li li {
  padding: 3px 0px;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  font-size: 90%;
  font-weight: normal;
}

#map-art .list-box li li a,
#map-art .list-box li li span {
  padding: 3px 0 3px 28px;
}

#map-art .list-box .cat1 li a,
#map-art .list-box .cat1 li span {
  background: url(images/icon/map-list-icon-s1.png) no-repeat 8px 6px;
}

#map-art .list-box .cat li a {
  color: #1987FF;
}

#map-art .list-box .cat li a:hover {
  color: #5EB1FC;
  text-decoration: underline;
}

/* li li li */

#map-art .list-box .cat li li {
  border: none;
  font-size: 100%;
}

#map-art .list-box .cat li li ul {
  display: block;
}

#map-art .list-box .cat li li a,
#map-art .list-box .cat li li span {
  padding-left: 30px;
  background: none;
}

/* ムービーページのデザイン */
.movietitle{
	width: 95%;
	padding: 10px 15px;
	margin-top: 15px;
	margin-bottom: 8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px; 
	border-radius:8px;
	background: #897A5A;
	font-size:120%;
	font-weight:bold;
	color: #fff;
}  

.movies01 .youtube{
	margin-top: 10px;
	margin-right: 10px;
	padding: 7px;
	border: 1px solid #cdcdcd;
	float: left;
}
.movies01 p{
	margin-top: 10px;
	margin-right: 25px;
	line-height: 1.8;
}
.movies02 .movies_inner{
	float: left;
}
.movies02 .youtube{
	margin-top: 10px;
	margin-right: 10px;
	padding: 7px;
	border: 1px solid #cdcdcd;
}
.movies02 p{
	margin-top: 10px;
	margin-right: 25px;
	line-height: 1.8;
}

/* 地域包括支援センター・認知症ケアパスのデザイン */
h2.houkatsu{
	width: 100%;
	height: 45px;
	padding: 0;
	margin-top: 15px;
	margin-bottom: 25px;
	background: #fff url(images/background/bg_houkatsutitle.png) repeat-x;
}
.pinkbox01{
	border:#FF4460 dotted 1px;
	padding:0 20px 20px 20px;
}
h3.houkatsu01{
	margin-top:0;
	margin-bottom:20px;
	padding:0;
}
h3.houkatsu02{
	background:#0AA2C7;
	padding:12px;
	font-size:120%;
	color:#fff;
	font-weight: bold;
}
h3.houkatsu03{
margin-left: 0px;
font-size: 110%;
}

.palebluebox, 
.palebluebox02{
	margin:0 auto;
	width:720px;
}

.palebluebox li{
	border:#c8eaf2 solid 1px;
	width:185px;
	min-height:230px;
	padding:12px;
	margin:4px;
	display:inline-block;
	float:left;
	text-align:center;
}
.palebluebox02 li{
	border:#c8eaf2 solid 1px;
	width:150px;
	min-height:205px;
	padding:6px;
	margin:4px;
	display:inline-block;
	float:left;
	text-align:center;
}
.palebluebox02 span{
	min-height:80px;
	display:block;
}

.houkatsu_faq dl { 
	line-height: 1.6;
 }
 
.houkatsu_faq dd {
	margin-left:0px;
	margin-bottom:15px;
	padding: 0.3em;
	width:100%;
}

.houkatsu_faq dt {
	padding: 0.3em;
	margin: 0.4em 0;
	width: 100%;
	background: #DAF1F7;
}

.carepath_blue{
	color:#0aa2c7;
}
.carepath_navy{
	color:#2688bc;
}
.carepath_red{
	color:#f3002d;
}
.carepath_green{
	color:#23a640;
}
.mred {
	background:#f3002d;
	padding:5px 12px;
}
.mblue {
	background:#2688bc;
	padding:5px 12px;
}

.carepathbox h4 {
	margin:0 auto;
	padding:5px 15px;
	width:220px;
	border-radius:10px;
	text-align:center;
	color:#fff;
}
.carepath01{
	background:#918dc3;
}
.carepath02{
	background:#3bb5d2;
}

h3.carepath_h3 {
	width: 97%;
	background: #ede7c8;
	color:#4a3e3f;
	padding:6px 12px;
	margin:15px 0;
}

/* 相談窓口検索のデザイン */
#soudansearch h3{
	background:#5fa0c7 url(images/icon/square_soudan.png)no-repeat 3px 1px;
	padding:10px 10px 10px 18px;
	font-size:115%;
	color:#fff;
	font-weight: normal;
}

#soudansearch hr{
border: none;
height:1px;
border-top: 1px solid #476fa1;
padding:0.5em 0;
}

#soudansearch br{
margin-bottom:0.5em;
}

.btn_white {
   background: #FFFFFF;
   background-image: -webkit-linear-gradient(top, #FFFFFF, #D0F2F5);
   background-image: -moz-linear-gradient(top, #FFFFFF, #D0F2F5);
   background-image: -ms-linear-gradient(top, #FFFFFF, #D0F2F5);
   background-image: -o-linear-gradient(top, #FFFFFF, #D0F2F5);
   background-image: linear-gradient(to bottom, #FFFFFF, #D0F2F5);
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   color: #444;
   font-size: 90%;
   padding: 2px 5px;
   box-shadow: 1px 2px 3px 0px #666666;
   -webkit-box-shadow: 1px 1px 2px 0px #666666;
   -moz-box-shadow: 1px 1px 2px 0px #666666;
   border: solid #6D8BB3 1px;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
}

.btn_white:hover {
   background: #C9E3F5;
   background-image: -webkit-linear-gradient(top, #C9E3F5, #F6F6F6);
   background-image: -moz-linear-gradient(top, #C9E3F5, #F6F6F6);
   background-image: -ms-linear-gradient(top, #C9E3F5, #F6F6F6);
   background-image: -o-linear-gradient(top, #C9E3F5, #F6F6F6);
   background-image: linear-gradient(to bottom, #C9E3F5, #F6F6F6);
   text-decoration: none;
}

.soudan_category {
   background: #E6FDFF;
   background-image: -webkit-linear-gradient(top, #edf4fc, #b0cef0);
   background-image: -moz-linear-gradient(top, #edf4fc, #b0cef0);
   background-image: -ms-linear-gradient(top, #edf4fc, #b0cef0);
   background-image: -o-linear-gradient(top, #edf4fc, #b0cef0);
   background-image: linear-gradient(to bottom, #edf4fc, #b0cef0);
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
   color: #0065B5;
   font-size: 85%;
   padding:0px 7px;
   margin:0 0.3em 0.3em 0px;
   display: inline-block;
   float:right;
}

#soudandataile table{
	border-top:1px solid #473e3f;
	border-left:1px solid #473e3f;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	width: 98%
}
#soudandataile thead{
	border-right:1px solid #473e3f;
	border-bottom:1px solid #473e3f;
	padding: 0.5em;
	color:#fff;
	font-size;100%;
	background-color:#5485bb;
	text-align:left;
}
#soudandataile th{
	border-right:1px solid #473e3f;
	border-bottom:1px solid #473e3f;
	color:#333333;
	background-color:#f1f6fb;
	padding:0.3em 1em;
	text-align:left;
	font-weight:normal;
}
#soudandataile td{
	border-right:1px solid #473e3f;
	border-bottom:1px solid #473e3f;
	padding:0.3em 0.8em;
	text-align:left;
}
#soudandataile td.file{
	vertical-align:top;
	font-size;90%;
}
#soudandataile ul li{
	list-style:none;
	margin-bottom:10marpx;
}

/* 申請書ダウンロード保育所のアコーディオン */
#panel {
  width: 100%;
}

#panel dt {color: #000000;}

#panel dd {	background-color:#FFFFFF;}



#panel &gt; dt {
  border-bottom: solid 1px white;
  background-color: #e9f1f3;
  color: #000000
  cursor: pointer;
  padding: 10px 10px 10px 40px;;
  margin: 0 0;
	background-image: url(../img_m/icon/faq_q.gif);
	background-repeat: no-repeat;
	background-position:10px 10px;
}
#panel &gt; dt:hover {
  text-decoration: underline;
	color: #000000;
}
#panel &gt; dd {
  border: solid 0px #CCCCCC;
  padding: 10px 10px 10px 40px;;
	background-image: url(../img_m/icon/faq_a.gif);
	background-repeat: no-repeat;
	background-position:10px 10px;
}

/*吹き出し*/
.arrow_box_green{
    position:relative;
    width:420px;
    height:30px;
    background:#74B83D;
    padding:12px;
    text-align:left;
    color:#FFFFFF;
    font-size:14px;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
}
.arrow_box_green:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(116, 184, 61, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-top: -10px;
    border-right-color:#74B83D;
    right:100%;
    top:50%;
}
/*--縦書き--*/
.tategaki {
	writing-mode: vertical-rl;
	white-space: nowrap;
	margin: 0;
	line-height: 1em;
}
/*--枠赤--*/
.flame_red {
	padding: 2px;
	margin: 1px auto;
	border: double 3px #ff0000;
}
/*--若年者横並び--*/
.setupleft {
  display: flex;
  justify-content: space-around;
  width: 430px;
}
.setup1{
  text-align: left;
  width: 130px;
}
.setup2{
  text-align: right;
  width: 140px;
}
.setup3{
  text-align: left;
  width: 160px;
}
</pre></body></html>