@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;
}


/* ************************************************************************** **
    ここから下にスタイルシートを記述してください。
** ************************************************************************** */

input[name="option2"]{
    width            : 30em;
}

input[name="keyword_1"],
input[name="keyword_2"],
input[name="keyword_3"],
input[name="keyword_4"],
input[name="keyword_5"]{
    width            : 20em;
}

table#frame_option11{
    border-collapse  : collapse;
    margin           : 0px;
}
table#frame_option11 > tbody > tr > td{
    padding          : 0px;
    vertical-align   : top;
}

fieldset{
    border           : 3px double #ff3535;
    background-color : #fff0f0;
    margin           : 1em 0px;
    padding          : 0.5em 1em;
}
fieldset > legend{
    color            : #ff3535;
    font-weight      : bold;
    padding          : 0px 0.5em;;
}
fieldset > ul{
    margin           : 0.5em 0px;
    padding          : 0px 2em;
}
