@charset "UTF-8";

.communicationColorList {
    color: #002B62;
    color: #EB6E00;
    color: #04127C;
    color: #65B3A4;
    color: #1E32A5;
    color: #286EBE;
    color: #419B91;
    color: #D2BE00;
    color: #A0D8Ad;
    color: #DC8C23;
    color: #BE375A;
    color: #858585;
    color: #000000;
    color: #ffffff;
}

/*-------------------------------------------------------------------*
 ※修理受付用 CSS定義ファイル
 *-------------------------------------------------------------------*/
 h2 {
    margin: 0em 0em 1em 0em;
    padding: 0.1em 0.5em;/*上下 左右の余白*/
    background:#ececec;
    border-left: solid 10px #286EBE;/*左線*/
    border-bottom: solid 3px #858585;
}
h4 {
    margin: 1.5em 0em 0.1em 0em;
    background:#ececec;
}
p {
    margin: 0.5em 1.5em 0.5em 1.5em;
}
::placeholder{
    color: #818a8b
}
input:focus {
    outline: none;
    border: 4px solid #286EBE;
    background-color: lemonchiffon;
}
input, select {
    padding: 0.5em;
}
select:focus {
    outline: none;
    border: 4px solid #286EBE;
    background-color: lemonchiffon;
}
a {
    color:#286EBE;
    font-weight: bold;
}
table {
    border: none;
}
.flex-parent {
    width:100%;
    display:flex;
    justify-content:center;
}
.caution {
    color: red;
    font-weight: bold;
}
/* 字下げ */
.indent {
    text-indent: 1em; 
}
/* ぶら下げ */
.hanging {
    margin-left: 1em;
    text-indent: -1em; 
}
.outBox ul {
    padding-left: 2.5em;
}
.outBox p {
    margin-left: 1em;
}
.outBox ul {
    margin-left: 1em;
    padding-left: 1em;
}
.inBox p {
    margin: 0em;
}
.add table th {
    width: 20%;
    text-align: center;
    color: #333;
    font-weight: normal;
    background-color: #d5d5d5;
    border: 1px solid #bbb;
}
.add table td {
    border: 1px solid #bbb;
}
.redLabel {
    border-radius: 4px;
    margin-left: 1em;
    margin-bottom: 0.2em;
    padding: 0.1em 0.4em 0.1em 0.4em;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background: #990000;
    color: #fff;
    font-size: smaller;
}
.grayLabel {
    border-radius: 4px;
    margin-left: 1em;
    margin-bottom: 0.2em;
    padding: 0.1em 0.4em 0.1em 0.4em;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background: #666666;
    color: #fff;
    font-size: smaller;
    font-weight: normal;
}
/*---------------------------------------*/
.inputBox {
    margin-left: 1em;
    margin-right: 1em;
}
.inputBox p {
    margin: 0.7em 0em 0.3em 0em;
}
.inputBox .head {
    font-size: medium;
    font-weight: bold;
    margin: 0em 0em 0.5em 0em;
}
.inputBox input:focus, .inputBox select:focus, .inputBox textarea:focus{
    background-color: lemonchiffon;
    outline: 3px solid #286EBE;
    border: none;
}

/*-----------------------------------------------
 * 修理製品情報
 *---------------------------------------------*/
.infoBox {
    margin-left:1em;
    text-align:left;
}
.col11 {
    background-color: #afeeee;
    width: 20px;
}
.col12 {
    width: 30%;
}
.col21 {
    background-color: #EFEFEF;
}
.col22 {
    background-color: #EFEFEF;
}


/*-------------------------------------------------------------------*/
/* パソコン用   (min-width:769px) */
@media screen and (min-width:769px){
    .outBox {
        width: 90%;
        max-width: 640px;
    }
    .inBox {
        padding: 1em;
    }
    /*-----------------------------------------------
     * 修理の流れ
     *---------------------------------------------*/
    #collectItemNote {
        table-layout: fixed;
        width: 97%;
    }
    #collectItemNote th{
        text-align:center;
        width: 130px;
        border:1px solid #bbb;
    }
    #collectItemNote td{
        word-break: break-all;
        border:1px solid #bbb;
    }
    .inputOutBox {
        width: 70%;
    }
}
/*-------------------------------------------------------------------*/
/* タブレット用 (max-width:769px) */
@media screen and (min-width:641px) and (max-width:768px){
    .outBox {
        width: 90%;
        max-width: 640px;
    }
    .inBox {
        padding: 1em;
    }
    #title {
        font-size:xx-large; 
    }
    /*-----------------------------------------------
     * 修理の流れ
     *---------------------------------------------*/
    #collectItemNote {
        table-layout: fixed;
        width: 97%;
    }
    #collectItemNote th{
        text-align:center;
        width: 130px;
        border:1px solid #bbb;
    }
    #collectItemNote td{
        word-break: break-all;
        border:1px solid #bbb;
    }
    .inputOutBox {
        width: 70%;
    }
}
/*-------------------------------------------------------------------*/
/* スマホ用     (max-width:640px) */
@media screen and (max-width:640px){
    .outBox {
        width: 100%;
        font-size: small;
    }
    .outBox table {
        table-layout: fixed;
        width: 330px;
    }
    .outBox h2 {
        font-size: medium;
        text-align: left;
    }
    .add table {
        table-layout: fixed;
        width: 320px;
    }
    #title {
        border-left:none; 
        font-size:larger; 
        text-align:center; 
    }

    /*-----------------------------------------------
    * 修理製品情報
     *---------------------------------------------*/
    /* child: 修理製品情報 */
    #modelInfoList {
        width: 95%;        
    }
    .col21 {
        width: 20px;
    }
    .col22 {
        width: 75px;
    }
    .col23 {
        min-width: 150px;
    }
    .col24 {
        width: 60px;
    }

    /*---------------------------------------*/
    #input input[type=text], #input textarea {
        max-width: 90%;
    }


    /*-----------------------------------------------
     * 修理の流れ
     *---------------------------------------------*/
    #collectItemNote {
        table-layout: fixed;
        width: 95%;
    }
    #collectItemNote th{
        text-align:center;
        width: 110px;
        border:1px solid #bbb;
    }
    #collectItemNote td{
        word-break: break-all;
        border:1px solid #bbb;
    }
}




