@charset "UTF-8";
/* CSS Document */
/* common.css　上書き */
#sysAll {
	width: 960px;
	padding: 0;
}
#sysAll .sysContent {
	padding: 0;
}
div#sysHeader {
	margin: 0;
	padding: 0;
}
div#sysMain {
	float: right;
	width: 625px;
	margin: 0 0 30px 10px;
	padding: 0;
}
div#sysAside {
	float: left;
	width: 310px;
	padding: 0;
	margin: 0 0 30px 0;
}
div#sysFooter {
	padding: 0;
}

/************* Reset Styles *************/
* {
	margin: 0;
	padding: 0;
}
body, p, caption, th, td, ul, ol, li, dl, dt, dd, form, input, textarea {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 160%;
}
body {
	color: #333;
}
article, aside, figure, figcaption, footer, header, hgroup, nav, section {
	display: block;
}
img {
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}
p {
	line-height: 140%;
}
a {
	outline: none;
}
focus {
	-moz-outline-style: none;
}
th, td {
	font-size/: 90%;
}
th {
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
input[type="number"] {
	width: 40px;
}

/************* ClearFix Styles *************/
/* Modern browsers like Firefox, Safari, Opera */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
/* IE 7 and MacIE*/
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/************* Share Styles *************/
.clear {
	clear: both;
}
.c_left {
	clear: left;
}
.c_right {
	clear: right;
}
.f_left {
	float: left;
}
.f_right {
	float: right;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}

hr {
	clear: both;
	height: 1px;
	border-color: #FFF;
	line-height: 1em;
	margin-bottom: 1em;
}

/************* link Styles *************/
a:visited,
a:link {
	text-decoration: none;
	color: #000;
}
a:hover,
a:active {
	text-decoration: underline;
	color: #DC211C;
}
a:hover img {
	-moz-opacity:0.7;
	opacity:0.7;
	filter: alpha(opacity=70);
}

/* -------------------------------↓
 * HEADER　ヘッダー
 */
#header {
	width: 100%;
	height: 205px;
	margin: 0 auto 10px;
	background: url(../img/header/bg_head.gif) no-repeat center bottom;
}
#header .description {
	font-size: 10px;
	margin: 10px auto 25px;
}
#sitelogo {
	margin-top: 0;
	float: left;
	width: auto;
}
.headnavi {
	float: right;
	width: auto;
}
.headnavi a {
	float: left;
	margin-left: 12px;
	width: auto;
}
.gNav .sysContent {
	padding: 0px;
}
.gnav_pc .sysContent {
	padding: 0px;
}

#gNav {
	width: 100%;
	margin-bottom: 30px;
	text-align: left;
	z-index: 1000;
}
#gNav .gNavi {
	/width: 100%;
	list-style: none;
}
#gNav .gNavi li {
	float: left;
}

#gNav .gNavi li,
#gNav .gNavi li a {
	width: 160px;
	height: 40px;
	display: block;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
}
.gNavi li#menu01 a {
	background: url(../img/header/gnav01.gif) no-repeat;
}
.gNavi li#menu02 a {
	background: url(../img/header/gnav02.gif) no-repeat;
}
.gNavi li#menu03 a {
	background: url(../img/header/gnav03.gif) no-repeat;
}
.gNavi li#menu04 a {
	background: url(../img/header/gnav04.gif) no-repeat;
}
.gNavi li#menu05 a {
	background: url(../img/header/gnav05.gif) no-repeat;
}
.gNavi li#menu06 a {
	background: url(../img/header/gnav06.gif) no-repeat;
}
ul.gNavi li#menu06 a:hover,
ul.gNavi li#menu05 a:hover,
ul.gNavi li#menu04 a:hover,
ul.gNavi li#menu03 a:hover,
ul.gNavi li#menu02 a:hover,
ul.gNavi li#menu01 a:hover {
	background-position: 0 -40px;
	text-decoration: none;
}
ul.gNavi li#menu06 a.current,
ul.gNavi li#menu05 a.current,
ul.gNavi li#menu04 a.current,
ul.gNavi li#menu03 a.current,
ul.gNavi li#menu02 a.current,
ul.gNavi li#menu01 a.current {
	text-decoration: none;
}

/* -------------------------------↓
 * SideBar-サイドバー
 */
#sysAside .column {
	margin-bottom: 15px;
}
#sysAside img {
	vertical-align: bottom;
}

/* sideTop */
#sysAside .sideTop {
	width: 310px;
	margin-bottom: 10px;
}

/* sideRight */
#sysAside .sideRight {
	float: right;
	width: 172px;
}
.sideRight .itemCategoryArea ul {
	margin-top: 3px;
	list-style: none;
}
.sideRight .itemCategoryArea ul li {
	border-bottom: 1px dotted #CCC;
	padding: 10px 0px;
	font-size: 13px;
	line-height: 100%;
}
.sideRight .itemCategoryArea ul li a {
	display: block;
	color: #000000;
}
.sideRight .itemCategoryArea img {
	vertical-align: bottom;
}
.itemCategory {
	margin-bottom: 10px;
}

/* searchFormArea */
#sysAside .searchFormArea {
	width: 172px;
	border: 1px solid #E5E5E5;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.searchFormArea .text {
	width: 115px;
	margin-top: 11px;
	margin-left: 5px;
}
.searchFormArea .button {
	display: block;
	float: right;
	padding-top: 12px;
	margin-right: 5px;
}

/* etcArea */
#sysAside .etcArea {}
.etcArea ul {
	margin-top: 3px;
}
.etcArea ul li {
	border-bottom: 1px dotted #CCC;
	padding: 10px 0px 10px 12px;
	font-size: 13px;
	line-height: 100%;
	background: url(../img/aside/arrow_right.gif) no-repeat 2px center;
	background-size: 5px auto;
}
.etcArea ul li a {
	display: block;
	color: #000000;
}

/* rankingArea 人気ランキング */
#sysAside .rankingArea {
	margin-bottom: 20px;
}
.rankingArea ul {
	margin-bottom: 5px;
	text-align: center;
}
.rankingArea ul li {
	list-style: none;
	padding: 3px 4px;
	border-bottom: 1px dotted #aaa;
	font-size: 84%;
}
.rankingArea ul li .rank-icon {
	margin-top: 6px;
	margin-bottom: 4px;
}
.rankingArea ul li .item-image {
	margin-bottom: 3px;
}
.rankingArea ul li a {
	display: block;
	height: 100%;
	width: 100%;
}
.rankingArea .link-ranking {
	font-size: 13px;
	text-align: right;
	margin-right: auto;
}
.rankingArea .link-ranking a {
	color: #DC211C;
	text-decoration: underline;
}

/* knowleade　チーズの基本知識 */
#sysAside .knowleade {
	margin: 20px 0;
}

/* calendarArea 営業日カレンダー */
#sysAside .calendarArea {
	border: 1px solid #ababab;
}
.calendarArea table {
	padding-top: 10px;
}
.calendarArea h2 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 6px 0 2px;
}
.calendarArea .calendar table td {
	height: 16px !important;
}

