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

body {
	color: #333333;
	font-size: medium;
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3",Osaka,Verdana,arial,"ＭＳ Ｐゴシック",sans-serif;
	line-height: 1.4em;
	background: url("https://img13.shop-pro.jp/PA01070/182/etc/back2.gif");
	text-align:center;

}

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

img {
	border: 0px;
}

html {
	height: 100%;
	overflow-y: scroll;
}

ul,li,dl,dt,dd{
	list-style:none;
}
img{
	vertical-align: top;
}
a img{
	border: none;
}
a{
}

a:link{
	color: #FF6600;
}
a:hover{
	color: #01349d;
	text-decoration: none;
}
a:active{
	color: #01349d;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
h6.dai {
height:23px;margin:0px 0px 5px 0px;padding:7px 0px 0px 10px;
font-size:14px;font-weight:bold;color:#555555;
background:url(https://goheimochi.sub.jp/img/info/head014_03.gif);
}
h6.dai1 {
height:30px;
margin: 0;
padding:15px 0px 0px 8px;
font-size:18px;font-weight:bold;color:#990000;
background:url(https://goheimochi.sub.jp/img/info/head016_02.png);
}
h6.dai2 {
 height:30px;
 margin: 0;
 padding:15px 0px 0px 8px;
 font-size:18px;font-weight:bold;color:#009900;
 background:url(https://goheimochi.sub.jp/img/info/head016_04.png);
}
p {
	margin: 0 0 1em 0;
}

select option {
	padding: 0 5px;
}

div#header:after,
div#nav:after,
div#secondly div.clientsDetail:after,
div#newArrival:after,
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div#header,
div#nav,
div#secondly div.clientsDetail,
div#newArrival,
.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html div#header,
* html div#nav,
* html div#secondly div.clientsDetail,
* html div#newArrival,
* html .clearfix {
    height: 1%;
}
div#header,
div#nav,
div#secondly div.clientsDetail,
div#newArrival,
.clearfix {
    display: block;
}
/* End hide from IE-mac */

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

/*ページ全体の幅、レイアウトをセンタリング*/
#container {
	margin:0px auto;
        padding: 10px 0;
	width:980px;
	text-align:left;
        background: #ffffff;
        font-size: 88%;
}

/*ヘッダー（ページタイトル、グローバルメニュー）*/
.header {
 width:100%;
 background: url("https://img13.shop-pro.jp/PA01070/182/etc/back.jpg") repeat-x;
}

div#gNavi {
 width: 980px;
 margin: 0 auto;
}
div#gNavi ul {
}
div#gNavi ul li {
 float: left;
}

/*｡｡画面左サイド｡｡*/
.side {
        margin : 10px 5px 0px 0px;
        padding: 0 0 20px;
	
	width : 200px;
        display: inline;
}
/*｡｡画面右サイド｡｡*/
.lside {
        margin : 10px 0px 0px 5px;
        padding: 0 0 20px;
	
	width : 145px;
        display: inline;
}
.lside a:hover img {
padding: 0px;
border: 1px #8B8B8B solid;
}

/*｡｡画面中央｡｡*/
.main {
        margin : 10px 0px 0px 0px;
        padding: 0 0 20px;
	
	width: 620px;
        display: inline;
}

/*　フッター（コピーライト）　*/
.footer {
 width:100%;
 clear:both;
 text-align: right;
 border-top: 1px solid #cccccc;
 font-size: 85%;
}
.footer a {
 color: #555555;
 text-decoration: none;
}
.footer a:hover{
	color: #01349d;
}

#group-list {
	padding: 5px 0px 0px;
	margin: 10px 0 10px 0;
}

.section {
       margin: 0 0 10px 0;
}
.group-list-link {
      background: url("https://img13.shop-pro.jp/PA01070/182/etc/menu_arrow.gif") no-repeat left center;
padding: 0 0 0 15px;
}

ul.main_menu {
} 

ul.main_menu li {
background: url("https://img13.shop-pro.jp/PA01070/182/etc/menu_bullet.gif") no-repeat left center;
border-bottom: 1px dotted #CCCCCC;
padding: 5px 0 5px 20px;
}

ul.main_menu li a {
	text-decoration: none;
}
ul.main_menu li a:link {
	color: #555555;
}
ul.main_menu li a:hover{
	color: #01349d;
	text-decoration: none;
}

