@charset "utf-8";
/* CSS Document */

h2#pro {
	margin-bottom: 13px;
	padding-bottom: 7px;
	padding-left: 0px;
	height: auto;
	background: none;
	border-bottom: #b7171a 2px solid;
	font-size: 140%;
	font-weight: bold;
	color: #595757;
	line-height: 150%;
}
h3 {
	margin-bottom: 10px;
	border: #c9caca 1px solid;
	text-align: center;
}
	h3 img {
		margin: 5px auto;
	}
select {
	margin-left: 10px;
	width: 50px;
}
.red {
	color: #e40115;
}


/* 詳細ページ ****************************/
/* 画像リスト */
ul#piclist {
}
	ul#piclist li {
		display: inline;
		margin-right: 5px;
	}
		ul#piclist li img {
			border: #CCC 1px solid;
		}
		ul#piclist li img:hover {
			border: #b7171a 1px solid;
			cursor: pointer;
		}
p#piclist_a {
	margin-bottom: 17px;
	font-size: 80%;
}

/* カート１ */
div#first {
}
	div#first div#first_left {
		width: 49%;
		float: left;
	}
		div#first div#first_left p#logo0 {
			margin-bottom: 5px;
			text-indent: -9999px;
		}
		div#first div#first_left p.logo_zk55 {
			width: 255px;
			height: 84px;
			background: url(/img/products/zk/zk55/logo.jpg) left top no-repeat;
		}
		div#first div#first_left p.logo_zk25 {
			width: 298px;
			height: 84px;
			background: url(/img/products/zk/zk25/logo.jpg) left top no-repeat;
		}
		div#first div#first_left p.logo_zk30 {
			width: 255px;
			height: 84px;
			background: url(/img/products/zk/zk30/logo.jpg) left top no-repeat;
		}
		div#first div#first_left p.logo_zkbands {
			width: 255px;
			height: 84px;
			background: url(/img/products/zk/zk_bands/logo.jpg) left top no-repeat;
		}
		div#first div#first_left p.logo_zkmands {
			width: 255px;
			height: 84px;
			background: url(/img/products/zk/zk_mands/logo.jpg) left top no-repeat;
		}
		div#first div#first_left p.logo_zk28 {
			width: 252px;
			height: 55px;
			background: url(/img/products/zk/zk28/logo.gif) left top no-repeat;
		}
		div#first div#first_left p.logo_steam {
			width: 251px;
			height: 32px;
			background: url(/img/products/zk/steam/logo.gif) left top no-repeat;
		}
		div#first div#first_left p.logo_cooker {
			width: 250px;
			height: 32px;
			background: url(/img/products/zk/cooker/logo.gif) left top no-repeat;
		}
		div#first div#first_left p#txt {
			margin-bottom: 30px;
			color: #666;
		}
		div#first div#first_left a#birth {
			display: block;
			width: 255px;
			height: 29px;
			margin-bottom: 30px;
			background: url(/img/products/zk/zk55/birth.gif) left top no-repeat;
			text-indent: -9999px;
		}
		div#first div#first_left a#movie {
			display: block;
			width: 255px;
			height: 29px;
			margin-bottom: 10px;
			background: url(/img/products/zk/zk55/movie.gif) left top no-repeat;
			text-indent: -9999px;
		}
	div#first div#first_right {
		width: 49%;
		float: right;
	}
		div#first div#first_right p#heat {
			width: 231px;
			height: 104px;
			margin: 0 auto 15px auto;
			text-indent: -9999px;
		}
		div#first div#first_right p.heat_zk55 {
			background: url(/img/products/zk/zk55/heat.gif) left top no-repeat;
		}
		div#first div#first_right p.heat_zk30 {
			background: url(/img/products/zk/zk30/heat.gif) left top no-repeat;
		}
		div#first div#first_right p.heat_zk28 {
			background: url(/img/products/zk/zk28/heat.gif) left top no-repeat;
		}
		div#first div#first_right p#price {
			margin-bottom: 10px;
		}
			div#first div#first_right p#price span.price1 {
				font-size: 150%;
				font-weight: bold;
				color: #d8202a;
				line-height: 1.2em;
			}
			div#first div#first_right p#price span.price2 {
				font-size: 150%;
				font-weight: bold;
				line-height: 1.2em;
			}
		div#first div#first_right form {
			margin-bottom: 30px;
		}
			div#first div#first_right form button {
				display: block;
				margin-top: 5px;
				width: 171px;
				height: 22px;
				background-image: url(/img/products/cart.gif);
				background-position: 0 0;
				background-repeat: no-repeat;
				border: 0;
				text-indent: -9999px;
			}
			div#first div#first_right form button:hover {
				background-position: 0 -22px;
				cursor: pointer;
			}

