@charset "UTF-8";

/*INFORMATION*/

.information #base{
background-image:url("img/img_base_information.png");
background-position:center top;
background-repeat:no-repeat;
margin:0 auto 0;
}

.information #contentsbox{
width:860px;
padding:120px 0px 70px 0px;
margin:0 auto 0;
min-height:500px;
}

.information .box{
margin:0px auto 10px;
padding:10px 00px 10px;
border-bottom:solid 1px #a00;
}


.information dt{
color:red;
}

.information span.datedam{
display:none;
}

.information .newIcon{
display:none;
}

/*information_end*/