﻿/* **************************************************************** */
/* *** -------------------------------------------------------- *** */
/* ***  * 会員紹介       members.html                           *** */
/* ***  *                                                       *** */
/* *** -------------------------------------------------------- *** */
/* **************************************************************** */

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

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

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

ul {
	padding:
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
} 

li {
	list-style:none;
	margin: 0px;
	padding: 0px;
}

.image_right {
	float: right;
	margin-top: 10px;
	margin-right: 40px;
}

/*--------------- テーブル（会員名簿ページ用）  ---------------*/

table {
	width: 97%;
	border-spacing: 0;
	font-size:93%;
	margin-right: auto;
	margin-left: auto;
	*border-collapse: collapse;
}
table caption {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
table th {
  color: #fff;
  padding: 8px 15px;
  background: #258;
  background:-moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));
  font-weight: bold;
  border-left:1px solid #258;
  border-top:1px solid #258;
  border-bottom:1px solid #258;
  line-height: 120%;
  text-align: center;
  text-shadow:0 -1px 0 rgba(34,85,136,0.9);
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
table th:first-child {
  border-radius: 5px 0 0 0;	
}
table th:last-child {
  border-radius:0 5px 0 0;
  border-right:1px solid #258;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
}
table tr td {
	padding: 10px 5px;
	border-bottom: 1px solid #84b2e0;
	border-left: 1px solid #84b2e0;
	text-align: left;
}
table tr td:last-child {
  border-right: 1px solid #84b2e0;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table tr {
  background: #fff;
}
table tr:nth-child(2n+1) {
  background: #f1f6fc;
}
table tr:last-child td {
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
table tr:hover {
  background: #bbd4ee;
  _cursor:pointer;
}


.mbr_nav {
	height: 25px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
}
.mbr_nav ul{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}
.mbr_nav li{
	list-style: none;
	text-align: center;
	white-space: nowrap;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 20px;
	background-image: url(../../images/btn_list1.jpg);
	background-repeat: no-repeat;
	margin-right: 10px;
	line-height: 100%;
	display: block;
	float: left;
}
.mbr_nav a{
	text-decoration: none;
}
.mbr_nav a:hover{
	color: #000000;
	background: #D7E1EC;
}
