@CHARSET "UTF-8";

/* --------------------------------------------
 *                 共通
 * -------------------------------------------- */
@import "./df.css";
@import "./default.css";

/* --------------------------------------------
 *                 common
 * -------------------------------------------- */
* {
	padding: 0px;
	margin: 0px;
}

body
{
	font-size:12px;
}

a{
	color:#317db9;
	text-decoration:none;
}

a:visited{
	color:#873c5b;
	text-decoration:none;
}

a:hover{
	color:#666;
	text-decoration:underline;
}

h1{
	display:none;
}

img{
	border:0px;

}
/* --------------------------------------------
 *                 layout
 * -------------------------------------------- */
#footer {
	background-image: none !important ;
}
#cms_header
{
	position:relative;
	width: 950px;
	margin: 0px auto;
}

#cms_body3
{
	clear: both;
	width:1280px;
	margin-left: auto;
	margin-right:auto;
	margin-bottom:0px;
	line-height: 20px;
	font-family: "ＭＳ ゴシック",sans-serif;
}

#cms_body2
{
	clear: both;
	width:784px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	line-height: 20px;
	font-family: "ＭＳ ゴシック",sans-serif;
}

#cms_body1
{
	clear: both;
	width:600px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	line-height: 20px;
	font-family: "ＭＳ ゴシック",sans-serif;
}

.cms_footer_wrap {
	height: 173px ;
	background-image: url(https://cms.fudousan-web.jp/user/782/pc/image/footer.jpg);
	background-position: top left ;
	background-repeat: no-repeat ;
}
#cms_footer
{
	width: 950px;
	position: relative ;
	margin: 10px auto 0px auto ;
/*
	width:949px;
	height:33px;
	margin:0px auto;
	font-family: "ＭＳ ゴシック",sans-serif;
*/
}
@media screen and (-webkit-min-device-pixel-ratio:0)
{
	#cms_footer
	{
		position:relative;
		/* bottom:12px; */
	}
}
#cms_footer span
{
    display: none;
}

.cms_container {
    overflow: hidden;
}

.cms_container:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .cms_container {
    height: 1em;
    overflow: visible;
}
/**/

/* --------------------------------------------
 *                 body
 * -------------------------------------------- */
#cms_body_left
{
	float:left;
	width:308px;
	padding:0px;
	margin-left: 5px;
/*	
	display: none ;
*/
}

#cms_body_center
{
	float:left;
	width:640px;

	margin-left:2px;
/*	padding-left:8px;
	padding-right:8px;
	margin-right:2px;
*/
	padding-top:5px;
}

#cms_body_right
{
	float:left;
	width:300px;
}

/* --------------------------------------------
 *                 parts
 * -------------------------------------------- */
#cms_parts_logo
{
	width: 100% ;
	height: 92px ;
	position: relative ;
	background-image: url(https://cms.fudousan-web.jp/user/782/pc/image/topbunner.jpg);
	background-position: top left ;
	background-repeat: no-repeat ;
	border-top: 1px solid #bae2ea ;/* バグ対応 */
}
#cms_parts_logo img{
	border:none;
}

.cms_element_header_logo,
.cms_bind_header_logo
{
	width: 300px ;
	margin: 8px 0px 0px 30px ;
	overflow:hidden;
}
.cms_element_header_logo a,
.cms_bind_header_logo a
{
	display: block ;
	height: 70px ;
}

/**電話とメールの枠**/
#cms_parts_sitedesc
{
	position:absolute;
	right: 0px;
	top: 56px;
	width:480px;
	height:60px;
	font-family: "ＭＳ ゴシック",monospace;
	margin-bottom:10px;
	color:#000000;
	display:none;
}

/**電話番号**/
#cms_parts_sitedesc_tel
{
	position:absolute;
	top: 0px;
	right:0px;
	width:200px;
	height:28px;
	font-family: "ＭＳ ゴシック",monospace;
	font-size:18px;
	font-weight:bold;
	text-align:right;
	line-height:24px;
}

/**フリーダイアル**/
#cms_parts_sitedesc_freedial
{
	position:absolute;
	top:0px;
	right:0px;
	width:170px;
	height:28px;
	font-family: "ＭＳ ゴシック",monospace;
	font-size:18px;
	font-weight:bold;
	text-align:right;
	background:url('https://myogi.jp/template/06/icon_tel.gif') no-repeat;
	line-height:24px;
}

/**メールアドレス**/
#cms_parts_sitedesc_icon
{
	position:absolute;
	right:0px;
	bottom:2px;
	width:162px;
	height:32px;
}



#cms_parts_sitedesc_icon a{
	position:absolute;
	display:block;
	width:155px;
	height:25px;
	background:url('https://myogi.jp/template/06/mail.gif') no-repeat;
	text-indent:-9999px;
}

#cms_parts_sitedesc_icon a:active,
#cms_parts_sitedesc_icon a:focus,
#cms_parts_sitedesc_icon a:hover{
	position:absolute;
	display:block;
	width:155px;
	height:25px;
	background:url('https://myogi.jp/template/06/mail_r.gif') no-repeat;
	text-indent:-9999px;
}

/**お気に入り**/
#cms_parts_favorite
{
	position:absolute;
	top:0px;
	right:0;
	height: 32px;
}

/**コピーライト**/
#cms_parts_copyright
{
	clear:both;
	height:0px;
	color:white;
	font-weight:bold;
	padding:0px;
	text-align:center;
/*	background:url('https://myogi.jp/template/06/footer.png') no-repeat top; */
}

/**コピーライト(文言)**/
.cms_element_header_copyrights,
.cms_bind_header_copyrights
{
	font-family: "ＭＳ ゴシック",monospace;
	display:none;
}

/* --------------------------------------------
 *                 ナビゲーションバナー
 * -------------------------------------------- */
#cms_parts_navi{
	height: 38px ;
	margin: 0px auto ;
	padding-bottom: 8px ;
}
#cms_parts_navi:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
#cms_parts_navi ul {
	list-style-type: none ;
}
#cms_parts_navi ul li {
	float: left;
	width: 190px ;
	height: 38px ;
}
#cms_parts_navi ul li.home {
	width: 188px ;
}


/* --------------------------------------------
 *        カスタムメニュー
 * -------------------------------------------- */
#custom_menu_kodawari {
	clear: both ;
    display: none ;
	position:relative;
	margin-bottom: 10px ;
}
#custom_menu_kodawari .custom_menu_title {
}
#custom_menu_kodawari ul {
	list-style-type: none ;
	padding-top: 5px ;
}
#custom_menu_kodawari ul li{
	float: left ;
}
#custom_menu_kodawari ul li a {
	display: block;
	width:131px;
	height: 95px ;
	text-indent:-500%;
	background-position: top left ;
	background-repeat: no-repeat ;
	margin-left: 5px ;
	overflow:hidden;
}
#custom_menu_kodawari ul li.list_1 a{ background-image: url(https://cms.fudousan-web.jp/user/782/pc/image/va_01_off.jpg); margin-left: 0px ; }
#custom_menu_kodawari ul li.list_2 a{ background-image: url(https://cms.fudousan-web.jp/user/782/pc/image/va_02_off.jpg); }
#custom_menu_kodawari ul li.list_3 a{ background-image: url(https://cms.fudousan-web.jp/user/782/pc/image/va_03_off.jpg); }
#custom_menu_kodawari ul li.list_4 a{ background-image: url(https://cms.fudousan-web.jp/user/782/pc/image/va_04_off.jpg); }
#custom_menu_kodawari ul li.list_5 a{ background-image: url(https://cms.fudousan-web.jp/user/782/pc/image/va_05_off.jpg); }
#custom_menu_kodawari ul li.list_6 a{ background-image: url(https://cms.fudousan-web.jp/user/782/pc/image/va_06_off.jpg); }
#custom_menu_kodawari ul li.list_7 a{ background-image: url(https://cms.fudousan-web.jp/user/782/pc/image/va_07_off.jpg); }
#custom_menu_kodawari ul li.list_1 a:hover{ background-image: url(https://cms.fudousan-web.jp/user/782/pc/image/va_01_on.jpg); }
#custom_menu_kodawari ul li.list_2 a:hover{ background-image: url(https://cms.fudousan-web.jp/user/782/pc/image/va_02_on.jpg); }
#custom_menu_kodawari ul li.list_3 a:hover{ background-image: url(https://cms.fudousan-web.jp/user/782/pc/image/va_03_on.jpg); }
#custom_menu_kodawari ul li.list_4 a:hover{ background-image: url(https://cms.fudousan-web.jp/user/782/pc/image/va_04_on.jpg); }
#custom_menu_kodawari ul li.list_5 a:hover{ background-image: url(https://cms.fudousan-web.jp/user/782/pc/image/va_05_on.jpg); }
#custom_menu_kodawari ul li.list_6 a:hover{ background-image: url(https://cms.fudousan-web.jp/user/782/pc/image/va_06_on.jpg); }
#custom_menu_kodawari ul li.list_7 a:hover{ background-image: url(https://cms.fudousan-web.jp/user/782/pc/image/va_07_on.jpg); }
#custom_menu_kodawari:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

