/*			tag
==============================================================================*/

html{	background-color: #ffffff;}

body{
	color: #333333;
	line-height: 1.6;
	background-position: center top;
}
body,h1,h2,h3,h4,h5,table,th,td,ul,li,ol,dl,dt,dd,form,p,table,th,td{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	list-style-type: none;
	font-size: 14px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a img{	border-top-style: none;	border-right-style: none;	border-bottom-style: none;	border-left-style: none;}


/*
   opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
*/

/*			link
==============================================================================*/

a:link		{
	color: #333333;
	text-decoration: underline;
}
a:visited	{
	color: #333333;
	text-decoration: underline;
}
a:hover 	{
	color: #0FA6EA;
	text-decoration: none;
}



/*			common
==============================================================================*/

.clear:after	{    content: ".";     display: block;    clear: both;    height: 0;    visibility: hidden;}
.clear 			{    min-height: 1px;}
* html .clear	{    height: 1px;    /*\*//*/    height: auto;    overflow: hidden;    /**/}


img{	vertical-align: bottom;}




/*			leyout
==============================================================================*/


#bgColor{
	background-image: url(https://sadotanada.com/ec_media/bgColor.png);
	background-repeat: repeat-x;
	background-position: center top;
}

#wrapper{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#header{
	height: 122px;
}
#home{
	margin-bottom: 30px;
}

#home #sidebar{
	float: right;
	width: 220px;
	margin-right: 15px;
}
#home #content{
	float: left;
	width: 710px;
	margin-left: 15px;
	padding-top: 15px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


#content2nd{}
#content2nd #content{
	float: left;
	width: 766px;
	margin-left: -24px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-image: url(https://sadotanada.com/ec_media/contentBG_2nd.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: -12px;
}
#content2nd #contentWidth{
	padding-top: 15px;
	margin-left: 38px;
	width: 690px;
	margin-right: 38px;
}


#content2nd #sidebar{
	float: right;
	width: 220px;
	margin-right: 15px;
	margin-top: -13px;
}


#footer{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #333;
	padding-top: 30px;
	padding-bottom: 30px;
}
#footerArea{}



/*			margin padding
==============================================================================*/

.mgnB25{
	margin-bottom: 25px;
}

.mgnB30{
	margin-bottom: 30px;
}



/*			headerLogo
==============================================================================*/

#header h1#headerLogo{
	padding-top: 25px;
	padding-bottom: 20px;
	padding-left: 15px;
	float: left;
}
#header h1#headerLogo a{
	display: block;
	width: 148px;
}
#header p#headerLogo{
	padding-top: 25px;
	padding-bottom: 20px;
	padding-left: 15px;
	float: left;
}
#header p#headerLogo a{
	display: block;
	width: 148px;
}



/*			headerR
==============================================================================*/

#headerR{
	padding-right: 15px;
	width: 75%;
	float: right;
	padding-top: 26px;
}
#headerR #nvHeader{
	padding-bottom: 15px;
	margin-right: -1px;
}
#headerR #nvHeader ul{}
#headerR #nvHeader ul li{
	float: right;
	margin-left: 41px;
	line-height: 29px;
	font-size: 12px;
	display: block;
}
#headerR #nvHeader ul li a{
	color: #333;
	text-decoration: none;
}
#headerR #nvHeader ul li a:visited{
	color: #333;
	text-decoration: none;
}
#headerR #nvHeader ul li a:hover{
	color: #333;
	text-decoration: underline;
}

#headerR #nvHeader ul li#cart{
	background-image: url(https://sadotanada.com/ec_media/cartBackGround.png);
	background-repeat: no-repeat;
	background-position: right top;
	line-height: 29px;
	display: block;
	padding-right: 10px;
	background-color: #0FA6EA;
}

#headerR #nvHeader ul li#cart a{
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-right: 6px;
}

#headerR #nvHeader ul li#cart a img{
	margin-right: 4px;
}
#headerR #nvHeader ul li#cart a:visited{
	text-decoration: none;
}
#headerR #nvHeader ul li#cart a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}



/*			nvGlobal
==============================================================================*/

#nvGlobal{}
#nvGlobal ul{}
#nvGlobal ul li{
	float: right;
	display: block;
	margin-left: 42px;
	font-size: 14px;
	font-weight: bold;
}
#nvGlobal ul li a{
	display: block;
	color: #333;
	text-decoration: none;
}
#nvGlobal ul li a:visited{
	color: #333;
	text-decoration: none;
}
#nvGlobal ul li a:hover{
	color: #333;
	text-decoration: underline;
}


