
@media screen and (max-width: 640px) {
/* max-width: 768pxから更にスマートフォン用へ
最適化する箇所のスタイル記述 */

body {
}
.stage {
	margin: 0 auto;
	width: 100%;
}
#plist {
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 2px;
	background-color: #FFFFFF;
	border-bottom: 1px dotted #DCDCDC;
}
.li_end {
	margin-right:0px !important;
}
.li_end_smp {
	margin-right:0px !important;	
}
.smp_none {
	display: none;
}
#floating {
	display:none;
}
.smp_block {
	display:block;
}
	
/*緑ボタン*/
.gogreen {
	text-align: center;
	width: 100%;
	margin-top: 4%;
}
.gogreen  a {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	padding-top: 12px;
	padding-bottom: 10px;
	padding-left: 10%;
	padding-right: 10%;
	background-color: #6fba2c;
	color: #FFFFFF;
}
	
/* basicのスタイル記述 */
/* ========== header ========== */
header .stage {
	position:relative;
	height:auto;
	width:100%;
}
.subpage .stage {
	height:auto;
}
#header {
	width: 100%;
	height: auto;
}
#h1title {
	display:none;
}
#header .logo {
	float: none;
	width:100%;
	text-align:center;
	margin-left:0px;	
}
.logo img {
	width:90%;
	height:auto;
}
.headtel {
	display:none;
}
/* nav */
nav {
	position:static;
	background-color: #58b218;
	padding-top: 0px;
	margin-bottom: 2%;
}
#gnavi {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	float:none;
}
#gnavi li {
	float: left;
	width: 49.6%;
	border-right: none;
	margin-bottom: 1px;
}
#gnavi li .li_end {
	border-right: none;
}
#gnavi li a {
	display: block;
	text-align: left;
	padding-left: 25%;
	padding-top: 6%;
	padding-bottom: 4%;
	font-size: 13px;
	height: 20px;
	color: #5C9236;
	background-color: #FFFFFF;
	margin-right: 1px;
}
#gnavi li a:hover {
	background-color: #EFFFE4;
}
.gnavi01 {
	background-image: url(../img/ar_gnavi1.png);
	background-position: 5% center;
	background-repeat: no-repeat;
	background-size: auto 66%;
}
.gnavi02 {
	background-image: url(../img/ar_gnavi2b.png);
	background-position: 5% center;
	background-repeat: no-repeat;
	background-size: auto 66%;
}
.gnavi03 {
	background-image: url(../img/ar_gnavi3.png);
	background-position: 5% center;
	background-repeat: no-repeat;
	background-size: auto 66%;
}
.gnavi04 {
	background-image: url(../img/ar_gnavi4.png);
	background-position: 5% center;
	background-repeat: no-repeat;
	background-size: auto 66%;
}
.gnavi05 {
	background-image: url(../img/ar_gnavi5.png);
	background-position: 5% center;
	background-repeat: no-repeat;
	background-size: auto 66%;
}
.gnavi06 {
	background-image: url(../img/ar_gnavi6.png);
	background-position: 5% center;
	background-repeat: no-repeat;
	background-size: auto 66%;
}
/* ========== top ========== */
#top {
	display:none;
}
#top_smp {
	display:block;
	border-bottom: 1px solid #515151;
	width:100%;
	height:260px;
	overflow:hidden;
	text-align:center;
}
#top_smp .instage {
	width: 600px;
	height: 260px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
#subtop {
	display:block;
	border-bottom: 1px solid #515151;
	width:100%;
	height:130px;
	overflow:hidden;
	text-align:center;
}
#subtop .instage {
	width: 100%;
	height: 110px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}
#subtop .instage img {
	margin:0 auto;
}
/* ========== search ========== */
#search {
	position:static;
	width: 100%;
	clear:left;
	margin-bottom:25px;
}
#search .stage {
}
#search ul {
	border-top:1px solid #333333;	
}
#search li {
	float:none;
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom:1px solid #333333;
	margin-right:0px;
	background-color:#FFFFFF;
}
#search li a {
	width:80%;
	height:70px;
	display:block;
	color:#111111;
	font-size:11px;
	font-weight:bold;
	padding-left:20%;
	padding-top:4px;
	line-height:21px;
	text-align:left;
}
#search li a span {
	font-size:24px;
}
#search li a:hover {
	background-color: rgba(212,255,189,0.45);
}
.bt_search01 a {
	background-image:url(../img/search01.png);
	background-position:5% center;
	background-repeat:no-repeat;
	background-size:auto 75%;
	background-color:#FFFFFF;	
}
.bt_search02 a {
	background-image:url(../img/search02.png);
	background-position:5% center;
	background-repeat:no-repeat;
	background-size:auto 75%;
	background-color:#FFFFFF;	
}

.bt_search03 a {
	background-image:url(../img/search03.png);
	background-position:5% center;
	background-repeat:no-repeat;
	background-size:auto 75%;
	background-color:#FFFFFF;
}


/* ========== outline ========== */
#outline {
	margin-bottom:2%;
}
#outline .stage {
}
#outline .stage img {
	width:100%;
	margin-left:0;
	margin-right:0;
	margin-bottom:3%;
}
.outline_pc {
	display:none;
}
.outline_smp {
	display:block;
}


/* ========== hojin ========== */
#hojin {
	margin-bottom:2%;
}
#hojin .stage {
}
#hojin .stage img {
	width:94%;
	margin-left:3%;
	margin-right:3%;
	margin-bottom:3%;
}
.hojin_pc {
	display:none;
}
.hojin_smp {
	display:block;
}



/* ========== news ========== */
#news {
	margin-bottom:50px;
	background-image: url("../img/bk_title.png");
	padding-top: 4%;	
	padding-bottom: 2%;	
}
.news_left {
	float:none;
	width: 100%;
}

.news_bt {
	text-align: center;
	width: 100%;
}
.news_bt img {
	margin-bottom:4%;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	height: auto;
}
.news_left h4 {
	color: #FFFFFF;
	background-image: url("../img/bk_news_h3.png");
	background-position: right top;
	background-repeat: no-repeat;
	font-size: 21px;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 12px;
	height: 31px;
}
.news_left p {
	font-size: 18px;
	line-height: 1.6em;
	padding-left: 15px;
	padding-top: 8px;
	padding-bottom: 31px;
}
.news_left p a {
	text-decoration: underline;
	color: #003399;
}
.news_right {
	float:none;
	width: 100%;
}

