@charset "UTF-8";

strong {
	font-weight:bold!important;
}

#headerMobile,
#footerMobile,
#pageTopBox,
#linkbar
 {
	display:none;
}

#accident {
	border:3px solid #bfbfbf;
	width:1018px;
	margin:30px auto 15px auto;
	border-radius: 10px;
	position:relative;
	behavior:url(css/PIE.htc);
	 }
	
#accidentBox {
	padding:30px;
	padding-bottom:5px;
}

/*==============================================
header
==============================================*/
#accidentHeader {
	background:#f4f4f4 url(../img/special_header_bg.gif) no-repeat left top;
	background-size:77px 70px;
	height:45px;
	border-radius:7px 7px 0 0;
	position:relative;
	behavior:url(css/PIE.htc);
	padding:15px;
	border-top:1px solid #fff;
}

#accidentHeader h2 {
	float:left;	
	color:#aaa;
	padding-left:65px;
	font-weight:bold;
}

#accidentHeader h2 span {
	color:#222;
	font-size:20px!important;
}

#accidentBack {
	float:right;	
}


/*==============================================
btn
==============================================*/
.accidentIdxBtn a {
	border-radius: 8px;
	cursor: pointer;
	font-weight: bold;
	padding: 15px 15px 15px 15px;
	display:block;
	position:relative;
	behavior:url(css/PIE.htc);
	text-align: center;
	text-decoration:none!important;
	width:432px;
	height:255px;
	margin-right:30px;
	margin-bottom:30px;
	float:left;
	font-size:24px;
}

.accidentIdxBtn a:hover {
     opacity:0.85;
     position:relative;
     top:2px;
}

#accidentIdxBtnCar a
 {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #F2F2FF),
		color-stop(1, #D6CDFA)
	);
	background-image: -o-linear-gradient(bottom, #F2F2FF 0%, #D6CDFA 100%);
	background-image: -moz-linear-gradient(bottom, #F2F2FF 0%, #D6CDFA 100%);
	background-image: -webkit-linear-gradient(bottom, #F2F2FF 0%, #D6CDFA 100%);
	background-image: -ms-linear-gradient(bottom, #F2F2FF 0%, #D6CDFA 100%);
	background-image: linear-gradient(to bottom, #F2F2FF 0%, #D6CDFA 100%);
	-pie-background: linear-gradient(#F2F2FF, #D6CDFA);
	box-shadow: 0 5px 0 #66669a;
	color: #66669a;
}

#accidentIdxBtnKs a
 {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #F2FAEB),
		color-stop(1, #D1EABF)
	);
	background-image: -o-linear-gradient(bottom, #F2FAEB 0%, #D1EABF 100%);
	background-image: -moz-linear-gradient(bottom, #F2FAEB 0%, #D1EABF 100%);
	background-image: -webkit-linear-gradient(bottom, #F2FAEB 0%, #D1EABF 100%);
	background-image: -ms-linear-gradient(bottom, #F2FAEB 0%, #D1EABF 100%);
	background-image: linear-gradient(to bottom, #F2FAEB 0%, #D1EABF 100%);
	-pie-background: linear-gradient(#F2FAEB, #D1EABF);
	box-shadow: 0 5px 0 #659a31;
	color: #659a31;
}

#accidentIdxBtnSg a
 {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #FCF5EF),
		color-stop(1, #F6D1B6)
	);
	background-image: -o-linear-gradient(bottom, #FCF5EF 0%, #F6D1B6 100%);
	background-image: -moz-linear-gradient(bottom, #FCF5EF 0%, #F6D1B6 100%);
	background-image: -webkit-linear-gradient(bottom, #FCF5EF 0%, #F6D1B6 100%);
	background-image: -ms-linear-gradient(bottom, #FCF5EF 0%, #F6D1B6 100%);
	background-image: linear-gradient(to bottom, #FCF5EF 0%, #F6D1B6 100%);
	-pie-background: linear-gradient(#FCF5EF, #F6D1B6);
	box-shadow: 0 5px 0 #e86704;
	color: #e86704;
}


#accidentIdxBtnBs a
 {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #F2F7FC),
		color-stop(1, #B3D4F8)
	);
	background-image: -o-linear-gradient(bottom, #F2F7FC 0%, #B3D4F8 100%);
	background-image: -moz-linear-gradient(bottom, #F2F7FC 0%, #B3D4F8 100%);
	background-image: -webkit-linear-gradient(bottom, #F2F7FC 0%, #B3D4F8 100%);
	background-image: -ms-linear-gradient(bottom, #F2F7FC 0%, #B3D4F8 100%);
	background-image: linear-gradient(to bottom, #F2F7FC 0%, #B3D4F8 100%);
	-pie-background: linear-gradient(#F2F7FC, #B3D4F8);
	box-shadow: 0 5px 0 #4886d6;
	color: #4886d6;
}
