﻿@charset "utf-8";

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

table.two_dan {
	font-size: 12px;
	margin-bottom: 20px;
	width:550px;
    border-top:1px solid #663300;
    border-left:1px solid #663300;
    border-collapse:collapse;
/*collapse=隣接するセルのボーダーを重ねて表示*/
}	

.two_dan th,td {
	padding:8px;
    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
}

.two_dan th {
	width:130px;
	text-align:left;
	vertical-align:center;
    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
}

