/**
 * KobeBeauty PHP Contact Form
 * http://www.kobe-beauty.co.jp/
 *
 * Copyright (c) 2014 Kobe Beauty Co., Ltd.
 * Released under the MIT license
 */

@charset "utf-8";
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,400italic,600,600italic,700,700italic,bold);
body {
    font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/* Form
--------------------------------------------- */

.err_mess {
    width: 1000px;
    margin: 0 auto;
}

.error {
    color: #e41717;
}

.btn-area {
    margin-top: 40px;
    text-align: center;
}


/* Button
--------------------------------------------- */

.btn i {
    margin-left: 6px;
}

.f_d_btn {
    display: inline-block;
    padding: 20px 29px 20px 155px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    background-color: #050528;
    color: #fff;
    text-align: center;
}

.f_send_btn {
    display: inline-block;
    padding: 20px 10px 20px 135px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    background-color: #050528;
    color: #fff;
}

.f_re_btn {
    display: inline-block;
    padding: 20px 48px 20px 60px;
    margin: 0 20px 0 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #eee;
    background-image: none;
    border: 1px solid transparent;
}


/* -- gnavi
-------------------------------------------------------------------------------- */

.gnavi {
    padding: 20px 0;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    z-index: 10000;
    width: 100%;
}

.logo {
    float: left;
    font-size: 20px;
}

.logo h2 {
    color: #fff;
}

.logo h2 a {
    color: #fff;
    text-decoration: none;
}

.in_navi {
    width: 1000px;
    margin: 0 auto;
}

.gnavi ul {
    float: right;
}

.gnavi ul li {
    float: left;
    margin: 4px 20px 0 0;
    font-size: 12px;
}

.gnavi ul li a {
    color: #fff;
    text-decoration: none;
}

.no_mr {
    margin-right: -20px;
}

a:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.4;
}


/* Form detail
--------------------------------------------- */

.main_top {
    background: url(../images/main.jpg) no-repeat scroll center center;
    margin: 0 0 30px 0;
    background-size: cover;
    height: 400px;
    z-index: 0;
    position: relative;
}

.main_bgk {
    background-color: #000;
    background-size: cover;
    height: 400px;
    opacity: 0.6;
}

.container {
    margin: 0 auto;
}

.main_gl {
    position: absolute;
    width: 100%;
    z-index: 3;
    margin: 0 auto;
    top: 130px;
}

.main_in {
    width: 900px;
    margin: 0 auto;
    color: #fff;
}

.gf_3 {
    font-weight: 300;
}

.main_in h3 {
    float: left;
    font-size: 20px;
}

.main_in h4 {
    float: left;
    font-size: 14px;
    margin: 4px 0 0 30px;
}

.pt2_gl {
    position: absolute;
}


/*------- pt8 -------*/

.pt8 {
    padding: 40px 0 0 0;
    margin: 0 auto;
    text-align: center;
    width: 770px;
}

.pt8_gl ul li {
    float: left;
    margin-right: 80px;
}

.pt8_gl ul li.cont_btn {
    float: left;
    margin-right: -80px;
}

.pt8_gl ul li img {
    width: 345px;
    height: 112px;
}


/*------- pt9 -------*/

.pt9 {
    text-align: center;
    width: 100%;
    background-color: #F3F3F3;
}

.pt9_gl {
    width: 1000px;
    margin: 0 auto;
}

.pt9_gl ul li {
    float: left;
}

.pt9_gl ul li img {
    width: 333px;
    height: 71px;
}

.footer {
    text-align: center;
    padding: 10px 0;
    background-color: #000;
}

.footer p {
    color: #fff;
    font-weight: 400;
    font-size: 70%;
}

.page-content {
    width: 1000px;
    margin:100px auto;
}

.form-group {
    margin-bottom: 50px;
}

.form_txt {
    border: 1px solid #dadada;
    height: 50px;
    background-color: #f9f9f9;
    font-size: 14px;
    padding-left: 10px
}

.f_d_tit {
    padding-top: 19px;
    font-size: 14px;
    text-align: left;
    float: left;
    width: 140px;
    margin-right: 70px;
}

.f_d_last {
    float: left;
    margin-right: 40px;
    width: 338px;
}

.f_d_first {
    float: left;
    width: 338px;
}

.txt_long {
    width: 729px;
}

i.d_btn_arw {
    background-image: url(../images/btn_arw.png);
    width: 10px;
    height: 16px;
    margin-left: 119px;
}

.f_d_mess {
    padding: 18px 0 0 12px;
    height: 150px;
}


/*Confirm*/

table {
    width: 1000px;
    margin: 50px 0;
    font-size: 14px;
}

th {
    background-color: #eee;
    width: 20%;
    padding: 20px 20px;
    border: 1px solid #fff;
}

td {
    padding: 20px;
}


/*done*/

h1.page-header {
    font-size: 20px;
    text-align: center;
    margin: 100px 0;
}

p.done_txt {
    text-align: center;
}

.done_cont {
    margin-bottom: 200px;
}