body {
    background: #FFF;
    margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
    padding: 0;
    /*text-align: center; !* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます *!*/
    color: #000000;
    /*font-family: "微软雅黑",'Microsoft YaHei','华文黑体','STHeiti','宋体',helvetica, arial, verdana, sans-serif;*/
    /*font-family: '黑体';*/
    font-size:12px;
    height:100%;
}

p{
    margin:0;
    padding:0;
}

h2 .small {
    font-size: 14px;
}
h3{
    margin: 0;
    padding: 0;
    font-size: 12px;
}
h3.ttl {
    margin-bottom: 10px;
    margin-top: 20px;
    padding: 8px;
    font-size: 14px;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
    border-left: solid 5px #999999;
    background-color: #e6e6e6;
}
.titleBlock{
    border-bottom: 1px solid #333333;
    line-height: 1.2;
}

.titleBlock .titleBlock__container strong {
    font-size: 20px;
    font-weight: bold;
}

.section--large {
    margin: 20px 0 40px 0;
}

.clearfix {
    min-height: 1px
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
*html .clearfix {
    height: 1px
}
.wrapper {
    width: 100%;
    margin: 0;
    background: url(../images/sprite_header.gif) repeat-x scroll 0 -494px  transparent;
    position:relative;
}

#container {
    width: 950px;  /* これにより、幅がブラウザの幅の 80% のコンテナが設定されます */
    height: 100%;
    background: #FFFFFF;
    margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
    text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
    /*padding-bottom:50px;*/
}

#container .msg {
    padding:0;
    margin-bottom:30px;
}
#container .msg i{
    font-weight: bold;
    color:#84bb00;
    margin-right: 1%;
}
#container .msg span{
    display: inline-block;
    max-width: 93%;
    vertical-align: top;
}
#header {
    margin: 15px 0 0 0;
    padding: 0 0 5px 0;
    border-bottom: solid #CEE8B7 10px;
    width:100%;
}
#header .logo {
    width: 40%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
#header .logo img{
    /*width: 344px;*/
    height: 50px;
    width: auto;
    margin: auto;
}
#header .logo .img2{
    height: 50px;
}
#header .ttl {
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    margin: auto;
    vertical-align: middle;
}

#container table.form{
    border-collapse: collapse;
    border-spacing: 0;
    /*font-size: inherit;*/
    border-top: solid 1px #bfbfbf;
    border-left: solid 1px #bfbfbf;
    font-size: 12px;
    /*font-size: 15px;*/
    width: 100%;
}
#container table.form th{
    background-color:#e6e6e6;
    border-right: solid 1px #bfbfbf;
    border-bottom: solid 1px #bfbfbf;
    font-weight: bold;
    padding:15px 20px 15px;
    text-align: left;
}
table.form th .sample {
    font-size:10px;
    color:#F00;
}
#container table.form td{
    border-right: solid 1px #bfbfbf;
    border-bottom: solid 1px #bfbfbf;
    background-color: #ffffff;
    text-align: left;
    /*padding:15px 20px 15px;*/
    padding:10px 20px 10px;
}
#container table.form td p{
    padding-top:5px;
}
#container table.form .requireBoxL{
    font-size: 15px;
}
#container table.form .addBox{
    display: inline-block;
}
#err{
    color:#FF0000;
    font-size:15px;
}

.tableBlockList__icon {
    float: right;
    /* width: 3em; */
}

.requireIcon{
    display: inline-block;
    /*width: 36px;*/
    width: 45px;
    height: 18px;
    line-height: 18px;
    /*padding: 3px 5px;*/
    background-color: #e40300;
    font-size: 10px;
    color:#ffffff;
    font-weight: normal;
    text-align: center;
    border-radius: 4px;
    /*background: url(../images/icon_require.png) no-repeat 0 0;*/
    /*text-indent: -9999px;*/
}

.tableBlockList__title {
    float: left;
}


input .text-box{
    border: 1px solid #bfbfbf;
    box-shadow: 0 1px rgba(0, 0, 0, 0.1) inset;
    display: inline-block;
    padding: 5px;
}

select{
    width: 270px;
}
a{
    color: #428bca;
    text-decoration: none;
}
.submit_form{
    background:#e6e6e6;
    margin:30px 0 0 0;
    padding:30px 0 30px 0;
    text-align:center;
    vertical-align:middle;
    width:100%;
}
.send{
    background:#666666;
    border-style:none;
    color:#fff;
    cursor:pointer;
    font-size:14px;
    font-weight:bold;
    height:47px;
    width:340px;
}
.agree{
    background:url(../img/button_submit.png) 0 0 no-repeat;
    border-style:none;
    color:#fff;
    cursor:pointer;
    font-size:14px;
    font-weight:bold;
    height:47px;
    width:340px;
    display: none;
}
.install{
    background:url(../img/button_submit.png) 0 0 no-repeat;
    border-style:none;
    color:#fff;
    cursor:pointer;
    font-size:14px;
    font-weight:bold;
    height:47px;
    width:340px;
}
.clear{
    background:url(../img/button_reset.png) 0 0 no-repeat;
    border-style:none;
    color:#fff;
    cursor:pointer;
    font-size:14px;
    font-weight:bold;
    height: 47px;
}

