@charset "UTF-8";

/* ************************************************************************
* 
*   Base
*
************************************************************************ */

body{
    margin:0px;
    border: 0;
    padding:0px;
    color: #000000;
    font-size:12px;
    line-height: 1.6;
    word-break: break-all;
    font-family:'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background:#fff;
    -webkit-text-size-adjust: 100%;
    text-align: left;
}



div, form, input, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, hr{
    margin:0px;
    padding:0px;
}
article, aside, footer, header, nav, section {
    margin:0px;
    padding:0px;
    display: block;
}
ul{
    list-style:none;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}


img {
    border: 0;
    vertical-align: bottom;
}



table {
    font-size: inherit; /* モダンブラウザ向け */
    font: 100%; /* Win IE 5-5.5､6(後方互換モード)向け */
    line-height: 1.6;
    border-collapse: collapse;
    border-spacing: 0;
}
address, caption, em, th {
    font-style: normal;
    font-weight: normal;
    text-align: left;
}
li {
    list-style-type: none;
}
br {
    letter-spacing: 0;
}



/* clearfix
------------------------------------------------------------ */
.clearfix {
    display: inline-block;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-mac */




/* layout
------------------------------------------------------------ */
.left {
    float: left;
}
.right {
    float: right;
}

.clear {
    overflow: hidden;
}



