#whiteBack {
	background-color: #FFFFFF;
	padding-top: 10px;  
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 40px;
}
#pankuzu {
	padding-bottom: 10px;
}
.productPhotoBox {
	width: 446px;
	margin-right: 10px;
	margin-bottom: 0px;
  	float: left;
}

.another {
  width: 82px;
  padding-right: 9px;
	float: left;
}
.another p {
	padding-bottom: 9px;
}
.another p:last-child {
	padding-bottom: 0px;
}
.thambnailBox .another:last-child {
	padding-right: 0px;
}
#cartBox {
  	width: 720px;
	margin-top: 40px;
	margin-bottom: 30px;
}
h3 {
  	font-size: 14px;
	line-height: 20px;
  width: 360px;
  margin-right: 15px;
  float: left;
}
h3 span {
  font-size: 12px;
}
h3 img {
  vertical-align: middle;
}
 table#kosu {
  	float: left;
}
table td#sotowaku {
  padding: 14px 6px;
  border-width: 1px;
	border-style: solid;
	border-color: #c8c8c8; 
}
p.disable_cartin {
  float: right;
}
input#submitBtn {
	font-size: 14px;
	color: #FFF;
	height: 50px;
	width: 200px;
	background-color: #4c4c4c;
	text-align: center; 
	line-height: 50px;
	border-radius: 5px;
	border: none;
   -webkit-appearance: none;
}
.sold {
  	font-size: 14px;
  	font-weight: Bold;
   color: #E73656;
}
input#suji {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  border: none;
}
a#up img {
  padding-bottom: 4px;
}

/* 以下商品情報ページのcss */

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
img.pc { display: block !important; }
img.sp { display: none !important; }

#discriptionText {
	font-size: 12px;
	width: 720px;
	margin-bottom: 30px;
	line-height: 22px;
}
#discriptionText a {
	text-decoration: underline;
}
#spot table {
	width: 718px;
	font-size: 12px;
	border: 1px solid #c8c8c8;
}
#spot table tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c8c8c8;
}
#spot table tr td.ttl {
	width: 90px;
	background-color: #d8d8d8;
	padding-left: 20px;
}
#spot table tr td {
	 padding: 15px 20px;
}
#spot table tr td a {
	text-decoration: underline;
}
#caption {
	width: 720px;
	margin-top: 20px;
}

/* 以下売れ筋等css */
.recommendIchiran {
	width: 780px;
	margin-top: 56px;
}
.checkedIchiran {
	width: 780px;
	margin-top: 30px;
}
p.ttlRecommend {
	text-align: center;
	width: 780px;
	margin-bottom: 10px;
}
#ichiranBox .oneProduct {
    /*height: 245px;*/
	width: 167px;
	background-color: #FFF;
	padding: 10px;
	margin-right: 10px;
	float:left;
}
#ichiranBox .oneProduct:nth-child(4n) {
	margin-right: 0px;
}
.ichiranText {
    font-size: 10px;
	padding-top: 10px;
	line-height: 1.6em;
}
p.discount {
  font-weight: bold;
  color: #FF3366;
  display: inline;
  background-color: #fedae3;
  padding: 2px;
}
p.indent {
  margin-left: 1em;
  text-indent: -1em;
}