@charset "utf-8";

/* ************************************************************************** */
/*  学術集会専用スタイルシート                                                */
/* ************************************************************************** */

/* ここから下にスタイルシートを記述してください。                             */

body, button, input, select, textarea{
    font-family      : '游ゴシック Medium','Yu Gothic Medium','游ゴシック体',YuGothic,'ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

hr{
    margin           : 1em 0em;
}


textarea{
    display          : block;
}
/* ************************************************************************** */

/* リスト(※) */
ul.note{
    
    margin              : 0px;
    padding             : 0px;
}
ul.note > li{
    list-style          : none;
    margin-left         : 1em;
    text-indent         : 5.5em;
}
ul.note > li::before{
    content             : "※";
}


/* 入力例 */
div.example2,
span.example2,
ul.example2{
    color               : #000000;
    display             : block;
    font-size           : 100%;
    margin              : 0px 0px 0.3em 0px;
    padding             : 0px;
}

ul.example2 > li{
    list-style          : none;
    margin-left         : 30px;
    text-indent         : -3000px;
}
ul.example2 > li::before{
    content             : "※";
}
