/*====================================================================================================
  NEWS
====================================================================================================*/

#toppage .ibox,
#subpage .ibox { width:auto;}
#toppage .ibox h3 { margin:7px 0;}
#subpage .ibox h3 { clear:none; margin:7px 0; padding:0; background:none; color:#333;}

#news .ibox { margin:auto; padding:24px 0; border-bottom:1px solid #DDD;}
#news .ibox:after { /*clearfix*/ display:block; clear:both; content:"";}
#news .ibox h3 { margin-bottom: 15px; border: none; line-height: 150%;}
#news .ibox .photo { float:right; width: 200px; margin-left:20px;}
#news .ibox .photo img{ width: 100%; height: auto;}
#news .ibox .come { margin-bottom: 15px;}

#subpage .bk {
	padding: 2%;
    width: 46%;
    border: 1px solid #DDD;
    background: #F4F4F4;
}

@media only screen and (max-width:700px){
	
#news .ibox { margin:auto; padding:24px 0; border-bottom:1px solid #DDD;}
#news .ibox h3 { margin-bottom: 15px; border: none; line-height: 150%;}
#news .ibox .photo { float:none; margin: 0 0 20px;  width:100%; text-align: center;}
#news .ibox .photo img{ max-width: 100%; height: auto;}
#news .ibox .come { margin-bottom: 15px;}	
	
}