@charset "UTF-8";


/*
  reset
-----------------------------------------------------*/
html, body, a, abbr, acronym, address, area, b, bdo, big, blockquote, button, caption, cite,
col, colgroup, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, hr, i, img,
ins, kbd, label, legend, li, map, object, ol, p, param, q, samp, small, span, strong, sub,
sup, table, tbody, td, textarea, tfoot, th, thead, tr, tt, ul, var {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
} /* 旧コンテンツを残してのリニュアル案件の場合はコンテンツに影響がでる可能性を考慮し要調整 */


body { font:85%/1.5 ; }
ul { list-style:none; } 
del { text-decoration:line-through; }
fieldset { border:0; display:inline; }
h1, h2, h3, h4, h5, h6 { font: bold 1em/1.5; }
img { border:0; vertical-align:bottom; }
ins { text-decoration:none; }
tt { display:block; margin:0.5em 0; padding:0.5em 1em; }
table {
    border-collapse: collapse;
    border-spacing: 0;
}