@charset "utf-8";

/********************************************************************************
 * 入力画面
 *******************************************************************************/
#input_page table {
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
    border: 1px #c0c0c0 solid;
}

#input_page button, #input_page input, #input_page select, #input_page textarea {
    font-family : inherit;
    font-size : 100%;
}

#input_page tbody th {
    background-color: #f5f5f5;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    width: 6em;
    padding: 6px 3px;
    border-bottom: 1px #708090 dotted;
    border-right: 1px #c0c0c0 solid;
}
#input_page tbody td {
    background-color: #ffffff;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    padding: 6px 3px;
    border-bottom: 1px #708090 dotted;
}
#input_page input[type="text"] {
    font-size: 100%;
	width:100%;
    /*width: 530px;*/
}
#input_page textarea {
    /*width: 530px;*/
    height: 10em;
    font-size: 100%;
	width:100%;
}
#input_page p {
    margin: 0;
    font-size: 90%;
}
#input_page .footer {
    text-align: center;
    vertical-align: middle;
    padding-top: 10px;
}
#input_page .assist {
    color: #808080;
}

#input_page .error {
    color: #ff0000;
    font-weight: bold;
    margin-top: 6px;
}

#input_page input[type="radio"], #input_page input[type="checkbox"] {
    position:relative;
    top:-2px;
}

#input_page input[type="text"], #input_page textarea {
    border:solid 1px #a9a9a9;
}

#input_page ul {
    margin-top: 30px;
    list-style-type: disc;
}
#input_page li {
    margin-bottom: 0.4em;
    font-size: 90%;
}
#stop_attached {
    margin-top: 10px;
}

/********************************************************************************
 * 確認画面
 *******************************************************************************/
#confirm_page table {
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
    border: 1px #c0c0c0 solid;
}

#confirm_page button, #confirm_page input {
    font-family : inherit;
    font-size : 100%;
}

#confirm_page tbody th {
    background-color: #f5f5f5;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    width: 6em;
    padding: 6px 3px;
    border-bottom: 1px #708090 dotted;
    border-right: 1px #c0c0c0 solid;
}
#confirm_page tbody td {
    background-color: #ffffff;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    padding: 6px 3px;
    border-bottom: 1px #708090 dotted;
    /*width: 550px;*/
    word-break: break-all;
}
#confirm_page .footer {
    text-align: center;
    vertical-align: middle;
    padding-top: 10px;
}

#confirm_page .footer p {
    font-weight: bold;
    line-height: 2;
}

/********************************************************************************
 * 完了画面
 *******************************************************************************/
#complete_page {
    margin-top: 1em;
    font-weight: bold;
    font-size: 110%;
    line-height: 1.5;
}

/********************************************************************************
 * ボタン
 *******************************************************************************/
.myButton {
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
    background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
    background-color:#ededed;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #c0c0c0;
    display:inline-block;
    cursor:pointer;
    color:#000000;
    padding:4px 15px;
    text-decoration:none;
    text-shadow:0px 1px 0px #ffffff;
}
.myButton:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
    background:-moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
    background:-webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
    background:-o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
    background:-ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
    background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
    background-color:#dfdfdf;
}
.myButton:active {
    position:relative;
    top:1px;
}

/********************************************************************************
 * ローディング
 *******************************************************************************/
#loading {
    display: table;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.8;
}

#loading .loadingMsg {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding-top: 140px;
    background: url("/kenkei/image/common/loading.gif") center center no-repeat;
}
