/*sunny.cssを元にmolly固有のstyleを追加*/

/*----------------------------------------------------
リストスタイル設定07（チェックリスト モリー）
----------------------------------------------------*/
.list07 li {
    position: relative;
    padding-left: 2em;
    line-height: 1.2;
}

.list07 li:not(:last-child) {
    margin-bottom: 1em;
}

.list07 li::before {
    position: absolute;
    top: -.15em;
    left: 0;
    content: "";
    width: 1.4em;
    height: 100%;
    background: url(../../common/img/morley/morley-check.png) center top / contain no-repeat;
}

/*----------------------------------------------------
モリー使用例
----------------------------------------------------*/
.exContainer {
    display: -webkit-box;
	display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.exContainer02 {
    display: -webkit-box;
	display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-flow: row-reverse
}
.exbox img {
	max-width: 100%;
}
.exbox {
    margin-bottom: 30px;
    padding: 5px;
}

.exbox ul li {
    list-style-type: disc;
    font-size: 14px;
    line-height: 1.5;
    padding-left: 1em;
    text-indent: -1.5em;
    text-align: left;
    margin: 0px 10px;
}

@media screen and (max-width:480px) {
.exContainer {
    display: block;
    text-align: center;
}
.exContainer02 {
    display: block;
    text-align: center;
}
}

/*----------------------------------------------------
安全マーク付きタイトル
----------------------------------------------------*/
.tit_square_mark {
  text-align: center;
  padding: .5em;
  line-height: 1.2;
  border-radius: 10px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  background-color: #ff8989 !important;
  background-image: url("../img/morley/safety_icon.png");
  background-position: right 5% center;
  background-repeat: no-repeat;
  background-size: contain;
}

/*----------------------------------------------------
対応菌テーブル
----------------------------------------------------*/
.chart-table {
  border-collapse: separate;
  border-spacing: 0px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #000; 
}


.chart-table th,td {
  padding: 2px;
  text-align: center;
  border: solid 1px #000;
  font-size:  0.8rem;
}

.chart-table th {
  white-space: nowrap;
}

.chart-table td {
  vertical-align:baseline;
}

.chart-table tr:nth-child(2) th:nth-child(1) {
  border-top: 5px solid #f00;
  border-left: 5px solid #f00;
  border-right: 5px solid #f00;
}

.chart-table tbody td:nth-of-type(1){
  border-left: 5px solid #f00;
  border-right: 5px solid #f00;
}

.chart-table tbody tr:nth-child(6) td:nth-child(1)  {
  border-bottom: 5px solid #f00;
}

.chart-table tfoot td{
  border: 1px solid #000;
  text-align: left;
}

@media screen and (max-width:480px) {
  .chart-table {
  table-layout: fixed; 
}
  .chart-table th,
  .chart-table td {
  font-size:  0.6rem;   
}
    
  .chart-table th{
    white-space: normal;
}
}


/*----------------------------------------------------
製品仕様テーブル
----------------------------------------------------*/
.spec-table td {
  border-color: #ff8989;
}
