@charset "UTF-8";

/*　-----各ページメニューの色を対応させる-----　*/
a.meLen_li.pickautofocus {
    background: #1c4487;
    color: #fff;
}
.pickFMS {
    opacity: 1;
    background: #1c4487;
    color: #fff;
    border: solid 1px #fff;
    padding: 5px 9px;
    margin: 2px 0;
}
.li_attention {
    margin: 10px 0;
    text-indent: -1em;
    padding-left: 1em;
}
.lh_06 {
  line-height: 0.6;
}
.contents-title {
  margin: 0 0 70px;
}
.annotation_outer{
    padding: 40px 5%;
    background: #fff;
}
.annotation {
	padding: 40px 2%;
    border-bottom: dotted 1px #000;
    border-top: dotted 1px #000;
}
.annotation_title {
    font-size: 200%;
}
.annotation_indent {
    margin: 30px 0;
}
.annotation_num{
}
.series {
    float: left;
	display: inline-block;
    width: 3em;
}
.num{
	display: inline-block;
	padding-left: 1em;
}
.table_box:nth-child(3){
	margin-top: 30px;
}
.product_secondtitle {
    min-width: 80px;
}
.pro4th_info {
    max-width: 655px;
}
.pro4th-table{
  overflow: auto;
  margin: 10px 0 30px;
  table{
    font-size: 12px;
    line-height: 1.5;
    max-width: none;
    width: auto;
    border-top: 1px solid #1c4487;
    th{
      border-bottom: 1px solid #1c4487;
      width: auto;
      padding: 8px;
      min-width: 100px
    }
    td{
      text-align: center;
      background: #1c4487;
      color: #fff;
      padding: 8px;
      border-bottom: 1px solid #fff;
      border-right: 1px solid #fff;
      min-width: 40px
    }
    tr:last-of-type{
      border-bottom: 1px solid #1c4487;
      th{
        border-bottom: none;
      }
      td{
        border-bottom: none;
      }
    }
  }
}
@media screen and ( max-width: 767px ){

}