div#body p.pride{
	margin:0;
	padding:15px;
	text-align:center;
	border-top:1px dotted #991f5c;
	border-bottom:1px dotted #991f5c;
	color:#991f5c;
}

div#body h2.pride{
	margin:0 0 20px;
	min-height:70px;
	padding:15px 0 0 0;
	text-align:center;
	border:1px solid #d5a3bc;
	border-bottom:1px solid #d5a3bc;
	background:#fdebf1 url("../image/campaign_bg0a.gif?") no-repeat left 8px;
	color:#991f5c;
	font-weight:normal;
}

/**
 * スマートフォン端末用
**/

@media only screen and (max-width: 680px) {

div#body h2.pride{
	background:#fdebf1 url("../image/campaign_bg0a.gif?") no-repeat left 8px !important;
	background-size: 100% auto !important;
}
	
div#body img {
	width: 100%;
	height: auto;
	display: block;
}

div#body h2{
	min-height: 0;
	background-size: 100% auto !important;
	padding: 10px 0 0 0;
	margin-top: 30px;
	margin-bottom: 15px;
}

div#body p{
	padding-top: 0;
	margin-top: 0;
}

div#body h3{
	margin:1em 0 1em 0;
	padding-left:10px;
	border-left:4px solid #ccc;
}

div#body table {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}


}