/*			bread
==============================================================================*/

#bread{
	margin-left: 15px;
	padding-top: 0px;
	line-height: 50px;
}
#bread ol{}
#bread ol li{
	float: left;
	display: block;
	line-height: normal;
	margin-right: 0em;
	font-size: 10px;
	padding-top: 18px;
	padding-bottom: 16px;
	color: #666;
}
#bread ol li a{
	margin-right: 0.5em;
	text-decoration: underline;
	color: #666;
}
#bread ol li a:visited{
	text-decoration: none;
}
#bread ol li a:hover{
	color: #333;
	text-decoration: underline;
}



/*			shopGuide
==============================================================================*/

#shopGuide{
	margin: 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}
#shopGuide p.pageTop{
	text-align: right;
	display: block;
	padding-bottom: 1.4em;
}
#shopGuide p.pageTop a{
	display: block;
	width: 7em;
	float: right;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
}
#shopGuide h3{
	background-image: url(https://sadotanada.com/ec_media/lineDot2x2.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 2.8em;
	display: block;
	line-height: 14px;
	padding-bottom: 2em;
}
#shopGuide h3 a{	color: #0FA6EA;	text-decoration: underline;}
#shopGuide h3 a:visited{}
#shopGuide h3 a:hover{	text-decoration: none;}

#shopGuide #shopGuideL{
	float: left;
	width: 48%;
	margin: 0px;
	padding: 0px;
}
#shopGuide #shopGuideR{
	float: right;
	width: 48%;
}

#shopGuide .shopGuideBlock{
	display: block;
	margin-bottom: 2em;

}
#shopGuide .shopGuideBlock h4{
	display: block;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	background-image: url(https://sadotanada.com/ec_media/lineDot2x2.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
#shopGuide .shopGuideBlock h4 span{
	background-color: #FFF;
	padding-right: 7px;
}
#shopGuide .shopGuideBlock h5{
	font-size: 12px;
	font-weight: bold;
}
#shopGuide .shopGuideBlock p{
	line-height: 20px;
	font-size: 12px;
}
#shopGuide .shopGuideBlock p img{
	margin-top: 8px;
	margin-bottom: 8px;
}


/*			nvFooter
==============================================================================*/

#nvFooter{
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 30px;
}
#nvFooter ul{}
#nvFooter ul li{
	font-size: 12px;
	float: left;
	padding-right: 25px;
	font-weight: bold;
}
#nvFooter ul li a{
	text-decoration: none;
	color: #333;
}
#nvFooter ul li a:visited{
	text-decoration: none;
	color: #333;
}
#nvFooter ul li a:hover{
	text-decoration: underline;
	color: #333;
}

#nvFooter ul li.pageTop{
	float: right;
	padding-right: 0px;
}


/*			copyright
==============================================================================*/

p#copyright{
	font-size: 12px;
	margin-left: 15px;
	display: block;
}




/*			sidebar common
==============================================================================*/

#sidebar ul{
	padding-top: 7px;
}
#sidebar ul li{}
#sidebar ul li a{
	color: #333;
	text-decoration: none;
	background-image: url(https://sadotanada.com/ec_media/arrowOtama.png);
	background-repeat: no-repeat;
	background-position: 13px 6px;
	display: block;
	padding-left: 38px;
	padding-bottom: 4px;
}
#sidebar ul li a:visited{
	color: #333;
	text-decoration: none;
}
#sidebar ul li a:hover{
	color: #333;
	text-decoration: underline;
}

#sidebar h4{
	font-weight: bold;
	color: #FFF;
	height: 31px;
	padding-top: 28px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}



/*			sideCategory
==============================================================================*/

#sideCategory{
	margin-bottom: 0px;
}
#sideCategory h4{
	background-image: url(https://sadotanada.com/ec_media/sideCategoryTitle.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: -10px;

}
#sideCategory ul{}
#sideCategory ul li{}
#sideCategory ul li a{}



/*			home sideOrder
==============================================================================*/

