.live_h2{
    color: #E01F47;
	font-weight: bold;
    margin-bottom: 2.4rem;
}
@media (max-width: 767px){
.live_h2 {
	text-align: center;
}
}
.box_sokulive {
	margin-left: 1.41243%;
}
.tbl01 {
	border-top: 1px solid #DCDADA !important;
    border-right: 1px solid #DCDADA !important;
}
.tbl01 td,
.tbl01 th {
	border-bottom: 1px solid #DCDADA !important;
    border-left: 1px solid #DCDADA !important;
    text-align: center;
}
.tbl01 th {
	color: #fff;
}
.tbl01 td>:last-child,
.tbl01 th>:last-child {
	margin-bottom: 0;
}
.tbl01 thead th,
.tbl01 tbody th{
	text-align: center;
}
.tbl01 th {
	background-color: #E01F47 !important;
}
.tbl01 tr.stripe {
	background: #FFDBE2;
}
.live_btn_wrap {
    display: flex;
}
.live_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    border-radius: 10px;
    background-color: #E01F47;
    transition: 0.4s;
	padding: 1.5rem 6rem;
}
.live_btn:hover,
.live_btn:focus {
    opacity:0.8;
	color: #ffffff;
}
.primary .primary_inner .hdg_l2_01 {
    color:#E01F47;
    border-color:#E01F47;
	display: flex;
    align-items: flex-end;
/*	justify-content: space-between;*/
}
.primary .primary_inner .hdg_l2_01:before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    margin-right: 7px;
    background: url(../img/icon_mail.png) no-repeat;
    background-size: contain;
}
.aright {
	display: inline-block;
    float: right;
	font-size: 14px;
	margin-left: auto;
}
.live_profile{
	display: flex;
	flex-direction:row-reverse;
	justify-content: flex-end;
	margin-bottom: 4rem;
}
.live_profile:last-of-type {
	margin-bottom: 1rem;
}
@media (max-width: 767px){
.live_profile{
	display: block;
}
}
.live_profile .pict{
	width: 50%;
	margin-right: 2%;
}
@media (max-width: 767px){
.live_profile .pict{
	width: 100%;
	margin-right: 0;
}
}
.live_profile .text {
	width: 55%;
}
@media (max-width: 767px){
.live_profile .text {
	width: 100%;
}
}
.live_profile .name dt{
	font-size: 1.8rem;
	font-weight: bold;
}
.live_profile dl.bg-color {
    background-color: #FAF3E2;
    display: flex;
    flex-wrap: wrap;
    padding: 1rem;
    font-size: 1.2rem;
}
.live_profile dl.bg-color dt {
    font-weight: bold;
    width: 6rem;
}
.live_profile dl.bg-color dd {
    width: calc( 100% - 6rem );
}
.live_profile dl.bg-color dt:first-of-type,
.live_profile dl.bg-color dd:first-of-type {
	margin-bottom: 2rem;
}