/*--------------------------------------------------------------------
/- file   : products_02.css
/- admin  : Graphics drive Inc. Masako Yoshimoto
/- update : 200090127
/- desc   : css for modern browser
/--------------------------------------------------------------------*/

div#globalNav {
	padding : 0 ;
}


/************* 追加商品情報詳細 *************/


/* ---------- Gift Set ----------- */

#products div.giftset{
	background: #DFE9C8;
	height: auto;
}

#products div.giftset div.tilebox{
	margin-bottom: 20px;
	margin-top: 0px;
}

#products div.giftset div.leftBlock {
	width: 395px;
	float: left;
	padding-bottom: 2.0em;
}

#products div.giftset div.rightBlock{
	float: right;
	width: 300px;
	padding-bottom: 2em;
	padding-right: 6px;
}

#products div.giftset div.btn {
	margin-top: 20px;
	padding: 0;
	margin-left: 20px;
}

#products div.giftset ul{
	margin: 0;
	padding: 0;
	height: 35px;
}

#products div.giftset ul li{
	padding: 0;
	display: inline;
	float: left;
	margin-right: 20px;
}

#products div.giftset#navi ul li a {
	width: 160px;
	height: 35px;
	display: block;
}

/* ---------- Gift 5Set ----------- */

#products div.moreInfo02{
	background: #F0FFE9;
	height: 1%;
	margin-top: 25px;
}

#products div.moreInfo02 dt.title5{
    height: 36px;
	font-size: 0;
	text-indent: -9999px;
	margin-bottom: 25px;
	width: 730px;
	background: url(../images/products/title5setTea.gif) no-repeat left top;
}

/* ----------Gift 3Set----------- */

#products div.moreInfo02 dt.title3{
    height: 36px;
	font-size: 0;
	text-indent: -9999px;
	margin-bottom: 25px;
	width: 730px;
	background: url(../images/products/title3setTea.gif) no-repeat left top;
}

#products div.moreInfo02 dt.title3A{
    height: 36px;
	font-size: 0;
	text-indent: -9999px;
	margin-bottom: 25px;
	width: 730px;
	background: url(../images/products/title3setTea_A.gif) no-repeat left top;
}

#products div.moreInfo02 dt.title3B{
	height: 36px;
	font-size: 0;
	text-indent: -9999px;
	margin-bottom: 25px;
	width: 730px;
	background: url(../images/products/title3setTea_B.gif) no-repeat left top;
}

#products div.moreInfo02 dt.title3C{
    height: 36px;
	font-size: 0;
	text-indent: -9999px;
	margin-bottom: 25px;
	width: 730px;
	background: url(../images/products/title3setTea_C.gif) no-repeat left top;
}

/* ----------Block----------- */

#products div.moreInfo02 div.leftBlock {
	width: 395px;
	float: left;
	padding-bottom: 2.0em;
}

#products div.moreInfo02 div.rightBlock{
	float: right;
	width: 300px;
	padding-bottom: 2em;
	padding-right: 6px;
}

body#products div.moreInfo02 div.specSheetCell {
	width: 395px;
	float: left;
	padding-bottom: 0.5em;
}

#products div.moreInfo02 div.leftBlock {
	width: 395px;
	float: left;
	padding-bottom: 2.0em;
}

#products div.moreInfo02 div.leftBlock02 {
	width: 395px;
	float: left;
	padding-bottom: 2.0em;
	padding-left: 10px;
}

#products div.moreInfo02 div.rightBlock{
	float: right;
	width: 300px;
	padding-bottom: 2em;
	padding-right: 6px;
}

#products div.moreInfo02 div.rightBlock02{
	float: right;
	width: 300px;
	padding-bottom: 2em;
	padding-right: 6px;
	height: 135px;
	background: url(../images/products/TeaLeaf.gif);
}


/* 注釈 */
.txt10{
	margin-top: 1em;
	font-size: 10px;
	color: #333333;
}

/* 回り込み解除 */
.giftset{
  clear: both;
}

