@charset "utf-8";

/*============================================================
 Products
============================================================*/

/*============================================================
 Common
============================================================*/
h1.pName {
	font-size: 18px;
}

div.pName {
	font-size: 12px;
}

.listprice {
	font-size: 11px;
	text-decoration: line-through;
	margin: 0 5px 0 0;
}

span.taxInfo {
	font-size: 10px;
	color: #F00;
	vertical-align: middle;
}

div.pSubInfo {
	font-size: 11px;
}

div.pInfo {
	font-size: 12px;
}

div.mediaTagList {
	margin: 0 0 5px 0;
}

div.mediaTagList li {
	margin: 0 0 0 5px;
}

div.mediaTagList li:first-child {
	margin: 0;
}

div.mediaTag {
	border: 1px #3c75e7 solid;
	background: #76A4FF;
	padding: 0 4px;
	font-size: 11px;
	line-height: 14px;
	color: #FFF;
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}

div.tagInfo {
	margin: 0 0 5px 0;
}

li.madiaTag {
	margin: 0 5px 0 0 !important;
}

li.madiaTag img {
	display: block;
}

div.avgCR {
	margin: 5px 0 0 0;
	font-size: 12px;
}

div.avgCR li {
}

div.avgCR li a {
	text-decoration: underline;
	vertical-align: middle;
}

div.pComHeadInfo {
	margin: 5px 0 0 0;
}

div.pComHeadInfo div.avgCR {
	margin: 0;
}

div#pMainContainer div.avgCR li {
	margin: 0 10px 5px 0;
	border-left: 1px solid #CCC;
	padding: 0 0 0 10px;
}

div#pMainContainer div.avgCR li:first-child {
	border-left: none;
	padding: 0;
}

div.salesTag {
	margin: 10px 0 0 0;
	font-size: 12px;
}

div.salesTag li {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin: 0 5px 0 0;
	padding: 5px 10px;
	border: 1px #333 solid;
	border-radius: 2px;
	font-weight: bold;
}

div.communityNav {
	font-size: 11px;
	position: relative;
	margin: 5px 0 0 0;
}

div.communityNav li {
	margin: 0 10px 5px 0;
}

div.pInfoTbl {
	margin: 5px 0 0 0;
	font-size: 12px;
	border-top: 1px dashed #CCC;
	border-bottom: 1px dashed #CCC;
	padding: 10px 0;
}

div.pInfoTbl th {
	text-align: right;
	font-weight: normal;
	color: #666;
	width: 110px;
	line-height: 20px;
	padding: 2px 0;
}

div.pInfoTbl td {
	line-height: 20px;
	padding: 2px 0;
}

div.pInfoTbl span.stockInfo {
	font-size: 16px;
	vertical-align: middle;
	margin: 0 10px 0 0;
}

div.pInfoTbl span.deliveryInfo {
	vertical-align: middle;
}

div.pInfoTbl td.oldPrice {
	font-weight: normal;
	text-decoration: line-through;
}

div.pInfoTbl td.listPrice {
	font-weight: normal;
}

div.pInfoTbl td.deliInfo span {
}

div.pInfoTbl td.deliPrice span {
	vertical-align: middle;
}

div.variInfo {
	font-size: 11px;
	margin: 5px 0 0 0;
}

div.variInfo li {
	margin: 0 10px 0 0;
}

div.stock {
	font-size: 12px;
	margin: 10px 0 0 0;
}

div.pCaption {
	font-size: 12px;
	margin: 10px 0 0 0;
}

div.pCaption p {
	margin: 0 0 10px 0;
}

/* old buy box (130510) -------------
div.buyBox {
	font-size: 12px;
	margin: 0 0 10px 0;
}

div.buyBox table {
	width: 100%;
}

div.buyBox td {
	padding: 10px 10px 0;
	vertical-align: middle;
}

div.buyBoxMain {
	margin: 0 0 10px 0;
}

div.buyBoxMain table {
	width: 100%;
}

div.buyBoxMain th,
div.buyBoxMain td {
	vertical-align: middle;
}

div.buyBoxMain th {
	text-align: left;
	font-weight: bold;
}

div.buyBoxMain td.addToCart {
}
--------------------------------*/

