@charset "UTF-8";
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
★　CSS　コンテンツ設定　★
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#content #underconstruction p {
	padding: 100px 20px 200px;
}
#content .head {
	margin: 0 auto 20px;
}
#content .blog_head {
	margin: 0 auto 10px;
}
#content p {
	padding: 0 0 10px;
}
#contactus {
	text-align: center;
}
#content .maparea {
	width: 720px;
	margin: 0 auto 10px;
	padding: 10px 0;
	background: #ffff2;
	border: 1px solid #ccc;
}
#content .maparea h4 {
	padding: 0 10px;
}
#content .marker_data_html h2 {
	font-size: 14px;
	color: #1B4193;
}
#content .marker_data_html p {
	font-size: 12px;
	color: #333;
}
#content .maparea .entry {
	float: left;
}
#content .maparea p {
	padding: 0 10px;
}
#content .gmap {
	width: 700px;
	height: 350px;
	margin: 0 auto;
}


.ggmap {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.ggmap iframe, .ggmapr object, .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

■新着情報

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#information {
	width: 746px;
	margin: 0 auto;
}
#information .list {
	width: 746px;
	margin: 0 auto;
	padding: 10px 0;
}
#information .list dl dt {
	margin: 0 0 5px;
	padding: 0 0 0 7px;
	font-weight: bold;
	border-left: 4px solid #0053A3;
	line-height: 120%;
}
#information .list dl dt a {
}
#information .list dl dd {
	margin: 0 0 10px;
	padding: 0 0 5px 20px;
	border-bottom: 1px dotted #ccc;
}
#information .list dl dd a {
	text-decoration: underline;
}
#information .bloc {
	width: 746px;
	margin: 0 auto;
	padding: 0 0 10px;
}
#information .bloc .tit {
	margin: 0 0 15px;
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;/*background:#f4f4f4;*/
}
#information h2 {
	margin: 0;
	padding: 2px 5px 2px 15px;
	font-size: 18px;
	font-weight: bold;
	line-height: 130%;
}
#information .day {
	padding: 0 10px;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
	color: #0053A3;
}
#information table {
	width: 100%;
	margin: 0 auto;
}
#information table th {
	vertical-align: top;
}
#information table th img {
	margin: 0 10px 0 0;
}
#information table th .caption {
	margin: 0 0 20px;
}
#information table td {
	width: 100%;
	vertical-align: top;
}
#information table td p {
	padding: 0;
}
#information .text_r {
	margin: 0 0 30px;
}
#information .maptit {
	margin: 20px 0 10px;
	padding: 0 10px;
	/*border-top:1px dotted #bfbfbf;*/
	border-bottom: 1px dotted #bfbfbf;
	background: url(../images/marker_content.jpg) no-repeat left 1px;
}
#information .maptit h3 {
	padding: 5px 0;
	font-size: 18px;
	font-weight: bold;
}
#information h3 span {
	padding: 0 0 0 20px;
	font-size: 10px;
	font-weight: normal;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