/* sideLeft 縦長バナー */
#sysAside .sideLeft {
	float: left;
	width: 122px;
}
.sideBannerArea {}
.sideBannerArea a {
	display: block;
	margin-bottom: 5px;
}

/* -------------------------------↓
 * Footer　フッター
 */
/* informationArea */
#sysFooter .informationArea {
	margin-bottom: 15px;
}
#sysFooter .informationLeft {
	float: left;
	width: 470px;
}
#sysFooter .informationRight {
	float: right;
	width: 470px;
}
#sysFooter .informationArea .title {
	border: 1px solid #E5E5E5;
	background-color: #F9F9F9;
	font-weight: bold;
	font-size: 16px;
	padding: 8px 5px 5px;
	margin: 10px 0px;
	line-height: 100%;
}
#sysFooter .informationArea span.titleBar {
	padding-right: 3px;
	vertical-align: middle;
	color: red;
}
#sysFooter .informationArea img {
	display: block;
	margin-bottom: 5px;
}
#sysFooter .informationArea p {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}
#sysFooter .informationArea a {
	font-size: 12px;
	font-weight: bold;
}
#sysFooter .informationArea a:link{
	color:#0066FF;
	text-decoration: underline;
}
#sysFooter .informationArea a:visited{
	color:#003399;
	text-decoration: underline;
}
#sysFooter .informationArea a:active{
	color:#C04730;
	text-decoration: underline;
}
#sysFooter .informationArea a:hover{
	color:#DC211C;
	text-decoration: underline;
}
#sysFooter .informationArea table {
	width: 100%;
	border: solid 1px #E5E5E5;
	border-collapse: separate;
}
#sysFooter .informationArea td {
	border: solid 1px #E5E5E5;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0px;
	text-align: center;
}
#sysFooter .informationArea td.grey {
	background-color: #F1F1F1;
}

#sysFooter .informationArea .yamato p {
	float: left;
	padding: 10px 0;
}
#sysFooter .informationArea .yamato img {
	float: right;
	margin-top: 5px;
	margin-right: 15px;
}

/* footer */
#sysFooter #footer {
	clear: both;
	width: 100%;
	text-align: left;
	border-top: 3px solid #000000;
	padding-top: 20px;
}
#sysFooter #footer p.copyright {
	text-align: right;
	padding: 5px 0;
	margin: 0;
	font-size: 60%;
	color: #999;
}

/* sp-fnav スマホ用フッターナビ */
#sysFooter .sp-fnav {}
#sysFooter .sp-fnav ul li {
	font-size: 14px;
	color: #333;
	
}
#sysFooter .sp-fnav ul li a,
#sysFooter .sp-fnav ul li span {
	display: inline-block;
	padding: 12px 15px;
	width: 100%;
	height: 100%;
	border-bottom: 1px solid #000;
}

#sysFooter .sp-fnav > ul {
	border-top: 2px solid #000;
}
#sysFooter .sp-fnav > ul > li {
	background-color: #fff;
}
#sysFooter .sp-fnav > ul > li > a {
	background: url(../img/footer/spfnav_arrow.png) no-repeat;
	background-position: 97% center;
	background-size: 9px 12px;
}

/* 商品一覧 */
#sysFooter .sp-fnav .fnav-itemlist {
	border-bottom: 1px solid #000;
}

#sysFooter .sp-fnav .fnav-itemlist span {
	background: url(../img/header/spmenu_arrow.png) no-repeat;
	background-position: 97% center;
	background-size: 9px 12px;
	cursor: pointer;

}
#sysFooter .sp-fnav .fnav-itemlist > ul {
	border-top: 1px solid #000;
	display: none;
}
#sysFooter .sp-fnav .fnav-itemlist > ul > li > a,
#sysFooter .sp-fnav .fnav-itemlist > ul > li > span {
	padding: 10px 0 10px 24px;
	background-color: #fff;
}
#sysFooter .sp-fnav .fnav-itemlist > ul > li > ul {
	display: none;
}
#sysFooter .sp-fnav .fnav-itemlist > ul > li > ul > li {
	background-color: #f6f6f6;
}
#sysFooter .sp-fnav .fnav-itemlist > ul > li > ul > li:last-child {
	border-bottom: none;
}
#sysFooter .sp-fnav .fnav-itemlist > ul > li > ul > li > a {
	display: inline-block;
	padding: 10px 0 10px 36px;
	width: 100%;
	height: 100%;
}

/* -------------------------------↓
 * CONTENTS　コンテンツエリア
 */
#sysMain {
	position: relative;
}

/**/
#sysMain h5,
#sysMain h4,
#sysMain h3,
#sysMain h2 {
	clear: both;
}

#sysMain h5,
#sysMain h4,
#sysMain h3,
#sysMain h2 {
	margin: 0 0;
	padding: 15px;
}
#sysMain p {
	margin: 0 0 5px;
	padding: 5px 0;
}
#sysMain h2 {
	font-size: 18px;
	font-weight: bold;
	border-left: 3px solid #F00;
	border-bottom: 1px solid #ABABAB;
	padding: 2px 0px 5px 10px;
	margin-bottom: 15px;
}
#sysMain h4.redline {
	margin:3px 0px 4px 0px;
	padding:2px 0px 0px 0px;
	border-bottom:2px solid #F60;
	color:#F60;
	font-size: 105%;
	font-weight: bold;
}

/* sysFuncBanner */
#sysMain .sysFuncBanner {}
#sysMain .sysFuncBanner ul li,
#sysMain .bannerArea ul li {
	clear: both;
	margin-bottom: 20px;
}
#sysMain .sysFuncBanner ul li.half,
#sysMain .bannerArea ul li.half {
	clear: none;
	float: left;
	width: 50%;
}

/* bannerarea */
#bannerarea {
	width: 100%;
	margin: 0 auto;
	padding: 15px 0;
	text-align: left;
}
#bannerarea img {
	margin-bottom: 5px;
}

/* singlelist */
ul.singlelist {
	text-align: left;
	margin: 0 20px 10px 0;
	list-style: none;
} 
ul.singlelist li {
	font-size: 100%;
	position: relative;
	line-height: 1;
	padding: 12px 0;
	border-bottom: 1px solid #CCC;
}
ul.singlelist li.no_entry {
	background: none;
	border: none;
	text-align: center;
}
.update,
span.update {
	color: #DC211C;
	margin: 1em;
}

/* boxlist */
#boxlist {
	padding: 10px 0;
}
#boxlist h3,
#boxlist h2 {
	margin: 0 0;
	padding: 0 0;
}
#boxlist h3 strong {
	color: #DC211C;
}
#boxlist p {
	margin: 0 0 5px;
	padding: 5px 20px;
	font-size: 84%;
	line-height: 1.3em;
}

/* box */
.box {
	border: 1px solid #CCC;
	width: 161px;
	height: 170px;
	height: 16em;
	text-align: center;
	float: left;
	margin-right: 6px;
	margin-bottom: 5px;
}
.box:hover {
	border: 1px solid #DC211C;
}