div.buyBox {
	border: 1px solid #CCC;
	border-radius: 5px;
	margin: 0 0 10px 0;
	background: -moz-linear-gradient(top, #FCFDFE, #F1F2F3); /* Firefox */
	background: -webkit-gradient(linear, left top, left bottom, from(#FCFDFE), to(#F1F2F3)); /* Chrome, Safari, iOS, Android */
	background: -o-linear-gradient(top, #FCFDFE, #F1F2F3); /* Opera */
	/background: #F3F4F5; /* IE7 */
	background: #F3F4F5\9; /* IE8-9 */
	background: linear-gradient(to bottom, #FCFDFE, #F1F2F3); /* IE10+, W3C */
	zoom: 1;
}

div.buyBoxMain {
	padding: 10px;
	text-align: center;
}

div.buyBoxMain li {
	margin: 10px 0 0 0;
}

div.buyBoxMain li:first-child {
	margin: 0;
}

div.buyBoxMain div.salesInfo {
	font-size: 14px;
}

div.buyBoxMain div.quantity {
	font-size: 12px;
}

div.buyBoxMain div.quantity select {
	font-size: 14px;
}

div.buyBoxMain div.nbInfo {
	font-size: 12px;
}

div.packagePurchase {
	padding: 17px 0 0 0;
	margin: 0 5px 5px 5px;
	position: relative;
	/zoom: 1;
}

div.packagePurchase div.ppTail {
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -18px;
	width: 36px;
	height: 18px;
	background: url(../img/bgPackagePurchaseTail.png) no-repeat 0 0;
}

div.packagePurchase div.ppBody {
	background: #FFF;
	border: 1px solid #CCC;
	border-radius: 5px;
}

div.packagePurchase div.ttl {
	font-size: 12px;
	margin: 0 0 10px 0;
}

div.packagePurchaseItemList {
}

div.packagePurchaseItem {
	border-top: 1px dashed #CCC;
	padding: 10px;
}

div.packagePurchaseItem:first-child {
	border: none;
}

div.packagePurchaseItem td {
	padding: 0;
	vertical-align: top;
}

div.packagePurchaseItem div.ppSlctChk {
	float: left;
	margin: 0 10px 0 0;
}

div.packagePurchaseItem div.ppItemInfo {
	overflow: hidden;
}

div.packagePurchaseItem div.ppItemInfo.disabled {
	opacity: 0.3;
	filter: alpha(opacity=30); /* IE7 */
	-ms-filter: "alpha(opacity=30)"; /* IE8 */
}

div.packagePurchaseItem td.imgArea {
	width: 40px;
}

div.packagePurchaseItem td.infoArea {
	padding: 0 0 0 10px;
	font-size: 11px;
}

div.packagePurchaseItem div.pImg img {
	max-width: 40px;
	max-height: 40px;
}

div.prmItemUnit {
	margin: 10px 0 0 0;
}

div.prmItemUnit table {
	width: 100%;
}

div.prmItemUnit td.imgArea {
	width: 60px;
	padding: 0 10px 0 0;
}

div.prmItemUnit td.imgArea img {
	max-width: 60px;
	max-height: 60px;
}

div.prmItemUnit div.pName {
	font-size: 12px;
}

div.buyBoxSub {
}

div.buyBoxSub li {
}

div.rvwSptInfo {
	margin: 5px 0 0 0;
}

div.rvwSptInfo li {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin: 0 15px 0 0;
	font-size: 12px;
	line-height: 26px;
}

div.rvwSptInfo ul.alignC li {
	margin: 0 7px;
}

div.rvwSptInfo ul.alignR li {
	margin: 0 0 0 15px;
}

div.rvwSptInfo li a {
	text-decoration: underline;
}

div.shareRow {
	margin: 10px 0 0 0;
}

div.shareRow li {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin: 0 5px 0 0;
}

div.shareRow ul.alignR li {
	margin: 0 0 0 5px;
}

div.pStock {
	clear: both;
	margin: 10px 0 0 0;
}

div.pStock div.colR {
	width: 580px;
}

div.stockLink {
	font-size: 12px;
	padding: 10px 0 0 0;
	margin: 0 0 20px 0;
	border-top: 1px #CCC dashed;
}

div.stockLink a {
	text-decoration: underline;
}

div.stockLoading {
	text-align: center;
}

div.pStock object.stockIf {
    height: 600px;
    width: 100%;
}

div.errRedlineInfo {
	border: 2px #F00 solid;
	padding: 5px;
	font-size: 12px;
}

div.srcIptFrm td.srcBtnTd {
	width: 16px;
	vertical-align: middle;
}

div.srcIptFrm div.iconSrcBtn {
	padding: 0 0 0 10px;
}

div.srcIptFrm div.iconSrcBtn a {
	background: url(../img/iconSearch.png) no-repeat right 0;
	width: 16px;
	height: 16px;
	display: block;
}

div.srcIptFrm div.iconSrcBtn a:hover {
	background-position: right -16px;
}

div.chkdItems {
	font-size: 12px;
}

div.chkdItems li.odd {
	background: #F5F5F5;
}

div.chkdItems li {
	padding: 5px;
}

div.chkdItems li th {
	padding: 0 10px 0 0;
	width: 40px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
}

div.chkdItems li th img {
	max-width: 40px;
	max-height: 40px;
}

div.chkdItems li td {
	vertical-align: middle;
}

div.sideBorderBox {
	margin: 0 0 10px 0;
	font-size: 12px;
	padding: 10px;
}

div.sideBorderBox div.ttl {
	font-weight: bold;
	margin: 0 0 5px 0;
}

div.storeStockBox {
	background: #FFFFEE;
	border: 1px #CABA28 solid;
	border-radius: 5px;
	padding: 5px;
}

div.storeStockLink {
	font-size: 11px;
}

div.sbmContainer {
	background: #EFEFEF;
	padding: 10px;
}

div.sbmContainer table {
	width: 100%;
}

div.sbmContainer td {
	vertical-align: middle;
}


/* pBar
-------------------------------------------------------*/
div#pBar {
	width: 100%;
	z-index: 9999;
	background: #FFF;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	box-shadow: 0 2px 5px #CCC\9; /* IE8 */
	/border-bottom: 1px solid #CCC;
}

div#pBar div.inner {
	padding: 10px 20px;
}

div#pBar table {
	width: 100%;
}

div#pBar td.itemInfoArea table {
	width: auto;
}

div#pBar td.pImgArea {
	vertical-align: middle;
	text-align: center;
}

div#pBar td.pInfoArea {
	padding: 0 0 0 20px;
	vertical-align: middle;
}

div#pBar td.buyArea {
	width: 240px;
	text-align: right;
	vertical-align: middle;
}

div#pBar div.pImg img {
	max-width: 50px;
	max-height: 50px;
}

