@charset "UTF-8";

/* --- 全体の背景・テキスト --- */
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;
}
/* --- 画像の位置（隙間対策） --- */
img.middleline{
	vertical-align: middle;
}
img.bottomline{
	vertical-align: bottom;
}

/* --- フロートの位置 --- */
.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_l40{
	margin-left:40px;
}
.mar_l20{
	margin-left:20px;
}
.mar_r20{
	margin-right:20px;
}
.mar_r12{
	margin-right:12px;
}
.mar_t20{
	margin-top:20px;
}
.mar_t40{
	margin-top:40px;
}
.mar_b10{
	margin-bottom:10px;
}

/* --- 位置 --- */
.font-right{
	text-align: right;
}
.font-center{
	text-align: center;
}

/* --- コンテナ --- */
#wrapper {
width: 96%; /* ページの幅 */
margin: 0 auto; /* センタリング */
background-color: #ffffff; /* メインカラムの背景色 */
border-left: 1px #c0c0c0 solid; /* 左枠線 */
border-right: 1px #c0c0c0 solid; /* 右枠線 */
}


#header  { display: none; }

.searchBtn {
	margin:0px 5px 0px 5px;
	vertical-align:middle;
}

#container {
position: relative;
margin: 10px 0;
width: 100%;
}


#primary {
margin-left: 10px;
margin-right: 10px;
background-color: #ffffff;
}

#secondary  { display: none; }

#content {
margin-left: 10px;
background-color: #ffffff;
}


/* --- フッタ --- */
#footer  { display: none; }


#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; 
}

/* --- ボタン ---*/
.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;
}

a.btn_dbook{
                                background: #2f56a0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 5px;
	box-shadow:2px 3px 3px -1px #d0cfcf;
	padding:6px 12px;
	margin:7px;
	color:#fff;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
}


/* --- バナー --- */
.bnr-gray01{
                                width:100%;
                                margin-bottom:2rem;
                                display:flex;
}
.bnr-gray01 div{
                                width: calc(100%/3);
                                max-width:240px;
                                min-width:200px;
                                margin:1rem 0.5rem;
                                text-align:center;
}
.bnr-gray01 div a{
                                width: 100%;
                                padding:0.2rem 0;
                                display:block;
                                border:2px solid #cdcdcd;
}
.bnr-gray01 div a:hover {
                                padding:0.2rem 0;
                                background:#fbffeb;
                                border:2px solid #cdcdcd;
}


/* --- ボックス --- */
div.blue { 
width: 100%; 
height: 5px; 
background-color: #E0F3F6; 
} 

div.white { 
width: 100%; 
height: 12px; 
background-color: #FFFFFF; 
} 

div.hmenu  { display: none; }

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#menu img {
vertical-align:top;
}

div.left { 
width: 180px; 
margin: 0px 5px;  
background-color: #FFFFFF; 
} 


#menunavi {
margin: 0;
width: 100%;
}

#main #menunavi {
width: 100%;
max-width:1000px;
}


/*--メニューナビゲーション--*/

#menunavi ul{
list-style:none;
margin: 0px;
padding: 0;
list-style-image: url(images/icon/orange.gif); 
}



ul.pdf li{
list-style:none;
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 20px 20px 28px;
padding: 0;
list-style-image: url(images/icon/word_s.gif); 
}

ul.excel li{
margin: 20px 20px 20px 28px;
padding: 0;
list-style-image: url(images/icon/excel_s.gif); 
}

ul.pdfl li{
list-style:none;
margin: 5px 5px 5px 20px;
padding: 0;
list-style-image: url(images/icon/pdf_s.gif); 
border-bottom:dotted 1px #849FC0;
}
li.pdf{
margin: 20px 20px 20px 28px;
padding: 0;
list-style-image: url(images/icon/pdf_s.gif); 
}

/*-- フォルダ --*/
.folder{
                                margin: 5px;
                                padding-left: 320px;
                                background: url(images/icon/folder.png)no-repeat;
}

/*--オレンジの三角リスト--*/
ul.sa li{
list-style:none;
margin-top: 5px;
margin-left:20px;
padding: 0;
list-style-image: url(images/icon/sa_o.gif); 
}

/*--オレンジの三角リスト インサイド--*/
ul.sain li{
list-style:none;
margin-top: 5px;
margin-left: 20px;
margin-bottom: 15px;
padding: 0;
list-style-image: url(images/icon/sa_o.gif); 
}

