@import url(https://kobegyu.itembox.design/item/fontawesome/fontawesome.css);

@charset "utf-8";
/* CSS Document */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
ul {
    list-style:none;
}

li {
	list-style: none;
}

img {
	border: none;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}


blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
}
ins {
    background-color:#fff;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#fff;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}

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

.clearfix {display: inline-block;} 

/* Hides from IE Mac */
* html .clearfix {height: 1%;}
.clearfix {display:block;}
/* End Hack */

body {
    font: 14px / 1.5 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #222;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden; /* 横スクロールを防ぐ */
    font-feature-settings: "pkna"; /* プロポーショナルかな */
    letter-spacing: .01em;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
}

/* もくじ
1.サイドナビ
2.ヘッダーの一番上
3.グローバルメニューの幅
*/

/* サイドナビ */
.menu {
    max-width: 400px;
    margin: 0 auto;
    padding: 0;
}

.menu a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #000;
    line-height: 1;
    padding: 10px;
}

.menu a:visited {
    color: #000;
}

.fs-pt-column--3 a:visited {
    color: #000;
}

.menu label {
    display: block;
    margin: 0 0 2px 0;
    padding :20px;
    line-height: 1;
    color :#000;
    background :#eee;
    cursor :pointer;
}

.menu input {
    display: none;
}

.menu ul {
    margin: 0;
    padding: 0;
    background :#fff;
    list-style: none;
}

.menu li {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li,
#menu_bar03:checked ~ #links03 li,
#menu_bar04:checked ~ #links04 li,
#menu_bar05:checked ~ #links05 li,
#menu_bar06:checked ~ #links06 li,
#menu_bar07:checked ~ #links07 li,
#menu_bar08:checked ~ #links08 li,
#menu_bar09:checked ~ #links09 li {
    max-height: 46px;
    opacity: 1;
    border-bottom: 1px dashed #ccc;
}
.fs-p-drawer {
overflow:visible;/* メニューを上に出してくる */
overflow-y: scroll;
overflow-x: hidden;
}
/* サイドナビ */

/* ヘッダの一番上 */
.header-upper {
    background-color: #202020;
}
.header-upper-in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1245px;
    margin: 0 auto;
    padding: 0 20px;
}
.header-upper .txt-upper {
    padding: 10px 0 6px;
    color: #999;
    font-size: 12px;
    margin: 0;
}
.header-upper .list-upper {
    overflow: hidden;
    padding: 10px 0 6px;
    margin: 0;
    list-style: none;
}
.header-upper .list-upper li:first-child {
    margin-left: 0;
}
.header-upper .list-upper li {
    float: left;
    margin-left: 40px;
}
.header-upper .list-upper .ico-guide {
    background: url(https://kobegyu.itembox.design/item/qanda.png) left center no-repeat;
    background-size: 18px auto;
}
.header-upper .list-upper .icon {
    display: inline-block;
    padding-left: 26px;
    font-size: 12px;
    color: #fff;
}
.header-upper .list-upper .ico-contact {
    background: url(https://kobegyu.itembox.design/item/favorite.png) left center no-repeat;
    background-size: 17px auto;
}
/* ヘッダの一番上 */

/* グローバルメニューの幅 */
.fs-p-headerNavigation__list {
    width: 100%;
}
/* グローバルメニューの幅 */

/* original css */
/*.gl_Item{
	width: 700px !important;
	margin-left: 0px !important;
}*/

/*�@�y�[�W�S�̂̉�����100%�ɕύX */
.layout_body{
width:100%;
}

/*�@���E���j���[�ƃR���e���c�G���A�̉�����990px�ɐݒ�@*/
.layout_table{
width:990px;
margin-right:auto;
margin-left:auto;
}

.FS2_preview{
display:none;
}
h1 .title{
  color:#FFF;
  font-size:10px;
  width:200px;
  margin-left:100px;
  margin-top:5px;
}
.pT35 {
padding-top:35px;
}
.txtseo01{ 
font-size:17px;
color:#630;
font-weight:bold;
}

.txtseo02{ 
font-size:16px;
color:#630;
font-weight:bold;
margin-left:5px;
}

.seo02{
	padding-bottom:20px;
	margin-bottom:10px;
	border-bottom:#666 dotted 1px;
}

.seo-box01{
	margin-top: 10px;
	padding: 5px;
	background-color: #FDF3E5;
	border: #EDCBA6 1px solid;
}

.linkstyle{
	margin-left:300px;
	color:#FFF;
}

.linkstyle a{color:#FFF;
}

.layout_content {
  float: left!important;
  width: 700px!important;
  margin-left: 20px!important;
  padding: 0 9px 9px!important;
  background: #fff;
  border: #eee4d2 1px solid;
}
/*
*/
/* IE7��padding�w�� */
*:first-child+html body {
padding-left: 1px;
}

/* IE6�ȉ���padding�w�� */
*html body {
padding-left: 1px;
}

body * {
	line-height: 1.7;
}

a {
    color: #2275f0; /* リンクの通常時の色 */
    text-decoration: none;
}

a:visited {
    color: #2275f0; /* 訪問済みでも同じ色 */
}

a:hover {
    text-decoration: underline;
}

img {
   vertical-align:bottom
}
.wide320px {
 width: 320px;
}
.wide360px {
 width: 360px;
}
.arrow01 li {
	background-image: url( /common/images/mark01.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-left: 20px;
}

.arrow02 li {
	background-image: url( /common/images/mark05.jpg);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-left: 20px;
}

.arrow03 li {
	background-image: url( /common/images/mark01.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-left: 20px;
	display: inline;
	float: right;
}

.arrow04 li {
	background-image: url( /common/images/mark06.jpg);
	background-repeat: no-repeat;
	padding-left:40px;
	padding-top:15px;
	padding-bottom:10px;
	border-bottom:#09C 1px dotted;
}

.stldisc{
 padding-left: 10px;
 list-style-position: outside;
 list-style-type: disc;
}

#header000 {
	margin-top:-25px;
}

#header02-2 {
	width: 1000px;
	margin-top:-10px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
}

#header02 {
	background-image: url(/common/images/BG_header.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
}

.header02-in {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
}

#header02 a {
	color: #FFF;
}
#gnavi {
	margin-left: 50px;
	margin-top: 20px;
	width: 800px;
}

#gnavi li {
	float: left;
}

#main{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#AreaLeft {
	width: 260px;
	float: left;
}

.Areatxtsize {
	background-image: url(/common/images/BG_fontsize.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 260px;
}
#fontSize {
	margin-left: 160px;
}
#fontSize li {
	float: left;
	margin-left: 5px; 
	margin-top: 4px;
}
#fontSize li {
	float: left;
	margin-left: 5px; 
	margin-top: 4px;
	cursor:pointer
}
.memberMenu {
	background-image: url(/common/images/BG_memberLogin.jpg);
	background-repeat: repeat-y;
}
.memberLogin {
}
.memberLogin li {
	float: left;
}
.memberMenu {
}
.memberMenu li {
	background-image: url(/common/images/mark01.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-left: 20px;
}
.memberMenu li a{
	color: #008AFF;
}
.AreaSearch {
  background: #333333;
  padding: 10px;
}
.AreaSearch a {
	color: #FFF;
}
#keywords1 {
	height: 16px;
	width: 160px;
}
#searchBtn1 {
	margin-left: 10px;
}
#searchform1 {

}
.sidemenu01 {
}
.sidemenu01 li {
}
.sidemenu01 li a {
	background-image: url(/common/images/BG_sidemenu01.jpg);
	background-repeat: no-repeat;
	width: 238px;
	display: block;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #DA8787;
	border-bottom-color: #DA8787;
	border-left-color: #DA8787;
	font-size: 15px;
	color: #000;
	padding-left: 20px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}

.sidemenu01 li a.sizeS {
	font-size: 13px!important;
}

.sidemenu01 li a:hover {
	background-image: url(/common/images/BG_sidemenu01_on.jpg);
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #DA8787;
	border-bottom-color: #DA8787;
	border-left-color: #DA8787;
	color: #000;
}

.sidemenu02 li a {
	background-image: url(/common/images/BG_sidemenu02.jpg);
	background-repeat: no-repeat;
	width: 238px;
	display: block;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #BDBB05;
	border-bottom-color: #BDBB05;
	border-left-color: #BDBB05;
	font-size: 15px;
	color: #000;
	padding-left: 20px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}

.sidemenu02 li a.sizeS {
	font-size: 13px!important;
}

.sidemenu02 li a:hover {
	background-image: url(/common/images/BG_sidemenu02_on.jpg);
	background-repeat: no-repeat;
	color: #000;
}
.Areacalender {
	background-color: #E6E6E6;
	max-width: 260px;
}