div.ppItemThumbList {
	position: relative;
	/zoom: 1;
}

div.ppItemThumbList div.carouselListBody {
	clear: both;
	height: 50px;
}

div.ppItemThumbList div.pagnWrapper {
	margin: 0 30px;
	position: relative;
}

div.ppItemThumbList a.prev,
div.ppItemThumbList a.next {
	position: absolute;
	top: 0;
	height: 100%;
	width: 20px;
	border: 1px solid #FFF;
	border-radius: 2px;
	display: block;
}

div.ppItemThumbList a.prev {
	left: 0;
}

div.ppItemThumbList a.next {
	right: 0;
}

div.ppItemThumbList a.prev span,
div.ppItemThumbList a.next span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -8px 0 0 -8px;
	width: 16px;
	height: 16px;
	display: block;
}

div.ppItemThumbList a.prev span {
	background: url(../img/iconArws.png) no-repeat -240px -48px;
}

div.ppItemThumbList a.next span {
	background: url(../img/iconArws.png) no-repeat -240px -16px;
}

div.ppItemThumbList a.prev:hover,
div.ppItemThumbList a.next:hover {
	border: 1px solid #CCC;
	background: #F3F4F5;
}

div#pBar div.pName {
	font-size: 13px;
}

div#pBar span.stockInfo {
	margin: 0 10px 0 0;
}

div#pBar span.deliveryInfo {
	margin: 0 10px 0 0;
}

div#pBar div.variInfo {
	margin: 0;
}

div#pBar div.numIpt {
	margin: 0 10px 0 0;
	font-size: 12px;
}

div#pBar div.salesInfo {
	font-size: 12px;
}

div#pBar th.packagePurchaseArea {
}

div#pBar div.ppItemThumbList {
}

div#pBar div.ppItemThumbList table {
	width: auto;
}

div#pBar div.ppItemThumbList td {
	vertical-align: middle;
}

div#pBar div.ppItemThumbList div.iconPlus {
	padding: 0 10px;
}

/* Reccomend
-------------------------------------------------------*/
div.pRecHead {
	margin: 0 0 20px 0;
}

div.pRecHead li {
	margin: 0 20px 0 0;
	vertical-align: middle;
}

div.pRecHead div.ttl {
	font-size: 14px;
}


/* Side Contents
-------------------------------------------------------*/
div#leftCol div.sideContainer {
	margin: 0 0 10px 0;
}

div#rightCol div.sideContainer {
	margin: 0 0 20px 0;
}

div.sideContainer div.pRecHead {
	margin: 0 0 10px 0;
}

div.sideContainer div.pRecHead div.ttl {
	font-size: 12px;
	font-weight: bold;
}


/*============================================================
Category Top, Promotion
============================================================*/
div.cntsHead {
	margin: 0 0 20px 0;
}

div.cntsHead h1 {
	font-size: 26px;
}

div.cntsHead div.subTtl {
	font-size: 12px;
}



/*============================================================
Detail Page
============================================================*/
/* Common
-------------------------------------------------------*/
div#pMainContainer {
	margin: 0 0 30px 0;
}


/* pImgGalleryCol
-------------------------------------------------------*/
div#pImgGalleryCol {
	width: 30%;
	max-width: 410px;
}

div#pImgGalleryCol div#pImgCell {
	margin: 0 0 20px 0;
	display: table;
	/*height: 410px;*/
	width: 100%;
}

div#pImgGalleryCol div#pImgCell a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

div#pImgGalleryCol div#pImgCell img {
	/*max-height: 410px;*/
	max-width: 410px;
	width: 100%;
}

div#pImgGalleryCol div#pImgCell img.imgTypeS {
	width: 250px;
}

div#pImgGalleryCol div.pImgCap {
	text-align: center;
	margin: 0 0 10px 0;
	font-size: 12px;
}

div#pImgGalleryCol div.pImgCap a {
	text-decoration: underline;
}

div#pImgGalleryCol div#pImgThumbList {
	text-align: center;
	margin: 0 0 10px 0;
}

div#pImgGalleryCol div#pImgThumbList li {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin: 0 2px 4px;
	vertical-align: top;
}

div#pImgGalleryCol div.pImgThumb {
	width: 42px;
	height: 42px;
}

div#pImgGalleryCol div.pImgThumb a {
	width: 40px;
	height: 40px;
	border: 1px #CCC solid;
	padding: 1px;
	display: block;
}

div#pImgGalleryCol div.pImgThumb a:hover {
	border: 1px #666 solid;
}

div#pImgGalleryCol div.pImgThumb table {
	table-layout: fixed;
}

div#pImgGalleryCol div.pImgThumb td {
	width: 40px;
	height: 40px;
	vertical-align: middle;
	text-align: center;
}

div#pImgGalleryCol div.pImgThumb img {
	max-height: 40px;
	max-width: 40px;
	display: block\9; /*IE8*/
	/display: inline; /*IE7*/
}

div#pImgGalleryCol div.pImgThumb img:not(:target) {
	display: inline\9; /*IE9*/
}


/* pInfoCol
-------------------------------------------------------*/
div#pInfoCol {
}

div#pInfoCol table {
	width: 100%;
}

div#pInfoCol th#pMainTh {
	width: 30%;
	max-width: 500px;
	font-weight: normal;
}

div#pInfoCol td#pInfoTd {
	padding: 0 0 0 30px;
}

div#pInfoCol td#pSideTd {
	width: 240px;
	padding: 0 0 0 30px;
}


