/* ************************************************ 
 *	共通設定
 * ************************************************ */
* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #000000;
	font-size: small;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 1.6;
	background-color: #ffffff;
	text-align:center;
border-top: 5px solid #991c1c;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

img {
	border: 0px;
}


/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- 
 *※ページ全体の幅は800pxとなっています。
    幅を広げる場合は、.sideと.mainのwidth
    の合計値が#containerのwidthになるよう
    設定してください。
 * ------------------------------------- */

/*ページ全体の幅、レイアウトをセンタリング*/
.container {
clear: both;
	margin:0px auto;
	width:960px;
	text-align:left;

}

/*ヘッダー（ページタイトル、グローバルメニュー）*/
.header {
 width:100%;
 clear:left;
height: 128px;
}


/*　画面左側メニューの幅　*/
.side {
margin-top: 10px;
clear : both;
	float: left;
	width:200px;
}

.subtotal {
	padding:5px 0;
}
.stotal {
	text-align:right;
}
.total {
	padding:5px 0;
	border-top:1px solid #C3C3C3;
	text-align:right;
}

.postage {
	border-top:1px dotted #C3C3C3;
	border-bottom:1px dotted #C3C3C3;
	list-style-type:none;
	margin-bottom:5px;
}

.postage li {
	margin:5px 0;
	color:red;
	text-align:left;
}

.viewcart {
	padding:5px 0;
	text-align:center;
}

/*　画面右側の幅　*/
.main {
	float: right;
	width: 735px;

}

/* 特定商取引法に基づく表記（返品など）ボタン */
p#sk_link_other {
	text-align:left;
	margin-top:10px;
}

p#sk_link_other a {
	font-size:12px;
}

/*　フッター（コピーライト）　*/

#group-list {
	border-top:#838383 dotted 1px;
	padding:5px 0px 0px;
	margin:10px 20px 0px 0px;
}

/* -------------------------------------
*     商品オプション 表形式
* ------------------------------------- */
#option_tbl {
     border-collapse:collapse;
     border-top:1px solid #ccc;
     border-left:1px solid #ccc;
}
#option_tbl th{
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}
#option_tbl td {
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}

/* ///////////////////////////////////////////

初期化

////////////////////////////////////////////*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td{  
    margin: 0; padding:0;  
}  
table{  
    border-collapse: collapse; border-spacing:0;  
}  
fieldset, img{  
    border: 0;  
}  
address, caption, cite, code, dfn, em, strong, th, var{  
    font-style: normal; font-weight:normal;  
}  
ol, ul{  
    list-style: none;  
}  
caption, th{  
    text-align: left;  
}  
h1, h2, h3, h4, h5, h6{  
    font-size:100%; font-weight:normal;  
}  
q:before, q:after{  
    content:”;  
}  
abbr, acronym{  
    border:0;  
}  
a{
	color: #990000;
	cursor: pointer;
}
a:hover{
	text-decoration: none;
	cursor: pointer;
}
figure{
	margin: 0;
	padding: 0;
}

/* ///////////////////////////////////////////

Font

////////////////////////////////////////////*/

body {
	font:13px/1.231 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	/* for IE6/7 */ 
	*font-size:small; 
	/* for IE Quirks Mode */
	*font:x-small; 
	color: #333;
	line-height: 1.7;
	}


select,
input,
button,
textarea,
button {
	font:99% arial,helvetica,clean,sans-serif;
}
button{
	border: none;
	background: none;
	margin: 10px 0 0 0;
}
table {
	font-size: inherit;
	font: 100%;
}

pre,
code,
kbd,
samp,
tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}
.bold{
	font-weight: bold;
}

.clearfix:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}


/* ///////////////////////////////////////////

Common style

////////////////////////////////////////////*/

div.container a:hover img{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
	}

p.borderBottom{
	border-bottom: 1px dotted #999;
}


.small{
	font-size: 90%;
}

