@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Noto Sans Japanese', sans-serif, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}
body.max992 .container, body.max992 .container-fluid {
	min-width: 992px;
}
body.max769 .container, body.max769 .container-fluid {
	min-width: 769px;
}
a {
	color: #0E6800;
}
a:hover {
	color: #FF8324;
}
hr {
	margin-top: 10px;
	margin-bottom: 10px;
}
br.clear {
	clear: both;
}
label {
	font-weight: normal;
}
.small {
	font-size: 0.9em;
}
/*ボタン*/
.t_btn {
	color: #fff;
	font-size: 0.75em;
	display: block;
	width: 12em;
	background-color: #515151;
	border: 1px outset #515151;
	padding: 0.2em 0.5em;
	border-radius: 0.5em;
	margin: 0.5em auto 0.5em;
	text-align: center;
}
.t_btn a {
	color: #fff;
}
.t_btn:hover {
	background-color: #222;
}
/*ボタン大*/
.t_btn_l {
	position: relative;
	color: #fff;
	font-size: 1em;
	display: block;
	width: 12em;
	background-color: #515151;
	border: 1px outset #515151;
	padding: 0.5em;
	border-radius: 0.5em;
	margin: 0.5em auto 0.5em;
	text-align: center;
}
.t_btn_ll {
	position: relative;
	color: #fff;
	font-size: 1em;
	display: block;
	width: 18em;
	background-color: #515151;
	border: 1px outset #515151;
	padding: 0.5em;
	border-radius: 0.5em;
	margin: 0.5em auto 0.5em;
	text-align: center;
}
.t_btn_l a, .t_btn_ll a {
	color: #fff;
}
.t_btn_l:hover, .t_btn_ll:hover {
	background-color: #222;
}
.t_btn_l a:after, .t_btn_ll a:after {
	position: absolute;
	top: 50%;
	right: 7px;
	content: url(/common/images/ico-arrow05.png);
	margin-top: -9px;
}
.text_s {
	float: left;
	font-size: 0.9em;
	overflow: hidden;
	display: block;
}
.text_more {
	font-size: 0.75em;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0.25em 0;
}
/*---------------------------------
ヘッダー
---------------------------------*/
header {
	height: 110px;
	background-image: url(/common/images/bg_02.jpg);
	background-position: top;
	background-repeat: repeat-x;
	border: none;
	margin-bottom: 1px;
	position: relative;
	border-top: #305835 solid 10px;
}
header .container {
	height: 100%;
	position: relative;
}
header .container div {
	position: static;
}
.navbar-inverse {
	background-color: transparent;
	border-color: transparent;
	height: 100px;
}
.navbar-inverse .navbar-brand {
	color: #777;
}
.navbar {
	position: relative;
	border: none;
	min-height: 100px;
}
.navbar-inverse .th {
	/*display:none;*/
	position: absolute;
	top: 5px;
	left: 0px;
	width: 140px;
	height: 80px;
	background-image: url(/common/images/30th.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

@media (min-width: 480px) {
.navbar-inverse .th {
	top: 40px;
	left: 220px;
	width: 200px;
}
}

@media (min-width: 641px) {
.navbar-inverse .th {
	top: 18px;
	left: 110px;
}
}
/*---------------------------------
メニュー
---------------------------------*/
.m_box #menu_box {
	background: #e8e1c6;
	position: static;
	display: block;
	overflow: hidden;
	top: 110px;
	width: 100%;
	margin: 1em 0;
	padding: 0;
	padding-start: 0;
	border-radius: 0.5em;
	border: #9c5a25 1px solid;
}
.m_box #menu_box > li {
	display: block;
	position: relative;
	font-weight: 600;
	font-size: 1.2em;
	line-height: 2.4em;
	float: left;
	width: 33.33%;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
	/*IE6 IE7 */
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startcolorstr=#ffffff, endcolorstr=#e8e1c6);
	/* IE8 IE9 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startcolorstr=#ffffff, endcolorstr=#e8e1c6);
	zoom: 1;
	background: -moz-linear-gradient(top, #fff, #e8e1c6);/* FF3.6+ */
	background: -webkit-linear-gradient(top, #fff, #e8e1c6);/* Chrome10+, Safari5.1+ */
	background: linear-gradient(to bottom, #fff, #e8e1c6);/* IE10+, W3C */
}
.m_box #menu_box li.home {
	display: none;
}
.m_box #menu_box li.l_right {
	border-right: #9c5a25 1px solid;
}
.m_box #menu_box li.l_bottom {
	border-bottom: #9c5a25 1px solid;
}
.m_box #menu_box > li a {
	text-decoration: none;
	color: #492a11;
	font-weight: 600;
}
.m_box #menu_box > li a:hover {
	display: block;
	background-color: rgba(200,155,107,0.3);
	color: #0E6800;
	font-weight: 600;
}

