/* お問い合わせ */

div#contents h2 {
	color: rgb(255, 0, 171);
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
	margin: 50px 0 10px;
}

div.banner {
	margin: 20px 0 0;
	color: rgb(50, 50, 50);
	border-left: 3px solid rgb(255, 0, 171);
	padding: 6px 0 6px 8px;
}

div.banner img {
	vertical-align: middle;
}

p.code {
	background-color: rgb(238, 234, 234);
	margin: 5px 0 0;
	padding: 5px 10px;
}

ul.links li {
	float: left;
	width: 88px;
	height: 31px;
	margin: 0 12px 12px 0;
	overflow: hidden;
}

ul.links li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	line-height: 31px;
	font-size: 8px;
	text-align: center;
	background-color: rgb(255, 250, 250);
}

