@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;
}
*/


/* ************************************************************************** **
    ここから下にスタイルシートを記述してください。
** ************************************************************************** */

/* 一般演題カテゴリーグループ */
table#category_type1,
table#category_type1 > tbody > tr{
    border-color        : #89dbfa;
}
table#category_type1{
    background-color    : #e4f4fb;
}
table#category_type1 > caption{
    background-color    : #e4f4fb;
    border              : 2px #89dbfa solid;
    border-bottom-style : none;
    color               : #43caf7;
    padding             : 0.7em 1em;
}
table#category_type1 > caption > b:nth-of-type(1){
    font-size           : 120%;
}
table#category_type1 > tbody > tr:hover{
    background-color    : #cffbf8;
}

/* メディカルスタッフセッションカテゴリーグループ */
table#category_type2,
table#category_type2 > tbody > tr{
    border-color        : #6fe48c;
}
table#category_type2{
    background-color    : #dff6e4;
}
table#category_type2 > caption{
    background-color    : #dff6e4;
    border              : 2px #6fe48c solid;
    border-bottom-style : none;
    color               : #80dc6b;
    padding             : 0.7em 1em;
}
table#category_type2 > caption > b:nth-of-type(1){
    font-size           : 120%;
}
table#category_type2 > tbody > tr:hover{
    background-color    : #c6efcf;
}

input[name="option2"]{
    width               : 30em;
}
