#privacy h5 {
	margin: 0 0 15px;
	font-weight: bold;
	color: #c36698;
	font-size: 1.2em;
}

#privacy #pp {
	list-style: none;
}

#privacy #pp > li {
	margin: 0 0 30px;
}

#footlink {
	width: 980px;
	margin: auto;
	font-size: 14px;
	
}
#footlink a {
	color: #fff;
}


p.errmsg {
	margin: 0 0 40px;
	padding: 20px;
	border-radius: 10px;
	border: 1px solid #f00;
	color: #f00;
}


.ttl1 {
	font-size: 18px !important;
}

p.nfmsg {
	margin: 30px 200px 60px;
	padding: 20px;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 12px;
}

#newsbox {
	height: 500px;
	overflow: auto;
	padding: 0 10px 0 0;
}

#enkakunlist {
	list-style: none;
}

#enkakunlist li {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #ccc;
}

#enkakunlist li div.date {
	margin: 0 0 8px;
	color: #c36698;
}

#enkadetail p {
	padding: 1em 0;
}

#enkakunlist li {
	line-height: 1.2em;
}

#enkakunlist li a {
	color: #00f !important;
	text-decoration: none;
}

#enkadetail img {
	max-width: 100% !important;
	height: auto !important;
}


.telbtn {
	text-align: center;
}

table.price {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
table.price th {
	padding: 4px 0;
	text-align: center;
	border: 1px solid #ccc;
	background: #e09ec2;
	color: #fff;
}

table.price td {
	padding: 4px 4px;
	text-align: right;
	border: 1px solid #ccc;
}


@media (max-width:767px){
	p.nfmsg {
		margin: 0 10px 40px;
		padding: 15px;
		text-align: center;
		border: 1px solid #ccc;
		border-radius: 12px;
	}
	
	.telbtn a {
		display: block;
		width: 260px;
		margin: 10px auto;
		padding: 10px 0;
		background: #c36698;
		text-align: center;
		color: #fff !important;
		border-radius: 20px;
		font-size: 90%;
		text-decoration: none !important;
	}
	
}



