@charset "utf-8";
@import url(cmn.css);
@import url(base.css);


/* ==========================================================================
	CONTENT
========================================================================== */

#main{
  margin-bottom:25px;
}

#menu ul{
  overflow:hidden;
}
#menu ul li{
  float:left;
  width:25%;
  text-align:center;
}
#menu ul li img{
  width:90%;
  height:auto;
}

#service ul{
  overflow:hidden;
}
#service li{
  float:left;
  width:33.3%;
  text-align:center;
  margin-bottom:15px;
}
#service ul li img{
  width:90%;
  height:auto;
}

#lead h2 img{
  width:150px;
  height:auto;
}

#works .inner{
  background:url(../images/cmn-images/bg01.jpg);
  padding:25px 0;
  margin-bottom:20px;
}
#works ul{
  overflow:hidden;
}
#works li{
  float:left;
  width:33.3%;
  text-align:center;
}
#works ul li img{
  width:90%;
  height:auto;
  margin-bottom:5px;
}
#works ul li p{
  margin-bottom:0;
}
#works .btn a{
  display:block;
  width:60%;
  color:#714b20;
  background-color:#d6bf7e;
  padding:15px 0;
  margin:0 auto;
}
#works .btn a{
  text-decoration:none;
}

#news .cmn-title2{
  border:1px solid #999;
  overflow:hidden;
  padding: 5px 10px;
}
#news .cmn-title2 h2{
  float:left;
  font-size:15px;
}
#news .cmn-title2 h2 span{
  border-left:3px solid #d6bf7e;
  line-height:1em;
  padding-left:10px;
}
#news .cmn-title2 p{
  float:right;
  margin-bottom:0;
}
#news li{
  border:1px solid #999;
  background: url(../images/cmn-images/icon01.png) 98% 50% no-repeat;
  background-size:10px auto;
  border-bottom:none;
  padding:10px;
}
#news li:last-child{
  border-bottom:1px solid #999;
}

#shop{
  padding:25px 0;
}
#shop table{
  width:100%;
  border-collapse:separate;
  margin-bottom:10px;
}
#shop table th{
  border-bottom:1px dotted #000000;
  text-align:left;
  vertical-align:top;
  padding:7px 7px 7px 0;
}
#shop table td{
  border-bottom:1px dotted #000000;
  text-align:left;
  vertical-align:top;
  padding:7px 0;
}
#shop table tr:last-child th,#shop table tr:last-child td{
  border-bottom:none;
}