.divInp{
    /*border-bottom: 1px solid #000;*/
    background-color: #f4f9ff;
    /*margin-bottom: 10px;*/
    padding: 5px 0;
    margin-bottom: 10px;
}
#idTyp,#idTrg,#idBui,.clSkill,.clSkillT{
    display: inline-block;
    /* padding: 0.5em 1em; */
    text-decoration: none;    
    color: #FFF;
    border-bottom: solid 4px #627295;
    border-radius: 8px;
    padding-top: 4px;    
}

#idTyp {
    background: #884898;
}
#idTyp option{
    background: #4b0082;
}


#idTrg,#idBui {
    background: #65318e;
}
#idTrg option,#idBui option{
    background: #47266e;
}


.clSkill {
    /*background: #a69abd;*/
    background: #706caa;
}
.clSkill option{
    background: #483d8b;
}
.clSkillT {
    background: #9932cc;
}
.clSkillT option{
    background: #660066;
}



#btnStart {
    display: inline-block;
    /* padding: 0.5em 1em; */
    text-decoration: none;
    background: #ff8c00;
    /* background: #cd5c5c; */
    color: #640125;
    border-bottom: solid 4px #627295;
    border-radius: 10px;
    font-weight: 600;
    padding: 5px 20px;
    font-size: 16px;
}
.picon i:before{
    padding-right: 5px;
}
.picon{
    font-weight: bold;
}
#Search select {
    margin-left: 20px;
    margin-top: 3px;
    height: 35px;
}
#Search #btnStart{
    margin-left: 20px;
}
.tblSearch{
    margin-bottom:20px;
}
#divSkillOut{
    /*border:1px solid #000000;*/
    /*background-color: #FFFFFF;*/
    /*width:700px;*/
    /*position: absolute;*/
    /*top:670px;*/
    /*box-shadow: 5px 5px 20px;*/

    /*margin-right:10px;*/

}
#divSkillOut td{
    padding: 5px;
    padding-left: 15px;
}
#divSkillOut td:first-child{
    /*text-align: center;*/

}

#divSkillOut th{
    background-color: #fff7ef;
    text-align: center;
}
#divSkillOut th:first-child{
    width: 200px;
    background-color: #fff7ef;
}
#divSkillOut{
    width: 97%;
    margin: 0 auto;
}
.tblSkillTaiou th{
    /*background-color: #f2e5ff;*/
    background-color: #fff7ef;
}
.tblSkillTaiou td{
    border: solid 1px #000;
    padding: 3px 5px;
}

#btnStart:active
{/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}

/*よく使うスキル追加*/
#mhfFreSkill,#mhwFreSkill{
    display: none;
}

.pSelectSkCmd{
    margin-bottom: 10px;

}
.pSelectSkCmd .spKeikou,
.picon .spKeikou
{
    background: linear-gradient(transparent 60%, #d6eaff 60%);  
}
.divOptionChkBox input{
    margin: 6px 5px;
}
.pSelectSkCmd,.divOptionChkBox{
    margin-left: 20px;
}

/*チェックボックス*/
input[type=checkbox] {
    display: none;                /* checkboxを非表示にする */
}
.chkLabel{
    border: 2px solid #006DD9;
    margin: 5px;
}
.chkLabel {
    display: inline-block;                /* ブロックレベル要素化する */ 
    /*float: left;                 要素の左寄せ・回り込を指定する */ 
    margin:2px;                /* ラベル外側の余白を指定する */
    padding: 0px 3px;
    /*width: 100px;                 ラベルの横幅を指定する */
    /*height: 45px;                 ラベルの高さを指定する */
    text-align: center;        /* テキストのセンタリングを指定する */
    /*        line-height: 45px;         行の高さを指定する 
            padding-left: 5px;         ラベル内左側の余白を指定する 
            padding-right: 5px;         ラベル内右側の余白を指定する */
    cursor: pointer;                /* マウスカーソルの形（リンクカーソル）を指定する */
    color: #000;                        /* フォントの色を指定 */
    border: 2px solid #006DD9;/* ラベルの境界線を実線で指定する */
    border-radius: 5px;                /* 角丸を指定する */
}
/*押下した時のcss　＋は隣接セレクタ*/
input[type="checkbox"]:checked + label {
    background: #31A9EE;/* マウス選択時の背景色を指定する */
    color: #ffffff;         /* マウス選択時のフォント色を指定する */
}

#chkClearId{
    display: inline-block;
    /* padding: 0.5em 1em; */
    text-decoration: none;
    background: #4169e1;
    /* background: #cd5c5c; */
    color: #fff;
    border-bottom: solid 4px #627295;
    border-radius: 10px;
    font-weight: 200;
    padding: 2px 10px;
    font-size: 16px;    
    /*margin-left: 120px;*/
}

.divOptionChkBox{
    margin-left: 5px;
}    
/*シェアボタン*/
.divSocial{
    margin-top: 20px;
}

/*上書き*/
.divSite2{
    border-bottom:none;
}
.clToiawase{
    border-bottom:none;
}
/*----スマホ対応-------------*/
@media only screen and (max-width: 499px){


    #divSkillOut td{
        padding: 3px;
        padding-left: 3px;

    }    
    #divSkillOut th:first-child{
        width: 100px;
        background-color: #fff7ef;
    }    
    #divSkillOut td:first-child{
        text-align: center;

    }
}
@media only screen and (max-device-width: 321px){
    #Search select {
        margin-left: 5px;
        /*    margin-top: 3px;
            height: 35px;*/
    }
    .divOptionChkBox{
        font-size:15px;                
    }        
    .divOptionChkBox input{
        margin: 6px 2px;
    }    
    .chkLabel {

        padding: 0px 1px;

    }    
    #chkClearId{
        padding: 2px 2px;
        /*    font-size: 16px;    
        */margin-left: 150px;
    }

}                                     