<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 */

/*common
-----------------*/
.dl_tbl dl {
	clear:both;
	overflow:hidden;
}
.dl_tbl dl:nth-child(even) {
	background:#f7f9fe;
}
.dl_tbl dl dt {
	width:12em;
	padding:18px 8px; 
	float:left;
	color:#072765;
	font-weight:bold;
	text-align:center;
}
.dl_tbl dl dd {
	margin-left:13em;
	padding:18px 15px;
	border-left:3px solid #ccc;
}
.dl_tbl dl dd span {
	font-weight:bold;
	display:block;
}
.dl_tbl dl dd dl {
	margin:5px 0 0 0;
	border: none !important;
}
.dl_tbl dl dd dt {
	padding:0;
	width:15em;
	font-weight:normal;
	border: none;
	text-align:left;
}
.dl_tbl dl dd dd {
	padding:0;
	border: none;
	margin-left:15em;
}



.dl_tbl2 dl {
	clear:both;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;	
	border-right:1px solid #ccc;
	margin:0 15px;
}
.dl_tbl2 dl:first-child {
	border-top:1px solid #ccc;
}
.dl_tbl2 dl dt {
	width:7em;
	padding:12px 8px; 
	float:left;
	color:#072765;
	font-weight:bold;
	text-align:center;
}
.dl_tbl2 dl dd {
	margin-left:8em;
	padding: 12px ;
	border-left:1px solid #ccc;
}
.dl_tbl2 dl dd dl {
	margin:5px 0 0 0;
	border: none !important;
}
.dl_tbl2 dl dd dt {
	padding:0;
	width:4em;
	font-weight:normal;
	border: none;
}
.dl_tbl2 dl dd dd {
	padding:0;
	border: none;
	margin-left:5em;
}


article ul.disc {
	margin:0 0 0 2.5em;
}
article ul.disc li {
	list-style:disc;
}


/*CSSは以下に書く
-----------------*/

/*plan
----------------------*/
#bplan .dl_tbl dl dt {
	width:65%;
	text-align:left;
	padding-left:15px; 
}
#bplan .dl_tbl dl dd {
	margin-left:70%;
	text-align:center;
}

/*outline
----------------------*/
#boutline .dl_tbl dl dd span {
    margin: 15px 0 0;
}


/*program
---------------------*/
#bprogram .dl_tbl dl dt {
    text-align:left;
    width: 14em;
   padding: 18px 5px 18px 13px;
}
#bprogram .dl_tbl dl dd {
	margin-left:15em;
}

#bprogram .dl_tbl dl dd dl {
	margin:0;
	clear:none;
	margin:5px 0;
}
#bprogram .dl_tbl dl dd dl dt {
	width:3em;
	padding:0;
}
#bprogram .dl_tbl dl dd dl dd {
	margin-left:5em;
	padding:0;
}
#bprogram .dl_tbl dl:nth-child(2n) {
    background:none;
}
#bprogram .dl_tbl dl {
	background:#ebf5dc !important;
	border-bottom:1px solid #ccc;
}
#bprogram .dl_tbl dl.def {
	background:#fff !important;
}
#bprogram .dl_tbl dl.night,
#bprogram .dl_tbl dl.night dl {
	background:#e3f5ff !important;

}
#bprogram .dl_tbl dl.change,
#bprogram .dl_tbl dl.change dl {
	background:#fff0eb !important;

}

#bprogram .dl_tbl p.p_change {
	background:#fff0eb !important;
	padding:5px;
}

#bprogram .dl_tbl dl.long dd dl {
	margin:0 0 10px 0;
}
#bprogram .dl_tbl dl.long dd dl:last-child {
	margin:0 !important;
}


#bprogram .dl_tbl dl.long dd dl dt {
	float:none;
	width:auto;
}
#bprogram .dl_tbl dl.long dd dl dd {
	margin-left:0;
}

#bprogram .dl_tbl dl dd p{
	margin:auto;
}


#bprogram .dl_tbl dl.long_red {
	margin:0 0 0px 0;
	background:#fff0eb !important;

}
#bprogram .dl_tbl dl.long_red dd dl {
	margin:0 0 10px 0;
	background:#fff0eb !important;

}
#bprogram .dl_tbl dl.long_red dd dl:last-child {
	margin:0 !important;
	background:#fff0eb !important;

}
#bprogram .dl_tbl dl.long_red dd dl dt {
	float:none;
	width:auto;
	background:#fff0eb !important;

}
#bprogram .dl_tbl dl.long_red dd dl dd {
	margin-left:0;
	background:#fff0eb !important;

}

