@charset "UTF-8";

/* 共通部分
------------------*/
html {
    font-size: 100%;
}
body {
    font-family: "Hiragino Karu Gothic ProN", "Hiragino Sans", "BIZ UPDGothic", sans-serif;
    font-size: 18px;
    line-height: 1.7;
    color: #000;
    background-image: url(../kabegami-gif/bg_fabric_linenlight_6.gif);
    background-repeat: repeat;
}
a {
    text-decoration: underline;
}
img {
    max-width: 100%;
}
.mokuji {
    max-width: 500px;
    font-size: 18px;
    margin: auto;
}
.mokuji th,
 mokuji td {
    text-align: left;
}
.mokuji,
.mokuji td {
    border: 1px solid black;
}
.about {
    max-width: 736px;
    padding: 0 1.5rem;
    margin: 3rem auto 0;
}
.about p {
    margin-bottom: 2rem;
}
/*　ボタン　*/
.modori {
    text-align: right;
}
.btn {
    display: inline-block;
    font-size: 1rem;
    text-decoration: none;
    background-color: #0bd;
    color: #fff;
    border-radius: 8px;
    padding: .70rem 1.5rem;
}