@charset "utf-8";
/* CSS Document */


/****************************
     TOP 
****************************/


/******* NEWS *******/

.news{
	width:750px;
	margin:0 auto;
	padding-top:10px;
	line-height:1.3;
}

.news .title{
    border-left: none;
    margin-left: 0px;	
	padding-left:0px;
	margin-bottom:10px;	
	font-size:18px;
	color:#AC0001;
}


.news dl{
	display:table;
	margin-bottom:5px!important;
	border-bottom:1px dotted #626262;
	padding-bottom:4px;
	width:750px;
	font-size:14px;
}

.news dl dt{
	display:table-cell;
	width:110px;
	vertical-align:top;
}

.news dl dd{
	display:table-cell;
	width:640px;
}

@media (max-width:767px){
.news{
	width:100%;
}
.news dl{
	width:100%;
}
.news dl dt{
	width:90px;
}
}



/******* Media Info *******/

.mla-box{
	float:left;
	margin-bottom:10px;
	height: 270px;
	width: 270px;
	border:1px solid #CCC;
	border-radius:135px;
	-moz-border-radius:135px;
	-webkit-border-radius:135px;
	position:relative;
	margin-right:10px;
	margin-left:30px;
}

a:link .mla-box{
	color: #626262;
}
a:visited .mla-box{
	color: #626262;
}
a:hover .mla-box{
	color: #626262;
	text-decoration: none;
	background-color:#EEE;
}
a:active .mla-box {
	color: #626262;
	background-color:#FFF;
}


@media (max-width:767px){
.mla-box{
	margin:0 auto 10px;
	float:none;
}
}



