@charset "euc-jp";

/* Global Navi Active */
#GNsearch a { background-image: none; }

/* ItemDetail
=========================================== */
#ItemDetail {
	margin-bottom: 15px;
}
#ItemDetail .InBlock {
	padding-bottom: 20px;
}
#ItemDetail h2 {
	background-image: url(../images/bike/title_itemdetail.gif);
	height: 13px;
	width: 73px;
}
#ItemDetail .BlockContents {
	margin: 0px 20px;
	width: 810px;
	padding: 4px 0px 0px;
}
#ItemDetail h3 {
	font-size: 21px;
	font-weight: bold;
	border-left: 6px solid #b0b0b0;
	padding-left: 5px;
	line-height: 120%;
	margin-bottom: 7px;
}
#ItemDataWrap {
	width: 810px;
}


/* ItemPhoto
=========================================== */
#Photo {
	float: left;
	width: 485px;
}
#Photo p {
	background: url(../images/bike/itemphoto_bg.gif) no-repeat left top;
	padding: 5px;
	height: 350px;
	width: 470px;
}
/*
#Photo ul {
	height: 152px;
	width: 485px;
}
*/

#Photo ul {
/*	height: 76px;*/
	width: 485px;
}

#Photo li {
	height: 76px;
	width: 97px;
	display: block;
	background: url(../images/bike/thumbnail_bg.gif) no-repeat left bottom;
	float: left;
}
#Photo li img {
	margin: 10px 0px 0px 5px;
	vertical-align: top;
}

div.BikeOrderStatus{
  clear:both;
  margin: 5px 2px 0px 0px;
}

/* ItemData
=========================================== */
#ItemData {
	float: right;
	width: 310px;
}

/* ItemData for Price */
#ItemData dl.Price {
	border-top: 3px solid #a0372a;
	border-bottom: 3px solid #a0372a;
	padding: 10px 0px;
	font-size: 16px;
	line-height: 29px;
}
#ItemData .Price dt {
	float: left;
	width: 3em;
	margin-left: 2px;
}
#ItemData .Price dd {
	text-align: right;
	margin: 0px 7px 0px 2em;
}
#ItemData .Price dd strong {
	color: #a0372a;
	font-size: 29px;
}

/* ItemData Title */
#ItemData h4,
#ShopData h4 {
	font-size: 12px;
	line-height: 16px;
	padding-left: 4px;
	border-left: 4px solid #a0372a;
	margin: 12px 0px 10px;
}

/* ItemData for Memo */
#ItemData .Memo div {
	border: 1px solid #b9b9b9;
	padding: 10px;
	min-height: 200px;
}
* html #ItemData .Memo div {
	height: 220px;
}
#ItemData .Memo p {
	font-size: 12px;
	line-height: 120%;
}

/* ItemData for SpecMemo */
#ItemData .SpecWrap {
	width: 310px;
}
#ItemData .SpecWrap .SpecLeft,
#ItemData .SpecWrap .SpecRight {
	width: 152px;
}
#ItemData .SpecWrap .SpecLeft { float: left; }
#ItemData .SpecWrap .SpecRight { float: right; }
#ItemData .SpecWrap dl {
	border: solid 1px #b9b9b9;
	line-height: 120%;
	text-align: center;
}
#ItemData .SpecWrap dt {
	font-size: 10px;
	background-color: #b9b9b9;
	padding: 2px;
}
#ItemData .SpecWrap dd {
	font-size: 12px;
	background-color: #FFF;
	padding: 4px 2px;
}


/* ShopData
=========================================== */
#ShopData {
	margin-top: 18px;
}
#ShopData h4 {
	margin: 0px 0px 10px;
}
#ShopData .ShopDataWrap {
	width: 810px;
	position: relative;
}

/* Shop Information */
#ShopData .ShopDataWrap dl {
	/*width: 335px;*/
	width: 470px;
	line-height: 165%;
}
#ShopData .ShopDataWrap dt {
	font-size: 22px;
	padding-bottom: 7px;
}
#ShopData .ShopDataWrap #LinkInfoMail {
	margin-top: 2px;
}
#ShopData .ShopDataWrap #LinkInfoMail img {
	vertical-align: top;
}

/* Shop Link Information */
#ShopData .ShopDataWrap .ShopLink {
	position: absolute;
	left: 240px;
	bottom: 0px;
	width: 620px;
	height: 46px;
	line-height: 46px;
/*	border:1px solid #F00;*/
}

#ShopData .ShopDataWrap .Link {
	display: inline;
	font-size:46px;
}

#ShopData .ShopDataWrap .ShopLink a {
	/*text-decoration:none;*/
	/*vertical-align:top;*/
}

/*
#ShopData .ShopDataWrap .ShopLink li {
	display: inline;
}
#ShopData .ShopDataWrap .ShopLink li#LinkShopBlog {
	margin-right: 22px;
}
*/

/* View History
=========================================== */
#History {
	width: 850px;
	margin: 22px 0px 0px;
}
#History h2 {
	border-left: 6px solid #c7130d;
	line-height: 30px;
	height: 30px;
	padding-left: 10px;
	margin-bottom: 4px;
	background: #e8e8e8;
}
#History ol {
	border: 1px solid #b9b9b9;
	padding: 15px 5px;
}
#History li {
	width: 260px;
	float: left;
	margin-right: 5px;
}
#History li.Last {
	margin-right: 0px;
}
#History li .Image {
	float: left;
	width: 100px;
	margin-right:10px;
}
#History li .Data {
	float: right;
	width: 150px;
	font-size: 10px;
	line-height: 140%;
}
#History li .Data .ItemName {
	font-size: 12px;
}
#History li .Data .Price {
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
	color: #FFF;
	background: url(../images/bike/history_pricetag.gif) no-repeat left bottom;
	height: 22px;
	width: 100px;
	margin: 3px 0px 10px;
}
#History li .Data .Price span {
	padding-left: 18px;
	font-family:verdana;
}