.top_trackmap1 {
	padding-bottom: 10px;
}
.top_trackmap2 {
	padding-bottom: 20px;
}

/* --------------------------------------------
 *                 物件バナー
 * -------------------------------------------- */
#cms_parts_banner
{
/*
	position:absolute;
	top: 137px;
	width: 984px;
	height: 56px;
	display:block;
	clear:both;
	margin-bottom:20px;
*/
}

ul#cms_parts_banner
{
	list-style:none;
}

ul#cms_parts_banner li {
	float: left;
}

#cms_parts_banner1
{
	clear:both;
	float:left;
}

#cms_parts_banner1 * {
	margin: 0;
}

#cms_parts_banner1 ul {
	float:left;
	list-style: none;
	height:45px;
}

#cms_parts_banner1 ul li {
	float: left;
}

#cms_parts_banner2
{
	float:left;
}

#cms_parts_banner2 * {
	margin: 0;
}

#cms_parts_banner2 ul {
	float:left;
	list-style: none;
	height:45px;
}

#cms_parts_banner2 ul li {
	float: left;
}

#cms_parts_banner1 li span,
#cms_parts_banner1 li a,
#cms_parts_banner2 li span,
#cms_parts_banner2 li a

{
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
}

#cms_parts_banner1 li.cms_bukken_rt span {
	width: 83px;
	height: 45px;
	background:url('https://myogi.jp/template/06/but_rent_01.gif') no-repeat;
}

#cms_parts_banner1 li.cms_bukken_rt_apt a
{
	width: 119px;
	height: 45px;
	background:url('https://myogi.jp/template/06/but_rent_02.gif') no-repeat;
}

#cms_parts_banner1 li.cms_bukken_rt_apt a:active,
#cms_parts_banner1 li.cms_bukken_rt_apt a:focus,
#cms_parts_banner1 li.cms_bukken_rt_apt a:hover {
	background: url('https://myogi.jp/template/06/but_rent_02_r.gif') no-repeat;
}

#cms_parts_banner1 li.cms_bukken_rt_mly a
{
	width: 92px;
	height: 45px;
	background:url('https://myogi.jp/template/06/but_rent_03.gif') no-repeat;
}

#cms_parts_banner1 li.cms_bukken_rt_mly a:active,
#cms_parts_banner1 li.cms_bukken_rt_mly a:focus,
#cms_parts_banner1 li.cms_bukken_rt_mly a:hover {
	background: url('https://myogi.jp/template/06/but_rent_03_r.gif') no-repeat;
}

#cms_parts_banner1 li.cms_bukken_rt_prk a
{
	width: 64px;
	height: 45px;
	background:url('https://myogi.jp/template/06/but_rent_04.gif') no-repeat;
}

#cms_parts_banner1 li.cms_bukken_rt_prk a:active,
#cms_parts_banner1 li.cms_bukken_rt_prk a:focus,
#cms_parts_banner1 li.cms_bukken_rt_prk a:hover {
	background: url('https://myogi.jp/template/06/but_rent_04_r.gif') no-repeat;
}

#cms_parts_banner1 li.cms_bukken_rt_ofc a
{
	width: 64px;
	height: 45px;
	background:url('https://myogi.jp/template/06/but_rent_05.gif') no-repeat;
}

#cms_parts_banner1 li.cms_bukken_rt_ofc a:active,
#cms_parts_banner1 li.cms_bukken_rt_ofc a:focus,
#cms_parts_banner1 li.cms_bukken_rt_ofc a:hover {
	background: url('https://myogi.jp/template/06/but_rent_05_r.gif') no-repeat;
}

#cms_parts_banner1 li.cms_bukken_rt_shp a
{
	width: 54px;
	height: 45px;
	background:url('https://myogi.jp/template/06/but_rent_06.gif') no-repeat;
}

#cms_parts_banner1 li.cms_bukken_rt_shp a:active,
#cms_parts_banner1 li.cms_bukken_rt_shp a:focus,
#cms_parts_banner1 li.cms_bukken_rt_shp a:hover {
	background: url('https://myogi.jp/template/06/but_rent_06_r.gif') no-repeat;
}

#cms_parts_banner1 li.cms_bukken_rt_wrh a
{
	width: 54px;
	height: 45px;
	background:url('https://myogi.jp/template/06/but_rent_07.gif') no-repeat;
}

#cms_parts_banner1 li.cms_bukken_rt_wrh a:active,
#cms_parts_banner1 li.cms_bukken_rt_wrh a:focus,
#cms_parts_banner1 li.cms_bukken_rt_wrh a:hover {
	background: url('https://myogi.jp/template/06/but_rent_07_r.gif') no-repeat;
}

#cms_parts_banner2 li.cms_bukken_by span {
	width: 73px;
	height: 45px;
	background:url('https://myogi.jp/template/06/but_buy_01.gif') no-repeat;
}

#cms_parts_banner2 li.cms_bukken_by_apt_usd a
{
	width: 89px;
	height: 45px;
	background:url('https://myogi.jp/template/06/but_buy_02.gif') no-repeat;
}

#cms_parts_banner2 li.cms_bukken_by_apt_usd a:active,
#cms_parts_banner2 li.cms_bukken_by_apt_usd a:focus,
#cms_parts_banner2 li.cms_bukken_by_apt_usd a:hover {
	background: url('https://myogi.jp/template/06/but_buy_02_r.gif') no-repeat;
}

#cms_parts_banner2 li.cms_bukken_by_dtc_new a
{
	width: 89px;
	height: 45px;
	background:url('https://myogi.jp/template/06/but_buy_03.gif') no-repeat;
}

#cms_parts_banner2 li.cms_bukken_by_dtc_new a:active,
#cms_parts_banner2 li.cms_bukken_by_dtc_new a:focus,
#cms_parts_banner2 li.cms_bukken_by_dtc_new a:hover {
	background: url('https://myogi.jp/template/06/but_buy_03_r.gif') no-repeat;
}

#cms_parts_banner2 li.cms_bukken_by_dtc_usd a
{
	width: 89px;
	height: 45px;
	background:url('https://myogi.jp/template/06/but_buy_04.gif') no-repeat;
}

#cms_parts_banner2 li.cms_bukken_by_dtc_usd a:active,
#cms_parts_banner2 li.cms_bukken_by_dtc_usd a:focus,
#cms_parts_banner2 li.cms_bukken_by_dtc_usd a:hover {
	background: url('https://myogi.jp/template/06/but_buy_04_r.gif') no-repeat;
}

#cms_parts_banner2 li.cms_bukken_by_lnd a
{
	width: 69px;
	height: 45px;
	background:url('https://myogi.jp/template/06/but_buy_05.gif') no-repeat;
}

#cms_parts_banner2 li.cms_bukken_by_lnd a:active,
#cms_parts_banner2 li.cms_bukken_by_lnd a:focus,
#cms_parts_banner2 li.cms_bukken_by_lnd a:hover {
	background: url('https://myogi.jp/template/06/but_buy_05_r.gif') no-repeat;
}

#cms_parts_banner1 li.cms_bukken_tail span {
	width: 1px;
	height: 45px;
	background:url('https://myogi.jp/template/06/category_tail.gif') no-repeat;
	background-position:0px 1px;
}

#cms_parts_banner2 li.cms_bukken_tail span {
	width: 1px;
	height: 45px;
	background:url('https://myogi.jp/template/06/category_tail.gif') no-repeat;
	background-position:0px 1px;
}

#cms_parts_banner1 ul li.cms_list_type_default {
	padding-left:1px;
	background: url('https://myogi.jp/template/06/category_separator.gif') no-repeat;
	background-position:0px 1px;
}

#cms_parts_banner2 ul li.cms_list_type_default {
	padding-left:1px;
	background: url('https://myogi.jp/template/06/category_separator.gif') no-repeat;
	background-position:0px 1px;
}

/* --------------------------------------------
 *                 マイアドパーク
 * -------------------------------------------- */
#cms_parts_favorite ul {
	list-style: none;
}

#cms_parts_favorite ul li {
	float: left;
	margin-left:4px;
}

