@charset "Shift_JIS";

@import "normalize4.css";

@import "common4.css";

@import "base4.css";

@import "add4.css";

@import "menu4.css";

#m_button{
  text-align: right;
  margin-top: 10px;
  margin-right: 8px;
  margin-bottom: 3px;
}
#m_button a {
  display: inline-block;
  overflow: hidden;
  width: 48px;
  height: 48px;
  vertical-align: bottom;
}


/*pitariTable
----------------------------------------------------*/
#pitariTable td,
#pitariTable th{
  display: block;
  vertical-align: bottom;
}
#pitariTable h6 {
    margin: 0;
}

#pitariTable tr td:nth-of-type(2){
  margin-bottom: 1em;
  margin-left: 40px;
}

.tsugi{
  margin: 0px;
  padding: 2em 1em;
}

.tsugi input{
  height: 40px;
}

.showcase{
  vertical-align: top;
  margin: 10px 0px;
  display: block;
}

.showcase p{
    margin: 0px 0px 10px;
}

.showcase .stitle{
    font-size: 1.2em;
    padding-top: 10px;
    padding-bottom: 10px;
}

.showcase .stitle p{
    margin: 0;
    display: inline-block;
}

.showcase .stitle .sname{
color: #333399;
font-weight: bold;
margin: 0px 0px 0px 5px;
padding: 0px 10px 0px 25px;
position: relative;
background: url('../_images2/parts/h_5.gif') no-repeat left 6px;
}

.showcase .stitle .sname img{
vertical-align: top;
margin: 0px;
padding: 3px 0px 0px 10px;
}


.case1,
.case2,
.case3{
  vertical-align: top;
  margin: 0;
  padding: 6px;
  display: inline-block;
}

.case3{
  text-align: right;
}

.case1{
  text-align: left;
  width: 25%;
}
.case2{
  display: block;
  text-align: left;
}
.case3{
  text-align: right;
  width: 62%;
}











@media screen and (min-width:720px) {  /*670px*/

  .tsugi,
  #pitariTable {
    margin-left: 30px;
  }

  #pitariTable td,
  #pitariTable th{
    display: table-cell;
    padding: 10px 5px 5px;
    border-bottom-width: 1px;
    border-bottom-color: #009900;
    border-bottom-style: solid;
  }




.case1{
  display: inline-block;
  position: relative;
  text-align: left;
  left: -53%;
  width: 14%;
}

.case2{
  text-align: left;
  position: relative;
  left: 15%;
  width: 52%;
  display: inline-block;
}

.case3{
  text-align: right;
  position: relative;
  width: 26%;
}

}