#home #sideOrder{
	background-image: url(https://sadotanada.com/ec_media/sideOrderBG01.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 14px;
	margin-bottom: 10px;
}
#home #sideOrder h4{
	background-image: url(https://sadotanada.com/ec_media/sideOrderTitle01.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#content2nd #sideOrder{
	background-image: url(https://sadotanada.com/ec_media/sideOrderBG02.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 14px;
	margin-bottom: 10px;
}
#content2nd #sideOrder h4{
	background-image: url(https://sadotanada.com/ec_media/sideOrderTitle01.png);
	background-repeat: no-repeat;
	background-position: left top;
}


#sideOrder p{
	margin-right: 15px;
	margin-left: 15px;
	font-size: 14px;
	display: block;
	line-height: 22px;
	padding-bottom: 6px;
	padding-top: 4px;
}
#sideOrder p.line{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d0d0d0;
	margin-bottom: 6px;
}
#sideOrder p strong{
	font-weight: bold;
	font-size: 16px;
}
#sideOrder p span{
	font-size: 10px;
	margin-left: -3px;
}
#sideOrder a{
	background-image: url(https://sadotanada.com/ec_media/sideOrderBotton.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 15px;
	margin-left: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	line-height: 26px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 17px;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
#sideOrder a span{
	font-size: 10px;
	margin-left: -3px;
}
#sideOrder a:visited{
	text-decoration: none;
}
#sideOrder a:hover{
	text-decoration: underline;
}


/*			sideFarmer
==============================================================================*/

#sideFarmer{
	padding-bottom: 18px;
}
#sideFarmer h4{
	background-image: url(https://sadotanada.com/ec_media/sideFarmerTitle.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#sideFarmer ul{}
#sideFarmer ul li{}
#sideFarmer ul li a{}



/*			sideBanner
==============================================================================*/

#sideBanner{
	padding-top: 14px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
}
#sideBanner ul{}
#sideBanner ul li{}
#sideBanner ul li a{
	background-image: none;
	padding: 0px;
	margin-bottom: 12px;
}
#sideBanner ul li a img{}
#sideBanner ul li a:hover img{
   opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
}



/*			content2nd content common
==============================================================================*/

#content2nd #content{}
#content2nd #content h1{
	font-weight: bold;
	font-size: 21px;
	line-height: 1.3;
	display: block;
	padding-bottom: 0.7em;
	padding-top: 20px;
}
#content2nd #content h2{
	font-weight: bold;
	padding-bottom: 0.3em;
}
#content2nd #content h3{}
#content2nd #content p{
	display: block;
	padding-bottom: 1.2em;
	line-height: 1.6;
}
#content2nd #content img{}
#content2nd #content table{
	width: 100%;
	font-size: 12px;
	line-height: 1.5;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #dbdbdb;
	border-left-color: #dbdbdb;
	margin-bottom: 2.5em;
}
#content2nd #content table th{
	width: 27%;
	text-align: left;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 12px;
	background-color: #f0f0f0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #dbdbdb;
	border-bottom-color: #dbdbdb;
}
#content2nd #content table td{
	width: 73%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #dbdbdb;
	border-bottom-color: #dbdbdb;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 12px;
	line-height: 22px;
}

#content2nd #content ul{
	padding-bottom: 1.2em;
}
#content2nd #content ul li{
	font-size: 14px;
	line-height: 1.5;
	background-image: url(https://sadotanada.com/ec_media/listBlack.png);
	background-repeat: no-repeat;
	background-position: 0.2em 0.6em;
	display: block;
	padding-left: 1em;
	padding-bottom: 0.2em;
}
#content2nd #content ol{}
#content2nd #content ol li{}

#content2nd #content dl{}
#content2nd #content dl dt{}
#content2nd #content dl dd{}

/*	item 画像 追加20160412 */
#content2nd #content #imageM ul {
	overflow:hidden;
}
#content2nd #content #imageM ul li{
	background-image: none;
	float: left;
	padding-left: 0;
	margin-right: 0.5em;
}

/*				itemCategory
==============================================================================*/

#content2nd #content .itemCategory{
	display: block;
}

#content2nd #content .itemCategory .itemCategoryFree{
	padding-bottom: 1.6em;
}
#content2nd #content .itemCategory .itemCategoryFree h2{
	font-weight: bold;
	display: block;
	line-height: 21px;
	padding-bottom: 6px;
}
#content2nd #content .itemCategory .itemCategoryFree h3{
	font-weight: bold;
	line-height: 21px;
	padding-bottom: 6px;}