■地図検索

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#map_search {
	width: 766px;
	margin: -10px auto 0;
}
#map_search #panelMap {
	float : right;
	border: 1px solid #ccc;
	padding : 5px;
}
#map_search #map {
	width: 564px;
	height: 860px;
}
#map_search .marker_data_html {
	width: 280px;
	margin-top: 4px;
}
#map_search .marker_data_html h2 {
	font-size : 14pt;
	text-align: left;
	font-weight: bold;
	font-family: sans-serif;
	margin-bottom: 4px;
	border-bottom: 1px dotted #ccc;
}
#map_search .marker_data_html p {
	width: 256px;
	margin-top: 5px;
	font-size : 10pt;
}
#map_search div#markerlist {
	float : left;
	width : 180px;
	height: 870px;
	overflow : auto;
	line-height : 150%;
	font-size : 10pt;
}
#map_search div#markerlist dt {
	margin: 0 0 1px;
	padding: 5px;
	font-weight: bold;
	background-image: -moz-linear-gradient(50% 0% -90deg, rgb(255,255,255) 0%, rgb(228,242,255) 100%);
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgb(255,255,255)), color-stop(1, rgb(228,242,255)));
	background-image: -webkit-linear-gradient(-90deg, rgb(255,255,255) 0%, rgb(228,242,255) 100%);
	background-image: -o-linear-gradient(-90deg, rgb(255,255,255) 0%, rgb(228,242,255) 100%);
	background-image: -ms-linear-gradient(-90deg, rgb(255,255,255) 0%, rgb(228,242,255) 100%);
	background-image: linear-gradient(180deg, rgb(255,255,255) 0%, rgb(228,242,255) 100%);
	border-color: rgb(199,210,216);
	border-width: 1px;
	border-style: solid;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffe4f2ff,GradientType=0)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffe4f2ff, GradientType=0);
}
#map_search div#markerlist dd {
	margin: 0 0 5px;
}
#map_search div#markerlist li {
	border-bottom: 1px dotted #ccc;
	font-size: 11px;
}
#map_search div#markerlist li .listnone {
	display: none;
}
#map_search div#markerlist li a {
	display: block;
	padding: 5px 0 5px 12px;
	text-decoration: none;
}
#map_search .rent li a {
	background: url(../images/side_marker_on.jpg) no-repeat 5px 10px;
}
#map_search .rent li a:hover {
	background: url(../images/side_marker_off.jpg) no-repeat 5px 10px;
}
#map_search .renovation li a {
	border-left: 3px solid #333;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

