﻿/* **************************************************************** */
/* *** -------------------------------------------------------- *** */
/* ***  * 概要      gaiyo.html                           *** */
/* ***  *                                                       *** */
/* *** -------------------------------------------------------- *** */
/* **************************************************************** */

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

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

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


/** .tableA　沿革の項（2013.8.21） **/

table.tableA{
	border-collapse:separate;
	width:100%;
	font-size: 93%;
	margin-bottom: 1.5em;
}
table.tableA th{
	border-top:4px solid #fff;
	border-left:4px solid #fff;
	background-color:#F2F3F6;
	padding:1em 13px;
	font-weight: bold;
}
table.tableA thead th{
	border-bottom:1px solid #cfcfcf;
	font-weight: bold;
}
table.tableA tbody th{
	border-bottom:1px solid #e2e2e2;
}
table.tableA tbody td{
	vertical-align:middle;
	border-left:4px solid #fff;
	border-bottom:1px solid #e2e2e2;
	padding:1em 13px;
}

/** .tableB　組織概要の項（2013.8.21） **/


.tableB thead th{
	font-weight: bold;
}
.tableB tbody th{
	_border-right: 1px solid #CCC;
}
.tableB tbody td{
}


.tableB {
	border: solid #ccc 1px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 1px #ccc;
	-moz-box-shadow: 0 1px 1px #ccc;
	box-shadow: 0 1px 1px #ccc;
	width: 97%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1.5em;
}

.tableB tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}    
    
.tableB td, .tableB th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left;    
}

.tableB th {
	background-color: #dce9f9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
	background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
	background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
	background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
	background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
	background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
	-moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
	border-top: none;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	border-left: 1px solid #CCC;
}

.tableB td:first-child, .tableB th:first-child {
    border-left: none;
}

.tableB th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.tableB th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.tableB th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.tableB tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.tableB tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

.meibo-th1 {
	width: 6em;
}

.meibo-th2 {
	width: 6.5em;
}

/*　沿革の項（古い設定）*/

/*.list {
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
}

.list table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 1.5em;
}
.list th, .list td {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: left;
	color: #333;
}


.list th	{
	border-bottom: 1px solid #1D5C79;
	vertical-align: top;
	white-space: nowrap;
	font-weight: bold;
}
.list td	{
	border-bottom: 1px solid #1D5C79;
}*/

/*--------------- hyou1  ---------------*/
/*.hyou1 {
	margin-bottom: 20px;
	margin-left: 10px;
}
.hyou1 table {
	border-collapse: collapse;
	border: 1px solid #999;
	border-spacing: 0;
	empty-cells: show;
	text-align: left;
	font-size: 1em;
	background-color: #FFFFFF;
	width: 600px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.hyou1 caption {
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 110%;
}
.hyou1 th,.hyou1 tr,.hyou1 td {
	border: 1px solid #999;
	padding: 5px;
}

.hyou1-s1 {
	background-color: #E0ECFF;
	font-weight: bold;
}
.hyou1-s2 {
	background-color: #E8FFF9;
	vertical-align: top;
}
.hyou1-s3 {
	white-space: nowrap;
	font-weight: bold;
}
.hyou1-s4 {
	white-space: nowrap;
}*/
