@charset "utf-8";
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	color: #333;
	width: 100%;
	height: 100%;
	min-width: 1200px;
	background-image: url(../img/common/bg.jpg);
}
div:after, ul:after {
	content: "";
	display: block;
	clear: both;
}
.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
/*ヘッダー*/
#header {
	height: 80px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
#header h1 {
	color: #666;
	text-align: right;
	font-size: 10px;
	height: 20px;
	width: 1000px;
}
#header #header02 {
	height: 60px;
}
#header #header02 #logo {
	float: left;
	width: 320px;
	height: 60px;
}
#header #header02 #tel {
	float: right;
	height: 40px;
	padding-top: 20px;
}
#header #header02 #contact {
	float: right;
	height: 40px;
	padding-top: 20px;
}
#topimg {
	height: 350px;
	width: 100%;
	background-color: #8cc63f;
	text-align: center;
}

#main {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	display: -webkit-flex; /* Safari */
	display: flex;
}
/*ナビ*/
#main #nav {
	float: left;
	width: 200px;
	margin-right: 20px;
	background-color: #8cc63f;
}
#main #nav ul {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}

#main #nav ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

#main #nav ul li a {
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 180px;
}
#main #nav ul .nav01 a {
	background-image: url(../img/common/nav01.png);
}
#main #nav ul .nav02 a {
	background-image: url(../img/common/nav02.png);
}
#main #nav ul .nav03 a {
	background-image: url(../img/common/nav03.png);
}
#main #nav ul .nav04 a {
	background-image: url(../img/common/nav04.png);
}
#main #nav ul .nav05 a {
	background-image: url(../img/common/nav05.png);
}
#main #nav ul .nav06 a {
	background-image: url(../img/common/nav06.png);
}

#main #nav ul .nav01 a:hover {
	background-image: url(../img/common/nav01_ro.png);
}
#main #nav ul .nav02 a:hover {
	background-image: url(../img/common/nav02_ro.png);
}
#main #nav ul .nav03 a:hover {
	background-image: url(../img/common/nav03_ro.png);
}
#main #nav ul .nav04 a:hover {
	background-image: url(../img/common/nav04_ro.png);
}
#main #nav ul .nav05 a:hover {
	background-image: url(../img/common/nav05_ro.png);
}
#main #nav ul .nav06 a:hover {
	background-image: url(../img/common/nav06_ro.png);
}

/*コンテンツ*/
#main #contents {
	float: right;
	width: 780px;
}
#main #contents a {
	color: #f7931e;
	text-decoration: none;
}
#main #contents a:hover {
	color: #f7931e;
	text-decoration: underline;
}
#main #contents #breadcrumb {
	margin-top: 10px;
	margin-bottom: 20px;
}
#main #contents h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	background-image: url(../img/common/title_bg.png);
	height: 40px;
	width: 750px;
	padding-left: 30px;
	margin-bottom: 30px;
	clear: both;
	float: none;
	color: #f7931e;
}
#main #contents .box01 {
	margin-bottom: 50px;
}
#main #contents .box01 .article {
	float: left;
	width: 520px;
	margin-right: 20px;
	padding-left: 20px;
}
#main #contents .box01 .article h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
#main #contents .box01 .article p {
	margin-bottom: 15px;
}


#main #contents .box01 .photo {
	float: right;
	width: 200px;
}
#main #contents .box_customer {
	margin-bottom: 50px;
}
#main #contents .box_customer img {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}
#main #contents .box_customer .name {
	padding-top: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}
#main #contents .box_property {
	float: left;
	width: 240px;
	margin-bottom: 30px;
	margin-left: 15px;
}
#main #contents .box_property .property_photo img {
	padding: 4px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
}
#main #contents .box_property p {
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #f7931e;
	padding-bottom: 5px;
}
#main #contents .box_property .link_btn {
	text-align: center;
	padding-top: 10px;
}
#main #contents .box_detail {
	margin-bottom: 50px;
}
#main #contents .box_detail .article {
	padding-left: 20px;
	float: left;
	width: 560px;
}
#main #contents .box_detail .article p {
}


#main #contents .box_detail .photo {
	float: right;
	width: 180px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#main #contents .peoperty_detail {
	width: 760px;
	margin-left: 20px;
	margin-bottom: 50px;
	clear: both;
	float: none;
}
#main #contents .peoperty_detail th {
	background-color: #8cc63f;
	padding: 5px;
	color: #FFF;
	width: 150px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
#main #contents .peoperty_detail td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8cc63f;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#main #contents .box_inheritance01 {
	margin-bottom: 50px;
}

#main #contents .box_inheritance01 img {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
#main #contents .box_inheritance02 {
	margin-bottom: 50px;
}

#main #contents .box_inheritance02 img {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
}
#main #contents .privacy_text {
	padding-left: 20px;
}
#main #contents .privacy_list {
	padding-left: 20px;
	list-style-type: decimal;
	list-style-position: inside;
	margin-bottom: 30px;
}
#main #contents #map {
	width: 760px;
	margin-left: 20px;
	margin-bottom: 50px;
}
#main #contents #company_photo {
	width: 760px;
	margin-left: 20px;
	margin-bottom: 30px;
}
















.mb30 {
	margin-bottom: 30px;
}







/*フッター*/
#footer {
	background-color: #8cc63f;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #FFF;
}
#footer p {
	text-align: center;
	margin-bottom: 10px;
}
#footer p a {
	color: #FFF;
	text-decoration: none;
}
#footer p a:hover {
	color: #FFF;
	text-decoration: underline;
}
#main #contents #top img {
	margin-bottom: 60px;
}
#main #contents #thanks {
	text-align: center;
	margin-top: 200px;
	margin-bottom: 200px;
}
#main #contents #thanks p {
	margin-bottom: 30px;
}