/* 特徴 */
dl.control {
	margin-bottom: 20px;
}
	dl.control dt {
		margin-bottom: 10px;
	}
	dl.control dd {
		/*margin-left: 10px;*/
	}
	dl.control dd.w29 {
		margin-left: 29px;
	}
		dl.control dd p {
			position: relative;
			margin-bottom: 10px;
		}
		dl.control dd .f_left { float: left; }
		dl.control dd .f_right { float: right; }
		dl.control dd .f_clear { clear: both; }
		dl.control dd .w_186 { width: 186px; }
		dl.control dd .w_325 { width: 325px; }
		dl.control dd .w_330 { width: 330px; }
		dl.control dd .w_350 { width: 350px; }
		dl.control dd .w_390 { width: 390px; }
		dl.control dd .w_394 { width: 394px; }
		dl.control dd .p_10 { padding: 0 10px; }
		dl.control dd .l_right { border-right: #333 1px solid; }
		dl.control dd .cen { text-align: center; }
		dl.control dd p.tokuten {
			margin-left: 30px;
			padding: 5px;
			background-color: #feebbe;
			border: #e60816 1px solid;
		}
		dl.control dd ul {
			margin-left: 30px;
			margin-bottom: 10px;
		}
		
			dl.control dd span.f-big {
				font-size: 120%;
				font-weight: bold;
			}
		
			dl.control dd img#m-13 {
				margin-left: -13px;
			}
			dl.control dd span#zk55_2 {
				display: block;
				position: absolute;
				top: 347px;
				left: 173px;
				width: 220px;
			}
			dl.control dd #zk55_3 {
				background: url(/img/products/zk/zk55/a03_2_back.jpg) repeat-y left top;
			}
				dl.control dd #zk55_3 span#zk55_3_1 {
					display: block;
					margin: 0 0 10px 20px;
					padding-right: 70px;
					height: 55px;
					background: url(/img/products/zk/zk55/a03_2_2.jpg) no-repeat 250px top;
				}
				dl.control dd #zk55_3 span#zk55_3_2 {
					display: block;
					margin: 0 20px 20px 20px;
				}
				dl.control dd #zk55_3 table {
					margin: 0 0 10px 20px;
				}
					dl.control dd #zk55_3 table td {
						padding-right: 10px;
						text-align: center;
					}
			dl.control dd #zk55_5 {
			}
				dl.control dd #zk55_5 li {
					width: 233px;
					float: left;
				}
				dl.control dd #zk55_5 .r_margin {
					margin-right: 21px;
				}
					dl.control dd #zk55_5 li p.top {
						font-size: 120%;
						font-weight: bold;
						line-height: 1.4;
						text-align: center;
					}
			dl.control dd #zk55_6 {
			}
				dl.control dd #zk55_6 li {
					width: 233px;
					background-color: #ffe893;
					float: left;
				}
				dl.control dd #zk55_6 .r_margin {
					margin-right: 21px;
				}
					dl.control dd #zk55_6 li p.top {
						padding-top: 5px;
						font-size: 120%;
						font-weight: bold;
						line-height: 1.4;
						text-align: center;
					}
					dl.control dd #zk55_6 li p.text {
						padding-left: 5px;
						padding-right: 5px;
					}
			dl.control dd #zk55_7 {
			}
				dl.control dd #zk55_7 li {
					padding-top: 5px;
					width: 229px;
					float: left;
					border: #5a5250 2px solid;
				}
				dl.control dd #zk55_7 .r_margin {
					margin-right: 21px;
				}
					dl.control dd #zk55_7 li p.top {
						padding-left: 5px;
						padding-right: 5px;
						font-size: 120%;
						font-weight: bold;
						line-height: 1.4;
						color: #C00;
					}
					dl.control dd #zk55_7 li p.text {
						padding-left: 5px;
						padding-right: 5px;
					}
					dl.control dd #zk55_7 li p.pic {
						text-align: center;
					}

