@charset "utf-8";

/*開閉ボックス全体*/
.accbox {
    margin: 0;
    padding: 0;
}

/*ラベル*/
.accbox label {
    display: block;
    cursor :pointer;
    transition: all 0.5s;
}

/*アイコンを表示*/
.accbox label:before {
    /*font-family: 'FontAwesome';*/
    padding-right: 2px;
}

/*ラベルホバー時*/
.accbox label:hover {

}

/*チェックは隠す*/
.accbox input[type=checkbox]{
    display: none;
}

/*クリックで中身表示*/
.accbox .accshow {
    height: auto;
    opacity: 1;
}

/*アイコンを入れ替える*/
.cssacc:checked + label:before {
    content: '▶';
}

/* 有料記事｜検索BOX */

.saying-search-navi {
  padding: 16px 25px;
  margin-bottom: 25px;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ee000000,EndColorStr=#ee000000);
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/sub_container_bg.png) 0 0 repeat;
}

.saying-search-navi(:target){
    filter: none;
}

.saying-search-navi table {
  margin: 0 auto;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

.saying-search-navi th {
  width:120px;
  font-size: 93%;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  color: #000;
}

.saying-search-navi td {
  font-size: 93%;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  color: #000;
  display: flex;
}

.saying-search-navi select,
.saying-search-navi input {
  font-size: 93%;
  color: #000;
}

.saying-search-navi select {
  width: 480px;
  height: 35px;
}

.saying-search-navi selset {
  border: 1px solid #e3e4e9;
  border-top: 1px solid #acadb2;
  border-radius: 2px;
}

.saying-search-navi .search_button {
  border: 0px;
  width: 50px;
  height: 25px;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/search_submit01.png) left top no-repeat;
}

.page-inputtext {
  width: 480px;
  height: 35px;
  padding: 2px 2px 2px 15px;
  font-size: 87.5%;
  box-sizing: border-box;
  -webkit-appearance: none;
  /*border: 1px solid #e2e9ef;*/
  border: 0;
  border-top: 1px solid #acadb2;
  border-radius: 2px;
}

input[type=button] {
  width: 23px;
  height: 23px;
  text-indent: -1000em;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/search-question.png) 0 0 no-repeat;
  border: medium none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  select {
    margin-top: -2px;
    -webkit-appearance: menulist-button;
  }
}

.saying-search-navi > p {
  font-size: 21px;
  text-align: center;
  padding-bottom: 5px;
}

.saying-search-navi input[type=text] {
  width: 285px;
  height: 25px;
  padding: 2px 7px 1px;
  font-size: 87.5%;
  box-sizing: border-box;
  -webkit-appearance: none;
  border: 1px solid #e2e9ef;
  border-top: 1px solid #acadb2;
  border-radius: 2px;
}

.saying-search-navi button {
    width: auto;
    padding:0;
    margin:0;
    background:none;
    border:0;
    font-size:0;
    line-height:0;
    overflow:visible;
    cursor:pointer;
}

.search-area {
  display: flex;
}

select, input, button { 
     vertical-align:middle; 
     position:relative; 
     margin: 0 4px 2px 0;
     *margin-right:3px; 
     top:-1px;  
}

input { 
  line-height: 16px; 
}

.saying-search-navi .select-area {
  position: relative;
  z-index: 1;
}
.select-area select {
  border:none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  padding-left: 30px;
}
.select-area::after {
  position: absolute;
  z-index: 2;
  left: 14px;
  top: 8px;
  content: "▼";
  font-size: 10px;
  width: 10px;
  height: 10px;
  display: block;
  text-align: center;
}