﻿@charset "utf-8";

/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html {
    color: #333;
    background: #fff;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    word-break: break-all;
}

/* IE10以降 游ゴシック文字ずれ対応 */

@media all and (-ms-high-contrast: none) {
    html {
        font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, sans-serif, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic;
    }
}

/*.HeadLog {
    background-image: url(../image/header.jpg);
    text-align:center;
}*/

body {
    background: #fff;
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0;
    margin: 0;
    background-image: url(../image/header.jpg);
    //background-color: #e7f1fd;
    background-repeat: repeat-x;
    padding-top:10px;
}

* {
    box-sizing: border-box;
}

img {
    border: 0;
    margin: 0;
    vertical-align: top;
    max-width: 100%;
}

p {
    margin: 0 0 1em;
    padding: 0;
}

    p:last-child {
        margin-bottom: 0;
    }

a {
    color: #333;
    text-decoration: none;
}

input,
textarea,
button {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
}

    input[type="submit"],
    input[type="text"],
    input[type="date"],
    input[type="month"],
    input[type="Password"],
    input[type="number"],
    textarea,
    button {
        box-shadow: none;
        outline: none;
    }


textarea {
    resize: vertical;
}

button {
    border: none;
    cursor: pointer;
}

label {
    cursor: pointer;
}

table {
    border-collapse: collapse;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.outer-block {
    min-width: 1040px;
}

.inner-block {
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 1000px;
}

#wrapper {
    position: relative;
}

.pc {
    display: block !important;
}

.pc-ib {
    display: inline-block !important;
}

.sp {
    display: none !important;
}

.sp-ib {
    display: none !important;
}

input[type="submit"],
input[type="text"],
input[type="date"],
input[type="month"],
input[type="Password"],
input[type="number"],
textarea,
button {
    box-shadow: none;
    outline: none;
    border: none;
}