#AreaRight {
	float: left;
	width: 700px;
	margin-left: 40px;
}
.AreaNews {
	background-color: #E8E8E8;
}
.newsList li {
	background-image: url(https://kobegyu.itembox.design/item/images/mark01.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 2px 7px;
}
.kodawari {
	background-image: url(https://kobegyu.itembox.design/item/images/BG_kodawari.jpg);
	background-repeat: repeat;
}
.mame {
	background-image: url(https://kobegyu.itembox.design/item/images/BG_seri.jpg);
	background-repeat: repeat;
}

.osusumelist li{
	float: left;
}
#footer{
	background-color: #E4E4E4;
	background-image: url(https://kobegyu.itembox.design/item/images/BG_footer.jpg);
	background-repeat: repeat-x;
}
.shoppingInfo {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.pageTop {
	background-color: #FFF;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	clear: both;
}
.footerList01 li {
	background-image: url(/common/images/mark03.jpg);
	background-repeat: no-repeat;
	padding-left: 18px;
	background-position: 2px 5px;
}
#footer02 {
	background-color: #000;
}
.footer02in {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.footer02in a {
	color: #FFF!important;
}
#footer03 {
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.footer03in {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.footer03in a {
	color: #000!important;
}
.copyright {
	clear: both;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.h1stl {
�@pie-background: linear-gradient(to top, #f2f2f2, #fafafa);
  background: linear-gradient(to top, #f2f2f2, #fafafa);
  border-top: #917250 1px solid;
  border-bottom: #917250 3px double;
  color: #534134;
  font-size: 1.5em;
  font-weight: normal;
  margin-bottom: 20px;
  padding: 10px 0 10px 10px;
}
.h1stl span {
	padding-left: 15px;
}

.h2stl {
    background: #917250;
    color: #FFFFFF;
    font-weight: normal;
    font-size: 1.25em;
    padding: 5px;
    margin-bottom: 10px;
}
.h2stl span {
	padding-left: 15px;
}

.emphasis {
	font-size: 150%;
	color: #6F3333;
	font-weight: bold;
}
.brown {
	color: #6F3333;
}

.BreadCrumb {
	margin-bottom: 10px;
}
ul.BreadCrumb {
margin: 0 0 10px;
}
ul.BreadCrumb li {
display: inline-block;
margin: 0;
padding: 0;
}
ul.BreadCrumb li a {
display: block;
color: #666;
}
ul.BreadCrumb li a:hover {
color: #2275f0;
}
.box01 {
	width: 228px;
	border: 1px solid #FE908F;
	float: left;
}
.h2red{
	padding-left:0px!important;
	color: #F00;
}
.twitter-share-button{
	width: 95px!important;
}
#___plusone_0{width: 70px!important;}

.itemTitle01{
	width: 678px;
	margin-right: 10px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9D9D9D;
}
.itemTitle01 p{
	padding-bottom: 5px;
	font-weight: bold;
	padding-top: 5px;
}
.inputStl{
	vertical-align:middle;
	}
.chushaku{
      margin-left: 1em; 
      text-indent: -1em;
}
.use{
	background-color: #4B0000;
	color: #FFF;
}
.use a{
	color: #FFF;
}
.use a:hover{
	color: #FFF;
}
.alpha{}
.clearfix{
    zoom:1;/*for IE 5.5-7*/
}
.clearfix:after{/*for modern browser*/
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0;/*����ŉ���������*/
}

* html .clearfix{
	display:inline-table;
	/*\*/display:block;/**/
}

.clearfix + *{
    clear: both;
}


.wide250px {
    width: 250px;
}

/*//////////////////margin setting///////////////////*/
.mT1 {margin-top: 1px;}
.mT2 {margin-top: 2px;}
.mT3 {margin-top: 3px;}
.mT4 {margin-top: 4px;}
.mT5 {margin-top: 5px;}
.mT10 {margin-top: 10px;}
.mT15 {margin-top: 15px;}
.mT20 {margin-top: 20px;}
.mT25 {margin-top: 25px;}
.mT30 {margin-top: 30px;}


.mR5 {margin-right: 5px;}
.mR10 {margin-right: 10px;}
.mR15 {margin-right: 15px;}
.mR20 {margin-right: 20px;}
.mR25 {margin-right: 25px;}
.mR30 {margin-right: 30px;}


.mB5 {margin-bottom: 5px;}
.mB10 {margin-bottom: 10px;}
.mB15 {margin-bottom: 15px;}
.mB20 {margin-bottom: 20px;}
.mB25 {margin-bottom: 25px;}
.mB30 {margin-bottom: 30px;}


.mL2 {margin-left: 2px;}
.mL5 {margin-left: 5px;}
.mL10 {margin-left: 10px;}
.mL12 {margin-left: 12px;}
.mL15 {margin-left: 15px;}
.mL16 {margin-left: 16px;}
.mL17 {margin-left: 17px;}
.mL18 {margin-left: 18px;}
.mL20 {margin-left: 20px;}
.mL25 {margin-left: 25px;}
.mL30 {margin-left: 30px;}


.pT5 {padding-top: 5px;}
.pT10 {padding-top: 10px;}
.pT15 {padding-top: 15px;}
.pT20 {padding-top: 20px;}
.pT25 {padding-top: 25px;}
.pT30 {padding-top: 30px;}


.pR5 {padding-right: 5px;}
.pR10 {padding-right: 10px;}
.pR15 {padding-right: 15px;}
.pR20 {padding-right: 20px;}
.pR25 {padding-right: 25px;}
.pR30 {padding-right: 30px;}


.pB5 {padding-bottom: 5px;}
.pB10 {padding-bottom: 10px;}
.pB15 {padding-bottom: 15px;}
.pB20 {padding-bottom: 20px;}
.pB25 {padding-bottom: 25px;}
.pB30 {padding-bottom: 30px;}


.pL5 {padding-left: 5px;}
.pL10 {padding-left: 10px;}
.pL15 {padding-left: 15px;}
.pL20 {padding-left: 20px;}
.pL25 {padding-left: 25px;}
.pL30 {padding-left: 30px;}



/*text setting*/
.txtAL {
	text-align: left;
}
.txtAC {
	text-align: center;
}
.txtAR {
	text-align: right;
}
.txtB{
	font-weight: bold;
}
.txtR{
	font-weight: bold;
	color: #FF0000;
}
.txtG{
	color: #3DAF33;
}
.txtBL{
	color: #333333;
}
.txtDG{
	color: #009900;
}
.txtOR{
	color: #FF9900;
}
.txtNV{
	color: #0033CC;
}
.txtRN{
	color: #FF0000;
}
.txtBL{
	color: blue;
}
.fwL{
	font-size: 130%;
}

.font10{
	font-size: 10px;
}
.font7{
	font-size: 7px;
}

.txtVAM{
	vertical-align: middle;
}
.txtVAB{
	vertical-align: bottom;
}
.txtVAT{
	vertical-align: top;
}
.indent1 { text-indent: -1em; }
/*size setting*/

/*Float Setting*/
.f-left {
	float: left;
}
.f-right {
	float: right;
}

/*clear*/
.c-both{
	clear: both;
}
.c-right{
	clear: right;
}
.c-left{
	clear: left;
}
/*border*/
.IMGborder {
	border: 1px solid #999999;
}
.boxborder {
  padding-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CCCCCC;
}

.red {
	color: #F00;
}
.white {
	color: #FFFFFF;
}
.txt170per{
	font-size: 170%;
}


.footer-navi a{
	margin-bottom:-50px;
}

.footer-navi a:link{
	color:#09C;
}

.footer-navi a:visited{
	color:#09C;
}


.qa-title{
	font-size:18px;
	font-weight:bold;
}
.odd{

}
.even{
	background-color: #F3F3F3;
}

.newsTBL {
	border-collapse: collapse;
	empty-cells: show;
	width: 400px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.newsTBL td {
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 5px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #666;
}
.newsTBL th {
	font-weight: bold;
	color: #484848;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #666;
	vertical-align: top;
}


.footerBNR {
	text-align: center;
}

.footerBNR td {
	text-align: center;
	padding: 3px;
}

.footerBNR th {
	text-align: center;
}


.specLay{
	width: 700px;
	vertical-align: top;
	margin-bottom: 10px;
}

.specLay td{
	vertical-align: top;
}

.specLay02{
	width: 698px;
	vertical-align: top;
	margin-bottom: 10px;
	border: 1px solid #9D9D9D;
}

.specLay02 td{
	vertical-align: middle;
}

.table-wrapper {
  display: flex;
  justify-content: center; /* テーブルを中央揃え */
  width: 100%;
}

.specTBL {
	border-collapse: collapse;
	empty-cells: show;
	width: 390px;
	border: 1px solid #E3E3E3;
	background-image: url(https://kobegyu.itembox.design/item/images/BG_common_gray.jpg);
	background-repeat: repeat;
}


.specTBL td {
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.specTBL th {
	color: #484848;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	width: 90px;
	padding-left: 10px;
}

.specTBL02 {
	border-collapse: collapse;
	empty-cells: show;
        width: 100% !important;
	max-width: 698px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.specTBL02 td {
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 5px;
}
.specTBL02 th {
	color: #484848;
	width: 90px;
	padding-left: 10px;
}

.specTBL03 {
	border-collapse: collapse;
	empty-cells: show;
        width: 100% !important;
	max-width: 698px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #666;
}
.specTBL03 tr {
	border: 1px solid #666;

}

.specTBL03 td {
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 5px;
	border: 1px solid #666;
}
.specTBL03 th {
	color: #484848;
	width: 90px;
	padding-left: 10px;
}

.specTBL04 {
	border-collapse: collapse;
	empty-cells: show;
        width: 100% !important;
	max-width: 698px;
	border: 1px solid #E3E3E3;
	background-image: url(https://kobegyu.itembox.design/item/images/BG_common_gray.jpg);
	background-repeat: repeat;
}

.specTBL04 td {
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.specTBL04 th {
	color: #484848;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.specTBL05 {
    margin: 20px auto;
    border-collapse: collapse;
    empty-cells: show;
    width: 100%!important;
    max-width: 700px;
    border: 1px solid #E3E3E3;
    background-image: url(https://kobegyu.itembox.design/item/images/BG_common_gray.jpg)!important; 
    background-repeat: repeat;
    display: table;
}

.specTBL05 td, .specTBL05 th {
    padding: 5px;
    border-bottom: 1px solid #666;
}

.specTBL05 th {
    color: #484848;
    width: 90px;
    padding-left: 10px;
}

/* 700px以下のときのスタイル */
@media (max-width: 700px) {
    .specTBL05 {
        width: 100%;
    }
}

/*formSetting*/

.mailmagTBL {
	border-collapse: collapse;
	empty-cells: show;
	width: 100%;
        max-width: 670px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E3E3E3;
	border-bottom-color: #E3E3E3;
	border-left-color: #E3E3E3;
	font-size: 12px;
}
.mailmagTBL td {
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 5px;
	width: 70%;
	vertical-align: top;
	border: 1px solid #E3E3E3;
}
.mailmagTBL th {
	background-color: #E1E1E1;
	font-weight: bold;
	color: #484848;
	border: 1px solid #E3E3E3;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}


.fTBL {
	border-collapse: collapse;
	empty-cells: show;
	width: 670px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E3E3E3;
	border-bottom-color: #E3E3E3;
	border-left-color: #E3E3E3;
	font-size: 12px;
}
.fTBL td {
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E3E3E3;
	border-bottom-color: #E3E3E3;
	border-left-color: #E3E3E3;
	width: 50%;
	vertical-align: top;
}
.fTBL th {
	background-color: #E1E1E1;
	font-weight: bold;
	color: #484848;
	border: 1px solid #E3E3E3;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}

/* reset */
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,form { 
	border:0;
}
address,caption,cite,code,dfn,em,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;
}


/*calendar*/


table.calendar {
	padding: 0;
	width:90%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #FFF;
}
table.calendar tr.headline td{
	font-size: 10px;
}
table.calendar th {
	text-align: left;
	font-family: "verdana";
	font-size: 12px;
	color: #666666;
	background-color:#FFFFFF;
}
table.calendar th span {
	font-family: "verdana";
	cursor: pointer;
	float: right;
	font-size: 10px;
}
table.calendar td {
	border-bottom: solid 1px #CCCCCC;
	text-align: center;
	height: 25px;
	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: bold;
	background-image:url(../images/menu/calendar_back.gif);
	text-decoration:underline;
}
table.calendar td.Sat {
	color: #000066;
	background-color:#FFFFF;
}
table.calendar td.SatToday {
	color: #000066;
	background-color:#FFFFFF;
	font-weight: bold;
	text-decoration:underline;
}
table.calendar td.Sun {
	color: #FF0000;
	background-color:#FFCCCC;
}
table.calendar td.SunToday {
	color: #FF0000;
	background-color:#FFCCCC;
	font-weight: bold;
	text-decoration:underline;
}
table.calendar td.otherToday {
	color: #FF6600;
	background-color:#FFEDCC;
	font-weight: bold;
	text-decoration:underline;
}
table.calendar td.holiday {
	color: #FF0000;
	background-color:#FFCCCC;
}
table.calendar td.other {
	color: #FF9900;
	background-color:#FFF0D9;
}
table.calendar td.otherday {
	color: #FF9900;
	background-color:#FFF0D9;
}
table.calendar td.otherToday {
	color: #FF9900;
	background-color:#FFF0D9;
	font-weight: bold;
	text-decoration:underline;
}

table.calendar td.other {
	color: #FF6600;
	background-color:#FFEDCC;
}
table.calendar td.xday {
	font-weight: bolder;
	color: #009999;
	font-size: 14px;
}
table.calendar td.birthday {
	font-weight: bolder;
	color: #990000;
	font-size: 14px;
}


/* slider
--------------------------------------------------------- */
.slideFrame {
	position: relative;
	margin-left:-5px;
	width: 700px;
	height: 130px;
	background-color:#FFF;
	border: 5px solid #FFF;
}

.slideGuide {
	width: 150%;
	height: 100%;
}

.slideCell {
	display: block;
	float: left;
	margin-right: 5px;
	width: 110px;
	height: 100%;
	background: #FFF;
	color: #FFF;
}

/* sample */
.slideCell a {
	display: block;
	width: 100%;
	height: 100%;
	background: 333;
}
.slideCell a:hover {
	background: 333;
}

/* controller */
.slideCtrl {
	display: none;
	position: absolute;
	top: 0;
	width: 30px;
	height: 100%;
	color: #fff;
	font-size: 12px;
	text-align: center;
	cursor: default;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	filter: alpha(opacity=80);

	/* �m�F�p */	
	padding-top: 40px;
}

.slideCtrl.left { left: -5px; }
.slideCtrl.right { right: -5px; }


/* �N���X���ύX
--------------------------------------------------------- */
.cell {
	display: block;
	float: left;
	margin-right: 5px;
	width: 200px;
	height: 100%;
	background: #FFF;
}

.controller {
	position: absolute;
	top: 0;
	width: 60px;
	height: 100%;
	padding-top: 40px;
	padding-top: 40px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	cursor: default;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	filter: alpha(opacity=80);
}

.controller.left { left: -5px; }
.controller.right { right: -5px; }





/* drag & flick
--------------------------------------------------------- */
#slide-11 {
	cursor: url(/open.cur), default;
}



/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url(/common/images/fancybox.png);
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url(/common/images/fancybox.png) -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url(/common/images/blank.gif);
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url(/common/images/fancybox.png);
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url(/common/images/fancybox.png);
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url(/common/images/fancybox-x.png);
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url(/common/images/fancybox.png);
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url(/common/images/fancybox-y.png);
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url(/common/images/fancybox.png);
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url(/common/images/fancybox-x.png);
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url(/common/images/fancybox.png);
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url(/common/images/fancybox-y.png);
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url(/common/images/fancybox.png);
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url(/common/images/fancy_title_over.png);
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url(/common/images/fancybox.png) -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url(/common/images/fancybox-x.png) 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url(/common/images/fancybox.png) -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/images/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/images/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/images/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/images/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/images/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/images/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/images/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/images/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/images/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/images/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/images/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/images/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/images/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/images/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/images/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/images/fancy_shadow_nw.png', sizingMethod='scale'); }

.gmBox {
	background-color: #F9F9F9;
	width: 390px;
	border: 1px solid #E3E3E3;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
}

.gmBox ul li{
}

.gmBox ul li a{
	background-color: #E8E8E8;
	border: 1px solid #C3C3C3;
	float: left;
	width: 79px;
	color: #008AFF;
	display: block;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 90px;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.gmBox ul li a.BTNactive{
	background-color: #39F;
	border: 1px solid #39F;
	float: left;
	width: 79px;
	color: #FFF;
	display: block;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 90px;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
}

.gmBox ul li a span{
	font-size: 16px;
	font-weight: bold;
}

.gmBox02 {
  margin: 10px 0;
  clear: both;
  overflow: hidden;
  background-color: #F9F9F9;
  width: 680px;
  border: 1px solid #E3E3E3;
  padding: 9px 9px 0;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.gmBox02 ul li {
  background-color: #E8E8E8;
  border: 1px solid #C3C3C3;
  float: left;
  width: 320px;
  height: 90px;
  color: #008AFF;
  margin-left: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  padding: 6px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.gmBox02 ul li.gmBoxleft {
  margin-left: 0;
}
.gmBox02 ul li a {
  display: block;
}
.gmBox02 ul li a:hover{
  text-decoration: none;
}

.gmBox02 ul li a span{
  font-size: 16px;
  font-weight: bold;
}
.gmBox02 ul li a dl dd.gmBoxprice {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
}
.gmBox02 ul li a dl {
  clear: both;
  position: relative;
}
.gmBox02 ul li a dl dt,
.gmBox02 ul li a dl dd.gmBoxprice {
  margin-left: 130px;
}
.gmBox02 ul li a dl dd.gmBoximg {
  width: 120px;
  position: absolute;
  top: 0;
  left: 0;
}

.FS2_itemPrice_text {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
.itemPrice{
	font-size: 18px !important;
}

.FS2_inputSelection_table th {
    word-wrap: break-word;
    white-space: normal;
    width: 100%;
    border-color: #B8B8B8;
}

.FS2_body_Goods_GoodsDetail .FS2_inputSelection_table tr {
    border: 1px solid #B8B8B8;
}
.FS2_body_Goods_GoodsDetail .FS2_inputSelection_table td {
    width: 388px;
}

/*���i�O���[�v���C�A�E�g1�~1����*/
.alignItem_03 .gl_Item{
width: 200px;
    margin-left: 15px;
    margin-right: 5px;
    margin-bottom: 20px;
}


/*�@���i�����ɕ��ׂ邽�߂�gl_Item�̉����ݒ�@*/
/*�@system_preset.css�@*/

.alignItem_03 .gl_Item {
width: 200px;
    margin-left: 15px;
    margin-right: 5px;
    margin-bottom: 20px;
}


/*�@���i���C�A�E�g�����w��@*/

.alignItem_03 #FS2_itemlayout_D .gl_Item {
width: 200px;
    margin-left: 15px;
    margin-right: 5px;
    margin-bottom: 20px;
	word-break:break-all;
}

/*�@���i�ڍׁA���i�ꗗ�y�[�W�S�Ẵy�[�W�ŃL���b�`�R�s�[�����s�E�����F�E�T�C�Y�ύX�@*/
#FS2_body_Goods a .itemCatchCopy {
font-size:90%;/* �t�H���g�T�C�Y */
color:#FF6600; /* �t�H���g�F */
display:block;�@/* �L���b�`�R�s�[�����s */
}
h1 .itemCatchCopy {
  font-size: 80%;
  display: block;
}
#FS2_body_Goods h2.itemGroup a {
color: #333;
font-size: 110%;
}

.itemCenter {
    text-align: left;
}

/*���i����*/
.detail {
  margin-top: 10px;
  padding: 5px;
  border: #ccc solid 2px;
  background-image: url(https://kobegyu.itembox.design/item/images/BG_common_gray.jpg);
}
.detail h2 {
  font-size: 1.125em;
  font-weight: bold;
  color: #6F3333;
}

/*�������ʂ̃T���l�C���摜��150px���ɐݒ�@*/ 
.FS2_body_Goods_GoodsSearchList .FS2_thumbnail_container img { 
width:200px; 
}

/*�݌ɂȂ��{�^��*/
.itemStock {
	color: #ffffff;
	padding: 10px 20px;
	background: #ff3030;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #ff424b;
}

.alert {
  padding: 10px;
  background: #FDF3E5;
}
.alert li {
  font-size: 1.125em;
  font-weight: bold;
  color: #F00;
}


/*�J�e�S���̃����N�{�^���i���j*/
.cat_link {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  list-style: none;
  padding: 0;
}

.cat_link li {
  width: 100%;
}

.cat_link li img {
  width: 100%;
  height: auto;
  display: block;
}

/* 最後の要素が片側に余る場合（奇数枚） → 左寄せにする */
.cat_link li:nth-last-child(1):nth-child(odd) {
  grid-column: 1 / 2;
}

/*�J�e�S���̃����N�{�^��3�i���j*/
.cat_link_3 {
  margin: 10px 0;
  overflow: hidden;
}
.cat_link_3 li {
  width:  220px;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
.cat_link_3 li.cat_right{
  margin-right: 0;
}

.spmenu {
    width: 100%;
    margin: 2% 0 0;
    overflow: hidden;
}
.spmenu li {
    width: 49%;
    float: left;
    margin-bottom: 10px;
}

<style>
@media (max-width: 599px) {
    .cat_link {
        display: none;
    }
}

@media (min-width: 600px) {
    .spmenu {
        display: none;
    }
}
</style>


/*�@���j���[�A���̃w�b�_�[�@*/
#headerWrap {
	border-top: #212121 solid 3px;
	margin-bottom: 1px;
	overflow: hidden;
  background: #fff;
  height: 80px;
}
#headerIn {
	width: 990px;
	margin: 0 auto;
	position: relative;
}
#headerIn h1 {
	position: absolute;
	top: 0px;
	left: 0;
}
#headerIn ul {
	position: absolute;
	top: 0;
	right: 0;
}
#headerIn ul li {
	display: inline;
	margin-left: 20px;
}


/*�@���j���[�A���̃i�r�@*/

#gNavi {
	box-sizing: border-box;
	height: 50px;
	background: #212121;
	margin-bottom: 20px;

}
#gNavi ul {
		max-width: 990px;
		margin: 0 auto;
		padding: 0;
		height: 100%;
		overflow: hidden;
		border-left: 1px solid #fff;
}
#gNavi ul li {
		box-sizing: border-box;
		display: table;
		table-layout: fixed;
		float: left;
		width: 16.666666%;
		height: 100%;
		margin: 0;
		border-right: 1px solid #fff;
}
#gNavi ul li a {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		font-size: 1.25em;
		color: #fff;
}
#gNavi ul li a:hover {
	opacity: 0.8;
	text-decoration: none;
}


/* ���i�ڍׂ̃J�[�g�ɓ����{�^���̋��� */

.FS2_itemlayout_td_Right form {
  width:366px;
  margin: 10px 0;
  padding:10px;
  background: #fafafa;
  border:#ff9900 2px solid;
}
#FS2_itemlayout_H  form {
  margin: 10px 0;
  padding:10px;
  background: #fafafa;
  border:#ccc 2px solid;

}

.FS2_ReviewEditButton_area a:hover {
  opacity: 0.8;
}


/* �M�t�g�y�[�W�̈ꗗ */

.recomend {
  max-width: 700px;
  overflow: hidden;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}

.recomend ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}

.recomend li {
  width: calc((100% - 20px) / 3); /* 3列＋間隔 */
  background: #fff;
  border: #917250 1px solid;
  padding: 9px;
  margin-bottom: 10px;
  list-style: none;
  box-sizing: border-box;
}

/* 余分なmarginの調整用 */
.recomend li.recomend_last {
  margin-right: 0;
}

/* 以下は元のデザインと同じ */
.recomend li dl,
.recomend li dl dt {
  margin: 0;
  padding: 0;
}
.recomend li dl dt {
  margin-bottom: 5px;
}
.recomend li dl dt a:hover {
  opacity: 0.8;
}
.recomend li dl dd.name {
  font-size: 1.15em;
  font-weight: bold;
}
.recomend li dl dd.name a {
  color: #6F3333;
}
.recomend li dl dd.detail {
  margin: 0;
  padding: 5px 10px;
}

.FS2_body_Goods_lists .groupLayout,
.FS2_body_Goods_lists .pager {
  display: none;
}


/* �ɂ݃y�[�W */

#kitano {
	overflow: hidden;
	margin: 0 0 20px;
	padding: 10px;
	background: #fff;
}
#kitano .left{
	width: 49%;
	float: left;
	margin-bottom: 10px;
}
#kitano .right {
	width: 49%;
	float: right;
	margin-bottom: 10px;
}
#kitano .right dl {
	text-align: center;
	font-size: 1.25em;
}
#kitano .right dl dt {
	font-weight: bold;
}
#kitano .right dl dd {
	
}
#kitano .caution {
	clear: both;
	text-align: center;
	padding: 10px;
	border: #eb3812 solid 2px;
	font-size: 1.15em;
}
#kitano .linkbtn {
	width: 300px;
	margin: 10px auto 0;
	text-align: center;
}
#kitano .linkbtn a {
	padding: 5px;
	background: #337ab7;
	color: #fff;
	font-size: 2em;
	font-weight: bold;
	display: block;
  border-radius: 10px;
  -webkit-border-radius: 10px;  
  -moz-border-radius: 10px;
	text-decoration: none;
}
#kitano .linkbtn a:hover {
	opacity: 0.8;
}






