/*/==========================================================//
 FileName       : spotlight.css
 Author         : PicoPico_Hammer
 Editor         : NetBeans [http://netbeans.org/]
 Comment        : Spotlight用 Style Sheet
//==========================================================/*/


div[id$="_SpotArea"]
{
	text-align: center;
	display: inline;
	min-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

/*/-------------------------//
 ☆ Tab
//-------------------------/*/
ul.tabs
{
	display: block;
	text-align: left;
	padding-left: 6px;
	border-style: none;
	background-color:#2C2C2C;
	margin: 24px auto 0;
	line-height: 23px;
	font-size: 16px;
}

ul.tabs li
{
	text-align: left;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}

ul.tabs li a
{
	color: #CCC;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 2px;
	padding: 4px 8px 3px;
	border-width: 3px;
	border-color: #666;
	border-style: double double none;
	background-color: #122819;
	font-size: 16px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}


ul.tabs li a.active
{
	font-weight:	bold;
	text-decoration: none;
	padding-bottom: 4px;
	background-color:#EEE;
	color:#2C2C2C;
	border:3px outset #C0C0C0;
	border-bottom: none;
}

/* 非アクティブ・タブ */
li[id~="_SpotTab_"]
{
	visibility: hidden;
}

/* アクティブ・タブ */
li[id$="_SpotTab_1"]
{
	visibility: visible;
}



/*/-------------------------//
 ☆ Tab Page
//-------------------------/*/
.content
{
	text-align: center;
	margin: 0px auto 16px;
	padding: 18px 24px 20px;
	border-top: 2px none #2C2C2C;
	border-right: 2px solid #2C2C2C;
	border-bottom: 2px solid #2C2C2C;
	border-left: 2px solid #2C2C2C;
	background-color: #EEE;
}

.tab_page
{
	margin-top: 0px;
	margin-bottom:-12px;
	margin-left: 0px;
	margin-right: -16px;
}

div[id$="_SpotContent_2"],
div[id$="_SpotContent_3"],
div[id$="_SpotContent_4"],
div[id$="_SpotContent_5"]
{
	display: none;
}

/*/-------------------------//
 ☆ List Items
//-------------------------/*/
div.list_item
{
	margin: 0px 16px 12px 0px;
	float: left;
	height: 172px;
	width: 120px;	
}

div.list_item_hidden
{
	margin: 0px 16px 12px 0px;
	float: left;
	height: 172px;
	visibility: hidden;
}

.list_item_img
{
	display: block;
	border-style: none;
	background-color: #142414;
	width: 120px;
	height: 120px;
	font-size: small;
	text-align:left;
}

.list_item_img img
{
	border-style: none;
	width: 120px;
	height: 120px;
}

.list_item_txt
{
	font-size: 13px;
	padding: 2px 2px 4px;
	border-width: 1px;
	border-style: none;
	border-color: #C0C0C0;
	background-color: #202020;
	color: #F0F0F0;
	line-height: 1.2em;
	height: 51px;
}
.list_item_txt .small_font
{
	font-size: 12px;
}

.list_item_name
{
	font-weight: bold;

}
.list_item_title
{
	width: 100px;
	height: 1.2em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
}
.list_item_title:before
{
	content: "『";
}
.list_item_title:after
{
	content: "』";
}

.list_item_price
{
	font-size: 13px;
}

/*/-------------------------//
 ☆ New Items
//-------------------------/*/
div.new_item
{
	border-width: 8px;
	border-color: #0066CC;
	border-style: double;
	background-color: #FFF;
	min-width: 512px;
	width: auto;
	margin: 8px;

}

span.new_item_date
{
	text-align:	center;
}