﻿@charset "utf-8";

/*----------------------------------------------------------*/
/* ドロップダウンリストの設定 */

.SelectWrap {
    height:56px;
    width:210px;
    position:relative;
    display:inline-block;
}

.SelectWrap::after {
    content:'';
    width:6px;
    height:6px;
    border:0px;
    border-bottom:solid 2px #5D5D5D;
    border-right:solid 2px #5D5D5D;
    -ms-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    position:absolute;
    top:24px;
    right:10px;
    pointer-events:none;
}

.SelectWrap select {
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    width:100%;
    height:100%;
    position:relative;
    padding-right:40px;
    font-weight:bold;
    font-family:inherit;
}

.SelectWrap select::-ms-expand {
    display:none;
}

.SelectWrap select {
    font-size:14px;
    color:#9C9C9C;
    padding-left:10px;
    background-color:#FFFFFF;
    border:1px solid #D5D5D5;
    border-radius:3px;
}

/*----------------------------------------------------------*/
/* カレンダー */

.CalendarInputBox {
    display:table;
    border:1px solid #00479F;
    border-radius:3px;
    width:210px;
    height:56px;
}

.CalendarInputBox span {
    font-size:14px;
    font-weight:bold;
    color:#00479F;
}

.CalendarDisiable .CalendarInputBox {
    border-color:#D5D5D5;
}

.CalendarDisiable .CalendarInputBox span {
    color:#9C9C9C;
}

/*----------------------------------------------------------*/
/* ボタン共通 */

.submit-button-ja,
.submit-button-en {
    border:none;
    background-color:#00479F;
    border-radius:3px;
    height:52px;
    width:100%;
    font-size:16px;
    font-weight:bold;
    color:#FFFFFF;
    text-align:center;
    vertical-align:middle;
    margin-top:6px;
    cursor:pointer;
}

.ButtonBlue,
.ButtonDisable{
    width:120px;
    height:50px;
    font-size:16px;
    font-weight:bold;
}

/*----------------------------------------------------------*/
/* 注意事項 */

.ContentTopMargin{
    margin-top:40px;
}

.ChuiJiko {
    position:relative;
    margin-top:6px;
    margin-left:1em;
    padding-right:6px;
    padding-top:2px;
    height:20px;
    width:70px;
    background-color:#EEEEEE;
    border-radius:3px;
    cursor:pointer;
}

.ChuiJiko::before {
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    margin-top:auto;
    margin-bottom:auto;
    left:6px;
    width:14px;
    height:14px;
    background-color:#707070;
    border-radius:50%;
}

.ChuiJiko::after {
    content:"？";
    position:absolute;
    top:2px;
    bottom:0;
    margin-top:auto;
    margin-bottom:auto;
    left:7px;
    font-family:'Helvetica','Arial',sans-serif;
    font-size:12px;
    font-weight:bold;
    color:#FFFFFF;
}

.ChuiJiko span {
    font-size:12px;
    color:#707070;
    margin-left:22px;
}
/*----------------------------------------------------------*/
/* 検索条件 */

.InputFrame{
    margin-left:20px;
}

.InputTable {
    display:table;
}

/* 各入力項目 */

.OfukuInputArea,
.NinzuInputArea {
    display:table-cell;
    vertical-align:top;
}

.OfukuInputArea {
    width:180px;
    padding-right:20px;
}

.InputMidashi {
    font-size:16px;
    font-weight:bold;
    color:#5D5D5D;
}

.NinzuMidashi{
    border-collapse:collapse;
}
.MidashiMargin {
    margin-top:24px;
}

.NinzuMidashi tr th {
    font-size:14px;
    font-weight:bold;
    color:#9C9C9C;
    width:135px;
    text-align:left;
}

.NinzuMidashi tr td {
    font-size:12px;
    font-weight:normal;
    color:#B7B7B7;
}

