﻿@charset "utf-8";

/* テーブル
---------------------------------------------*/


table {	table-layout : fixed ;
	font-size: 12px;
	margin-bottom: 20px;
	width:550px;
}	

th,td {	padding:3px 0 10px 0;
	text-align:center;
	vertical-align:center;
}

