body {
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-size: 13px;
    margin: 0;
    width: 100%;
    height: 100%;
}

div#wrapper {
    width: 100%;
    height: 100%;
}

div#header {
    background: #F5F5F5;
    border-bottom: solid 2px #47A7A3;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

/*
div#title {
    margin-left: 10px;
    float: left;
}

div#title img {
    height: 60px;
}

div#subtitle {
    color: #0077BB;
    font-size: 20px;
    float: left;
    margin-top: 20px;
}

div#about {
    float: right;
    text-align: right;
    font-size: 15px;
    margin-top: 20px;
    margin-right: 20px;
}
*/

#genbuttons {
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
}

#generate {
    width: 100px;
    text-align: center;
}

/*
div#footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 16px;
}

div#copyright {
    width: 100%;
    min-height: 16px;
    background: #003366;
    text-align: center;
    font-size: 10px;
    color: #FFFFFF;
}
*/

span.step {
    font-size: 13px;
    font-weight: bold;
}

.exp {
    font-size: 13px;
    font-weight: bold;
}

hr.facility {
    border-top: 3px dashed #47A7A3;
}

div#upload_btn input[type="file"] {
    display: none;
}

div#contents {
    position: absolute;
    top: 0; /* rewrite by js */
    bottom: 0; /* rewrite by js */
    width: 95%;
    overflow: auto;
}

div#map {
    position: relative;
    width: 0; /* rewrite by js */
    height: 0; /* rewrite by js */
    z-index: 0;
}


input#select_all {
    margin-right: 50px;
}

input#default {
    margin-top: 10px;
    margin-right: 20px;
}

div#regist {
    margin-top: 30px;
}


div#selected_factype {
    width: 250px;
    height: 30px;
    background: #F5F5F5;
    margin-top: 20px;
    margin-left: 10px;
    border: 1px solid #0077BB;
}

div#factype {
    font-size: 20px;
    margin-left: 10px;
    color: #0077BB;
}

div#selected_laytype {
    width: 250px;
    height: 30px;
    background: #F5F5F5;
    margin-top: 7px;
    margin-left: 10px;
    border: 1px solid #0077BB;
}

div#laytype {
    font-size: 20px;
    margin-left: 10px;
    color: #0077BB;
}

input[type="button"][disabled] {
    color: #000000;
    background: #DCDCDC;
    cursor: not-allowed; /* 禁止カーソル */
}

input[type="submit"][disabled] {
    color: #000000;
    background: #DCDCDC;
    cursor: not-allowed; /* 禁止カーソル */
}

input.black_btn {
    width: 200px;
    font-size: 20px;
    padding: 10px 0px 10px 0px;
    color: #FFFFFF;
    background-color: #707070;
    border-radius: 10px;
}

input.white_btn {
    width: 230px;
    font-size: 20px;
    padding: 10px 0px 10px 0px;
    color: #FF4040;
    background-color: #FAFAFA;
    border-radius: 10px;
}

input.blue_btn {
    width: 200px;
    font-size: 18px;
    padding: 10px 0px 10px 0px;
    color: #FFFFFF;
    background-color: #8080B0;
    border-radius: 10px;
}

button.orange_btn {
    width: 100px;
    font-size: 16px;
    padding: 10px 0px 10px 0px;
    color: #000000;
    background-color: #FFDD9C;
    border-radius: 10px;
}

.download, .upload, .facility {
    margin-top: 20px;
}

#download_btn, #upload_btn {
    margin-top: 10px;
    margin-left: 70px;
}

#tabs {
    margin-top: 70px;
}

div#tab_page {
    display: block;
    margin-top: 0em;
}

#tabs-1 {
    position: relative;
    min-height: 700px;
}

/*
#tabs-1, #tabs-2, #tabs-3 {
    min-height: 600px;
}
*/

/*================================================
 * table border
 *================================================*/
/* form: input -> select */
select.form-control-input {
    font-size: 0.8em;
}

.table_border {
    border: 1px #000 solid;
    width: 100%;
    border-collapse: collapse; /* セルの線を重ねる */
    background-color: #fff;  /* 背景色指定 */
}

.table_border th {
    border: 1px #000 solid;
    background-color: #aaa;  /* 背景色指定 */
    padding: 3px 5px;/*上下3pxで左右10px*/
    text-align: left;           /* 文字の揃え位置指定 */
    font-weight: normal;         /* 文字の太さ指定 */
    font-size: 0.7em;
}

.table_border td {
    border: 1px #000 solid;
    background-color: #fff;  /* 背景色指定 */
    padding: 3px 5px;/*上下3pxで左右10px*/
    box-sizing:border-box;
    font-weight: normal;       /* 文字の太さ指定 */
    font-size: 0.9em;
}

.table_border td input {
    width: 100%;
    box-sizing: border-box;
    font-size: 0.9em;
}

/*
.required {
    color: #ff0000;
}
*/

.disabled {
    background-color: #e0e0e0;
    color: #000000;
}