@media (min-width: 768px) {
.m_box #menu_box {
	background: none;
	margin: 0;
	border: none;
}
.m_box #menu_box > li {
	display: block;
	position: relative;
	/*top:0;*/
	color: #9c5a25;
	font-weight: 400;
	font-size: 1.2em;
	line-height: 52px;
	float: left;
	width: 14.2%;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
	filter: none;
	background: none;
}
.m_box #menu_box > li.home {
	display: block;
}
.m_box #menu_box li.l_right {
	border-right: none;
}
.m_box #menu_box li.l_bottom {
	border-bottom: none;
}
.m_box #menu_box > li a {
	width: 100%;
	display: block;
	line-height: 52px;
	text-decoration: none;
	color: #fff;
	font-weight: 400;
}
.m_box #menu_box > li a:hover {
	display: block;
	background: url(/common/images/menu_bg_over.png) repeat-x bottom;
	color: #fff;
	font-weight: 400;
}
.m_box #menu_box > li:after, #menu_box > li:first-child > :before {
	display: block;
	content: "";
	position: absolute;
	top: 14px;
	right: 0;
	width: 1px;
	height: 28px;
	/*IE6 IE7 */
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startcolorstr=#e8e1c6, endcolorstr=#c89b6b);
	/* IE8 IE9 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startcolorstr=#e8e1c6, endcolorstr=#c89b6b);
	zoom: 1;
	background: -moz-linear-gradient(top, #e8e1c6, #c89b6b);/* FF3.6+ */
	background: -webkit-linear-gradient(top, #e8e1c6, #c89b6b);/* Chrome10+, Safari5.1+ */
	background: linear-gradient(to bottom, #e8e1c6, #c89b6b);/* IE10+, W3C */
}
.m_box #menu_box > li:first-child > :before {
	left: 0;
}
}
/*---------------------------------
フッター
---------------------------------*/
footer {
	padding-top: 1em;
	background-image: url(/common/images/bg_01.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	z-index: 30;
}
footer .footer_inner {
	padding-bottom: 4em;
}
footer .copyright {
	color: #fff;
	font-size: 0.8em;
	text-align: right;
	margin-bottom: 8px;
	margin-top: 8px;
}
footer #footerContact {
	position: relative;
	max-width: 320px;
}
footer #footerContact img {
	width: 100%;
}
footer #footerContact span {
	display: block;
}
footer #footerContact .logomark {
	width: 20%;
	position: absolute;
}
footer #footerContact .logo1, footer #footerContact .logo2 {
	width: 60%;
	margin-left: 20%;
}
footer #footerContact ul {
	padding-left: 0px;
	list-style: none;
}
footer .freedial {
	background-image: url(/common/images/tel.png);
	background-size: 2em auto;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 2.25em;
}
footer .footerMenu {
	margin: 0.5em 0;
	padding: 0;
}
footer .footerMenu li {
	display: inline-block;
}
footer .footerMenu li:before {
	content: "｜ ";
}
footer .footerMenu li:last-child:after {
	content: " ｜";
}
/*---------------------------------
ヘッダー　メニュー
---------------------------------*/
/*メニュー*/
.navbar-inverse .navbar-toggle {
	position: absolute;
	float: none;
	padding: 9px 10px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 6px;
	background-color: #fff;
	background-image: none;
	border: none;
	border-radius: 4px;
	right: 15px;
	bottom: 0px;
}
.navbar-inverse .navbar-toggle:focus {
	outline: 0;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #E0E0E0;
}
.navbar-inverse .navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background-color: #777;
}
.navbar-inverse .navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}
/**/
.navbar-inverse .navbar-text {
	color: #777;
}
.navbar-inverse .navbar-nav {
	/*background-color: #fff;*/
	border-radius: 0.5em;
	display: block;
	overflow: hidden;
	margin: 1em 0 0 0;
	padding: 0.25em 0.5em 0.5em 0.5em;
	/*padding:0;*/
	/*margin:0;*/
	border: #9c5a25 1px solid;
		/*IE6 IE7 */
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startcolorstr=#ffffff, endcolorstr=#e8e1c6);
	/* IE8 IE9 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startcolorstr=#ffffff, endcolorstr=#e8e1c6);
	zoom: 1;
	background: -moz-linear-gradient(top, #fff, #e8e1c6);/* FF3.6+ */
	background: -webkit-linear-gradient(top, #fff, #e8e1c6);/* Chrome10+, Safari5.1+ */
	background: linear-gradient(to bottom, #fff, #e8e1c6);/* IE10+, W3C */
}
.navbar-inverse .navbar-nav > li > a {
	color: #00920C;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 2.2em;
	padding: 0;
	margin: 0;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color: #FF8324;
	background-color: transparent;
	padding: 0;
	margin: 0;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border: none;
}
.nav > li {
	font-size: 1em;
	line-height: 2em;
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
	display: block;
	overflow: hidden;
	width: 50%;
	float: left;
	color: #00920C;
	border-bottom: dashed 1px #9c5a25;
}
.nav > li a {
	padding: 0;
}
.nav > li a:before {
	display: inline-block;
	content: "";
	width: 1em;
	height: 1em;
	margin-right: 0.25em;
	background-image: url(/common/images/arrow1-2.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 0.75em;
	vertical-align: baseline;
}

@media (min-width: 768px) {
.navbar-toggle {
	display: none;
}
.navbar-inverse .navbar-nav {
	background: none;
	filter: none;
	-ms-filter: none;
	position: absolute;
	display: block;
	overflow: hidden;
	margin: 0;/*2px -15px 12px*/
	border: none;
	padding: 0;
}
.navbar-inverse .navbar-nav > li > a {
	margin: 0;
	padding: 0;
	color: #fff;
}
.navbar-nav > li a:before {
	content: "";
	display: inline-block;
	width: 0.75em;
	height: 0.5em;
	border: 0.4em solid transparent;
	border-left: 0.75em solid #fff;
}
.navbar {
	border-radius: 0px;
}
.nav > li {
	position: relative;
	top: 0;
	width: auto;
	float: left;
	border: none;
	margin: 0;
	padding: 0;
}
.nav > li a:before {
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	margin-right: 0;
	background-image: none;
}
.navbar-nav {
	color: #fff;
	font-size: 0.95em;
	display: block;
	position: absolute;
	bottom: 0;
	right: 30px;
	margin: 0;
	padding: 0;
}
.navbar-nav li a {
	text-align: center;
	width: 8em;
	color: #fff;
	margin: 0;
	/*margin: 0.25em 0 0 0.5em;*/
	padding: 0.25em;
}
.navbar-nav li a:hover {
	color: #fff;
	text-align: center;
	width: 8em;
	margin: 0;
	/*margin: 0.25em 0 0 0.5em;*/
	padding: 0.25em;
}
.navbar-nav li a:hover, .navbar-nav li a:focus {
	color: #FF8324;
}
}
.navbar-brand {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: none;
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: normal;
	border: none;
	width: 220px;
}
.navbar-brand .logo {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 220px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.navbar-brand .logo03 {
	display: none;
}
#myInverseNavbar2 {
	margin-top: 100px;
}

@media (min-width: 301px) {
.navbar-brand {
	position: absolute;
	left: 0;
	bottom: 0;
}
.navbar-brand .logo {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.nabar-brand img {
	width: 220px;
	border: none;
}
}

@media (min-width: 361px) {
.navbar-brand {
	position: absolute;
	left: 0;
	bottom: 0;
}
.navbar-brand .logo {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.nabar-brand img {
	width: 220px;
	border: none;
}
}

@media (min-width: 641px) {
.navbar-brand {
	position: absolute;
	left: 0;
	bottom: 0;
}
.navbar-brand .logo {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.navbar-brand .logo03 {
	position: absolute;
	left: 230px;
	bottom: 4px;
	width: 220px;
}
.nabar-brand img {
	width: 220px;
	border: none;
}
}

@media (min-width: 768px) {
.navbar-brand {
	position: absolute;
	left: 0;
	bottom: 0;
}
.navbar-brand .logo {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.navbar-brand .logo03 {
	position: absolute;
	left: 230px;
	bottom: 4px;
	width: 220px;
}
.nabar-brand img {
	width: 220px;
	border: none;
}
}

@media (min-width: 992px) {
.navbar-brand {
	position: absolute;
	left: 15px;
	bottom: 0;
}
.navbar-brand .logo {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.navbar-brand .logo03 {
	position: absolute;
	left: 230px;
	bottom: 4px;
	width: 220px;
	display: inline;
}
.nabar-brand img {
	width: 220px;
	border: none;
}
}
/*---------------------------------
下▼
---------------------------------*/
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: -0.25em;
	margin-left: 0.5em;
	vertical-align: middle;
	border-top: 0.5em solid;
	border-right: 0.5em solid transparent;
	border-left: 0.5em solid transparent;
}
/*---------------------------------
サブメニュー
---------------------------------*/
.sub_menu {
	text-align: center;
	margin: 0.5em auto;
	padding: 0;
}
.sub_menu li {
	display: inline-block;
}
.sub_menu li:before {
	content: "｜ ";
}
.sub_menu li:last-child:after {
	content: " ｜";
}

/*---------------------------------
header
---------------------------------*/
@media (max-width: 768px) {
h1 {
	display: none;
}
}

@media (min-width: 769px) {
h1 {
	font-size: 0.85em;
}
}

@media (min-width: 992px) {
h1 {
	font-size: 1em;
}
}
h1 {
	position: absolute;
	top: 0;
	left: 15px;
	margin: 0.25em 0 0.25em;
}
p {
}
h2 {
	color: #492a11;
}
/*---------------------------------
背景色
---------------------------------*/
.b_box {
	background-color: #e8e1c6;
	margin-top: 1em;
	padding-bottom: 1em;
}
.b_grad_box {
	background-color: #e8e1c6;
	margin-top: 1em;
	padding-bottom: 1em;
	/*IE6 IE7 */
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startcolorstr= #e8e1c6, endcolorstr=#ffffff);
	/* IE8 IE9 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startcolorstr= #e8e1c6, endcolorstr=#ffffff);
	zoom: 1;
	background: -moz-linear-gradient(top, #e8e1c6, #fff);
	/* FF3.6+ */
	background: -webkit-linear-gradient(top, #e8e1c6, #fff);/* Chrome10+, Safari5.1+ */
	background: linear-gradient(to bottom, #e8e1c6, #fff);/* IE10+, W3C *//*background-color: #31aed2;*/
}
.g_box {
	background-color: #d2dea8;
	margin-top: 1em;
	padding-bottom: 0;
}
.m_box {
	background-color: #c89b6b;
}

@media (min-width: 768px) {
.m_box {
	background-image: url(/common/images/menu_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 52px;
}
}
/*---------------------------------
パンくず
---------------------------------*/
#breadcrumb {
	white-space: nowrap;
	margin-bottom: 0.5em;
}
#breadcrumb ul {
	white-space: nowrap;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: auto;
}
#breadcrumb ul li {
	margin: 0;
	padding: 0;
	float: left;
}
#breadcrumb ul li:after {
	content: ">";
	margin: auto 0.5em;
}
#breadcrumb ul li:last-child:after {
	content: none;
}
/*---------------------------------
電話
---------------------------------*/
#freedial {
	color: #492a11;
	position: absolute;
	text-decoration: none;
	display: block;
	right: 15px;
	top: 0;
	font-size: 1.8em;
	padding: 0.15em 0.35em;
	margin-left: 1em;
}
#freedial .head {
	text-align: center;
	width: 100%;
	float: left;
	overflow: hidden;
	display: block;
	font-size: 0.45em;
	line-height: 1.25em;
	/*font-weight: 400;*/
	margin: 0 0 0.25em 0;
	padding: 0 0.25em;
	background-color: #9c5a25;
	color: #fff;
}
#freedial .phone-num {
	width: 100%;
	text-align: center;
	display: inline-block;
	font-weight: bold;
	line-height: 100%;
	margin-top: 0em;
}
#freedial img {
	vertical-align: baseline;
	display: inline-block;
	width: auto;
	height: 0.75em;
	margin-top: 0em;
	margin-right: 0.25em;
}

@media (max-width: 481px) {
#freedial .head {
	display: none;
}
}

@media (min-width: 481px) {
#freedial .head {
	vertical-align: central;
}
}

@media (min-width: 769px) {
#freedial .head {
	display: none;
}
.carousel-caption {
	font-size: 1em;
}
}

@media (min-width: 992px) {
#freedial .head {
	vertical-align: central;
	display: inline;
}
}
/*.carousel-indicators {
	bottom: 0px;
}
.carousel-caption {
	font-size: .75em;
	color: #000;
	text-align: left;
	background-color: rgba(255,255,255,0.50);
	padding: 0.5em;
	border-radius: 0.5em;
	text-shadow: 1px 1px 2px rgba(128,128,128, .25);
	bottom: 30px;
}*/

/*---------------------------------
オープニングスライド
---------------------------------*/
#opening {
	display: block;
	overflow: hidden;
	margin-top: 1em;
}
#opening .bx-wrapper .bx-viewport {
	border: none;
	left: 0;
	background: #fff;
}
#opening .bx-wrapper .bx-controls-direction a {
	bottom: 50%;
}
#opening .bx-wrapper .bx-prev {
	left: 5px;
}
#opening .bx-wrapper .bx-next {
	right: 5px;
}
#opening ul li p.caption {
	position: absolute;
	z-index: 5;
	bottom: 10px;
	display: block;
	width: 100%;
	margin: auto;
	text-align: right;
}
#opening ul li p.caption span {
	color: #000000;
	display: inline-block;
	padding: 0.25em 0.5em;
	background-color: rgba(255,255,255,0.7);
	margin: -2em 0.5em;
	text-align: left;
	border-radius: 0.5em;
	font-size: 0.8em;
}
#opening ul li .text_20 {
	position: absolute;
	z-index: 5;
	color: #000000;
	top: 10px;
	left: 20px;
	display: block;
	padding: 1em 2em;
	background-color: rgba(255,255,255,0.7);
	margin: 2em 4em 2em 2em;
	text-align: left;
	border-radius: 0.5em;
	font-size: 1em;
	text-height: 2em;
}
#opening ul li .text_title {
	display: block;
	font-style: italic;
	font-size: 1.4em;
	font-weight: 800;
	margin-bottom: 0.25em;
	text-align: center;
}

@media (max-width: 768px) {
#opening ul li .text_20 {
	top: 5px;
	left: 15px;
	padding: 0.75em 1.5em;
	margin: 1em 3em 1em 1em;
	font-size: 0.65em;
}
	#opening ul li .text_20 br{
	display: none;
}
	#opening ul li .text_title {
	font-size: 1.25em;
}
}

