@charset "utf-8";
/*===================================
 * css file for "octopus-pot.jp"
 * file name : contact.css
===================================== */

#contact p {
	margin: 0px;
	padding: 0px;
}
#contact .tablestyle01 {
	width: 540px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 2em;
}
#contact .tablestyle01 table{
	margin-top: 0.5em;
	margin-bottom: 1em;
}
#contact .tablestyle01 th,
#contact .tablestyle01 tr,
#contact .tablestyle01 td{
	border: 1px solid #CCC;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
}
#contact .tablestyle01 th {
	font-weight:bold;
	background-color: #F9F1DA;
}
#contact .tablestyle01 tr.odd {
}
#contact .tablestyle01 tr.even{
}
#contact .tablestyle01 .tabletxt {
	width: 99%;
}
#contact .tablestyle01 strong {
	color: #900;
}
#contact .number {
	font-size: 107%;
	font-weight: bold;
}
.liststyleB {
	text-align: center;
	padding-top: 5px;
}
.liststyleB li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}

