@charset "UTF-8";

/*marginとpaddingをリセット*/
body, div, h1, h2, h3, ul, li, dl, dd, dt, img, hr, iframe, table, tr, th, td, p{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
}

table {
    border-collapse: collapse;
    boder-spacing: 0;
}

body {
    background-color: #000;
    color: #fff;
    font-style: normal;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 17px;
}

ul {
    list-style: none;
}

a {
    text-decoration: underline;
}

a:link {
    color: #ffffff;
}
a:visited {
    color: #ffffff;
}
a:hover {
    color: #ffffff;
}

hr {
    height: 1px;
    border: 0;
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    border-color: #808080;
}

/*-----------------
clearfix
-----------------*/

.clearfix:after {
content: ".";  
display: block;  
clear: both;
height: 0;
visibility: hidden;
}

.clearfix {
display: inline-table;
min-height: 1%;
}

/* Hides from IE-mac */  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */