@charset "utf-8";

/************************************************
ブラウザCSSリセット
************************************************ */
html, body, div, span, applet, object, iframe, h1, h2, h3,
h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot,
thead, tr{
    margin: 0;
    padding: 0;
    border: 0;
}

table, caption{
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse : collapse ;
    border-spacing: 0px;
    empty-cells: show;
    text-align: left;
    font-weight: normal;
}

/* TDのborderを0に設定すると、見た目に問題が発生するため、TDはborder以外の設定を作る */
th, td{
    margin: 0;
    padding: 0;
    border-collapse : collapse ;
    border-spacing: 0px;
    empty-cells: show;
    text-align: left;
    font-weight: normal;
	
	padding:0 3px 0 3px;
}

a img, iframe{
    border:none;
}
ol,ul,li{
    list-style:none;
}

input, textarea, select, button{
    font-size:100%;
    font-family:inherit;
}

.clearfix:after {
    display: block;
    clear: both;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
    content: ".";
}
.clearfix {
    display: block; /* for IE8 */
}
.clear {
    clear: both;
}
