
button:hover{
	cursor: pointer;
}


#main_smnlist{
/*	max-width: 980px;
    width: 100%;*/
    margin: 0 auto;
    width: 980px;
}
#contents {
    width: 98%;
    padding: 20px 0 0px;
	margin: 0 auto 40px auto;
    background-color: #FFF;
}
#contpage{
	max-width:980px;
	width: 100%;
	margin: 0 auto;
}

.main_title_h1 {
    font-size: 24pt;
    font-weight: normal;
    color: rgb(0, 102, 153);
    border-bottom: 2px solid rgb(0, 102, 153);
    padding: 5px 0;
    margin-bottom: 30px;
    margin-top: 0px;
}

.div_howto{
	width: 90%;
    margin: 40px auto;
    padding: 14px 20px;
    background: cornsilk;
    border-radius: 5px;
    border: 1px dotted #c4c4c4;
}
.ul_howto{
	margin: 0;
    list-style: none;
    padding: 0;
}
.ul_howto li{
	text-indent: -18px;
    margin-left: 18px;

}
.master_div{
	border: 1px solid #006699;
    width: 90%;
    padding: 0 10px;
    margin: 0 auto 35px auto;
}
.cate_tbl{
	width: 100%;
	margin: 10px 0;
/*	border-bottom: 2px dotted #006699;*/
}
.flex_wrap_aro{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.cate_name{
	font-size: 1.5em;
    padding: 15px 10px;
    background: #b1e5ff;
    line-height: 35px;
}

.flg_onSite{
	padding: 0 7px;
    background: #ff9800;
    color: white;
    font-size: 1.05em;
    border-radius: 5px;
    width: 150px;
    text-align: center;
}
.flg_onDemand{
	padding: 0 7px;
    background: #3f51b5;
    color: white;
    font-size: 1.05em;
    border-radius: 5px;
    width: 150px;
    text-align: center;
}
.smnTime_p{
	margin:0;
	text-align: center;
}
.smnDispNo {
    background: #006699;
    padding: 3px 20px;
    margin: 5px 5px 10px 5px;
    color: white;
}
.div_ReceptionStatus{
	min-width: 135px;
    width: 100%;
    text-align: center;
    line-height: 37px;
    font-size: 0.8em;
}
.smn_tbl{
	border: 1px solid grey;
    border-collapse: collapse;
    margin: 25px auto;
    width: 100%;
}
.smn_tbl tr td{
	border: 1px solid grey;
}
.smn_tbl td:nth-of-type(3){
	background: #fffbda;
	width: 16%;
}
.smn_tbl td:nth-of-type(1){
	background: #e3eef4;
	width: 8%;
}

.div_smnThrough{
	margin: 15px auto 0px auto;
}
.div_smnDetail{
	margin: 10px;
}
.flg_onSite_p{
	padding: 0 7px;
    background: #ff9800;
    color: white;
    font-size: 1.2em;
    border-radius: 5px;
    width: 115px;
    text-align: center;
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
}
.flg_onDemand_p{
	padding: 0 7px;
    background: #3f51b5;
    color: white;
    font-size: 1.05em;
    border-radius: 5px;
    width: 115px;
    text-align: center;
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
}
.smnTitle{
	font-weight: bold;
    font-size: 1.2em;
}
.smnDetail{
	border-top: 1px dotted grey;
    padding: 15px 0;
}

.p_margin{
	margin: 0 auto;
}
.button_div{
	width: 90%;
    margin: 0 auto 50px;
    text-align: center;
}


/*select_preRegp*/

.main_title_h2{
    font-weight: normal;
    color: rgb(0, 102, 153);
    border-bottom: 2px solid rgb(0, 102, 153);
    padding: 5px 0;
    margin-bottom: 30px;
    margin-top: 0px;
}

.smn_entry_tbl{
	border: 1px solid grey;
    border-collapse: collapse;
    margin: 25px auto;
    width:100%;
}
.smn_entry_tbl tr td, .smn_entry_tbl tr th{
	border: 1px solid grey;
}
.smn_entry_tbl th{
	background: #e3eef4;
}
.smn_entry_tbl td:nth-of-type(1){
	width: 12%;
    font-size: 0.9em;
}
.smn_entry_tbl td:nth-of-type(2){
	width: 11%;
    text-align: center;
}
.smn_entry_tbl td:nth-of-type(4){
	width: 10%;
    text-align: right;
    padding-right: 6px;
}
.smn_entry_tbl td:nth-of-type(5){
	width: 6%;
    text-align: center;
}
.smn_entry_tbl th:nth-of-type(1){
	width: 12%;
}
.smn_entry_tbl th:nth-of-type(2){
	width: 11%;
}
.smn_entry_tbl th:nth-of-type(4){
	width: 10%;
}
.smn_entry_tbl th:nth-of-type(5){
	width: 6%;
}
.smn_entry_tbl th:nth-of-type(6){
	width: 6%;
}
.flg_onSite_p2{
	padding: 0 3px;
    background: #ff9800;
    color: white;
    font-size: 0.9em;
    border-radius: 5px;
    width: 93px;
    text-align: center;
    margin: 0 auto;
    height: 25px;
    line-height: 25px;
}
.flg_onDemand_p2{
	padding: 0 3px;
    background: #3f51b5;
    color: white;
    font-size: 0.7em;
    border-radius: 5px;
    width: 93px;
    text-align: center;
    margin: 0 auto;
    height: 25px;
    line-height: 25px;
}
.smnCount{
	border-radius: 3px;
    font-size: 1em;
}
.red_marker{
	background: linear-gradient(transparent 80%, #ff7f7f 80%);
    font-weight: bold;
    font-size: 1.1em;
}
#goToPreRegistr{
	height: 60px;
    padding: 0 10px;
    background: #227de4;
    color: white;
    min-width: 260px;
    font-size: 1.2em;
}
#goToMypage{
	height: 60px;
    padding: 0 10px;
    background: #ffd3e2;
    color: #373765;
    font-weight: bold;
    min-width: 260px;
    font-size: 1.2em;
}