.photo2 {
	border: 1px solid #CCC;
	float: left;
	max-width:30%;
	max-height:30%;
}


/* -------------------------------↓
 * 商品一覧ページ（手動作成ページ）
 */
#sysMain .categoryItemList {}
#sysMain .categoryItemList h2 {
	font-size: 18px;
	font-weight: bold;
	border-left: 3px solid #F00;
	border-bottom: 1px solid #ABABAB;
	padding: 2px 0px 5px 10px;
	margin-bottom: 15px;
}
#sysMain .categoryItemList h2.img {
	border: none;
	padding: 0;
	margin-bottom: 5px;
}
#sysMain .categoryItemList h3 {
	background:  url(../img/h3_itemlist.png) top left no-repeat;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	padding: 5px 0 5px 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#sysMain .categoryItemList p.info {
	font-size: 13px;
	line-height: 160%;
	padding: 0;
	margin-bottom: 25px;
}

/* 商品一覧リスト */
.categoryItemList ul {
	margin-bottom: 15px;
	letter-spacing: -0.4em;
}
.categoryItemList ul:after {
	clear:both;
	content:'';
	display:block;
}
.categoryItemList ul li {
	display: inline-block;
	letter-spacing: normal;
	float: none;
	vertical-align: top;
	text-align: center;
	width: 33%;
	padding: 5px;
	margin-bottom: 15px;
}
.categoryItemList ul li:after {
	clear: both;
	content: '';
	display: block;
}
/* 商品画像 */
.categoryItemList ul li .img {
	margin-bottom: 3px;
}
.categoryItemList ul li .img img {
	width:100%;
        max-width:185px;
        height: auto;
}
/* 商品名 */
.categoryItemList ul li .name {
	font-size: 13px;
	line-height: 130%;
	padding: 0 3px 2px;
}
/* 価格 */
.categoryItemList ul li .price {
	font-size: 13px;
	line-height: 130%;
	/*color: #E60011;*/
	color: #000;
	padding: 0 3px 3px;
}

.categoryItemList ul li a:visited,
.categoryItemList ul li a:link {
	text-decoration: none;
	color: blue;
}
.categoryItemList ul li a:hover,
.categoryItemList ul li a:active {
	text-decoration: underline;
	color: #DC211C;
}

.categoryItemList ul li .zaiko {
	display: inline-block;
	width: 62px;
	height: 18px;
	margin-left: 1px;
	background: url(../img/icon/stock_01.gif) top left no-repeat;
}
.categoryItemList ul li .new {
	display: inline-block;
	width: 62px;
	height: 18px;
	margin-left: 1px;
	background: url(../img/icon/stock_02.gif) top left no-repeat;
}
.categoryItemList ul li .gift {
	display: inline-block;
	width: 62px;
	height: 18px;
	margin-left: 1px;
	background: url(../img/icon/stock_03.gif) top left no-repeat;
}
.categoryItemList ul li .gentei {
	display: inline-block;
	width: 62px;
	height: 18px;
	margin-left: 1px;
	background: url(../img/icon/stock_04.gif) top left no-repeat;
}
.categoryItemList ul li .osusume {
	display: inline-block;
	width: 62px;
	height: 18px;
	margin-left: 1px;
	background: url(../img/icon/stock_05.gif) top left no-repeat;
}
.categoryItemList ul li .ninki {
	display: inline-block;
	width: 62px;
	height: 18px;
	margin-left: 1px;
	background: url(../img/icon/stock_06.gif) top left no-repeat;
}
.categoryItemList ul li .futei {
	display: inline-block;
	width: 62px;
	height: 18px;
	margin-left: 1px;
	background: url(../img/icon/stock_07.gif) top left no-repeat;
}

/* -------------------------------↓
 * 商品一覧ページ（システム自動生成ページ）
 */
/* sysItemCategoryPankuzu */
.sysItemCategoryPankuzu {}
.sysItemCategoryPankuzu span,
.sysItemCategoryPankuzu a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 12px;
}
.sysItemCategoryPankuzu a {
	text-decoration: underline;
	color: #DC211C;
}
.sysItemCategoryPankuzu  br {
	display: none;
}

/* sysItemCategoryInfo*/
.sysItemCategoryInfo {}

/* sysCategoryDescription カテゴリーの説明*/
.sysCategoryDescription table td {
	font-size: 14px;
}

/* .sysItemCategoryCtl */
.sysItemCategoryCtl {
	font-size: 13px;
}
.sysItemCategoryCtl .sysCurrent {
	color: #dc211c;
}
.sysItemListViewType label {
	cursor: pointer;
}

/* .sysItemListDisp */
.sysItemListDisp {
	font-size: 13px;
}

/* sysItemList 商品一覧 */
.sysItemList .sysItemName {
	font-size: 13px;
	line-height: 140%;
	padding: 0 3px;
}
.sysItemList .sysRetailPrice {
	font-size: 13px;
	/*font-weight: bold;*/
	line-height: 140%;
	color: #E60011;
	padding: 3px 3px 0px;
}

.sysItemList input.sysCartInButton {
	margin: 0;
}
/* ボタン */
input.sysCartButton {
	margin: 5px 3px 10px;
}

/* 買い物カゴに入れるボタン */
input.sysCartInButton {
	float: left;
	background: url(../img/btn_inbasket.jpg) no-repeat 0 0;
	width: 140px;
	height: 35px;
	border: none;
	text-indent: -9999px;
	display: block;
	cursor: pointer;
}

/* review */
a.review {
	background: url(../img/icon/baloon.gif) no-repeat 0 46%;
	padding-left: 30px;
	text-decoration: underline;
}

/* -------------------------------↓
 * 商品詳細ページ
 */

/* sysCategoryPankuzu */
.sysCategoryPankuzu {}
.sysCategoryPankuzu span,
.sysCategoryPankuzu a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 12px;
}
.sysCategoryPankuzu a {
	text-decoration: underline;
	color: #DC211C;
}
.sysCategoryPankuzu  br {
	display: none;
}

#sysItemDetail {}
#sysItemDetail th,
#sysItemDetail td {
	font-size: 88%;
}

/* itemdetail */
#sysItemDetail .itemdetail,
.itemdetail {
	margin-left: 35%;
	width: 65%;
}
#sysItemDetail .itemdetail table,
.itemdetail table {
	width: 430px;
}
#sysItemDetail .itemdetail table td,
#sysItemDetail .itemdetail table th,
.itemdetail table td,
.itemdetail table th {
	text-align: left;
	vertical-align: top;
	padding: 0;
	font-size: 14px;
}
#sysItemDetail .itemdetail table th,
.itemdetail table th {
	white-space: normal;
}

