/**************************
 　　ニューストピック
***************************/
#newtopic {
  margin-bottom:30px;
}
#newtopic div {
  clear:both;
  margin: 2px auto;
  line-height:120%;
}

#newtopic div.wraph2,
#newlineup div.wraph2{
margin:0 0 10px 0;
padding:3px;
background-color:#666666;
border-bottom:3px solid #666666;
}

#newtopic div.wraph2 h2,
#newlineup div.wraph2 h2{
  float:left;
  margin:0px;
  padding: 3px;
  font-size: 17px;
  font-weight: bold;
  color:#fff;
  border-bottom:none;
}

#newtopic div.wraph2 p.i_rss,
#newlineup div.wraph2 p.i_rss{
  float:right;
  margin:0px;
  padding:0px;
}

#newtopic div.gray,
#newtopic div.first{
  background-color:#eee;
}

#newtopic h2 em,
#newlineup h2 em{
  display:none;
}

#newtopic h3 {
  font-size:13px;
  margin:12px 0px;
  padding:0;
}

#newtopic .first h3 {
  font-size:14px;
}

#newtopic .img {
  float:left;
  margin-right:5px;
  border:1px solid #333;
}

#newtopic h3 img {
  margin-right:5px;
}

#newtopic p {
  font-size:13px;
}

#newtopic a {
  color:#333;
  text-decoration:none;
}

#newtopic em {
  font-style:normal;
  /* color:#666666; */
}

#newtopic .topix-area a {
  color: #317b96;
  text-decoration: none;
  padding: 10px;
  border: 1px solid #317b96;
  margin: 40px auto 0;
  text-align: center;
  width: 40%;
}

#newtopic .topix-area a {
  width: 80%;
}

#newtopic .topix-area ul#tab-button li a {
  color: #317b96;
  text-decoration: none;
  padding: 10px;
  border: 1px solid #317b96;
  margin: 0;
  text-align: center;
  width: 82%;
}
.news_area{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.genre_tag {
  width: 15%;
  float: left;
  padding-top: 10px;
}

.prod_info {
  width: 85%;
  float: right;
}

.genre_tag p {
  border: 1px solid;
  width: 50%;
  height: 20px;
  text-align: center;
  margin: 0 0 0 35px;
  color: red;
}

th.genre_tag {
  width: 15%;
}

@media screen and (max-width: 768px){
  #newtopic div {
    clear: both;
    margin: 2px auto;
    line-height: 120%;
  }

  .news_area {
    display: block;
  }

  p.genre_tag {
    width: 100%;
    float: left;
    text-align: center;
  }

  .prod_info {
    width: 100%;
    float: none;
  }

  .genre_tag {
    width: 100%;
  }

  .genre_tag p {
    border: 1px solid;
    width: 20%;
    text-align: center;
    margin: 5px 0 10px 0;
  }

}

/**************************
　　　　　　タブ
***************************/
/* tab css */
.tabs {
  margin: 0 auto;
  padding: 0 20px;
}

#tab-button {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

#tab-button li {
  display: table-cell;
  width: 20%;
  font-size: 12px;
  font-weight: bold;
}

#tab-button li a {
  display: block;
  padding: .5em;
  background: #eee;
  border: 1px solid #ddd;
  text-align: center;
  color: #000;
  text-decoration: none;
}

#tab-button li:not(:first-child) a {
  border-left: none;
}

ul#tab-button li a:hover,
ul#tab-button .is-active a {
  border-bottom-color: transparent !important;
  background: #fff;
}

.tab-contents {
  padding: .5em 2em 1em;
  border: 1px solid #ddd;
}
  
 #tab-button .is-active a:nth-child(1){
   color: #FFCCCC;
 }

 #tab-button .is-active a:nth-child(2){
   color: #FF0000;
 }


.tab-button-outer {
  display: none;
}

.tab-contents {
  margin-top: 20px;
}

@media screen and (min-width: 640px) {
  .tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
  }
  .tab-sp-button-outer {
    display: none;
  }
  .tab-contents {
    position: relative;
    top: -1px;
    margin-top: 0;
  }
}

.tab-sp-button-outer form {
  margin-bottom: 15px;
}


/* tab css end */


/******************************
  イベント検索
*******************************/
div.searchevents {
  width:100%;
  /* height:20px !important; */
  margin:0;
  padding:0 !important;
}

div.searchevents ul{
  float:right;
  list-style:none;
  margin:0;
  padding:0;
}

div.searchevents li.radio{
  margin:5px 5px 0 20px;
} 


div.searchevents input[type="radio"]{display:none;}
.tab_area{font-size:0; margin:0 10px;}
/* .tab_area label{width:150px; margin:0 5px; display:inline-block; padding:12px 0; color:#999; background:#ddd; text-align:center; font-size:13px; cursor:pointer; transition:ease 0.2s opacity;}
.tab_area label:hover{opacity:0.5;} */
.panel_area{background:#fff;}
.tab-contents{width:100%; padding:80px 0; display:none;}
.tab-contents p{font-size:14px; letter-spacing:1px; text-align:center;}


.searchevents {
  overflow: hidden;
  width: 90%;
  margin: 2em auto;
  text-align: center;
}
.searchevents select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  height: 30px;
  font-size: 12px;
}

.more {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.more_news {
  max-width: 820px;
  width: 100%;
  /* display: flex; */
  flex-wrap: wrap;
}