@charset "utf-8";
@import "common/0-import.css";
#wrap {
	background: url(../traffic/images/mainImg.jpg) no-repeat center 47px;
}

#main .sideBar {
}
#conts{
padding-bottom:30px;
}
#conts h2 {
	margin-bottom: 16px;
}

#conts p {
	font-size: 12px;
	color: #372e2d;
	line-height: 1.4;
}

#conts .p01 {
	margin-bottom: 35px;
}

#conts .box {
	padding: 0 0 82px 0;
	*padding: 0 0 82px 0;
	border: 1px solid #d2d2d2;
	background-color: #fff;
}

#conts p.mb15 {
	margin-bottom: 16px;
}

#conts p.mb35 {
	margin-bottom: 35px;
}

#conts p a {
	color: #d13118;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
	#main{
		margin-top: 21px;
	}
	
	#conts .p01 {
		margin-bottom: 37px;
	}
	
	#conts .box {
		padding: 36px 0 82px 37px;
	}
	
	#conts p.mb15 {
		margin-bottom: 17px;
	}
	
	#conts p.mb35 {
		margin-bottom: 36px;
	}
	
 }
 .news_box{
	margin-top:20px;
}

.iconTri{
	color:#666666; 
	float:left;
	padding-right:80px;
	background-image:url(../whatsnew/images/icon_tri.gif);
	background-repeat:no-repeat;
	background-position:58px 8px;
}


.dotLine{
	float:left;
	padding-left:20px;
	background-image:url(../whatsnew/images/bk_dotline.gif);
	background-repeat:repeat-y;
	background-position:left;
	margin-bottom:30px;
}


#imgBox{
	display:block;
	margin:10px 0 20px 0;
}

#imgBox img{
float:left;
margin-left:40px;
}