.news_area {
	background-color: #FFFFFF;
	padding: 2%;
	margin-bottom: 4%;
}
.news_area h3 {
	color: #111111;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
	border-top: 10px solid #111111;
	border-bottom: 1px solid #111111;
}
.news_box {
	overflow: scroll;
	overflow-x: hidden;
	height: auto;
	padding-top: 4px;
	border-bottom: 1px solid #111111;
}
.news_box dl {
}
.news_box dt {
	font-weight: bold;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 4px;
	font-size:14px;
}
.news_box dd {
	margin-bottom: 14px;
	padding-right: 10px;
	padding-left: 10px;	
	/*color:#72bf44;*/
	font-size:14px;
}
.news_box dd a {
	color: #003399;
	text-decoration: underline;
}




/* ========== topix_rent ========== */
#topix1 {
	width:100%;
	padding-top: 1%;
	padding-bottom: 8%;
}
#topix1 .stage {	
}
#topix2 {
	width:100%;
	padding-top: 1%;
	padding-bottom: 8%;
}
#topix2 .stage {	
}
.topix_rent {
	margin-bottom:25px;
	padding-left: 2%;
	width: 96%;
	padding-right: 2%;
}
.topix_rent h2 {
	font-size: 18px;
	margin-bottom: 2%;
}
.topix_rent_area {
	border-top: 1% solid #52961d;
	border-left: 1% solid #52961d;
	border-right: 1% solid #52961d;
	border-bottom: 1% solid #52961d;
	width:94%;
	background-color: #FFFFFF;
	padding-left: 2%;
	padding-right: 2%;
	padding-top:3%;
}
.topix_rent_box {
	text-align: left;
	width: 90%;
	height: 280px;
	padding-top: 5px;
	float: left;
	margin-bottom: 15px;
	margin-left: 0;
	margin-right: 0;
}
.topix_rent_box h3 {
	font-size:12px;
	line-height: 16px;
	height:32px;
	font-weight:normal;
	text-decoration: none;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
.topix_rent_box a {
	color:#111111;
}
.topix_rent_box .photo {
	width: 98%;
	height: 160px;
	overflow: hidden;
	border: 0.5% solid #3b8e00;
	position: relative;
	margin-bottom:5px;
}
.topix_rent_box .photo img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.topix_rent_box .madorisize {
	background-color: #ff6600;
	color: #FFFFFF !important;
	font-size: 13px;
	font-weight:  normal;
	line-height: 15px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	text-align: center;
	width: 94%;
	height: 31px;
	padding-top: 5px;
	padding-left: 3%;
	padding-right: 3%;
}

.topix_rent_box .syozai {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	height: 15px;
	padding-top: 5px;
	overflow: hidden;
	word-spacing: -1px;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	margin-bottom: 2px;	
}


/* ========== topix_end ========== */
.topix_end {
	clear: both;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.topix_end a {
}
.topix_end img {
	width: 90%;
	height: auto;
	margin-right:4%;
}


/* ========== sell ========== */

#sell {
	padding-bottom: 4%;
	padding-top: 4%;
}
#sell h2 {
	font-size: 15px;
	line-height: 1.6em;
	font-weight: bold;
	text-align: left;
	margin-bottom: 2%;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#sell p {
	font-size: 14px;
	line-height: 1.8em;
	text-align: left;
	margin-bottom: 2%;
	width: 90%;
	margin-left: auto;
	margin-right: auto;	
}




/* ========== banner ========== */
#banner {
	display: block;
	margin-bottom:5px;
}
#banner .stage {
	width:100%;
}
#banner ul {
	padding-left:5%;
}
#banner li {
	width:45%;
	float:left;
	margin-right:5%;
	margin-bottom: 5%;
}
#banner li img {
	width:100%;
	height:auto;
}


/* ========== access ========== */
#access {
	margin-bottom:40px;	
}
#access h2 {
	color: #111111;
	font-size: 20px;
	line-height: 1.2em;
	font-weight: bold;
	padding-left: 65px;
	padding-top: 12px;
	margin-top: 15px;
	margin-bottom:10px;
	height: 50px;
	background-image: url(../img/ar_topix_rent.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.access_info {
	background-color:#111111;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:15px;
}
.access_info p {
	color:#FFFFFF;
	font-size:14px;
	line-height:1.7em;
}
#map_canvas1 {
	width:100%;
	height:360px;
}


