﻿/* **************************************************************** */
/* *** -------------------------------------------------------- *** */
/* ***  * 役員名簿      meibo.html                           *** */
/* ***  *                                                       *** */
/* *** -------------------------------------------------------- *** */
/* **************************************************************** */

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

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

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

table {
    *border-collapse: collapse; /* IE7 and lower */
	border-spacing: 0;
	width: 97%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

table caption {
	font-size: 112.5%;
	margin-bottom: 5px;
	font-weight: bold;
	margin-left: 5px;
}

.bordered {
    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;         
}

.bordered 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;     
}    
    
.bordered td, .bordered th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left;    
}

.bordered 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); 
}

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

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

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

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

.bordered 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;
}

.bordered 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;
}


/* 役員名簿用の共通設定
----------------------------------------------------------- */
/*table.table-meibo  {
	border-collapse: collapse;	border-spacing: 0;
	width: 97%;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
}

.table-meibo caption {
	font-size: 112.5%;
	margin-bottom: 5px;
	font-weight: bold;
	margin-left: 5px;
}

.table-meibo th, .table-meibo td {
	padding: 10px;
	color: #1D5C79;
}*/



/* 役員名簿用
----------------------------------------------------------- */
/*.table-meibo {
	border: 1px solid #DDD;
}

.table-meibo thead {
}
.table-meibo th {
	border: 1px solid #DDD;
	color: #333;
	background-image: url(../../images/table-th_meibo.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight: bold;
}

.meibo-th1 {
	width: 8em;
}

.table-meibo td {
	border: 1px solid #DDD;
	color: #333;
}*/


/*--------------- hyou1 （旧・設定-2013.5.15） ---------------*/
.hyou1 {
	clear: right;
}
.hyou1 table {
	border-collapse: collapse;
	border: 1px solid #999;
	border-spacing: 0px;
	empty-cells: show;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 0px;
	text-align: left;
	font-size: 93%;
}
.hyou1 caption {
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 110%;
	text-align: left;
}
.hyou1 th,.hyou1 tr,.hyou1 td {
	border: 1px solid #999;
	padding: 10px;
}

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