@charset "utf-8";
/* CSS Document */
body {
	background-color: #d3e3f5;
}
a {
    color: #0066c0;
}
.w-65pc {
    width: 65% !important;
}
p.indent-01{
    text-indent: -3.6em;
    padding-left: 3.6em;
}
div#main h2{
	border-bottom: 3px solid #f7cb00;
}
div#main h2:before{
	border-bottom: 3px solid #0264b0;
}
div#main h3{
    color: #775400;
    background-color: #fff9b2;
    border-left: 10px solid #ee731a;
	margin-bottom: 15px;
}
div#main h4{
    color: #0264b0;
    border-left: 10px solid #0264b0;
    border-bottom: 3px solid #0264b0;
}
div#main div#updt dl {
    max-height: 300px; /*　適宜調整してください　*/
}

div#main div#updt dl .maint-ttl {
	font-weight: bold;
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
	padding: 0.25em 0;
	margin: 0 10px 15px 0;
}
div#main div#updt dl .maint-tag {
	text-indent: -4em;
	padding-left: 4em;
	margin: 0 0 0;
}
div#main div.cont table.tbl-dsgn {
	margin: 20px 0 10px;
}

div#main div.cont table.tbl-dsgn tr th{
    background-color: #c0e5f9;
	text-align: left;
}
div#main div.cont table.tbl-dsgn tr th.th1{
	text-align: center;
}
/*
div#main div.cont table.tbl-dsgn tr td {
	text-align: center;
}
*/
div#main div.cont dl.dl-dsgn dt{
    color: #666666;
}

footer {
    background-color: #0264b0;
    color: #ffffff;
}

p.btn-area {
    border: 2px solid #f18c2c;
	background-color: #ffffe0;
}

a.button {
    background: #dc770b;
	background-image: -webkit-linear-gradient(top, #feba4e, #dc770b);
	background-image: -moz-linear-gradient(top, #feba4e, #dc770b);
	background-image: -ms-linear-gradient(top, #feba4e, #dc770b);
	background-image: -o-linear-gradient(top, #feba4e, #dc770b);
  	background-image: linear-gradient(to bottom, #feba4e, #dc770b);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feba4e',  endColorstr='#dc770b', GradientType=0 );
    border-color: #de7a0e;
}
a.button:hover {
    background: #eb912f;
	background-image: -webkit-linear-gradient(top, #f9c777, #eb912f);
	background-image: -moz-linear-gradient(top, #f9c777, #eb912f);
	background-image: -ms-linear-gradient(top, #f9c777, #eb912f);
	background-image: -o-linear-gradient(top, #f9c777, #eb912f);
	background-image: linear-gradient(to bottom, #f9c777, #eb912f);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c777',  endColorstr='#eb912f', GradientType=0 );
}

div#main div.cont div.prof-area{
    display: flex;
    flex-direction: row;
    align-items:flex-end;
	margin: 30px 0 0;
}

div#main div.cont div.maint-box {
	font-weight: bold;
	margin: 1em 0em 0;
	border: solid 2px #F91F00;
	padding: 1em 1em 0.25em;
	display: inline-block;
}

div#main div.cont div.maint-box p {
	text-align: left;
	font-size: 1em;
}

div#main div.cont div.maint-box p.ttl {
	text-align: center;
	border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    padding: 0.3em 0;
	margin: 0 0 1rem;
	font-weight: bold;
} 

div#main ol.fee li {
	list-style: none;
	margin-left: 0;
	text-indent: -3.6em;
    padding-left: 3.6em;
}