/* ===== smp contents ====== */
#smp_contents {
	display: block;
	text-align: center;
}
#smp_contents ul {
}
#smp_contents li {
	margin-bottom: 2%;
}
.bt_smp_g {
	-moz-box-shadow: inset 0px 1px 0px 0px #a4e271;
	-webkit-box-shadow: inset 0px 1px 0px 0px #a4e271;
	box-shadow: inset 0px 1px 0px 0px #a4e271;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
	background: -moz-linear-gradient(top, #89c403 5%, #77a809 100%);
	background: -webkit-linear-gradient(top, #89c403 5%, #77a809 100%);
	background: -o-linear-gradient(top, #89c403 5%, #77a809 100%);
	background: -ms-linear-gradient(top, #89c403 5%, #77a809 100%);
	background: linear-gradient(to bottom, #89c403 5%, #77a809 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809', GradientType=0);
	background-color: #89c403;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #74b807;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 90%;
	text-decoration: none;
	text-shadow: 0px 1px 0px #528009;
	margin-left: auto;
	margin-right: auto;
}
.bt_smp_g:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403));
	background: -moz-linear-gradient(top, #77a809 5%, #89c403 100%);
	background: -webkit-linear-gradient(top, #77a809 5%, #89c403 100%);
	background: -o-linear-gradient(top, #77a809 5%, #89c403 100%);
	background: -ms-linear-gradient(top, #77a809 5%, #89c403 100%);
	background: linear-gradient(to bottom, #77a809 5%, #89c403 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403', GradientType=0);
	background-color: #77a809;
	color: #ffffff;
}
.bt_smp_g:active {
	position: relative;
	top: 1px;
}
.bt_smp_b {
	-moz-box-shadow: inset 0px 1px 0px 0px #bee2f9;
	-webkit-box-shadow: inset 0px 1px 0px 0px #bee2f9;
	box-shadow: inset 0px 1px 0px 0px #bee2f9;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #468ccf));
	background: -moz-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
	background: -webkit-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
	background: -o-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
	background: -ms-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
	background: linear-gradient(to bottom, #63b8ee 5%, #468ccf 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf', GradientType=0);
	background-color: #63b8ee;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #6390C9;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 90%;
	text-decoration: none;
	text-shadow: 0px 1px 0px #528009;
	margin-left: auto;
	margin-right: auto;
}
.bt_smp_b:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #468ccf), color-stop(1, #63b8ee));
	background: -moz-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
	background: -webkit-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
	background: -o-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
	background: -ms-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
	background: linear-gradient(to bottom, #468ccf 5%, #63b8ee 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#468ccf', endColorstr='#63b8ee', GradientType=0);
	background-color: #468ccf;
	color: #ffffff;
}
.bt_smp_b:active {
	position: relative;
	top: 1px;
}
.bt_smp_w {
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background: -moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background: -webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background: -o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background: -ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9', GradientType=0);
	background-color: #f9f9f9;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #BBBBBB;
	display: inline-block;
	cursor: pointer;
	color: #707070;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 90%;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
}
.bt_smp_w:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background: -moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background: -webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background: -o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background: -ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background: linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9', GradientType=0);
	background-color: #e9e9e9;
	color: #707070;
}
.bt_smp_w:active {
	position: relative;
	top: 1px;
}

/* ========== pagetop ========== */
#pagetop {
	position: fixed;
	bottom: 60px;
	right: 20px;
}
/* ========== footer ========== */
#footer {
	background-color: #f2f2f1;
	text-align: center;
	margin-bottom: 60px;
}
#footer .stage {
	padding-top: 40px;
}
.flogo {
	width:100%;
	float: none;
	padding-bottom: 5px;
	padding-right: 0px;
	text-align:center;
}
.flogo img {
	width: 50%;
	height: auto;
	margin-left:auto;
	margin-right:auto;
}
.flink1 {
	float:none;	
	display: none;
}
#footer h2 {
	text-align:center;
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}
#footer p {
	text-align:center;
	line-height:1.8em;
	font-size:14px;
	margin-left:0px;
}
#footer p strong {
	font-size:18px;
}
.footnavi {
	display: none;
}
.fnavi01 {
	background-image: url(../img/ar_hnavi1.png);
	background-position: left 40%;
	background-repeat: no-repeat;
	background-size: 24px 24px;
}
.fnavi02 {
	background-image: url(../img/ar_hnavi2.png);
	background-position: left 40%;
	background-repeat: no-repeat;
	background-size: 24px 24px;
}
.fnavi03 {
	background-image: url(../img/ar_hnavi3.png);
	background-position: left 40%;
	background-repeat: no-repeat;
	background-size: 24px 24px;
}
.footinfo {
	clear: both;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footinfo dl {
	margin-left: 0px;
	color: #FFFFFF;
	font-size: 11px;
	text-align: left;
}
.footinfo dt {
	clear: none;
	float: none;
	padding-left: 15px;
}
.footinfo dd {
	float: none;
	padding-left: 15px;
}
address {
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: hidden;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 1.2em;
}
address span {
	display: none;
}
#fnavi {
	display: block;
	position: fixed;
	background-color: rgba(0,0,0,0.60);
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	text-align: center;
	padding-top: 8px;
}
#fnavi1 {
	float: left;
	margin-left: 5%;
	width: 42%;
	height: 36px;
	line-height: 16px;
	display: block;
	color: #fff;
	text-align: left;
	text-decoration: none;
	font-size: 15px;
	padding-top: 5px;
	border-radius: 5px;
	/*background: rgba(0,102,204,.8);*/
	background: rgb(208,228,247); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(208,228,247,1) 0%, rgba(115,177,231,1) 24%, rgba(10,119,213,1) 50%, rgba(83,159,225,1) 79%, rgba(135,188,234,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(208,228,247,1) 0%, rgba(115,177,231,1) 24%, rgba(10,119,213,1) 50%, rgba(83,159,225,1) 79%, rgba(135,188,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(208,228,247,1) 0%, rgba(115,177,231,1) 24%, rgba(10,119,213,1) 50%, rgba(83,159,225,1) 79%, rgba(135,188,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e4f7', endColorstr='#87bcea', GradientType=0 ); /* IE6-9 */
}
#fnavi1:hover {
	background: rgba(0,102,204,.8);
}
#fnavi2 {
	float: right;
	margin-right: 5%;
	width: 42%;
	height: 36px;
	line-height: 16px;
	display: block;
	color: #fff;
	text-align: left;
	text-decoration: none;
	font-size: 15px;
	padding-top: 5px;
	border-radius: 5px;
	/*background: rgba(0,102,204,.8);*/
	background: rgb(208,228,247); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(208,228,247,1) 0%, rgba(115,177,231,1) 24%, rgba(10,119,213,1) 50%, rgba(83,159,225,1) 79%, rgba(135,188,234,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(208,228,247,1) 0%, rgba(115,177,231,1) 24%, rgba(10,119,213,1) 50%, rgba(83,159,225,1) 79%, rgba(135,188,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(208,228,247,1) 0%, rgba(115,177,231,1) 24%, rgba(10,119,213,1) 50%, rgba(83,159,225,1) 79%, rgba(135,188,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e4f7', endColorstr='#87bcea', GradientType=0 ); /* IE6-9 */
}
#fnavi2:hover {
	background: rgba(0,102,204,.8);
}
.fmenu1 {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	height: 32px;
	width: 32px;
	background-position: center top;
	background-size: contain;
	background-image: url(../img/fnavi_mail.png);
	background-repeat: no-repeat;
}
.fmenu2 {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	height: 32px;
	width: 32px;
	background-position: center top;
	background-size: contain;
	background-image: url(../img/fnavi_tel.png);
	background-repeat: no-repeat;
}

/*
■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■
*/

/* ===== contents ====== */
#contents {
}

#contents_left {
	float: none;
	padding-top: 3%;
	width: 100%;
	height: auto;
}

#contents_right {
	float: none;
	padding-top: 3%;
	width:90%;
	margin-left:auto;
	margin-right:auto;	
	height: auto;
}