/* ���Ԍ���i���̓��j */
.fathermessage {
  clear: both;
  overflow: hidden;
}
.fathermessage .fatherLeft {
  float: left;
  margin-right: 10px;
}
.fathermessage .fatherRight {
  float: right;
}
.fathersdesc {
  background: #fff url(/common/images/nigaoe1.png) no-repeat right bottom;
}
.fathersdesc .sentence {
  width: 520px;
  padding:10px;
  border: #96ccf2 solid 5px;
  font-size: 1.25em;
}
.fatherlimited {
  position: relative;
  margin-bottom: 30px;
}
.fatherlimited .limiteditem {
  position: absolute;
  bottom: 85px;
  left: 30px;
}
.fatherlimited .limiteditem .set {
  color: #fff;
  padding: 5px 5px 2px;
  background: #ff3333;
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  text-decoration: none;
}
.fatherlimited .limiteditem .price {
  font-size: 2em;
  font-weight: bold;
  color: #ff6600;
}
.fatherlink {
  width: 640px;
  margin: 10px auto;
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 30px;
}
.fatherlink a {
  padding: 5px 5px 2px;
  background: #48a7f0;
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  display: block;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  text-decoration: none;
}

.rapping-cart {
    width: 700px;
    overflow: hidden;
    margin-bottom: 20px;
}

