@charset "utf-8";
/* CSS Document */


.merit{
	}
	
.basic.merit li{
	line-height:1.3em;
	}

.basic ul li {
	line-height:2.5em;
	margin-bottom:10px;

}

/* ===================================================================== */
/*	共通設定 テーブル　基本設定
/* ===================================================================== */

table{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	float: left;
}

td{
	background-color: #FDFDFD;
	text-align: left;
	vertical-align: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 10px;
	line-height: 2.0em;
	font-size: 90%;
	}

th{ font-size: 90%;
	vertical-align: middle;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #EDEDED;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	text-align: left;
	float: none;
}

.merit table{
	width: 100%;
	margin-bottom: 20px;
	clear: none;
	float: left;
	}
	/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {
	
/* ===================================================================== */
/*	PC　デスクトップ　支部の一覧表示
/* ===================================================================== */
.top-nav li.list02{
	background-color: #006876;
}




td{
	background-color: #FDFDFD;
	text-align: left;
	vertical-align: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 10px;
	line-height: 1.2em;
	font-size: 90%;
	}

}

