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

#Contents3 div.Container {
	width: 1000px; 
	height: 100%;
	margin: 0px auto 30px auto;
	background: url(../images/capicle.png) right 25px no-repeat;
}

.MemberList {
	margin: 0px 0px 30px 0px;
}

.BranchNavi {
	width: 100%;
	font-size: 14px;
	line-height: 100%;
	border-top: 1px solid #17A9E8;
	border-right: 1px solid #17A9E8;
	border-bottom: 1px solid #17A9E8;
	background: #FFF;
}

.BranchNavi li {
	width: 99px;
	text-align: center;
	float: left;
	color: #FFF;
	border-left: 1px solid #17A9E8;
	list-style: none;
	display: block;
}

.BranchNavi li a {
	width: 100%;
	padding-top: 4px;
	height: 18px;
	display: block;
	color: #17A9E8;
}

.BranchNavi li a:hover {
	color: #FF0086;
	background-color: #FFE8EF;
}

.BranchName {
	margin: 55px 0px 12px 0px;
	font-size: 20px;
	font-weight:bold;
	line-height: 100%;
	color: #133AA2;
	border-left: 6px solid;
	padding: 4px 0px 2px 10px;
}

.OfficeNumber {
	font-size: 13px;
	font-weight: normal;
	margin-left: 20px;
}

.Order {
	text-align: right;
	font-size: 11px;
	border-bottom: 1px dotted #6699FF;
	color: #609DD0;
}

.Record {
	width: 100%;
	display: block;
	clear: both;
	border-bottom: 1px dotted #6699FF;
}

.ShopName {
	width: 25%;
	float: left;
	clear: both;
	padding: 5px 0px;
	font-size: 15px;
	font-weight: bold;
	line-height: 125%;
	color: #274B98;
}

.ShopData {
	width: 70%;
	float: right;
	padding: 5px 0px 5px 5%;
	font-size: 14px;
	line-height: 150%;
}

.Address {
	width: 100%;
	display: block;
}

.Tel {
	float: left;
	margin-right: 25px;
}

.CEO {
	float: left;
}