#content2nd #content .itemCategory .itemCategoryFree p{
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 0.8em;
}
#content2nd #content .itemCategory .itemCategoryFree img{
	margin-bottom: 14px;
}


#content2nd #content .itemCategory .controlSort{
	background-color: #d5ecf7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 4x;
	padding-left: 8px;
}
#content2nd #content .itemCategory .controlSort ul{}
#content2nd #content .itemCategory .controlSort ul li{
	float: left;
	font-size: 11px;
	line-height: 11px;
	padding-right: 0.8em;
	background-image: none;
	padding-left: 0px;
}
#content2nd #content .itemCategory .controlSort ul li a{
	display: block;
	text-decoration: underline;
}

#content2nd #content .itemCategory .controlSort ul li a:visited{
	color: #333;
	text-decoration: none;
}
#content2nd #content .itemCategory .controlSort ul li a:hover{
	color: #333;
	text-decoration: none;
}


#content2nd #content .itemCategory .controlPage{
	background-color: #b0dab7;
	padding-top: 10px;
	padding-right: 9px;
	padding-bottom: 4px;
	padding-left: 9px;
}
#content2nd #content .itemCategory .controlPage ul{}
#content2nd #content .itemCategory .controlPage ul li{
	float: left;
	font-size: 11px;
	display: block;
	line-height: 12px;
	width: 471px;
	text-align: center;
	background-image: none;
	padding: 0px;
}
#content2nd #content .itemCategory .controlPage ul li a{
	color: #333;
	text-decoration: underline;
}
#content2nd #content .itemCategory .controlPage ul li a:visited{
	color: #333;
	text-decoration: underline;
}
#content2nd #content .itemCategory .controlPage ul li a:hover{
	color: #333;
	text-decoration: none;
}

#content2nd #content .itemCategory .controlPage ul li.priv{
	float: left;
	width: 100px;
	text-align: left;

}
#content2nd #content .itemCategory .controlPage ul li.next{
	float: right;
	width: 100px;
	text-align: right;

}



#content2nd #content .itemCategory .itemCategoryList{
	margin-right: -30px;
	padding-top: 28px;
	padding-bottom: 10px;
}

#content2nd #content .itemCategory .itemCategoryList h2{
	background-image: url(https://sadotanada.com/ec_media/lineDot2x2.gif);
	background-repeat: repeat-x;
	background-position: left center;
	width: 690px;
	padding-bottom: 6px;
	padding-top: 6px;
	margin-bottom: 14px;
}
#content2nd #content .itemCategory .itemCategoryList h2 span{
	padding-right: 10px;
	background-color: #FFF;
}

#content2nd #content .itemCategory .itemCategoryList div{
	float: left;
	width: 150px;
	display: block;
	height: 280px;
	margin-right: 30px;
}
#content2nd #content .itemCategory .itemCategoryList div a{}
#content2nd #content .itemCategory .itemCategoryList div a img{
	border: 1px solid #CCC;
}
#content2nd #content .itemCategory .itemCategoryList div a:hover img{
	border: 1px solid #0FA6EA;
}
#content2nd #content .itemCategory .itemCategoryList div h3{
	padding-top: 5px;
	padding-bottom: 2px;
}
#content2nd #content .itemCategory .itemCategoryList div h3 a{
	color: #333;
	text-decoration: underline;
	line-height: 18px;
	font-size: 12px;
}
#content2nd #content .itemCategory .itemCategoryList div h3 a:visited{
	color: #333;
	text-decoration: underline;
}
#content2nd #content .itemCategory .itemCategoryList div h3 a:hover{
	color: #0FA6EA;
	text-decoration: underline;
}
#content2nd #content .itemCategory .itemCategoryList div p{
	text-align: center;
	display: block;
	line-height: 24px;
	font-size: 12px;
	color: #666;
padding-bottom:0.2em;
}


/*				itemDetail
==============================================================================*/


#content2nd #content #itemDetail{
	padding-bottom: 0px;
}
#content2nd #content #itemDetail #itemDetailBlock{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 28px;
	padding-left: 0px;
}
#content2nd #content #itemDetail #itemDetailL{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 330px;
}
#content2nd #content #itemDetail #itemDetailR{	float: right;	width: 330px;	padding-top: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#content2nd #content #itemDetail #itemDetailL img{	border: 2px solid #d5ecf7;}