/*-- フォルダ --*/
.folder{
                                margin: 5px;
                                padding-left: 30px;
                                background: url(images/icon/folder.png)no-repeat;      
}

/*--ブルーの三角リスト--*/
ul.sb li{
list-style:none;
margin-left: 15px;
margin-top: 5px;
padding: 0;
list-style-image: url(images/icon/sa_b.gif); 
}

/*--グリーンの四角リスト--*/
ul.sg li{
list-style:none;
margin-top: 5px;
margin-left: 20px;
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.nor2{
list-style:none;
padding-left:0px;
}

ol.nor2 li{
list-style:none;
margin-top: 5px;
list-style-type: decimal; 
}

/*--点リスト--*/
ul.disc{
margin-top: 0.3rem;
}
ul.disc li{
list-style-type: disc;
margin-left: 20px;
margin-bottom: 3px;
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;
}

/*まるつき数字リスト*/
ol.list-marunum {
    counter-reset: my-counter;
    list-style-type:none;
}
ol.list-marunum > li {
    position: relative;
    padding-left: 25px;
    margin-bottom:8px;
}
ol.list-marunum > 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;
    padding-left: 1px;
    position: absolute;
    left: 0;
}
/*リストの行間を空ける*/
.list-lineheight li{
    line-height: 2.0;
    margin-bottom:2rem;
}


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;
}

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;
}

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:1px;
	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
}

.list004 dl { line-height: 1.7;
 }
 
.list004 dd {
	margin: 0em 0em 0.4em 5em;
}

.list004 dt {
	padding-bottom: 0.4em;
	padding-left: 1em;
	clear: left;
	float: left;
	width: 12em
}

/*監査用リスト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;
}
table.images td{
	border-collapse:collapse;
	border-spacing: 0px;
	padding: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;
}

.list td{
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	padding:0.3em 1em;
	font-size:90%;
}

/*リストフリーテーブルデザイン*/
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.green3{
	margin-left: 0px;
	margin-bottom: 5px;
	color: #007D40;
	background-color: #ffffff;
	font-size: 110%;
}
h3.black{
	padding-left: 20px;
	font-size:100%;
	color: #000000;
	background: url(images/icon/green.gif) no-repeat left center; 
}
h3.waku{
	padding: 8px 30px;
                                margin-bottom:0px;
	font-size:125%;
	color: #fff;
                                display:inline-block;
                                background: #009133;
}

/* --- タイトル --- */
.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","HGMaruGothicMPRO", Meiryo, Arial, sans-serif;
}

/*フォントを枠で囲って強調する*/
.emphasis span{
                                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/icon/pdf_s.gif); 
border-bottom:dotted 1px #849FC0;*/
}

#boxb {
width:148px;
float:left;
text-align: right:
}

#boxc {
width:75%;
float:right;
}


/* --- 点線のライン --- */
.line {
background-image: url(images/background/ten1.gif); 
height: 1px;
margin-top: 0px;
margin-bottom: 3px;
padding: 0;
clear: both;
}
.line-ten {
width:100%;
height: 1px;
border-top:1px dotted #999;
margin-top: 0px;
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;
}

.s{
	font-size:90%;
}

/*ふるさと納税のデザイン*/
#mainimg_furu {
width:100%;
background:#edebe8;
text-align:center;
}

.mainimg_furu_houjin {
width:100%;
background:#fff;
text-align:center;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
}

#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;
}

h1.houjin{
                                margin-top:40px;
                                font-size:125%;
                                font-weight:normal;
                                text-align:left;
}

#container_furu .inner h1 {
font-size:160%;
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:160%;
margin:12px 0px 7px 0px;
color:#66002a;
}
#container_furu .inner h3 {
font-size:130%;
margin:2rem 0 0 0;
padding:0;
color:#66002a;
}
#container_furu .inner h4 {
font-size:115%;
font-weight:normal;
margin:4px 0px 4px 0px;
padding:0.3em 1em;
border-radius: 6px;
color:#66002a;
background:#e0ccd4;
overflow: hidden;
}
#container_furu .inner h5 {
font-size:110%;
margin:1.5rem 0px 0.3rem 0;
padding:0.1em 1em;
color:#66002a;
border-left:5px solid #e0ccd4;
}

