@charset "shift_jis";

/* ショッピング　一覧ページ */

.item-case {
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	color: #333333;
	width: 670px;
	margin-left: 30px;
	margin-top: 5px;
	margin-bottom: 15px;
	overflow: hidden;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C2C2C2;
	clear: both;
}
.item-case-photo {
	text-align: left;
	float: left;
	width: 90px;
}
.item-case-info {
	float: left;
	width: 315px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 1em;
	color: #333333;
	line-height: 1.3em;
}
.item-case-allergen {
	width: 255px;
	float: right;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 1em;
}
.item-case-info table {
	color: #000000;
	width: 314px;
	border-collapse:separate;
	border-spacing:1px;
	background-color: #FF8306;
	margin-bottom: 10px;
}
.item-case-info td {
	color: #000000;
	background-color: #FFFFFF;
	padding: 3px;
}
.item-case-info th {
	color: #000099;
	background-color: #FFCC66;
	text-align: left;
	padding: 3px;
	width: 65px;
}
.item-case-allergen-title {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0099FF;
	text-align: center;
	padding: 3px;
	width: 249px;
	display: block;
}
.item-case-allergen table {
	width: 255px;
	border-collapse:separate;
	border-spacing:1px;
	background-color: #0099FF;
	text-align: center;
	margin-bottom: 5px;
	font-size: 1em;
}
.item-case-allergen th {
	color: #333399;
	background-color: #77D7FF;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 14.3%;
	white-space: nowrap;
}
.item-case-allergen td {
	color: #000000;
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
}
.frozen-strong {
	font-weight: normal;
	color: #FF0000;
}

/* 一覧ページリニューアル */
#maincont #itemListGroup {
	margin-left: 50px;
}

#maincont #itemListGroup .itemList {
	background-image: url(../common/base/list_back_2.jpg);
	background-repeat: no-repeat;
	float: left;
	/* height: 299px; */
	height:28em;
	width: 315px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#maincont #itemListGroup .itemList h3 {
	float: right;
	width: 215px;
	margin-top: 6px;
	margin-right: 4px;
	font-size: 1.1em;
	margin-bottom: 3px;
	height: 2em;
	padding-left: 3px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #F93;
}
*html #maincont #itemListGroup .itemList h3 {
	width:210px;
}

#maincont #itemListGroup .itemList .itemPhoto {
	float: left;
	width: 80px;
	margin-top: 6px;
	margin-left: 6px;
	margin-bottom: 4px;
}
#maincont #itemListGroup .itemList .itemPrice {
	margin-top: 5px;
	margin-right: 3px;
	float: right;
	width: 196px;
	line-height: 1.3em;
}

*html #maincont #itemListGroup .itemList .itemPrice {
	width: 190px;
}
#maincont #itemListGroup .itemList .itemPrice img {
	float: left;
	margin-top: 2px;
	margin-right: 3px;
	margin-bottom: 2px;
}
#maincont #itemListGroup .itemList .itemMaterial {
	font-size: 0.9em;
	clear: both;
	/* height: 70px; */
	height:7em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D0D0D0;
	border-right-color: #D0D0D0;
	border-bottom-color: #D0D0D0;
	border-left-color: #D0D0D0;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 9px;
	padding-left: 6px;
	background-image: url(../common/base/list_back_middleUp.jpg);
	background-repeat: repeat-y;
	background-position: center;
	line-height: 1.2em;
}
#maincont #itemListGroup .itemList .itemAllergen {
	text-align: center;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F90;
	border-right-color: #F90;
	border-bottom-color: #F90;
	border-left-color: #F90;
	height: 44px;
	background-image: url(../common/base/list_back_middleUp.jpg);
	background-repeat: repeat-y;
	background-position: center;
	padding-left: 5px;
}
#maincont #itemListGroup .itemList .itemComment {
	font-size: 0.95em;
	line-height: 1.2em;
	clear: both;
	height: 4.5em;
	background-image: url(../common/base/list_back_middle.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-top: 5px;
	margin: 0px;
}
#maincont #itemListGroup .itemList .itemButton {
	text-align: center;
	clear: both;
	background-image: url(../common/base/list_back_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 0.5em;
}
#maincont #itemListGroup .itemList .itemAllergen img {
	margin: 0px;
	padding: 0px;
	float: left;
}
#maincont #itemListGroup .itemList .label {
	color:#666;
}