.NinzuText {
    width:60px;
    height:42px;
    -ms-ime-mode:disabled !important;
    text-align:right;
    font-size:14px !important;
    padding-right:10px;
}

.NinzuTani {
    font-size:14px;
    font-weight:bold;
    color:#9C9C9C;
    vertical-align:bottom;
}

.NinzuMargin {
    height:10px;
}

.TextNormal,
.TextHankaku {
    height:36px;
    text-align:left;
    font-size:14px !important;
}
.TextHankaku{
    -ms-ime-mode:inactive;
}

.MinatoJosenbi{
    margin-top:-60px;
}

.MinatoInputArea {
    display:table-cell;
}

.MinatoInputArea{
    padding-right:20px;
}

.SearchButtonArea {
    vertical-align:bottom;
    float:right;
    margin-top:-54px;
    margin-right:107px;
}

input[type="text"][disabled="disabled"] {
    background-color:#F2F2F0;
}

/*----------------------------------------------------------*/
/* 検索結果 */

.TitleArea{
    margin-top:20px;
}

.ResultArea {
    margin:0 auto;
    width:600px;
    min-height:50px;
}

.ResultJosenbi{
    margin-top:25px;
}
.ResultJosenbi span{
    display:inline-block;
    padding-left:10px;
}

.ResultHatchi{
    margin-top:20px;
}

.ResultTable {
    margin:0 auto;
    margin-top:10px;
    display:table;
    width:100%;
    table-layout:fixed;
    border-collapse:collapse;
    font-size:16px;
}
.ResultTableRow{
    display:table-row;
}

.ResultHeaderCell,
.EmptyCell{
    display:table-cell;
    height:40px;
    vertical-align:middle;
    text-align:center;
}

.ResultHeaderCell{
    display:table-cell;
    border:1px solid #5D5D5D;
}

.EmptyCell,
.ResultTimeCell {
    width:100px;
    vertical-align:middle;
    text-align:center;
}

.ResultTimeCell,
.ResultInputCell {
    display:table-cell;
    border:1px solid #5D5D5D;
    height:40px;
}


.RadioFrame,
.RadioFrame > span{
    display:table;
    width:100%;
    height:100%;
}

.RadioFrame input[type="radio"] {
    display:none;
}
.RadioFrame > input[type="radio"] + label,
.RadioFrame > span > input[type="radio"] + label{
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}

.RadioFrame > input[type="radio"] + label{
    cursor:pointer;
}
.ResultInputCell input[type="radio"]:checked + label {
    background-color:#FFC0C0 !important;
}

.KetteiNote{
    margin-top:30px;
    width:100%;
    text-align:right;
}

.UnderButton{
    position:relative;
    width:80%;
    margin:0 auto;
    margin-top:12px;
    height:100px;
}

/*----------------------------------------------------------*/
/* PC版のレイアウト */
/*----------------------------------------------------------*/
/* モーダルウィンドウ */
.modal-content {
    width:90%;
    margin:0;
    padding:0.3em 0.3em 0.3em 0.6em;
    border:2px solid #aaa;
    background:#fff;
    position:fixed;
    display:none;
    z-index:2;
    text-align:left;
}

.modal-p {
    margin-top:1em;
}

.modal-p:first-child {
    margin-top:0;
}

#modal-overlay {
    z-index:1;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.75);
}

.nodisp {
    display:none;
}

/* 備考・注意書き（アコーディオンの内容） */
.acdn-target {
    color:#666666;
    font-size:small;
    background-color:#ffffcc;
    padding:5px 5px 5px 5px;
}

/*------------------------------------------------*/
/* 入力エラー */

.InputErrorCell input,
.InputErrorCell select,
.InputErrorCell .CalendarInputBox {
    color:#FA594B !important;
    background-color:#FFD3D3 !important;
    border:1px solid #FA594B !important;
}

.InputErrorCell .CalendarInputBox span {
    color:#FA594B !important;
}
