﻿/* **************************************************************** */
/* *** -------------------------------------------------------- *** */
/* ***  * 定款      teikan.html                           *** */
/* ***  *                                                       *** */
/* *** -------------------------------------------------------- *** */
/* **************************************************************** */

/* **************************************************************** */
/* *** Import CSS                                               *** */
/* **************************************************************** */

@import url("../../css/reset-fonts-grids.css");
@import url("../../css/global-style.css");   /* 初期設定と共通定義          */
@import url("../../css/global-sidebar.css"); /* サイドバーブロック定義      */

/* **************************************************************** */
/* *** コンテンツ                                               *** */
/* **************************************************************** */

table {
	margin-bottom: 15px;
}
table th {
	vertical-align: top;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
table td {
	padding: 5px;
}
.table1 th {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.table1 td {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}