/* CSS Document */

/* 姫路セントラルパークの設定 */

/*---------------------------------------------------------------------
個別設定
---------------------------------------------------------------------*/
div#box > section > p{
	font-size:90%;
}

div.block h4{
	font-weight:bold;
	margin-bottom:1em;
}

table.pricelist th{
	background:#A7D7FF;
}

table.pricelist + p{
	margin-top:1em;
}

section#enjoy{
	background:#FFFFFF;
	padding:15px;
	margin-top:20px;
	border:1px dashed #2A2A2B;
}

section#enjoy > h3{
	font-weight:bold;
}

section#enjoy > div{
	padding:0 10px;
	margin:10px 0;
	border:1px solid #2A2A2B;
	box-sizing:border-box;
}

section#enjoy > div p{
	list-style-type:disc;
	font-size:90%;
	color:#CD4E51;
}

section#enjoy > dl{
	margin-bottom:15px;
}

section#enjoy > dl dd{
	padding-left:1em;
}

section#enjoy > dl dd ul{
	padding-left:20px;
	list-style-type:disc;
}