/* taste */
#sysItemDetail table.taste,
table.taste {
	border-collapse: collapse;
	border: 1px solid #CCC;
	width: 100%;
	margin-bottom: 10px;
}
#sysItemDetail table.taste td,
#sysItemDetail table.taste th,
table.taste td,
table.taste th {
	text-align: center;
	padding: 10px 5px;
	width: 60px;
}
#sysItemDetail table.taste th,
table.taste th {
	background: #006633;
	color: #FFF;
	font-weight: bold;
}
#sysItemDetail table.taste td.article,
table.taste td.article {
	font-size: 130%;
	color: #000;
	font-weight: bold;
}

/* sysCartInForm */
.sysForm .sysCartInForm {
	padding: 22px 22px 10px;
	margin: 0;
	border: 1px solid #fb1325;
	/*background-color: #f0f0f0;*/
	margin-top: 25px;
	margin-bottom: 30px;
}
.sysForm .sysCartInForm #sysNumber {
	font-size: 14px;
	padding: 0;
}
.sysForm .sysCartInForm #sysNumber select {
	font-size: 14px;
	padding: 0 3px;
}
.sysForm .sysCartInForm #sysNumber .sysNumArea button {
	font-size: 12px;
	padding: 3px;
}
.sysForm .sysCartInForm #sysSubtotal {
	padding: 18px 0 0 2px;
}
.sysForm .sysCartInForm #sysSubtotal .sysSubtotalPrice {
	font-size: 22px;
	font-weight: bold;
	color: #FF4500;
}

/* カートに入れるボタン */
.sysCartInForm input.sysCartInButton {
	margin: 12px 10px 10px 0;
}

/* お気に入りに追加ボタン */
div#sysWishlist button {
	margin: 12px 0 10px 0;
	background: url(../img/btn_addfavorite.gif) no-repeat 0 0;
	width: 120px;
	height: 35px;
	border: none;
	text-indent: -9999px;
	display: block;
}

/* sysExplanation */
.sysExplanation {}
.sysExplanation .img {
	width: 45%;
	float: left;
	padding-right: 15px;
}

/* cheeseinfo */
.sysExplanation table.cheeseinfo,
table.cheeseinfo {
	border-collapse: collapse;
	width: 55%;
	float: right;
}
.sysExplanation table.cheeseinfo th,
table.cheeseinfo th {
	width: 6.5em;
	border: solid 1px #ccc;
	font-size: 14px;
	font-weight:bold;
	padding: 8px;
	text-align:center;
	background-color: #FFEAE3;
}
.sysExplanation table.cheeseinfo td,
table.cheeseinfo td {
	border: solid 1px #ccc;
	font-size: 14px;
	padding: 8px;
}

/* ---------- dot_table ---------------------------------------- */
.dot_table {
	margin-bottom: 40px;
}
.dot_table table {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px dotted #999999;
}
.dot_table table th, .dot_table td {
	padding: 4px;
	vertical-align: top;
	border-bottom: 1px dotted #999999;
}
.dot_table table th {
	text-align: left;
}
.dot_table table td {
}

div.redbox {
	margin:5px 5px 5px 0px;
	padding:8px;
	width:100%;
	border:2px solid #FF07E1;
}
.red_list {
	color: #F00;
}
.link2 {
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}

#sysMemberRegisterIndex span.ethna-error {
	color: red;
}
.sysEvaluation {
	color: red;
}
.sysItemList ul.sysThumbnail {
	letter-spacing: -.40em;
}
.sysItemList ul.sysThumbnail li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	letter-spacing: normal;
	float: none;
	vertical-align: top;
}

.topimg {
	width: 686px;
	height: 245px;
	margin-bottom: 30px;
}

/* ---------- guide 決済・配送・返品 ------------------------------ */
#guide #sysMain {}
#guide #sysMain h2 {
	font-size: 18px;
	font-weight: bold;
	border-left: 3px solid #F00;
	border-bottom: 1px solid #ABABAB;
	padding: 2px 0px 5px 10px;
	margin-bottom: 15px;
}
#guide #sysMain h3 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background-color: #e60011;
	padding: 5px 0 2px 10px;
	margin-bottom: 15px;
}
#guide #sysMain h4 {
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #000;
	padding: 0 0 0 3px;
	margin-bottom: 10px;
}
#guide #sysMain p {
	padding: 0;
	font-size: 14px;
	line-height: 180%;
}
#guide #sysMain strong {
	color: #f00;
}
#guide #sysMain  a:link{
	color:#0066FF;
	text-decoration: underline;
}
#guide #sysMain  a:visited{
	color:#003399;
	text-decoration: underline;
}
#guide #sysMain  a:active{
	color:#C04730;
	text-decoration: underline;
}
#guide #sysMain  a:hover{
	color:#DC211C;
	text-decoration: underline;
}
#guide #sysMain ul {
	padding-left: 6px;
}
#guide #sysMain ul li {
	list-style: inside disc;
	font-size: 14px;
	line-height: 180%;
}
#guide #sysMain > div {
	margin-bottom: 40px;
}
#guide #sysMain .column {
	padding: 0 5px;
	margin-bottom: 25px;
}
#guide #sysMain .image {
	margin: 8px 0;
}
#guide #sysMain table {
	width: 100%;
	border: solid 1px #E5E5E5;
	border-collapse: separate;
	margin: 15px 0;
}
#guide #sysMain td {
	border: solid 1px #E5E5E5;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0px;
	text-align: center;
}
#guide #sysMain td.grey {
	background-color: #F1F1F1;
}

/* ---------- company 会社概要 ------------------------------ */
#company #sysMain table {
	width: 100%;
	border: none;
	border-collapse: collapse;
}
#company #sysMain table th,
#company #sysMain table td {
	font-size: 13px;
	padding: 10px 12px;
	border: 1px solid #dad9c7;
}
#company #sysMain table th {
	width: 8em;
	font-weight: bold;
	background-color: #eee;
}
#company #sysMain table td {}

/* ---------- futeikan 不定貫商品について ------------------------------ */
#futeikan #sysMain {}
#futeikan #sysMain .image {
	text-align: center;
	margin: 30px 0 30px;
}

/* ---------- cooking クッキングレシピ ------------------------------ */

/* レシピ一覧ページ */

#cooking #sysMain h3 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background-color: #e60011;
	padding: 5px 0 2px 10px;
	margin-bottom: 15px;
}
#cooking #sysMain .sysContent > ul {
	margin-bottom: 15px;
	letter-spacing: -0.4em;
}
#cooking #sysMain .sysContent > ul:after {
	clear:both;
	content:'';
	display:block;
}
#cooking #sysMain .sysContent > ul li {
	display: inline-block;
	letter-spacing: normal;
	float: none;
	vertical-align: top;
	text-align: center;
	width: 33%;
	padding: 5px;
	margin-bottom: 15px;
}
#cooking #sysMain .sysContent > ul li:after {
	clear: both;
	content: '';
	display: block;
}
/* 商品画像 */
#cooking #sysMain .sysContent > ul li .img {
	margin-bottom: 3px;
}
#cooking #sysMain .sysContent > ul li .img img {
	width: 100%;
	height: auto;
}
/* 商品名 */
#cooking #sysMain .sysContent > ul li .name {
	font-size: 13px;
	line-height: 130%;
	padding: 0 3px 2px;
}
#cooking #sysMain .sysContent > ul li a:visited,
#cooking #sysMain .sysContent > ul li a:link {
	text-decoration: none;
	color: #DC211C;
}
#cooking #sysMain .sysContent > ul li a:hover,
#cooking #sysMain .sysContent > ul li a:active {
	text-decoration: underline;
	color: #DC211C;
}