■物件一覧

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#propertylist {
	width: 766px;
	margin: 0 auto;
}
.maker h3.name {
	margin: 0 0 5px;
	padding: 0 0 5px;
	font-size: 24px;
	font-weight: normal;
	background: none;
	border-bottom: 1px solid #3A9DD2;
}
#propertylist .searchbox {
}
#propertylist .searchbox {
	width: 744px;
	margin: 0 10px 10px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-collapse: collapse;
}
#propertylist .searchbox th {
	width: 6.5em;
	padding: 5px 10px;
	background: #3A9DD2;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	line-height: 120%;
	color: #fff;
}
#propertylist .searchbox td {
	padding: 5px 10px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#propertylist .searchbox td p {
	padding: 0;
}
.sortarea {
}
.sortarea .sort {
	float: right;
	border-bottom: 1px dotted #ccc;
}
.sortarea dl dt {
	float: left;
	margin: 0 5px 0 0;
}
.sortarea dl dd {
	float: left;
	margin: 0 15px 0 0;
}
.sortarea dl dd a {
	margin: 0 5px 0 0;
}
#propertylist .btn .button {
	width: 200px;
	height: 50px;
	margin: 0 auto;
	background: url(../images/btn_search.jpg) no-repeat;
	border: none;
}
#propertylist .btn .button:hover {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
#propertylist .upper {
	margin: 0 10px 10px;
	padding: 10px;
	background: #eee;
	background-image: -moz-linear-gradient(50% 0% -90deg, rgb(246,248,252) 0%, rgb(200,206,222) 97%, rgb(199,205,221) 100%);
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgb(246,248,252)), color-stop(0.97, rgb(200,206,222)), color-stop(1, rgb(199,205,221)));
	background-image: -webkit-linear-gradient(-90deg, rgb(246,248,252) 0%, rgb(200,206,222) 97%, rgb(199,205,221) 100%);
	background-image: -o-linear-gradient(-90deg, rgb(246,248,252) 0%, rgb(200,206,222) 97%, rgb(199,205,221) 100%);
	background-image: -ms-linear-gradient(-90deg, rgb(246,248,252) 0%, rgb(200,206,222) 97%, rgb(199,205,221) 100%);
	background-image: linear-gradient(180deg, rgb(246,248,252) 0%, rgb(200,206,222) 97%, rgb(199,205,221) 100%);
	border-color: rgb(238,238,238);
	border-width: 1px;
	border-style: solid;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff6f8fc,endColorstr=#ffc7cddd,GradientType=0)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff6f8fc, endColorstr=#ffc7cddd, GradientType=0);
}
#propertylist .upper p {
	padding: 0 !important;
	color: #666;
	text-align: center;
}
#propertylist .btn {
	margin: 10px 0;
}
#propertylist ul.room {
	padding: 0 0 0 0;
}
#propertylist ul.room li {
	display: inline;
	float: left;
	width: 12em;
}
.sale ul.room li.heading {
	width: 4em !important;
	margin-right: 2px !important;
	background: #0053A3;
	color: #fff;
	text-align: center;
	font-size: 10px;
}
.sale ul.room li.select {
	width: 8em !important;
	margin-right: 10px !important;
}
.rent ul.room li.heading {
	width: 65px;
	margin-right: 2px;
	padding: 5px 0;
	background: #fff;
	color: #3A9DD2;
	text-align: center;
	font-size: 10px;
}
.care ul.room li.heading {
	width: 65px;
	margin-right: 2px;
	padding: 5px 0;
	background: #060;
	color: #fff;
	text-align: center;
	font-size: 10px;
}
#propertylist .search {
	height: 21px;
}
#propertylist .area {
	margin: 0 0 5px;/*background:#eee;*/
}
.sale .area h4 {
	display: inline;
	float: left;
	padding: 0 5px;
	color: #0053A3;
}
.rent .area h4 {
	display: inline;
	float: left;
	padding: 0 5px;
	color: #3A9DD2;
}
#propertylist .box {
	width: 746px;
	margin: 0 auto 20px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #ccc;
}
#propertylist table.listbox {
	width: 744px;
	margin: 0 auto 20px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#propertylist table.listbox th {
	width: 150px;
	text-align: center;
	vertical-align: top;
	padding: 5px;
	/*border-right:1px solid #ccc;*/
	border-bottom: 1px solid #ccc;
	font-weight: normal;/*background:#f4f4f4;*/
}
#propertylist table.listbox th .photo {
	width: 150px;
}
#propertylist table.listbox td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
}
#propertylist table.listbox td.box_center {
	padding: 5px;
}
#propertylist table.listbox td.box_right {
	width: 200px;
	padding: 5px 0;
}
.sale table.listbox td .item_type {
	display: block;
	float: left;
	margin: 0 2px 2px 0;
	padding: 3px 5px;
	white-space: nowrap;
	line-height: 100%;
	border: 1px solid #ccc;
	background: #0053A3;
	color: #fff;
	font-weight: normal;
}
.rent table.listbox td .item_type {
	display: block;
	float: left;
	margin: 0 2px 2px 0;
	padding: 3px 5px;
	white-space: nowrap;
	line-height: 100%;
	border: 1px solid #ccc;
	background: #3A9DD2;
	color: #fff;
	font-weight: normal;
}
#propertylist table.listbox td .addr {
	display: inline;
	float: left;
}
#propertylist table.listbox td .price {
	font-size: 18px;
	font-weight: bold;
	color: #c00;
}
#propertylist table.listbox td .room_type {
	font-size: 18px;
	font-weight: bold;
}
#propertylist table.listbox td .price_line {
	margin: 0 0 10px;
	border-bottom: 1px solid #666;
}
#propertylist table.listbox td p {
	padding: 0;
}
#propertylist table.listbox td .station {
	padding: 0 10px 0 0;
	font-size: 12px;
}
#propertylist table.listbox td h5 {
	color: #c00;
}
#propertylist table.listbox td table {
	width: 190px;
	margin: 0 auto 10px;
}
#propertylist table.listbox td table th {
	width: 50px;
	text-align: left;
	padding: 2px 5px;
	font-weight: bold;
	border: 0;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
}
#propertylist table.listbox td table td {
	padding: 2px;
	border: 0;
	border-bottom: 1px solid #ccc;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

