@charset "utf-8";
/* -----------------------------------------
sp.css
SP表示用スタイル
----------------------------------------- */


/*===============================
パソコン（768px～）
===============================*/

/*入力フォーム*/
.inputTable th{
  font-weight: bold;
  padding-left: 10px;
}

.inputTable .thisSelect,
#MainArea .inputTable a.thisSelect:hover{
  font-weight: bold;
}

.inputFormTitle{
  margin-top: 10px;
  font-weight: bold;
  color: red;
}
  .inputFormTitle br{
    display: none;
  }

  .inputSortBlock br{
    display: none;
  }

  .inputSortBlock a{
    margin-right: 10px;
  }

.inputFormText{
  margin-left: 10px;
}

.inputFormL{
  clear: both;
  float: left;
}

.inputFormR{
  display: inline;
  float: left;
  margin-top: 5px;
}

/*一覧社名ロゴ*/
.imglog {
	padding: 1px; border: 0px solid rgb(213, 208, 189); width: 180px; height: auto; text-align: center; vertical-align: middle; float: right ;
}

/*開閉ボタン*/
.infoDate{
  clear: both;
}

.infoDate,
.infoOther{
  display: block;
}

/*開閉ボタン*/
.inputSPOpener{
  display: none;
}

/*フッター*/
.rightArea {
 width: 660px;
 height: auto;
 margin: 0 auto;
 padding: 10px;
 box-sizing: border-box;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 display: block;
 background: #fff;
}

.rightArea img{
  float:left;
}

.rightArea p {
    font-size: 0.7em;
    color: #000;
    padding: 5px 0;
}

.rightArea img.rights {
  float: none;
}

/* 追加 */
.logo img{
  width: 100%;
  height: auto;
}

.infoOther.schdl{
  width: 100%;
}

#MainArea {
    width: 660px;
}

.floatR.mr15{
  padding: 0 0 0 3%;
}

