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


/*----------------------------
page-allplan.php
----------------------------*/
#plan {
	max-width:800px;
    margin:0 auto;
}
#plan p {
    margin: 0 0 20px;
    padding: 0;
    line-height: 160%;
	font-size:1.5rem;
}
.section { margin-bottom: 30px; }
#plan h2 {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 150%;
    border-bottom: 2px solid #7c6c46;
}
#plan h3{
	font-size: 135%;
    border-bottom: 1px solid #7c6c46;
    margin-bottom: 5px;
}
#plan h4 {
	color: #ee4a7f;
    font-size: 22px;
    border-bottom: 2px #CECAC3 solid;
    padding-left: 10px;
    margin-bottom: 10px;
}

#plan h5 {
    color: #ee4a7f;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
    padding-bottom: 5px;
    border-bottom: dotted 1px #C6B59B;
}

#plan h6 {
    color: #AA8338;
    font-size: 16px;
    padding: 0 0 0 8px;
	border-left: 5px solid #AA8338;
	margin-bottom:10px;
	line-height:1em;
}


#plan strong {
    color: #ee4a7f;
}
#plan em {
	color:#ee4a7f;
	font-style: normal;
}
#plan a {
	color: #7c6c46;
}
#toc_container.no_bullets li{
	text-indent: -1em;
    padding-left: 1em;
}
#toc_container {
    background: #f9f9f9;
    border: 1px solid #aaa;
    padding: 10px;
    margin-bottom: 1em;
    width: auto;
    display: table;
    font-size: 95%;
}
@media screen and (max-width:640px){
	#plan {
        padding: 0 5%;
	}
}</pre></body></html>