@charset "utf-8";

/* reset*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    font-weight: normal;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
    color: currentColor;
}
body {
    line-height:1;
	font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" ,  "メイリオ" , Meiryo , "Meiryo UI" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size: 18px;
    line-height: 1.8;
    color: #000;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}


/* 運営法人について　テーマcssに追記する場合は以下のみで良い*/
#corporate {
    padding: 100px 0 50px;
    font-size: 14px;
    color: #5e5b5b;
}
#corporate .profile {
    max-width: 700px;
    width: 70%;
    margin: 0 auto;
    border: 1px solid #ccc;
    padding-bottom: 10px;
}
#corporate .profile h2 {
    margin: 0;
    font-size: 16px;
    background: #f0f0f0;
    padding: 5px 10px;
    color: #333;
    font-weight: bold;
    text-align: center;
    letter-spacing: 5px;
}
#corporate .profile table {
    width: 100%;
}
#corporate .profile table tr:not(:first-of-type) {
    margin-top: 10px;
}
#corporate .profile table th {
    width: 30%;
    padding: 10px 10px 0 10px;
    vertical-align: top;
    white-space: nowrap;
}
#corporate .profile table td {
    width: 70%;
    padding: 10px 10px 0 10px;
}
.txt_c {
    text-align: center;
}
.btn_close a {
    padding: 5px 30px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 3px;
    background: #999fa1;
    text-decoration: none;
}
.footer_corporate {
    padding-bottom: 200px;
}
.footer_corporate .copyright {
    font-size: 14px;
    color: #5e5b5b;
    margin: 60px 0 10px;
}