■物件詳細

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#property {
	width: 746px;
	margin: 0 auto 20px;
}
.sale .item_type {
	color: #0053A3;
	font-weight: bold;
}
.rent .item_type {
	color: #0053A3;
	font-weight: bold;
}
.care .item_type {
	color: #060;
	font-weight: bold;
}
#property .emblem {
	margin: 0 auto 10px;
	font-size: 18px;
}
#property #item_summary {
	width: 100%;
	margin: 0 auto 10px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#property #item_summary th {
	padding: 2px 5px;
	background: #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	line-height: 120%;
}
#property #item_summary td {
	padding: 2px 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#property #item_summary td p {
	padding: 0;
}
#property ul.equipment {
	padding: 5px 10px;
	border: 1px solid #ccc;
	background: #eee;
}
#property ul.equipment li {
	display: block;
	float: left;
	margin: 0 5px 5px 0;
	background: #fff;
}
#property .tit {
	margin: 0 0 10px;
	padding: 0 0 3px;
	border-bottom: 1px dotted #ccc;
}
.sale h3 {
	margin: 0;
	padding: 3px 5px 2px 15px;
	background: url(../images/marker_sale.jpg) no-repeat;
	font-size: 18px;
	font-weight: bold;
}
.rent h3 {
	margin: 0;
	padding: 3px 5px 2px 15px;
	background: url(../images/marker_rent.jpg) no-repeat;
	font-size: 18px;
	font-weight: bold;
}
#property h3 span {
	padding: 0 0 0 20px;
	font-size: 10px;
	font-weight: normal;
}
#property #photoarea {
	margin: 0 auto 20px;
	padding: 0 0 0 5px;
}
#property .photo1 {
	width: 238px;
	margin: 0 8px 10px 0;
	display: -moz-inline-box; /*for Firefox 2*/
	display: inline-block; /*for modern*/
 *display:inline;
 *zoom:1;
 /display: inline; /*for ie5?7*/
 /zoom: 1; /*for ie5?7*/
	vertical-align: top;
	text-align: center;
}
/*#property .photo1 .photolist{
	display:inline;
	float:left;
	margin:0 8px 10px 0;
}*/

#property .photo1 .photobox {
	min-height: 160px;
	text-align: center;
}
/*
#property #item_summary2 {
	width:100%;
	margin:0 auto 30px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}
#property #item_summary2 th {
	width:15%;
	padding:2px 3px;
	background:#eee;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#property #item_summary2 td {
	padding:2px 3px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#property #item_summary2 td {
	padding:2px 5px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}*/
#property #item_summary2 td p {
	padding: 0;
}
#property .btn_contact {
	width: 400px;
	height: 50px;
	margin: 0 auto;
	text-align: center;
	background: url(../images/btn_contact_off.jpg) no-repeat;
}
#property .btn_contact a {
	display: block;
	width: 400px;
	height: 50px;
	margin: 0 auto;
	text-align: center;
	background: url(../images/btn_contact_off.jpg) no-repeat;
}
#property .btn_contact a:hover {
	background: url(../images/btn_contact_on.jpg) no-repeat;
}
#property .btn_contact span {
	display: none;
	visibility: hidden;
}

.tab_content {
  position: relative;
  width: 100%;
	height: 0;
  padding-top: 56.25%;
	overflow: hidden;
}
.tab_content iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.tabs {
	margin: 15px -5px 30px;
}
.tabs li {
	margin: 0 5px 5px;
}
.tabs li a {
	display: block;
	text-decoration: none;
	background-color: #f4f4f4;border: 1px solid #ddd;
	font-size: 14px;
	padding: 4px 10px;
}
.tabs li.active a {
	background-color: #399DD1;
	color: #fff;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

■テーブル設定

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#item_summary2 {
	border-collapse : collapse;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #ccc;
}
#item_summary2 table {
	border-collapse : collapse;
}
#item_summary2 table th, #item_summary2 table td {
	border-bottom: 1px solid #ccc;
}
#item_summary2 {
	width: 100%;
	margin: 0 auto 30px;
}
#item_summary2 table.line {
	display: inline-table;
	float: left;
	width: 100%;
}
#item_summary2 table.half {
	display: inline-table;
	float: left;
	width: 50%;
}
#item_summary2 table th {
	width: 90px;
	padding: 2px 3px;
	background: #eee;/*border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;*/
}
#item_summary2 table td {
	padding: 2px 5px;
	background: #fff;/*border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;*/
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

