﻿@charset "utf-8";
/* CSS Document */



*.16 { font-size: 16pt }
*.24 { font-size: 24pt }
*.14 { font-size: 14pt }

*.float
      {
         float: right;
         margin-left: 1em;
      }
  *.floatclear
      {
         clear: both;
      }

*.float2
      {
         float: left;
         margin-right: 1em;
      }
.haikei {/*親div*/
  position: relative;/*相対配置*/
  }

.haikei p {
  position: absolute;/*絶対配置*/
  color: black;/*文字色*/
  top: 10%;
  left: 5%;
  margin:0;
  padding:0;
  }

.haikei img {
  width: 100%;
  }


/* 商品ページ共通SEO */
p.itemIndex-seo{
    position: relative;/*配置：相対位置*/
    margin: 20px 0 20px;/*マージン:[上][左右][下]*/
    padding: 20px 20px;/*パディング：[上下][左右]*/
    border: 1px solid #66a03e;/*1本線_緑*/
    border: 1px solid #888364;/*1本線_緑*/
    -webkit-box-sizing: border-box;/*box-sizingでマージンパディングによらないサイズ指定*/
    -moz-box-sizing: border-box;/**/
    box-sizing: border-box;/**/
    text-align: left;/*左寄せ*/
    line-height: 1.6;/**/
}




/* 商品ページ　オリーブ木比較表 */

.oliveplanthyou table {
width: 100%;
height: 130px;
border: 1px #2e8b57 solid;
border-collapse: collapse;
font-size: 85%; 
text-align: center;
}

.oliveplanthyou table td {
border: 1px #2e8b57 solid;
}

.oliveplanthyou table td th {
width: 14%;
border: 1px #2e8b57 solid;

}


/* カテゴリページ　熨斗比較表 */

.noshi_hyou table {
border: 2px #c1c3bb solid;
cellpadding: 3px;
text-align: center;
vertical-align: middle;
}


.noshi_hyou table td {
border: 1px #c1c3bb solid;
cellpadding: 3px;
text-align: center;
vertical-align: middle;
}

.noshi_hyou table td th {
border: 1px #c1c3bb solid;
cellpadding: 3px;
text-align: center;
vertical-align: middle;
}