div#serch_area {
margin: 0 0 10px 0;
}

#search {
	width:145px;
	height:90px;
	background:#FFD5AC url(https://img.shop-pro.jp/tmpl_img/17/search.gif) no-repeat;
	background-position:-4px bottom;
	padding-bottom:10px;
}
#search .title {
	height:20px;
	background:url(https://img.shop-pro.jp/tmpl_img/17/search_title.gif) no-repeat;
	background-position:-4px top;
}

#search select,input {
	margin-left:8px;
}
#search .button {
	width:50px;
	float:right;
	height:20px;
	margin-top:3px;
	margin-right:12px;
}

div.breadcrumbs {
	overflow:hidden;
	margin:0;
	padding:0;
	height:30px;
	line-height:30px;

	/*-- sample only --*/
	color:#888888;
	border:1px solid #ddd;
	margin-bottom:20px;
}
div.breadcrumbs a, div.breadcrumbs em, div.breadcrumbs span {
		overflow:hidden;
	height:30px;
	padding:0 8px;
	font-style:normal;
}
div.breadcrumbs span {
	background:url(https://img13.shop-pro.jp/PA01070/182/etc/bg-breadcrumb.png) no-repeat left center;
	overflow:hidden;
	padding:0 0 0 10px;
	width:0px;

	filter:alpha(opacity=40);
	opacity:0.4;
}

div.breadcrumbs a {
 color: #555555;
 text-decoration: none;
}
div.breadcrumbs a:hover{
	color: #01349d;
}

.red {
 color: #cc3300;
}
.green {
 color: #006600;
 font-weight: bold;
}
.mB10 {
 margin: 0 0 10px;
}
.mini {
 font-size: 85%;
}
.bold {
 font-weight: bold;
}
.box {
 background: #f5f5f5;
 border: 1px solid #ccc;
}

h1.bar {
 padding: 0 0 10px 30px;
 height: 35px;
 line-height: 35px;
 font-size: 100%;
 background: url(https://img13.shop-pro.jp/PA01070/182/etc/h2_bar.gif) no-repeat;
 letter-spacing: 3px;
overflow: hidden;
}

h2 {
 border-bottom: 1px dotted #999999;
 font-size: 120%;
 margin: 0 0 5px
;}

.fLeft {
 float: left;
 margin: 0 10px 10px 0;
}
.fRight {
 float: right;
}
.fClear {
 clear: both;
}

.tyoku_f {
 float: left;
 width: 310px;
 font-weight: bold;
 color: #003300;
 font-size: 15px;
 margin: 0 0 10px;
}
.tyoku_f ul {
 padding: 20px 0 0 145px;
}
.tyoku_f ul li {
 border-bottom: 1px dotted #cccccc;
}

p.p_back {
 background: url("https://img13.shop-pro.jp/PA01070/182/etc/p_back.jpg") repeat-y;
 padding: 10px;
}
.p_back {
 background: url("https://img13.shop-pro.jp/PA01070/182/etc/p_back.jpg") repeat-y;
}
.recommend {
 float:left;
 padding: 10px 7px 0 7px;
 width: 140px;
 text-align: center;
}
.recommend h2 {
font-size: 90%;
 height: 85px;
 background: #f3f3f3;
 overflow: hidden;
 line-height: normal;
 padding: 2px;
}
.recommend h3 {
 background: #f3f3f3;
 font-size: 100%;
 margin: 0 0 5px;
}
.recommend h4 {
 color: #666666;
 color: rgb(102, 102, 102);
 font-size: 90%; 
 height: 65px;
 overflow: hidden;
 line-height: normal;
 padding: 2px;
}
.recommend h5 {
 font-size: 85%;
 height: 85px;
}
.price {
 font-weight: bold;
 color: #CC3300;
font-size: 16px; 
}
.priceb {
 font-weight: bold;
 color: #CC3300;
font-size: 20px;
text-align:right-bottom; 
}
.webrss {
	font-size: 12px;
	color: #006666;
        margin: 0 0 10px
;}
.webrss ul li {
	list-style-type: square;
	margin-left: 25px;
        font-size: 80%;
}
div#option {
 padding: 10px;
}
div#option table {
}
div#option table th {
 padding: 5px;
 border: 1px solid #ccc;
 background: #eee;
}
div#option table td {
 padding: 5px;
 border: 1px solid #ccc;
 background: #fff;
 color: #cc3300;
 font-weight: bold;
}

