@charset "shift_jis";

/*=====================================================================
  テーブル設定
=======================================================================*/
/* ------------------ Table 基本設定 ------------*/
table {
    border-collapse: collapse;
    border: 2px solid #808080;
    background: #eeeeff;
}
thead th {
	height: 30px;
 	padding: 5px;								/* パディング */
    background: #e6e6e6;
	border: 1px solid #808080;		/* 枠線色：gray */
}
tbody th {
    text-align: center;
    background: #e6e6e6;
	border: 1px solid #808080;		/* 枠線色：gray */
}
td {
	background-color:#eeeeff;					/* セルの背景色 */
 	border-bottom: 1px dotted #666666;	/* セルのボーダー */
}
td, th {
	border: 1px solid #808080;		/* 枠線色：gray */
}

/* ----------------------- 同窓会110周年特設サイト（沿革）-----------------------------*/
.anv-enkaku-table {
	font-size: 14px;
	width: 920px;								/* テーブル全体の幅 */
	margin: 10px 0 0 25px;
 	border: 2px solid #808080;					/* 枠線色：gray */
}
.anv-enkaku-table thead {
 	border: 2px solid #808080;					/* 枠線色：gray */
}
.anv-enkaku-table thead tr th: nth-child(1) {		/* データセル４列目(同窓会長)幅設定 */
	width: 300px;
}
.anv-enkaku-table tbody tr td: nth-child(2) {		/* データセル４列目(同窓会長)幅設定 */
	width: 300px;
}
.anv-enkaku-table tbody td {						/* データセル設定 */
	height: 30px;
 	padding: 5px;
 	text-align: left;							/* 文字中央揃え */
 	vertical-align: middle;						/* 文字縦中央揃え */
	background-color:#eeeeff;					/* セルの背景色 */
	border-bottom: 1px dotted #666666;			/* セルのボーダー */
}
 .anv-enkaku-table tbody td:nth-child(3) {	/* データセル３列目(贈呈品・施設設備)設定 */
 	text-align: left;							/* 文字左揃え */
}
.anv-enkaku-table th, td {
   border: 1px solid #808080;	/* 枠線色：gray */
}