/* ========== page ========== */
.page {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFFFFF;
	margin-bottom: 25px;
}
.page h2 {
	font-size: 20px;
	margin-bottom: 20px;
	border-left: 10px solid #58b218;
	padding-left: 15px;
	line-height: 1.6em;
}
.page h3 {
	padding-top: 15px;
	font-size: 12pt;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}
.page p {
	font-size: 15px;
	line-height: 2em;
	padding-left: 5px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
}
.page table {
	border-collapse: collapse;
	width: 100%;
}
.page table th, .page table td {
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 15px;
	border: 1px solid #BCBCBC;
	font-size: 14px;
	text-align: left;
}
.page table th {
	background-color: #eee;
	text-align: center;
	width: 30%;
}


/* ========== topix_list ========== */
#topix_list {
	width:100%;
	padding-top: 1%;
	padding-bottom: 8%;
}

#topix_list2{
	width:100%;
	padding-top: 1%;
	padding-bottom: 8%;
}

/* ========== topix_jisseki_list ========== */

.topix_jisseki h2 {
	color: #111111;
	font-size: 24px;
	text-align: left;
}
.topix_jisseki h2 span {
	font-size: 36px;
}
.topix_jisseki_area {
	border-top: 1% solid #52961d;
	border-left: 1% solid #52961d;
	border-right: 1% solid #52961d;
	border-bottom: 1% solid #52961d;
	width:94%;
	background-color: #FFFFFF;
	padding-left: 2%;
	padding-right: 2%;
	padding-top:3%;
}
.topix_jisseki_box {
	text-align: left;
	width: 90%;
	height: auto;
	padding-top: 5px;
	float: none;
	margin-bottom: 1%;
	margin-left: auto;
	margin-right: auto;
}


.topix_jisseki_box a {
	color:#111111;
}
.topix_jisseki_box  .photo {
	width: 98%;
	height: 160px;
	overflow: hidden;
	border: 1px solid #BCBCBC;
	position: relative;
	margin-bottom:5px;
	float: none;

}
.topix_jisseki_box  .photo img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.topix_jisseki_box  .infomation {
	width: 90%;
	margin-right: auto;
	margin-bottom:8px;
	margin-left: 0;
}
.topix_jisseki_box h3 {
	font-size:18px;
	height:auto;
	overflow:hidden;
	font-weight:bold;
	margin-bottom: 2px;
	width: 100%;
	text-decoration: underline;
	color: #007ABF;
}
.topix_jisseki_box  .madorisize {
	background-color: #ff6600;
	color: #FFFFFF !important;
	font-size: 14px;
	text-align: center;
	width: 100%;
	height: auto;
	padding-top: 5px;
	padding-right:5%;
	margin-bottom: 0;
}

.topix_jisseki_box  .syozai {
	width: 100%;
	height: auto;
	padding-top: 5px;
	overflow: hidden;
	font-size: 15px;
	font-weight: normal;
	line-height: 18px;
	margin-bottom: 2px;
}



/* ========== topix_bukken_list ========== */
.topix_bukken h2 {
	color: #111111;
	font-size: 24px;
	text-align: left;
}
.topix_bukken h2 span {
	font-size: 36px;
}
.topix_bukken_area {
	border-top: 1% solid #52961d;
	border-left: 1% solid #52961d;
	border-right: 1% solid #52961d;
	border-bottom: 1% solid #52961d;
	width:94%;
	background-color: #FFFFFF;
	padding-left: 2%;
	padding-right: 2%;
	padding-top:3%;
}
.topix_bukken_box {
	text-align: left;
	width: 90%;
	height: auto;
	padding-top: 5px;
	float: none;
	margin-bottom: 1%;
	margin-left: auto;
	margin-right: auto;
}

.topix_bukken_box h3 {
	font-size:18px;
	height:auto;
	overflow:hidden;
	font-weight:bold;
	margin-bottom: 2px;
	width: 100%;
	text-decoration: underline;
	color: #007ABF;
}
.topix_bukken_box a {
	color:#111111;
}
.topix_bukken_box  .photo {
	width: 198px;
	height: 198px;
	overflow: hidden;
	border: 1px solid #BCBCBC;
	position: relative;
	margin-bottom:8px;
}
.topix_bukken_box  .photo img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.topix_bukken_box  .madorisize {
	background-color: #ff6600;
	color: #FFFFFF !important;
	font-size: 14px;
	text-align: center;
	width: 100%;
	height: auto;
	padding-top: 5px;
	padding-right:5%;
	margin-bottom: 0;
}
.topix_bukken_box  .syozai {
	width: 100%;
	height: auto;
	padding-top: 5px;
	overflow: hidden;
	font-size: 15px;
	font-weight: normal;
	line-height: 18px;
	margin-bottom: 2px;
}




/* ========== topix_detail========== */
#detail {
	padding-top: 2%;
}

#detail2 {
	background-image: url("../img/bk_title.png");
	padding-top: 2%;
}

.topix_detail h2 {
	color: #111111;
	font-size: 24px;
	text-align: left;
}
.topix_detail h2 span {
	font-size: 36px;
}
.topix_detail_area {
	border-top: 2px solid #6fba2c;
	border-left: 2px solid #6fba2c;
	border-right: 2px solid #6fba2c;
	border-bottom: 2px solid #6fba2c;
	background-color: #FFFFFF;
	padding-left: 16px;
	padding-right: 16px;
	padding-top:25px;
}
#detail_box {
	font-size: 15px;
	line-height: 1.5em;
	padding-top: 2%;
	padding-right: 2%;
	padding-left: 2%;
	padding-bottom: 4%;
}
#detail_box img {
	max-width: 100% !important;
	height: auto !important;
}
.topix_detail_area table {
	margin-bottom: 4%;
}
.topix_detail_area table th {
	font-size: 15px;
}
.topix_detail_area table td {
	font-size: 15px;
}

/* ========== business ========== */
#business {
}
#business p {
	margin-bottom:25px;
	line-height:1.8em;
}
.bizarea {
	background-image: url(../img/bk_seo_info.png);
	padding-left:3%;
	padding-right:3%;
	padding-top:25px;
	padding-bottom:25px;
	margin-bottom:35px;
	border-radius:21px;
}

