@charset "utf-8";

/*------------------------------------------------------------------------------

	[ファイル名]
	
	[概要]
	
	[目次]
		・clearFix／画像代替／非表示部
	
------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------

								clearFix
								
------------------------------------------------------------------------------*/

div.section li:after
{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	content: ".";
}

/* Win IE7 */
*:first-child + html div.section li
{
	min-height: 1%;
}
/* End Win IE7 */

/* Win IE6 \*/
* html div.section li
{
	height: 1%;
}
/* End Win IE6 */

/* Mac IE\*//*/
div.section li
{
	display: inline-table;
}
/* End Mac IE */



/*------------------------------------------------------------------------------

							テキスト画像代替
							
------------------------------------------------------------------------------*/
#xxx
{
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -10000px;
	text-decoration: none;
/*\*/
	overflow: hidden;
/* */
}



/*------------------------------------------------------------------------------

								非表示部
								
------------------------------------------------------------------------------*/
#xxx
{
	position: absolute;
	top: -9999px;
	left: -9999px;
	z-index: -9999;
	width: 0;
	height: 0;
	overflow: hidden;
}



/*------------------------------------------------------------------------------

							div#contentheader 画像指定
							
------------------------------------------------------------------------------*/
div#contentHeader h1{
	background-image: url(http://www.lovela-bandai.com/news/images/content_header.gif);
}



/*------------------------------------------------------------------------------

						ショップ詳細の今週のイチ押し一覧用
						
------------------------------------------------------------------------------*/
div.section ul li{
	margin-bottom: 5px;
	border-bottom: 1px dotted #cccccc;
}

div.section ul li h3{
	margin-top: 3px;
}

/*------------------------------------------------------------------------------

						ショップ基本情報 h3の点線消去用
						
------------------------------------------------------------------------------*/
div.section p.photo{
	background-color: #ffffff;
}

body.news ul#viewChange {
overflow: hidden;
margin-left: 10px;
margin-bottom: -10px;
margin-top:10px;
}

body.news ul#viewChange li {
width: 93px;
height: 35px;
text-indent: -9999px;
overflow: hidden;
margin-right: 3px;
float: left;
cursor: pointer;
}

body.news ul#viewChange li#allView {
background-image: url(../../coordinate/images/lovela_change_tab_sp.gif);
background-position: left top;
background-repeat: no-repeat;
}

body.news ul#viewChange li#allView:hover {
background-position: left -35px;
}

body.news ul#viewChange li#lovelaView {
background-image: url(../../coordinate/images/lovela_change_tab_sp.gif);
background-position: -96px top;
background-repeat: no-repeat;
}

body.news ul#viewChange li#lovelaView:hover {
background-position: -96px -35px;
}

body.news ul#viewChange li#lovela2View {
background-image: url(../../coordinate/images/lovela_change_tab_sp.gif);
background-position: -192px top;
background-repeat: no-repeat;
}

body.news ul#viewChange li#lovela2View:hover {
background-position: -192px -35px;
}

body.news ul#viewChange li#allView.active {
background-image: url(../../coordinate/images/lovela_change_tab_sp.gif);
background-position: left -70px;
background-repeat: no-repeat;
}

body.news ul#viewChange li#lovelaView.active {
background-image: url(../../coordinate/images/lovela_change_tab_sp.gif);
background-position: -96px -70px;
background-repeat: no-repeat;
}

body.news ul#viewChange li#lovela2View.active {
background-image: url(../../coordinate/images/lovela_change_tab_sp.gif);
background-position: -192px -70px;
background-repeat: no-repeat;
}

body.news #coordinateNav.hideLovela li.lovela {
display: none;
}

body.news #coordinateNav.hideLovela2 li.lovela2 {
display: none;
}