@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;
}
*/


/* ************************************************************************** **
    ここから下にスタイルシートを記述してください。
** ************************************************************************** */

/* 発表形式-見出し */
select[name="presentation1"] > option[value="01"],
select[name="presentation1"] > option[value="06"],
select[name="presentation1"] > option[value="15"],
select[name="presentation1"] > option[value="39"],
select[name="presentation1"] > option[value="51"],
select[name="presentation1"] > option[value="63"]{
    background-color : #e0e0e0;
    font-weight      : bold;
}
/* 発表形式-区切り */
select[name="presentation1"] > option[value="05"],
select[name="presentation1"] > option[value="11"],
select[name="presentation1"] > option[value="14"],
select[name="presentation1"] > option[value="36"],
select[name="presentation1"] > option[value="38"],
select[name="presentation1"] > option[value="50"],
select[name="presentation1"] > option[value="62"],
select[name="presentation1"] > option[value="66"]{
    background-color : #f4f4f4;
}

/* カテゴリー */
select[name="category1"] > option[value="01"],
select[name="category1"] > option[value="26"],
select[name="category2"] > option[value="01"],
select[name="category2"] > option[value="26"]{
    background-color : #e0e0e0;
    font-weight      : bold;
}
