@charset "UTF-8";
/************************************************************
	RESET
*************************************************************/

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
dl,
dt,
dd,
ol,
table,
form,
img{
    margin: 0;
    padding: 0;
}

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

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.tp{
    visibility: hidden;
    clear: both;
    margin: 0;
    padding: 0;
}

.clear{
    clear: both;
}

.b{
    font-weight: bold;
}

.auto{
    margin-left: auto;
    margin-right: auto;
}

.T-C{
    text-align: center!important;
}

.T-R{
    text-align: right!important;
}

.T-L{
    text-align: left!important;
}

.F-R{
    float: right;
}

.F-L{
    float: left;
}

.tp25{
    padding-top: 25px;
}

.tp50{
    padding-top: 50px;
}

.fp50{
    padding-bottom: 50px;
}

.fp25{
    padding-bottom: 25px;
}

.fp15{
    padding-bottom: 15px;
}

.tp15{
    padding-top: 15px;
}

.tp10{
    padding-top: 10px;
}

.tp5{
    padding-top: 5px;
}

.tm25{
    margin-top: 25px;
}

.tm15{
    margin-top: 15px;
}

.tm5{
    margin-top: 5px;
}

.p100{
    width: 100%;
}

.lm20{
    margin-left: 20px;
}

.lm10{
    margin-left: 10px;
}

.indent1{
    padding-left: 1em;
}

.ind1{
    padding-left: 1em;
    text-indent: -1em;
}
.hh{
    font-size: 10px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display:block;
    }
.fade {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.ph1em{
    padding-top: 1em;
}

.col_ppink{
    background-color: #fcf2f1 !important;
}

.col_pblue{
    background-color: #eef9ff !important;
}

.col_wh{
    background-color: white !important;
}

.col-red{
    color: #d15045;
}

.fade:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.tj{
text-align:justify;
}

.none{
    display: none;
}

.pfin{
	padding-bottom : 45px;
}.fin{
    margin-bottom: 45px;
}

.fins{
    margin-bottom: 20px;
}

.finss{
    margin-bottom: 10px;
}

.stt{
    padding-top: 30px;
}

.stts{
    padding-top: 20px;
}
.sttss{
    padding-top: 10px;
}