/*---------------------------------
インターネット不動産相談室
---------------------------------*/
#f_soudan {
	background-color: #9bb63e;
	border-radius: 0.5em;
	padding: 1em 2em 2em;
	margin: 2em 0 1.5em;
	border: 2px outset #9bb63e;
}
#f_soudan h3 {
	text-align: center;
	font-size: 1.2em;
	line-height: 1.6em;
	background-color: #e8e1c6;
	color: #492a11;
	border-top: dotted 2px #492a11;
	border-bottom: dotted 2px #492a11;
	margin: 0.5em 0 1.5em 0;
}
#f_soudan .bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	left: 0px;
	padding-left: 4px;
	background-color: transparent;
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}
#f_soudan .bx-wrapper .bx-prev {
	left: -20px;
	background-image: url(/common/images/bnr-slide-arrow-left.png);
	background-image: url(/common/images/bnr-slide-arrow-left_ss.png)\9;
	background-position: center center;
	background-size: contain;
}
#f_soudan .bx-wrapper .bx-next {
	right: -20px;
	background-image: url(/common/images/bnr-slide-arrow-right.png);
	background-image: url(/common/images/bnr-slide-arrow-right_ss.png)\9;
	background-position: center center;
	background-size: contain;
}
#f_soudan_banners {
	/*margin: 10px 0px;*/
	padding: 0px;
	/*background-image: url(/common/images/yakudachi_bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;*/
	height: 130px;
}
#f_soudan_banners ul {
	margin: 0px;
	margin-left: -4px;
	padding: 0px;
}
#f_soudan_banners ul li {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	float: left;
}
.soudan {
	background-color: #E1D2a0;
	border-radius: 0.5em;
	padding: 0 0 0.5em 0;
	margin-top: 1em;
	margin-bottom: 0.5em;
	border: 1px outset #E1D2a0;
}
.soudan h2 {
	font-size: 1.4em;
	color: #fff;
	text-align: center;
	/*background-color: #0E5700;*/
	border-radius: 0.5em 0.5em 0 0;
	padding: 0.5em;
	margin: 0;
	/*IE6 IE7 */
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startcolorstr= #31BF00, endcolorstr=#0E5700);
	/* IE8 IE9 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startcolorstr= #31BF00, endcolorstr=#0E5700);
	zoom: 1;
	background: -moz-linear-gradient(top, #31BF00, #0E5700);
	/* FF3.6+ */
	background: -webkit-linear-gradient(top, #31BF00, #0E5700);/* Chrome10+, Safari5.1+ */
	background: linear-gradient(to bottom, #31BF00, #0E5700);/* IE10+, W3C *//*background-color: #31aed2;*/
}
.soudan h3 {
	background-image: url(../images/soudan_bg.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	color: #0E5700;
	padding: 0.5em;
	margin: 0.5em;
}
.soudan h3:before {
	content: "";
	display: inline-block;
	width: 0.75em;
	height: 0.5em;
	border: 0.4em solid transparent;
	border-left: 0.75em solid #0E5700;
	margin-left: 0.25em;
}
.soudan h3 a {
	color: #0E5700;
}
.soudan p {
	padding: 0 0.25em;
	margin: 0.5em;
}
.column-header {
	display: block;
	overflow: hidden;
	font-size: 1.3em;
	font-weight: bold;
	margin: 1em 0 1em;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	background-image: url(../images/h2_bg.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding: 0.5em 0.5em 0.5em;
}
.column-header .title {
}
.column-header .sub_title {
	float: right;
	font-size: 0.75em;
}
.row-inner {
	margin-left: 15px;
	margin-right: 15px;
}
/*---------------------------------
ライブカメラ
---------------------------------*/
#cam_box {
	/*border:solid 5px #888;
	border-radius:0.3em;*/
	width: 100%;
	height: 170px;
	overflow: hidden;
	display: block;
	text-align: center;
	box-shadow: 5px #d9d9d9;
}
#cam {
	margin: -50px 0 0 0;
	width: 100%;
	height: 240px;
	display: block;
	/*padding: 0.2em 0.5em;
	margin: 0.5em auto;*/
	text-align: center;
}
.live_cam .sub_title {
	display: block;
}
.cam_comment {
	display: block;
	overflow: hidden;
}

@media (min-width: 481px) {
#cam_box {
	float: left;
	display: block;
	width: auto;
}
.live_cam .sub_title {
	display: none;
}
.cam_comment {
	padding-left: 1em;
	/*float:left;*/
	display: block;
	overflow: hidden;
}
}

@media (min-width: 992px) {
#cam_box {
	display: block;
	width: 100%;
	height: 170px;
	overflow: hidden;
	text-align: center;
}
.live_cam .sub_title {
	display: none;
}
.cam_comment {
	padding-left: 0;
	float: left;
	display: block;
	overflow: hidden;
}
}

@media (min-width: 1280px) {
.live_cam .sub_title {
	display: block;
}
.cam_comment {
	float: left;
	display: block;
	overflow: hidden;
}
}
/*---------------------------------
ライブカメラ頁
---------------------------------*/
#cam_box_l {
	/*border:solid 5px #888;
	border-radius:0.3em;*/
	width: 100%;
	overflow: hidden;
	display: block;
	text-align: center;
	box-shadow: 5px #d9d9d9;
}
/*---------------------------------
物件検索
---------------------------------*/
.BukkenSearch {
	margin: 0;
	padding: 0;
}
.BukkenSearch>.BukkenSearch {
	margin-top: 0em;
}
.BukkenSearch li {
	box-sizing: border-box;
	margin: 0.5em 0.5em 1em 0.5em;
	list-style: none;
}
.BukkenSearch li a {
	display: block;
	padding: 1em;
	padding-left: 5em;
	background-color: #aaa;
	color: #fff;
	border-radius: 1em;
	border: 2px solid #999;
	position: relative;
	overflow: hidden;
	text-decoration: none;
}
.BukkenSearch li a:hover {
	text-decoration: none;
}
.BukkenSearch li a:before {
	content: "";
	display: block;
	position: absolute;
	left: 1em;
	top: 50%;
	margin-top: -1.5em;
	background-image: url(/common/images/menu-icon-1.png);
	background-size: cover;
	background-repeat: no-repeat;
	width: 3em;
	height: 3em;
}
.BukkenSearch li a h3 {
	line-height: 1.1em;
	margin: 0.5em 0 0;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.BukkenSearch li a span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0.5em 0;
}
.BukkenSearch.baibai li a {
	/*IE6 IE7 */
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startcolorstr=#058daf, endcolorstr=#0c3743);
	/* IE8 IE9 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startcolorstr=#058daf, endcolorstr=#0c3743);
	zoom: 1;
	background: -moz-linear-gradient(top, #058daf, #0c3743);/* FF3.6+ */
	background: -webkit-linear-gradient(top, #058daf, #0c3743);/* Chrome10+, Safari5.1+ */
	background: linear-gradient(to bottom, #058daf, #0c3743);/* IE10+, W3C */
	border: 2px outset #058daf;
}
.BukkenSearch.chintai li a {
	/*IE6 IE7 */
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startcolorstr=#571677, endcolorstr=#2f0c42);
	/* IE8 IE9 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startcolorstr=#571677, endcolorstr=#2f0c42);
	zoom: 1;
	background: -moz-linear-gradient(top, #571677, #2f0c42);/* FF3.6+ */
	background: -webkit-linear-gradient(top, #571677, #2f0c42);/* Chrome10+, Safari5.1+ */
	background: linear-gradient(to bottom, #571677, #2f0c42);/* IE10+, W3C */
	border: 2px outset #571677;
}
.BukkenSearch li a.menu1:before {
	background-image: url(/common/images/menu-icon-1.png);
}
.BukkenSearch li a.menu2:before {
	background-image: url(/common/images/menu-icon-2.png);
}
.BukkenSearch li a.menu3:before {
	background-image: url(/common/images/menu-icon-3.png);
}
.BukkenSearch li a.menu4:before {
	background-image: url(/common/images/menu-icon-4.png);
}
.BukkenSearch li a.menu5:before {
	background-image: url(/common/images/menu-icon-5.png);
}
.BukkenSearch li a.menu6:before {
	background-image: url(/common/images/menu-icon-6.png);
}
.BukkenSearch li a.menu7:before {
	background-image: url(/common/images/menu-icon-7.png);
}

@media (min-width: 481px) {
.BukkenSearch li {
	margin: 0.25em 0;
	width: 33%;
	float: left;
}
.BukkenSearch li a {
	padding: 1em;
	padding-top: 2.5em;
	text-align: center;
	margin: 0.25em;
}
.BukkenSearch li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.BukkenSearch li a:before {
	left: 50%;
	top: 0;
	margin-top: 0em;
	margin-left: -1.5em;
}
}

@media (min-width: 992px) {
.BukkenSearch li {
	margin: 0.25em 0;
	width: 33%;
	float: left;
}
}
/*--------------------------------
ニュース TOPページ
---------------------------------*/
#news_box {
	display: block;
	overflow: hidden;
	margin-bottom: 0.5em;
}
#news {
	width: 100%;
}
#news dt {
	width: 100%;
	line-height: 1.6em;
	clear: left;
	float: left;
	font-weight: 600;
	padding-bottom: 0.45em;
	margin-bottom: 0.45em;
	border-bottom: 1px dashed #482a11;
	display: block;
	overflow: hidden;
}
#news dt:before {
	display: inline-block;
	content: "";
	width: 1em;
	height: 1em;
	margin-right: 0.25em;
	background-image: url(/common/images/arrow1-1.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 0.75em;
	vertical-align: baseline;
}
#news dd {
	width: 100%;
	line-height: 1.6em;
	display: block;
	border-bottom: 1px dashed #482a11;
	padding-bottom: 0.45em;
	margin-bottom: 0.45em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
}
#news dt .icon {
	float: right;
	margin: 0 0.5em;
}
#news dt .icon img {
	width: 62px;
}

