@charset "UTF-8";

/* Reset
------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,p,th,td {
    margin: 0;
    padding: 0;
}
em { font-style: normal; }/* 斜体字矯正---*/
th { font-weight: normal; }/* 太字---*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}
th { text-align: left;}/* 横罫線消去---*/
h1,h2,h3,h4,h5,small { font-size: 100%;font-weight: normal; }/* フォントサイズ統一---*/
img { border: 0;}/* 枠線消去---*/
img {
    vertical-align: bottom;}/* 画像の配置（ベースラインからボトムへ）---*/

li { list-style-type: none;}/* リスト---*/

