@charset "utf-8";

div#content h2, div#content h3,
div#content dl, div#content dl dd,
div#content p,
div#content ul,
div#content div.visual,
div#content div.visual ul {
	margin:0;
	padding:0;
}

/* div.visual
-----------------------------------------------------------*/
div#content h2 {
	margin-bottom:30px;
}
div#content h3 {
	margin-bottom:12px;
}

/* div.visual
-----------------------------------------------------------*/
div#content div.visual {
	width:748px;
	margin-top:7px;
	margin-bottom:12px;
}

/* dl.type
-----------------------------------------------------------*/
div#content dl.type dt.logo,
div#content dl.type dd.detail {
	float:left;
}
div#content dl.type dd.detail {
	padding:0 12px;
}
div#content dl.type dd.detail dt {
	font-weight:bold;
}
div#content dl.type dd.detail dd {
	margin-bottom:12px;
}

/* div.e-money
-----------------------------------------------------------*/
div#content div.e-money {
	margin-bottom:18px;
}
div#content div.e-money div.column {
	width:267px;
}
div#content div.e-money dl.type dt.logo {
	width:78px;
}
div#content div.e-money dl.type dd.detail {
	width:165px;
}

/* div.gift-ticket
-----------------------------------------------------------*/
div#content div.gift-ticket div.column {
	width:534px;
}
div#content div.gift-ticket dl.type dt.logo {
	width:78px;
}
div#content div.gift-ticket dl.type dd.detail {
	width:432px;
}

/* div.sub
-----------------------------------------------------------*/
div#content div.category div.sub {
	margin-top:0;
}
div#content div.category div.sub div.link {
	margin-top:0;
	padding-top:0;
}

/* clearFix
-----------------------------------------------------------*/
div#content dl.type {
    overflow: hidden;
}
div#content dl.type:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html div#content dl.type {
    height: 1em;
    overflow: visible;
}
/**/