/* Variation & Set
-------------------------------------------------------*/
div.lotBuyingBox {
	margin: 20px 0 0 0;
	font-size: 12px;
}

div.lotBuyingBox td {
	vertical-align: middle;
	height: 90px;
}

div.lotBuyingBox div.pImg img {
	max-height: 80px;
	max-width: 80px;
}

div.lotBuyingBox div.lotBuyingItemList {
	position: relative;
}

div.lotBuyingBox div.lotBuyingDifferenceArea {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div.lotBuyingBox div.lotBuyingDifferenceArea table {
	width: 100%;
	height: 100%;
}

div.lotBuyingBox div.lotBuyingDifferenceArea td {
	text-align: center;
	vertical-align: middle;
}

div.lotBuyingBox div.lotBuyingDifference {
	display: inline-block;
	/display: inline;
	font-size: 16px;
	padding: 5px 10px;
	background: #F5F5F5;
	border: 1px #CCC solid;
	box-shadow: 0 5px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.5);
}

div.lotBuyingBox div.iconPlus img {
	padding: 0 10px;
}

div.lotBuyingBox div.pluralImg {
	width: 100px;
}

div.lotBuyingBox div.pluralImg li {
	width: 30px;
	margin: 0 3px 3px 0;
}

div.lotBuyingBox div.pluralImg div.pImg {
	margin: 0;
}

div.lotBuyingBox div.pluralImg img {
	max-width: 30px;
	max-height: 30px;
}

div.tieInSetBuy {
	padding: 0 0 0 20px;
}

div.tieInSetBuy div.priceRow {
	margin: 0;
}

div.tieInItemList {
	margin: 20px 0 0 0;
	font-size: 12px;
}

div.tieInItemList li {
	margin: 10px 0 0 0;
}

div.tieInItemList li.disabled td {
	opacity: 0.3;
	filter: alpha(opacity=30); /* ie lt 8 */
	-ms-filter: "alpha(opacity=30)"; /* ie 8 */
	zoom: 1;
}

div.tieInItemList div.tieInItemInfo li {
	margin: 0 5px 0 0;
}

div.tieInItemList div.deliInfo {
	margin: 0;
}

div.lotBuyInfo {
	margin: 0 0 10px 0;
	background: #FEF;
	border: 1px #CABA28 solid;
	border-radius: 5px;
	padding: 10px;
}

div.lotBuyInfo li {
	font-size: 12px;
}

div.lotBuyInfo td {
	padding: 0;
	vertical-align: middle;
}

div.lotBuyItemSlctList {
}

div.lotBuyItemSlctList div.entryBlock {
	width: 25%;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: top;
}

div.lotBuyItemSlctUnit {
	font-size: 12px;
	padding: 10px;
}

div.lotBuyItemSlctUnit table {
	width: 100%;
}

div.lotBuyItemSlctUnit div.pImg {
	margin: 5px 0;
	text-align: center;
}

div.lotBuyItemSlctUnit div.pImg img {
	max-width: 120px;
	max-height: 120px;
}


/* New Model Recommend
-------------------------------------------------------*/
div.recModelBox {
	margin: 20px 0 0 0;
	padding: 10px 10px 0 10px;
	background: #EFE;
	border-radius: 5px;
	border: 1px #9C9 solid;
}

div.recModelItem {
	padding: 10px 0;
}

div.recModelItem th {
	width: 80px;
}

div.recModelItem td {
	padding: 0 0 0 10px;
}

div.recModelItem div.pImg {
	border: 1px #CCC solid;
	/border: none;
	padding: 5px;
	/padding: 0;
	background: #FFF;
}

div.recModelItem div.pImg a {
	display: block;
}

div.recModelItem div.pImg img {
	width: 80px;
}

div.recModelItem div.pName {
	font-size: 13px;
}

div.recModelItem div.dateOfSale {
	font-size: 12px;
	margin: 5px 0 0 0;
}

div.recModelItem div.priceRow {
	zoom: 1; /*IE7*/
}


/* Variation
-------------------------------------------------------*/
div.varSlct select {
	max-width: 285px;
	max-width: inherit\9; /* IE8-9 */
	width: 100%\9; /* IE8-9 */
	/width: 100%; /* IE7 */
}

div.varSlct select:not(:target) {
	max-width: 285px\9; /* IE9 */
	width: auto\9; /* IE9 */
}

div.varBox {
}

div.vaCap {
	font-size: 12px;
}

div.vaCap span {
	font-weight: bold;
	margin: 0 0 0 3px;
	color: #333;
}

div.vaListBody {
	position: relative;
}

div.vaListBody ul.vaList {
	font-size: 11px;
}

div.vaListBody ul.vaList li {
	margin: 0 5px 5px 0;
	float: left;
	position: relative;
}

div.vaListBody ul.vaList li a {
	border: 1px #CCC solid;
	display: block;
	padding: 2px;
	text-decoration: none;
	line-height: 50px;
}

div.vaListBody ul.vaList li.active a {
	border: 1px #C00 solid;
	background: #F00;
}

div.vaListBody ul.vaList li a:hover {
	border: 1px #333 solid;
}

div.vaListBody ul.vaList li.active a:hover {
	border: 1px #C00 solid;
}

div.vaListBody ul.vaList li a p {
	padding: 0 5px;
	color: #333;
}

div.vaListBody ul.vaList li input.floatInput {
	position: absolute;
	top: 5px;
	right: 5px;
	display: none;
}

div.vaListBody ul.vaList li.active input.floatInput,
div.vaListBody ul.vaList li:hover input.floatInput {
	display: block;
}