#cms_parts_favorite li.cms_favorite_help a
{
	width: 110px;
	height: 26px;
	display: block;
	background:url('https://myogi.jp/template/06/top_use.gif') no-repeat center;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
}

#cms_parts_favorite li.cms_favorite_list a
{
	width: 139px;
	height: 26px;
	display: block;
	background:url('https://myogi.jp/template/06/top_okini.gif') no-repeat;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
}

#cms_parts_favorite li.cms_favorite_condition a
{
	width: 165px;
	height: 26px;
	display: block;
	background:url('https://myogi.jp/template/06/top_kensaku.gif') no-repeat;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
}

/* --------------------------------------------
 *                 フッターメニュー
 * -------------------------------------------- */
#cms_parts_menu
{
	list-style:none;
	padding-top:12px;
	padding-bottom:4px;
	text-align:center;
	background:url('https://myogi.jp/template/06/tab_underbar.gif') top repeat-x;
}

#cms_parts_menu li
{
	padding: 0px 7px;
	display: inline;
}

#cms_parts_menu li.cms_list_type_default
{
	background: url('https://myogi.jp/template/06/separator.png') no-repeat;
	background-position:left center;
}

#cms_parts_menu li a
{
	font-family: "ＭＳ ゴシック",monospace;
}

#cms_parts_menu01,
#cms_parts_menu02,
#cms_parts_menu03,
#cms_parts_menu04,
#cms_parts_menu_contact {
	position: absolute ;
	list-style-type: none ;
}
#cms_parts_menu01 		{ top: 49px; left:  16px;}
#cms_parts_menu02 		{ top: 49px; left: 193px;}
#cms_parts_menu03 		{ top: 49px; left: 371px;}
#cms_parts_menu04 		{ top: 49px; left: 572px;}
#cms_parts_menu_contact { top: 34px; right: 16px;}

#cms_parts_menu01 li a,
#cms_parts_menu02 li a,
#cms_parts_menu03 li a,
#cms_parts_menu04 li a {
	display: block ;
	width: 135px ;
	height: 20px ;
	text-indent: 100% ;
	white-space: nowrap ;
	margin-bottom: 1px ;
	overflow: hidden ;
}
#cms_parts_menu02 li a {
	margin-bottom: 2px ;
}
#cms_parts_menu03 li a,
#cms_parts_menu04 li a {
	width: 170px ;
}
#cms_parts_menu_contact a {
	display: block ;
	width: 140px ;
	height: 83px ;
	text-indent: 100% ;
	white-space: nowrap ;
	overflow: hidden ;
}






/* --------------------------------------------
 *                 汎用block
 * -------------------------------------------- */
.cms_block
{
	margin: 0px;
/*	
	padding-top: 4px;
	width:308px;
*/
}

.cms_block_default_title
{
	text-align:center;
	font-size:14px;
	font-weight:bold;
	height:20px;
	line-height:18px;
	background-position:bottom;
	background-image:url(https://myogi.jp/template/06/l4_midasi_cont.gif);
	background-repeat: no-repeat;
	color:white;
}

.cms_block_default_left
{
	padding-top: 0px;
	padding-left: 10px;
	width:4px;
	background-image:url(https://myogi.jp/template/06/block_frame.png);
	background-position: left;
	background-repeat: repeat-y;
}

.cms_block_default_center
{
	padding-top: 2px;
	/* width:188px; */
	width:308px;
	border-top:solid white 0px;
	border-bottom:solid white 0px;
}

.cms_block_default_center ul
{
	list-style:none;
	margin-left:0px;
}

.cms_block_default_center ul li
{
	display:block;
	line-height:0px;
	/* padding-top:10px */
	padding-bottom:10px;
}

.cms_block_default_center ul li div
{
	line-height: 20px;
}

.cms_block_default_center ul li img
{
	border:0px;
}

.cms_block_default_right
{
	background-image:url(https://myogi.jp/template/06/block_frame.png);
	background-position: right;
	background-repeat: repeat-y;
}

.cms_block_default_footer
{
	clear:both;
	/*
	height:4px;
	background-image:url(https://myogi.jp/template/06/block_frame.png);
	background-position: top;
	background-repeat: repeat-x;
	*/
	overflow: hidden;
}

.cms_block_default_image
{
	width:188px;
	border:none;
	display:block;
	margin:auto;
	padding-left:0px;
	padding-bottom:10px;
}

/* アメニティオリジナルブロック */

#aside_menu div,
#aside_acces div,
#aside_acces {
	margin: 0px ;
	padding: 0px ;
	background: none ;
	border: 0px ;
}
#aside_acces {
	padding-top: 20px ;
}
#aside_menu ul {
	padding-bottom: 5px ;
	list-style-type: none ;
}
#aside_menu ul li {
	margin: 0px ;
	padding: 0px ;
}
#aside_menu ul li a {
	display: block ;
	width: 306px ;
	height: 76px ;
	text-indent: 100% ;
	white-space: nowrap ;
	background-position: top left ;
	background-repeat: no-repeat ;
	overflow: hidden ;
}
#aside_menu ul li.osusume_list a{ background-image: url(https://cms.fudousan-web.jp/user/782/pc/image/b_r_01_off.jpg);}
#aside_menu ul li.voice a 		{ background-image: url(https://cms.fudousan-web.jp/user/782/pc/image/b_r_02_off.jpg);}
#aside_menu ul li.staffblog a 	{ background-image: url(https://cms.fudousan-web.jp/user/782/pc/image/b_r_03_off.jpg);}
#aside_menu ul li.komagoemap a 	{ background-image: url(https://cms.fudousan-web.jp/user/782/pc/image/b_r_04_off.jpg);}
#aside_menu ul li.facebook a 	{ background-image: url(https://cms.fudousan-web.jp/user/782/pc/image/b_r_05_off.jpg);}
#aside_menu ul li.office a 		{ background-image: url(https://cms.fudousan-web.jp/user/782/pc/image/b_r_06_off.jpg);}
#aside_menu ul li.osusume_list a:hover	{ background-image: url(https://cms.fudousan-web.jp/user/782/pc/image/b_r_01_on.jpg);}
#aside_menu ul li.voice a:hover 		{ background-image: url(https://cms.fudousan-web.jp/user/782/pc/image/b_r_02_on.jpg);}
#aside_menu ul li.staffblog a:hover 	{ background-image: url(https://cms.fudousan-web.jp/user/782/pc/image/b_r_03_on.jpg);}
#aside_menu ul li.komagoemap a:hover 	{ background-image: url(https://cms.fudousan-web.jp/user/782/pc/image/b_r_04_on.jpg);}
#aside_menu ul li.facebook a:hover 		{ background-image: url(https://cms.fudousan-web.jp/user/782/pc/image/b_r_05_on.jpg);}
#aside_menu ul li.office a:hover 		{ background-image: url(https://cms.fudousan-web.jp/user/782/pc/image/b_r_06_on.jpg);}



/* --------------------------------------------
 *                 アイコン
 * -------------------------------------------- */
.cms_block_icon_all
{
	float:right;
}

.cms_top_corner_new .cms_block_icon_all{
	margin-top:-38px;
	margin-right:15px;
	display:inline;
}

.cms_top_corner_osusume .cms_block_icon_all{
	margin-top:-38px;
	margin-right:15px;
	display:inline;
}

.cms_top_corner_topic .cms_block_icon_all{
	margin-top:-38px;
	margin-right:15px;
	display:inline;
}

.cms_top_corner_post .cms_block_icon_all{
	margin-top:-38px;
	margin-right:15px;
	display:inline;
}

.cms_block_icon_all a{
	background:url('https://myogi.jp/template/06/go_list.gif') no-repeat;
	text-indent:-9999px;
	display: block;
	text-decoration: none;
	overflow: hidden;
	margin-top:15px;
	height:28px;
	width:52px;
}

.cms_block_icon_all a:active,
.cms_block_icon_all a:focus,
.cms_block_icon_all a:hover{
	background:url('https://myogi.jp/template/06/go_list_r.gif') no-repeat;
	text-indent:-9999px;
	display: block;
	text-decoration: none;
	overflow: hidden;
	margin-top:15px;
	height:28px;
	width:52px;
}

.cms_corner_shop_all
{
	float:right;
	display:inline;
	margin-top:5px;
	margin-right:5px;
}

.cms_corner_shop_all a {
	background:url('https://myogi.jp/template/06/go_shoplist.gif') no-repeat;
	text-indent:-9999px;
	display: block;
	text-decoration: none;
	overflow: hidden;
	height:21px;
	width:82px;
}

