/**
 * reset.css
 **/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
html {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
q, blockquote {
    quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}
a img {
    border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}

/**
 * css
 */
body {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 14px;
}
header{
    width: 100%;
    height: 62px;
    margin-bottom: 10px;
    background: #000;
    text-align: left;
}
div#container{
    text-align: center;
}
div#contents{
    width: 660px;
    margin-left: auto;
    margin-right: auto;
}
div.title_logo{
    position: absolute;
    top: 0;
    left: 0;
}
div.home_logo{
    position: absolute;
    top: 0;
    right: 12px;
}
div.home_logo img{
    display: block;
}

h1{
    background-color: #000000;
    height: 50px;
    line-height: 50px;
    width: 660px;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    margin: 30px 0 21px 0;
}
section{
    width: 660px;
    text-align: left;
    margin: 21px 0;
}
section.introduction p{
    line-height: 21px;
    margin: 21px 0;
}
section.price_list{
    margin: 21px 0;
}
section.price_list table{
    width: 660px;
    border-width: 0;
    font-size: 16px;
}
section.price_list table th, section.price_list table td{
    height: 29px;
}
section.information{
    line-height: 21px;
}
th{
    font-weight: bold;
}
p {
    font-size: 14px;
    margin: 6px 0;
}
p.price_note{
    text-align: right;
    font-size: 12px;
    font-weight: bold;
}
.highlight{
    font-weight: bold;
    text-decoration: underline;
}
.note{
    font-size: 12px;
}
.btn {
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    display: block;
    background: #666;
    border: 3px solid #666;
    color: #fff;
    width: 200px;
    padding: 10px 0;
}
.btn,
.btn::before,
.btn::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.btn:hover {
    background: #fff;
    border: 3px solid #666;
    color: #666;
}




.smallerfont {
    font-size: smaller;
}
.price_list2 {
    margin-bottom: 20px;
    border-collapse: collapse;
    border: 1px #000000 solid;
}
.price_list2 td {
    font-size: 14px;
}
.price_list2 td p {
    margin: 5px;
}
.nothing {
    background-color: #cccccc;
    text-align: center;
}
b {
    font-weight: bold;
}
.btn_area {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.btn_area input {
    margin-left: auto;
    margin-right: auto;
}
