@charset "EUC-JP";
/* CSS Document */

/*タブ切り替え全体のスタイル*/
#tabs {
  	background-color: #fff;
 	width: 1080px;
  	margin: 20px auto 30px;
	box-sizing: border-box;
}
#tabs h2{
	padding: 10px;
	box-sizing: border-box;
	margin:0;
	font-size: 16px;
	font-weight: bold;
}

/*タブのスタイル*/
.tab_item {
 	width: calc(100%/10);
 	height: 50px;
 	background-color: #eee;
 	font-size: 14px;
 	text-align: center;
 	color: #565656;
 	display: block;
 	float: left;
 	font-weight: 400;
 	transition: tab01 0.2s ease;
	margin: auto;
	padding:8px;
	box-sizing: border-box;
	line-height: 120%;
	position: relative;
}
.tabCatalog .tab_item {
 	width: calc(100%/9);
}
.tab_item::after{
	content: '';
	width: 1px;
	height: 30px;
	background: #333;
	position: absolute;
	right: 0;
    top: 10px;
}
.tab_item:last-of-type::after{
	content: '';
	display: none;
}
.textH{
	padding-top:15px;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  	display: none;
  	padding:20px;
	box-sizing: border-box;
	border:1px solid #666;
	height: 350px;
	background: url("../../../img/renewal/top/ptn03/tab_map.png") no-repeat;
	overflow: hidden;
}
.tab_content p{
	font-size: 16px;
	font-weight: 600;
}
.tab_content p img{
	margin-right: 10px;
}
.tab_content ul li img{
	margin-right: 5px;
	margin-left: -18px;
}
/*選択されているタブのコンテンツのみを表示*/
#tab01:checked ~ #tab01_content,
#tab02:checked ~ #tab02_content,
#tab03:checked ~ #tab03_content,
#tab04:checked ~ #tab04_content,
#tab05:checked ~ #tab05_content,
#tab06:checked ~ #tab06_content,
#tab07:checked ~ #tab07_content,
#tab08:checked ~ #tab08_content,
#tab09:checked ~ #tab09_content,
#tab10:checked ~ #tab10_content{
  display: inline-block;
}
#tab01_content{
	width: 100%;
	box-sizing: border-box;
	padding: 40px 20px;
}
#tab02_content{
	width: 100%;
	box-sizing: border-box;
}
#tab03_content{
	width: 100%;
	box-sizing: border-box;
}
#tab04_content{
	width: 100%;
	box-sizing: border-box;
}
#tab05_content{
	width: 100%;
	box-sizing: border-box;
}
#tab06_content{
	width: 100%;
	box-sizing: border-box;
}
#tab07_content{
	width: 100%;
	box-sizing: border-box;
}
#tab08_content{
	width: 100%;
	box-sizing: border-box;
}
#tab09_content{
	width: 100%;
	box-sizing: border-box;
}
#tab10_content{
	width: 100%;
	box-sizing: border-box;
}
/*選択されているタブのスタイルを変える*/
#tabs input:checked + .tab_item {
  background-color: #000;
  color: #fff;
}
#tabs ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom:10px;
}
#tabs ul li{
	width: 161px;
	margin:8px 12px 0 0;
	background: #FFF;
	border: 1px solid #999;
	border-radius: 5px;
	opacity: 0.9;
	box-sizing: border-box;
	text-align: center;
	font-size: 14px;
	padding: 7px 5px 7px;
    line-height: 34px;
	position: relative;
}
#tabs ul li:nth-child(6n){
	margin-right: 0px;
}
#tabs ul a{
	display:block;
}
#tabs ul a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

#tabs .block4 li{
	width:247.5px;
}
#tabs .block5 li{
	width:195.6px;
}
#tabs .block5 li:nth-child(5n){
	margin-right: 0px!important;
}
#tab01_content .leftImg{
	padding-left: 18px;
}
#tab02_content .minBtn li{
	width: 136.2px;
}
#tab02_content .minBtn li:nth-child(6n){
	margin-right: 8px!important;
}
#tab09_content ul{
	margin-bottom:5px!important;
}
#tab09_content ul > img{
	margin-right:10px;
}
#tab09_content li{
	width: 86px!important;
	height: 42px!important;
	margin:4px 8px 0 0!important;
	padding:5px!important;
	box-sizing: border-box;
	background: #FFF;
	border: 1px solid #999;
}
#tab09_content li:nth-child(6n){
	margin-right: 10px!important;
}
#tab09_content ul li:nth-child(10n){
	margin-right: 0px!important;
}
.tab_content span{
	position: absolute;
	top:-10px;
	left: -5px;
}
#tab09_content span {
    position: absolute;
    top: -17px;
    left: 7px;
}

/*検索窓*/
#mainSearch{
	width:100%;
	background: #efe4c8;
	position: relative;
	margin-bottom:10px;
}
#mainSearch h1{
	margin: 60px auto 0 90px;
    font-size: 18px;
}
#mainSearch .contents-inner{
	position: absolute;
	top: 0;
	width: 50%;
	left:32%;
}
#mainSearch > img{
	margin:0 auto;
	display: block;
}
#mainSearch .searchWindow{
	position: absolute;
	top:130px;
	margin:0 auto;
	width:500px;
}
#mainSearch .header-search-text{
	width:490px;
	height: 60px;
	font-size: 18px;
	border:4px solid #666666;
}
#mainSearch .header-search-submit{
	right: 0px;
}
#mainSearch ul{
	width: 500px;
	margin:105px 0 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#mainSearch li{
	width: 120px;
	height: 30px;
	box-sizing: border-box;
	border:1px solid #222;
	background: #f1dc68;
	opacity: 0.8;
	padding:7px 5px 0;
	margin-bottom: 5px;
	text-align: center;
	border-radius: 5px;
}
#mainSearch li:nth-child(4n){
	margin-right: 0;
}