@media (min-width: 641px) {
#news dt {
	width: auto;
	float: left;
}
#news dt:before {
	background-image: url(/common/images/arrow1-2.png);
}
#news dd {
	width: auto;
	display: block;
	border-bottom: 1px dashed #482a11;
	padding-bottom: 0.45em;
	margin-bottom: 0.45em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	float: none;
}
}
/*---------------------------------
ニュース バックナンバー
---------------------------------*/
#newsbn {
}
#newsbn dl {
	display: block;
}
#newsbn dl dt {
	display: block;
	border-top: 1px solid #ccc;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
	padding: 0.5em;
}
#newsbn dl dt span.title {
	font-size: 1.1em;
}
#newsbn dl dt span.title:before {
	content: " ";
	background-image: url(/common/images/arrow1-1.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 0.75em;
	width: 1em;
	height: 1em;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.25em;
}
#newsbn dl dt span.title a {
	text-decoration: none;
	cursor: default;
}
#newsbn dl dt span.icon {
	float: right;
}
#newsbn dl dt span.date {
	text-indent: 1.5em;
	clear: both;
	display: block;
}
#newsbn dl dt span.icon img {
	width: 64px;
	height: auto;
}
#newsbn dl dd {
	display: block;
	overflow: hidden;
	padding: 0.5em;
	margin-bottom: 2em;
}
#newsbnlist h3 {
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	margin: 1em 0 1em;
	padding: 0.5em;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	background-color: #eee;
	border-radius: 0.5em;
}
#newsbnlist ul {
	list-style: none;
	display: block;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	line-height: 1.3em;
}
#newsbnlist ul li {
	padding: 0.25em 2px 0.25em 3em;
	background: url(/common/images/arrow1-2.png);
	background-position: 1.5em center;
	background-repeat: no-repeat;
	background-size: 0.75em;
	border-bottom: 1px dotted #CCCCCC;
	margin: 0px;
}
#newsbnlist ul li.YearIndex {
	padding: 0.25em 2px 0.25em 1.8em;
	background: url(/common/images/arrow1-1.png);
	background-position: 0.5em center;
	background-repeat: no-repeat;
	background-size: 0.75em;
	cursor: pointer;
	font-weight: bold;
}
/*---------------------------------
こだわり条件別検索
---------------------------------*/
.banners {
	margin: 0;
	padding: 0;
	list-style: none;
}
.banners li {
	width: 100%;
	margin: 1%;
	padding: 0;
	list-style: none;
	float: left;
}
.banners li img {
	width: 100%;
	border: 1px solid #999;
}

@media (min-width: 481px) {
.banners li {
	width: 48%;
	margin: 1%;
	padding: 0;
	list-style: none;
	float: left;
}
}

@media (min-width: 768px) {
.banners li {
	font-size: 1em;
}
}

@media (min-width: 992px) {
.banners li {
	font-size: 0.75em;
	width: 23%;
	margin: 1%;
}
}

@media (min-width: 1200px) {
.banners li {
	font-size: 1em;
}
}
/*---------------------------------
ベスト3
---------------------------------*/
.best {
	display: block;
}
.best_item {
	font-size: 0.9em;
	color: #492a11;
	width: 31%;
	margin: 0 1%;
	float: left;
	position: relative;
	box-sizing: border-box;
}
.best_item .type {
	padding: 0;
	padding: 0 0 0.25em 0;
}
.best_item .type:before {
	content: "【";
}
.best_item .type:after {
	content: "】";
}
.best_item .add {
	float: left;
	padding: 0 0.25em;
}
.best_item .floor {
	padding: 0 0.25em;
}
.best_item .l_article {
	display: block;
	margin: 0.25em;
	overflow: hidden;
}
.best_item .r_article {
	/*overflow:hidden;*/
	padding: 0.25px;
	display: block;
	margin: 0.25em auto;
	width: 100%;
    float: none;
  clear: both;
}
.best_item .price-label {
	display: none;
}
.best_item .price {
	padding: 0 0.25em;
}
.best_item .p_pic_waku {
	margin: 0 auto;
	width: 100%;
}
.best_item .p_pic_waku .p_pic {
	width: 100%;
	border: 2px solid #fff;
	box-shadow: 0 0 2px rgba(0,0,0,0.5);
}
.p_pic:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.best_item .detail {
	display: block;
	overflow: hidden;
	width: 4em;
	text-align: center;
	font-size: 1em;
	background-color: #492a11;
	border: 1px outset #492a11;
	color: #fff;
	padding: 0.2em 0.5em;
	border-radius: 0.5em;
	margin: 0 auto;
}
.best_item .detail:hover {
	background-color: #b35f06;
	border: 1px outset #b35f06;
}

@media (min-width: 541px) {
.best_item .price-label {
	display: inline;
	padding: 0 0.25em;
}
}

@media (min-width: 541px) {
.best_item .l_article {
	float: left;
}
.best_item .r_article {
	margin: 0.5em 0 0 0;
	width: auto;

  /*overflow: hidden;*/
}
}
/*---------------------------------
ベスト3
---------------------------------*/
.waku {
	position: relative;
	/*min-height: 100px;*/
	/*background-color: #ccc;*/
	display: table-cell;
	vertical-align: middle;
}
.waku .num {
	color: #fff;
	font-weight: 500;
	position: absolute;
	display: inline-block;
	padding: 0.15em 0.75em;
	z-index: 1;
	top: 0;
}
.waku .num>span{
   transform: rotate(-45deg); 
    position: absolute;
    font-size:0.5em;
    white-space: nowrap;
    bottom: -2.5em;
    left: 0.5em;
}