#bprogram .dl_tbl dl dd p{
	margin:auto;

}


/*PDFダウンロード
---------------------*/
#bprogram.bdl h3 {
	margin-bottom:0;
}
#bprogram.bdl .dl_tbl dl {
	background:none !important;
	overflow:hidden;
}
#bprogram.bdl .dl_tbl dl:nth-child(even) {
	background:#f5f5f5 !important;
}
#bprogram.bdl .dl_tbl dl dt {
	text-align:left;
	width: auto;
	float:left;
	width:75%;
	margin:0 ;
}
#bprogram.bdl .dl_tbl dl dd {
	text-align:center;
	width:20%;
	float:right;
	margin:0;
	padding:15px 0;
	border:none;
}
#bprogram.bdl .dl_tbl dl dt dl {
	border:none;
	font-weight:normal;
	color:#333;
}
#bprogram.bdl .dl_tbl dl dt dl:nth-child(even) {
	background:none !important;
}
#bprogram.bdl .dl_tbl dl dt dl dt {
	width:5em;
	margin: 0;
	float:left;
	border:none;
	padding:0;
	font-weight:normal;
	color:#333;
}
#bprogram.bdl .dl_tbl dl dt dl dd {
	width: auto !important;
	float:none;
	text-align:left;
	border:none;
	padding:0;
	margin:0 0 0 5em;
}
#bprogram.bdl .dl_tbl dl dd a[href$=".pdf"] {  
    background:none;
	padding-left:0;
}
#bprogram.bdl section main article div.dl_tbl dl dd a:last-child img {
	margin:10px 0 0 0;
}
#bprogram.bdl .dl_tbl dl dd dl:nth-child(even) {
	background:none !important;
}
#bprogram.bdl .dl_tbl dl dd dl dt {
	float:left;
	text-align:left;
}
#bprogram.bdl .dl_tbl dl dd dl dd {
	margin:0 0 0 5em;
	border:none;
}
#bprogram.bdl .dl_tbl dl a[href$=".pdf"] {  
    background: url(../img/icon_pdf.gif) no-repeat top left;
	padding-left:20px;
}
#bprogram.bdl .dl_tbl dl dt span {
	font-size:115%;
}
#bprogram.bdl .dl_tbl dl dd span {
	font-size:85%;

}
#bprogram div.pr_btn{
	margin:10px 0;
}
	
#bprogram div.pr_btn ul {
	overflow:hidden;
}
#bprogram div.pr_btn ul li {
	font-weight:bold;
	float:left;
	margin:0 5px 0 5px;
	border-radius:5px;
	text-align:center;
}

#bprogram div.pr_btn ul li a {
	display:block;
	padding:10px 25px 10px 30px;
}

#bprogram div.pr_btn ul li.on {
	background:#de8732;
	
}

#bprogram div.pr_btn ul li.on a {
	text-decoration:none;
	color:#FFF;
}

#bprogram div.pr_btn ul li.off {
	background:#efeded;
}

#bprogram div.pr_btn ul li.off a {
	text-decoration:none;
	color:#555452;
}
	

/*リンク
---------------------*/
#blink  article.link_box ul li {
	border-bottom:1px dashed#ccc;
	padding:15px;
}
#blink  article.link_box ul li:first-child {
	padding-top:0;
}
#blink  article.link_box ul li:before {
	content:"◆";
	margin:0 10px 0 0;
	color:#003;
}

/*
---------------------*/

div.att_box {
	border:3px solid #C80000;
    margin:15px 5px;
	padding:10px;
	text-align:center;
	font-weight:bold;
	color:#C80000;
}


/*digest
---------------------*/
.digest_box {
	overflow:hidden;
	border-bottom:1px dashed #ccc;
	padding:15px 0;
}
h2 + .digest_box {
	padding-top:0;
	margin-top:-5px;
}
.digest_box dl {
	width:44%;
	margin:15px 3%;
	float:left;
	text-align:center;
}
.digest_box dl dt {
	font-weight:bold;
	font-size:110%;
	margin:0 0 5px 0;
}
.digest_box dl dd img {
	line-height:1;
	border:1px solid #ccc;
}
.digest_box dl dd a[href$=".pdf"] {  
    background:none;
	padding-left:0;
}
.digest_box dl dd span {  
    background: url(../img/icon_pdf.gif) no-repeat top left;
	padding-left:20px;
}

/*voice
---------------------*/
.google_form{
width:100%;
height:500px;
overflow:auto;
-webkit-overflow-scrolling:touch;
}
.ifrm {
width:100%;
height:95%;

border:none;
}</pre></body></html>