/* common color */
.pink	{color: #ef0794;}
.gold	{color: #d5ac30;}
.blue	{color: #0698ff;}
.orange	{color: #ff8706;}
.violet	{color: #ff66fa;}
.purple	{color: #a158eb;}
.brown	{color:	#8B3234;}
.gray	{color:	#777;}
/*___/ clearfix /___*/

.tright{ text-align: right;}

.fright{ float: right;}
.fleft{ float: left;}
.clear{
    clear: both; 
}
.center{ text-align: center;}

.font10{	font-size: 10px;}
.font11{	font-size: 11px;}
.font12{	font-size: 12px;}
.font14{	font-size: 14px;}
.font18{	font-size: 18px;}
.font19{	font-size: 19px;}

.titleFontSmall{
	font-size: 10px;
	letter-spacing: 0.3em;
	float: right;
	margin-top: -45px;
}

.w280{	width: 280px;}
.w315{	width: 315px;}
.w340{	width: 340px;}
.w375{	width: 375px;}
.w400{	width: 400px;}
.w480{	width: 480px;}
.w500{	width: 500px;}
.w650{	width: 650px;}


.textRight{	text-align: right;}
.textCenter{ text-align: center; }

.mt5{	margin-top: 5px}
.mt10{	margin-top: 10px}
.mt13{	margin-top: 13px}
.mt15{	margin-top: 15px}
.mt20{	margin-top: 20px;}
.mt30{	margin-top: 30px;}
.mt40{	margin-top: 40px;}
.mt50{	margin-top: 50px;}
.mt65{	margin-top: 65px;}
.mb10{	margin-bottom: 10px;}
.mb15{	margin-bottom: 10px;}
.mb20{	margin-bottom: 20px;}
.mb30{	margin-bottom: 30px;}
.mb40{	margin-bottom: 40px;}

.mr5{	margin-right: 5px}
.mr10{	margin-right: 10px}
.mr15{	margin-right: 15px}
.mr20{	margin-right: 20px}
.mr30{	margin-right: 30px}
.mr40{	margin-right: 40px}

.ml5{	margin-left: 5px}
.ml10{	margin-left: 10px}
.ml15{	margin-left: 15px}
.ml20{	margin-left: 20px}

.p5{	padding: 5px}
.p10{	padding: 10px}
.p15{	padding: 15px}

.pl15{	padding-left: 15px}

.pr15{	padding-right: 15px}

.pb15{	padding-bottom: 15px}

.bold{	font-weight: bold;}

.pagetop{
	clear: both;
	text-align: right;
	margin: 15px 0;
}
.pagetopRight{
	position: fixed;
	bottom: 80px;
	right: 0;	
	}
.pagetopNews{
	clear: both;
	text-align: right;
	margin: 15px 0 140px 0;
}
.red{
	color: #990000; !important
}
strong{ font-weight: bold;}


/*追加分*/

#main-image{
width: 100%;
height: 385px;
background: url(../../etc/main-image01.jpg) 50% 0 no-repeat;
text-indent: -9999px;
margin-bottom: 20px;
}


.sitecopy{
font-size: 11px;
font-weight: normal;
margin: 20px 0 0 0;
}
.logo{
margin-bottom: 30px;
}
.head-left{
float: left;
width: 210px;
}
.head-right{
float: right;
width: 740px;
}
.headlink{
float: right;
margin: 20px 0;
}


.headlink li{
float: left;
width: 142px;
margin-left: 10px;
height: 33px;
}
.mainnavi{
clear: both;
}
.mainnavi li{
float: left;
margin: 0 15px 0 0;
}
.footer {
 width:100%;
 clear: both;
text-align: left;
border-top: 8px solid #991c1c;
padding: 20px 0;
}

.footer-contesnts{
width: 960px;
margin: 0 auto 0 auto;
}
.footer-contesnts h3{
margin: 10px 0 0 0;
font-weight: bold;
}
.footer-cate-area{
float: left;
width: 200px;
}
.footer-cate-area ul{
width: 200px;
}
.footer-cate-area ul li{
float: left;
width: 100px;
font-size: 11px;
}
.footer-cate-area ul li a{
text-decoration: none;
color: #666;
}

.footer-howto-area{
float: left;
width: 200px;
margin-left: 80px;
}
.footer-howto-area ul{
width: 200px;
margin-bottom: 20px;
}
.footer-howto-area ul li{
font-size: 11px;
}
.footer-howto-area ul li a{
text-decoration: none;
color: #666;
}
.foot-right-area{
float: right:
width: 400px
}
.foot-right-area address{
font-size: 10px;
text-decoration: none;
text-align: right;
}
.footer-sitecopy{
text-align: right;
font-size: 11px;

}
.footer-logo{
text-align: right;
}


.list-item-area{
margin: 0 5px 30px 5px;
width: 173px;
}
.list-item-area img{
margin-bottom: 5px 
}
.item-name a{
font-weight: bold;
text-decoration: none;
color : #333;

}
.item-name a:hover{
color : #555;
}
.item-price{
color:#991c1c;
font-weight: bold;
}
.s_expl{
font-size: 12px;
}

.about-left{
width: 280px;
float: left;
}
.about-copy{
font-weight: bold;
font-size: 16px;
line-height: 1.4;
margin-bottom: 5px;
}
.about-right{
width: 440px;
float: right;
}
.title-about-keifuku{
margin: 60px 0 20px 0;
}
.about-keifuku-area{
margin-bottom: 60px;
}
.about-keifuku-area:after{
content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

table.coolprice{
border: 1px solid #ccc;
}
table.coolprice td{
padding: 10px;
border: 1px solid #ccc;
}
table.coolprice th{
padding: 10px;
border: 1px solid #ccc;
background-color: #0d5f6f;
color: #fff;
}

.relatedlink{
border: 1px solid #ccc;
padding: 20px;
}
.relatedlink:after{
content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}



.relatedlink ul li{
float :left;
margin-right: 15px;
}



.shoplist-area li{
font-weight: bold;
margin-top: 5px;
font-size: 14px;
float :left ;
width: 300px;
}
.shoplist-cate{
text-align: center;
font-size: 12px;
}
.shoplist-food{
border: 1px solid #ccc;
padding : 30px;
background: #fbf5eb;
margin-bottom: 30px;
}
.shoplist-food:after{
content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.shoplist-yogashi{
border: 1px solid #ccc;
padding : 30px;
background: #f5fad9;
margin-bottom: 30px;
}
.shoplist-yogashi:after{
content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.shoplist-wagashi{
border: 1px solid #ccc;
padding : 30px;
background: #f7e7f0;
margin-bottom: 30px;
}
.shoplist-wagashi:after{
content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.shoplist-wazakka{
border: 1px solid #ccc;
padding : 30px;
background: #ede7f7;
margin-bottom: 30px;
}
.shoplist-wazakka:after{
content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.shoplist-goods{
border: 1px solid #ccc;
padding : 30px;
background: #e7f6f7;
margin-bottom: 30px;
}
.shoplist-goods:after{
content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}


.shoplist-otsukemono{
border: 1px solid #ccc;
padding : 30px;
background: #fbf5eb;
margin-bottom: 30px;
}
.shoplist-otsukemono:after{
content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.title-shopcate{
font-weight: bold;
font-size: 16px;
padding: 0 0 3px 0;
margin: 0 0 8px 0;
border-bottom: 4px solid #991b1c;
}





/*カレンダー*/
#cal0{
	width: 200px;
	}
div.cal_wrapper {
	padding: 10px 0px;
	width: 200px;
}
div.schedule_wrapper {
	padding: 10px 0px;

	border: solid 1px #CCC;
	border-radius: 5px;
	box-shadow: 1px 1px 3px #666;
}
div.schedule_wrapper h3 {
	padding: 0px 10px;
	font-weight: normal;
	margin: 0px;
	font-size: 12px;
	color: #666;
}
div.schedule_wrapper div.schedule_list {
	padding: 0px 10px;
	margin: 0px;
}
div.schedule_wrapper div.schedule_list ol {
	padding: 0px;
	margin: 5px auto;
	border-top: solid 1px #CCC;
}
div.schedule_wrapper div.schedule_list ol li {
	padding: 5px 10px 0px 0px;
	margin: 0px 0px 0px 30px;
	font-size: 12px;
	line-height: 1.5em;
}
div.schedule_wrapper div.schedule_list ol li:hover {
	text-decoration: underline;
}
div.cal_wrapper table.cal tr th p {
	text-align: center;
	padding: 5px;
	margin: 0px;
	color: #666;
	font-size: 12px;
}
div.cal_wrapper table.cal tr th div.cal_ui {
	float: left;
	visibility: hidden;
}
div.cal_wrapper table.cal{
	width: 200px;
	border: 1px solid #ccc;
}
div.cal_wrapper table.cal tr th div.cal_ui input {
	border: solid 1px #CCC;
	background-color: #FFF;
	font-size: 12px;
	margin: 0px 1px;
	padding: 1px 2px;
	border-radius: 3px;
}
div.cal_wrapper table.cal tr td {
	border-top: solid 1px #EEE;
}
div.cal_wrapper table.cal tr td {
	font-size: 10px;
	text-align: center;
	padding: 2px
}
div.cal_wrapper table.cal tr.headline td {
	padding: 5px 0px;
	color: #666;
}
div.cal_wrapper table.cal tr.headline {
	background-color: #EEE;
}
div.cal_wrapper table.cal tr td div {
	position: relative;
	padding: 5px 5px;
	font-size: 10px;
	text-align: center;
	background-color: #FFF;
	border-radius: 3px;
}
div.cal_wrapper table.cal tr td div span {
	display: block;
	position: absolute;
	top: 20px;
	left: 0px;
	display: none;
	
	border: solid 1px #EEE;
	background-color: #FFF;
	text-align: left;
	padding: 5px;
	z-index: 10;
	color: #000;
	font-weight: normal;
	line-height: 1.5em;
	box-shadow: 1px 1px 3px #666;
}

/* 以下、クラス指定するときのアレ */

div.cal_wrapper table.cal tr td div.Sat {
	color: #00F;
}
div.cal_wrapper table.cal tr td div.Sun {
	color: #F00;
}
div.cal_wrapper table.cal tr td div.Today {
	font-weight: bolder;
}
div.cal_wrapper table.cal tr td div.Deli {
	background-color: #EFE;
}
div.cal_wrapper table.cal tr td div.holyday {
	font-weight: bolder;
	color: #F00;
	background-color: #FEE;
}
div.cal_wrapper table.cal tr td div.Birthday {
	font-weight: bolder;
	background-color: #EEF;
	color: #090;
	border-radius: 3px;
}

div.cal_wrapper table.cal tr td div.backward {
	color: #CCC;
	font-weight: normal;
	background-color: #FFF;
	border-radius: 3px;
}
div.cal_wrapper table.cal tr td div.pointer {
	cursor: pointer;
}
div.cal_wrapper table.cal tr td div.pointer:hover {
	background-color: #EEE;
}
.calender-text{
font-size: 11px;
line-height: 1.6;
}
div.cal_wrapper table.cal tr td div.Holyday {
    background-color: #FFEEEE;
    color: #FF0000;
    font-weight: bolder;
}

.clearfix:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

/*包丁ページ*/

.hocho-left{
float: left;
width: 230px;
}
.hocho-right{
float: right;
width: 470px;
}
.hocho-point-middle{
background: url(../../etc/hocho-middle.jpg) repeat-y 0 0;
padding: 10px 37px;
}
.hocho-point-middle:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.hocho-middle-left{
float: left;
width: 252px;
}
.hocho-middle-right{
float: right;
width: 380px;
}
.hocho-about-left{
float: left;
width: 280px;
}
.hocho-about-right{
float: right;
width: 420px;
}
.price-text01{
font-weight: bold;
margin: 10px 0 -5px 0;
}
.price-text02{
font-weight: bold;
font-size: 20px;
margin: 0 0 10px 0;
}
.price-text02 span{
font-weight: bold;
font-size: 14px;
}

.hocho-shop-info{
padding: 30px;
border: 1px solid #ccc;
margin: 30px 0 20px 0;
}

.hocho-shop-left01{
width: 150px;
margin : 0 0 0 20px;
float: left;
}
.hocho-shop-right01{
width: 460px;
float: right;
}

.hocho-shop-left02{
width: 290px;
float: left;
}
.hocho-shop-right02{
width: 350px;
float: right;
}
.hocho-shop-name{
font-weight: bold;
font-size: 16px;
}

.otsukaimon-left{
float: left;
width: 383px;
}
.otsukaimon-right{
float: right;
width: 320px;
}

.about-otsukaimon{
margin-bottom: 40px;
}
.about-keifuku-area{
clear: both;
}
.about-otsukaimon:after{
content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}