/* お客様の声、レシピ */
dl#recipe {
	margin-top: 30px;
	padding-bottom: 30px;
}
	dl#recipe dt {
	}
			dl#recipe dd table td {
				padding-right: 5%;
				width: 24%;
				vertical-align: top;
			}
				dl#recipe dd table td img {
					margin-bottom: 5px;
				}
				dl#recipe dd table td p {
					font-size: 120%;
					font-weight: bold;
				}

/* 期間限定 */
div#campaign {
	position: relative;
	margin-bottom: 10px;
	padding-top: 10px;
	width: 752px;
	border-bottom: #e60816 9px solid;
	border-left: #e60816 9px solid;
	border-right: #e60816 9px solid;
}
	div#campaign img {
		margin-bottom: 10px;
	}
	div#campaign p {
		margin: 0 20px 10px 20px;
	}
	div#campaign p#tokuten {
		padding: 5px;
		background-color: #feebbe;
		border: #e60816 1px solid;
	}
	div#campaign form {
		position: absolute;
		left: 440px;
		top: 660px;
	}
		div#campaign form button {
			display: block;
			margin-top: 5px;
			width: 171px;
			height: 22px;
			background-image: url(/img/products/cart.gif);
			background-position: 0 0;
			background-repeat: no-repeat;
			border: 0;
			text-indent: -9999px;
		}
		div#campaign form button:hover {
			background-position: 0 -22px;
			cursor: pointer;
		}
div#campaign2 {
	position: relative;
	margin-bottom: 10px;
	width: 768px;
	border-bottom: #c8161e 1px solid;
	border-left: #c8161e 1px solid;
	border-right: #c8161e 1px solid;
}
	div#campaign2 img {
		margin-bottom: 10px;
	}

/* カート２ */
div#second {
	margin-top: 30px;
}
	div#second div#second_left {
		width: 49%;
		float: left;
	}
		div#second div#second_left p#second_pic {
			margin: 0 auto 15px auto;
		}
		div#second div#second_left p#size {
			margin: 0 auto;
		}
		div#second div#second_left p#nintei {
			text-align: right;
		}
	div#second div#second_right {
		width: 49%;
		float: right;
	}
		div#second div#second_right p#name {
			margin-bottom: 20px;
			font-size: 150%;
			font-weight: bold;
		}
		div#second div#second_right p#price {
			margin-bottom: 20px;
		}
			div#second div#second_right p#price span.price1 {
				font-size: 150%;
				font-weight: bold;
				color: #d8202a;
				line-height: 1.2em;
			}
			div#second div#second_right p#price span.price2 {
				font-size: 150%;
				font-weight: bold;
				line-height: 1.2em;
			}
		div#second div#second_right form {
			margin-bottom: 30px;
		}
			div#second div#second_right form button {
				display: block;
				margin-top: 5px;
				width: 171px;
				height: 22px;
				background-image: url(/img/products/cart.gif);
				background-position: 0 0;
				background-repeat: no-repeat;
				border: 0;
				text-indent: -9999px;
			}
			div#second div#second_right form button:hover {
				background-position: 0 -22px;
				cursor: pointer;
			}

/* スペック表 */
p.spec {
	margin-top: 20px;
}

/* 単品商品 */
#pin {
	margin-top: 40px;
	margin-bottom: 10px;
	font-size: 150%;
	font-weight: bold;
	color: #f08300;
}

