/*//////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////smartphone/////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 640px) {
	#news {
		width:100%;
		float:none;
	}

	#representative {
		width:95%;
		float:none;
		margin-left:10px;
	}

	#representativeImagbox {
		width:80%;
		margin-bottom:10px;
	}

	#bnrbox {
		display:none;
	}


	#newsTb td,#newsTb th {
		-moz-box-sizing: border-box;
		clear: both;
		display: block;
		float: left;
		width: 100% !important;
		padding-bottom:0px;
	}

	#newsTb td {
		margin-bottom:20px;
	}
}