.DateH2{
    background: cadetblue;
    width: 100%;
    padding: 0px;
    margin: 0 auto 0px auto;
    line-height: 35px;
    color: white;
    font-size: 1.5em;
}

/****@υͺΜ@****/
.div_search{
	width: 95%;
    margin: 0 auto;
}
.search_title{
	font-size: 1.2em;
    padding: 5px 10px;
    margin-top: 0px;
    font-weight: bold;
    color: #3d3d3d;
}
.search_titleCate_color{
	border-left: 6px solid #7cc8ee;
}
.search_titleDate_color{
	border-left: 6px solid #5f9ea0;
}
.search_titleType_color{
	border-left: 6px solid #ff9800;
}
.search_ul_cate_flex{
	list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.search_ul_cate{
	list-style: none;
    padding: 0;
}

.cate_liSpan {
    line-height: 26px;
    padding: 5px 5px 5px 38px;
    margin: 3px 4px;
    border-radius: 5px;
    font-weight: bold;
    text-indent: -27px;
/*  width: 280px;
    overflow: hidden;
    height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;*/
}
.cate_liSpan:hover{
	cursor: pointer;
	color: #006293;
    background: #a6d5f0;
}
.cate_liSpan_2{
    width: 165px;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    padding: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin: 3px 4px;
    border-radius: 5px;
    font-weight: bold;
}
.cate_liSpan_2:hover{
	cursor: pointer;
	color: #e5fcfd;
    background: cadetblue;

}
.cate_liSpan_3{
	width: 165px;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    padding: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin: 3px 4px;
    border-radius: 5px;
    font-weight: bold;
}
.cate_liSpan_3:hover{
	cursor: pointer;
	color: white;
    background: #f2aa3f;

}
.cate_liSpan_color{
	background: #e3eef4;
    color: #006293;
    border: 1px solid #006293;
}
.cate_liSpan_active_color{
	background: #006293;
    color: #e3eef4;
    border: 1px solid #006293;
}
.cate_liDate_color{
	background: #c7ddde;
    color: #015d55;
    border: 1px solid #2d5d55;
}
.cate_liDate_active_color{
	background: #015d55;
    color: #e3eef4;
    border: 1px solid #2d5d55;
}

.cate_liType_color{
	background: #ffeed6;
    color: #a7411c;
    border: 1px solid #d17c00;
}
.cate_liType_active_color{
	background: #ff9800;
    color: white;
    border: 1px solid #d17c00;
}
.search_ul_cate_clear{
	position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    list-style: none;
    padding: 0;
}
.cate_liRescission_color{
	text-align: center;
    border: 1px solid grey;
    padding: 3px 10px;
    border-radius: 5px;
    background: #f2f2f2;
    font-size: 0.9em;
}
.cate_liRescission_color:hover{
	cursor: pointer;
    background: #d5d5d5;
}
@media (min-width:401px) {
	.div_smnApply{
		min-width: 380px;
		margin: 5px auto;
	}
	.div_ReceptionStatus_en{
		min-width: 135px;
	    width: 100%;
	    text-align: center;
	    line-height: 37px;
	    font-size: 0.8em;
	}
	.smnTitle_en{
		font-weight: bold;
	    font-size: 1.2em;
	}
	.smnDetail_en{
		border-top: 1px dotted grey;
	    padding: 15px 0;
	}
	.flg_onSite_p_en{
		padding: 0 7px;
	    background: #ff9800;
	    color: white;
	    font-size: 1.2em;
	    border-radius: 5px;
	    width: 115px;
	    text-align: center;
	    margin: 0 auto;
	    height: 30px;
	    line-height: 30px;
	}
	.flg_onDemand_p_en{
		padding: 0 7px;
	    background: #3f51b5;
	    color: white;
	    font-size: 1.05em;
	    border-radius: 5px;
	    width: 115px;
	    text-align: center;
	    margin: 0 auto;
	    height: 30px;
	    line-height: 30px;
	}

}

@media (max-width:400px) {
	.div_smnApply{
		min-width: 310px;
		margin: 5px auto;
		text-align: center;
	}
	.div_ReceptionStatus_en{
		min-width: 110px;
	    width: 100%;
	    text-align: center;
	    line-height: 37px;
	    font-size: 0.8em;
	}
	.smnTitle_en{
		font-weight: bold;
	    font-size: 0.5em;
	}
	.smnDetail_en{
		border-top: 1px dotted grey;
	    padding: 15px 0;
	    font-size: 0.5em;
	}
	.smnSpeaker_en{
		font-size: 0.5em;
	}
	.flg_onSite_p_en{
		padding: 0 7px;
	    background: #ff9800;
	    color: white;
	    font-size: 1em;
	    border-radius: 5px;
	    width: 80px;
	    text-align: center;
	    margin: 0 auto;
	    height: 30px;
	    line-height: 30px;
	}
	.flg_onDemand_p_en{
		padding: 0 7px;
	    background: #3f51b5;
	    color: white;
	    font-size: 1em;
	    border-radius: 5px;
	    width: 80px;
	    text-align: center;
	    margin: 0 auto;
	    height: 30px;
	    line-height: 30px;
	}
}