﻿@charset "utf-8";

/* CSS Document */
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ovhd{
    overflow: hidden;
}
.djalert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
    overflow: auto;
    -webkit-overflow-scrolling:touch;
}

.djalertbg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.djalertNewBox{
    padding-top: 120px;
    padding-bottom: 300px;
}
.djalertConBox {
    margin: auto;
    position: relative;
    max-width: 1000px;
    z-index: 100;
    background: #fff;
    border: 1px solid #b48732;
}

.djalertX {
    position: relative;
    z-index: 100;
    cursor: pointer;
    float: right;
    margin-right: 31px;
    margin-top: 29px;
}
.djalertNew{
    margin-top: 84px;
    padding-left: 79px;
    padding-right: 89px;
    padding-bottom: 104px;
}
.djalertNew .tit{
    height: 36px;
    padding-left: 13px;
    line-height: 36px;
    border-left: 5px solid #b48732;
    font-size: 38px;
}
.djalertNew img{
    display: block;
    margin: 35px auto 0px auto;
    max-width: 100%;
}
.djalertNew p{
    margin-top: 28px;
    text-indent: 2em;
}

.tsjyalert dl{
    margin-top: 22px;
    min-height: 40px;
    line-height: 40px;
}
.tsjyalert dt{
    float: left;
    width: 19%;
    text-align: right;
}
.tsjyalert dd{
    margin-left: 22%;
}
.tsjyalert dd input{
    width: 75%;
    float: left;
    height: 40px;
    border:1px solid #b2b2b2;
}
.tsjyalert textarea{
    width: 75%;
    height: 140px;
}
.tsjyalert button{
    width: 150px;
    height: 45px;
    float: left;
    margin-right: 25px;
    background: #dadada;
    cursor: pointer;
    color: #595959;
    border: none;
}
.tsjyalert .subSug{
    background: #b48732;
    color: #fff;
}


@media screen and (max-width: 755px){
    .djalertConBox{
        margin-left: 20px;
        margin-right: 20px;
    }
}