.err{
    color:#FF0000;
    font-size:15px;
    display: inline-block;
    display:none;
}
.step3{
    display: none;
}
.footer-bottom{
    background:#e6e6e6;
    margin:30px 0 0 0;
    padding:10px 0;
    text-align:center;
    vertical-align:middle;
    width:100%;
}
.footer-bottom1{
    background:#e6e6e6;
    padding:10px 0;
    text-align:center;
    vertical-align:middle;
    width: 950px;
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}
/*提示框*/
.aside{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
    z-index:998;
    display: none;
}
.infoBox,.waitBox{
    position: absolute;
    left: 50%;
    top: 50%;
    width:450px;
    padding-bottom: 20px;
    padding-top: 30px;
    transform: translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%); 	/* IE 9 */
    -moz-transform:translate(-50%,-50%); 	/* Firefox */
    -webkit-transform:translate(-50%,-50%); /* Safari 和 Chrome */
    -o-transform:translate(-50%,-50%); 	/* Opera */
    background-color:#fff;
    border: solid 1px;
    /*display: none;*/
}
.infoBox p,.waitBox p{
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 20px;
}
.infoBox .close,.waitBox .close{
    width: 20px;
    position: absolute;
    right: 5px;
    top: 5px;
}
.infoBox div{
    text-align: left;
    display: inline-block;
    width: 90%;
    margin: 10px;
    /*float: left;*/
    /*padding: 5%;*/
    /*padding-bottom: 30px;*/
}
.infoBox div span{
    margin-top: 10px;
    display: inline-block;
}
.infoBox div span i{
    font-style: normal;
}
.infoBox div button{
    width: 80px;
    background-color: #ff730a;
    border-radius: 2px;
    border-style:none;
    box-shadow: inset 0 1px 0 0 #ffab6c, 2px 2px rgba(0,0,0,0.3);
    color: #fff;
    cursor: pointer;
    padding:10px;
    font-size: 12px;
    font-weight: bold;
    float: right;
    vertical-align: middle;
}
/*.infoBox div .confirm{*/
    /*margin-left: 40px;*/
/*}*/
.infoBox div .ques{
    /*margin-right: 40px;*/
    background-color: #0169c6;
    box-shadow: inset 0 1px 0 0 #67a5dd, 2px 2px rgba(0,0,0,0.3);
}
.waitBox div{
    text-align: center;
}
#submit{
    margin:15px 0 0 0;
    padding:0;
    text-align:center;
    width:100%;
}

#submit .send{
    background-color: #ff730a;
    border-radius: 2px;
    border-style:none;
    box-shadow: inset 0 1px 0 0 #ffab6c, 2px 2px rgba(0,0,0,0.3);
    color: #fff;
    cursor: pointer;
    padding:10px;
    font-size: 12px;
    font-weight: bold;
}

#submit .clear{
    background-color: #0169c6;
    border-radius: 2px;
    border-style:none;
    box-shadow: inset 0 1px 0 0 #67a5dd, 2px 2px rgba(0,0,0,0.3);
    color: #fff;
    cursor: pointer;
    padding:10px;
    font-size: 12px;
    font-weight: bold;
}

.footer{
    padding:0;
    margin-top:10px;
    background-color:#EEEEEE;
    height:25px;
    width:100%;
}
.footer_fixed{
    position: absolute;
    left: 0;
    bottom: 0;
}

.footer .footer_in {
    padding:0px;
    width:950px;
    margin:0px auto;
    font-size:10px;
}


/* box
----------------------- */
.inputBox .inputBox__input {
    float: left;
    margin: 5px 10px 5px 0;
}
.inputBox .inputBox__button {
    float: left;
    margin: 7px 10px 5px 0;
}
.inputBox .inputBox__input {
    line-height: 32px;
}
.inputBox .inputBox__radio,
.inputBox .inputBox__checkbox {
    line-height: 21px;
}
.inputBox .inputBox__text {
    float: left;
}

/**/
.mb20 { margin-bottom: 20px;}
.mb30 { margin-bottom: 30px;}
.mb40 { margin-bottom: 40px;}
ul, ol, li, dl, dt, dd {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.note { font-size: 10px;}

@media (max-width: 768px){
    #container table.form .requireBoxL {
        /*font-size: 20px;*/
    }
    #container table.form .requireBoxR .requireIcon {
        /*font-size: 16px;*/
    }
    #container table.form tr td.labelBox .addBox label {
        /*font-size: 16px;*/
    }

    .err{
        color:#FF0000;
        font-size:15px;
        display: inline-block;
        display:none;
        margin-bottom: 10px;
        margin-left: 5px;
    }
}

.gray{
    background-color: #bfbfbf;
}