.cms_corner_shop_all a:active,
.cms_corner_shop_all a:focus,
.cms_corner_shop_all a:hover{
	background:url('https://myogi.jp/template/06/go_shoplist_r.gif') no-repeat;
	text-indent:-9999px;
	display: block;
	text-decoration: none;
	overflow: hidden;
	height:21px;
	width:82px;
}

.cms_corner_sales_all
{
	float:right;
	display:inline;
	margin-top:5px;
	margin-right:5px;
}

.cms_corner_sales_all a {
	background:url('https://myogi.jp/template/06/go_saleslist.gif') no-repeat;
	text-indent:-9999px;
	display: block;
	text-decoration: none;
	overflow: hidden;
	height:21px;
	width:104px;
}

.cms_corner_sales_all a:active,

.cms_corner_sales_all a:focus,
.cms_corner_sales_all a:hover{
	background:url('https://myogi.jp/template/06/go_saleslist_r.gif') no-repeat;
	text-indent:-9999px;
	display: block;
	text-decoration: none;
	overflow: hidden;
	height:21px;
	width:104px;
}

.cms_block_icon_detail
{
	float:right;
	display:inline;
}

.cms_block_icon_detail a{
	background:url('https://myogi.jp/template/06/go_detail.gif') no-repeat;
	text-indent:-9999px;
	display: block;
	text-decoration: none;
	overflow: hidden;
	height:21px;
	width:52px;
	margin:8px 0px 4px 0px;
}

.cms_block_icon_detail a:active,
.cms_block_icon_detail a:focus,
.cms_block_icon_detail a:hover{
	background:url('https://myogi.jp/template/06/go_detail_r.gif') no-repeat;
	text-indent:-9999px;
	display: block;
	text-decoration: none;
	overflow: hidden;
	height:21px;
	width:52px;
	margin:8px 0px 4px 0px;
}

.cms_saleslist_corner_main .cms_block_icon_detail{
	margin-top:-37px;
	margin-right:8px;
}

.cms_shoplist_corner_main .cms_block_icon_detail{
	margin-top:-37px;
	margin-right:8px;
}

/* --------------------------------------------
 *                 定義済みblock
 * -------------------------------------------- */
