﻿@charset "utf-8";
/* CSS Document */


.img100 {
	width: 100%;
}
.bt {
	border-top: 2px groove #ffffff ;
}
.bb {
	width:750px;
	border-bottom: 2px groove #ffffff ;
}
.b {
	font-weight: bold;
}
.fonts14 {
	font-size: 14px;
}
.fonts12 {
	font-size: 12px;
}

.h45{
	height:45px;
}
.lh31{
	line-height:3.1 !important;
}
.riceBlack {
	background: url(../img/rice_black.png) no-repeat left 0.3em;
	padding-left: 15px;
}
p {
  width: 770px;
  padding-top: 10px;
  line-height: 1.8em;
}
.w100{
	width:100px !important;
}
.w120{
	width:120px !important;
}
.w180{
	width:180px !important;
}
.w200{
	width:200px !important;
}
.w300{
	width:300px !important;
}
#wrapper {
	background: #ededed url(../../common2/img/main_bg.png) 0 0 no-repeat;
	background-size: 100%;
}
#wrapper h1 {
	text-align: center;
	padding: 50px 0 10px;
	width:770px;
}
#wrapper .content {
	font-size: 16px;
}

/*shop page*/

.shop_navi_ {
	width:785px;
	margin: auto;
	display:block;
	padding-bottom:200px;
}

.shop_navi_ {
	list-style:none;	
}
.shop_navi_ ul{
	margin-left:-8px;
}

.shop_navi_ ul li {
	float:left;
    padding: 5px 10px 5px 0px;
}
.shop_navi_ ul li a img{
/* border-radius */
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;

/* box-shadow */
box-shadow:rgba(168, 168, 168, 0.247059) 0px 0px 6px 3px;
-webkit-box-shadow:rgba(168, 168, 168, 0.247059) 0px 0px 6px 3px;
-moz-box-shadow:rgba(168, 168, 168, 0.247059) 0px 0px 6px 3px;
}

#shop{
	width:800px;
	margin: auto;
	padding-bottom: 70px;
}
#shop .list h3 {
	background:url(../img/title_bg.png) 0 0 no-repeat;
	margin-top: 30px;
	color:#FFFFFF;
	font-size:22px;
	font-weight:600;
	padding: 16px;
}
#shop .list h4 {
  background: url(../img/li_bg.png) 0 0 no-repeat;
  padding: 0px 0px 12px 20px;
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0px 10px;
}

table.table001 {
  width: 770px !important;
  table-layout:fixed;
  margin-top: 0.2em;
  margin-bottom: 1em;
  border-collapse: collapse;
  border-spacing: 2px;
}

table.table001 th,
table.table001 td {
  border: 1px solid #cccccc;
  padding:10px 15px;
  vertical-align: middle;
  line-height:2.0;  
}

table.table001 th {
  background: #e2e2e2;
  text-align: center;
  color:#232323;
}

table.table001 td {
  background: #ffffff;
  text-align: left;
  font-size:14px;
}

.top_{
  padding: 10px 0px 30px;
  text-align: right;
  margin-right: 40px;
}