@charset "utf-8";

.u-border-double {
    display: inline-block;
    padding: 0.4em;
    margin: 0.5em;
    color: #262626;
    border: 5px double #262626
}

.u-pt2em-imp {padding-top: 2em !important;}

p,div,li {
    word-break: normal;
}

.u-border {
    padding: 0.2em 7em;
}
table td.u-valignT { vertical-align: top; }

.m-table {
    margin-top: 0;
}

table.m-table td .pd0 {
    padding: 0!important;
}
table.m-table td ul.list_pd{
    padding-left: 1.5em;
}
table.m-table td ul.list_pd li:last-child{
    margin-bottom: .3em;
}

table.m-table td.borderB_l{
   border-left: 3px solid #000000;
   border-top: 3px solid #000000;
   border-bottom: 3px solid #000000;
}
table.m-table td.borderB_r{
   border-right: 3px solid #000000;
   border-top: 3px solid #000000;
   border-bottom: 3px solid #000000;
}

.indent01{
    padding-left: 1.5em;
    text-indent: -1.5em;
}

.indent02{
    padding-left: 3em;
    text-indent: -3em;
}

.m-listB li.list_mt{
    margin-top: 20px;
}

@media screen and (max-width:750px) {
	.u-float--R {
        float: none;
		padding-left: 0;
	}						
}

