
h2{
	margin-bottom: 30px;
}

html body div#AllBox div#Contents.cf div#Main p.txt{
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0 3%;
}

html body div#AllBox div#Contents.cf div#Main p.tel{
	font-weight: bold;
	margin-bottom: 30px;
	padding: 0 3%;
}

html body div#AllBox div#Contents.cf div#Main p.tel a{
	padding-left: 30px;
	font-weight: bold;
	margin-bottom: 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	color: #1A2559;
	font-size: 30px;
	background: url(/images/common/ico_tel.png) no-repeat 3% center ;
	background-size: 15px 18px;
}

table{
	width: 100%;
}

th{
	width: 30%;
	font-weight: normal;
	padding: 15px 20px;
	text-align: left;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
}

td{
	text-align: left;
	padding: 15px 20px;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	width: 70%;
}

tr:nth-child(odd) th{
	background: #ECF3FB;
}

tr:nth-child(odd) td{
	background: #ECF3FB;
}

tr:nth-child(even) th{
	background: #f6f8fb;
}

tr:nth-child(even) td{
	background: #f6f8fb;
}

.wds > div:nth-child(1){
	margin-bottom: 50px;
}












