/*holidaudutyのCSS*/

#pan a.company {
	display: inline;
	color: #ccc;
	text-decoration: none;
	border: none;
}

h1 {
	background: url(image.png) top center no-repeat;
}

#rap h2#tit {
	background: url(title.png) top left no-repeat;
}

ul.list li {
	position: relative;
	margin: 0 0 20px 17px;
}

ul.list li:last-of-type {
	margin-bottom: 40px;
}

ul.list p {
	margin: 0 !important;
}

ul.list p::before {
	content: "\25cf";
	margin-left: -17px;
	position: absolute;
	color: #016699;
}
ul.list span{
	text-decoration: underline;
}

#rap p a {
	text-decoration: underline;
}