.rapping-cart ul {
    list-style: none;
	width: 700px;
    overflow: hidden;
	padding: 0;
}

.rapping-cart li {
    width: 321px;
    float: left;
    margin-right: 14px;
    background: #fff;
    border: #917250 1px solid;
	padding: 10px;
}

.rapping-cart li dl, .rapping-cart li dl dt, .rapping-cart li dl dd {
    margin: 0;
    padding: 0;
}

.rapping-cart li dl dt {
    margin-bottom: 5px;
}

.rapping-cart li dl dd.name {
    font-size: 1.25em;
    font-weight: bold;
	text-align:center;
}


.rapping-cart li dl dd.price {
    margin-bottom: 5px;
    text-align: right;
    border-bottom: #ccc 1px dotted;
    font-size: 1.125em;
}
.rapping-cart li.rapping-cart_last {
    margin: 0;
}

.FS2_figure-1 {
	width: 321px;
}

/**/
.css_btn_class {
    font-size: 14px;
    font-family: Arial;
    font-weight: normal;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #dcdcdc;
    padding: 9px 10px;
    text-decoration: none;
    background: -moz-linear-gradient( center top, #2a93d4 5%, #225fb5 100% );
    background: -ms-linear-gradient( top, #2a93d4 5%, #225fb5 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a93d4', endColorstr='#225fb5');
    background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #2a93d4), color-stop(100%, #225fb5) );
    background-color: #2a93d4;
    color: #ffffff;
    display: inline-block;
    text-shadow: 0px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 0px 0px 0px #ffffff;
    -moz-box-shadow: inset 0px 0px 0px 0px #ffffff;
    box-shadow: inset 0px 0px 0px 0px #ffffff;
}
div.kakakugoto a {
    display: block;
}

.kakakugoto td {
text-align: center;
vertical-align: middle;
}


#FS2_itemlayout_D {
  width: 100%;
}


/* ���i�ŒT���ꗓ */
.FS2_body_Goods_kakaku .pager {
 display: none;
}
.FS2_body_Goods_kakaku .gl_Item a {
 background: #37a3c0;
 color: #fff!important;
 padding: 15px 10px;
 display: block;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
}

/* ���i�ŒT���y�[�W */
#FS2_itemlayout_A {
  position: relative;
}
#FS2_itemlayout_A .itemRight a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#FS2_itemlayout_A .itemRight a:hover {
 background: #fff;
 opacity: 0.2;
}
#FS2_itemlayout_A .itemRight img {
  display:none;
}
#FS2_itemlayout_A .groupLayout .FS2_thumbnail_container {
  margin: 0;
}

.pricelink {
 margin-top: 10px;
 text-align: center;
 overflow: hidden;
}
.pricelink li {
 width: 24%;
 float: left;
 margin-right: 1%;
 margin-bottom: 10px;
}
.pricelink li a {
 background: #37a3c0;
 color: #fff!important;
 padding: 10px;
 display: block;
 border-radius: 5px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
}
.pricelink li a.current {
 background: #ff9900;
}

/* �����p�ē� */
.infolist {
 overflow: hidden;
}
.infolist li {
 width: 23%;
 float: left;
 margin: 1%;
}
.infolist li a {
 display: block;
}

