@charset "utf-8";
/* CSS Document */
h2#submainvisual .submainvisual_in {
	background-image: url(../images/outline/out_ttl_bg.jpg);
}

#tab_wrap {
	margin: 50px 0;
}
#tabs {
	width: 100%;
}
#tabs li a {
	display: block;
	float: left;
	/*width: 32%;*/
	width: 49%;
	/*width:100%;*/
	margin-left: 2%;
	padding: 15px 0 8px;
	color: #fff;
	font-size: 15px;
	font-size: 1.5rem;
	text-align: center;
	background: #888;
	letter-spacing: 2px;
	line-height: 1;
	border-radius: 8px 8px 0 0;
}
#tabs li:first-child a {
	margin-left: 0;
}
#tabs li:first-child a.selected, #tabs li:first-child a:hover {
	background: #214222;
}
#tabs li:nth-child(2) a.selected, #tabs li:nth-child(2) a:hover {
	background: #0f8436;
}
#tabs li:nth-child(3) a.selected, #tabs li:nth-child(3) a:hover {
	background: #ed8c25;
}
#detail_wrap {
	padding: 15px 20px 20px;
	border: 5px solid #214222;
}
table {
	width: 100%;
}
table+table {
	margin-top: 30px;
}
table th {
	width: 230px;
	padding: 7px 0;
	border-bottom: 1px solid #aaa;
}
#tab_wrap table th {
	width: 205px;
}
table td {
	padding: 7px 0;
	border-bottom: 1px solid #aaa;
}
table td .cap {
	margin-top: 5px;
}
table caption {
	margin-bottom: 15px;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 5px 0;
	color: #fff;
	background: #555;
	text-align: center;
}
table.touroku {
	margin-top: 30px;
}
table.touroku caption {
	margin-bottom: 0;
	color: #333;
	padding: 0;
	background: none;
	text-align: left;
}
.yokokutitle {
	float: left;
	margin-right: 20px;
	padding: 5px;
	text-align: center;
	border: 1px solid #555;
	font-size: 13px;
	font-size: 1.3rem;
}
.yokoku {
	width: 100%;
	margin-top: 20px;/*	color: #bc0909;*/
}
.yokokutext {
	font-size: 12px;
	font-size: 1.2rem;
}
.touroku caption {
	padding: 0;
	background: none;
	text-align: left;
	font-weight: bold;
}
#teisyaku {
	margin: 30px 0;
}
#teisyaku h4 {
	margin-bottom: 0;
	font-weight: bold;
	font-size: 15px;
	font-size: 1.5rem;
}

@media screen and (max-width:750px) {
#tab_wrap {
	margin: 7% 0;
}
	
#tabs li a {
	padding: 13px 2% 6px;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.2;
	letter-spacing: 0;
	box-sizing: border-box;
}
table {
	border-bottom: none;
}
table+table {
	margin-top: 7%;
}
table.touroku {
	margin-top: 5%;
}
table th, table td {
	display: list-item;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
}
#tab_wrap table th,table th {
	width: 100%;
	padding: 3% 0 0;
	border-bottom: none;
	font-weight: bold;
	font-size: 1.3rem;
}
table td {
	padding: 1% 0 3%;
	border-top: none;
	font-size: 1.2rem;
}
.yokoku {
	margin: 20px auto;
}
.yokokutitle {
	float: none;
	width: 96%;
	padding: 1% 2%;
	text-align: center;
}
.yokokutext {
	float: none;
	width: 100%;
	margin-top: 2%;
}
.touroku th {
	padding: 2% 0 0;
}
#teisyaku {
	margin: 5% 0;
}
}

@media print {
table th {
	width: 25%;
}
table th, table td, .yokokutitle, .yokokutext {
	font-size: 11px !important;
}
}
