@charset "UTF-8";
@import "../common/main.css";

.mainImg {
	background-image: url(headImg.png);
}

table {
	width: 100%;
}

th, td {
	border: 1px solid #582e29;
	padding: 15px;
	text-align: left;
	vertical-align: top;
}

th {
	background: #f5e1dd;
	width: 120px;
}

td {
	background: #fff;
}

table dt {
	float: left;
	width: 100px;
}

table dd {
	float: left;
	width: 250px;
}

.tabContentContainer {
	border: 5px solid #582e29;
	padding: 25px;
}

.tabs {
	overflow: hidden;
	margin-bottom: 15px;
}

.tabs li a {
	float: left;
	margin-right: 1px;
	width: 339px;
	height: 49px;
	background: url(../common/tab.png);
	background-size: 339px 56px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding-top: 7px;
	cursor: pointer;
}

.tabs li.selected a {
	background-image: url(../common/tabActive.png);
}

.tabContentContainer .hide {
	display: none;
}

.rec_img_box{
	box-sizing: border-box;
}
.rec_img_box ul li{
	float: left;
	width: 50%;
	box-sizing: border-box;
}
.rec_img_box ul li img{
	width: 100%;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.fukushoku_banner{
    margin: 0 auto;
    width :30%;
}

.fukushoku_banner:hover{
    opacity: 0.5;
    transition: 0.5s;
}

/* 7/7追加分　----------------- */

span.kyujin {
	font-size: 12px;
	color: #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #F60;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}