div.vaListBody ul.vaList li Img {
	height: 50px;
}

div.vaListBody ul.vaList.vaPagingList {
	padding: 0 32px;
}

div.vaListBody div.vaPagn {
	border: 1px solid #CCC;
	border-radius: 3px;
	position: absolute;
	background: -moz-linear-gradient(top, #FCFDFE, #F1F2F3); /* Firefox */
	background: -webkit-gradient(linear, left top, left bottom, from(#FCFDFE), to(#F1F2F3)); /* Chrome, Safari, iOS, Android */
	background: -o-linear-gradient(top, #FCFDFE, #F1F2F3); /* Opera */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FCFDFE', endColorstr='#F1F2F3'); /* IE6-9 */
	background: linear-gradient(to bottom, #FCFDFE, #F1F2F3); /* IE10+, W3C */
	zoom: 1;	
}

div.vaListBody div.vaPagn:hover {
	border: 1px solid #CCC;
	border-radius: 3px;
	background: -moz-linear-gradient(top, #FCFDFE, #F1F2F3); /* Firefox */
	background: -webkit-gradient(linear, left top, left bottom, from(#FCFDFE), to(#F1F2F3)); /* Chrome, Safari, iOS, Android */
	background: -o-linear-gradient(top, #FCFDFE, #F1F2F3); /* Opera */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FCFDFE', endColorstr='#F1F2F3'); /* IE6-9 */
	background: linear-gradient(to bottom, #FCFDFE, #F1F2F3); /* IE10+, W3C */
	zoom: 1;	
}

div.vaListBody div.prev {
	top: 0;
	left: 0;
}

div.vaListBody div.next {
	top: 0;
	right: 0;
}

div.vaListBody div.vaPagn a {
	display: block;
	width: 20px;
	height: 52px;
}

div.vaListBody div.prev a {
	background: url(../img/iconArwSprt01L.png) no-repeat center center;
}

div.vaListBody div.next a {
	background: url(../img/iconArwSprt01R.png) no-repeat center center;
}


/* Bundle
-------------------------------------------------------*/
div.bundleBox {
	margin: 5px 0 10px 0;
	padding: 10px;
	border: 1px solid #CCC;
	border-radius: 5px;
}

div.bundleBox div.ttl {
	font-size: 12px;
	color: #666;
}

div.bundleList {
}

div.bundleList li {
	margin: 5px 0 0 0;
}

div.bundleList li th {
	width: 20px;
	text-align: center;
}

div.bundleList li div.pImg img {
	max-width: 20px;
	max-height: 20px;
}

div.bundleList li div.pName {
	font-size: 12px;
	text-decoration: none;
	display: inline;
}

div.selectAll {
	border-bottom: 1px solid #CCC;
	padding: 5px 10px;
}


/* pDescription
-------------------------------------------------------*/
div.pDescription {
	font-size: 12px;
}

div.pDescription li {
	margin: 0 0 15px 0;
}

div.pDescription li h3.pDesCap {
	margin: 0 0 3px 0;
	font-size: 12px;
	font-weight: normal;
}

div.pDescription li div.pDesBody {
}

div.pDscptTblUnit {
}

div.pDscptTblUnit td {
	border: none;
}

div.nbBox {
	border: 3px #666 double;
	padding: 5px;
	margin: 10px 0 0 0;
	font-size: 12px;
}

div.nbTtl {
	margin: 0 0 3px 0;
}

div.buyOptInfoBox {
	max-width: 1000px;
	font-size: 12px;
}

div.buyOptInfoBox table {
	border: 1px #CCC solid;
}

div.buyOptInfoBox th {
	font-weight: normal;
	background: #EFEFEF;
	padding: 10px;
}

div.buyOptInfoBox td {
	padding: 10px;
}

div.pDescription li div.pDesBody {
}

div.pDscptTblUnit table {
	border: none;
}

div.pDscptTblUnit th {
	padding: 0;
}

div.pDscptTblUnit td {
	border: none;
	padding: 0;
}


/* SpecBox
-------------------------------------------------------*/
div.specBox {
}

div.specBox div.specTbl {
	width: 40%;
	max-width: 600px;
	min-width: 470px;
	font-size: 12px;
	margin: 0 10px 20px 0;
}

div.specBox div.specTbl table {
	width: 100%;
}

div.specBox div.specTbl th {
	font-weight: bold;
	background: #F5F5F5;
	padding: 5px;
	border: 1px #CCC solid;
	vertical-align: top;
	width: 150px;
}

div.specBox div.specTbl th div.specHeadTxt {
	float: left;
	width: 130px;
}

div.specBox div.specTbl th div.specHeadIcon {
	float: right;
}

div.specBox div.specTbl td {
	background: #FFF;
	padding: 5px;
	border: 1px #CCC solid;
	vertical-align: top;
}


/*============================================================
List Page
============================================================*/
div.pgTopBox {
}

div.pgBtmBox {
	padding: 10px 0 0 0;
}

div.pListBlock {
	padding: 10px 0;
}

div.pListBlock table {
	width: 100%;
}

div.pListBlock th.pImgArea {
	width: 180px;
	text-align: center;
}

div.pListBlock td.pInfoArea {
	padding: 0 0 0 30px;
}

div.pListBlock div.salesTagRed {
	border: 1px #C00 solid;
	background: #F33;
	color: #FFF;
	padding: 3px 0;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	width: 180px;
}

div.pListBlock div.salesTagWhite {
	border: 1px #C00 solid;
	color: #F00;
	padding: 3px 0;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	width: 180px;
}

div.pListBlock div.pImg img {
	max-width: 180px;
	max-height: 180px;
}

div.pListBlock div.subInfoRow {
	margin: 5px 0 0 0;
}

div.pListBlock div.subInfoRow li {
	margin: 0 10px 0 0;
	vertical-align: middle;
	font-size: 12px;
}

div.pListBlock div.subInfoRow li.pTag {
}

div.pListBlock div.subInfoRow li.dateOfSale {
	color: #666;
}

div.pListBlock div.pInfo {
	margin: 5px 0 0 0;
}

div.pListBlock span.stockInfo {
	margin: 0 10px 0 0;
}

div.pListBlock span.deliveryInfo {
	margin: 0 10px 0 0;
}

div.pListBlock div.pCaption {
	border: 0;
	margin: 5px 0 0 0;
}

div.pListBlock div.bundleBox {
	margin: 5px 0 0 0;
	max-width: 700px;
}

div.pListBlock div.bundleBox div.ttl {
	font-size: 11px;
}

div.pListBlock div.bundleList {
}

div.pListBlock div.bundleList li {
	margin: 2px 0;
}

div.pListBlock div.bundleList li th {
	width: 20px;
	text-align: center;
}

div.pListBlock div.bundleList li div.pImg img {
	max-width: 20px;
	max-height: 20px;
}

div.pListBlock div.bundleList li div.pName {
	font-size: 12px;
	text-decoration: none;
	display: inline;
}

div.hznBox div.pImg {
	margin: 0 0 10px 0;
}

div.priceRow {
	margin: 5px 0 0 0;
}

div.priceRow li {
	margin: 0 10px 0 0;
	vertical-align: middle;
	font-size: 12px;
}

div.priceRow li.oldPrice {
	font-weight: normal;
	color: #333;
	text-decoration: line-through;
}

div.priceRow li.price {
	font-weight: normal;
}

div.priceRow li.price strong {
	margin: 0 2px 0 0;
}

div.priceRow li.point {
}

div.priceRow li.point strong {
	margin: 0 2px;
}

div.deliInfo {
	margin: 5px 0 0 0;
	font-size: 12px;
}

div.pListBlock div.stock {
	margin: 5px 0 0 0;
}

div.pListBlock div.avgCR {
}

div.pListBlock div.avgCR li {
	border-left: 1px solid #CCC;
	padding: 0 0 0 10px;
}

div.pListBlock div.avgCR li:first-child {
	border-left: none;
	padding: 0;
}

div.pListBlock div.btnBox {
	margin: 5px 0 0 0;
}

div.pListBlock div.listBC {
	margin: 5px 0 0 0;
}

div.pListBlock div.listBC li {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin: 0 5px 0 0;
	vertical-align: middle;
	font-size: 11px;
}

div.pListBlock div.storeStockLink {
	margin: 5px 0 0 0;
}

div.pListBlock div.listBC a {
	color: #666;
}

div.pListBlock div.avgCR a:hover,
div.pListBlock div.listBC a:hover {
	color: #F00;
}

div.pListBlock div.rawInfo {
	font-size: 12px;
	margin: 5px 0 0 0;
}

div.verticalTypeList div.pListBlock th {
	width: 180px;
	text-align: center;
}

div.tileTypeList div.pListBlock {
	padding: 20px 0;
}

div.tileTypeList div.pListBlock div.inner {
	padding: 0 10px;
	margin: 0 20px 0 0;
}

div.tileTypeList div.pListBlock span.stockInfo {
	margin: 0;
}

div.tileTypeList div.pListBlock span.deliveryInfo {
	margin: 0;
}

div.pRecContainer {
	padding: 10px 0 20px 0;
}

div.pRecContainer .wrap {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: url(../img/loading.gif) no-repeat center 90px #FFF;
}

div.recTitle {
	font-size: 14px;
	margin: 0 0 20px 0;
}

div.recTitle li {
	margin: 0 10px 0 0;
}

div.pListContainer {
	border-top: 1px solid #CCC;
	margin: 0 0 30px 0;
}

div.pListContainer div.pListHead {
	font-size: 13px;
	padding: 10px 0 0 0;
	margin: 0 0 10px 0;
}

div.pListContainer div.pListHead span.srcMultiwords {
}

div.pListContainer div.pListHead span.srcMultiwords span.srcKw {
	display: inline;
	margin: 0 0 0 10px;
	color: #F90;
	font-weight: bold;
	vertical-align: middle;
}

div.pListContainer div.pListHead span.srcMultiwords span.srcKw:first-child {
	margin: 0;
}

div.pListContainer div.pListHead span.srcMultiwords span.srcKw.disabled {
	color: #999;
	font-weight: normal;
	text-decoration: line-through;
}

div.gridRowListUnit {
}

div.gridRowListUnit div.pListBlock {
	float: left;
	padding: 20px 0 0 0;
}

div.gridRowListUnit div.pListBlock div.inner {
	padding: 0 10px;
	margin: 0 20px 0 0;
}

div.gridRowListUnit div.pListBlock div.pImg {
	margin: 0 0 10px 0;
}

div.gridRowListUnit div.seeMoreBtn {
}

div.gridRowListUnit div.seeMoreBtn div.inner {
	margin: 140px 20px 0 0;
	text-align: center;
}


/** strcItemList
-------------------------------------------------------*/
div.strcItemListUnit {
	position: relative;
	/zoom: 1;
}

div.strcItemListUnit div.strcListRow {
	clear: both;
	height: 320px;
	overflow: hidden;
}

div.strcItemListUnit div.pagnListBody {
	margin: 0 40px;
	position: relative;
	overflow: hidden;
}

div.strcItemListUnit div.prevBtn {
	position: absolute;
	top: 0;
	left: 0;
}

div.strcItemListUnit div.prevBtn:hover {
	background: #E5E5E5;
}

div.strcItemListUnit div.prevBtn a {
	background: url(../img/btnStrcItemListPrev.png) no-repeat 0 center;
	width: 40px;
	height: 320px;
	display: block;
}

div.strcItemListUnit div.prevBtn a:hover {
	background-position: -35px center;
}

div.strcItemListUnit div.nextBtn {
	position: absolute;
	top: 0;
	right: 0;
}

div.strcItemListUnit div.nextBtn:hover {
	background: #E5E5E5;
}

div.strcItemListUnit div.nextBtn a {
	background: url(../img/btnStrcItemListNext.png) no-repeat 0 center;
	width: 40px;
	height: 320px;
	display: block;
}

div.strcItemListUnit div.nextBtn a:hover {
	background-position: -35px center;
}

div.strcItemListUnit div.pagnListBody div.inner {
	position: relative;
	overflow: hidden;
}

div.strcItemListUnit div.pagnListBody div.inner div.floatArea {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255,255,255,0.95);
	font-size: 11px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

div.strcItemListUnit div.pagnListBody div.inner:hover div.floatArea {
	display: block;
}

div.strcItemListUnit div.pagnListBody div.inner div.floatArea div.floatIpt {
	padding: 5px;
}

div.strcItemListUnit div.pListBlock {
	float: left;
	padding: 0;
}

div.strcItemListUnit div.pListBlock div.pImg {
	margin: 0 0 10px 0;
}

div.strcItemListUnit div.pListBlock div.pImg {
	margin: 0 0 10px 0;
}

div.strcItemListUnit div.pListBlock div.avgCR {
	margin: 0 0 5px 0;
}

div.strcItemListUnit div.pListBlock div.headInfo li {
	vertical-align: middle;
}

div.strcItemListUnit div.pListBlock div.headInfo li.rankNum {
	margin: 0 5px 0 0;
	font-size: 16px;
	font-weight: bold;
}

div.strcItemListUnit div.pListBlock div.headInfo li.rankNum span {
	font-size: 24px;
	margin: 0 0 0 3px;
	vertical-align: middle;
}

div.pRecList01 div.pListBlock {
}

div.pRecList01 div.pagnListBody div.pListBlock {
	overflow: hidden;
	margin-bottom: 1000px;
}

div.pRecList01 div.pListBlock div.inner {
	padding: 0;
	margin: 0 10px;
}

div.pRecList01 div.pListBlock div.pImg img {
	max-width: 120px;
	max-height: 120px;
}

div.rcm03 div.pListBlock {
    width: 33.1%;
}

div.rcm04 div.pListBlock {
    width: 24.8%;
}

div.rcm05 div.pListBlock {
    width: 19.8%;
}

div.rcm06 div.pListBlock {
    width: 16.4%;
}

div.rcm07 div.pListBlock {
    width: 14%;
}

div.rcm08 div.pListBlock {
    width: 12.3%;
}

div.rcm09 div.pListBlock {
    width: 11%;
}

div.rcm10 div.pListBlock {
    width: 10.8%;
}

div.rcm11 div.pListBlock {
    width: 8.8%;
}

div.rcm12 div.pListBlock {
    width: 8.1%;
}

div.rcm13 div.pListBlock {
    width: 7.4%;
}


/** tileRecList
-------------------------------------------------------*/
div.tileRecList {
}

div.tileRecList div.pListBlock {
	padding: 10px 0 30px 0;
}

div.tileRecList div.pListBlock div.inner {
	padding: 0;
	margin: 0 10px;
}

div.tileRecList div.pListBlock div.pImg img {
	max-width: 120px;
	max-height: 120px;
}


/** pRecList old
-------------------------------------------------------*/
div.pRecList {
	position: relative;
}

div.pRecList div.prevBtn {
	position: absolute;
	top: 30%;
	left: 0;
}

div.pRecList div.prevBtn a {
	background: url(../img/btnNextBack.png) no-repeat 0 0;
	width: 30px;
	height: 80px;
	display: block;
	text-indent: -9999px;
}

div.pRecList div.prevBtn a:hover {
	background-position: 0 -80px;
}

div.pRecList div.nextBtn {
	position: absolute;
	top: 30%;
	right: 0;
}

div.pRecList div.nextBtn a {
	background: url(../img/btnNextBack.png) no-repeat -30px 0;
	width: 30px;
	height: 80px;
	display: block;
	text-indent: -9999px;
}

div.pRecList div.nextBtn a:hover {
	background-position: -30px -80px;
}

div.pRecList div.pagnListRow {
	margin: 0 50px;
	position: relative;
	overflow: hidden;
}

div.pRecList div.pagnListRow div.pagnListInner {
	position: relative;
	overflow: hidden;
}

div.pRecList div.pListBlock {
	padding: 0;
}

div.pRecList div.pListBlock div.inner {
	width: 220px;
	padding: 0;
	margin: 0 auto;
}

div.pRecList div.pListBlock div.headInfo {
	font-size: 12px;
	margin: 0 0 10px 0;
}

div.pRecList div.pListBlock div.headInfo li {
	vertical-align: middle;
}

div.pRecList div.pListBlock div.headInfo li.rankNum {
	margin: 0 5px 0 0;
	font-size: 16px;
	font-weight: bold;
}

div.pRecList div.pListBlock div.headInfo li.rankNum span {
	font-size: 24px;
	margin: 0 0 0 3px;
	vertical-align: middle;
}

div.pRecList div.pListBlock div.headInfo li.turnover {
}

div.pRecList div.pListBlock div.pImg img {
	max-width: 120px;
	max-height: 120px;
}


/* lp
-------------------------------------------------------*/
div.lp {
	border-bottom: 1px solid #CCC;
	padding: 0 0 10px 0;
}

div.lp div.lpListHead {
	font-size: 12px;
}

div.lp div.lpSrcItemList {
	margin: 20px 0 0 0;
}

div.lp div.lpSrcItemList div.pListBlock {
	float: left;
	width: 33.3%;
	padding: 0;
}

div.lp div.lpSrcItemList div.pListBlock div.inner {
	padding: 0 10px;
	margin: 0 20px 0 0;
}

div.lp div.lpSrcItemList div.pListBlock table {
	width: auto;
}

div.lp div.lpSrcItemList div.pListBlock td.imgArea {
	padding: 0 15px 0 0;
}

div.lp div.lpSrcItemList div.pListBlock div.tagInfo {
	margin: 0 0 3px 0;
}

div.lp div.lpSrcItemList div.pListBlock div.pImg img {
	max-width: 80px;
	max-height: 80px;
}

div.lp div.lpSrcItemList div.pListBlock div.pName {
	font-size: 12px;
}

div.lp div.lpSrcItemList div.pListBlock div.pInfo {
	font-size: 12px;
	margin: 3px 0 0 0;
}

div.lp div.lpSrcItemList div.pListBlock div.avgCR {
	margin: 3px 0 0 0;
}


/* jmdTrackTbl
-------------------------------------------------------*/
div.jmdTrackTbl {
	width: 40%;
	max-width: 600px;
	min-width: 470px;
	font-size: 12px;
	margin: 0 10px 20px 0;
}

div.jmdTrackTbl table{
	width: 100%;
}

div.jmdTrackTbl th {
	background: #F5F5F5;
	font-weight: normal;
	padding: 5px 0;
	text-align: center;
	border-top: 1px #BBB solid;
	border-bottom: 1px #CCC solid;
	border-left: 1px #CCC solid;
	width: 30px;
}

div.jmdTrackTbl td {
	background: #F5F5F5;
	border-top: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
}

div.jmdTrackTbl td.jmdTrackName {
	padding: 5px;
}

div.jmdTrackTbl td.jmdTime {
	width: 35px;
	padding: 5px;
	text-align: right;
	font-size: 11px;
}

div.jmdTrackTbl td.jmdCreditIcon {
	width: 40px;
	text-align: center;
	padding: 5px 0;
	border-right: 1px #CCC solid;
}

div.jmdTrackMedley {
	margin: 5px 0 0 0;
	padding: 5px 5px 5px 10px;
	font-size: 11px;
	border-top: 1px #CCC dashed;
}

div.jmdTrackMedley li {
	display: list-item !important;
	list-style: decimal;
	margin: 0 0 0 20px;
}

div.jmdListCaption {
	font-weight: bold;
	margin: 0 0 10px 0;
}

div.jmdTrackTbl td.jmdSongWrite {
	background: #FFF;
	padding: 10px 10px 5px 10px;
	font-size: 11px;
	border-right: 1px #CCC solid;
	border-left: 1px #CCC solid;
	background: #FFF;
}

div.jmdCreditInner {
	margin: 0 0 5px 0;
}


/*============================================================
Temporary Data
============================================================*/
div.pPhotoCapCnt {
	max-width: 1280px;
}

div.pPhotoCapCnt td.imgTd {
	width: 490px;
}

div.pPhotoCapCnt div.pPhotoImg img {
	width: 100%;
}

div.pPhotoImgThumbList li {
	margin: 0 5px 5px 0 !important;
}

div.pPhotoImgThumbList div.pPhotoThumb img {
	height: 79px;
}

div.tmpryRvwCnt {
	max-width: 1000px;
}

div.tmpryAvgCRBox {
	margin: 0 0 20px;
}

div.tmpryAvgCRBox th {
	background: #EFEFEF;
	padding: 5px 10px;
	border: 1px #CCC solid;
}

div.tmpryAvgCRBox td {
	padding: 5px 10px;
	border: 1px #CCC solid;
}

div.tmpryAvgCRBox div.avgCR {
	margin: 0;
}

div.tmpryRvwBlock {
	margin: 0 0 30px 0;
	font-size: 12px;
}

div.tmpryRvwBlock li {
	margin: 0 0 5px 0;
}

div.tmpryRvwBlock div.avgCR li {
	margin: 0 5px 0 0;
}

div.tmpryRvwBlock div.tmpryRvwImgL {
	float: left;
	margin: 0 10px 0 0;
}

div.tmpryRvwBlock div.tmpryRvwImgC {
	text-align: center;
	margin: 0 0 5px 0;
}

div.tmpryRvwBlock div.tmpryRvwImgR {
	float: right;
	margin: 0 0 0 10px;
}

div.tmpryRvwBlock div.tmpryRvwImgL img,
div.tmpryRvwBlock div.tmpryRvwImgC img,
div.tmpryRvwBlock div.tmpryRvwImgR img {
	max-width: 250px;
	max-height: 250px;
}