.teiki {
}
.teiki p {
 padding: 10px;
}

.yoyaku {
}
.yoyaku p {
 padding: 10px;
}

.product_list {
 float:left;
 text-align: center;
 padding: 0pt 7px;
 width: 140px;
}

.product_list h2 {
font-size: 75%;
 height: 85px;
 background: #f3f3f3;
 overflow: hidden;
}
.product_list h3 {
 background: #f3f3f3;
 font-size: 100%;
 margin: 0 0 5px;
}
.product_list h4 {
 font-weight: normal;
 color: #666666;
 color: rgb(102, 102, 102);
 font-size: 80%; 
height: 65px;
overflow: hidden;
}
.product_list h5 {
 font-size: 85%;
 height: 85px;
}

.bl_back {
 background: url("https://img13.shop-pro.jp/PA01070/182/etc/blue_p7b.gif") repeat-y; padding: 10px 0 0 0;}

.ol_back {
 color: #556b2f;
 background-color: #ff8c00;
 padding: 5px 5px 5px 5px;
}
td.gaido{
background: url(https://img13.shoppro.jp/PA01070/182/etc/line085.gif) repeat-n left bottom;
}
/*　追加　*/
/*　リンクメニュー表　*/
table.box {
	width: 99.5%;
	margin: 0px auto 20px auto;
	}
table.rinku{
width: 100%;
align : center;
}
td.rinku{
padding : 5px 0px;
text-align : center;
}
/*　トップインフォメーション　*/
div#top_info {
 padding: 10px;
 background: #FFFFE6;
 border: 1px solid #ffffcc;
}
div#top_info h3 {
 background: url("https://img13.shop-pro.jp/PA01070/182/etc/news_icon.gif") no-repeat left top;
 margin: 3px 0 0;
 padding: 0 0 0 20px;
 float: left;
 font-weight: normal;
 font-size: 80%;
 width: 120px;
}
div#top_info dl {
 margin: 3px 0 3px;
 float: left;
 width: 450px;
 border-bottom: 1px dotted #ccc;
}
div#top_info dt {
 font-weight: bold;
 background: url("https://img13.shop-pro.jp/PA01070/182/etc/top_info_dt.jpg") no-repeat left center;
 padding: 0 0 0 20px;
}
div#top_info dd {
 font-size: 85%;
 color: #666666;
}
div#top_info ul {
margin: 0 0 0 70px; 
}
div#top_info li {
list-style-type: disc; 
margin-left: 20px;  
}
.info_img {
 padding: 10px 0 0 0;
}
.info_img img {
 float: left;
 border: 1px solid #ccc;
 margin: 0 10px 5px 0;
}
/*　味噌ランキング表　*/

.minired{
font-size : 12px;
color : #cc3300;
width : 116px;
text-align : left; 
margin-left : 10px; 
margin-right : 20px; 
float:left; 
}

div.minired h3 {
font-size : 150%; 
color : #333333;
text-align: center;
}
/*　営業日カレンダー　*/
table.calendar {
	padding: 0;
	margin: 0px;
}
table.calendar tr.headline td{
	font-size: 10px;
}
table.calendar th {
	text-align: left;
	font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
	font-size: 10px;
	color: #777777;
}
table.calendar th span {
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
	cursor: pointer;
	float: right;
}
table.calendar td {
	border-bottom: solid 1px #CCCCCC;
	text-align: center;
	width: 25px;
	height: 20px;
	vertical-align: middle;
	font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
	line-height: normal;
	font-size: 10px;
	color: #333333;
}
table.calendar td.click {
	cursor: pointer;
	background-color: #FFFFFF;
}
table.calendar td.Today {
	font-weight: bolder;
	color: #009900;
	font-size: 12px;
}
table.calendar td.Sat {
	color: #000099;
	background-color: #FEFEFF;
}
table.calendar td.Sun {
	color: #FF0000;
	background-color: #FFFEFE;
}
table.calendar td.holyday {
	color: #FF0000;
}
table.calendar td.xday {
	font-weight: bolder;
	color: #009999;
	font-size: 14px;
}
table.calendar td.birthday {
	font-weight: bolder;
	color: #990000;
	font-size: 14px;
}
/*　お歳暮ページ　*/
table#shousai{
 width: 610px;
 border : 3px solid #9dc66c;
 border-collapse: collapse;

}
table#shousai th{
 border : 2px solid #9dc66c;
 border-collapse: collapse;
 padding: 0px;
}
table#shousai TD{
 taxe-align: center;
 border : 2px solid #9dc66c;
 border-collapse: collapse;
 padding-top: 5px;
}
.oproduct_list {

 text-align: center;
 padding: 0pt 5px;
 
}

