.col_align_wrap {
	font-size: 0;
}
.col_align_top {
	float: none;
  	display: inline-block;
    vertical-align: top;
    font-size: 1rem;
}
.col_align_center {
	float: none;
  	display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
}
.col_align_bottom {
	float: none;
  	display: inline-block;
    vertical-align: bottom;
    font-size: 1rem;
}
.v_center {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


.custom_theme .navbar-default .nav > li>a,
.custom_theme .navbar-default .nav>li>a:focus {
    color:#e5974d;
}
.custom_theme .navbar-default .nav > li>a:hover,
.custom_theme .navbar-default .nav>li>a:focus:hover {
    color: #fff;
    background:#bf9b79;
}
.custom_theme .navbar-default .nav > li.active>a,
.custom_theme .navbar-default .nav>li.active>a:focus {
    color: #fff;
    background-color: #e5974d;
    text-shadow:#000 1px 1px 3px;
}

.kv {
	padding-bottom: 0;
}


/*HEAD*/
.sec_head {
	text-align: center;
	margin-bottom: 30px;
}
.sec_head h2 {
	display: inline-block;
	border-bottom: 2px solid #B6CFD2;
	padding-left: 2em;
	padding-right: 2em;
	padding-bottom: 20px;
	line-height: 1;
}


/*SPEAKER*/
.sec_speaker .speaker_item {
	margin-bottom: 20px;
	padding-top: 15px;
	padding-bottom: 25px;
	text-align: center;
}

.speaker_item .speaker_area {
	display: inline-block;
	cursor: pointer;
}
.speaker_item .img {
	display: inline-block;
	line-height: 0;
	border-radius: 100%;
	overflow: hidden;
	border: 4px solid #fff;
	box-shadow: 0 0 0 1px #e7e7e7;
	background-color: #fff;
	transition: transform 300ms, box-shadow 300ms;
}
.speaker_item .img img {
	display: block;
	border-radius: 100%;
	max-width: 200px;
}

.speaker_item .speaker_area:hover .img {
	transform: translate3d(0, -10px, 0);
	box-shadow: 0 3px 10px 1px #d8d8d8;
}


/*PROCESS*/
.sec_proc_table {
	text-align: left;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}
.sec_proc_table .bg_spec{
	background-color: #faecde;
}
.sec_proc_table .bg_soft{
	background-color: #ffffff;
}
.sec_proc_table .table_tr:hover {
	box-shadow: inset 0 0 1px 1px #e5974d;
}
.sec_proc_table .cu_p {
	cursor: pointer;
}
.sec_proc_table .cu_p:hover {
	color: #e5974d;
}
.sec_proc_table .col_align_top,
.sec_proc_table .col_align_center,
.sec_proc_table .col_align_bottom {
	font-size: 1.4rem;
	line-height: 24px;
}
.sec_proc_table .process_name {
	font-weight: 700;
	font-size: 1.6rem;
}
.sec_proc_table dt>div,
.sec_proc_table .table_tr>div {
	padding: 10px .5em;
}



/*COMPANY*/
.sec_company {}

.sec_company .sponser {
	margin-bottom: 5px;
	text-align: center;
}
.company_item {
	margin-bottom: 20px;
	text-align: center;
}
.company_item a {
	max-width: 240px;
	margin: 0 auto;
	display: block;
	background-color: #e5974d;
}
.company_item img {
	max-width: 100%;
	transition: transform 200ms;
}
.company_item a:hover img {
	transform: scale(.94, .91);
}


/*POSITION*/
.sec_position .iframe_wrap {
	position: relative;
	width: 100%;
	padding-top: 50%;
}
.sec_position .iframe_wrap .iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.pos_info_name {
	margin: 1em 0 0;
	font-size: 22px;
}
.pos_info_list {
	margin-top: 1em;
	padding-left: 1.75em;
	font-size: 16px;
}
.pos_info_list li {
	padding-top: .35em;
	padding-bottom: .35em;
	line-height: 1.5;
}
.pos_info_list h5 {
	color: #e5974d;
	font-weight: bolder;
	margin-top: 0;
	margin-bottom: .2em;
	font-size: inherit;
}


/* REGULATION */
.sec_regulation ol {
	padding-left: 15px;
	font-size: 16px;
}
.sec_regulation li {
	padding-top: .5em;
	padding-bottom: .5em;
	line-height: 1.5;
}


/*Main stylesheet for Backtop jQuery Plugin */
#backTop{
    width: 50px;
    height: 50px;
    text-indent:-9999px;
    border-top-left-radius: 10px;
    cursor: pointer;
    z-index: 999999999;
	display: none;
    background: url(../img/UI/uparr-48-w.png) no-repeat center rgba(0,0,0,0.8);
}

#register{
	width: 50px;
    padding: 10px 5px;
	border-top-left-radius: 10px;
	border-top-right-radius: 0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 0;
    cursor: pointer;
    z-index: 999999999;
	display: none;
	background:#000;
	color: #F49C00;
	text-align:center;
}

.custom_theme #backTop:hover {
	background: url(../img/UI/uparr-48-b.png) no-repeat center #dadada;
}
.custom_theme #register {
	background: #e5974d;
	color:#fff;
}
.custom_theme #register:hover {
	background-color: #9d734b;
	text-decoration:none;
}


@media screen and (max-width: 575px) {
	.sec_proc_table {
		width: 93%;
		margin: 0 auto;
	}
	.sec_proc_table .text-center {
		text-align: left;
	}
	.sec_proc_table dt div,
	.sec_proc_table dd div {
		padding: 5px 20px;
	}
	.sec_proc_table dt div:first-child,
	.sec_proc_table dd div:first-child {
		padding-top: 15px;
		color: #e57f4d;
	}
	.sec_proc_table dt div:last-child,
	.sec_proc_table dd div:last-child {
		padding-bottom: 15px;
	}
}