/* コンタクトボックス */

.contact_box_tel {
    float: right;
}

.contact_box_email {
    float: left;
}

.contact_box .clear {
    clear: both;
}

.clear {
    clear: both;
}

.contact_box img {
    width: 320px;
}


/* コンタクトボックス（電話/お問合わせ）モバイル */

@media screen and (max-width: 736px) {
    .contact_box {
        text-align: center;
    }
    .contact_box_tel {
        float: none;
    }
    .contact_box_email {
        float: none;
    }
}

.content a {
    color: #0068BF;
    font-size: 16px;
}

.sideTower a {
    color: #0068BF;
}

.sideTower h2 {
    font-size: 110%;
    color: #68a94a;
}

.content p,
.content {
    color: #2e2e2e;
    font-family: "Shin Go Regular", sans-serif, "typesquare";
    font-size: 16px;
}

.content li {
    color: #2e2e2e;
    font-family: "Shin Go Regular", sans-serif, "typesquare";
    font-size: 16px;
    font-weight: bold;
}

.content .entry-content img,
.content .entry-content .foogallery {
    margin-bottom: 20px;
}

.content .entry-content .foogallery img {
    margin-bottom: 0px;
}


/* コンタクトフォーム */

form input[type=tel] {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 10px 5px;
    outline: 0;
    margin: 5px 5px 5px 0;
    -webkit-appearance: none;
    font-size: 100%;
}


/* コンタクトバー（モバイルでのフッターバナー） */

#footer_ban {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    overflow: hidden;
    display: table;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #f0f0f0;
    z-index: 9999;
    line-height: 0;
}

#footer_ban img {
width: 100%;
height:auto;
}


/* コンタクトボックス_モバイル */

a#tel_footer {
    position: fixed;
    width: 200px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    left: 50%;
    bottom: 10px;
    margin-left: -100px;
    display: block;
    background: rgba(0, 102, 204, .7);
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    border-radius: 10px;
}

a#tel_footer:hover {
    background: rgba(0, 102, 204, .8);
}

@media screen and (min-width: 768px) {
    a#tel_footer {
        display: none;
    }
}

@media screen and (min-width:960px) {
    a#tel_footer {
        display: none;
    }
}