@media screen and (min-width: 480px){
.sitHead{
color:#BF4D00;
font-size:17px;
background:url("../img/sitemap/line.jpg") no-repeat 0 100%;
padding-left:10px;
padding-bottom:5px;
margin:0 0 20px 0;
}


.dlBox1 {
width:330px;
float:left;
margin:0 20px 150px 0;
font-size:14px;

}

.dlBox1 dt{
background:url("../img/sitemap/icon1.jpg") no-repeat 5% 50%;
border-bottom:2px solid #ECECD6;
padding:15px 0 10px 30px;
}

.dlBox2 {
width:330px;
float:left;
margin:0 20px 0 0;
font-size:14px;
}

.dlBox2 dt{
background:url("../img/sitemap/icon1.jpg") no-repeat 5% 50%;
border-bottom:2px solid #ECECD6;
padding:15px 0 10px 30px;
}

.dlBox2 dd{
background:url("../img/sitemap/icon2.jpg") no-repeat 5% 50%;
padding:15px 0 7px 30px;
}
}
@media screen and (max-width: 479px){
.sitHead{
color:#BF4D00;
font-size:17px;
background:url("../img/sitemap/line.jpg") no-repeat 0 100%;
padding-left:10px;
padding-bottom:5px;
margin:0 0 20px 0;
}


.dlBox1 {
font-size:14px;

}

.dlBox1 dt{
background:url("../img/sitemap/icon1.jpg") no-repeat 5% 50%;
border-bottom:2px solid #ECECD6;
padding:15px 0 10px 30px;
}

.dlBox2 {

font-size:14px;
}

.dlBox2 dt{
background:url("../img/sitemap/icon1.jpg") no-repeat 5% 50%;
border-bottom:2px solid #ECECD6;
padding:15px 0 10px 30px;
}

.dlBox2 dd{
background:url("../img/sitemap/icon2.jpg") no-repeat 0% 50%;
padding:15px 0 7px 15px;
}
}


