@charset "utf-8";
/* 会社概要専用 */

#aboutus_table {
	width: 100%; 			/* テーブルの横幅を指定する */
	margin-bottom:2em;

	}
#aboutus_table th,#aboutus_table td	{
	padding: 10px;
	border: 1px solid #CCC;
	display: block;		/* ブロックレベル要素化する */ 
}
#aboutus_table th	{
	background-color: #f4f4f4;	/* ボックスの背景色を指定する */
	text-align:left;
	
}
#aboutus_table td,#aboutus_table th{
	border-bottom-style: none;
	
}

#aboutus_table tr:last-child td{
	border: 1px solid #CCC;
}


@media only screen and (min-width: 767px) {




#aboutus_table th, #aboutus_table td	{ 

	display:table-cell;

}
#aboutus_table th	{
	width:30%;

	
}
#aboutus_table td	{
	width:70%;
}

#aboutus_table tr:last-child th{
	border: 1px solid #CCC;
}


}
