@charset "utf-8";
/* CSS Document */
.main_title{
	background:url(../images/title/enviranment.png)left top no-repeat;
}
.content img{
	max-width:100%;
	height:auto !important;
}
/**************************************************************/
/**************************************************************/
.enviranment-page dl{
    background: url(../images/line.jpg)bottom no-repeat;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-top: 30px;
}
.enviranment-page dl:after{
    content: '';
    display: block;
    clear: both;
}
.enviranment-page dd:nth-child(odd){
    width: 279px;
    height: 189px;
    float: left;
    display: block;
}
.enviranment-page dd:nth-child(even){
    width: 392px;
    height: 189px;
    float: right;
    display: block;
}
.enviranment-page dd span{
    font-size: 17px;
    color: #B87213;
    background: url(../images/bulletins/icon.jpg)no-repeat;
    padding-left: 40px;
    height: 31px;
    display: block;
    line-height: 31px;
    font-weight: bold;
    margin-bottom: 15px;
}
/**************************************************************/
/**************************************************************/