■運営会社

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#company {
	width: 746px;
	margin: 0 auto;
}
#company .tit {
	margin: 0 10px 10px;
	padding: 0 0 3px;
	border-bottom: 1px dotted #ccc;
}
#company h2 {
	margin: 0;
	padding: 3px 5px 2px 15px;
	background: url(../images/marker_content.jpg) no-repeat;
	font-size: 18px;
	font-weight: bold;
}
#company h2 span {
	padding: 0 0 0 20px;
	font-size: 10px;
	font-weight: normal;
}
#company .box {
	width: 746px;
	margin: 0 auto 20px;
}
#company table {
	width: 744px;
	margin: 0 auto 20px;
	border-top: 1px solid #ccc;
}
#company table th {
	width: 120px;
	padding: 5px 10px;
	border-bottom: 3px solid #D4E6FF;
	border-right: 1px solid #ccc;
	vertical-align: top;
	text-align: left;
}
#company table td {
	padding: 5px 10px;
	border-bottom: 3px solid #ddd;
}
#company .entry {
	width: 746px;
	margin: 0 auto;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

■お問い合わせ

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#inquiry {
	width: 350px;
	margin: 0 auto;
	font-size: 12px;
}
#inquiry .head {
	margin: 0 auto 10px;
}
#inquiry table {
	width: 350px;
	margin: 0 auto;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#inquiry table th {
	text-align: left;
	padding: 2px 3px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #eee;
}
#inquiry table td {
	padding: 2px 3px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

■お問い合わせ

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#contact {
	width: 746px;
	padding: 0 auto 20px;
}
#contact h1 {
	margin: 0 auto 20px;
	padding: 1px;
	border: 1px solid #ccc;
}
#contact p.thanx {
	padding-bottom: 200px;
}
#contact .tit {
	margin: 0 0 10px;
	padding: 0 0 3px;
	border-bottom: 1px dotted #ccc;
}
#contact h3 {
	margin: 0;
	padding: 3px 5px 2px 15px;
	background: url(../images/marker_content.jpg) no-repeat;
	font-size: 18px;
	font-weight: bold;
}
#thanks {
	padding:50px 20px;
}
/*=========================================
･ a1
=========================================*/
/*pp*/
#contact .pp {
	width: 100%;
	margin: 0 auto 20px;
}
#contact .pp .tit {
	margin: 0 0 10px;
	border-bottom: 1px solid #ddd;
}
#contact .pp fieldset {
	width: 726px;
	margin: 0 auto 20px;
	border: 1px solid #0053A3;
	background: #fff;
}
#contact .pp fieldset legend {
	margin: 0 10px;
	padding: 0 10px;
	color: #0053A3;
	font-weight: bold;
}
#contact .pp ul {
	padding: 0 20px 10px;
}
#contact .pp li {
	list-style: outside disc;
	margin: 0 0 0 1.5em;
	border-bottom: 1px dotted #ccc;
}
/*=========================================
･ a1
=========================================*/
#contact p {
	padding: 0 20px 10px;
}
/*form pp*/

#form {
	margin: 0 auto 20px;
}
#contact #form .tit {
	margin: 0 0 10px;
	border-bottom: 1px solid #ddd;
}
#contact #form .tit h4 {
	padding: 8px 30px;
	font-size: 14px;
}
#form ul {
	margin: 0 0 20px 20px;
	padding: 0;
}
/*form table inList*/
#form table ul {
	width: auto;
	margin: 0;
	padding: 0;
}
/*form_table*/
#form table {
	width: 746px;
	margin: 0 auto 10px;
	border-collapse: separate;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
/*table_th*/
#form th {
	width: 150px;
	padding: 7px 4px 7px 20px;
	background-color: #f0f0f0;
	white-space: nowrap;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	border: 1px solid #fff;
}
#form th div {
	text-indent: -12px;
}
/*table_td*/
#form td {
	padding: 7px 4px 7px 8px;
	background-color: #ffffff;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px dotted #ccc;
}
#form .label {
	display: inline-block;
	width: 75px;
}
#form table li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 20px 0 0;
}
#form table .w200 li {
	width:200px;
}
/*=========================================
フォーム
=========================================*/