/*===============================
スマホ（～768px）
===============================*/
@media screen and (max-width:767px) {

  body{
    width: 100%;
    min-width: auto;
    min-width: initial;
    overflow: auto;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }

  *{
    box-sizing: border-box;
  }

  header{
    box-shadow: 0 2px 2px #ccc;
    margin-bottom: 10px
  }

  #HeaderArea{
    height: 70px;
    margin-left: 10px;
  }

  #HdLogo{
    padding-top: 10px;
  }

  #HdLogo img{
    width: 160px;
    height: auto;
  }

  #HeaderArea,
  #ContentsArea,
  #MainArea,
  #PageTop,
  .cmnBox01,
  .cmnBox03,
  #FooterArea03 .inner{
    width: auto;
  }

  #FooterArea03{
    padding: 0;
  }

  h1.cmnH1{
    font-size: 1.6em;
  }

  h2.searchTitle{
    font-size: 1.1em;
    padding-left: 5px;
    padding-right: 0;
  }

  .searchResult{
    margin-bottom: 0 !important;
  }

  #ContentsArea{
    margin: 0 10px;
  }

  .hasLineTop .inputFormTitle{
    text-align: center;
  }
  .inputFormTitle br{
    display: inline;
  }

  .inputSortBlock br{
    display: inline;
  }

  .inputTable table,
  .inputTable td,
  .inputTable th,
  .inputTable tr{
    display: block;
  }


  .inputTable th{
    clear: both;
    font-size: 1.2em;
    padding-top: 5px;
  }
    .inputTable td{
    padding-left: 5px;
    clear: both;
  }

  .inputButton{
    display: block;
    float: left;
    min-width: 60px;
    padding: 14px 16px;
    background: #FFFFFF;
    border-radius: 5px;
    box-sizing: border-box;
    text-align: center;
    margin: 0 5px 10px;
    box-shadow: 1px 1px 2px #666;
    text-decoration: none;
    font-size: 120%;
  }

  .inputFormL{
    width:auto;
    margin-bottom: 10px;
  }

  .inputFormR{
    width:70%;
    margin-top: 2px;
    line-height: 1.25em;
  }

  /*絞込みボタン*/
  .inputTable .thisSelect,
  #MainArea .inputTable a.thisSelect:hover{
    background: #455197;
    color: #FFF;
    font-weight: bold;
  }

  .inputSortBlock .thisSelect,
  #MainArea .inputSortBlock a.thisSelect:hover{
    font-weight: bold;
  }

  select{
    width: 90% !important;
    margin-left: 10px;
    font-size: 20px;
    width: auto;
    box-sizing: border-box;
  }

  .inputBar{
    display: none;
  }

  .fontLL,
  .type{
    text-align: center;
  }

  .type{
    margin: 5px 0 15px 0;
  }

  .fontLL{
    margin-bottom: 10px;
  }

  #ResultHeader{
    margin-top: 30px
  }

  /*ページャー*/
  .floatL.ml15{
    margin: 0 auto;
    float: none;
    text-align: center;
  }

  .floatR.mr15{
    text-align: center;
    font-size: 1.2em;
    width: 100%;
    padding: 0 0 0 5%;
  }

  /*セレクトエリア*/
  #selectErea {
    width: 90% !important;
  }

  #selectErea table,
  #selectErea table td,
  #selectErea table th,
  #selectErea table tr{
    display: block;
  }

  #selectErea table tr{
    clear: both;
  }

  #selectErea table td{
    float: left;
    font-size: 1.3em;
    margin-bottom: 10px;
  }

  .imglog {
    padding: 1px;
    border: 0px solid rgb(213, 208, 189);
    width: 180px;
    height: auto;
    text-align: center;
    vertical-align: middle;
    float: none ;
    margin: 0 auto;
  }

  /*開閉パーツ*/
  .inputSPOpener{
    display: table-row;
  }

  .inputSPOpenerTitle {
    margin: 8px 5px 3px 5px;
    font-weight: bold;
    font-size: 1.2em;
    float: left
  }

  .openTarget{
    display: none;
  }

  /*開閉ボタン*/
  .inputSPOpenerItem {
    margin: 5px 5px 0 5px;
    width: 30px;
    height: 30px;
    background: url(../../image/jukou/icon_open.jpg);
    background-size: 30px;
    float: right;
  }
  .inputSPOpenerItem.open {
    background: url(../../image/jukou/icon_close.jpg);
    background-size: 30px;

  }
  .infoGroup .infoOther:nth-child(even){
    margin-bottom: 7px;
  }

  #FtCopyright{
    text-align: center;
    margin-bottom: 20px;
  }

  /*ページ上部へ PC非表示*/
  .pagetop{
    display: none;
  }

  /*ページ上部　SP*/
  .backBtn {
    width: 45.5px;
    height: 38px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: url(../../image/jukou/btn_backtop.png)0 0 no-repeat rgba(0,0,0,0.5);
    background-size: 45.5px 38px;
    cursor: pointer;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 150;
  }

  .outline {
      max-width: none;
  }

  .rightArea {
  	 width: 100%;
  }
  
  /** Tab新規追加 2022.03.29 NII start */
  .detail > .detail-content > .info > .imglog{
  	float : none;
  	margin: auto;
  }
  
  .detail > .detail-content > .clearfix{
    display: initial;
  }
  
  .detail > .detail-content > .clearfix > table{
    width:100%;
  }
  
  .detail > .detail-content > .clearfix > table > tbody >tr > td > table{
    margin-left: auto;
	margin-right: auto;
  }
  /** Tab新規追加 2022.03.29 NII end */
}

/*===============================
PC（768px～）
===============================*/
@media screen and (min-width:768px) {
  .openTarget{
    display: block !important;
  }

  .infoOther{
    margin-right: 20px;
    float: left;
  }
  .infoDate br{
    display: none;
  }
  .infoGroup .infoOther:nth-child(odd){
    clear: both;
  }
}