.oproduct_list h2 {
 background: #eee;
 font-size: 100%;
}
h1.top {
 height: 0;
 overflow: hidden;
}
/*　特定商取引リンク　*/
p#sk_link_other {
	text-align:left;
	margin-top:10px;
}

p#sk_link_other a {
	font-size:12px;
}
/*　商品詳細テーブル　*/
TABLE.shinmai{
 
 border : 1px solid #94ac3b;
 border-collapse : collapse;
}
TABLE.shinmai th{
 background: #94ac3b;
 color: #ffffff;
 font-weight: bold;
 text-align: center;
}

TD.shinmail{
 color: #000000;
border : 1px solid #94ac3b;
 text-align: left;
 background : #ceea8e;
 line-height : 20px;
 padding: 5px;
 
}
TD.shinmair{
border : 1px solid #94ac3b;
 color: #000000;
 text-align: left;
 background: #ffffff;
 line-height : 20px;
 padding: 5px;
 
 letter-spacing: 1.5px;
}
/* リンクページ */
.rink{
 }
.rink p{
text-align : center;
}
.rink TABLE{ 
 padding : 10px 2px 10px 2px;
 font-size: 90%;
 font-weight: bold;
 border: 0;
}
.rink TABLE.b{
 
 border: 0;
 padding: 2px;
 margin: 30px 2px;
 }
.rink TD{
 
 border: 0;
 margin: 5px;
 vertical-align: top;
 

}
.rink TD.l{
 border-bottom: 1px dotted #999999;
 
 
 vertical-align: bottom;
 
width : 150px;
}
.rink TD.m{
 border-bottom: 1px dotted #999999;
 
 
 vertical-align: bottom;
 
width : 70px;
}
.rink TD.s{
 border-bottom: 1px dotted #999999;
 
 
 vertical-align: bottom;
 
width : 50px;
}
.myrink {
}
.myrink table{
 border:1px #669933 solid;
 border-collapse:collapse;
 }
.myrink td{
 font-size:70%;
 border:1px #669933 solid;
 padding: 2px;
}
.osusume {
}
.osusume TABLE{
 border:1px #339999 solid;
 border-collapse:collapse;
 padding: 5px;
 

}
.osusume th{
 border:1px #339999 solid;
 padding: 5px;
}
.osusume TD{
 padding: 5px;
 vertical-align: top;
font-size : 80%;
}
/* 文字サイズ変更後（L・M・S） */
body.fontL
	{
	font-size:120%;
	}
body.fontM
	{
	font-size:100%;
	}
body.fontS
	{
	font-size:80%;
	}
/* 文字サイズ変更ボタン */
dl#size
	{
	}
		dl#size dt
			{
			font-weight: 700;
			}
		dl#size dd
			{
			margin: 0;
			background-image : url(../"");
			}
		dl#size ul
			{
			display: inline;
			}
		/* 大中小の字（変更必要なし） */
		li#small
			{
			font-size: 80%;
			}
		li#medium
			{
			font-size: 100%;
			}
			li#large
			{
			font-size: 120%;
			}
		li#small{
			display: inline;
			padding: 2px 3px;
			margin: 0 0 0 0.5em;
			cursor: pointer;
			color: #ffffff;
			border: 1px solid #919b4a;
			background: #919b4a;
			font-size: 12px;
			}
		li#medium{
			display: inline;
			padding: 2px 3px;
			margin: 0 0 0 0.5em;
			cursor: pointer;
			color: #ffffff;
			border: 1px solid #919b4a;
			background: #919b4a;
			font-size: 18px;
			}
		li#large
			{
			display: inline;
			padding: 2px 3px;
			margin: 0 0 0 0.5em;
			cursor: pointer;
			color: #ffffff;
			border: 1px solid #919b4a;
			background: #919b4a;
			font-size: 22px;
			}
		li#small:hover,
		li#medium:hover,
		li#large:hover
			{
			color: #919b4a;
			border: 1px solid #919b4a;
			background: #ffffff;
			}
