@charset "utf-8";

/*
 * お問い合わせ用CSS
 */

/*
 * カラム
 */
#contact {
	overflow:hidden;
}
	#contact dl {
		width:250px;
		float:left;
		border:1px solid #cccccc;
		margin-left:10px;
	}
	#contact dt {
		font-size:140%;
		text-align:center;
		font-weight:bold;
		padding:10px 0;
	}
	#contact dd {
		margin:0;
		padding:0 10px 10px 10px;
	}
	#contact .link {
		text-align:center;
		font-size:140%;
		font-weight:bold;
		padding:3px;
		margin-bottom:10px;
	}
	#content .link .mail {
		letter-spacing:0;
		background-image:url('../../image/info-icon/mail.png');
	}
	#contact dd.tel {
		background:url('../../image/info-icon/tel.png') 8px center no-repeat;
		padding:8px;
		border-left:none;
		border-right:none;
	}
		#contact dd.tel:hover {
			border-color:#e0e0e0;
		}
	#contact .notes {
		color:#505050;
		font-size:80%;
		background:url('../../image/info-icon/info.png') 15px 10px no-repeat;
		padding-left:36px;
		padding-top:10px;
		border-top:1px dashed #d0d0d0;
	}

img.tel {
	padding:5px;
	background:none;
}
.caution {
	clear:both;
}

