.me03 a {
	border-bottom: 1px solid #322323;
}
.con-box {
	border-top: none;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 100px;
}

.tt-bb table {
	width: 70%;
	float: left;
}
.tt-bb-wide table {
	width: 100%;
	float: inherit;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background-color: #fff;
}
.tt-bb-wide {
	margin-bottom: 30px;
}
.tt-bb .img {
	float: right;
	width: 25%;
}
.tt-bb .img img {
	width: 100%;
}
.tt-bb .img p {
	padding-top: 5px;
	padding-bottom: 20px;
}
.table td {
	vertical-align: text-top;
	padding-top: 5px;
	padding-bottom: 5px;
}
.table .tr01 td {
	font-weight: bold;
	background-color: #E7E7E7;
}
.table .td02 {
	border-left: 1px dotted #322323;
	border-right: 1px dotted #322323;
	width: 30%;
}
.table .td03 {
	width: 15%;
}


/* アコーディオン */
.toggle_contents {
	margin-bottom: 10px;
	background-color: #E7E7E7;
	border-radius: 5px;
}
.toggle_title {
	
	position: relative;
	padding: 15px;
	cursor: pointer;
	font-size: 130%;
	line-height: 1.4;
	font-weight: bold;
	color: #000;
}
.toggle_btn {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	background:  #dd9224;;
	display: block;
	width: 24px;
	height: 24px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 50%;
}
.toggle_btn:before, .toggle_btn:after {
	display: block;
	content: '';
	background-color: #fff;
	position: absolute;
	width: 10px;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.toggle_btn:before {
	width: 2px;
	height: 10px;
}
.toggle_title.selected .toggle_btn:before {
	content: normal;
}
.toggle_contents dd {
	display: none;
	border-top: 1px solid #fff;
	padding: 20px;
}
/* アコーディオン */

@media screen and ( max-width:800px )
{
.tt-bb table {
	width: 100%;
	float: none;
	border-top: 1px solid #322323;
}
.tt-bb .img {
	width: 100%;
	float: none;
	padding-top: 20px;
}

}