/* カート情報 */
.cart_item {
 margin:10px 0 0 0;
 font-size:85%; 
 width:200px;
 height:150px;
 background-color:#ffffcc;
 overflow:auto;}
/* 商品詳細情報 */
.setumei{
}
.setumei h5 {
height:30px;
margin: 0;
padding:15px 0px 0px 8px;
font-size:18px;font-weight:bold;color:#990000;
background:url(https://goheimochi.sub.jp/img/info/head016_02.png);
}
.setumei h5.q {
 height:30px;
 margin: 0;
 padding:15px 0px 0px 8px;
 font-size:18px;font-weight:bold;color:#009900;
 background:url(https://goheimochi.sub.jp/img/info/head016_04.png);
}

.setumei h6 {
height:23px;margin:0px 0px 5px 0px;padding:7px 0px 0px 10px;
font-size:14px;font-weight:bold;color:#555555;
background:url(https://goheimochi.sub.jp/img/info/head014_03.gif);
}
.setumei h4 {
font-family: "ＭＳ 明朝",serif;
padding:75px 0px 12px 5px;
font-size:30px;font-weight:bold;color:#996600;
vertical-align : bottom;
background:url(https://img13.shop-pro.jp/PA01070/182/etc/osensho8.png);
}

.setumei p {
 background: url("https://img13.shop-pro.jp/PA01070/182/etc/p_back.jpg") repeat-y;
 padding: 10px;
}
.setumei p.m {
 background: url("https://img13.shop-pro.jp/PA01070/182/etc/p_back.jpg") repeat-y;
 padding: 10px;
 font-size:16px;font-weight:bold;color:#555555;
}
.setumei p.a {
 background: url("https://img13.shop-pro.jp/PA01070/182/etc/g_back.jpg") repeat-y;
 padding: 10px;
}
.setumei p.no {
 padding: 10px;
}

.setumei p.b {
 background: url("https://img13.shop-pro.jp/PA01070/182/etc/HMYA_041.GIF") repeat-y;
 padding: 20px 30px;
 width: 240px;
 height: 184px;
}
.setumei dl {
 background: url("https://img13.shop-pro.jp/PA01070/182/etc/p_back.jpg") repeat-y;
}
.setumei dt {
 background: url("https://img13.shop-pro.jp/PA01070/182/etc/p_back.jpg") repeat-y;
 font-size:120%;
 font-weight:bold;
 color:#555555;
 margin-left:10px;
}
.setumei dd {
 background: url("https://img13.shop-pro.jp/PA01070/182/etc/p_back.jpg") repeat-y;

 margin-left:200px;
 border-bottom: 1px dotted #999999;
}
.setumei br {
 line-height:1px;
}
/* -------------------------------------
*     商品オプション 表形式
* ------------------------------------- */
#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;

 }

/*年齢確認画面カスタマイズ*/
@media screen and (max-width: 480px) {
  #logo_i {
    padding-bottom: 0;
  }
}
#main_i {
  border: none;
  padding-top: 0;
  margin-top: 0;
}
@media screen and (max-width: 480px) {
  #main_i {
    margin: 0 5% 15px;
    padding: 0;
  }
}
#main_i form {
  background: url(https://img13.shop-pro.jp/PA01070/182/etc_base64/YWdlX2FsY29ob2wwMVsxXQ.png?cmsp_timestamp=20250828161450) no-repeat center top;
  padding-top: 180px;
}
#main_i form img {
  display: none;
}
.validation_txt_sub {
  margin-bottom: 2em;
}
.validation_select a {
  font-size: 0;
  margin-bottom: 1em;
}
.validation_select a:before {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0.7em 0;
  border-radius: 0.4em;
  display: inline-block;
  width: 7em;
}
@media screen and (max-width: 480px) {
  .validation_select a:before {
    margin-bottom: 1em;
  }

}
#validation_select_yes a:before {
  content: "はい";
  color: #fff;
  background: #333;
}
#validation_select_no a:before {
  content: "いいえ";
  color: #666;
  background: #ddd;
}
