@charset "utf-8";


#contents .right p {
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	padding-bottom: 30px;	
}

#contents .right table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	width: 100%;
}
#contents .right th,
#contents .right td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	font-size: 14px;
	line-height: 150%;
	text-align: left;
	padding: 10px;
	color: #666;
}
#contents .right th{
	font-weight: bold;
	background-color: #e4ecf1;
	text-align: center;
	width: 110px;
	vertical-align: top;
}

#contents .right .tel2{
	width: 449px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}


#contents .right table.otoi {
	border-top-style: none;
	border-left-style: none;
	margin-top: 30px;
	margin-bottom: 40px;
}
#contents .right table.otoi th,
#contents .right table.otoi td{
	border-right-style: none;
	border-bottom-style: none;
	padding: 0px;
}
#contents .right table.otoi th{
	font-weight: normal;
	background-color: #FFF;
	text-align: left;
	width: 90px;
}