input, select, textarea {
	font-size: 1em;
	margin-bottom: 1px;
}
.mini {
	font-size: 10px;
}
optgroup {
	background-color: #cccccc;
	color: #333333;
	font-style: normal;
}
option {
	margin: 0 5px 0 0;
	background-color: #ffffff;
	color: #333333;
}
/*ime_mode*/
.ime_on {
	ime-mode: active;
}
.ime_off {
	ime-mode: disabled;
}
/*input_text_setting*/
input#issue_text {
	width: 200px;
}
input#name, input#ruby, input#company, input#post {
	width: 240px;
}
input#tel, input#fax {
	width: 140px;
}
input#email {
	width: 240px;
}
input#age {
	width: 30px;
}
input#zip {
	width: 60px;
}
input#address {
	width: 400px;
}
textarea#comment {
	width: 400px;
}
/*submitBtn*/
#formEnd {
	padding: 0 20px 20px 20px;
	text-align: center;
}
#formEnd input {
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

■個人向けサービス

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#personal {
	margin: 40px 0 0;
}
#personal .wrap {
	margin: 0 auto 20px;
}
#personal .wrap a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

■オーナー

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#owner {
}
#owner .mainimg {
	margin: 0 auto 0px;
}
#owner .chara {
	float: left;
}
#owner .comment {
}
#owner .comment ul {
	margin: 0 0 20px;
}
#owner .comment ul li {
	margin: 0 0 0 2em;
	list-style: outside square;
	font-size: 14px;
	font-weight: bold;
}
#owner .catch {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: rgba(217,5,8,1.00);
}
#owner .tel {
	margin: 0 0 20px;
}
#owner a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

■ブログ

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#blog {
	width: 746px;
	margin: 0 auto;
}
#blog .bloc {
	width: 746px;
	margin: 0 auto 30px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #dedede;
}
#blog .bloc .tit {
	margin: 0 0 15px;
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;/*background:#f6f6f6;*/
}
#blog h3 {
	margin: 0;
	padding: 2px 5px;
	font-size: 18px;
	font-weight: bold;
	line-height: 130%;
}
#blog .date {
	padding: 0 10px;
	font-weight: bold;
	color: #0053A3;
}
#blog table {
	width: 100%;
	margin: 0 auto;
}
#blog table th {
	vertical-align: top;
}
#blog table th img {
	margin: 0 10px 0 0;
}
#blog table th .caption {
	margin: 0 0 20px;
	font-size: 12px;
	line-height: 150%;
}
#blog table td {
	width: 100%;
	vertical-align: top;
}
#blog table td p {
	padding: 0;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

■スタッフ紹介

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#staff {
	width: 746px;
	margin: 0 auto;
}
#staff .description {
	margin: 0 30px;
}
#staff .box {
	width: 760px;
	margin: 0 auto 20px;
}
#staff .box .photo {
	display: inline;
	float: left;
	width: 156px;
	margin: 0 auto 10px;
	text-align: center;
	vertical-align: middle;
}
#staff .box .photo img {
	padding: 2px;
	border: 1px solid #ccc;
}
#staff .box .profile {
	display: inline;
	float: right;
	width: 590px;
}
#staff dl {
	margin: 0 auto;
	padding: 5px;
	border-top: 1px solid #0053A3;
}
#staff dl dt {
	width: 80px;
	color: #0053A3;
	font-weight: bold;
}
#staff dl dd {
	margin: -21px 0 5px;
	padding: 0 0 0 80px;
	border-bottom: 1px dotted #ccc;/**/
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

