@charset "utf-8";

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

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



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

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

#xxx:after
{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	content: ".";
}

/* Win IE7 */
*:first-child + html #xxx
{
	min-height: 1%;
}
/* End Win IE7 */

/* Win IE6 \*/
* html #xxx
{
	height: 1%;
}
/* End Win IE6 */

/* Mac IE\*//*/
#xxx
{
	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(../../event/images/content_header.gif);
}



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

								イベント一覧
								
------------------------------------------------------------------------------*/
div.section dl dt{
	clear: left;
	float: left;
	width: 8em;
	padding-left: 1.25em;
	background: url(../../images/common/icon_arrow_green.gif) no-repeat scroll left center;
	font-weight: bold;
}

* html div.section dl dt{
	width: 9.25em;
}

div.section dl dd{
	padding-left: 10em;
	border-bottom: 1px dotted #dddddd;
}

div.section dl dt,
div.section dl dd{
	margin-bottom: 3px;
	padding-top: 5px;
	padding-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

body.event div.sectionContent {
position: relative;
}

body.event div.sectionContent p.shopPic {
float: left;
margin-right: 10px;
position: relative;
}

body.event div.sectionContent p.shopPic span {
position: absolute;
bottom: 10px;
right: 10px;
width: 16px;
height: 16px;
background-image: url(../../images/common/icon_magnify.png);
}

body.event div.sectionContent p.shopPic {
position: relative;
}

body.event div.sectionContent p.shopPic span img {
display: block;
margin-top: -33px;
margin-left: 165px;
border-style: none;
}

body.event div.sectionContent p.shopPic img {
border-width: 1px;
border-style: solid;
border-color: #D8D8D8;
padding: 4px;
}

body.event div.sectionContent p.shopPic img:hover {
border-width: 1px;
border-style: solid;
border-color: #FF6876;
}

/*body.event  div.sectionContent div.entryBody {
width: 430px;
float: left;
clear: none;
}*/

body.event div.sectionContent ul#coordinateNav {
overflow: hidden;
margin-right: -15px;
/*position:relative; ie*/
width: 680px;
}

body.event div.sectionContent ul#coordinateNav li {
width: 152px;
padding-top: 5px;
padding-bottom: 30px;
margin-right: 15px;
margin-bottom: 15px;
float: left;
}

body.event div.sectionContent ul#coordinateNav li.lovela {
background-image: url(../../coordinate/images/icon_lovela.gif);
background-position: left bottom;
background-repeat: no-repeat;
}

body.event div.sectionContent ul#coordinateNav li.lovela2 {
background-image: url(../../coordinate/images/icon_lovela2.gif);
background-position: left bottom;
background-repeat: no-repeat;
}

body.event div.sectionContent .shoplogo {
text-align: center;
}

body.event div.sectionContent .shoplogo img {
margin-top: 5px;
margin-bottom: 5px;
}

body.event #coordinateNav.hideLovela dt.lovela,
body.event #coordinateNav.hideLovela dd.lovela {
display: none;
}

body.event #coordinateNav.hideLovela2 dt.lovela2,
body.event #coordinateNav.hideLovela2 dd.lovela2 {
display: none;
}

#popup_back{
	display:none;
}