.recommend50 {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.recommend50 li {
  width: calc(50% - 10px); /* 2列にするための幅 */
  padding: 9px;
  margin-bottom: 10px;
  background: #fff;
  border: #917250 1px solid;
  box-sizing: border-box;
}

.recommend50 li.recommend_last {
  margin: 0;
}

.recommend50 li dl,
.recommend50 li dl dt {
  margin: 0;
  padding: 0;
}

.recommend50 li dl dt {
  margin-bottom: 5px;
}

.recommend50 li dl dt a:hover {
  opacity: 0.8;
}

.recommend50 li dl dd.name {
  font-size: 1.15em;
  font-weight: bold;
}

.recommend50 li dl dd.name a {
  color: #6F3333;
}

.recommend50 li dl dd.detail {
  margin: 0;
  padding: 5px 10px;
}

/* 600px以下で1列表示 */
@media (max-width: 600px) {
  .recommend50 {
    flex-direction: column;
  }
  
  .recommend50 li {
    width: 100%;
  }
}

h5.noshistl {
    background: #FF9036;
    color: #FFFFFF;
    font-weight: normal;
    font-size: 1.25em;
    padding: 5px;
    margin: 0;
	text-align:center;
}

.noshirecomend ul {
    list-style: none;
	width: 700px;
    overflow: hidden;
	padding: 0;
}

.noshirecomend li {
    width: 210px;
    float: left;
    padding: 9px;
    margin-right: 5px;
    background: #fff;
    border: #917250 1px solid;
}

.noshirecomend li.noshi_last {
    margin: 0;
}
.noshirecomend li dl {
    margin: 0;
    padding: 0;
}
.noshirecomend li dl dd.name {
    font-size: 1.25em;
    font-weight: bold;
	text-align:center;
	padding:5px 0;
}
.noshirecomend li dl dd.price {
    margin-bottom: 5px;
    text-align: center;
    font-size: 1.125em;
	border: #B22222 1px solid;
}


.noshirecomend-1 ul {
    list-style: none;
	width: 700px;
    overflow: hidden;
	padding: 0;
}

.noshirecomend-1 li {
    width: 320px;
    float: left;
    padding: 15px;
}

.noshirecomend-1 li.noshi_last {
    margin: 0;
}
.noshirecomend li dl {
    margin: 0;
    padding: 0;
}
.noshirecomend-1 li dl dd.name-1{
    font-size: 1.25em;
    font-weight: bold;
	text-align:center;
	padding:5px 0;
	color:#B22222;
}
.noshirecomend-1 li dl dd.price {
    margin-bottom: 5px;
    text-align: left;
    font-size: 1.125em;
	line-height:1.6em;
}

.chugencomend-1 ul {
    list-style: none;
	width: 700px;
    overflow: hidden;
	padding: 0;
}

.chugencomend-1 li {
    width: 335px;
    float: left;
    padding: 0;
	margin-right:30px;
}

.chugencomend-1 li.noshi_last {
    margin: 0;
}
.chugencomend-1 li dl {
    margin: 0;
    padding: 0;
}
.chugencomend-1 li dl dd.name-1{
    font-size: 1.25em;
    font-weight: bold;
	text-align:center;
	padding:5px 0;
	color:#B22222;
}
.chugencomend-1 li dl dd.price {
    margin-bottom: 5px;
    text-align: left;
    font-size: 1.125em;
	line-height:1.6em;
}

.chugen-btn {
  background: #f2c553;
  background-image: -webkit-linear-gradient(top, #f2c553, #997a2c);
  background-image: -moz-linear-gradient(top, #f2c553, #997a2c);
  background-image: -ms-linear-gradient(top, #f2c553, #997a2c);
  background-image: -o-linear-gradient(top, #f2c553, #997a2c);
  background-image: linear-gradient(to bottom, #f2c553, #997a2c);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.chugen-btn:hover {
  background: #fada87;
  background-image: -webkit-linear-gradient(top, #fada87, #d9b034);
  background-image: -moz-linear-gradient(top, #fada87, #d9b034);
  background-image: -ms-linear-gradient(top, #fada87, #d9b034);
  background-image: -o-linear-gradient(top, #fada87, #d9b034);
  background-image: linear-gradient(to bottom, #fada87, #d9b034);
  text-decoration: none;
  color:#FFF;
}


dt.pname {
	color:#6F3333;
	font-size:1.3em;
	font-weight:bold;
	margin:0;
	padding:0;
}

.btnsp-gift {
	background: #3c3629;
	border: 1px solid #DDD;
	color: #fff;
	width: 100%;
	padding: 20px 0;
	text-decoration:none;
	text-align:center;
	margin:20px 0 50px 0;
	font-size:2em;
	display:block;
}

.chugen-btn-1 {
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   color: #000000;
   text-align:center;
   font-family: Open Sans;
   font-size: 15px;
   font-weight: 100;
   padding: 5px;
   background-color: #EFEFF6;
   border: solid #D1D4E3 1px;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
   width:311px;
}

.rapping-cart li dl dd.price-1 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 1.125em;
}

.rapping-cart_last li dl dd.price-1 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 1.125em;
}

.wide120px {
width:120px;
}
.wide160px {
width: 160px;
}
.linkbox01 {
overflow: hidden;
margin: 10px 5px 20px;
}
.linkbox01 li {
width: 200px;
float:left;
padding: 9px;
border: #ccc solid 1px;
margin-right: 10px;
background: #fff;
}
.linkbox01 li:nth-child(3n) {
margin-right: 0;
}
.linkbox01 li .nikuneme {
font-weight: bold;
font-size: 1.25em;
}

.linkbox02 {
overflow: hidden;
margin: 10px 0 20px;
}
.linkbox02 li {
width: 158px;
float:left;
padding: 5px;
border: #ccc solid 1px;
margin-right: 6px;
margin-bottom: 6px;
background: #fff;
}
.linkbox02 li:nth-child(4n) {
margin-right: 0;
}
.linkbox02 li .nikuneme {
font-weight: bold;
font-size: 1em;
}


/* ���[�O���i */

.euglenatitle {
color: #fff;
background: #c89d23;
font-size: 1.375em;
font-weight: bold;
padding: 5px;
}
.euglenatitle span {
padding: 5px 5px 5px 40px;
background:url(/common/images/euglenalogo.png) no-repeat center left;
background-size: contain;
}
.euglenabox {
border-left:#c89d23 2px solid;
border-right:#c89d23 2px solid;
border-bottom:#c89d23 2px solid;
padding: 10px;
margin-bottom: 30px;
overflow: hidden;
}
.linkbtn {
clear:both;
text-align: center;
margin: 30px 0;
}
.linkbtn a {
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
background:#ff9000;
color: #fff;
padding: 10px;
font-size: 1.25em;
font-weight: bold;
}

/* ���Ԍ���2017������ */

.css_btn_class_02 {
    display: block;
    background-color: #ef7b00;
    text-decoration: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #fff !important; /* ボタンの文字色を白 */
    line-height: 1.0;
    line-height: 1.0 !important;
    width: 100&#239;&#188;�c;
    height: auto;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 10px 20px;
}

/* ���Ԍ���2017���Ε� */

.FS2_body_Goods_2017-aw .css_btn_class {
width: 100%;
padding: 10px 0;
text-align: center;
}


/* �M�t�g�y�[�W */

.itemlist {
    overflow: hidden;
    margin: 20px 0;
}

.itemlist_container {
    display: flex;
    flex-wrap: wrap; /* 画面が狭い時に折り返し */
    align-items: center;
    gap: 20px; /* 画像とテキストの間隔 */
}

.itemlist_img {
    flex: 1;
    min-width: 300px; /* 画像が小さくなりすぎないように */
}

.itemlist_text {
    flex: 2;
    font-size: 1.125em;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .itemlist_container {
        flex-direction: column; /* スマホでは縦並び */
        text-align: center;
    }
}

.itemlist_link {
    display: flex; /* 横並び */
    flex-wrap: wrap; /* 画面が狭い時に折り返し */
    gap: 10px; /* アイテム間の余白 */
    justify-content: center; /* 中央寄せ */
    padding: 0;
    list-style: none;
}

.itemlist_link li {
    flex: 1; /* 均等配置 */
    min-width: 150px; /* 幅が小さくなりすぎないように */
}

.itemlist_link li a {
    display: block;
    width: 100%; /* 親要素いっぱいに広げる */
    padding: 10px;
    text-align: center;
    color: #fff;
    background: #ff9c00;
    font-size: 1.125em;
    text-decoration: none;
    border: 1px solid #999;
}

@media (max-width: 600px) {
    .itemlist_link {
        flex-direction: column; /* スマホでは縦並び */
        align-items: center;
    }

    .itemlist_link li {
        width: 80%;
    }
}

.itemlist_link li:last-child a {
margin-right: 0;
}


/* �w�i�̃T�C�h�o�i�[ */
/* 
.sideback {
position: absolute;
top:135px;
left: 0;
overflow: hidden;
}
.sideback a {
height: 100%;
display: block;
}
.fixed {
position: fixed;
top: 0px;
z-index: 9999;
}
 */

/*�N���N�n�p*/
.nenmatsu_caution {
    width: 956px;
    background-color: #ffffff;
    border: double 3px #bf0000;
    margin: 0 auto 10px;
    padding: 15px;
    font-size: 12px;
    text-align: center;
}
.nenmatsu_caution dl {
    color: #bf0000;
}
.nenmatsu_caution dl dt {
    font-size: 20px;
    margin-bottom: 8px;
}
.nenmatsu_caution dl dd {
    line-height: 1.6;
    font-size: 20px;
}
/*�N���N�n�p*/

/*�M�t�g�y�[�W*/
#gift_type {
  width: 100%;
  padding: 5px 5px 10px;
  overflow: hidden;
  background: #190B00;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}

#gift_type li {
  width: 165px;
  margin-bottom: 15px;
  list-style: none;
}

/* ▼スマホ用：600px以下 → 2列 */
@media screen and (max-width: 600px) {
  #gift_type li {
    width: 48%;
  }
}

/* ▼タブレット用：768px以下 → 2列 */
@media screen and (max-width: 768px) and (min-width: 601px) {
  #gift_type li {
    width: 48%;
  }
}

#gift_type li:last-child {
margin-right: 0;
}
#gift_type li dd {
margin-bottom: 10px;
}
#gift_type .gift_desc {
color: #fff;
}
.gift_link {
text-align: center;
}
.gift_link a,
.gift_link a:hover,
.gift_link a:visited {
  position: relative;
  display: block;
  height: 29px;
  padding-left: 1px;
  text-decoration: none;
  line-height: 30px;
  text-align: center;
  border-top:1px solid #6b7688;
  color: #d4d2d2;
  text-shadow: 0px 1px 0px #222;
  color: #f2f1f1;
  background: #586170;
  background: -webkit-gradient(linear, left top, left bottom, from(#586170), to(#424551));
  background: -moz-linear-gradient(top,  #586170,  #424551);
  background: -o-linear-gradient(top,  #586170,  #424551);
  background: -ms-linear-gradient(top,  #586170,  #424551);
  background: linear-gradient(top,  #586170,  #424551);
  -webkit-box-shadow:  0 1px 1px #1d1e20;
  -moz-box-shadow:  0 1px 1px #1d1e20;
  box-shadow:  0 1px 1px #1d1e20;
  -webkit-border-radius: 3px; 
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.gift_link a:hover { /*�}�E�X�z�o�[��*/
  color: #f2f1f1;
  background: #3f4551;
  background: -webkit-gradient(linear, left top, left bottom, from(#3f4551), to(#333640));
  background: -moz-linear-gradient(top,  #3f4551,  #333640);
  background: -o-linear-gradient(top,  #3f4551,  #333640);
  background: -ms-linear-gradient(top,  #3f4551,  #333640);
  background: linear-gradient(top,  #3f4551,  #333640);
}

.gift_link a:active {
  color: #f2f1f1;
  bottom:-2px;
  height: 30px;
  width: 119px;
  border: none;
  border-bottom:1px solid #6b7688;
  background: #3f4551;
  background: -webkit-gradient(linear, left top, left bottom, from(#3f4551), to(#333640));
  background: -moz-linear-gradient(top,  #3f4551,  #333640);
  background: -o-linear-gradient(top,  #3f4551,  #333640);
  background: -ms-linear-gradient(top,  #3f4551,  #333640);
  background: linear-gradient(top,  #3f4551,  #333640);
  -webkit-box-shadow:  0 0 3px #1d1e20 inset;
  -moz-box-shadow:  0 0 3px #1d1e20 inset;
  box-shadow:  0 0 3px #1d1e20 inset;
}

#gift_etc {
background: url(/common/images/gift_etc_back.jpg) no-repeat left top;
padding: 60px 80px;
}

#gift_etc h3 {
margin-bottom: 15px;
}
#gift_etc p {
font-size: 1.25em;
}
.gift_etc_noshi {
overflow: hidden;
margin-bottom: 20px;
}
.gift_etc_noshi .noshi {
width: 129px;
float: left;
}
.gift_etc_noshi .noshibun {
margin-left: 150px;
}
#wrapping_type {
text-align: center;
background: #faecbb;
margin-top: 10px;
padding: 20px;
overflow: hidden;
}
#wrapping_type li {
width: 199px;
display: inline-block;
margin-right: 20px;
}
#wrapping_type li:last-child {
margin-right: 0;
}
#wrapping_type li dd {
color: #4a3719;
}
#wrapping_type .gift_title {
font-weight: bold;
font-size: 1.375em;
margin-top: 10px;
}
#wrapping_type .gift_desc {
text-align: left;
}

/*�M�t�g�y�[�W*/

.cat_link li:nth-child(2n) {
float: right;
}
.cat_link .detail {
border-top: none;
border-left: #9f2e26 solid 1px;
border-right: #9f2e26 solid 1px;
border-bottom: #9f2e26 solid 1px;
margin-top: 0;
}
.detail .catch {
font-size: 1.125em;
font-weight: bold;
color: #6F3333;
}

.point {
overflow: hidden;
}
.point dt {
width: 5em;
float: left;
}
.point dd {

}

.detail p {
color: #333;
}

.fatherday2018 ul{
  background: #f1f8ff;
  box-shadow: 0px 0px 0px 5px #f1f8ff;/*���̊O��*/
  border: dashed 2px #668ad8;/*�j��*/
  border-radius: 10px;
  margin: 10px;/*�͂ݏo�Ȃ��悤�ɒ���*/
  padding: 0.5em 0.5em 0.5em 1em;
}

.fatherday2018 ul li {
  line-height: 1.5;
  padding: 0.5em 0;
}

.kobe-container {
  background-color: #f7ecd8;
  padding: 20px;
  margin-bottom: 20px;
}

.kobe-header {
  background-color: #fff;
  border: 1px solid #b6a438;
  padding: 20px;
  text-align: center;
}

.kobe-header img {
  max-width: 100%;
  height: auto;
}

.kobe-header p {
  font-size: 1.1em;
  color: #47380f;
  font-weight: bold;
  margin-top: 10px;
}

.kobe-card {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  border: 1px solid #b6a438;
  margin: 20px 0;
  border-radius: 10px;
  overflow: hidden;
}

.kobe-card.reverse {
  flex-direction: row-reverse;
}

.kobe-card-header {
  width: 100%;
  padding: 15px;
  text-align: center;
}

.kobe-card-header img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

.kobe-card-image {
  width: 100%;
  max-width: 250px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kobe-card-image img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

.kobe-card-text {
  flex: 1;
  padding: 20px;
  color: #47380f;
  font-size: 1em;
  line-height: 1.6;
}

.kobe-box {
  background-color: #fbf5e9;
  border: 1px solid #ce9524;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}

.kobe-box img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}

/* モバイル対応 */
@media (max-width: 768px) {
  .kobe-card,
  .kobe-card.reverse {
    flex-direction: column;
  }

  .kobe-card-image {
    max-width: 100%;
  }

  .kobe-card-text {
    padding: 15px;
    text-align: left;
  }

  .kobe-box {
    padding: 15px;
  }
}


.boxabout01 {
  margin: 2em 0;
  background: #ede4db;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.boxabout-d {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 20px;
}
.boxabout-img {
  flex: 0 0 250px;
  max-width: 100%;
}
.boxabout-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.boxabout-text {
  flex: 1;
  padding: 10px 20px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .boxabout-d {
    flex-direction: column;
  }
  .boxabout-text {
    padding: 10px 0;
  }
}
.boxabout01 {
    margin: 2em 0;
    background: #fff;
}

.pointbox1 {
    position: relative;
    margin: 2em auto;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
width:600px;
}
.pointbox1 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.pointbox1 p {
    margin: 0; 
    padding: 0;
}

.pointbox2 {
    padding: 0.2em 0.5em;
    margin: 2em auto;
    color: #565656;
    background: #ffeaea;
    box-shadow: 0px 0px 0px 10px #ffeaea;
    border: dashed 2px #ffc3c3;
    border-radius: 8px;
width:600px;
}
.pointbox2 p {
    margin: 0; 
    padding: 0;
}
.pointbox3 {
    position: relative;
    margin: 2em auto;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
width:600px;
}
.pointbox3 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.pointbox3 p {
    margin: 0; 
    padding: 0;
}

.fukidashi1 {
position: relative;
background: #dfefff;
box-shadow: 0px 0px 0px 5px #dfefff;
border: dashed 2px white;
padding: 0.2em 0.5em;
color: #454545;
width:600px;
    margin: 0 auto; 
}

fukidashi1:after {
position: absolute;
content: '';
left: -7px;
top: -7px;
border-width: 0 0 15px 15px;
border-style: solid;
border-color: #fff #fff #a8d4ff;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.v-t table {
width: 100%;
border: solid 2px orange;
}
.about-t-001 th { width: 30%; text-align: left;  color: #FF9800; background: #fff5e5; padding:10px; border: dashed 1px orange;}
.about-t-001 td { padding: 10px; border: dashed 1px orange; text-align: right; }
@media only screen and (max-width:480px){
.about-t-001	{ margin: 0 -10px; }
.about-t-001 th {
background: #f4f4f4;
width: 100%;
display: block;
border-top: none;
}
.about-t-001 td{
width: 100%;
display: block;
border-top: none;
}
.about-t-001 tr:first-child th	{ border-top: 1px solid #ddd; }
}


table.fmt01 {
    margin: 20px auto 0;
    width: 100%;
    background-color: #FFFFFF;
}

table.fmt01 thead tr {
    background-color: #f4f4f4;
}

table.fmt01 th, table.fmt01 td {
    padding: 4px;
    border: 1px solid #ddd;
    vertical-align: top;
}

table.fmt01 .left {
    display: block;
    float: left;
}

table.fmt01 .right {
    display: block;
    float: right;
}

table.fmt01 tbody th {
    text-align: center;
}

table.fmt01 th, table.fmt01 td {
    padding: 4px;
    border: 1px solid #ddd;
    vertical-align: top;
}

table.fmt01 tbody th.pref {
    background-color: #d4edf6;
}

table.fmt01 tbody th {
    text-align: center;
}

table.fmt01 tbody td {
    text-align: center;
}
table.fmt01 th, table.fmt01 td {
    padding: 4px;
    border: 1px solid #ddd;
    vertical-align: top;
}

.daibiki { width: 100%; }
.daibiki th, .daibiki td  { padding: 10px; border: 1px solid #ddd; }
.daibiki th  { background: #f4f4f4; }
.daibiki td { text-align: right; }
.daibiki th  { width: 40%; text-align: left; }

.kodawaribox {
width: 100%;
}
.product-kodawari {
display: flex;
flex-wrap: wrap;
padding: 10px;
}

.kodawarili {
width: calc(50% - 10px);
margin: 5px;
}

.kodawarili dt {
font-weight: normal;
text-align: center;
font-size: 1.2rem;
padding: 5px;
}

.kodawarili img {
width: 100%;
}

.kodawarili dd {
padding: 10px;
}

.h3bui {
border-bottom: double 5px #FFC778;
margin:0 35px 35px;
padding: 0;
font-size: 1.2em;
font-weight:bold;
text-align:center;
}

table.doukon {
    width: 100%;
    font-size: 16px;
    border-collapse: collapse;
    margin: 15px 0 25px;
}

table.doukon th, table.doukon td {
    border: 1px solid #999;
    padding: 10px 1em;
    font-weight: bold;
}

table.doukon th {
    background-color: #faf9ec;
}

/* スマホ用のレスポンシブ調整 */
@media (max-width: 768px) {
    table.doukon {
        font-size: 14px;
    }

    table.doukon td, table.doukon th {
        display: block;
        width: 100%;
        text-align: left;
    }

    table.doukon td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px; /* 画像の間隔 */
    }

    table.doukon td img {
        width: auto;
        max-width: 65px; /* 画像の最大幅を設定（アイコンサイズに合わせる） */
        height: auto;
    }

    table.doukon th {
        text-align: left;
    }

    /* 画像が横並びになるように調整 */
    table.doukon td img + img {
        margin-left: 10px;
    }
}

.h2stl-kodawari {
background: #4e370d;
color: #FFFFFF;
font-weight: normal;
font-size: 1.25em;
padding: 5px;
margin-bottom: 10px;
}

.h2stl-kodawari span {
padding-left: 15px;
}

.buibox {
width: 100%;
}
.bui-list  {
display: flex;
flex-wrap: wrap;
padding: 10px;
}

.bui-list li {
width: calc(25% - 10px);
margin: 5px;
}

.square_btn {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #fd9535;/*�w�i�F*/
    border-bottom: solid 2px #d27d00;/*�����Z���ڂ̐F��*/
    border-radius: 4px;/*�p�̊ۂ�*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
}

.square_btn:active {
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

/* �e�����y�[�W */

.NewDesc h2 {
margin-top: 20px;
}
.NewDesc p {
margin-top: 1em;
padding: 0 20px;
}

.daibiki-t {
width: 100%;
}
 
.daibiki-t th,
.daibiki-t td {
border: 1px solid #ccc;
padding: 5px;
}

.daibiki-t th {
font-weight: bold;
background-color: #dedede; 
}
.daibiki-t td {
text-align: right;
}


/*�@���������X�g�̘g  */
.listFrame {
background: #ffffe0;
border: solid 1px #fffacd;
margin: 20px;
padding: 20px;
}
.listFrame li {
list-style-type: disc;
margin-left: 15px;
}

.hamtitle {
color: #fff;
background: #f7916b;
font-size: 1.375em;
font-weight: bold;
padding: 5px;
}
.hambox {
border-left: #f7916b 2px solid;
border-right: #f7916b 2px solid;
border-bottom: #f7916b 2px solid;
padding: 10px;
margin-bottom: 30px;
overflow: hidden;
}

.about-number ol{
  counter-reset:number; /*���������Z�b�g*/
  list-style-type: none!important; /*��������U����*/
    padding: .5em .2em .5em .8em;
    background: #fffbf4;
    border: solid 2px #f89174;
box-shadow:none;
}
.about-number ol li{
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}

.about-number ol li:before{
  /* �ȉ����������� */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*�ȉ������̃f�U�C���ς���*/
  display:inline-block;
background: #f89174;
    color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align:center;
  /*�ȉ� �㉺�����񂹂̂���*/
  top: 50%;
  -moz-transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);

}
.about-t-002 {
  border-collapse: collapse;
  border: solid 2px orange;
  border-spacing: 0;
  width: 95%;
  margin: 0 auto;
}
.about-t-002 td {
  border: dashed 1px orange;
padding: 3px 10px;
background: #ffffff;
}

.about-t-002 th {
  border: dashed 1px orange;
padding: 3px 10px;
color: #FF6C00;
background: #fff5e5;
text-align: center;
width: 30%;
}

.order-net {
    padding: 15px 20px;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.order-net-l {
width: 100%;
}

.order-net-t {
    width: 350px;
    margin-right: 10px;
}

.order-net-d {
    width: 350px;
    margin-right: 10px;
}

.guide-images {
border: #917250 1px solid;
margin: 0 auto;
width: 100%;
max-width: 620px;
padding: 20px;
}

.guide-title-01 {
background: #dfefff;
border: dashed 1px #96c2fe;
box-shadow: 0px 0px 0px 5px #dfefff;
width: 678px;
margin-left: 5px;
padding: 5px;
color: #454545;
font-size: 1.15em;
font-weight: bold;
}

.guide-title-02 {
padding: 5px 5px 5px 20px;
color: #6F3333;
background: #ede4db;
border-bottom: solid 3px #6F3333;
font-weight:bold;
font-size:1.2em;
}

.guide-list {
list-style-type:none;
line-height:1.3em;
}

li.guide-list-1{
padding-left:35px;
background-image:url("/common/images/shopping-guide/guide-n1.gif");
background-repeat:no-repeat;
background-position:0px 0px;
}

li.guide-list-2{
padding-left:35px;
background-image:url("/common/images/shopping-guide/guide-n2.gif");
background-repeat:no-repeat;
background-position:0px 0px;
}

li.guide-list-3{
padding-left:35px;
background-image:url("/common/images/shopping-guide/guide-n3.gif");
background-repeat:no-repeat;
background-position:0px 0px;
}

li.guide-list-4{
padding-left:35px;
background-image:url("/common/images/shopping-guide/guide-n4.gif");
background-repeat:no-repeat;
background-position:0px 0px;
}

li.guide-list-5{
padding-left:35px;
background-image:url("/common/images/shopping-guide/guide-n5.gif");
background-repeat:no-repeat;
background-position:0px 0px;
}

.gift_link_aw a {
    position: relative;
    display: block;
    height: 29px;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    line-height: 30px;
    text-align: center;
    background: #fd9535;
    border-bottom: solid 2px #d27d00;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}

.pricezone-aw {
    margin: 0;
    padding: 0;
width: 100%;
}

.pricezone-aw li {
width: 218px;
margin-right: 15px;
margin-bottom: 10px;
text-decoration: none;
background: #668ad8;/*�{�^���F*/
color: #FFF;
border-bottom: solid 4px #627295;
border-radius: 3px;
float: left;
vertical-align: baseline;
text-align: center;
}

.pzone-aw-a {
font-weight: bold;
display: block;
padding: 13px 0;
color: #FFF;
font-size: 1.2em;
}

.square_btn {
font-weight: bold;
}

.kakakulist {
width: 100%;
overflow: hidden;
margin-bottom: 20px;
}
.kakakulist li {
width: 48.5%;
float: left;
text-align: center;
margin-left: 1%;
margin-bottom: 1%;
}
.kakakulist li:first-child {
margin-right: 1%;
}
.kakakulist li a {
background: #37a3c0;
color: #fff!important;
padding: 15px 10px;
display: block;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}

.kobegyuLink {
margin-bottom: 20px;
}
.kobegyuLink h2 {
border-left: #ffaf58 solid 3px;
font-size: 1.5em;
color: #494949;
margin-bottom: 10px;
padding-left: 10px;
}
.kobegyuLink ul {
border: #dbdbdb solid 2px;
padding: 15px 15px 0;
overflow: hidden;
}
.kobegyuLink ul li {
width: 325px;
float: left;
}
.kobegyuLink ul li:nth-child(2n) {
float: right;
}
.kobegyuLink ul li a {
margin: 0 0 15px;
padding: 15px;
border: #FFC778 solid 1px;
display: block;
color: #e49321;
font-size: 1.2em;
}

.h2stl-hum {
    font-size: 32px;
    font-size: 1.9rem;
    margin-bottom: 20px;
    color: #6a3906;
    border-left: 4px solid #6a3906;
    line-height: 1.2em;
    letter-spacing: 0.05em;
    position: relative;
}

.h2stl-hum span {
    padding-left: 12px;
    margin-left: 2px;
    display: block;
    border-left: 2px solid #6a3906;
    font-weight: bold;
}

.heiseiNew {
overflow: hidden;
}
.heiseiImage {
float: left;
margin-right: 20px;
}
.heiseiRight {
width: 380px;
float: right;
}
.heiseiRight .detail {
margin-top: 0;
}
.heiseiNewLink {
width:100%;
text-align: center;
margin:10px auto;
}
.heiseiNewLink a {
display: block;
text-align: center;
color: #fff;
background: #ff9900;
padding: 5px;
font-size: 1.25em;
}

.col3 {
overflow: hidden;
}
.col3 li {
width: 220px;
float: left;
margin-right: 20px;
}
.col3 li:last-child {
margin-right: 0;
}
.col3 li a {
display: block;
}

#FS2_itemlayout_E .FS2_itemlayout_td_Left .FS2_thumbnail_container a img {
width: 300px;
}

.cashless {
width: 990px;
margin: 10px auto;
}
.cashless a {
display: block;
background: #e61212;
}

.about-t-nutrition {
  border-collapse: collapse;
  border: solid 1px #d1d1d1;
  border-spacing: 0;
  width: 100%;
  margin: 0 auto;
}
.about-t-nutrition td {
  border: solid 1px #d1d1d1;
padding: 3px 10px;
}

.about-t-nutrition th {
  border: solid 1px #d1d1d1;
padding: 3px 10px;
color: #111111;
background: #efefef;
text-align: center;
width: 100px;
}

.FS2_body_Goods_eatathomecampaign .FS2_GroupLayout { 
display: none; 
}

.bysite_title {
    border-bottom: #917250 3px double;
    font-size: 1.5em;
    font-weight: normal;
    letter-spacing: 0.1em;
    text-align: center;
   font-size: 1.5em;
   color: #534134;
}


.FS2_body_Goods_online .layout_content {
margin: 0 auto!important;
float: none!important;
}
/* original CSS */

/* ここからカスタマイズ */
/*//////////////////setting///////////////////*/
.mT1 {margin-top: 1px;}
.mT2 {margin-top: 2px;}
.mT3 {margin-top: 3px;}
.mT4 {margin-top: 4px;}
.mT5 {margin-top: 5px;}
.mT10 {margin-top: 10px;}
.mT15 {margin-top: 15px;}
.mT20 {margin-top: 20px;}
.mT25 {margin-top: 25px;}
.mT30 {margin-top: 30px;}


.mR5 {margin-right: 5px;}
.mR10 {margin-right: 10px;}
.mR15 {margin-right: 15px;}
.mR20 {margin-right: 20px;}
.mR25 {margin-right: 25px;}
.mR30 {margin-right: 30px;}


.mB5 {margin-bottom: 5px;}
.mB10 {margin-bottom: 10px;}
.mB15 {margin-bottom: 15px;}
.mB20 {margin-bottom: 20px;}
.mB25 {margin-bottom: 25px;}
.mB30 {margin-bottom: 30px;}


.mL2 {margin-left: 2px;}
.mL5 {margin-left: 5px;}
.mL10 {margin-left: 10px;}
.mL12 {margin-left: 12px;}
.mL15 {margin-left: 15px;}
.mL16 {margin-left: 16px;}
.mL17 {margin-left: 17px;}
.mL18 {margin-left: 18px;}
.mL20 {margin-left: 20px;}
.mL25 {margin-left: 25px;}
.mL30 {margin-left: 30px;}


.pT5 {padding-top: 5px;}
.pT10 {padding-top: 10px;}
.pT15 {padding-top: 15px;}
.pT20 {padding-top: 20px;}
.pT25 {padding-top: 25px;}
.pT30 {padding-top: 30px;}


.pR5 {padding-right: 5px;}
.pR10 {padding-right: 10px;}
.pR15 {padding-right: 15px;}
.pR20 {padding-right: 20px;}
.pR25 {padding-right: 25px;}
.pR30 {padding-right: 30px;}


.pB5 {padding-bottom: 5px;}
.pB10 {padding-bottom: 10px;}
.pB15 {padding-bottom: 15px;}
.pB20 {padding-bottom: 20px;}
.pB25 {padding-bottom: 25px;}
.pB30 {padding-bottom: 30px;}


.pL5 {padding-left: 5px;}
.pL10 {padding-left: 10px;}
.pL15 {padding-left: 15px;}
.pL20 {padding-left: 20px;}
.pL25 {padding-left: 25px;}
.pL30 {padding-left: 30px;}



/*text setting*/
.txtAL {
	text-align: left;
}
.txtAC {
	text-align: center;
}
.txtAR {
	text-align: right;
}
.txtB{
	font-weight: bold;
}
.txtR{
	font-weight: bold;
	color: #FF0000;
}
.txtG{
	color: #3DAF33;
}
.txtBL{
	color: #333333;
}
.txtDG{
	color: #009900;
}
.txtOR{
	color: #FF9900;
}
.txtNV{
	color: #0033CC;
}
.txtRN{
	color: #FF0000;
}
.txtBL{
	color: blue;
}
.fwL{
	font-size: 130%;
}

.font10{
	font-size: 10px;
}
.font7{
	font-size: 7px;
}

.txtVAM{
	vertical-align: middle;
}
.txtVAB{
	vertical-align: bottom;
}
.txtVAT{
	vertical-align: top;
}
.indent1 { text-indent: -1em; }
/*size setting*/

/*Float Setting*/
.f-left {
	float: left;
}
.f-right {
	float: right;
}

/*clear*/
.c-both{
	clear: both;
}
.c-right{
	clear: right;
}
.c-left{
	clear: left;
}
/*border*/
.IMGborder {
	border: 1px solid #999999;
}
.boxborder {
  padding-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CCCCCC;
}

.red {
	color: #F00;
}
.white {
	color: #FFFFFF;
}
.txt170per{
	font-size: 170%;
}


.footer-navi a{
	margin-bottom:-50px;
}

.footer-navi a:link{
	color:#09C;
}

.footer-navi a:visited{
	color:#09C;
}



.qa-title{
	font-size:18px;
	font-weight:bold;
}
.odd{

}
.even{
	background-color: #F3F3F3;
}

#news {
    display: table;
    table-layout: fixed;
    width: 100%;
    max-width: 680px;
    margin: 0;
    padding: 0 10px 10px;
}

#news dl {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
    font-size: 1.175em;
}

#news dl dt {
    font-size: 100%;
}

#news dl dd a {
    padding: 0 0 5px;
    color: #333;
    border-bottom: #ccc dotted 1px;
    text-decoration: none;
    display: block;
}

.newsTBL {
	border-collapse: collapse;
	empty-cells: show;
	width: 400px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.newsTBL td {
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 5px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #666;
}
.newsTBL th {
	font-weight: bold;
	color: #484848;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #666;
	vertical-align: top;
}


.footerBNR {
	text-align: center;
}

.footerBNR td {
	text-align: center;
	padding: 3px;
}

.footerBNR th {
	text-align: center;
}


.specLay{
	width: 700px;
	vertical-align: top;
	margin-bottom: 10px;
}

.specLay td{
	vertical-align: top;
}

.specLay02{
	width: 698px;
	vertical-align: top;
	margin-bottom: 10px;
	border: 1px solid #9D9D9D;
}

.specLay02 td{
	vertical-align: middle;
}

.specTBL {
	border-collapse: collapse;
	empty-cells: show;
	width: 390px;
	border: 1px solid #E3E3E3;
	background-image: url(/common/images/BG_common_gray.jpg);
	background-repeat: repeat;
}

.specTBL td {
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.specTBL th {
	color: #484848;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	width: 90px;
	padding-left: 10px;
}

.specTBL02 {
	border-collapse: collapse;
	empty-cells: show;
        width; 100%;
	max-width: 698px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.specTBL02 td {
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 5px;
}
.specTBL02 th {
	color: #484848;
	width: 90px;
	padding-left: 10px;
}

.specTBL04 {
	border-collapse: collapse;
	empty-cells: show;
        width: 100%;
	max-width: 698px;
	border: 1px solid #E3E3E3;
	background-image: url(/common/images/BG_common_gray.jpg);
	background-repeat: repeat;
}

.specTBL04 td {
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.specTBL04 th {
	color: #484848;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}



/*//////////////////setting///////////////////*/
.fs-l-product2 .fs-l-productLayout > * > * {
    margin-bottom: 10px;
}

.footerList01 li {
    list-style-type: none; /* デフォルトのリストマーカーを消す */
    background-image: url(https://kobegyu.itembox.design/item/images/mark03.jpg);
    background-repeat: no-repeat;
    padding-left: 18px;
    background-position: 2px 5px;
}

#news ｛
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
｝
.h1stl {
    background: linear-gradient(to top, #f2f2f2, #fafafa);
    border-top: #917250 1px solid;
    border-bottom: #917250 3px double;
    color: #534134;
    font-size: 1.5em;
    font-weight: normal;
    margin-bottom: 20px;
    padding: 10px 0 10px 10px;
}
/* ここまでカスタマイズ */

/*//////////////////FSテンプレート修正///////////////////*/
@media screen and (min-width: 960px) {
    .fs-l-product2 .fs-l-productLayout {
        grid-template-columns: unset !important;
    }
}
@media screen and (min-width: 960px) {
    .fs-l-product2 .fs-c-productActionButton .fs-c-button--primary, .fs-l-product2 .fs-c-productActionButton .fs-c-button--secondary {
        min-width: 500px !important;
    }
}
.fs-p-headerNavBar {
    background: #212121;
}

@media (max-width: 1200px) {
.fs-p-headerNavBar {
    display: none;
}
}
.fs-p-headerNavigation__link:link {
    color: #212121;
}
.fs-p-headerNavigation__link:visited {
    color: #212121;
}
@media screen and (min-width: 768px) {
    .fs-p-headerNavigation__link, .fs-p-headerNavigation__viewCartButton, .fs-p-headerNavigation__viewSubscriptionCartButton {
        flex-direction: row;
        font-size: 1rem;
    }
}
.fs-p-searchForm__button::before {
    font-size: 1.3rem;
    line-height: 1.3;
}
@media screen and (max-width: 1200px) {
    .fs-p-drawer {
        width: 50%;
    }
}
@media screen and (max-width: 599px) {
    .fs-p-drawer {
        width: 100%;
    }
}

.fs-p-drawer__heading {
    font-size: 1.5rem;
    padding: 10px;
}
.fs-p-welcomeMsg {
    margin-left: 20px;
}
.fs-p-memberInfo__points {
    color: #be9600;
    font-size: 1.4rem;
    font-weight: bold;
    margin-left: 20px;
}

.fs-l-pageMain {
    max-width: 700px;
    margin: 0 auto;
    /* width: 100%; */
}

@media screen and (min-width: 1200px) {
    .fs-l-sideArea + .fs-l-pageMain, .fs-l-pageMain + .fs-l-sideArea {
        max-width: 700px;
    }
}

.fs-c-button--plain:visited {
    color: #cc2c18;
}

.fs-c-time {
    white-space: normal;
}

.fs-p-footerNavigationItem__emphasis {
    CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
    color: #e2133d;
    font-size: 1.1rem;
}
.fs-p-footerNavigationItem__emphasis{
    font-size: 1.1rem;
    font-weight: bold;
}
.fs-p-footerCopyright__text {
    font-size: 1rem;
    color: #222;
}
.fs-p-footerSnsLink__item__icon img {
    width: 40px;
}
.fs-p-footerNavigationItem__title {
    font-size: 1.5rem;
}
.fs-l-footer a {
    color: #2275f0;
}
.fs-p-footerNavigationItem__link {
    text-decoration: none;
}

@media screen and (min-width: 1200px) {
    .drawerHead-sp a {
        display: none;
    } 
}
@media screen and (min-width: 960px) {
    .fs-body-cart .fs-l-cart__contentsArea {
        display: block;
    }
}
/* スマホCSS */
.fs-p-footerPageTop__link::before {
    font-size: 1.5rem;
}
.fs-c-productListItem__productName {
    font-size: 1rem;
}
.fs-c-reviewerStatus {
    min-width: 5em;
}

@media screen and (max-width: 599px) {
    .fs-c-heading--page {
        font-size: 1.5rem;
    }
}
@media screen and (min-width: 960px) {
    .fs-c-coupon__info {
        flex-direction: column;
    }
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
    background: #5c4939;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label::before {
    color: #d9c5a0;
}

/*//////////////////FSテンプレート修正///////////////////*/