select {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
    background: #FFFFFF;
    display: block;
    font-size: 16px;
    padding: 12px 15px;
    width: 100%;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: silver;
}
    select:focus {
        background: #e9f5fb;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    }
/*------------------------------------------------------------------------------
  comment
------------------------------------------------------------------------------*/
p {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 60px auto 40px;
}


input[type="number"],
input[type="date"],
input[type="month"] {
    background: #FFFFFF;
    //display: block;
    font-size: 16px;
    padding: 12px 4px;
    width: 11em;
    text-align: right;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: silver;
    text-align: center;
}
input[type="text"],
input[type="Password"],
textarea {
    background: #FFFFFF;
    //display: block;
    font-size: 16px;
    padding: 12px 15px;
    width: 100%;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: silver;
}

    input[type="text"]:focus,
    input[type="date"]:focus,
    input[type="Password"]:focus,
    input[type="month"]:focus,
    textarea:focus {
        background: #e9f5fb;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    }

    textarea[name="content"] {
        display: inline-block;
        width: 100%;
        height: 200px;
    }

    input::placeholder,
    textarea::placeholder {
        color: #ccc;
    }


    .contact-form .form-table {
        width: 100%;
    }



        .contact-form .form-table th,
        .contact-form .form-table td {
            border-top: 1px solid #d7d7d7;
            border-bottom: 1px solid #d7d7d7;
            padding: 10px;
        }

        .contact-form .form-table th {
            background: #e7f1fd;
            padding-left:20px;
            position: relative;
            text-align: left;
            width: 300px;
        }



/*------------------------------------------------------------------------------
  Custom
------------------------------------------------------------------------------*/
.ZipCodeText {
    width: 120px !important;
    display: inline !important;
    margin-right: 10px !important;
}
.TodohukenSelect {
    width: 120px !important;
}
.halfSize {
    width: 50% !important;
}
.OneQuarterSize {
    width: 25% !important;
}

.ParSize_10 {
    width: 15% !important;
}

h1 {
    text-align: center;
    font-size: 2em;
    //padding:1em;
}
/*------------------------------------------------------------------------------
  clearfix
------------------------------------------------------------------------------*/
.clearfix:after,
.inner-block:after {
    clear: both;
    content: "";
    display: block;
    height: 0px;
    font-size: 0;
    visibility: hidden;
}


/*Button*/

.button_s {
    border: 1px solid #15aeec;
    background-color: #49c0f0;
    background-image: -webkit-linear-gradient(top, #49c0f0, #2cafe3);
    background-image: linear-gradient(to bottom, #49c0f0, #2cafe3);
    border-radius: 4px;
    color: #fff;
    line-height: 30px;
    transition: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    //min-width:60px;
    cursor: pointer;
}

    .button_s:hover {
        background-color: #1ab0ec;
        background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
        background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);
        cursor: pointer;
    }

    .button_s:active {
        background: #1a92c2;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
        color: #1679a1;
        text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
        cursor: pointer;
    }



.button_s_Red {
    border: 1px solid #FF0000;
    background-color: #FF0000;
    background-image: -webkit-linear-gradient(top, #FA5858, #DF0101);
    background-image: linear-gradient(to bottom, #FA5858,#DF0101);
    border-radius: 4px;
    color: #fff;
    line-height: 30px;
    -webkit-transition: none;
    transition: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    min-width: 60px;
    cursor: pointer;
    margin-top: 1px;
}

    .button_s_Red:hover {
        background-color: #FF0000;
        background-image: -webkit-linear-gradient(top, #FA5858, #8A0808);
        background-image: linear-gradient(to bottom, #FA5858, #8A0808);
    }

    .button_s_Red:active {
        background: #c61945;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
        color: #8A0808;
        text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
    }
.button {
    border: 1px solid #15aeec;
    background-color: #49c0f0;
    background-image: -webkit-linear-gradient(top, #49c0f0, #2cafe3);
    background-image: linear-gradient(to bottom, #49c0f0, #2cafe3);
    border-radius: 4px;
    color: #fff;
    line-height: 40px;
    -webkit-transition: none;
    transition: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    min-width: 230px;
    cursor: pointer;
}

    .button:disabled {
        border: 0px;
        background-color: silver;
        background-image: linear-gradient(to bottom, silver, gray);
        border-radius: 4px;
        color: #fff;
        line-height: 40px;
        -webkit-transition: none;
        transition: none;
        text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
        min-width: 230px;
        cursor: not-allowed;
    }
        .button:disabled:hover {
            background-color: silver;
            background-image: linear-gradient(to bottom, silver, gray);
            border-radius: 4px;
            color: #fff;
            line-height: 40px;
            -webkit-transition: none;
            transition: none;
            text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
            min-width: 230px;
            cursor: not-allowed;
        }

.button_Gray {
    border: 1px solid gray;
    background-color: silver;
    background-image: -webkit-linear-gradient(top, silver, gray);
    background-image: linear-gradient(to bottom, silver, gray);
    border-radius: 4px;
    color: #fff;
    line-height: 40px;
    -webkit-transition: none;
    transition: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    min-width: 230px;
    cursor: pointer;
}

.button:hover {
    background-color: #1ab0ec;
    background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
    background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);
}

.button:active {
    background: #1a92c2;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
    color: #1679a1;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}

.center{
    text-align:center
}
.right{
    text-align:right;
}





.button_Red {
    border: 1px solid #FF0000;
    background-color: #FF0000;
    background-image: -webkit-linear-gradient(top, #FA5858, #DF0101);
    background-image: linear-gradient(to bottom, #FA5858,#DF0101);
    border-radius: 4px;
    color: #fff;
    line-height: 40px;
    -webkit-transition: none;
    transition: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    min-width: 230px;
    cursor: pointer;
    margin-top: 1px;
}

    .button_Red:hover {
        border: 1px solid #FF0000;
        background-color: #FF0000;
        background-image: -webkit-linear-gradient(top, #FA5858, #8A0808);
        background-image: linear-gradient(to bottom, #FA5858, #8A0808);
    }

    .button_Red:active {
        background: #c61945;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
        color: #8A0808;
        text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
    }



.errorSpan{
    color:red;
}


.required{
    color:red;
}


.divOperationButtonArea {
    width: 100%;
    text-align: right;
}

.WarningButton{
    background-color:red;
    border-color:brown;
    border-style:solid;
    color:white;
    font-weight:bold;
}
    .WarningButton:hover {
        background-color: brown;
        border-color: red;
        border-style: solid;
        color: white;
        font-weight: bold;
    }
    .WarningButton:active {
        background-color: black;
        border-color: brown;
        border-style: solid;
        color: silver;
        font-weight: bold;
    }

input[type=button]{
    cursor:pointer;
}



input[type="text"]:read-only,
input[type="date"]:read-only,
input[type="month"]:read-only,
input[type="Password"]:read-only,
input[type="number"]:read-only,
textarea:read-only {
    background-color: lightgray;
}


.ColorBoxMessageOKButton_Dis {
    border: 1px solid gray;
    background-color: silver;
    background-image: -webkit-linear-gradient(top, silver,gray);
    background-image: linear-gradient(to bottom, silver,gray);
    border-radius: 4px;
    color: #fff;
    line-height: 30px;
    transition: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    min-width: 100px;
    cursor:not-allowed!important;

}

.ColorBoxMessageOKButton {
    border: 1px solid #15aeec;
    background-color: #49c0f0;
    background-image: -webkit-linear-gradient(top, #49c0f0, #2cafe3);
    background-image: linear-gradient(to bottom, #49c0f0, #2cafe3);
    border-radius: 4px;
    color: #fff;
    line-height: 30px;
    transition: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    min-width:100px;
    cursor: pointer;
}

    .ColorBoxMessageOKButton:hover {
        background-color: #1ab0ec;
        background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
        background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);
        cursor: pointer;
    }

    .ColorBoxMessageOKButton:active {
        background: #1a92c2;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
        color: #1679a1;
        text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
        cursor: pointer;
    }



.ColorBoxMessageNGButton {
    border: 1px solid #FF0000;
    background-color: #FF0000;
    background-image: -webkit-linear-gradient(top, #FA5858, #DF0101);
    background-image: linear-gradient(to bottom, #FA5858,#DF0101);
    border-radius: 4px;
    color: #fff;
    line-height: 30px;
    -webkit-transition: none;
    transition: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    min-width: 100px;
    cursor: pointer;
    margin-top: 1px;
}

    .ColorBoxMessageNGButton:hover {
        background-color: #FF0000;
        background-image: -webkit-linear-gradient(top, #FA5858, #8A0808);
        background-image: linear-gradient(to bottom, #FA5858, #8A0808);
    }

    .ColorBoxMessageNGButton:active {
        background: #c61945;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
        color: #8A0808;
        text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
    }