.bizarea h3 {
	text-align:center;
	font-size:21px;
	border-radius:15px;
	padding-top:12px;
	padding-bottom:8px;
	color:#FFFFFF;
}
.bizarea p {
	margin-left:0px;
	margin-right:0px;
	margin-bottom:5px !important;
}
.biz1 {
}
.biz1 h3 {
	background-color:#90C971;
}
.biz2 {
}
.biz2 h3 {
	background-color:#90C971;
}
.biz3 {
}
.biz3 h3 {
	background-color:#90C971;
}
.biz4 {
}
.biz4 h3 {
	background-color:#90C971;
}


/* ========== shop ========== */
#shopinfo {
	width:100%;
	margin-bottom:50px;
}
#shopinfo p {
	font-size:16px;
	line-height:1.7em;
}
.shopimg1 {
	width:48%;	
	float:left;
}
.shopimg1 img {
	width:100%;
	height:auto;
}
.shopimg2 {
	float:right;
	width:48%;
}
.shopimg2 img {
	width:100%;
	height:auto;	
}
#shopmap {
	margin-bottom:50px;	
}
#shopmap h2 {
	color: #111111;
	font-size: 24px;
	line-height: 1.6em;
	font-weight: bold;
	padding-left: 65px;
	padding-top: 10px;
	margin-top: 15px;
	height: 54px;
	background-image: url(../img/ar_topix_rent.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.shopmap_info {
}
.shopmap_info p {
	font-size:16px;
	line-height:1.7em;
}
.shopimg3 {
	float:right;
	width:48%;
	margin-left:25px;
}
.shopimg3 img {
	width:100%;
	height:auto;	
}
#map_canvas2 {
	width:100%;
	height:600px;
}

/* ========== company ========== */
#company_list {
	margin-bottom:50px;
}
#company_list table {
	width:96%;
	margin-left:auto;
	margin-right:auto;	
	border-bottom: 1px solid #BCBCBC;
}
#company_list table th,
#company_list table td {
	display:block;
	width:95%;
	border-bottom:none;	
	text-align: left;	
}
#company_list table th br {
	display:none;
}


#company_hist {
	margin-bottom:50px;
}
#company_hist table {
	width:96%;
	margin-left:auto;
	margin-right:auto;	
	border-bottom: 1px solid #BCBCBC;
}
#company_hist table th,
#company_hist table td {
	display:block;
	width:95%;
	border-bottom:none;	
	text-align: left;		
}
#company_hist table th br {
	display:none;
}






/* ========== flow ========== */
#flow {
	width:100%;
	margin-bottom:50px;
}
#flow  p {
	font-size:16px;
	line-height:1.7em;
	margin-bottom:30px;
}

/* ========== cont_select ========== */
.cont_select {
	width:100%;
	margin-bottom:50px;
}
.cont_select ul{
	padding-top:25px;
}
.cont_select li{
	float:none;
	margin-right:5%;
	margin-left:5%;
	margin-bottom:5%;
	width:90%;
	height:auto;
	color:#FFFFFF;
	border-radius:21px;		
}
.cont_select li a {
	display:block;
	font-size:28px;
	font-weight:bold;
	line-height:1.8em;
	text-align:center;
	width:100%;
	padding-top:30px;
	height:125px;
	color:#FFFFFF;
}
.cont_select li a span {
	font-size:40px;
}
.cont_select_box1 {
	background-color: #7AC545;
}
.cont_select_box2 {
	background-color:#7AC545;
}
.cont_select_box3 {
	background-color:#7AC545;	
}


/* ========== staff ========== */

#staff {
}
#staff h2 {
}
#staff p {
}
#staff article {
}
#staff h3 {
	padding-top: 3%;
	padding-bottom: 3%;
}
#staff h4 {
}

.staff_name {
	width: 96%;
	height: auto;
	text-align: left;
	padding-left: 2%;
	padding-right: 2%;
	float: none;
}
.staff_name ul {
}
.staff_name li {
	padding-left: 100px;
	padding-top: 8px;
	padding-bottom: 10px;
	text-align: left;
	height: auto;
	min-height: 30px;
	line-height: 1.2em;
	font-size: 14px;
}

.staff_img1 {
	width: 46%;
	float: left;
}
.staff_img1 img {
	width: 100%;
	height: auto;
}

.staff_img2 {
	width: 46%;
	float: right;
}
.staff_img2 img {
	width: 100%;
	height: auto;
}
.staff_list1 {
}
.staff_list2 {
}
.staff_list3 {
}
.staff_profile {
	clear: both;
	width: 92%;;
	height: auto;
	border-left: 5px solid #fe049a;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
}
.staff_profile p {
	line-height: 1.6em;
	font-size: 13px;
	padding-top: 10px;
}



/* ========== kiyaku/privacy ========== */


.policy_text {
	padding-left:3%;
	padding-right:3%;
	padding-top:25px;
	padding-bottom: 25px;
	background-image:url(../img/bk_seo_info.png);
}
.policy_text p {
	font-size:14px;
	line-height:1.8em;
}
.policy_text h2 {
	font-size:18px;
}


/* ========== contact ========== */
.contactform {
	padding-top: 15px;
}
.contactform h2 {
	font-size: 18px;
	text-align: left;
}


/*
■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■
*/

/* ========== page_detail ========== */

