@charset "Shift_JIS";

/*--------------------------------------------------------------------
/- file   : 100208_hanatsu/detail.css
/- admin  : MEGA-D Inc. Mika Satoh
/- update : 20100204

/- desc   : css for modern browser
/--------------------------------------------------------------------*/

/*----------------------------------------------------
	共通設定
----------------------------------------------------*/

div#contents div#main {
	background: url(../images/ttl_bg.jpg) no-repeat right top;
	}

div#contents div#main p,
div#contents div#main dl p {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	}

strong {
	font-weight: bold;
	}

.mark {
	color: #E73962;
	}


/* タイトルエリア */
div.ttlBox {
	padding-bottom: 10px;
	}
div#contents div#main div h2 {
	margin-top: 0;
	margin-bottom: 0;
	}


/* 本文エリア */
div.txtBox {
	margin: 0 20px;
	padding-bottom: 0;
	}
div#contents div#main div h3 {
	margin-top: 0;
	margin-bottom: 15px;
	}

div.txtBox dl.txt {
	float: left;
	width: 300px;
	}
div.txtBox dl.txt dt {
	font-size: 115%;
	font-weight: bold;
	}
div.txtBox dl.txt dd {
	padding-left: 0;
	}
div#contents div#main div.txtBox dl.txt p.price {
	padding-top: 5px;
	font-weight: bold;
	}

div.txtBox dl.btn {
	float: right;
	padding-top: 5px;
	width: 210px;
	}
div.txtBox dl.btn dt {
	display: none;
	}
div.txtBox dl.btn dd {
	padding-left: 0;
	}
div#contents div#main div.txtBox dl.btn dd p {
	margin-bottom: 5px;
	}

/* リーフレット */
dl.leaflet {
	margin: 0 20px;
	}
dl.leaflet dt {
	display: none;
	}
dl.leaflet dd {
	margin: 0;
	padding: 0;
	}