#content2nd #content #itemDetail #itemDetailR dl{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 14px;
}
#content2nd #content #itemDetail #itemDetailR dl dt{
	line-height: 48px;
	margin: 0px;
	padding-left: 1px;
/*	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;*/
	padding-top: 3px;
}
#content2nd #content #itemDetail #itemDetailR dl dd{
	text-align: right;
	margin-top: -35px;
	display: block;
	padding-top: 0px;
	line-height: 21px;
	height: 21px;

}
#content2nd #content #itemDetail #itemDetailR dl dd span{
	font-size: 10px;
	margin-left: -3px;
}
#content2nd #content #itemDetail #itemDetailR dl dd table{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 6em;
	text-align: right;
	margin-top: -3px;
}
#content2nd #content #itemDetail #itemDetailR dl dd table th{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
#content2nd #content #itemDetail #itemDetailR dl dd table td{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#content2nd #content #itemDetail #itemDetailR dl dd table input{
	border: 1px solid #CCC;
	margin-right: 4px;
	text-align: right;
	padding: 2px;
	width: 5em;
}
#content2nd #content #itemDetail #itemDetailR p#itemDetailCart{
	text-align: center;
	padding-top: 23px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content2nd #content #itemDetail #itemDetailR p#itemDetailCart img{}

#content2nd #content #itemDetail #itemDetailR ul{
	padding-top: 22px;
}
#content2nd #content #itemDetail #itemDetailR ul li{
	background-image: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#content2nd #content #itemDetail #itemDetailR ul li a{
	background-image: none;
	padding: 0px;
	font-size: 10px;
	line-height: normal;
	margin: 0px;
}
#content2nd #content #itemDetail #itemDetailR ul.caution{
	padding-top: 0px;
}
#content2nd #content #itemDetail #itemDetailR ul.caution li{
	font-size: 12px;
	padding-left: 1em;
	text-indent: -1em;
}

#content2nd #content #itemDetail #itemDetailR ul#photoList{
	padding: 0px;
	margin-top: -13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content2nd #content #itemDetail #itemDetailR ul#photoList{
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content2nd #content #itemDetail #itemDetailR ul#photoList li{
	float: left;
	padding: 0px;
	height: 75px;
	width: 75px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content2nd #content #itemDetail #itemDetailR ul#photoList li a{}
#content2nd #content #itemDetail #itemDetailR ul#photoList li a img{}

#content2nd #content #itemDetail #itemDetailR table#itemSize{
	width: 100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	margin-bottom: 14px;
	margin-top: 14px;
	padding: 0px;
}
#content2nd #content #itemDetail #itemDetailR table#itemSize th{
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	background-color: #f5f5f5;
	width: 35%;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
#content2nd #content #itemDetail #itemDetailR table#itemSize td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	text-align: center;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

#content2nd #content #itemDetail #itemDetailFree{}
#content2nd #content #itemDetail #itemDetailFree h3{}
#content2nd #content #itemDetail #itemDetailFree p{}
#content2nd #content #itemDetail #itemDetailFree ul{}
#content2nd #content #itemDetail #itemDetailFree ul li{}

#content2nd #content #itemDetail .itemInfo{} 
#content2nd #content #itemDetail .itemInfo h2{	padding-bottom: 0px;	font-size: 16px;} 
#content2nd #content #itemDetail .itemInfo h3{
	padding-bottom: 0px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
}  
#content2nd #content #itemDetail .itemInfo p{	line-height: normal;	padding-bottom: 1.6em;} 
#content2nd #content #itemDetail .lineBottom{
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cdcdcd;
}

#content2nd #content #itemDetail .itemGallery{}
#content2nd #content #itemDetail .itemGallery table{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 688px;
	padding-top: 4px;
}
#content2nd #content #itemDetail .itemGallery table th{}
#content2nd #content #itemDetail .itemGallery table td{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/*		delivery / payment
==============================================================================*/

#content2nd #content h2#payment,#delivery{
	font-weight: bold;	font-size: 21px;
	line-height: 1.3;	display: block;
	padding-bottom: 0.7em;	padding-top: 10px;
}
#content2nd #content #payment h3{	font-weight: bold;	padding-bottom: 0.3em;}
#content2nd #content #delivery h3{	font-weight: bold;	padding-bottom: 0.3em;}