/* レシピページ */
#sysMain .cookingRecipe {}
#sysMain .cookingRecipe h3 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background-color: #e60011;
	padding: 5px 0 2px 10px;
	margin-bottom: 15px;
}
#sysMain .cookingRecipe h4 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #000;
	padding: 0 0 3px 7px;
	margin: 30px 0 30px;
}
#sysMain .cookingRecipe p {
	font-size: 14px;
}
#sysMain .cookingRecipe img {
	vertical-align: bottom;
}
#sysMain .cookingRecipe .image {
	text-align: center;
	margin-bottom: 10px;
}

/* table */
#sysMain .cookingRecipe table {
	width: 100%;
	margin-bottom: 20px;
	font-size: 14px;
	border-collapse: collapse;
}
#sysMain .cookingRecipe table caption {
	text-align: left;
	padding-left: 4px;
	font-weight: bold;
}
#sysMain .cookingRecipe table th,
#sysMain .cookingRecipe table td {
	padding: 6px 12px 4px;
	border: 1px solid #e5e5e5;
}
#sysMain .cookingRecipe table th {
	width: 230px;
	background-color: #fffdd0;
}
#sysMain .cookingRecipe table td {
	text-align: right;
}

/* dl */
#sysMain .cookingRecipe dl {}
#sysMain .cookingRecipe dl dt {
	clear: both;
	float: left;
	width: 22px;
	height: 22px;
	background: url(../img/cooking/bg_recipe.gif) top left no-repeat;
	font-size: 14px;
	font-weight: bold;
	font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	text-align: center;
	color: #fff;
}
#sysMain .cookingRecipe dl dd {
	padding-left: 12px;
	overflow: hidden;
}
#sysMain .cookingRecipe dl dd p {
	padding: 0;
	line-height: 180%;
	margin-bottom: 20px;
}
#sysMain .cookingRecipe dl dd p.hasimage {
	float: left;
	width: 65%;
}
#sysMain .cookingRecipe dl dd img {
	text-align: right;
	width: 35%;
	padding-left: 15px;
	margin-bottom: 20px;
}


/* ---------- ログイン ------------------------------ */
#sysMain h3.sysMypageMinorHeadLine,
#sysMain h3.SysMypageMinorHeadLine {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background-color: #e60011;
	padding: 5px 0 2px 10px;
	margin-bottom: 15px;
}
#sysMain .sysLoginForm {
	padding: 20px 15px;
	border: 1px solid #ababab;
}
#sysMain .sysLoginForm .sysFormItem {
	margin-bottom: 20px;
}

/* ---------- 入力フォーム ------------------------------ */
#sysFormIndex .sysForm,
#sysMemberRegisterIndex .sysForm,
#sysMypageEditMember .sysForm,
#sysMypageEditDelivery .sysOtherAddress {
	padding: 20px 15px;
	border: 1px solid #ababab;
}
#sysFormIndex .sysFormItem,
#sysMemberRegisterIndex .sysFormItem,
#sysMypageEditMember .sysFormItem,
#sysMypageEditDelivery .sysFormItem {
	margin-bottom: 20px;
}
#sysFormIndex textarea {
	width: 100%;
}

@media screen and (max-width:480px){
/* common */
div#sysAll {
	width: 100%;
}
div#sysHeader {
	margin: 0;
	position: relative;
}
div#sysFooter {}
div#sysFooter .sysContent {
	padding: 0;
}
div#sysMain,
div#sysAside {
	float: none;
	width: 100%;
	margin: 0 auto 4%;
}
div#sysMain {
	padding: 0 1.5%;
}
div#sysMain .box {
	border: 1px solid #CCC;
	width: 100%;
	height: auto;
	text-align: center;
	float: none;
	margin-right: 6px;
	margin-bottom: 5px;
}

/* sp-header スマホ用ヘッダー */
#sysHeader .sp-header {
	width: 100%;
	margin: 0 0 2%;
	text-align: left;
	padding: 10px 15px 13% 15px;
	background: #FFF url("../img/header/bg_head.gif") no-repeat center bottom;
	background-size: contain;
}
#sysHeader .sp-header .sp-logo {
	float: left;
	max-width: 250px;
	width: 42%;
	height: auto;
	margin-top: 5px;
}
#sysHeader .sp-gnav {
	float: right;
}
#sysHeader .sp-gnav ul li {
	float: left;
	margin-left: 10px;
}
#sysHeader .sp-gnav ul li:first-child {
	margin-left: 0;
}

/* sp-menu */
#sp-menu {
	clear: both;
	display: none;
	position: absolute;
	top: 65px;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 100;
	overflow: hidden;
}
#sp-menu ul {
	border-top: 1px solid #aaa;
}
#sp-menu li {
	font-size: 14px;
	color: #333;
}
#sp-menu > ul > li {
	background-color: #fff;
	border-bottom: 1px solid #aaa;
}
#sp-menu > ul > li > a,
#sp-menu > ul > li > span {
	display: inline-block;
	padding: 12px 15px;
	width: 100%;
	height: 100%;
}
#sp-menu > ul > li > span {
	background: url(../img/header/spmenu_arrow.png) no-repeat;
	background-position: 97% center;
	background-size: 9px 12px;
	cursor: pointer;
}
#sp-menu > ul > li > ul {
	display: none;
}
#sp-menu > ul > li > ul > li {
	background-color: #f6f6f6;
	border-bottom: 1px solid #ddd;
}
#sp-menu > ul > li > ul > li:last-child {
	border-bottom: none;
}
#sp-menu > ul > li > ul > li > a {
	display: inline-block;
	padding: 10px 0 10px 25px;
	width: 100%;
	height: 100%;
}

/* btn-fixed */
#btn-fixed {
	position: fixed;
	bottom: 20px;
	right: 4px;
	z-index: 10000;
}
#btn-fixed img {
	vertical-align: bottom;
}
#btn-fixed #pagetop {
	cursor: pointer;
	margin-bottom: 1px;
}

/* sysMain */
#sysMain img {
	height: auto;
}

/* sysFuncBanner */
#sysMain .sysFuncBanner {}
#sysMain .sysFuncBanner ul li {
	clear: both;
	margin-bottom: 1.5%;
}
#sysMain .sysFuncBanner ul li.half {
	clear: none;
	float: left;
	width: 50%;
}

#sysMain .spCalendarArea {
	text-align: center;
}

/* -------------------------------↓
 * 商品一覧ページ（手動作成ページ）
 */