#detail {
	text-align: left;
	color: #4F4F4F;
	padding-top: 2%;
}
.detail_head {
	background-image: url(../img/bk_title.png);
	padding-top: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	padding-right: 2%;
	margin-bottom: 2%;
	text-align: center;
}
.detail_head h2 {
	text-align: center;
	float: none;
	width: 100%;
	font-size: 1.2rem;
	line-height: 1.6em;
}
.detail_head .button {
	float: none;
	margin-left: auto;
	margin-right: auto;
	display: none;
}
.detail_topix {
}
.detail_topix table {
	width: 100%;
}
.detail_topix table tr {
	display: block;
	float: left;
}
.detail_topix table tr th {
	display: block;
	height: 30px;
	font-size: 1.0rem;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.detail_topix table tr td {
	display: block;
	height: 30px;
	font-size: 1.0rem;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.detail_topix table thead {
	display: block;
	float: left;
	width: 20%;
}
.detail_topix table thead tr {
	width: 100%;
}
.detail_topix table tbody {
	display: block;
	float: left;
	width: 80%;
}
.detail_topix table tbody tr {
	width: 100%;
}
.detail_topix td span {
	font-size: 1.0rem;
	font-weight: bold;
}
.detail_topix table br {
	display: none;
}
.detail_photo {
	padding-top: 15px;
	padding-bottom: 5px;
}
.photo1 {
	float: none;
	border: 1px solid #CCCCCC;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.photo1 div {
	vertical-align: middle;
	display: table-cell;
	text-align: center;
	width: 96%;
	height: auto;
}
.photo1 div img {
width: 100%;
height: auto;
}
.photo2 {
	float: none;
	border: 1px solid #CCCCCC;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.photo2 div {
	vertical-align: middle;
	display: table-cell;
	text-align: center;
	width: 96%;
	height: auto;
}
.photo2 div img {
width: 100%;
height: auto;
}
.photo3 {
	border: 3px solid #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 12px;
}
.svimgbox {
	width: 44%;
	height: auto;
	float: left;
	margin-top: 2%;
	margin-bottom: 2%;
	margin-left: 2%;
	margin-right: 2%;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #F5F0E8;
}
.svimgbox div {
	vertical-align: middle;
	display: table-cell;
	text-align: center;
	width: 100%;
	height: auto;
}
.svimgbox div img {
width: 100%;
height: auto;
}
.svimgbox p {
	width: 100%;
	height: 24px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	overflow-x: hidden;
	overflow-y: hidden;
}
.detail_contents {
}
.detail_contents h3 {
	color: #FFFFFF;
	height: 25px;
	padding-top: 12px;
	font-size: 16px;
	padding-left: 20px;
	margin-bottom: 5px;
	margin-top: 9px;
	border: 1px solid #CCCCCC;
	font-weight: bold;
}

.detail_contents .leftbox {
	float: none;
	width: 100%;
}
.detail_contents .leftbox table {
}
.detail_contents .leftbox th {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 0.9rem;
	line-height: 1.6em;
	width: 25%;
	color: #FFFFFF;
	background-color: #BBBBBB;
	border-bottom: 1px solid #CCCCCC;
}
.detail_contents .leftbox td {
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 0.9rem;
	line-height: 1.6em;
	border-bottom: 1px solid #CCCCCC;
}
.detail_contents .rightbox {
	float: none;
	width: 100%;
}
.detail_contents .detail_point {
	border: 1px solid #BBBBBB;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 0.9rem;
	line-height: 1.6em;
}
.detail_map {
	margin-top: 3%;
	margin-bottom: 3%;
}
.detail_map p {
	margin-top: 1%;
	margin-bottom: 4%;
	text-align: center;
	font-size: 0.8rem;
	line-height: 1.8em;
}
#map_canvas2 {
	border: 1px solid #CCCCCC;
	width: 99%;
	margin-left: auto;
	margin-right: auto;
	height: 400px;
}
.detail_menu {
	background-color: #f5f0e8;
	margin-top: 4%;
	padding-top: 1.5%;
	padding-bottom: 2%;
}
.detail_menu img {
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-right: 5%;
}
.detail_info {
	padding-top: 4%;
	padding-bottom: 3%;
}
.detail_info p {
	text-align: center;
	font-size: 1.0rem;
	line-height: 1.8em;
}

/*
■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■
*/

/* ========== page search ========== */

#search {
	margin-bottom: 4%;
}
#search h2 {
	text-align: center;
	width: 100%;
	background-image: url(../img/bk_title.png);
	font-size: 1.6rem;
	padding-top: 32px;
	padding-bottom: 25px;
	margin-bottom: 20px;
	margin-top: 30px;
}
#search h2 span {
	font-size: 1.0rem;
	margin-left: 20px;
}
.main_list {
width: 88%;
margin-left: auto;
margin-right: auto;
border: 5px solid #78b100;
border-radius: 16px;
padding-top: 3%;
padding-bottom: 3%;
padding-left: 5%;
padding-right: 5%;
}
.main_list h3 {
font-size: 16px;
background-color: #737373;
color: #FFFFFF;
text-align: center;
padding-top: 1%;
padding-bottom: 0.5%;
}
.main_list dl {
width: 100%;
margin-bottom: 3%;
}
.main_list dt {
width: 100%;
margin-bottom: 2%;
padding-top: 4%;
font-size: 16px;
font-weight: bold;

}
.w4 dd {
float: left;
width: 22%;
margin-right: 2%;
margin-bottom: 2%;
}
.w4 dd a {
border-radius: 8px;
background-color: #E8E8E8;
display: block;
text-align: center;
width: 100%;
padding-top: 4%;
padding-bottom: 2%;
font-size: 16px;
line-height: 1.6em;
color: #333333;
}
.main_list dd a:hover {
background-color: #EFEFEF;
}




.search_control {
	background-color: #DCDCDC;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 1%;
	font-size: 0.9rem;
	line-height: 1.6em;
	border-radius: 16px;
	text-align: center;
}
.search_control input[type="text"] {
	padding: 0.5%;
	font-size: 0.9rem;
}
.search_control input[type="submit"] {
	padding: 0.8%;
	font-size: 14px;
	margin-left: 2%;
	margin-right: 2%;
}
.search_control select {
	padding: 0.5%;
	font-size: 14px;
}
#ctrllist {
	text-align: center;
}
.keybox {
	float: none;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2%;
}
input#key_button {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	height: 40px;
	background-color: #ECECEC;
	border: 1px solid #A8A8A8;
}

.search_list {
padding-top: 2%;
}
.search_list ul {
	width: 100%;
}
.search_list li {
	font-size: 15px;
	line-height: 1.6em;
	width: 100%;
	margin-bottom: 2%;
}
.search_list li a {
	color: #333333;
}
.lst_box {
	border: 1px solid #CCCCCC;
	border-radius: 14px;
	padding-bottom: 0.5%;
	margin-bottom: 4%;
}
.lst_box:hover{
	background-image: url(../img/bk_title.png);
}
.search_list li h3 {
	border-right: solid 25px #a4c830;
	background-color: #373737;
	color: #FFFFFF;
	height: 29px;
	padding-top: 6px;
	font-size: 16px;
	padding-left: 20px;
	margin-bottom: 5px;
	font-weight: bold;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
}
.search_list li h3 span {
	background-color:#a4c830;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 2px;
	color: #FFFFFF;
	font-size: 14px;
	border-radius: 8px;
	margin-right: 20px;
}