#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;
}
.furu-houjin{
                                margin-bottom:1rem;
                                border-bottom:3px solid #00BF00;
}
.furu-houjin-menu{
                                width:100%;
                                display:flex;
}
.furu-houjin-menu div{
                                width:calc(100% / 3);
                                border-top:1px solid #ccc;
                                border-left:1px solid #ccc;
                                border-bottom:1px solid #ccc;
                                text-align:center;
                                background:#fff;
                                box-shadow: 2px 2px 4px #dcdcdc;
}
.furu-houjin-menu div:last-child{
                                border-right:1px solid #ccc;
}
.furu-houjin-menu div a{
                                width:100%;
                                display:inline-block;
                                padding:1rem 0;
                                font-size:110%;

}
.furu-houjin-menu div a:hover{
                                background:#f7fff2;
                                color:#0000ff;
}


#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%;
}
.furu-koujo-case{
                                margin:2rem 0;
}
.furu-koujo-case .title{
                                padding-bottom:0.3rem;
                                font-size:120%;
                                border-bottom:dashed 1px #555;
                                font-weight:normal;
                                background:url(images/icon/menu_black.gif) no-repeat 0.1rem 0.4rem;
}


.furucatch {
margin:0 auto;
overflow:hidden;
vertical-align:middle;
}
/*返礼品のアイコン用*/
.furuleft01 {
width: 56px;
height:52px;
display: inline-block;
}
.furu-green {
width: 28px;
height:28px;
color:#00BF00;
}
/*返礼品のキャッチ用*/
.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%;
}

/*手順の吹き出しデザイン*/
.furu-fuki {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 10px 16px;
  border-radius: 8px;
  background-color: #66002a;
  text-align: left;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
}

.furu-fuki::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25%;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #66002a transparent transparent;
  translate: -50% 100%;
}
.furuleft {
float:left;
margin-left:20px;
}
.fururight {
float:right;
margin-left:20px;
}
.furuflow {
margin-top:8px;
}

/* 医療・介護マップ */
#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 {
display: table;
width: 820px;
}
.pict {
  margin-top:4px;
}
#map-art .map-box {
  display: table-cell;
	float: none;
	width: 450px;
	vertical-align: top;
}
#map-art .#gmap {
	position: relative;
	padding-top: 15%;
	width: 60%;
	height: 60%;
	overflow: hidden;
}
#map-art .#gmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 450px;
	height: 530px;
	overflow:hidden;
}
#map-art .list-box {
  display: table-cell;
  width: 350px;
  padding-left: 5px;
  padding-right: 22px;
  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;
}

.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 > 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 > dt:hover {
  text-decoration: underline;
	color: #000000;
}
#panel > 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%;
}
.faq dt,.faq dd{
                                padding-left:0;
                                display:flex;
}
.faq dt{
                                font-weight:bold;
                                padding:1rem 0.5rem;
                                font-size:110%;
                                background:#DFECF2;
}
.faq dd{
                                margin-left:0;
                                padding:0.7rem 0.5rem 2rem 0.5rem;
}
.faq div{
                                margin-right:1rem;
}
.faq li{
                                margin-top:0.6rem;
}
.faq .arrow_box_q,
.faq .arrow_box_a{
    position:relative;
    width:1rem;
    height:1rem;
    padding:0.5rem 0.75rem 0.75rem  0.75rem;
    text-align:left;
    font-size:120%;
    border-radius:1.25rem;
    -webkit-border-radius:1.25rem;
    -moz-border-radius:1.25rem;
}
.faq .arrow_box_q{
    background:#fff;
    color:#0277AA;
}
.faq .arrow_box_a{
    background:#EFC2C2;
    color:#333;
}
.faq .arrow_box_q:after,
.faq .arrow_box_a:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-top-width:0.5rem;
    border-bottom-width:0.5rem;
    border-left-width:0.5rem;
    border-right-width:0.5rem;
    margin-top: -0.5rem;
    margin-left: -0.1rem;
    left:100%;
    top:50%;
}
.faq .arrow_box_q:after{
    border-color: rgba(255, 255, 255, 0);
    border-left-color:#fff;
}
.faq .arrow_box_a:after{
    border-color: rgba(239, 194, 194, 0);
    border-left-color:#EFC2C2;
}


/*--縦書き--*/
.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;
}
