﻿article, aside, canvas, details, figcaption, figure,
header, footer, main, menu, nav, section, summary {
    display: block;
}

* {
    padding: 0;
    margin: 0;
}

img {
    display: block;
    margin: 0 auto;
    padding: 0;
}

body {
    -webkit-text-size-adjust: 100%;
    font-size: 140%;
    color: #555555;
}

.clear {
    clear: both;
}

.wrap_contents {
    padding: 10px;
}

#wrap_main {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
}

#wrap_left {
    float: left;
    width: 20px;
    height: 250px;
}

#wrap_right {
    float: right;
    width: 730px;
    min-height: 250px;
    background-color: #ffffff;
}

#wrap_fb {
    background-image: url('../../img_sp/logo_fb.png');
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: center;
    min-height: 80px;
}

#wrap_fb_button {
    float: right;
}

#wrap_company {
    padding: 5px 0px 5px 20px;
    font-size: 80%;
}


/* ヘッダーの固定 */
div #header-fixed {
    position: fixed; /* ヘッダーの固定 */
    top: 0px; /* 位置(上0px) */
    left: 0px; /* 位置(右0px) */
    width: 100%; /* 横幅100%　*/
    height: 100px; /* 縦幅140px */
}


div #header-bk {
    width: 100%; /* 横の幅を100% */
    height: 100px;
}
#wrap_header {
    width: 730px;
    margin: auto;
    height: 100px;
    padding-left: 20px;
}

#img_header {
    margin: 5px 0px 10px 0px;
}

.wrap_title {
    margin-top: 10px;
    padding-left: 115px;
    margin-bottom: 10px;
}

    .wrap_title p {
        width: 500px;
        color: #fff;
        font-weight: bold;
        font-size: 120%;
        text-align: center;
        display: table-cell;
        vertical-align: middle;
        padding-top: 5px;
        padding-bottom: 5px;
    }

.wrap_title2 {
    width: 730px;
    height: 30px;
    color: #fff;
    text-align: center;
    font-size: 70%;
    margin: auto;
    padding-left: 20px;
}
    .wrap_title2 p {
        width: 730px;
        height: 30px;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }

/* ボディの定義 */
div #wrap_body {
    padding: 130px 0 0 0;
}

div #body {
    width: 730px;
    margin: auto;
}
#wrap_footer {
    padding-top: 20px;
    width: 730px;
}

#wrap_fb_button a {
    text-decoration: none;
    color: #000;
}

.wrap_fb_button {
    background-image: url('../../img_sp/back_fb.png');
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: center;
    min-height: 40px;
    display: table-cell;
    vertical-align: middle;
    padding-top: 5px;
    padding-left: 50px;
}
    .wrap_fb_button span {
        border: solid 1px #e1e4ff;
        padding: 7px 20px 7px 10px;
    }

#info {
    padding: 10px;
}

#copy {
    text-align: center;
    margin: 5px;
}

hr {
    height: 3px;
    border: none;
    color: #ff0000;
}

.wrap_link_title {
    background-image: url('../../img_sp/title_page.gif');
    background-repeat: no-repeat;
    color: #fff;
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 55px;
    width: 675px;
    font-size: 120%;
    font-weight: bold;
}

.wrap_link_s {
    background-image: url('../../img_sp/title_page3.gif');
    background-repeat: no-repeat;
    vertical-align: middle;
    min-height: 50px;
    padding-left: 100px;
    width: 630px;
    font-size: 120%;
    padding-top: 10px;
}

#wrap_link a {
    text-decoration: none;
    color: #000;
}

.wrap_link_m {
    background-color: #fff;
    background-image: url('../../img_sp/title_page2.gif');
    background-repeat: no-repeat;
    vertical-align: middle;
    min-height: 50px;
    padding-left: 60px;
    width: 670px;
    font-size: 120%;
    padding-top: 10px;
}

.new {
    background-color: #ff1818;
    color: #fff;
    margin-left: 20px;
    padding: 5px 5px 5px 5px;
    font-size: 80%;
    border-radius: 5px;
}