.waku .num:after {
	content: "";
	display: block;
	border: 1.65em solid transparent;
	border-top-color: #db002e;
	border-left-color: #db002e;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
/*---------------------------------
おすすめ物件
---------------------------------*/
.items {
	overflow: hidden;
	padding: 0.25em;
}
.items .item {
	font-size: 0.9em;
	width: 48%;
	margin: auto 1%;
	margin-bottom: 1em;
	float: left;
	position: relative;
	background-color: #eee;
	border: 1px solid #fff;
	border-radius: 0.5em;
	box-shadow: 0 0 2px rgba(0,0,0,0.5);
	cursor: pointer;
}
.items.baibai .item:nth-child(3), .items.chintai .item:nth-child(3) {
}
.items .item div {
	clear: both;
	overflow: hidden;
}
.items .item .add {
	width: 100%;
	padding: 0.5em 0.5em 0.75em 0.5em;
	color: #fff;
	border-radius: 0.5em 0.5em 0 0;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*建物*/
.items.baibai .item .add {
	/*IE6 IE7 */
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startcolorstr=#058daf, endcolorstr=#0c3743);
	/* IE8 IE9 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startcolorstr=#058daf, endcolorstr=#0c3743);
	zoom: 1;
	background: -moz-linear-gradient(top, #058daf, #0c3743);/* FF3.6+ */
	background: -webkit-linear-gradient(top, #058daf, #0c3743);/* Chrome10+, Safari5.1+ */
	background: linear-gradient(to bottom, #058daf, #0c3743);/* IE10+, W3C *//*background-color: #31aed2;*/
}
/*土地*/
.items.toti .item .add {
	/*IE6 IE7 */
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startcolorstr=#724100, endcolorstr=#4b3000);
	/* IE8 IE9 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startcolorstr=#724100, endcolorstr=#4b3000);
	zoom: 1;
	background: -moz-linear-gradient(top, #724100, #4b3000);/* FF3.6+ */
	background: -webkit-linear-gradient(top, #724100, #4b3000);/* Chrome10+, Safari5.1+ */
	background: linear-gradient(to bottom, #724100, #4b3000);/* IE10+, W3C *//*background-color: #31aed2;*/
}
/*マンション*/
.items.mansion .item .add {
	/*IE6 IE7 */
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startcolorstr=#0a1498, endcolorstr=#0e4539);
	/* IE8 IE9 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startcolorstr=#0a1498, endcolorstr=#0f0f49);
	zoom: 1;
	background: -moz-linear-gradient(top, #0a1498, #0f0f49);/* FF3.6+ */
	background: -webkit-linear-gradient(top, #0a1498, #0f0f49);/* Chrome10+, Safari5.1+ */
	background: linear-gradient(to bottom, #0a1498, #0f0f49);/* IE10+, W3C *//*background-color: #31aed2;*/
}
/*賃貸*/
.items.chintai .item .add {
	/*IE6 IE7 */
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startcolorstr=#571677, endcolorstr=#2f0c42);
	/* IE8 IE9 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startcolorstr=#571677, endcolorstr=#2f0c42);
	zoom: 1;
	background: -moz-linear-gradient(top, #571677, #2f0c42);/* FF3.6+ */
	background: -webkit-linear-gradient(top, #571677, #2f0c42);/* Chrome10+, Safari5.1+ */
	background: linear-gradient(to bottom, #571677, #2f0c42);/* IE10+, W3C *//*background-color: #7674c5;*/
}
.items .item .head, .items .item .bottom {
	overflow: hidden;
	padding: 0.1em 0.5em;
	border-bottom: 1px solid #bbb;
}
.items .item .bottom {
}
.items .item .head .type {
	float: left;
	margin-right: 1em;
}
.items .item .head .floor {
	float: right;
}
.items .item .bottom .price-label {
	display: inline-block;
	float: left;
	font-size: 0.8em;
	padding: 0 0.2em;
	color: #fff;
	border-radius: 0.5em;
}
.items.baibai .item .bottom .price-label {
	background-color: #DC0037;
}
.items.chintai .item .bottom .price-label {
	background-color: #DC0037;
}
.items .item .bottom .price {
	font-size: 1.2em;
	float: right;
	font-weight: bold;
	color: #DC0037;
}
.items .item .p_pic_waku {
	margin: 0.5em auto;
	max-width: 160px;
}
.items .item .p_pic_waku .p_pic {
	width: 100%;
	border: 2px solid #fff;
	box-shadow: 0 0 2px rgba(0,0,0,0.5);
}
.items .item .comment {
	font-size: 0.9em;
	margin: 0.25em 0.5em;
	padding: 0.25em 0.5em;
	background-color: #fff;
	border-radius: 0.5em;
	min-height: 5em;
}
.items .item .detail {
	width: 8em;
	font-size: 1em;
	display: block;
	background-color: #515151;
	border: 1px outset #515151;
	color: #fff;
	padding: 0.2em 0.5em;
	border-radius: 0.5em;
	margin: 0.5em auto 0.5em;
	text-align: center;
}
.items .item .detail:hover {
	background-color: #222;
}

@media (min-width: 541px) {
.items .item {
}
.items.baibai .item:nth-child(3), .items.chintai .item:nth-child(3) {
	display: block;
}
}

@media (min-width: 641px) {
.items .item {
	font-size: 1em;
}
.items .item .head {
	width: 55%;
	float: left;
}
.items .item .bottom {
	width: 45%;
	float: left;
	text-align: right;
	clear: right;
}
.items .item .head .type, .items .item .head .floor, .items .item .bottom .price-label, .items .item .bottom .price {
	float: none;
}
.items .item .article-2 {
	min-height: 8em;
}
.items .item .p_pic_waku {
	margin: 0.5em 1% 0.5em 3%;
	max-width: 36%;
	width: 36%;
	float: left;
	clear: left;
	box-sizing: border-box;
}
.items .item .comment {
	margin: 0.5em 3% 0 1%;
	width: 56%;
	float: left;
	clear: right;
	box-sizing: border-box;
}
.items .item .detail {
	position: absolute;
	bottom: 0.25em;
	right: 3.5em;
}
.items .item .bottom .price {
	font-size: 1em;
}
}
/*---------------------------------
サイドリンクバナー
---------------------------------*/
.link-banners {
	margin: 2em 0 0 0;
	padding: 0;
	list-style: none;
}
.link-banners li {
	padding: 0;
	float: left;
	width: 100%;
	margin: 0 1% 0.5em;
}
.link-banners li a {
}
.link-banners li a img {
	width: 100%;
	border: 1px solid #999;
}
.link-banners li a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

@media (min-width: 541px) {
.link-banners li {
	width: 48%;
}
}

@media (min-width: 992px) {
.link-banners li {
	float: none;
	width: 100%;
}
}
/*---------------------------------
こだわりバナー
---------------------------------*/
.banners {
	font-size: 1.2em;
	margin: 1em 0.75em 1em 0.75em;
	padding: 0;
	list-style: none;
	display: block;
	overflow: hidden;
}
.banners .kodawari_01 {
	margin: 0 1% 0.5em 0;
	/*padding: 15px 10px;*/
	text-align: center;
	border: 5px #fe5a00 solid;
	position: relative;
	z-index: 90;
	background: #fff;
}
.banners .kodawari_01:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 2px #fc5800 solid;
	margin: 2px;
	display: block;
	z-index: -1;
	background: #fe5a00;
}
.banners .kodawari_02 {
	margin: 0 1% 0.5em 0;
	/*padding: 15px 10px;*/
	text-align: center;
	border: 5px #FF9900 solid;
	position: relative;
	z-index: 90;
	background: #fff;
}
.banners .kodawari_02:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 2px #FF9900 solid;
	margin: 2px;
	display: block;
	z-index: -1;
	background: #FF9900;
}
.banners .kodawari_03 {
	margin: 0 1% 0.5em 0;
	/*padding: 15px 10px;*/
	text-align: center;
	border: 5px #ff6666 solid;
	position: relative;
	z-index: 100;
	background: #fff;
}
.banners .kodawari_03:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 2px #ff6666 solid;
	margin: 2px;
	display: block;
	z-index: -1;
	background: #ff6666;
}
.banners .kodawari_04 {
	margin: 0 1% 0.5em 0;
	/*padding: 15px 10px;*/
	text-align: center;
	border: 5px #8166e4 solid;
	position: relative;
	z-index: 100;
	background: #fff;
}
.banners .kodawari_04:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 2px #8166e4 solid;
	margin: 2px;
	display: block;
	z-index: -1;
	background: #8166e4;
}
.banners .kodawari_05 {
	margin: 0 1% 0.5em 0;
	/*padding: 15px 10px;*/
	text-align: center;
	border: 5px #058cae solid;
	position: relative;
	z-index: 100;
	background: #fff;
}
.banners .kodawari_05:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 2px #058cae solid;
	margin: 2px;
	display: block;
	z-index: -1;
	background: #058cae;
}
.banners .kodawari_06 {
	margin: 0 1% 0.5em 0;
	/*padding: 15px 10px;*/
	text-align: center;
	border: 5px #05ae68 solid;
	position: relative;
	z-index: 100;
	background: #fff;
}
.banners .kodawari_06:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 2px #05ae68 solid;
	margin: 2px;
	display: block;
	z-index: -1;
	background: #05ae68;
}
.banners .kodawari_07 {
	margin: 0 1% 0.5em 0;
	/*padding: 15px 10px;*/
	text-align: center;
	border: 5px #663366 solid;
	position: relative;
	z-index: 100;
	background: #fff;
}
.banners .kodawari_07:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 2px #663366 solid;
	margin: 2px;
	display: block;
	z-index: -1;
	background: #663366;
}
.banners .kodawari_08 {
	margin: 0 1% 0.5em 0;
	/*padding: 15px 10px;*/
	text-align: center;
	border: 5px #70aeff solid;
	position: relative;
	z-index: 100;
	background: #fff;
}
.banners .kodawari_08:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 2px #70aeff solid;
	margin: 2px;
	display: block;
	z-index: -1;
	background: #70aeff;
}
.banners .kodawari_01:after, .banners .kodawari_02:after, .banners .kodawari_03:after, .banners .kodawari_04:after, .banners .kodawari_05:after, .banners .kodawari_06:after, .banners .kodawari_07:after, .banners .kodawari_08:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 2px #0000ff solid;
	margin: 2px;
	display: block;
	z-index: -5;
	background: #fff;
}
.banners li {
	padding: 0;
	float: left;
	width: 100%;
	margin: 0;
}
.banners li a {
	color: #fff;
	font-weight: 500;
	width: 100%;
	display: block;
	overflow: hidden;
	cursor: pointer;
	padding: 15px 10px;
}
/*two*/
.banners li.two {
	padding: 0;
	float: left;
	width: 100%;
	margin: 0 1% 0.5em 0;
}
.banners li.two a {
	color: #fff;
	font-weight: 500;
	width: 100%;
	display: block;
	overflow: hidden;
	cursor: pointer;
	padding: 15px 10px;
}
@media (min-width: 541px) {
.banners li.two {
	padding: 0;
	float: left;
	width: 48%;
	margin: 0 1% 0.5em 0;
}
}
@media (min-width: 992px) {
.banners li.two {
	padding: 0;
	float: left;
	width: 48%;
	margin: 0 1% 0.5em 0;
}
}
.banners .kodawari_01:hover, .kodawari_02:hover, .kodawari_03:hover, .kodawari_04:hover, .kodawari_05:hover, .kodawari_06:hover, .kodawari_07:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

@media (min-width: 541px) {
.banners li {
	padding: 0;
	float: left;
	width: 48%;
	margin: 0 1% 0.5em;
}
}

@media (min-width: 992px) {
.banners li {
	padding: 0;
	float: left;
	width: 32%;
	margin: 0 1% 0.5em 0;
}
}
/*---------------------------------
外部バナー
---------------------------------*/
.g_banners {
	margin: 2em 0 0 0;
	padding: 0;
	list-style: none;
}
.g_banners li {
	padding: 0;
	float: left;
	width: 100%;
	margin: 0 1% 0.5em;
}
.g_banners li a {
}
.g_banners li a img {
	width: 100%;
	border: 1px solid #999;
}
.g_banners li a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

@media (min-width: 541px) {
.g_banners li {
	padding: 0;
	float: left;
	width: 48%;
	margin: 0 1% 0.5em;
}
}

@media (min-width: 992px) {
.g_banners li {
	padding: 0;
	float: left;
	width: 24.25%;
	/* width: 100%;*/
	margin: 0 1% 0.5em 0;
}
.g_banners li:nth-child(4) {
	margin: 0 0 0.5em 0;
}
.g_banners li:nth-child(8) {
	margin: 0 0 0.5em 0;
}
}
/*---------------------------------
テーブル
---------------------------------*/
.tbl-1 {
	width: 100%;
	box-sizing: border-box;
	display: block;
}
.tbl-1 th, .tbl-1 td {
	padding: 0.5em;
	display: block;
	float: none;
	border-bottom: none;
}
.tbl-1 th {
	padding-bottom: 0.25em;
}
.tbl-1 th:before {
	content: " ";
	background-image: url(/common/images/arrow1-1.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 0.75em;
	width: 1em;
	height: 1em;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.25em;
}
.tbl-1 td {
	padding-top: 0.25em;
	border-bottom: 1px dotted #aaa;
}
.tbl-1 td ul {
	padding-left: 1.5em;
}

@media (min-width: 541px) {
.tbl-1 {
	display: table;
}
.tbl-1 th, .tbl-1 td {
	padding: 0.5em;
	border-bottom: 1px dotted #aaa;
	display: table-cell;
}
.tbl-1 th:before {
	background-image: url(/common/images/arrow1-2.png);
}
}
/*---------------------------------
会社概要
---------------------------------*/
#aboutus {
}
#aboutus .photo-box {
	margin: 0;
	padding: 0;
	list-style: none;
}
#aboutus .photo-box li {
	padding: 0;
  margin:2%;
}
#aboutus .photo-box li img {
	width: 100%;
}
.about_pic {
	float: right;
	margin: 0.25em 0.5em 0.5em 0.25em;
	padding: 2px;
}
.th_com{
	background: #e8e1c6;
	border-radius:0.5em;
	padding:1.5em;
	margin:0.75em;
	display:block;
	overflow:hidden;
	}
