@charset "utf-8";
/* CSS Document */


#mainSub #titContactWrap h2 {
	background: #572A31 url(../img/tit_menu_01.png) no-repeat;
	background-size: 80px 27px;
	-webkit-background-size: 80px 27px;
}
/*
#privacyArea
*/
#privacyArea {
	width: 100%;
	margin: 0 auto 20px auto;
}

#privacyArea p.content {
	font-size: 13px;
	margin-left: 15px;
	padding-right: 15px;
	margin-top: 10px;
	line-height: 20px;
}
#privacyArea ul {
	margin-left: 15px;
	padding-left: 0;
}
#privacyArea ul li {
	list-style: none;
	font-size: 13px;
	margin-top: 15px;
	padding-right: 15px;
}
#privacyArea ul li span.tit {
	font-weight: bold;
	display: block;
	margin: 10px 0 5px 0;
}
#privacyArea ul li span.dtl {
	display: block;
	line-height: 20px;
}

/*
#privacyTitleSub
*/
#privacyTitleSub {
	width: 95%;
	margin: 0 auto;
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
	border-top: 1px solid #E6E6DA;
	line-height: 20px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #900;
	margin-top: 30px;
	margin-left: 5px;
}

#license_number {
	display: block;
}
#company_name {
	display: block;
	font-weight: bold;
}
#address {
	display: block;
}
#phone_number {
}
#mail_to {
	display: block;
}
#mail_to a {
	color: #C03;
	text-decoration: underline;
}
#mail_to a:hover {
	text-decoration: none;
}