@charset "utf-8";

/* ************************************************************************** **
    文字のフォントを変更したい場合、コメントアウトを解除し
    指定したいフォントを記述してください。
** ************************************************************************** */

/* 文字のフォント */
/*
*{
    font-family      : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
*/


/* ************************************************************************** **
    テンプレートの「table.input_form」および「table.input_form」の色を
    変更したい場合、それぞれのコメントアウトを解除し、色を指定してください。
** ************************************************************************** */

/* 枠線の色 */
/*
div.input_form,
table.input_form,
table.input_form > tbody > tr{
    border-color     : #78c800;
}
*/

/* 枠線内の背景の色 */
/*
div.input_form,
table.input_form{
    background-color : #f9ffe3;
}
*/

/* 枠線内の背景の色(カーソルの乗せた場合) */
/*
div.input_form:hover,
table.input_form > tbody > tr:hover{
    background-color : #e9ffc8;
}
*/

/* ラベルタグの背景の色(カーソルを乗せた場合) */
/*
label:hover{
    background-color : #bfff00;
}
*/


/* ************************************************************************** **
    ここから下にスタイルシートを記述してください。
** ************************************************************************** */

/* 小分類選択 第1希望/第2希望 */
select[name="category2"] > option[value="001"],
select[name="category2"] > option[value="002"],
select[name="category2"] > option[value="008"],
select[name="category2"] > option[value="014"],
select[name="category2"] > option[value="020"],
select[name="category2"] > option[value="028"],
select[name="category2"] > option[value="035"],
select[name="category2"] > option[value="042"],
select[name="category2"] > option[value="049"],
select[name="category2"] > option[value="055"],
select[name="category2"] > option[value="064"],
select[name="category2"] > option[value="076"],
select[name="category2"] > option[value="087"],
select[name="category2"] > option[value="098"],
select[name="category2"] > option[value="107"],
select[name="category2"] > option[value="119"],
select[name="category2"] > option[value="125"],
select[name="category2"] > option[value="131"],
select[name="category2"] > option[value="136"],
select[name="category2"] > option[value="142"],
select[name="category2"] > option[value="151"],
select[name="category2"] > option[value="158"],
select[name="category2"] > option[value="163"],
select[name="category3"] > option[value="001"],
select[name="category3"] > option[value="002"],
select[name="category3"] > option[value="008"],
select[name="category3"] > option[value="014"],
select[name="category3"] > option[value="020"],
select[name="category3"] > option[value="028"],
select[name="category3"] > option[value="035"],
select[name="category3"] > option[value="042"],
select[name="category3"] > option[value="049"],
select[name="category3"] > option[value="055"],
select[name="category3"] > option[value="064"],
select[name="category3"] > option[value="076"],
select[name="category3"] > option[value="087"],
select[name="category3"] > option[value="098"],
select[name="category3"] > option[value="107"],
select[name="category3"] > option[value="119"],
select[name="category3"] > option[value="125"],
select[name="category3"] > option[value="131"],
select[name="category3"] > option[value="136"],
select[name="category3"] > option[value="142"],
select[name="category3"] > option[value="151"],
select[name="category3"] > option[value="158"],
select[name="category3"] > option[value="163"]{
    background-color : #f0f0f0;
    font-weight      : bold;
}

/* table.framework */
table.framework{
    border-collapse  : collapse;
}
table.framework > tbody > tr > th,
table.framework > tbody > tr > td{
    vertical-align   : baseline;
}
table.framework > tbody > tr > th{
    font-weight      : normal;
    white-space      : nowrap;
}

/* table.framework_coi */
table.framework_coi{
    border-collapse  : collapse;
    margin           : 1em 0px;
}
table.framework_coi,
table.framework_coi > thead > tr > th,
table.framework_coi > tbody > tr > td{
    border           : 1px black solid;
}
table.framework_coi > thead > tr{
    background-color : #e0f0d9;
}
table.framework_coi > thead > tr > th,
table.framework_coi > tbody > tr > td{
    padding          : 0.5em 1em;
}
table.framework_coi > tbody > tr > td:nth-of-type(1),
table.framework_coi > tbody > tr > td:nth-of-type(2),
table.framework_coi > tbody > tr > td:nth-of-type(3){
    text-align       : center;
    white-space      : nowrap;
}
table.framework_coi > tbody > tr > td:nth-of-type(4) > input{
    width            : 25em;
}


textarea[name="option23"]{
    display          : block;
    height           : 4em;
    width            : 40em;
}
textarea[name="option25"]{
    display          : block;
    height           : 4em;
    width            : 40em;
}
input[name="option27"]{
    width            : 30em;
}
textarea[name="option29"]{
    display          : block;
    height           : 4em;
    width            : 40em;
}
textarea[name="option35"]{
    display          : block;
    height           : 4em;
    width            : 40em;
}


/* ul.note */
ul.note{
    margin           : 0px;
    padding-left     : 0px;
}
ul.note > li{
    list-style       : none;
    margin-left      : 1em;
    text-indent      : -1em;
}
ul.note > li::before{
    content          : "※";
}