/*---------------------------------
お問い合せ
---------------------------------*/
#contact {
  min-height:500px;
}
#contact ul.caption {
	padding-left: 1.5em;
}
#contact h3 {
	color: #492a11;
	background: #9bb63e;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	margin: 1em 0 1em;
	/*border-bottom: 1px solid #ccc;*/
	padding: 0.25em 0.5em 0.25em 1em;
	text-shadow: 1px 1px 0 #fff;
	border-radius: 0.5em 0.5em 0 0;
	border: 2px outset #9bb63e;
}
#contact h3:before {
	content: "";
	display: inline-block;
	background-image: url(/common/images/contact-phone.png);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 1.8em;
	height: 1.8em;
	vertical-align: middle;
	margin-right: 0.5em;
}
#contact h3.mail:before {
	background-image: url(/common/images/contact-mail.png);
}
#contact h3.phone:before {
	background-image: url(/common/images/contact-phone.png);
}
#contact h4 {
	position: relative;
	padding: 0;
	margin: 1em 0 1em;
	color: #302400;
	border: 1px solid #d9cea8;
	font-size: 1.2em;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
	background: #e3dabe;
	border-radius: 0.5em;
}
#contact h4 span {
	display: block;
	padding: 0.75em 1em;
	border: 2px solid #fff;
	border-radius: 0.5em;
}
#contact h5 {
	display: block;
	overflow: hidden;
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0 1em;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	background-image: url(../images/h2_bg.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding: 0.5em 0.5em 0.5em;
}
#contact h5:before {
	content: "";
	display: inline-block;
	box-sizing: border-box;
	background-color: transparent;
	border: 0.5em solid transparent;
	border-top-color: #FF8324;
	margin-left: 1em;
	margin-right: 0.5em;
	vertical-align: text-bottom;
}
#contact .caption {
}
#contact .required {
	color: #f00;
}
#contact table th {
	width: 11.5em;
}
#contact table td {
	box-sizing: content-box;
}
#contact table td input[type="text"], #contact table td textarea {
	width: 100%;
}
#contact table td label {
	margin-right: 1em;
}
#contact table td.err span.err {
	display: inline-block;
	color: #f00;
}
#contact table td input[type="text"], #contact table td textarea {
	width: 100%;
}
#contact table td input[type="text"], #contact table td textarea, #contact table td select {
	font-size: 1.1em;
	padding: 0.3em 0.5em 0.2em;
	border-radius: 0.3em;
	margin-bottom: 0.2em;
	box-sizing: border-box;
	border: 1px solid #888;
}
#contact table td.err input[type="text"] {
	background-color: #FFDDDD;
}
#contact #formfoot {
	text-align: center;
	padding: 0.5em;
}
#contact #formfoot button {
	padding: 1em;
}
.submit_btn {
	/*display: block;*/
	/*width: 100%;*/
	padding: 1em 2em;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	background-color: #FF6700;
	background-position: 0 50%;
	background-repeat: no-repeat;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 1px 0 #FF6700;
	margin: 0.5em;
	border: 2px outset #FF6700;
}
.submit_btn:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