.lst_photo {
	float: none;
	width: 96%;
	font-weight: normal;
	font-size: 0.9rem;
	line-height: 1.6em;
	margin-left: auto;
	margin-right: auto;
}
.lst_photo div {
	float: left;
	width: 49%;
	margin-right: 1%;
	
}
.lst_photo div img {
	width: 100%;
	height: auto;
}
.lst_info1 {
	float: none;
	width: 96%;
	font-weight: normal;
	padding: 1%;
	margin-left: auto;
	margin-right: auto;	
}
.lst_info2 {
	float: none;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	font-weight: normal;
	padding: 1%;
}
.lst11 {
	font-size: 14px;
	line-height: 3em;
	margin-bottom: 3%;
	border-bottom: 1px solid #C0C0C0;
	padding-bottom: 3%;
	padding-top: 1%;	
}
.lst11 span {
	background-color:#E9474A;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 2px;
	color: #FFFFFF;
	font-size: 18px;
	border-radius: 8px;
	margin-right: 10px;
	font-weight: bold;	
}
.lst11 strong {	
	font-size: 28px;
	font-weight: bold;
}
.lst12 {
	padding-top: 1%;
	background-image: url(../img/ar_topix_add.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;	
	margin-bottom: 2%;
}
.lst13 {
	padding-top: 1%;
	background-image: url(../img/ar_topix_eki.png);
	background-repeat: no-repeat;
	background-position: left center;	
	padding-left: 20px;	
}
.lst31 {
	font-size: 14px;
	margin-bottom: 3%;
	padding-bottom: 3%;
	padding-top: 1%;	
}
.lst31 span {
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 2px;
	color: #FFFFFF;
	font-size: 18px;
	border-radius: 8px;
	margin-right: 10px;
	font-weight: bold;	
}
.lst31 .aka {
	background-color:#E9474A;
}
.lst31 .ao {
	background-color:#2870D1;
}
	
	

.bt_dt {
	text-align: center;
	font-weight: bold;
	padding-top: 18px;
	width: 50px;
	height: 40px;
	display: block;
	color: #FFFFFF;
	background: rgb(87,182,219); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(87,182,219,1) 0%, rgba(35,83,138,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(87,182,219,1) 0%, rgba(35,83,138,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(87,182,219,1) 0%, rgba(35,83,138,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57b6db', endColorstr='#23538a', GradientType=0 ); /* IE6-9 */
}
.list01 {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 ); /* IE6-9 */
}
.list02 {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 ); /* IE6-9 */
}


/*
■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■
*/

/* ========== buy & sell ========== */
.buy {
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 3%;
	padding-right: 3%;
	background-color: #FFFFFF;
	margin-bottom: 25px;
}
.buy h2 {
	font-size: 18px;
	margin-bottom: 10px;
	border-left: 10px solid #58b218;
	padding-left: 15px;
	line-height: 1.6em;
}
.buyh3 {
	font-size: 16px;
	padding-left: 0;
	text-align: center;
	line-height: 1.6em;
	background-color: #E0E0E0;
	margin-bottom: 2%;
	border-radius: 10px;
}
.sell {
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 3%;
	padding-right: 3%;
	background-color: #FFFFFF;
	margin-bottom: 25px;
}
.sell h2 {
	font-size: 18px;
	margin-bottom: 10px;
	border-left: 10px solid #58b218;
	padding-left: 15px;
	line-height: 1.6em;
}
.lend {
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 3%;
	padding-right: 3%;
	background-color: #FFFFFF;
	margin-bottom: 25px;
}
.lend h2 {
	font-size: 18px;
	margin-bottom: 10px;
	border-left: 10px solid #58b218;
	padding-left: 15px;
	line-height: 1.6em;
}
.mlFlow {
	padding-top: 5px;
	margin-bottom: 20px;
	margin: 0 auto;
	width: 100%;
}
.mlFlow>div.main_column {
	padding-left: 4px;
	width: 98%;
}
.buy .mlFlow>div.main_column>div.flow_steps {
	margin-bottom: 20px;
	padding-top: 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	border-top: none;
	background: url("../img/owner/bg_border_box_top.png") left -2px repeat-x
}
.sell .mlFlow>div.main_column>div.flow_steps {
	margin-bottom: 20px;
	padding-top: 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	border-top: none;
	background: url("../img/owner/bg_border_box_top.png") left -2px repeat-x
}
.lend .mlFlow>div.main_column>div.flow_steps {
	margin-bottom: 20px;
	padding-top: 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	border-top: none;
	background: url("../img/owner/bg_border_box_top.png") left -2px repeat-x
}
.mlFlow>div.main_column>div.flow_steps>h3 {
	margin-left: -4px;
	padding: 8px 0px 6px;
	font-size: 14px;
	letter-spacing: -1px;
	font-weight: bold;
	line-height: 31px
}
.mlFlow>div.main_column>div.flow_steps>h3>div.image_box {
	margin-right: 10px;
	float: left
}
.mlFlow>div.main_column>div.flow_steps>div.flow_detail {
	padding: 20px;
	overflow: hidden;
	background: url("../img/owner/border_dashed.png") left top repeat-x
}
.mlFlow>div.main_column>div.flow_steps>div.flow_detail>div.detail_img {
	float: none;
	margin-bottom: 3%;
}
.mlFlow>div.main_column>div.flow_steps>div.flow_detail>div.detail_txt {
	width: 100%;
	font-size: 13px;
	line-height: 20px;
	float: none;
}
.mlFlow>div.main_column>div.flow_steps>div.flow_detail>div.detail_txt>span.txt_emphasis {
	margin-top: 15px;
	font-size: 14px;
	color: #da6017;
	font-weight: bold;
	display: block
}
.mlFlow>div.main_column>div.flow_steps>div.flow_detail>div.detail_txt>ul.txt_point {
	margin-top: 15px;
	font-weight: bold;
	line-height: 18px
}
.buy .mlFlow>div.main_column>div.flow_steps>div.flow_detail>div.detail_txt>ul.txt_point>li {
	padding-left: 12px;
	background-image: url("../img/owner/icn_circle_s.png");
	background-position: left 4px;
	background-repeat: no-repeat
}
.sell .mlFlow>div.main_column>div.flow_steps>div.flow_detail>div.detail_txt>ul.txt_point>li {
	padding-left: 12px;
	background-image: url("../sell/images/icn_circle_s.png");
	background-position: left 4px;
	background-repeat: no-repeat
}
.lend .mlFlow>div.main_column>div.flow_steps>div.flow_detail>div.detail_txt>ul.txt_point>li {
	padding-left: 12px;
	background-image: url("../img/owner/icn_circle_s.png");
	background-position: left 4px;
	background-repeat: no-repeat
}
.mlFlow>div.main_column>div.flow_steps>div.flow_detail>div.detail_txt>ul.txt_point>li {
	margin-top: 15px
}
.mlFlow>div.main_column>div.flow_steps>div.flow_detail>div.detail_txt>ul.no_block_space {
	margin-top: 0px
}
.mlFlow>div.main_column>div.flow_steps>div.flow_detail>div.detail_txt>ul.li_float {
	overflow: hidden
}
.mlFlow>div.main_column>div.flow_steps>div.flow_detail>div.detail_txt>ul.li_float>li {
	float: left
}
.mlFlow>div.main_column>div.flow_steps>div.flow_detail>div.detail_txt>ul.li_float>li.fixed_width {
	width: 220px
}
.mlFlow>div.main_column>div.flow_steps>div.flow_detail>div.detail_txt>ul.flow_link {
	margin-top: 15px;
	line-height: 17px;
	overflow: hidden
}
.buy .mlFlow>div.main_column>div.flow_steps>div.flow_detail>div.detail_txt>ul.flow_link>li {
	padding-left: 22px;
	background-image: url("../img/owner/icn_circle_arrow.png");
	background-position: left top;
	background-repeat: no-repeat
}
.sell .mlFlow>div.main_column>div.flow_steps>div.flow_detail>div.detail_txt>ul.flow_link>li {
	padding-left: 22px;
	background-image: url("../img/owner/icn_circle_arrow.png");
	background-position: left top;
	background-repeat: no-repeat
}
.lend .mlFlow>div.main_column>div.flow_steps>div.flow_detail>div.detail_txt>ul.flow_link>li {
	padding-left: 22px;
	background-image: url("../img/owner/icn_circle_arrow.png");
	background-position: left top;
	background-repeat: no-repeat
}
.mlFlow>div.main_column>div.flow_steps>div.flow_detail>div.detail_txt>ul.flow_link>li {
	margin-right: 20px;
	float: left
}
.mlFlow>div.main_column>div.flow_steps>div.flow_detail>div.detail_txt>ul.flow_link>li>a {
	font-size: 14px;
	font-weight: bold
}
.mlFlow>div.main_column>div.flow_steps>div.flow_detail>div.detail_txt>ul.block_space {
	margin-bottom: 15px
}
.mlFlow>div.main_column>div.flow_steps>div.flow_detail>div.block_space {
	margin-bottom: 20px
}
.mlFlow>div.main_column>div.flow_steps>div.flow_detail>div.additional_info {
	float: left
}
.mlFlow>div.main_column>div.flow_steps>div.flow_detail>div.additional_info>img {
	margin-top: 15px
}
.image_fit {
	width: 100%;
	height: auto;
}


/* ========== modal-content ========== */
.modal-content {
	width: 85%;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	border: 5px solid #FFFFFF;
	background-image: url(../img/bk_modalbox.png);
	background-repeat: repeat;
	position: fixed;
	display: none;
	z-index: 9999;
}
#modal-overlay {
	z-index: 9998;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba( 0,0,0, 0.75 );
}
.button-link {
	color: #00f;
	text-decoration: none;
}
.button-link:hover {
	cursor: pointer;
	color: #f00;
}
.modal_search_area {
	position: relative;
}
.modal_search_area p {
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 10px;
	font-size: 18px;
	line-height:1.8em;
	font-weight: normal;
	clear: left;
}
.push_text {
	font-size:14px !important;
	font-weight:bold !important;
}
.modal_exit {
	clear: left;
	height: 36px;
	width: 36px;
	position: absolute;
	right: -5px;
	top: -32px;
}
.modal_exit a {
	border-radius: 50%;
	border: 4px solid #FFFFFF;
	background-color: #58b218;
	padding-top: 5px;
	height: 31px;
	width: 36px;
	display: block;
	font-size: 30px;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
.modal_exit a:hover {
	background-color: #488F15;
	color: #FFFFFF;
}
.modal_search_area h2 {
	background-color: #58b218;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 30px;
	padding-top: 1px;
	padding-bottom: 2px;
	background-image: url(../img/ar_modal_search.png);
	background-position: left top;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-right: 0px;
	background-size: 25px 19px;
}
.modal_search_area p {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 10px;
}
.modal_search_area ul {
}
.modal_search_area li {
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 1%;
	margin-bottom: 1%;
}
.modal_search_area li a {
	background-color: #74a84f;
	height: 56px;
	width: 56px;
	display: block;
	padding-top: 8px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.modal_search_area li a:hover {
	background-color: #97c577;
	text-decoration: underline;
}
.modal_search_area dl {
	padding-top: 1%;
	margin-left: 0px;
	margin-right: 0px;
	clear: left;
}
.modal_search_area dt {
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 10px;
	font-weight: bold;
	color: #3E3E3E;
}
.modal_search_area dd {
	float: left;
	margin-left: 0px;
	margin-right: 1%;
	margin-top: 0px;
	margin-bottom: 1%;
}
.modal_search_area dd a {
	background-color: #74a84f;
	height: 12px;
	width: 50px;
	display: block;
	padding-top: 5px;
	padding-bottom: 2px;
	font-size: 9px;
	line-height: 1em;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}
.modal_search_area dd a:hover {
	background-color: #97c577;
	text-decoration: underline;
}
.modal_search_area dd a span {
	font-size: 7px;
}

/* ========== rj_frame ========== */
#rjarea {
	display: none;
}
#rjarea iframe {
	display: none;
}

}

