.df{cursor:default}
.a{cursor:hand;}
@media screen and (min-width:0\0) {
    .bold_txt{font-size:12px;font-family:"Arial","verdana";letter-spacing:-0px;color:#333333;font-weight:bold;}
}

.bottom-box .ts-wrap {/*height: 150px;*/}
.ts-bottom {float: left;padding: 0 30px 15px 30px;}
.sel-row {
	width: 170px;
	padding:5px 0;
	background-color: #fff;
}
.ts-top-tit {
    padding: 15px 0;
    font-size: 2em;
    color: #4481CC;
    font-weight: 500;
}
.sy-s {color: #E7EF51;}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.top-box {
	margin: 0 auto;
	text-align: center;
}
	
.top-box .lazy {
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    width: auto;
}

.top-box .c-wrap {
    
}
.sel-row:before, .sel-row:after {
	content: " ";
    display: table;
}
.gt-s {
    background-color: #F4F4F4;
    font-size: 2em;
    color: #4481CC;
    margin-top: 5px;
    margin-left: 5px;
}
article, figure {display: block;}
.col-li {
	position: relative;
	display: inline-block;
}
.item_content {padding: 5px 0;}
.item_img {
	position: relative;
	height: 35px;
}
.item_img:before {
	background: #1F2630;
    position: absolute;
    content: '';
}
.item_img a {
	display: inline-block;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.item_img img {
	max-height: 35px;
}

#apply_button {
	width: 100px;
    color: #fff;
	text-align: center;
    line-height: 9px;
    font-weight: 600;
    padding: 13px 16px;
    text-transform: uppercase;
    font-size: 1.3em;
    border-radius: 50px;
	background-color: #FF7200;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    display: block;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    border: 2px solid #F6620A;
}

.se-price-box #apply_button {
	color: #fff;
    background-color: #2cc2e6;
    border: 2px solid #2cc2e6;
    animation: highlight-nav .8s ease;
    -webkit-animation: highlight-nav .8s ease;
}

#apply_button:hover {
	color: #fff !important;
	background-color: #585858 !important;
    border: 2px solid #585858;
    box-shadow: 0px 5px 20px #aab9c3;
    -moz-box-shadow: 0px 5px 20px #aab9c3;
    -webkit-box-shadow: 0px 5px 20px #aab9c3;
}

.employ-pay-period-content {width: 55% !important;}
.pay-period-content-part3, .price-tb .service-period-wrap {width: 95%;}
