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

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

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

/* **************************************************************** */
/* *** コンテンツ                                               *** */
/* **************************************************************** */
.teikan_smenu li {
	display: inline;
}

.teikan_smenu a:hover {
}

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;
}
.table-1 th {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.table-1 td {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.table-2{
	width: auto;
	border-collapse: collapse;
	margin-left: 10px;
}
.table-2 th{
	padding: 10px;
	text-align: left;
	vertical-align: top;
	color: #333;
	background-color: #eee;
	border: 1px solid #b9b9b9;
}
.table-2 td{
padding: 10px;
background-color: #fff;
border: 1px solid #b9b9b9;
}