#maincont #itemListGroup .itemWide .itemList {
	background-image: url(../common/base/list_back_wide.jpg);
	background-repeat: no-repeat;
	/* height: 299px; */
	height:26em;
	width: 650px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}

#maincont #itemListGroup .itemWide .itemList h3 {
	float: right;
	width: 535px;
	margin-top: 6px;
	margin-right: 4px;
	font-size: 1.1em;
	margin-bottom: 3px;
	height: 2em;
}
#maincont #itemListGroup .itemWide .itemList .itemPhoto {
	float: left;
	width: 80px;
	margin-top: 6px;
	margin-left: 6px;
	margin-bottom: 4px;
}
#maincont #itemListGroup .itemWide .itemList .itemPrice {
	margin-top: 5px;
	margin-right: 3px;
	float: right;
	width: 535px;
	line-height: 1.6em;
}
#maincont #itemListGroup .itemWide .itemList .itemPrice img {
	float: left;
	margin-top: 2px;
	margin-right: 3px;
	margin-bottom: 2px;
}
#maincont #itemListGroup .itemWide .itemList .itemMaterial {
	font-size: 0.9em;
	clear: both;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-top: 4px;
	/* height: 70px; */
	height:6em;
	background-image: url(../common/base/list_back_middleUp_W.jpg);
	background-repeat: repeat-y;
	background-position: center;
	line-height:1.2em;
}
#maincont #itemListGroup .itemWide .itemList .itemAllergen {
	text-align: center;
	clear: both;
	/*
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	*/
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F90;
	border-right-color: #F90;
	border-bottom-color: #F90;
	border-left-color: #F90;
	/*  width: 305px; */
	height: 44px;
	
	background-image: url(../common/base/list_back_middleUp_W.jpg);
	background-repeat: repeat-y;
	background-position: center;
	padding-left: 160px;
}
#maincont #itemListGroup .itemWide .itemList .itemComment {
	font-size: 0.95em;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 8px;
	line-height: 1.2em;
	clear: both;
	height: 3.5em;
	
	background-image: url(../common/base/list_back_middle_W.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-top: 5px;
	margin: 0px;
}
#maincont #itemListGroup .itemWide .itemList .itemButton {
	text-align: center;
	clear: both;
	background-image: url(../common/base/list_back_bottom_W.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top:0.5em;
	padding-bottom: 0.5em;
}
#maincont #itemListGroup .itemWide .itemList .itemAllergen img {
	margin: 0px;
	padding: 0px;
	float: left;
}
#maincont #itemListGroup .itemWide .itemList .label {
	color:#666;
}
#maincont #itemListGroup .pageTop {
	clear: both;
	text-align: right;
	height: 30px;
	width: 650px;
	margin-bottom: 15px;
}
#maincont .itemCat {
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 6px;
	width:710px;
	background-color: #CCC;
}
#maincont .itemCat h3 {
	font-size: 1em;
	text-align: center;
	float: left;
	width: 18px;
	padding-top: 1.5em;
	clear: both;
}
#maincont .itemCat table {
	width:692px;
	border-collapse:separate;
	border-spacing:1px;
}

*html #maincont .itemCat table {
	width:689px;
}
#maincont .itemCat th {
	font-size: 0.9em;
	color: #575757;
	background-color: #DFDFDF;
	padding: 3px;
	text-align: center;
}
#maincont .itemCat tr {
	background-color: #FFF;	
}
#maincont .itemCat .itemTrBack {
	background-color:#EEFAFF;	
}

#maincont .itemCat td {
	font-size: 1em;
	color: #333;	
	text-align: center;
	vertical-align: middle;
	padding-top: 2px;
	padding-bottom: 2px;
}
#maincont .itemCat table img {
	vertical-align: middle;
	margin: 2px;
}
#maincont .itemCat table input {
	vertical-align: middle;
}
#maincont .itemCat table select {
	vertical-align: middle;
}
#maincont .itemCat table .itemName {
	text-align:left;
	width:250px;
	font-size: 0.95em;
}
#maincont .itemCat table .itemSpec {
	text-indent:2px;
	text-align:left;
	font-size:0.95em;
	width:180px;
}
#maincont .itemCat table .itemPrice {
	font-size:1.2em;
	width:75px;
}
#maincont #itemListGroup h2 {
	color: #333;
	background-color: #EBEBEB;
	text-align: center;
	padding: 4px;
	clear: both;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 645px;
}
#maincont #itemListGroup .itemList .itemTemp {
	float: left;
	width: 26px;
	margin-top: 8px;
}
