@charset "shift_jis";
/* CSS Document */

#contents .inner #article .section .section {
	margin-bottom: 20px;
}

.section .info_title {
	background: #ff99cc;
	color: #FFF;
	padding: 5px;
}

.section .border_area {
	border: 1px solid #ff99cc;
	margin-bottom: 5px;
}

.section .info_area {
	padding: 5px;
}
.section .right{
	text-align: right;
}
.section .tel img {
	position: relative;
	top: -2px;
	margin-right: 5px;
}
.section .table {
	position: relative;
	margin: 0 0 10px 0;
}
.section .table .rarr {
	position: absolute;
	top: 5px;
	left: 50%;
	margin: 0 0 0 -35px !important;
}
.section .table table {
  border-collapse:collapse;
}
.section .table table th,
.section .table table td {
	width: 50%;
	border: 1px solid #000;
	padding: 10px;
	vertical-align: top;
}
.section .table table th {
	background: #c0c0c0;
	text-align: center;
}

.mb25 {
	margin-bottom: 20px;
}


.section .table table td span.ico {
	background: url(../img/ico-1.jpg) left center no-repeat;
	padding-left: 25px;
	display: inline-block;
	margin-bottom: 5px;
}
.section .table table td span.ico_1 {
	background: url(../img/ico-2.jpg) left center no-repeat;
	padding: 20px 0 0 36px;
    display: inline-block;
    margin-bottom: 5px;
}
.section .table table td span.ico_txt {
	background: #000000;
	border-radius: 10px;
	color: #ffffff;
	padding: 2px 10px;
}
.section .table table .special {
    margin-top: 10px;
}
.section .table table .special.line {
	text-decoration: underline;
}
.section .table table .special th {
    background: none;
    padding: 5px;
}
.section .table table .special td {
    padding: 5px;
}
.section .table table .special td:first-child {
	text-align: center;
}
.section .table table.special th:first-child,
.section .table table.special td:first-child {
	width: 30%;
}
.section .bottom_tab {
    margin: 0;
}
.section .bottom_tab th,
.section .bottom_tab td {
	width: 30%;
	border: 1px solid #000;
	padding: 5px 10px;
	vertical-align: middle;
	text-align: center;
}
.section .bottom_tab th {
	background: #c0c0c0;
	padding: 10px;
	vertical-align: top;
}