﻿

.infoBox {
	color: rgba(0,0,0,.87);
	background: #fff;
	border: 1px solid #D7D7D7;
	border-radius: 5px;
	padding: 25px;
	cursor: pointer;
	display: inline-block;
	margin-right: 1.5%;
	margin-left: 1.5%;
	width: 95%;
	margin-bottom: 20px;
}

.pb-15 {

	margin-bottom: 15px;
}
.infoBox2 {
	color: rgba(0,0,0,.87);
	background: #fff;
	border: 1px solid #D7D7D7;
	border-radius: 5px;
	padding: 25px;
	display: inline-block;
	margin-right: 1.5%;
	margin-left: 1.5%;
	width: 95%;
	margin-bottom: 20px;
}

.infoBox_red {
	font-size: 15px;
	color: #ce4341;
	line-height: 25px;
}

.infoBox_gray {
	font-size: 15px;
	color: #666666;
	line-height: 25px;
}


.infoBox_wd1 {
	font-size: 16px;
	color: #0066CC;
	line-height: 30px;
	text-decoration: line-through;
	text-align: center;
}

.infoBox_wd2 {
	font-size: 16px;
	color: #CC0000;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
}

.infoBox_wd3 {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	text-align: center;
}

.infoBox_list {
	width: 100%;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	float: left;
	margin-bottom: 5px;
}


.infoBox_title {
	font-size: 22px;
	letter-spacing: 0;
	color: rgba(0,0,0,.87);
	width: 60%;
	float: left;
	line-height: 30px;
}

.infoBox_time {
	width: 40%;
	font-size: 15px;
	letter-spacing: 0;
	margin-bottom: 10px;
	color: #B4B4B4;
	text-align: right;
	float: left;
	line-height: 30px;
}

.infoBox_title2 {
	font-size: 22px;
	letter-spacing: 0;
	color: rgba(0,0,0,.87);
	width: 100%;
	float: left;
	line-height: 30px;
}

.infoBox_time2 {
	width: 100%;
	font-size: 15px;
	letter-spacing: 0;
	margin-bottom: 10px;
	color: #B4B4B4;
	text-align: right;
	float: left;
	line-height: 30px;
}

.infoBox_descript {
	font-size: 15px;
	color: #666666;
	line-height: 25px;
	margin-bottom: 10px;
	float: left;
}

.infoBox_bt {
	text-align: center;
	width: 100%;
}

.button_3 {
	border: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: 30px;
	font-size: 15px;
	color: #000;
	text-align: center;
	background-color: #fdd734;
	cursor: pointer;
	font-weight: bold;
	width: 100%;
}

.box6{
	width: 100%;
	float: left;
	margin-bottom: 20px;
	position: relative;

}

  .button_4 {
	border:2px;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	border-radius:5px;
	line-height: 40px;
	font-family: "微軟正黑體", Arial, "新細明體";
	font-size: 18px;
	color: #000;
	text-align: center;
	background-color: #fdd734;
	padding-right: 100px !important;
	padding-left: 100px !important;
	cursor:  pointer;
	font-weight: bold;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: 20px;
}

.bg-title {
	background-color: #fdd734!important;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	text-align: center!important;
}



.box2{
	width: 22%;
	margin-right: 1.5%;
	margin-left: 1.5%;
	float: left;
	margin-bottom: 30px;
	position: relative;

}

.box2 img{
	width: 100%;
	height: auto;
}


.box2_wd{
	width: 100%;
	font-size: 26px;
	line-height: 60px;
	color: #FFFFFF;
	text-align: center;
	background-color:rgba(46, 46, 46, 0.4);
	position: absolute;
	z-index: 99;
	font-weight: bold;
	bottom: 0px;
}


.av-styling{
    margin: 0;
    padding: 0;
    border: 0;
}

.red-wd1{
	font-size: 14px;
	color: #FF0000;
}



 @media screen and (max-width : 600px) {
 
 
.box2{
	width: 46%;
	margin-right: 2%;
	margin-left: 2%;
	float: left;
	margin-bottom: 30px;
	position: relative;

}

.box2_wd{
	width: 100%;
	font-size: 22px;
	line-height: 50px;
	color: #FFFFFF;
	text-align: center;
    background-color:rgba(46, 46, 46, 0.4);
	position: absolute;
	z-index: 99;
	font-weight: bold;
	bottom: 0px;
}

    }