/* --- railway ---*/
.cms_block_railway_title
{
	height:32px;
	background-position:bottom;
	background-image:url(https://myogi.jp/template/06/l1_sagasu_rosen.gif);
	background-repeat: no-repeat;
	border:solid #CCCCCC 1px;
}

.cms_block_railway_left
{
	padding-top: 0px;
	padding-left: 10px;
	width:4px;
	background-image:url(https://myogi.jp/template/06/block_frame.png);
	background-position: left;
	background-repeat: repeat-y;
}

.cms_block_railway_center
{
	/* width:186px; */
	width:280px;
	border-top:solid white 1px;
	border-bottom:solid white 1px;
}

.cms_block_railway_category
{
	font-weight:bold;
}

.cms_block_railway_center div ul
{
	list-style:none;
	margin-top:-4px;
	margin-bottom:6px;
}

.cms_block_railway_center div ul li
{
	display:block;
	line-height:0px;
	padding-top:8px;
}

.cms_block_railway_center div ul li div
{
	line-height: 14px;
	background-image:url(https://myogi.jp/template/06/icon_whatsnew.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding-left:16px;
}

.cms_block_railway_right
{
	background-image:url(https://myogi.jp/template/06/block_frame.png);
	background-position: right;
	background-repeat: repeat-y;
}

.cms_block_railway_footer
{
	clear:both;
	height:4px;
	background-image:url(https://myogi.jp/template/06/block_frame.png);
	background-position: top;
	background-repeat: repeat-x;
	overflow: hidden;
}

.cms_block_railway_select
{
	color:#666;
	text-decoration:underline;
	text-align:right;
	cursor:pointer;
	margin-bottom:4px;
}

/* --- station ---*/
.cms_block_station_title
{
	height:32px;
	background-position:bottom;
	background-image:url(https://myogi.jp/template/06/h_stationsearch_side.gif);
	background-repeat: no-repeat;
	border:solid #CCCCCC 1px;
}

.cms_block_station_left
{
	padding-top: 0px;
	padding-left: 10px;
	width:4px;
	background-image:url(https://myogi.jp/template/06/block_frame.png);
	background-position: left;
	background-repeat: repeat-y;
}

.cms_block_station_center
{
	/* width:186px; */
	width:280px;
	border-top:solid white 1px;
	border-bottom:solid white 1px;
}

.cms_block_station_category
{
	font-weight:bold;
}

.cms_block_station_center div ul
{
	list-style:none;
	margin-top:-4px;
	margin-bottom:6px;
}

.cms_block_station_center div ul li
{
	display:block;
	line-height:0px;
	padding-top:8px;
}

.cms_block_station_center div ul li div
{
	line-height: 14px;
	background-image:url(https://myogi.jp/template/06/icon_whatsnew.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding-left:16px;
}

.cms_block_station_right
{
	background-image:url(https://myogi.jp/template/06/block_frame.png);
	background-position: right;
	background-repeat: repeat-y;
}

.cms_block_station_footer
{
	clear:both;
	height:4px;
	background-image:url(https://myogi.jp/template/06/block_frame.png);
	background-position: top;
	background-repeat: repeat-x;
	overflow: hidden;
}

.cms_block_station_select
{
	color:#666;
	text-decoration:underline;
	text-align:right;
	cursor:pointer;
}

.cms_block_station_center div ul li div.cms_block_station_head
{
	font-weight:bold;
	background-image:none;
	padding-left:0px;

	margin-top:4px;
	padding-bottom:2px;
	border-bottom:1px dotted gray;
}

/* --- area ---*/
.cms_block_area_title
{
	height:34px;
	background-position:bottom;
	background-image:url(https://myogi.jp/template/06/l2_sagasu_area.gif);
	background-repeat: no-repeat;
	border:solid #CCCCCC 1px;
}

.cms_block_area_left
{
	padding-top: 0px;
	padding-left: 10px;
	width:4px;
	background-image:url(https://myogi.jp/template/06/block_frame.png);
	background-position: left;
	background-repeat: repeat-y;
}

.cms_block_area_center
{
	/* width:186px; */
	width:280px;
	border-top:solid white 1px;
	border-bottom:solid white 1px;
}

.cms_block_area_category
{
	font-weight:bold;
}

.cms_block_area_center div ul
{
	list-style:none;
	margin-top:-4px;
	margin-bottom:6px;
}

.cms_block_area_center div ul li
{
	display:block;
	line-height:0px;
	padding-top:10px;
}

.cms_block_area_center div ul li div
{
	line-height: 14px;
	background-image:url(https://myogi.jp/template/06/icon_whatsnew.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding-left:16px;
}

.cms_block_area_right
{
	background-image:url(https://myogi.jp/template/06/block_frame.png);
	background-position: right;
	background-repeat: repeat-y;
}

.cms_block_area_footer
{
	clear:both;
	height:4px;
	background-image:url(https://myogi.jp/template/06/block_frame.png);
	background-position: top;
	background-repeat: repeat-x;
	overflow: hidden;
}

.cms_block_area_select
{
	color:#666;
	text-decoration:underline;
	text-align:right;
	cursor:pointer;
}

.cms_block_area_center div ul li div.cms_block_area_head
{
	font-weight:bold;
	background-image:none;
	padding-left:0px;

	margin-top:4px;
	padding-bottom:2px;
	border-bottom:1px dotted gray;
}

/* --- mobile ---*/
.cms_block_mobile_title
{
	height:27px;
	background-position:bottom;
	background-image:url(https://myogi.jp/template/06/l5_keitai.png);
	background-repeat: no-repeat;
}

.cms_block_mobile_left
{
	padding-top: 0px;
	padding-left: 8px;
	width:4px;
	background-image:url(https://myogi.jp/template/06/block_frame.png);
	background-position: left;
	background-repeat: repeat-y;
}

.cms_block_mobile_center
{
	width:190px;
	border-top:solid white 1px;
	border-bottom:solid white 1px;
}

.cms_element_mobile_qrcode,
.cms_bind_mobile_qrcode
{
	float:left;
}

.cms_block_mobile_image
{
}

.cms_block_mobile_msg
{
	float:left;
	font-size:10px;
	line-height:18px;
}

.cms_block_mobile_right
{
	background-image:url(https://myogi.jp/template/06/block_frame.png);
	background-position: right;
	background-repeat: repeat-y;
}

.cms_block_mobile_footer
{
	clear:both;
	height:4px;
	background-image:url(https://myogi.jp/template/06/block_frame.png);
	background-position: top;
	background-repeat: repeat-x;
	overflow: hidden;
}

/* --- topic ---*/
.cms_block_topic_title
{
	height:25px;
	background-position:bottom;
	background-image:url(https://myogi.jp/template/06/l3_whatsnew.gif);
	background-repeat: no-repeat;
}

.cms_block_topic_left
{
	padding-top: 0px;
	padding-left: 8px;
	width:4px;
	background-image:url(https://myogi.jp/template/06/block_frame.png);
	background-position: left;
	background-repeat: repeat-y;
}

.cms_block_topic_center
{
	width:280px;
	border-top:solid white 1px;
	border-bottom:solid white 1px;
}

.cms_block_topic_right
{
	background-image:url(https://myogi.jp/template/06/block_frame.png);
	background-position: right;
	background-repeat: repeat-y;
}

.cms_block_topic_footer
{
	clear:both;
	height:4px;
	background-image:url(https://myogi.jp/template/06/block_frame.png);
	background-position: top;
	background-repeat: repeat-x;
	overflow: hidden;
}

.cms_block_topic_center li
{
	list-style-image: url(https://myogi.jp/template/06/icon_whatsnew.gif);
	list-style-position:outside;
	margin: 8px 0 0 20px;
	border-bottom:dotted 1px #cccccc;
}

/* --- post ---*/
.cms_block_post_title
{
	height:25px;
	background-position:bottom;
	background-image:url(https://myogi.jp/template/06/h_blog_side.gif);
	background-repeat: no-repeat;
}

.cms_block_post_left
{
	padding-top: 0px;
	padding-left: 8px;
	width:4px;
	background-image:url(https://myogi.jp/template/06/block_frame.png);
	background-position: left;
	background-repeat: repeat-y;
}

.cms_block_post_center
{
	width:280px;
	border-top:solid white 1px;
	border-bottom:solid white 1px;
}

.cms_block_post_right
{
	background-image:url(https://myogi.jp/template/06/block_frame.png);
	background-position: right;
	background-repeat: repeat-y;
}

.cms_block_post_footer
{
	clear:both;
	height:4px;
	background-image:url(https://myogi.jp/template/06/block_frame.png);
	background-position: top;
	background-repeat: repeat-x;
	overflow: hidden;
}

.cms_block_post_center li
{
	list-style-image: url(https://myogi.jp/template/06/icon_whatsnew.gif);
	list-style-position:outside;
	margin: 8px 0 0 20px;
	border-bottom:dotted 1px #cccccc;
}

/* --- sales ---*/
.cms_block_sales_title
{
	height:25px;
	background-position:bottom;
	background-image:url(https://myogi.jp/template/06/r_midasi_eigyo.gif);
	background-repeat: no-repeat;
}

.cms_block_sales_left
{
	padding-top: 0px;
	padding-left: 12px;
	width:4px;
	background-image:url(https://myogi.jp/template/06/block_frame.png);
	background-position: left;
	background-repeat: repeat-y;
}

.cms_block_sales_center
{
	width:280px;
	border-top:solid white 1px;
	border-bottom:solid white 1px;
}

.cms_block_sales_center ul
{
	list-style:none;
}

.cms_block_sales_center ul li
{
	display:block;
	line-height:0px;
	padding-top:10px;
}

.cms_block_sales_center ul li div
{
	line-height: 20px;
}

.cms_block_sales_right
{
	background-image:url(https://myogi.jp/template/06/block_frame.png);
	background-position: right;
	background-repeat: repeat-y;
}

.cms_block_sales_footer
{
	clear:both;
	height:4px;
	background-image:url(https://myogi.jp/template/06/block_frame.png);
	background-position: top;
	background-repeat: repeat-x;
	overflow: hidden;
}

/* --- shop ---*/
.cms_block_shop_title
{
	height:25px;
	background-position:bottom;
	background-image:url(https://myogi.jp/template/06/r_midasi_tenpo.gif);
	background-repeat: no-repeat;
}

.cms_block_shop_left
{
	padding-top: 0px;
	padding-left: 12px;
	width:4px;
	background-image:url(https://myogi.jp/template/06/block_frame.png);
	background-position: left;
	background-repeat: repeat-y;
}

.cms_block_shop_center
{
	width:280px;
	border-top:solid white 1px;
	border-bottom:solid white 1px;
}

.cms_block_shop_center ul
{
	list-style:none;
}

.cms_block_shop_center ul li
{
	display:block;
	line-height:0px;
	padding-top:10px;
}

.cms_block_shop_center ul li div
{
	line-height: 20px;
}

.cms_block_shop_right
{
	background-image:url(https://myogi.jp/template/06/block_frame.png);
	background-position: right;
	background-repeat: repeat-y;
}

.cms_block_shop_footer
{
	clear:both;
	height:4px;
	background-image:url(https://myogi.jp/template/06/block_frame.png);
	background-position: top;
	background-repeat: repeat-x;
	overflow: hidden;
}

/* --- 特集・物件検索 ---*/
ul.cms_block_bukken li
{
	display:block;
	line-height:0px;
}

ul.cms_block_bukken li a
{
	line-height: 20px;
}

ul.cms_block_tokushu li
{
	display:block;
	line-height:0px;
}

ul.cms_block_tokushu li a
{
	line-height: 20px;
}

/* --------------------------------------------
 *                 corner(汎用)
 * -------------------------------------------- */
.cms_corner_title_default
{
	height:24px;
	background-image:url(https://myogi.jp//image/header_default.gif);
	background-repeat: no-repeat;

	padding-left:24px;
	padding-top:6px;
}

.cms_corner_topic_all
{
	clear:both;
	text-align:right;
}

.cms_corner_icon_pagetop
{
	margin-top:10px;
	margin-bottom:4px;
	text-align:right;
}

/* --------------------------------------------
 *                 corner(top)
 * -------------------------------------------- */

/* --- サマリー ---*/
.cms_top_corner_summary
{
	/* height:128px; */
}

/* --- 路線 ---*/
.cms_top_corner_linemap
{
	height:430px;
	margin-bottom:10px;
}

.cms_top_corner_linemap img
{
	border:0px;
}

/* --- 物件 ---*/
.cms_top_corner_search
{
  background:url(https://myogi.jp/template/06/bg_center.png) repeat-y;
	margin-bottom:10px;
}

.cms_top_corner_search_header
{
	height:32px;
	background-image:url(https://myogi.jp/template/06/center1_kensaku.gif);
	background-repeat: no-repeat;
}

.cms_output_search
{
	padding:10px;
  background:url(https://myogi.jp/template/06/foot_center.png) left bottom no-repeat;
}

.cms_output_search table tr td
{
	vertical-align:top;
}

.cms_top_corner_search_item3
{
	float:left;
	padding-top:15px;
	padding-left:10px;
	padding-right:10px;
	/* width:130px; */
	width:185px;
}

.cms_top_corner_search_item3 a span{
	padding-left:20px;
	background:url('https://myogi.jp/template/06/icon_simple_arrow.gif') 1px no-repeat;
  background-position:0px 5px;
	display:block;
  font-size: 20px;
}

.cms_top_corner_search_item3 a img{
	padding-left:2em;
	width:118px;
	border:none;
}

/* --- 新着 ---*/
.cms_top_corner_new
{
/*	background:url(https://myogi.jp/template/06/foot_center.png) left bottom no-repeat; */
	margin-bottom:16px;
}

.cms_top_corner_new_header
{
	height:60px;
/*	background:url('https://myogi.jp/template/06/center2_new.gif') no-repeat; */
	background:url('https://cms.fudousan-web.jp/user/782/pc/image/ti_new_release.jpg') no-repeat;
}

.cms_output_new
{
	padding:10px 15px;
/*	background:url('https://myogi.jp/template/06/bg_center.png') repeat-y; */
}

.cms_output_new table
{
	border-collapse:collapse;
	border:solid 2px white;
}

.cms_output_new table tr td
{
	padding:0;
	vertical-align:top;
	border-bottom:solid #a1a1a1 1px;
}

.cms_top_corner_new_item3
{
	float:left;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:6px;
	/* width:140px; */
	width:180px;
}

.cms_top_corner_new_desc
{
	font-size:12px;
	line-height:18px;
}

.cms_top_corner_new_separator
{
	padding-top:1px;
	background:url('https://myogi.jp/template/06/dotted01.png') top repeat-x;
}

.cms_top_corner_new_link
{
	float:right;
}

.cms_top_corner_new_link a{
	background:url('https://myogi.jp/template/06/go_detail.gif') no-repeat;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	height:21px;
	width:52px;
}

.cms_top_corner_new_image
{
	width:120px;
	border:none;
	display:block;
	margin:auto;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:20px;
}

.cms_top_corner_new_left
{
	float:left;
	width:130px;
}

.cms_top_corner_new_right
{
	float:left;
	padding-left:10px;
	width:340px;
}

/* --- オススメ ---*/
.cms_top_corner_osusume
{
/*	background:url(https://myogi.jp/template/06/foot_center.png) left bottom no-repeat; */
	margin-bottom:16px;

}

.cms_top_corner_osusume_header
{
	height:60px;
/*	background:url('https://myogi.jp/template/06/center3_osusume.gif') no-repeat; */
	background:url('https://cms.fudousan-web.jp/user/782/pc/image/center3_osusume.gif') no-repeat;
}

.cms_output_osusume
{
	padding:10px 15px;
/*	background:url('https://myogi.jp/template/06/bg_center.png') repeat-y; */
}

.cms_output_osusume table
{
	border-collapse:collapse;
	border:solid 2px white;
}

.cms_output_osusume table tr td
{
	padding:0;
	vertical-align:top;
	border-bottom:solid #a1a1a1 1px;
}

.cms_top_corner_osusume_item3
{
	float:left;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:6px;
	/* width:140px; */
        width:180px;
}

.cms_top_corner_osusume_desc
{
	font-size:12px;
	line-height:18px;
}

.cms_top_corner_osusume_separator
{
	padding-top:1px;
	background:url('https://myogi.jp/template/06/dotted01.png') top repeat-x;
}

.cms_top_corner_osusume_link
{
	float:right;
}

.cms_top_corner_osusume_link a{
	background:url('https://myogi.jp/template/06/go_detail.gif') no-repeat;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	height:21px;
	width:52px;
}

.cms_top_corner_osusume_image
{
	width:120px;
	border:none;
	display:block;
	margin:auto;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:20px;
}

.cms_top_corner_osusume_left
{
	float:left;
	width:130px;
}

.cms_top_corner_osusume_right
{
	float:left;
	padding-left:10px;
	width:340px;
}

/* --- 特集 ---*/
.cms_top_corner_tokushu
{
	margin-bottom:10px;
	background:url('https://myogi.jp/template/06/bg_center.png') repeat-y;
	display:none;
}

.cms_top_corner_tokushu_header
{
	height:32px;
	background-image:url(https://myogi.jp/template/06/center4_tokusyuu.gif);
	background-repeat: no-repeat;
}

.cms_output_tokushu
{
	background:url('https://myogi.jp/template/06/foot_center.png') left bottom no-repeat;
}

.cms_output_tokushu table
{
	margin:5px;
	border-collapse:collapse;
	border:solid 1px white;
}

.cms_output_tokushu table tr td
{
	padding:0;
	vertical-align:top;
	border:dotted #CCCCCC 1px;
}

.cms_top_corner_tokushu_item4
{
	float:left;
	padding-top:10px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:10px;
	/* width:112px; */
  width:150px;
	/* font-size:16px; */
	font-size:25px;
	text-align:center;
}

.cms_top_corner_tokushu_item4 a span{
}

.cms_top_corner_tokushu_item4 a img{
	padding-left:2px;
	width:96px;
	border:none;
}

/* --- トピックス ---*/
.cms_top_corner_topic
{
/*	background:url('https://myogi.jp/template/06/foot_center.png') left bottom no-repeat; */
	margin-bottom:16px;
}

.cms_top_corner_topic_header
{
	height:60px;
	/* background-image:url(https://myogi.jp/template/06/center5_whatsnew.gif); 新着トピックス */
	background-image:url(https://cms.fudousan-web.jp/user/782/pc/image/ti_new_topick.jpg);
	background-repeat: no-repeat;
}

.cms_output_topic
{
/*	background:url('https://myogi.jp/template/06/bg_center.png') repeat-y; */
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
}

.cms_output_topic table
{
	width:620px;
}

.cms_output_topic table tr{
}

.cms_output_topic table tr.cms_top_corner_topic_first_tr{
	background:none;
}

.cms_output_topic table td{
  border-bottom:dotted #A8A8A8 1px;
}

.cms_top_corner_topic_date
{
  padding-left:20px;
  background-image:url(https://myogi.jp/template/06/icon_whatsnew.gif);
  background-repeat: no-repeat;
  background-position:0px 4px;
  vertical-align:top;
  width:65px;
}

/* --- 投稿 ---*/
.cms_top_corner_post
{
	position:relative;
/*	background:url('https://myogi.jp/template/06/foot_center.png') left bottom no-repeat; */
	margin-bottom:16px;
}

.cms_top_corner_post_header
{
	height:60px;
	background-image:url(https://cms.fudousan-web.jp/user/782/pc/image/ti_staff_blog.jpg); /* ブログ*/
/*	background-image:url(https://myogi.jp/template/06/h_blog_center.gif); /* ブログ*/
	background-repeat: no-repeat;
}

.cms_block_icon_rss
{
	display:block;
	position:absolute;
	top:8px;
	right:14px;
	width:14px;
	height:14px;
	background-image:url(https://myogi.jp/template/06/feed-icon-14x14.png);
	background-repeat:no-repeat;
	text-indent: -9999px;
}

.cms_output_post
{
/*	background:url('https://myogi.jp/template/06/bg_center.png') repeat-y; */
	padding-left:8px;
	padding-right:8px;
	padding-bottom:10px;
}

.cms_output_post table
{
	/* width:490px; */
    width: 620px;
}

.cms_output_post table tr{
	vertical-align:top;
}

.cms_output_post table tr.cms_top_corner_post_first_tr{
	background:none;
}

.cms_output_post table td{
	border-bottom:dotted #A8A8A8 1px;
	padding-top:4px;
	padding-bottom:4px;
	vertical-align:top;
}

.cms_top_corner_post_image
{
	width:0px;
	height:90px;
}

.cms_top_corner_post_image img
{
	display:block;
	max-width:80px;
	max-height:80px;
	margin-left:0px;
	border:none;
}

*html .cms_top_corner_post_image img {
	display:block;
	width:80px;
	margin-left:0px;
	border:none;
}

.cms_top_corner_post_sub_header
{
	border-bottom:solid 2px #A8A8A8;
	margin-bottom:3px;
}

.cms_top_corner_post_body
{
	width:400px;
	word-wrap: break-word;
	overflow:auto;
}

.cms_top_corner_post_link
{
	float:right;
	padding-right:8px;
	padding-bottom:0px;
}

/* --------------------------------------------
 *                 corner(shoplist)
 * -------------------------------------------- */
.cms_shoplist_corner_summary
{
	height:128px;
}

.cms_shoplist_corner_main
{
}

.cms_shoplist_corner_main_header
{
	height:32px;
	background-image:url(https://myogi.jp/template/06/center8_shoplist.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
}

.cms_shoplist_corner_main_rowA
{
	border:solid #adbac3 1px;
	padding-bottom:40px;
}

.cms_shoplist_corner_main_rowB
{
	border:solid #adbac3 1px;
}

.cms_shoplist_corner_main_image
{
	float:left;
	padding-top:16px;
	padding-bottom:4px;
	width:180px;
}

.cms_shoplist_corner_main_image img
{
	width:150px;
	margin:0px auto 16px auto;
	border:none;
	display:block;
}

.cms_shoplist_corner_main_name
{
	padding-top:16px;
	font-size:18px;
	font-weight:bold;
	width:430px;
	height:30px;
	background:url('https://myogi.jp/template/06/line01.png') bottom repeat-x;
}

.cms_shoplist_corner_main_info
{
	float:left;
	width:320px;
}

.cms_shoplist_corner_main_desc
{
	padding-top:8px;
}

.cms_shoplist_corner_main_desc li
{
	line-height:16px;
	list-style: none;
}

.cms_shoplist_corner_main_msg
{
	margin-top:32px;
	line-height:16px;
}

/* --------------------------------------------
 *                 corner(shop)
 * -------------------------------------------- */
.cms_shop_corner_summary
{
	height:128px;
}

.cms_shop_corner_main
{
}

.cms_shop_corner_main_header
{
	height:32px;
/*	background-image:url(https://myogi.jp/template/06/center9_shop.png); */
	background-image:url(https://myogi.jp/template/06/center9_shop.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
}

.cms_element_shop_info,
.cms_bind_shop_info
{
	border:solid #adbac3 1px;
	padding-bottom:35px;
}

/*\*/
* html .cms_element_shop_info,
* html .cms_bind_shop_info
{
	height:1%;
	position:relative;
	padding-bottom:10px;
}
/**/

.cms_shop_corner_main_image
{
	padding-top:16px;
	padding-bottom:4px;
	float:left;
	width:190px;
}

.cms_shop_corner_main_image img
{
	width:160px;
	margin:0px auto 16px auto;
	border:none;
	display:block;
}

.cms_shop_corner_main_name
{
	font-size:18px;
	font-weight:bold;
	height:30px;
	padding-top:16px;
	width:420px;
	color:#4E4C1E;
	background:url('https://myogi.jp/template/06/line01.png') bottom repeat-x;
}

.cms_shop_corner_main_info
{
	float:left;
	width:300px;
}

.cms_shop_corner_main_desc
{
	padding-top:8px;
}

.cms_shop_corner_main_desc li
{
	line-height:16px;
	list-style: none;
}

.cms_shop_corner_main_msg
{
	margin-top:32px;
	line-height:16px;
}

.cms_shop_corner_map
{
	width:460px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.cms_shop_corner_map_text
{
	text-align:left;
}

.cms_shop_corner_map iframe
{
	padding-top:10px;
	width:460px;
	height:350px;
}

/* --------------------------------------------
 *                 corner(saleslist)
 * -------------------------------------------- */
.cms_saleslist_corner_summary
{
	height:128px;
}

.cms_saleslist_corner_main
{
}

.cms_saleslist_corner_main_header
{
	height:32px;
	background-image:url(https://myogi.jp/template/06/center7_saleslist.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
}

.cms_saleslist_corner_main_rowA
{
	border:solid #adbac3 1px;
	padding-bottom:40px;
}

.cms_saleslist_corner_main_rowB
{
	border:solid #adbac3 1px;
}

.cms_saleslist_corner_main_image
{
	float:left;
	width:180px;
	min-height:10px;
}

.cms_saleslist_corner_main_image img
{
	padding-top:16px;
	padding-bottom:4px;
	width:150px;
	margin:auto;
	border:none;
	display:block;
}

.cms_saleslist_corner_main_name
{
	padding-top:16px;
	font-size:18px;
	font-weight:bold;
	width:420px;
	height:30px;
	background:url('https://myogi.jp/template/06/line01.png') bottom repeat-x;
}

.cms_saleslist_corner_main_info
{
	float:left;
	width:410px;
}

.cms_saleslist_corner_main_desc
{
	padding-top:8px;
}

.cms_saleslist_corner_main_desc li
{
	line-height:16px;
	list-style: none;
}

.cms_saleslist_corner_main_msg
{
	margin-top:32px;
	line-height:16px;
}

.cms_saleslist_corner_main_profiletitle
{
	font-size:12px;
	font-weight:bold;
	margin-top:20px;
	line-height:18px;
	color:#6E6E3E;
	border-bottom:solid #6E6E3E 2px
}

.cms_saleslist_corner_main_profile
{
	font-size:10px;
	line-height:14px;
	margin-top:6px;
}

/* --------------------------------------------
 *                 corner(sales)
 * -------------------------------------------- */
.cms_sales_corner_summary
{
	height:128px;
}

.cms_sales_corner_main
{
}

.cms_sales_corner_main_header
{
	height:32px;
	background-image:url(https://myogi.jp/template/06/center10_sales.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
}

.cms_element_sales_info,
.cms_bind_sales_info
{
	border:solid #CCCCCC 1px;
	padding-bottom:35px;
}

/*\*/
* html .cms_element_sales_info,
* html .cms_bind_sales_info
{
	height:1%;
	position:relative;
	padding-bottom:10px;
}
/**/

.cms_sales_corner_main_image
{
	float:left;
	padding-top:16px;
	padding-bottom:4px;
	width:190px;
}

.cms_sales_corner_main_image img
{
	width:160px;
	margin:auto;
	border:none;
	display:block;
}

.cms_sales_corner_main_name
{
	font-size:18px;
	font-weight:bold;
	height:30px;
	padding-top:16px;
	color:#4E4C1E;
	background:url('https://myogi.jp/template/06/line01.png') bottom repeat-x;
}

.cms_sales_corner_main_info
{
	float:left;
	width:420px;
}

.cms_sales_corner_main_desc
{
	padding-top:8px;
}

.cms_sales_corner_main_msg
{
	margin-top:28px;
	line-height:16px;
}

.cms_sales_corner_main_profiletitle
{
	font-size:12px;
	font-weight:bold;
	margin-top:20px;
	line-height:18px;
	color:#6E6E3E;
	border-bottom:solid #6E6E3E 2px
}

.cms_sales_corner_main_profile
{
	font-size:10px;
	line-height:14px;
	margin-top:6px;
}

.cms_sales_corner_customer_header
{
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	color:#6E6E3E;
	border-bottom:solid #6E6E3E 2px
}

.cms_sales_corner_customer_row
{
	padding-top:20px;
}

.cms_sales_corner_customer_image
{
	float:left;
	width:190px;
	min-height:10px;
}

.cms_sales_corner_customer_image img
{
	width:140px;
	padding:0px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

.cms_sales_corner_customer_info
{
	float:left;
	width:420px;
}

.cms_sales_corner_customer_comment
{
	font-size:10px;
	line-height:14px;
	margin-top:6px;
}

.cms_sales_corner_main_desc li
{
	line-height:16px;
	list-style: none;
}

/* --------------------------------------------
 *                 corner(faq)
 * -------------------------------------------- */
.cms_faq_corner_summary
{
	height:128px;
}

.cms_faq_corner_main
{
	margin-bottom:32px;
	background:url(https://myogi.jp/template/06/bg_center.png) repeat-y;
}

.cms_faq_corner_main hr
{
	margin-left:10px;
	margin-right:10px;
}

.cms_faq_corner_main_header
{
	height:32px;
	background-image:url(https://myogi.jp/template/06/center6_faq.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
}

.cms_faq_corner_main_head
{
	padding-top:8px;
	padding-left:10px;
	padding-right:10px;
}

.cms_faq_corner_main_head div ol li
{
	display:block;
	padding-top:4px;
	padding-left:2px;
	border-bottom:dotted 1px #A9A9A9;
}

.cms_faq_corner_main_head div ol li a
{
	display:block;
	line-height:22px;
	padding-left:40px;
	padding-right:8px;
	background-image:url('https://myogi.jp/template/06/icon_question.png');
	background-repeat:no-repeat;
	background-position:0px 0px;
}

.cms_faq_corner_main_body
{
	background:url('https://myogi.jp/template/06/foot_center.png') bottom no-repeat;
	padding-bottom:14px;

	padding-left:10px;
	padding-right:10px;
}

.cms_faq_row_pair
{
	padding-top:4px;
	padding-bottom:28px;

	padding-left:2px;
}

.cms_faq_row_question
{
	padding-left:40px;
	padding-right:8px;
	line-height:28px;

	background-image:url('https://myogi.jp/template/06/icon_question.png');
	background-repeat:no-repeat;
	background-position:0px 3px;

	font-weight:bold;
	font-size:17px;
	color:#C88C70;

	border-bottom:dotted 1px #A9A9A9;
}

.cms_faq_row_answer
{
	margin-top:8px;
	padding-left:40px;
	line-height:20px;
	background:url('https://myogi.jp/template/06/icon_answer.png') no-repeat top left;
}

/* --------------------------------------------
 *                 corner(topiclist)
 * -------------------------------------------- */
.cms_topiclist_corner_summary
{
	height:128px;
}

.cms_topiclist_corner_main
{
	background:url('https://myogi.jp/template/06/foot_center.png') bottom no-repeat;
	margin-bottom:32px;
}

.cms_topiclist_corner_main_header
{
	height:32px;
	text-indent:-9999px;
	background-image:url(https://myogi.jp/template/06/center5_whatsnew.gif);
	background-repeat: no-repeat;
}

.cms_output_topic
{
	padding-top:8px;
	padding-left:8px;
	padding-right:8px;
}

.cms_output_topics tr{
	background:url('https://myogi.jp/template/06/dotted01.png') repeat-x;
}

/* --------------------------------------------
 *                 corner(newlist)
 * -------------------------------------------- */
.cms_newlist_corner_summary
{
	height:128px;
}

.cms_newlist_corner_main
{
	background:url(https://myogi.jp/template/06/foot_center.png) bottom no-repeat;
	margin-bottom:16px;
}

.cms_newlist_corner_main_header
{
	height:32px;
	background:url('https://myogi.jp/template/06/center2_new.gif') no-repeat;
	text-indent:-9999px;
}

/* --------------------------------------------
 *                 corner(osusumelist)
 * -------------------------------------------- */
.cms_osusumelist_corner_summary
{
	height:128px;
}

.cms_osusumelist_corner_main
{
	background:url(https://myogi.jp/template/06/foot_center.png) bottom no-repeat;
	margin-bottom:16px;
}

.cms_osusumelist_corner_main_header
{
	height:32px;
	background:url('https://myogi.jp/template/06/center3_osusume.gif') no-repeat;
	text-indent:-9999px;
}

/* --------------------------------------------
 *                 contact用
 * -------------------------------------------- */
div.cms_contact_corner_main_header
{
	height:32px;
	width:630px;
	font-size:14px;
	font-weight:bold;
	background-image:url(https://myogi.jp/template/06/center12_contact.gif);
	background-repeat: no-repeat;
	text-indent:25px;
	padding: 8px 0px 0px 0px;
}

div.cms_formitem
{
	background-image:url(https://myogi.jp/template/06/formbk.png);
	background-repeat: repeat-y;
}

/* --------------------------------------------
 *                 editor
 * -------------------------------------------- */
.mceNonEditable
{
	background-color:#ddd;
	border:dashed #aaa 3px;
}

.mceInvisible
{
	background-color:#ddd;
	border:dashed #f00 3px;
}

/* --------------------------------------------
 *                 custom
 * -------------------------------------------- */
li.cms_block_default_list {
	display:list-item;
	list-style-image:url('https://myogi.jp/template/06/icon_simple_arrow.gif');
	list-style-position:outside;
	margin: 0px 0px 0px 16px;
	padding-top:0px;
	width: auto;
	line-height:22px;
}

li.cms_block_default_list a {
	margin-left:0px;
}

ul.cms_block_default_list li {
	display:list-item;
	list-style-image:url('https://myogi.jp/template/06/icon_simple_arrow.gif');
	list-style-position:outside;
	margin: 0px 0px 0px 16px;
	padding-top:0px;
	width: auto;
	line-height:22px;
}

ul.cms_block_default_list li a {
	margin-left:0px;
}

/* --------------------------------------------
 *                 blog
 * -------------------------------------------- */
.widget_archive,.widget_categories,.widget_recent_entries,.widget_tag_cloud
{
	text-align:center;
	font-size:14px;
	font-weight:bold;
	background-position:left top;
	background-image:url(https://myogi.jp/template/06/l4_midasi_cont.gif);
	background-repeat: no-repeat;
	color:white;
	padding-top:1px;
}

.cms_blog_title
{
	
	background-image:url(https://myogi.jp/template/06/h_blog_title.gif);
	background-repeat: no-repeat;
	height:30px;
	margin:5px 0px 5px 5px;
}

.cms_blog_title a
{
	text-decoration:none;
	display:block;
	color:#FFFFFF;
	font-weight:bold;
	padding-left:32px;
	padding-top:6px;
}

.cms_blog_title a:visited
{
	text-decoration:none;
	color:#FFFFFF;
}

.cms_blog_title a:hover
{
	text-decoration:none;
	color:#FFFFFF;
}

.cms_blog_post_navi
{
	padding-top:8px;
	font-size:12px;
	text-align:center;
}

/* --- 投稿 ---*/
.cms_sales_corner_post_header
{
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	color:#6E6E3E;
	border-bottom:solid #6E6E3E 2px
}

.cms_output_sales_post
{
	margin-left:16px;
	margin-right:16px;
	padding-bottom:10px;
}

.cms_output_sales_post table
{
	width:480px;
}

.cms_output_sales_post table tr{
	vertical-align:top;
}

.cms_output_sales_post table tr.cms_sales_corner_post_first_tr{
	background:none;
}

.cms_output_sales_post table td{
	border-bottom:dotted #A8A8A8 1px;
	padding-top:4px;
	padding-bottom:4px;
	vertical-align:top;
}

.cms_sales_corner_post_image
{
	width:90px;
	height:90px;
}

.cms_sales_corner_post_image img
{
	display:block;
	max-width:80px;
	max-height:80px;
	margin-left:0px;
	border:none;
}

*html .cms_sales_corner_post_image img {
	display:block;
	width:80px;
	margin-left:0px;
	border:none;
}

.cms_sales_corner_post_sub_header
{
	border-bottom:solid 2px #A8A8A8;
	margin-bottom:3px;
}

.cms_sales_corner_post_body
{
	width:390px;
	word-wrap: break-word;
	overflow:auto;
}

.cms_sales_corner_post_link
{
	float:right;
	padding-right:8px;
	padding-bottom:0px;
}

/* --------------------------------------------
 *                 フォーム用
 * -------------------------------------------- */
.cms_block_form
{
	margin: 0px;
	padding-top: 4px;
	width:210px;
}

.cms_block_form_title
{
	text-align:center;
	font-size:14px;
	font-weight:bold;
	height:20px;
	line-height:18px;
	background-position:bottom;
	background-image:url(https://myogi.jp/template/06/l4_midasi_cont_f.gif);
	background-repeat: no-repeat;
	color:white;
}

.cms_block_form_left
{
	padding-top: 0px;
	padding-left: 10px;
	width:4px;
	background-image:url(https://myogi.jp/template/06/block_frame_f.png);
	background-position: left;
	background-repeat: repeat-y;
}

.cms_block_form_center
{
	padding-top: 2px;
	width:188px;
	border-top:solid white 1px;
	border-bottom:solid white 1px;
}

.cms_block_form_center ul
{
	list-style:none;
}

.cms_block_form_center ul li
{
	display:block;
	line-height:0px;
	padding-top:10px;
}

.cms_block_form_center ul li div
{
	line-height: 20px;
}

.cms_block_form_right
{
	background-image:url(https://myogi.jp/template/06/block_frame_f.png);
	background-position: right;
	background-repeat: repeat-y;
}

.cms_block_form_footer
{
	clear:both;
	height:4px;
	background-image:url(https://myogi.jp/template/06/block_frame_f.png);
	background-position: top;
	background-repeat: repeat-x;
	overflow: hidden;
}

.cms_block_form_image
{
	width:188px;
	border:none;
	display:block;
/*	margin:auto;*/
	padding-left:0px;
	padding-bottom:10px;
}

.link_list img{
	margin-bottom:10px;
	
}
.link_list a{
	width:100%;
	display:block;
	font-size:18px;
	font-weight:bold;
	line-height:26px;
	text-align:center;
}


/* --------------------------------------------
 *                 カスタムメニュー スライダー
 * -------------------------------------------- */
#custom_menu_slider {
	position:relative;
	height: 0px ;
	overflow: hidden ;
/*	height: 347px ;
	display:none; */
}
#custom_menu_slider .wrap_bxslider {
	float: left ;
	width: 605px ;
	height: 372px ;
	overflow: hidden ;
}
#custom_menu_slider .wrap_bxslider ul {
	list-style-type: none ;
}
#custom_menu_slider .wrap_bxslider ul li {
	width: 605px !important ;
	height: 347px ;
}
#custom_menu_slider .wrap_bxslider ul li.img_01 { background: url(https://cms.fudousan-web.jp/user/782/pc/image/slide_01.jpg) no-repeat; }
#custom_menu_slider .wrap_bxslider ul li.img_02 { background: url(https://cms.fudousan-web.jp/user/782/pc/image/slide_02.jpg) no-repeat; }
#custom_menu_slider .wrap_bxslider ul li.img_03 { background: url(https://cms.fudousan-web.jp/user/782/pc/image/slide_03.jpg) no-repeat; }

#custom_menu_slider .wrap_bxslider ul li a {
	float:left;
	display:block;
	width:302px;
	height:172px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
/* スライダー下●ボタン設定 */
.bx-wrapper .bx-pager {
	padding-top: 10px !important ;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: -15px !important ;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #ccc !important ;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #d1a75b !important ;
}

/* --------------------------------------------
 *                 カスタムメニュー スライダー右
 * -------------------------------------------- */
#custom_menu_slider_right{
	float: right ;
	width: 342px ;
	height: 342px ;
	background: url(https://cms.fudousan-web.jp/user/782/pc/image/top_menu.jpg) top left no-repeat;
	padding: 5px 0px 0px 2px ;
}
#custom_menu_slider_right a{
	float:left;
	display:block;
	width:166px;
	height:55px;
	text-indent:100%;
	white-space:nowrap;
	margin: 1px 0px 0px 2px ;
	overflow:hidden;
}


/* --------------------------------------------
 *                 左メニュー下の空白調整
 * -------------------------------------------- */
#cms_viewport{
	clear: both ;
	overflow:hidden;
	margin:0px auto 0px auto;
	width:950px;
}
#cms_viewport div{
}


/* --------------------------------------------
 *            各ページ用テーブル
 * -------------------------------------------- */
.table01 {
border: 1px solid #666;
}

.table01 th {
border-bottom: 1px solid #CCC;
border-right: 1px solid #CCC;
background: #DFE3E6;
padding: 3px;
}

.table01 td {
border-bottom: 1px solid #CCC;
bor