■任意売却相談

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#voluntary_sale {
	box-sizing: border-box;
}
#voluntary_sale p {
	padding: 0;
}
#voluntary_sale .red {
	color: #e60012 !important;
}
#voluntary_sale .merit ul{
	width: 720px;
	margin: 0 auto;
}
#voluntary_sale .merit ul li{
	width: 350px;
	height: 260px;
	border: 1px solid #007bc7;
	border-radius: 10px;
}
#voluntary_sale .merit ul li{
	margin-bottom: 20px;
}
#voluntary_sale .merit .ttl{
	position: relative;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background: #007bc7;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding: 15px 0 15px 60px;
}
#voluntary_sale .merit .ttl::before{
	position: absolute;
	top: 5px;
	left: 10px;
	width: 43px;
	height: 43px;
	content: "";
	background: url("../voluntary_sale/images/merit01.png") no-repeat;
}
#voluntary_sale .merit .ttl2::before{
	background: url("../voluntary_sale/images/merit02.png") no-repeat;
}
#voluntary_sale .merit .ttl3::before{
	background: url("../voluntary_sale/images/merit03.png") no-repeat;
}
#voluntary_sale .merit .ttl4::before{
	background: url("../voluntary_sale/images/merit04.png") no-repeat;
}
#voluntary_sale .merit .ttl5::before{
	background: url("../voluntary_sale/images/merit05.png") no-repeat;
}
#voluntary_sale .merit .ttl6::before{
	background: url("../voluntary_sale/images/merit06.png") no-repeat;
}
#voluntary_sale .merit .ttl .yellow{
	font-size: 24px;
	color: #fff100;
}
#voluntary_sale .merit .exp{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	padding: 15px 20px;
}
#voluntary_sale .merit .exp img{
	margin: 10px 0 0 10px;
}
#voluntary_sale .loan_relief{
	width: 250px;
	margin: 0 auto 50px;
}
#voluntary_sale .loan_relief li.contact{
	position: relative;
	width: 300px;
	color: #e60012;
}
#voluntary_sale .loan_relief li.contact p{
	font-size: 16px;
}
#voluntary_sale .loan_relief li.contact p.tel{
	margin-top: 20px;
}
#voluntary_sale .loan_relief li.contact p.tel a{
	position: relative;
	font-size: 36px;
	font-family: Century Gothic,sans-serif;
	text-decoration: none;
	color: #e60012;
}
/*
#voluntary_sale .loan_relief li.contact p.tel::before{
	position: absolute;
	top: 20px;
	left: 95px;
	content: "スマイル";
	font-size: 13px;
	width: 100px;
	height: 50px;		
}
#voluntary_sale .loan_relief li.contact p.tel::after{
	position: absolute;
	top: 20px;
	left: 170px;
	content: "ニンバイ";
	font-size: 13px;
	width: 100px;
	height: 50px;	
}
*/
#voluntary_sale .merit,#voluntary_sale .flow,#voluntary_sale .difference,#voluntary_sale .flow2,#voluntary_sale .point,#voluntary_sale .diagnostic{
	margin: 0 0 50px;
}
#voluntary_sale .flow .head{
	font-size:76px;
	padding: 30px 0 0 80px;
	margin: 0 0 50px;
	line-height: 90px;
	height: 200px;
	color: #fff;
	background: #0077c4;
	font-family :"ヒラギノ明朝 ProN W3", "HiraMinProN-W3", YuMincho, '游明朝', serif;
	font-weight:bold;
}
#voluntary_sale .flow .head span{
	font-size: 40px;
}
#voluntary_sale .flow ul{
	margin: 0 0 50px;
}
#voluntary_sale .flow ul li{
	font-size:14px;
	font-family :"ヒラギノ明朝 ProN W3", "HiraMinProN-W3", YuMincho, '游明朝', serif;
	font-weight:bold;
	text-align: center;
	border-bottom: 1px dashed #898989;
	line-height: 2.5;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

■編集コンテンツ

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