#sysMain .categoryItemList {}
#sysMain .categoryItemList h2 {
	margin-bottom: 2%;
}
#sysMain .categoryItemList h3 {
	font-size: 16px;
	padding: 5px 0 5px 16px;
	margin-top: 2%;
	margin-bottom: 2%;
}
#sysMain .categoryItemList p.info {
	font-size: 15px;
	line-height: 160%;
	margin-bottom: 3%;
}

/* 商品一覧リスト */
.categoryItemList ul {
	margin-bottom: 3%;
	letter-spacing: -0.4em;
}
.categoryItemList ul li {
	width: 50%;
	padding: 2%;
	margin-bottom: 0;
}
/* 商品画像 */
.categoryItemList ul li .img {
	margin-bottom: 2%;
}
.categoryItemList ul li .img img {
	width:100%;
}
/* 商品名 */
.categoryItemList ul li .name {
	font-size: 14px;
	line-height: 140%;
	padding: 0;
}
/* 価格 */
.categoryItemList ul li .price {
	font-size: 13px;
	line-height: 140%;
	padding: 0 0 0;
}

.sysItemList ul.sysThumbnail li:nth-child(odd) {
	clear: both;
}

/* -------------------------------↓
 * 商品一覧ページ（システム自動生成ページ）
 */
/* sysItemCategoryPankuzu */
.sysItemCategoryPankuzu {
	margin: 4% 0 0;
}
.sysItemCategoryPankuzu span,
.sysItemCategoryPankuzu a {
	font-size: 16px;
}

/* sysCategoryDescription カテゴリーの説明*/
.sysCategoryDescription table td {
	font-size: 16px;
	padding: 0 1.5%;
}

/* .sysItemCategoryCtl */
.sysItemCategoryCtl {
	font-size: 16px;
}
.sysItemCategoryCtl .sysCurrent {
	color: #dc211c;
}

.sysItemListViewType label {
	cursor: pointer;
}

/* .sysItemListDisp */
.sysItemListDisp {
	font-size: 16px;
	margin-bottom: 2%;
}

/* sysItemList 商品一覧 */
.sysItemList .sysItemName {
	font-size: 15px;
	line-height: 160%;
	padding: 0 0;
}
.sysItemList .sysRetailPrice {
	font-size: 15px;
	/*font-weight: bold;*/
	line-height: 160%;
	color: #E60011;
	padding: 0 0;
}
.sysItemList ul.sysThumbnail li {
	float: left;
	width: 50%;
	padding: 2%;
	line-height: 100%;
	position:relative;
}
.sysItemList ul.sysThumbnail li:nth-child(odd) {
	clear: both;
}

.sysItemList ul.sysThumbnail li input.sysCartButton {
	margin: 5px 0 5px;
}

.sysItemList ul.sysThumbnail li input.sysCartInButton {
	background-size: contain;
	width: 102px;
	height: 28px;
}
.sysItemList ul.sysThumbnail li input.sysSelectVariationButton {
	width: 102px;
	height: 28px;
	font-size: 6pt;
}
.sysItemList ul.sysThumbnail li input.sysGoCartButton {
	width: 102px;
	height: 28px;
	font-size:6pt;
}
.sysAddVariation select {
	width: 102px;
	height: 28px;
	font-size: 6pt;
}
.sysItemList ul.sysList form {
	margin: 0;
	float: right;
}

/* -------------------------------↓
 * 商品詳細ページ sysItemDetail
 */

/* sysCategoryPankuzu */
.sysCategoryPankuzu {
	margin: 4% 0 0;
}
.sysCategoryPankuzu span,
.sysCategoryPankuzu a {
	font-size: 15px;
}

/* sysItemDetail */
#sysItemDetail {}
#sysItemDetail th,
#sysItemDetail td {
	font-size: 88%;
}

/* taste */
#sysItemDetail {}
#sysItemDetail table.taste,
table.taste {
	margin-bottom: 2%;
}
#sysItemDetail table.taste td,
#sysItemDetail table.taste th,
table.taste td,
table.taste th {
	text-align: center;
	padding: 6px 2px;
}
#sysItemDetail table.taste td.article,
table.taste td.article {
	font-size: 100%;
}
#sysItemDetail table.taste td img,
table.taste td img {
	width: 18px;
	vertical-align: middle;
}

/* sysCartInForm */
.sysForm .sysCartInForm {
	padding: 5% 5% 5%;
	margin: 0;
	margin-top: 4%;
	margin-bottom: 4%;
}
.sysForm .sysCartInForm #sysNumber {
	font-size: 14px;
	padding: 0;
}
.sysForm .sysCartInForm #sysNumber select {
	font-size: 14px;
	padding: 3px 5px;
}
.sysForm .sysCartInForm #sysNumber .sysNumArea button {
	font-size: 14px;
	padding: 3px;
}
.sysForm .sysCartInForm #sysSubtotal {
	padding: 6% 0 2% 2%;
}
.sysForm .sysCartInForm #sysSubtotal .sysSubtotalPrice {
	font-size: 24px;
	font-weight: bold;
	color: #FF4500;
}

/* カートに入れるボタン */
.sysCartInForm input.sysCartInButton {
	float: none;
	margin: 2% 0 0 0;
}

/* お気に入りに追加ボタン */
div#sysWishlist button {
	margin: 2% 0 0 0;
	background: url(../img/btn_addfavorite.gif) no-repeat 0 0;
	width: 120px;
	height: 35px;
	border: none;
	text-indent: -9999px;
	display: block;
}

/* sysExplanation */
.sysExplanation {}
.sysExplanation .img {
	width: 100%;
	float: none;
	padding-right: 0;
}

/* cheeseinfo */
.sysExplanation table.cheeseinfo,
table.cheeseinfo {
	width: 100%;
	float: none;
}
.sysExplanation table.cheeseinfo th,
table.cheeseinfo th {
	width: 6.5em;
	font-size: 14px;
}
.sysExplanation table.cheeseinfo td,
table.cheeseinfo td {
	font-size: 14px;
	padding: 2%;
}

/* sysFooter */
#sysFooter #footer {
	border-top: 1px solid #000;
	padding-top: 4%;
	padding-right: 53px;
}
#sysFooter #footer .f_left {
	float: none;
}
#sysFooter #footer img {
	padding-left: 5px;
	vertical-align: bottom;
	height: auto;
}
#sysFooter #footer p.copyright {
	text-align: right;
	padding: 0;
	margin: 0 5px 0 0;
	font-size: 60%;
	color: #999;
}

/* guide */
#guide #sysMain h2 {
	margin-top: 3%;
	margin-bottom: 3%;
}
#guide #sysMain h3 {
	margin-bottom: 3%;
}
#guide #sysMain h4 {
	margin-bottom: 2%;
}
#guide #sysMain .column {
	margin-bottom: 4%;
}


/* ---------- cooking クッキングレシピ ------------------------------ */

/* クッキングレシピ一覧ページ */

#cooking #sysMain {}
#cooking #sysMain h2 {
	margin-bottom: 2%;
}
#cooking #sysMain h3 {
	margin-top: 2%;
	margin-bottom: 2%;
}