/* 関連商品 */
dl#related {
	margin-top: 30px;
	padding-top: 30px;
	border-top: #CCC 1px dotted;
}
	dl#related dt {
		height: 21px;
		margin-bottom: 10px;
		background: url(/img/products/related.gif) left top no-repeat;
		text-indent: -9999px;
	}
	dl#related dd {
	}
		dl#related dd ul li {
			width: 46%;
			margin-bottom: 5px;
			margin-right: 1%;
			padding: 5px;
			float: left;
			border: #c9caca 1px solid;
		}
			dl#related dd ul li div p.products_list_pic {
				margin-right: 5px;
				float: left;
			}
				dl#related dd ul li div div p.products_list_text {
					margin-bottom: 3px;
					line-height: 1.2em;
				}
			dl#related dd ul li p.detail a {
				display: block;
				width: 52px;
				height: 20px;
				background-image: url(/img/products/detail.gif);
				background-position: 0 0;
				background-repeat: no-repeat;
				float: right;
				line-height: 0.8em;
				text-indent: -9999px;
			}
			dl#related dd ul li p.detail a:hover {
				background-position: 0 -20px;
			}
			dl#related dd ul li form {
				clear: both;
				float: right;
				text-align: right;
			}
				dl#related dd ul li form input {
					width: 3em;
					margin-right: 5px;
					border: #666 1px solid;
				}
				dl#related dd ul li form button {
					width: 52px;
					height: 20px;
					background-image: url(/img/products/buy.gif);
					background-position: 0 0;
					background-repeat: no-repeat;
					border: 0;
					text-indent: -9999px;
				}
				dl#related dd ul li form button:hover {
					background-position: 0 -20px;
					cursor: pointer;
				}
		dl#related dd ul li .p_l_red {
			color: #d8202a;
		}
		dl#related dd ul li .p_l_gray {
			color: #595757;
		}
		dl#related dd ul li .p_l_80 {
			font-size: 80%;
		}
		dl#related dd ul li .p_l_90 {
			font-size: 90%;
		}
		dl#related dd ul li .p_l_bold {
			font-weight: bold;
		}


/* 一覧ページ ****************************/
p#list_top {
	height: 75px;
	margin-bottom: 20px;
	background: url(/img/products/zk/title.jpg) left top no-repeat;
	text-indent: -9999px;
}
div#products_list {
	margin-bottom: 40px;
}
	div#products_list ul {
		margin-bottom: 5px;
	}
		div#products_list ul li {
			width: 46%;
			margin-right: 1%;
			padding: 5px;
			float: left;
			border: #c9caca 1px solid;
		}
			div#products_list ul li div p.products_list_pic {
				margin-right: 5px;
				float: left;
			}
				div#products_list ul li div div p.products_list_text {
					margin-bottom: 3px;
					line-height: 1.3em;
				}
			div#products_list ul li p.detail a {
				display: block;
				width: 52px;
				height: 20px;
				background-image: url(/img/products/detail.gif);
				background-position: 0 0;
				background-repeat: no-repeat;
				float: right;
				line-height: 0.8em;
				text-indent: -9999px;
			}
			div#products_list ul li p.detail a:hover {
				background-position: 0 -20px;
			}
			div#products_list ul li form {
				clear: both;
				float: right;
				text-align: right;
			}
				div#products_list ul li form input {
					width: 3em;
					margin-right: 5px;
					border: #666 1px solid;
				}
				div#products_list ul li form button {
					width: 52px;
					height: 20px;
					background-image: url(/img/products/buy.gif);
					background-position: 0 0;
					background-repeat: no-repeat;
					border: 0;
					text-indent: -9999px;
				}
				div#products_list ul li form button:hover {
					background-position: 0 -20px;
					cursor: pointer;
				}
		div#products_list ul li .p_l_red {
			color: #d8202a;
		}
		div#products_list ul li .p_l_gray {
			color: #595757;
		}
		div#products_list ul li .p_l_80 {
			font-size: 80%;
		}
		div#products_list ul li .p_l_90 {
			font-size: 90%;
		}
		div#products_list ul li .p_l_bold {
			font-weight: bold;
		}


/* メニュー部分 ****************************/
#rightmenu h4 {
	display: block;
	width: 177px;
	height: 32px;
	margin-bottom: 6px;
	background: url(/img/products/menu_title.gif) left top no-repeat;
	text-indent: -9999px;
}

