body:after{
    background: linear-gradient(180deg, #a9c2eb, #68c29e);
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}
main{
    background: url(./img/index-four-mini.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 250px;
    margin: 0;
    padding: 20px;
}
h2{
    color:#330;
    font-weight: 400;
    font-size: 20px;
    margin-top: 30px;
    padding-top: 0;
    padding-left: 10px;
    padding-bottom: 3px;
    border-left: 20px solid #675;
    border-bottom: 1px solid #675;
}
p{
    background-color: #efe;
    color: #330;
    font-size: 16px;
    border: 5px double #985;
    padding: 5px;
}
p#top-info{
    background: rgba(255, 255, 255, 0);
    border: none;
    text-align: center;
}
th.form {
	white-space: nowrap;
	background: #F0E4D3;
    font-size: 14px;
    vertical-align: top;
}
td.form {
    text-align: left;
}
td{
    color: #330;
    font-size: 16px;
    vertical-align: top;
    padding: 10px;
}
table.center{
    margin: auto;
    text-align: center;
}
table#menu{
    margin: auto;
}
table#kanzaki{
    width: 80%;
    margin: auto;
    background-color: #ab9;
    border: 3px double #675;
    margin-bottom: 10px;
}
td#kanzaki{
    font-size: 12px;
}
table.link{
    width: 100%;
    border-bottom: 1px solid #330;
}
td.right{
    text-align: right;
}
a{
    text-decoration: none;
    color: #650;
}
div#btm-link{
    height: 250px;
    text-align: center;
}
div#sns{
    text-align: center;
}
li{
	font-size:14px;
	text-align:left;
}
div.q{
    background-color: #F0E4D3;
    border-bottom: 1px solid #675;
    color: #330;
    font-size: 16px;
    padding: 3px;
    padding-left: 10px;
    margin-top: 20px;
}
div.a{
    background-color: aliceblue;
    color: #330;
    font-size: 16px;
    padding: 3px;
    padding-left: 20px;
    margin-bottom: 20px;
}
address{
    font-size: 12px;
    font-style: normal;
    text-align: center;
}