/* 商品一覧リスト */
#cooking #sysMain .sysContent > ul {
	margin-bottom: 3%;
	letter-spacing: -0.4em;
}
#cooking #sysMain .sysContent > ul li {
	width: 50%;
	padding: 2%;
	margin-bottom: 0;
}
/* 商品画像 */
#cooking #sysMain .sysContent > ul li .img {
	margin-bottom: 2%;
}
#cooking #sysMain .sysContent > ul li .img img {
	width:100%;
}
/* 料理名 */
#cooking #sysMain .sysContent > ul li .name {
	font-size: 14px;
	line-height: 140%;
	padding: 0;
}

#cooking #sysMain .sysContent > ul li:nth-child(odd) {
	clear: both;
}

/* クッキングレシピ詳細ページ */
#sysMain .cookingRecipe {}
#sysMain .cookingRecipe h3 {
	margin-bottom: 3%;
}
#sysMain .cookingRecipe h4 {
	margin: 5% 0 8%;
}

/* table */
#sysMain .cookingRecipe table {
	margin-bottom: 5%;
}
#sysMain .cookingRecipe table th,
#sysMain .cookingRecipe table td {
	padding: 4px 6px 4px;
}
#sysMain .cookingRecipe table th {
	width: 55%;
}
#sysMain .cookingRecipe table td {
}

/* dl */
#sysMain .cookingRecipe dl {}
#sysMain .cookingRecipe dl dt {
}
#sysMain .cookingRecipe dl dd {
	padding-left: 12px;
	overflow: hidden;
}
#sysMain .cookingRecipe dl dd p,
#sysMain .cookingRecipe dl dd p.hasimage {
	float: none;
	width: 100%;
	padding: 0;
	line-height: 160%;
	margin-bottom: 5%;
}
#sysMain .cookingRecipe dl dd img {
	float: none;
	width: 100%;
	height: auto;
	padding-left: 0;
	margin-bottom: 5%;
}

/* 商品詳細ページの価格を隠す */
.sysRetailPrice.sysDisplayPcNone {
	display: none;
}

}
@media screen and (min-width:481px) and (max-width:480px){
/* common */
div#sysAll {
	width: 100%;
}
div#sysHeader {
	margin: 0;
	position: relative;
}
div#sysFooter {}
div#sysFooter .sysContent {
	padding: 0;
}
div#sysMain,
div#sysAside {
	float: none;
	width: 100%;
	margin: 0 auto 4%;
}
div#sysMain {
	padding: 0 1.5%;
}
div#sysMain .box {
	border: 1px solid #CCC;
	width: 100%;
	height: auto;
	text-align: center;
	float: none;
	margin-right: 6px;
	margin-bottom: 5px;
}

/* sp-header スマホ用ヘッダー */
#sysHeader .sp-header {
	width: 100%;
	margin: 0 0 2%;
	text-align: left;
	padding: 10px 15px 13% 15px;
	background: #FFF url("../img/header/bg_head.gif") no-repeat center bottom;
	background-size: contain;
}
#sysHeader .sp-header .sp-logo {
	float: left;
	max-width: 250px;
	width: 42%;
	height: auto;
	margin-top: 5px;
}
#sysHeader .sp-gnav {
	float: right;
}
#sysHeader .sp-gnav ul li {
	float: left;
	margin-left: 10px;
}
#sysHeader .sp-gnav ul li:first-child {
	margin-left: 0;
}

/* sp-menu */
#sp-menu {
	clear: both;
	display: none;
	position: absolute;
	top: 65px;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 100;
	overflow: hidden;
}
#sp-menu ul {
	border-top: 1px solid #aaa;
}
#sp-menu li {
	font-size: 14px;
	color: #333;
}
#sp-menu > ul > li {
	background-color: #fff;
	border-bottom: 1px solid #aaa;
}
#sp-menu > ul > li > a,
#sp-menu > ul > li > span {
	display: inline-block;
	padding: 12px 15px;
	width: 100%;
	height: 100%;
}
#sp-menu > ul > li > span {
	background: url(../img/header/spmenu_arrow.png) no-repeat;
	background-position: 97% center;
	background-size: 9px 12px;
	cursor: pointer;
}
#sp-menu > ul > li > ul {
	display: none;
}
#sp-menu > ul > li > ul > li {
	background-color: #f6f6f6;
	border-bottom: 1px solid #ddd;
}
#sp-menu > ul > li > ul > li:last-child {
	border-bottom: none;
}
#sp-menu > ul > li > ul > li > a {
	display: inline-block;
	padding: 10px 0 10px 25px;
	width: 100%;
	height: 100%;
}

/* btn-fixed */
#btn-fixed {
	position: fixed;
	bottom: 20px;
	right: 4px;
	z-index: 10000;
}
#btn-fixed img {
	vertical-align: bottom;
}
#btn-fixed #pagetop {
	cursor: pointer;
	margin-bottom: 1px;
}

/* sysMain */
#sysMain img {
	height: auto;
}

/* sysFuncBanner */
#sysMain .sysFuncBanner {}
#sysMain .sysFuncBanner ul li {
	clear: both;
	margin-bottom: 1.5%;
}
#sysMain .sysFuncBanner ul li.half {
	clear: none;
	float: left;
	width: 50%;
}

#sysMain .spCalendarArea {
	text-align: center;
}

/* -------------------------------↓
 * 商品一覧ページ（手動生成ページ）
 */
#sysMain .categoryItemList {}
#sysMain .categoryItemList h2 {
	margin-bottom: 2%;
}
#sysMain .categoryItemList h3 {
	font-size: 16px;
	padding: 5px 0 5px 16px;
	margin-top: 2%;
	margin-bottom: 2%;
}
#sysMain .categoryItemList p.info {
	font-size: 15px;
	line-height: 160%;
	margin-bottom: 3%;
}

/* 商品一覧リスト */
.categoryItemList ul {
	margin-bottom: 3%;
	letter-spacing: -0.4em;
}
.categoryItemList ul li {
	width: 50%;
	padding: 2%;
	margin-bottom: 0;
}
/* 商品画像 */
.categoryItemList ul li .img {
	margin-bottom: 2%;
}
.categoryItemList ul li .img img {
	width:100%;
}
/* 商品名 */
.categoryItemList ul li .name {
	font-size: 14px;
	line-height: 140%;
	padding: 0;
}
/* 価格 */
.categoryItemList ul li .price {
	font-size: 13px;
	line-height: 140%;
	padding: 0 0 0;
}

.sysItemList ul.sysThumbnail li:nth-child(odd) {
	clear: both;
}

/* -------------------------------↓
 * 商品一覧ページ
 */
/* sysItemCategoryPankuzu */
.sysItemCategoryPankuzu {
	margin: 4% 0 0;
}
.sysItemCategoryPankuzu span,
.sysItemCategoryPankuzu a {
	font-size: 16px;
}

/* sysCategoryDescription カテゴリーの説明*/
.sysCategoryDescription table td {
	font-size: 16px;
	padding: 0 1.5%;
}