#edit .bloc {
	margin: 0 auto 40px;
}
#edit .bloc .tit {
	margin: 0 auto 20px;
	padding: 5px 10px;
	background: #f4f4f4;
	border-left: 7px solid #0053A3;
}
#edit .bloc .tit h4 {
	color: #333;
	font-size: 16px;
}
#edit .bloc .subtit {
	margin: 0 5px 10px;
	border-bottom: 1px dotted #ccc;
}
#edit .bloc .subtit h5 {
	margin: 0 0 2px;
	padding: 0 0 0 7px;
	color: #333;
	border-left: 3px solid #0053A3;
}
#edit .bloc .comment {
	margin: 0 10px 5px;
}
#edit .bloc .comment .left {
	margin: 0 10px 0 0;
	text-align: center;
}
#edit .bloc .comment .caption {
	font-size: 10px;
	line-height: 150%;
	max-width: 240px;
	text-align: left;
}
#edit .btn_detail {
	float: right;
}
#edit .btn_detail a {
	display: block;
	padding: 0 0 0 15px;
	background: url(../images/marker_off.jpg) no-repeat left 5px;
}
#edit .btn_detail a:hover {
	background: url(../images/marker_on.jpg) no-repeat left 5px;
}
/*////////写真///////////////////////*/

#photolist {
	margin: 0 20px 20px;
}
#photolist fieldset {
	margin: 0 0 20px;
	padding: 10px 0;
	border: 1px solid #999;
}
#photolist fieldset legend {
	margin: 0 10px;
	padding: 0 10px;
	font-weight: bold;
	background: #fff;
}
#photolist .photoarea {
	margin: 0 auto 20px;
	padding: 0 0 0 20px;
}
#photolist .photoarea .photo {
	margin: 0 8px 10px 0;
	padding: 0;
	display: -moz-inline-box; /*for Firefox 2*/
	display: inline-block; /*for modern*/
 *display:inline;
 *zoom:1;
 /display: inline; /*for ie5?7*/
 /zoom: 1; /*for ie5?7*/
	vertical-align: top;
	text-align: center;
}
#photolist .photoarea .photo .photobox {
	margin: 0 0 10px;
	text-align: center;
}



/*****************************************

買いたい物件

******************************************/
#contact .osusume table {
	border-collapse:collapse;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
}
#contact .osusume table td {
	width:176px;
	padding:5px;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#contact .osusume .box {
}
#contact .osusume .box .photo{
	text-align:center;
}

#contact .osusume .box .photo a{
	display:block;/**/
	text-align:center;
	border:2px solid #fff;
}
#contact .osusume .box .photo a:hover {
	/*filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;*/
	border:2px solid #ED6296;
}
#contact .osusume .box a .photo img{
	display:inline;/**/
	vertical-align:top;
}

#contact .osusume .box .spec{
}
#contact #top_rent .comment {
	margin:0 0 5px;
	font-weight:bold;
	line-height:1.5;
	border-left:4px solid #3A9DD2;
	padding:0 0 0 4px;
}
#contact #top_sale .comment {
	margin:0 0 5px;
	font-weight:bold;
	line-height:1.5;
	border-left:4px solid #0053A3;
	padding:0 0 0 4px;
}
#contact .osusume h4{
	margin:0 0 5px;
	line-height:130%;
	/*color:#c00;*/
}
#contact #top_rent h4.title{
	margin:0 0 5px;
	padding:0 0 0 6px;
	line-height:130%;
	/*color:#c60;*/
	border-left:4px solid #3A9DD2;
}

#contact .osusume .box dl {
	padding:0 0 5px;
	font-size:12px;
	line-height:130%;
}
#contact .osusume .box dl dt{
	width:50px;
	margin:0 0 0;
	padding:0 2px;
	background:#eee;
	border:1px solid #ccc;
	text-align:center;
	line-height:150%;
}
#contact .osusume .box dl dd{
	margin:-18px 0 0;
	padding:0 0 2px 60px;
	line-height:150%;
}
#contact .osusume .box .btn {
	text-align:right;
}
#contact .osusume .box .btn a {
	padding:2px 5px;
	margin:0 auto;
	text-align:right;
	text-decoration:none;
	background:#fff;
	color:#666;
	line-height:130%;
	font-size:10px;
	border:1px solid #eee;
}
#contact .osusume .box .btn a:hover {
	background:#3A9DD2;
	color:#fff;
}

/*****************************************

音楽プレーヤー

******************************************/


.music-player {
position: fixed;
z-index:999;
bottom: 10px;
left:50%;
transform:translate(-50%, 0);
padding:5px;
color:#fff;
background-color: rgba(33, 157, 134, 0.88);
border-radius: 5px; max-width: 300px;
}