@charset "utf-8";

/*-------------------*/
.table01{
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	width: 100%;
}
.table01 th{
	border-bottom: solid 1px #999;
	background: #f6f6f6;
/* 	padding: 14px 10px 12px 25px; */
  padding: 10px 20px;
  width: 200px;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.table01 th .btn_table{
	display: block;
	background: #000;
	color: #fff;
	margin: 20px 0 0 -10px;
	padding: 2px 15px;
	max-width: 70px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.table01 th .btn_table:hover {
  opacity: 0.7;
}
.table01 th .btn_table span{
	position: relative;
}
.table01 th .btn_table span:after{
	content: "";
	position: absolute;
	top: -2px;
	bottom: 0;
	right: -1.5em;
	margin: auto;
	width: 6px;
	height: 12px;
	border: 6px solid transparent;
	border-left: 10px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.table01 td{
	border-bottom: solid 1px #999;
	border-right: solid 1px #999;
	padding: 14px 25px 12px;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.table01 td ol{
	list-style: decimal;
	padding-left: 1.2em;
}
.table01 td dl{
}
.table01 td dt{
	clear: both;
	float: left;
	width: 12%;
}
.table01 td dd{
	float: left;
	width: 88%;
	margin-bottom: 1em;
}
.table01 td dd span.address{
}
.table01 td dd span.tel{
/* 	float: right; */
  display: block;
}
/*-------------------*/

/* All SP & Tablet */
@media screen and (max-width: 979px) {
/*-------------------*/
.table01 th{
	padding: 14px 10px 12px 20px;
	width: 19%;
}
.table01 td{
	padding: 14px 20px 12px;
}
.table01 td dl{
}
.table01 td dt{
	width: 100%;
}
.table01 td dd{
	width: 100%;
}
.table01 td dd span.tel{
	float: none;
	display: block;
}
/*-------------------*/

}

/* All SP */
@media screen and (max-width: 639px) {
/*-------------------*/
.table01 th{
	border-right: solid 1px #999;
	width: 100%;
	display: block;
}
.table01 th .btn_table{
	float: right;
	margin: -2px 0 0;
	width: 63px;
}
.table01 td{
	width: 100%;
	display: block;
	border-top: none;
}
/*-------------------*/
}

/* Portrait */
@media screen and (max-width:479px) {
}

