@charset "UTF-8";
/* BASE CSS Document */


/*共通*/
html {
    height: 100%;
}
body {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
    margin: 0 auto;
    padding: 0px;
    text-align: left;
    font-size: 14px;
    color: #000000;
    line-height: 1.5em;
    text-align: left;
    background-color: #FFE8E7;
    background-image: url(contents_bg.jpg);
    background-repeat: repeat;
}
img {
    margin: 0;
    border: none;
}
#bg {
    margin: 0 auto;
    padding: 0px;
    width: 950px;
    text-align: left;
    background-image: url(bg_shadow.png);
    background-repeat: repeat;
    position: relative;
}
#wrap {
    margin: 0 25px 0 25px;
    padding: 0;
    width: 900px;
    text-align: left;
    background-color: #FFFFFF;
    background-image: url(bg_box.jpg);
    background-repeat: repeat;
    position: relative;
}
/*ぜんたいでつかう*/

#foat_clear {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix {
    zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
    zoom: 1;
} /* IE7 */
.float_right {
    float: right;
}
.clear_both {
    clear: both;
    visibility: hidden;
}
/*メニュー*/



/* footer
------------------------------------------------------------ */
#footer {
    font-size: 1em;
    border-top: solid #000 1px;
    text-align: center;
    width: 900px;
    height: 60px;
    line-height: 30px;
    background-color: transparent;
}
#footer #address {
    color: #FFF;
    line-height: 30px;
    width: 100%;
    font-style: normal;
    background-color: #E36679;
}
#footer #address a {
    color: #FFF;
}
/* Keyvisual
-----------------------------------*/
#keyvisual {
    margin: 0 auto;
    width: 900px;
    height: 550px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
#keyvisual img {
    top: 0;
    left: 0;
    position: absolute;
}
/* フォームのためのCSS
-----------------------------------*/

.pdf {
    margin: 30px auto;
    text-align: center;
}
.pdf a {
    font-size: 120%;
    font-weight: bolder;
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";
    text-align: center;
    text-decoration: none;
    color: #3AABD2;
}
.link div {
    width: 70%;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 100px;
    border-radius: 5px;
    background-color: #003E88;
    text-align: center;
    font-size: 200%;
    font-weight: bolder;
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";
    text-decoration: none;
    color: #FFFFFF;
}
.link div:hover {
    background-color: #0E5CC5;
}
.link a {
    text-decoration: none;
}
.link a:hover {
    text-decoration: none;
}
.message {
    border-width: 2px;
    border-color: #FFF;
    border-style: dashed;
    border-radius: 4px;
    box-shadow: 0px 0px 0px 6px #FF651B;
    background-color: #FF651B;
    padding: 10px 30px;
    margin: 50px 0;
}
.message p {
    color: #FFF;
    font-size: 150%;
    font-family: vdl-v7marugothic, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    line-height: 1.5em;
}

/* 個人情報ページ
------------------------------------------------------------ */
.pmark{
    width: 120px;
    text-align: center;
    margin: 20px 0;
    background-color: #fff;
    padding: 5px;
}
.pmark img{
    width: 100%;
}
/* スマホサイト対応
------------------------------------------------------------ */
@media (max-width: 767px) {
body, html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0px;
    padding: 0px;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
#bg {
    margin: 0;
    padding: 0px;
    width: 100%;
    text-align: left;
    background-image: none;
    background-repeat: none;
    position: relative;
}
#wrap {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
    background-color: #FFFFFF;
    background-image: url(bg_box.jpg);
    background-repeat: repeat;
    position: relative;
}
/* footer
------------------------------------------------------------ */
#footer {
    font-size: 1em;
    border-top: solid #000 1px;
    text-align: center;
    width: 100%;
    height: auto;
    line-height: 30px;
    background-color: transparent;
}
#footer #address {
    color: #FFF;
    line-height: 30px;
    width: 100%;
    font-style: normal;
    background-color: #E36679;
}
#footer #address a {
    color: #FFF;
}
/* Keyvisual
-----------------------------------*/
#keyvisual {
    margin: 0;
    width: 100%;
    height: 250px;
    text-align: left;
    position: relative;
    overflow: visible;
}
#keyvisual img {
    top: 0;
    left: 0;
    position: absolute;
}
/* フォームのためのCSS
-----------------------------------*/
.link {
}
.link div {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 100px;
    border-radius: 5px;
    background-color: #003E88;
    text-align: center;
    font-size: 180%;
    font-family: tbchibirgothicplusk-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: #FFFFFF;
}
.link div:active {
    background-color: #0E5CC5;
}
.link a {
    text-decoration: none;
}
.link a:hover {
    text-decoration: none;
}
.message {
    border-width: 2px;
    border-color: #FFF;
    border-style: dashed;
    border-radius: 4px;
    box-shadow: 0px 0px 0px 6px #FF651B;
    background-color: #FF651B;
    padding: 8px 20px;
    margin: 50px 0;
}
.message p {
    color: #FFF;
    font-size: 120%;
    font-family: vdl-v7marugothic, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    line-height: 1.5em;
}
}
/* スマホサイト終わり