#rightmenu .submenu {
	width: 177px;
	margin-bottom: 7px;
}
	#rightmenu .submenu p {
		width: 177px;
		height: 37px;
		text-indent: -9999px;
	}
	#rightmenu .submenu p#menu_zk_on {
		background: url(/img/products/menu_s_zk_on.gif) left top no-repeat;
	}
	#rightmenu .submenu p#menu_zk_off {
		background: url(/img/products/menu_s_zk_off.gif) left top no-repeat;
	}
	#rightmenu .submenu p#menu_di_on {
		background: url(/img/products/menu_s_di_on.gif) left top no-repeat;
	}
	#rightmenu .submenu p#menu_di_off {
		background: url(/img/products/menu_s_di_off.gif) left top no-repeat;
	}
	#rightmenu .submenu p#menu_th_on {
		background: url(/img/products/menu_s_th_on.gif) left top no-repeat;
	}
	#rightmenu .submenu p#menu_th_off {
		background: url(/img/products/menu_s_th_off.gif) left top no-repeat;
	}
	#rightmenu .submenu p#menu_si_on {
		background: url(/img/products/menu_s_si_on.gif) left top no-repeat;
	}
	#rightmenu .submenu p#menu_si_off {
		background: url(/img/products/menu_s_si_off.gif) left top no-repeat;
	}
	#rightmenu .submenu p#menu_re_on {
		background: url(/img/products/menu_s_re_on.gif) left top no-repeat;
	}
	#rightmenu .submenu p#menu_re_off {
		background: url(/img/products/menu_s_re_off.gif) left top no-repeat;
	}
	#rightmenu .submenu p#menu_ot_on {
		background: url(/img/products/menu_s_ot_on.gif) left top no-repeat;
	}
	#rightmenu .submenu p#menu_ot_off {
		background: url(/img/products/menu_s_ot_off.gif) left top no-repeat;
	}
	#rightmenu .submenu p#menu_bo_on {
		background: url(/img/products/menu_s_bo_on.gif) left top no-repeat;
	}
	#rightmenu .submenu p#menu_bo_off {
		background: url(/img/products/menu_s_bo_off.gif) left top no-repeat;
	}
	#rightmenu .submenu p#menu_sl_on {
		background: url(/img/products/menu_s_sl_on.gif) left top no-repeat;
	}
	#rightmenu .submenu p#menu_sl_off {
		background: url(/img/products/menu_s_sl_off.gif) left top no-repeat;
	}
	#rightmenu .submenu p#menu_sw_on {
		background: url(/img/products/menu_s_sw_on.gif) left top no-repeat;
	}
	#rightmenu .submenu p#menu_sw_off {
		background: url(/img/products/menu_s_sw_off.gif) left top no-repeat;
	}
	#rightmenu .submenu p#menu_an_on {
		background: url(/img/products/menu_s_an_on.gif) left top no-repeat;
	}
	#rightmenu .submenu p#menu_an_off {
		background: url(/img/products/menu_s_an_off.gif) left top no-repeat;
	}
	#rightmenu .submenu p#menu_ch_on {
		background: url(/img/products/menu_s_ch_on.gif) left top no-repeat;
	}
	#rightmenu .submenu p#menu_ch_off {
		background: url(/img/products/menu_s_ch_off.gif) left top no-repeat;
	}
		#rightmenu .submenu p a {
			display: block;
			width: 177px;
			height: 37px;
		}
	#rightmenu .submenu ul {
		padding: 10px 0;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border: #d3d4d4 1px dotted;
		font-size: 13px;
		line-height: 15px;
	}
		#rightmenu .submenu ul li {
		}
			#rightmenu .submenu ul li a {
				display: block;
				width: 145px;
				padding: 5px 10px 5px 20px;
				background: url(/img/recipe/menu_list.gif) 5px center no-repeat;
			}
			#rightmenu .submenu ul li a:hover {
				background: #fdede4 url(/img/recipe/menu_list.gif) 5px center no-repeat;
			}

#rightmenu #information {
	padding-top: 7px;
	border-top: #d3d4d4 1px dotted;
}
	#rightmenu #information li {
		display: block;
		width: 177px;
		height: 95px;
		margin-bottom: 5px;
	}
		#rightmenu #information li a {
			display: block;
			width: 177px;
			height: 95px;
			background-position: 0 0;
			background-repeat: no-repeat;
			text-indent: -9999px;
		}
		#rightmenu #information li#information_apron a {
			background-image: url(/img/recipe/information_apron.jpg);
		}
		#rightmenu #information li#information_column a {
			background-image: url(/img/company/information_column.jpg);
		}
		#rightmenu #information li#information_safety a {
			background-image: url(/img/company/information_safety.jpg);
		}
		#rightmenu #information li a:hover {
			background-position: 0 -95px;
		}