/* .sysItemCategoryCtl */
.sysItemCategoryCtl {
	font-size: 16px;
}
.sysItemCategoryCtl .sysCurrent {
	color: #dc211c;
}

.sysItemListViewType label {
	cursor: pointer;
}

/* .sysItemListDisp */
.sysItemListDisp {
	font-size: 16px;
	margin-bottom: 2%;
}

/* sysItemList 商品一覧 */
.sysItemList .sysItemName {
	font-size: 15px;
	line-height: 160%;
	padding: 0 0;
}
.sysItemList .sysRetailPrice {
	font-size: 15px;
	/*font-weight: bold;*/
	line-height: 160%;
	color: #E60011;
	padding: 0 0;
}
.sysItemList ul.sysThumbnail li {
	float: left;
	width: 50%;
	padding: 2%;
	line-height: 100%;
	position:relative;
}
.sysItemList ul.sysThumbnail li:nth-child(odd) {
	clear: both;
}

.sysItemList ul.sysThumbnail li input.sysCartButton {
	margin: 5px 0 5px;
}

.sysItemList ul.sysThumbnail li input.sysCartInButton {
	background-size: contain;
	width: 102px;
	height: 28px;
}
.sysItemList ul.sysThumbnail li input.sysSelectVariationButton {
	width: 102px;
	height: 28px;
	font-size: 6pt;
}
.sysItemList ul.sysThumbnail li input.sysGoCartButton {
	width: 102px;
	height: 28px;
	font-size:6pt;
}
.sysAddVariation select {
	width: 102px;
	height: 28px;
	font-size: 6pt;
}
.sysItemList ul.sysList form {
	margin: 0;
	float: right;
}

/* -------------------------------↓
 * 商品詳細ページ sysItemDetail
 */

/* sysCategoryPankuzu */
.sysCategoryPankuzu {
	margin: 4% 0 0;
}
.sysCategoryPankuzu span,
.sysCategoryPankuzu a {
	font-size: 15px;
}

/* sysItemDetail */
#sysItemDetail {}
#sysItemDetail th,
#sysItemDetail td {
	font-size: 88%;
}

/* taste */
#sysItemDetail {}
#sysItemDetail table.taste,
table.taste {
	margin-bottom: 2%;
}
#sysItemDetail table.taste td,
#sysItemDetail table.taste th,
table.taste td,
table.taste th {
	text-align: center;
	padding: 6px 2px;
}
#sysItemDetail table.taste td.article,
table.taste td.article {
	font-size: 100%;
}
#sysItemDetail table.taste td img,
table.taste td img {
	width: 18px;
	vertical-align: middle;
}

/* sysCartInForm */
.sysForm .sysCartInForm {
	padding: 5% 5% 5%;
	margin: 0;
	margin-top: 4%;
	margin-bottom: 4%;
}
.sysForm .sysCartInForm #sysNumber {
	font-size: 14px;
	padding: 0;
}
.sysForm .sysCartInForm #sysNumber select {
	font-size: 14px;
	padding: 3px 5px;
}
.sysForm .sysCartInForm #sysNumber .sysNumArea button {
	font-size: 14px;
	padding: 3px;
}
.sysForm .sysCartInForm #sysSubtotal {
	padding: 6% 0 2% 2%;
}
.sysForm .sysCartInForm #sysSubtotal .sysSubtotalPrice {
	font-size: 24px;
	font-weight: bold;
	color: #FF4500;
}

/* カートに入れるボタン */
.sysCartInForm input.sysCartInButton {
	float: none;
	margin: 2% 0 0 0;
}

/* お気に入りに追加ボタン */
div#sysWishlist button {
	margin: 2% 0 0 0;
	background: url(../img/btn_addfavorite.gif) no-repeat 0 0;
	width: 120px;
	height: 35px;
	border: none;
	text-indent: -9999px;
	display: block;
}

/* sysExplanation */
.sysExplanation {}
.sysExplanation .img {
	width: 100%;
	float: none;
	padding-right: 0;
}

/* cheeseinfo */
.sysExplanation table.cheeseinfo,
table.cheeseinfo {
	width: 100%;
	float: none;
}
.sysExplanation table.cheeseinfo th,
table.cheeseinfo th {
	width: 6.5em;
	font-size: 14px;
}
.sysExplanation table.cheeseinfo td,
table.cheeseinfo td {
	font-size: 14px;
	padding: 2%;
}

/* sysFooter */
#sysFooter #footer {
	border-top: 1px solid #000;
	padding-top: 4%;
	padding-right: 53px;
}
#sysFooter #footer .f_left {
	float: none;
}
#sysFooter #footer img {
	padding-left: 5px;
	vertical-align: bottom;
	height: auto;
}
#sysFooter #footer p.copyright {
	text-align: right;
	padding: 0;
	margin: 0 5px 0 0;
	font-size: 60%;
	color: #999;
}

/* guide */
#guide #sysMain h2 {
	margin-top: 3%;
	margin-bottom: 3%;
}
#guide #sysMain h3 {
	margin-bottom: 3%;
}
#guide #sysMain h4 {
	margin-bottom: 2%;
}
#guide #sysMain .column {
	margin-bottom: 4%;
}


/* ---------- cooking クッキングレシピ ------------------------------ */
#cooking #sysMain .word {
	margin: 3% 0;
}
#cooking #sysMain .description {
	text-align: center;
	margin: 7% 0 5%;
}
#cooking #sysMain .description p {
	text-align: left;
	margin: 0 2%;
}
#cooking #sysMain .description img {
	margin-bottom: 2%;
}

/* taste 味＆香り */
#cooking #sysMain .taste {
	margin: 3% 0 3%;
}
#cooking #sysMain .taste .image {
	float: none;
	max-width: 100%;
	width: 100%;
	border: none;
}
#cooking #sysMain .taste .table {
	margin: 3% 0;
	float: none;
	width: 100%;
}
#cooking #sysMain .taste .table table td,
#cooking #sysMain .taste .table table th {
	font-size: 100%;
}
#cooking #sysMain .taste .table table th {
	padding: 6px 2px;
}
#cooking #sysMain .taste .table table td img {
	width: 18px;
	vertical-align: middle;
}
#cooking #sysMain .taste .table table td.article {
	font-size: 100%;
}

#cooking #sysMain .together {
	margin: 3% 0;
	text-align: center;
}
#cooking #sysMain .together a {
	height: 100%;
}
#cooking #sysMain .together img {
	width: 100%;
	margin: 2% 0;
}
#cooking #sysMain .together a:first-child img {
	margin-left: 0;
}
#cooking #sysMain .info {
	margin: 3% 0;
}
#cooking #sysMain .info .image {
	float: none;
	width: 100%;
}
#cooking #sysMain .info .table {
	float: none;
	width: 100%;
}

#cooking #sysMain .info .table table {
	width: 100%;
	margin: 3% 0;
}
}
@media screen and (min-width:481px){

}
/* #END_OF_RESOURCE_FILE */
