@charset "UTF-8";
/************************************************************
	RESET
*************************************************************/
*{box-sizing: border-box; }
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
dl,
dt,
dd,
ol,
table,
form,
img{
    margin: 0;
    padding: 0;
}

i,em{font-style:normal;}


img{
    border: none;
    vertical-align: bottom;
    max-width:100%;
}

li,
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

li img,
dt img,
dd img{
    vertical-align: bottom;
}
.cl::after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

hr{
    visibility: hidden;
    clear: both;
    margin: 0;
    padding: 0;
}

.b{
    font-weight: 700;
}
table{
    border-collapse: collapse;
    empty-cells: show;
}


.hh{font-size: 10px;text-indent: 100%;white-space: nowrap;overflow: hidden; display:block;}


.indent1{
    padding-left: 1em;
}

.ind1{
    padding-left: 1em;
    text-indent: -1em;
}
.none{
    display: none;
}
.T-R{text-align:right;}
.T-C{text-align:center;}