@charset "utf-8";
/* CSS Document */
#main{width:100%;height:200px;background: url('../../news/img/main.jpg') transparent no-repeat scroll center top;background-color:#000;}

/*----------------------------------------------------
	☆SP
----------------------------------------------------*/


/*デバイスの横幅が768px以下の場合*/
@media screen and (max-width: 768px) {
	#main{margin-top: 50px;}
	body table{width: 100%;margin: 0 auto;box-sizing:border-box;display: block;}
	th{width: 40%;text-align: left;font-weight: bold;font-size: 12px;}
	td{width: 55%;}
	td textarea{width: 99%;}
}
