@charset "UTF-8";

/* キャンペーン内容 */
.campaign{
	background: #1b216f;
	margin-top: 10px;
	padding: 5px 40px 10px 40px;
	color: #fff;
}

.b{
	font-weight: bold;
}

.title{
	text-align: left;
	font-size: 1.5em;
	font-weight: bold;
	border-bottom: #fff solid 1px;
	margin: 0px;
	padding: 0px;
}

.sub_title{
	font-size: 1em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

/*スペック用のリスト*/
.campaign ul.spec {
	list-style: none;
	margin: 0.5em 0 0.5em 0;
	/*line-height: 2em;*/
	color: #FFFFFF;
}

.campaign ul.spec li strong {
	padding-right: 17px;
	font-weight: normal;
	background-image: url(../../img/dot-yellow.gif);
	background-position: right 3px;
	background-repeat: no-repeat;
	color: #FFFF66;
}

.campaign ul.spec li{
	list-style: none;
}
.campaign ul.spec li ul li strong {
	padding-right: 17px;
	font-weight: normal;
	background-image: url(../img/tri-yellow2.gif);
	background-position: right 4px;
	background-repeat: no-repeat;
	color: #FFCC66;
}


/*※印付き但し書きリスト*/
ol {
	list-style: none;
	margin: 0.3em 0 0 15px;
	line-height: 1.8em;
}
ol li {
	padding: 0px;
	background-image: url(../img/kome10.gif);
	background-position: left 7px;
	background-repeat: no-repeat;
}


/*----ドッグラン----*/
#pubcontent p.box-imgR {
	width:340px;
	float:right;
	margin-bottom: 5px;
}
