.btnSend {
	text-align: center;
	margin-top: 20px;
}
.caution {
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 20px;
	margin-bottom: 30px;
	font-size: 12px;
}
.caution li {
	margin-bottom:10px;
	font-weight:bold;
	list-style-position: outside;
	list-style-type: square;
	margin-left: 20px;
	color: #265AA6;
}
.caution li:last-child {
	margin-bottom:0px;
}
.rule {
	border: 1px solid #F00;
	padding: 20px;
	color: #F00;
	margin-bottom: 30px;
	font-size: 12px;
}
.rule li {
	margin-bottom:10px;
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 25px;
}
.rule li:last-child {
	margin-bottom:0px;
}
.basicTable {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 30px;
}
.basicTable th {
	border: 1px solid #666;
	background-color: #90DCED;
	color: #265AA6;
	padding: 10px;
	white-space: nowrap;
	text-align:left;
	width: 185px;
}
#main .basicTable th.second {
	border: 1px solid #666;
	background-color: #EAEAEA;
	color: #666;
	padding: 10px 10px;
	white-space: nowrap;
}
#main .basicTable th.third {
	border: 1px solid #666;
	background-color: #EAEAEA;
	color: #666;
	padding: 10px 10px;
	white-space: nowrap;
	text-align:left;
}
.basicTable td {
	border: 1px solid #666;
	background-color: #FFF;
	padding: 10px;
}
#main .textBox .basicTable .subText {
	font-size: 12px;
	font-weight: normal;
}
.enq {
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 20px;
	margin-bottom: 30px;
}
.enq li {
	margin-bottom:10px;
	font-weight:bold;
	list-style-position: outside;
	list-style-type: square;
	margin-left: 20px;
}
.enq li:last-child {
	margin-bottom:0px;
}
#directoryList {
	padding: 0px;
	list-style-type: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#main .textBox .listBtn {
	cursor:pointer;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #53b4e3;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 45px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 13px center;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #1F8ABE;
}
.directoryBorder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBDBDB;
}
.gyousyaBox {
	border-collapse: collapse;
	width: 100%;
	margin-bottom:20px;
}
.gyousyaBox td {
	border: solid 1px #CCC;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.gyousyaSumary {
	font-size:12px;
}
.gyousyaSumary th {
	/* [disabled]padding-top: 3px;
*/
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #900;
}
.gyousyaSumary td {
	/* [disabled]padding-top: 3px;
*/
	padding-right: 10px;
	/* [disabled]padding-bottom: 3px;
*/
	padding-left: 10px;
}
#directoryList li .subMenu th {
	width: auto;
}
.gyousyaBox td a {
	background-image: url(../../common/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-size: 16px;
}
div#thanks {
	padding: 40px 0px 40px 0px;
	text-align: center;
	/* color: #F00; */
	font-size: 20px;
	font-weight: bold;
}
div#thanks p {
	font-size: 18px;
	font-weight: bold;
}
div.mfp_buttons ul li {
	width: 169px;
	float: left;
}
div.mfp_buttons {
	padding: 0px;
	text-align: center;
	margin-top: 20px;
}
div.mfp_buttons ul {
	width: 388px;
	overflow: hidden;
	margin: 0px auto 0px auto;
}
button {
	/* border:none; */ /*枠を消す*/
	/* background-color:#ffffff; */ /*背景色を白に*/
	/* margin:0; */
	/* padding:0; */
	cursor: pointer;
}