@media (min-width: 541px) {
#contact #formfoot {
	padding: 1em;
}
}
#contact #phone {
	list-style: none;
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 1em;
	overflow: hidden;
}
#contact #phone li {
	display: block;
	float: left;
	margin-right: 2em;
}
#contact #phone li.freedial {
	font-size: 1.5em;
	margin-top: 0;
}
#contact #phone li.freedial img {
	width: 1.5em;
	height: auto;
	vertical-align: middle;
}
#contact #phone li.tel {
	clear: left;
}
#contact #phone li.fax {
}
#contact #phone li.hour {
	clear: left;
}
#contact #phone li.fax {
}
/*---------------------------------
プライバシーポリシー
---------------------------------*/
#privacy {
}
#privacy ol {
	padding-left: 1.5em;
}
#privacy ol li .p_tt {
	font-weight: bold;
}
#privacy ol ul.inner {
	list-style: none;
	padding-left: 1.5em;
	text-indent: -1.5em;
	margin-bottom: 1.5em;
}
#privacy h3 {
	color: #492a11;
	background: #9bb63e;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	margin: 1em 0 1em;
	/*border-bottom: 1px solid #ccc;*/
	padding: 0.25em 0.5em 0.25em 1em;
	text-shadow: 1px 1px 0 #fff;
	border-radius: 0.5em 0.5em 0 0;
	border: 2px outset #9bb63e;
}
#privacy .contact {
	list-style: none;
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 1em;
	overflow: hidden;
}
/*---------------------------------
サイトマップ
---------------------------------*/
#sitemap {
}
#sitemap > ul {
	margin: 0;
	padding: 0;
	padding-left: 1.5em;
	list-style: none;
}
#sitemap > ul>li {
	margin: 0;
	padding: 0;
}
#sitemap > ul>li>a, #sitemap > ul>li>.anchor {
	padding: 0.25em 2px 0.25em 1.5em;
	background: url(/common/images/arrow1-1.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 0.75em;
	margin: 0;
	margin-left: -1.5em;
	display: block;
}
#sitemap > ul>li>a:before {
}
/*---------------------------------
リアルエステートユーザーリング
---------------------------------*/
#resring {
}
#resring table {
}
#resring table tr {
	border-bottom: 1px dotted #ccc;
}
#resring table tr th, #resring table tr td {
	padding: 0.25em 1em 0.25em 1em;
}
#resring table tr td:first-child, #resring table tr th {
	padding: 0.25em 0.5em 0.25em 1.5em;
	background: url(/common/images/arrow1-2.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 0.75em;
}
#resring table tr th {
	display: none;
}

@media (min-width: 481px) {
#resring table tr th {
	display: table-cell;
}
#resring table tr td {
	padding: 0.25em 1em 0.25em 1em;
}
}
/*---------------------------------
ページトップ
---------------------------------*/
#page-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	font-size: 1em;
	z-index: 100;
}
#page-top a {
	text-decoration: none;
	width: 60px;
	padding: 0px;
	background-image: url(/common/images/pagetop.png);
	background-repeat: no-repeat;
	display: block;
	height: 60px;
}
#page-top a:hover {
	text-decoration: none;
}
