/* ===================================================================
CSS information
 file name  :  common.css
 style info :  基本構造（common.css）
=================================================================== */
body {
}
.stage {
	margin: 0 auto;
	width: 1000px;
}
.stage_sub {
	margin: 0 auto;
	width: 1000px;
}
#plist {
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 1px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #D0D0D0;
	margin-bottom: 2%;
}
.li_end {
	margin-right:0px !important;
}
.li_end_smp {
}

/* basicのスタイル記述 */
/* ========== header ========== */
header .stage {
	position:relative;
	height:700px;
	width:1160px;
	text-align: center;
	padding-top: 180px;
}
header .stage_sub {
	position:relative;
	height:240px;
	width:1160px;
	text-align: center;
	padding-top: 180px;
}
h1 {
	background-color: #404040;
	color: #FFFFFF;
	height: 24px;
	padding-top: 4px;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.5em;
}

/*1は背景あり*/
.maintitle {
	background-image: url(../img/bk_title.png);
	text-align: center;
	width: 100%;
	padding-top: 1%;
	padding-bottom: 1%;
}
.maintitle h2 {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	padding-top: 0.4%;
	padding-bottom: 1.8%;
}
.maintitle h2:before {
	content: url("../img/ar_topix_rent.png");
	margin-right:10px;
    position:relative;
    top:10px; 
    left:0;
}
/*2は背景無し*/
.maintitle2 {
	text-align: center;
	width: 100%;
	padding-top: 1%;
	padding-bottom: 1%;
}
.maintitle2 h2 {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 1.8%;
}
.maintitle2 h2:before {
	content: url("../img/ar_topix_rent.png");
	margin-right:10px;
    position:relative;
    top:20px; 
    left:0;
}

/*左右強調あり*/
.pushtitle {
	text-align: center;
	width: 100%;
	padding-top: 1%;
	padding-bottom: 1%;
}
.pushtitle h2 {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	padding-top: 0.4%;
	padding-bottom: 1.8%;
}
.pushtitle h2:before {
	content: url("../img/ar_push_before.png");
	margin-right:10px;
    position:relative;
    top:10px;
    left:0;
}
.pushtitle h2:after {
	content: url("../img/ar_push_after.png");
	margin-left:5px;
    position:relative;
    top:10px; 
    left:0;
}

/*緑ボタン*/
.gogreen {
	text-align: center;
	width: 100%;
	margin-top: 4%;
}
.gogreen  a {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 100px;
	padding-right: 100px;
	background-color: #6fba2c;
	color: #FFFFFF;
}


/*オレンジボタン*/
.goorange {
	text-align: center;
	width: 100%;
	margin-top: 4%;
}
.goorange  a {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8%;
	padding-right: 8%;
	background-color: #ff6600;
	color: #FFFFFF;
}


/*画像共通*/

.img_right {
	float: right;
	margin-left: 6%;
	margin-bottom: 4%;
	padding-top: 2%;
}
.img_left {
	float: left;
	margin-right: 6%;
	margin-bottom: 4%;
	padding-top: 2%;
}
.img_cent {
	text-align: center;
}
.w40per {
	width: 40%;
	height: auto;
}
.w100per {
	width: 100%;
	height: auto;
	margin-bottom: 4%;
}
.w90per {
	width: 90%;
	height: auto;
	margin-bottom: 4%;
	margin-left: auto;
	margin-right: auto;
}
.w40per img {
	width: 100%;
	height: auto;
}


/* basicのスタイル記述 */
/* ========== header ========== */

#header {
	width: 1000px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#header_line {
	border-bottom: 1px solid #404040;
	height: auto;
	text-align: center;
	padding-top: 1%;
}
.hline_pc {
	display:block;
}
.hline_smp {
	display:none;
}
#header_line img {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1%;
}
.logo {
	float: left;
	padding-top: 8px;
}
.headtel {
	float: right;
}



/* nav */
nav {
	position:absolute;
	top:30px;
	right:80px;
	z-index:9999;
}
#gnavi {
	width: 1000px;
	height: 140px;
	float:right;
}
#gnavi li {
	float: left;
	width: 165px;
	border-left: 1px solid #5ea226;
}
#gnavi li .li_end {
	border-right: 1px solid #5ea226;
}
#gnavi li a {
	display: block;
	text-align: center;
	padding-top: 75px;
	font-size: 17px;
	height: 54px;
	color: #5ea226;
	font-weight: bold;
}
#gnavi li a:hover {
	background-color: rgba(94,162,38,0.10);
}
#gnavi li .rows {
	padding-top: 66px !important;
	height: 63px !important;
}
#gnavi li span {
	background-color: #cc0000;
	color: #FFFFFF;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 2px;
	line-height: 1.7em;
	font-size: 14px;
}
.gnavi01 {
	background-image: url(../img/ar_gnavi1.png);
	background-position: center 12px;
	background-repeat: no-repeat;
}
.gnavi02 {
	background-image: url(../img/ar_gnavi2.png);
	background-position: center 12px;
	background-repeat: no-repeat;
}
.gnavi03 {
	background-image: url(../img/ar_gnavi3.png);
	background-position: center 12px;
	background-repeat: no-repeat;
}
.gnavi04 {
	background-image: url(../img/ar_gnavi4.png);
	background-position: center 12px;
	background-repeat: no-repeat;
}
.gnavi05 {
	background-image: url(../img/ar_gnavi5.png);
	background-position: center 12px;
	background-repeat: no-repeat;
}
.gnavi06 {
	background-image: url(../img/ar_gnavi6.png);
	background-position: center 12px;
	background-repeat: no-repeat;
}

/* ========== top ========== */
#top_smp {
	display:none;
}
#top {
	margin-bottom: 135px;
	border-bottom: 1px solid #515151;
}
#top .instage {
	width: 1160px;
	height: 580px;	
}
#subtop {
	border-bottom: 1px solid #515151;
}
#subtop .instage {
	width: 1160px;
	height: 220px;
	overflow:hidden;
	position: relative;
}
#subtop .instage img {
	width:1160px;
	height:auto;
	position: absolute;
	top:0;
	left: 0;
}
/* ========== search ========== */
#search {
	position:absolute;
	top:1000px;
	z-index:9999;
	width: 100%;		
}
#search .stage {
}
#search ul {
}
#search li {
	float:left;
	border:3px solid #333333;
	margin-right:17px;
	background-color:#FFFFFF;
}
#search li a {
	width:226px;
	height:110px;
	display:block;
	color:#111111;
	font-size:18px;
	font-weight:bold;
	padding-left:90px;
	padding-top:20px;
	line-height:30px;
	text-align:center;
}
#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:10px center;
	background-repeat:no-repeat;
	background-color:#FFFFFF;	
}
.bt_search02 a {
	background-image:url(../img/search02.png);
	background-position:10px center;
	background-repeat:no-repeat;
	background-color:#FFFFFF;	
}

.bt_search03 a {
	background-image:url(../img/search03.png);
	background-position:10px center;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}


/* ========== outline ========== */
#outline {
	margin-bottom:1px;
}
#outline .stage {
	text-align: center;
	background-image: url("../img/bk_outline.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 6%;
}

.news_prebox {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5%;
	border: 4px solid #F3393B;
	background-color: #F58284;
	border-radius: 12px;
	padding-left: 4%;
	padding-right: 4%;
	padding-top: 1%;
	padding-bottom: 1%;
}	
.news_prebox p {
	color:#FFFFFF;
	line-height: 1.8em !important;
}
.news_prebox p span {
	font-weight:bold;

}

#outline h2 {
	font-size: 28px;
	line-height: 1.5em;
	font-weight: bold;
	color: #5ea226;
	margin-bottom: 2%;
}
#outline p {
	font-size: 20px;
	line-height: 2.5em;
}
.nintei {
	border: 1px solid #848484;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5%;
	margin-top: 3%;
	width: 94%;
	padding-top: 3%;
	padding-bottom: 2%;
	padding-left: 2%;
	padding-right: 2%;
	background-color: #FFFFFF;
}
.nintei_movie {
	width: 45%;
	height: auto;
	float: right;
	padding-top: 1%;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.nintei_info {
	float: left;
	width: 50%;
}
.nintei_info img {
	margin-left: auto;
	margin-right: auto;
}
.nintei_info p {
	text-align: left;
	font-size: 18px !important;
	line-height: 1.7em !important;
}

.ut_box_pc {
	display: block;
	text-align: center;
	margin-bottom: 4%;
	border: 3px double #c28322;
	box-sizing: border-box;
	width: 98%;
	margin-left: auto;
	margin-right: auto;	
}
.ut_box_pc img {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: auto;
}
.ut_box_smp {
	display:none;
}

/* ========== tokushu ========== */
#tokushu {
	padding-top: 3%;
	padding-bottom: 4%;
	margin-bottom:2%;
	background-image: url("../img/bk_title.png");	
}
#tokushu .stage {
}
#tokushu ul {
}
#tokushu li {
	float:left;
	border:3px solid #333333;	
	margin-right:12px;		
}
#tokushu li a {
	width:235px;
	height:50px;
	padding-top:185px;
	display:block;
	font-size:18px;
	line-height: 1.4em;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
}
#tokushu li a:hover {
	background-color: rgba(0,0,0,0.33);
}
.bt_toku01 {
	background-image: url(../img/toku01.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
.bt_toku02 {
	background-image: url(../img/toku02.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
.bt_toku03 {
	background-image: url(../img/toku03.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
.bt_toku04 {
	background-image: url(../img/toku04.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
/*
.bt_toku03 a {
	height:35px !important;
	padding-top:200px !important;
}
*/


/* ========== news_top ========== */
#news_top {
	margin-bottom:4%;
}
#news_top .news_box {
	/*overflow: scroll;*/
	/*overflow-x: hidden;*/
	height: auto;
	padding-top: 4px;
	width: 860px;
	margin-left: auto;
	margin-right: auto;
}
#news_top .news_box dl {
}
#news_top .news_box dt {
	float: left;
	width: 180px;
	padding-bottom: 8px;
	padding-top: 9px;	
}
#news_top .news_box dt div {
	font-weight: normal;
	font-size:16px;
	line-height: 1.6em;
	margin-right: 25px;
	margin-left: 15px;
	background-color: #6fba2c;
	border-radius: 14px;
	text-align: center;
	color: #FFFFFF;
}
#news_top .news_box dd {
	font-size:18px;
	line-height: 1.8em;
	width: 690px;
	padding-left: 150px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #AAAAAA;
}
#news_top .news_box dd a {
	text-decoration: underline;
}
#news_top .news_box dl .end {
	border-bottom: 1px dotted #969696;
	margin-bottom: 15px;
}

/* ========== news(list) ========== */
#news {
	margin-bottom:4%;
}
#news .news_box {
	overflow: scroll;
	overflow-x: hidden;
	height: auto;
	padding-top: 4px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#news .news_box dl {
}
#news .news_box dt {
	font-weight: normal;
	text-align: left;
	font-size:16px;
	line-height: 1.8em;
	padding-bottom: 8px;
	padding-top: 8px;
	float: left;
	width: 150px;
}
#news .news_box dd {
	font-size:16px;
	line-height: 1.8em;
	width: 700px;
	padding-left: 150px;
	padding-bottom: 8px;
	padding-top: 8px;
	border-bottom: 1px dotted #AAAAAA;
}
#news .news_box dd a {
}
#news .news_box dl .end {
	border-bottom: 1px dotted #969696;
	margin-bottom: 15px;
}
#news h2 {
	font-size: 28px;
	margin-bottom: 20px;
	border-left: 10px solid #58b218;
	padding-left: 15px;
	line-height: 1.6em;
}

/* ========== news(detail) ========== */
.news_inbox {
	border: 1px solid #A1A1A1;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 4%;
}
.news_inbox h3 {
	font-size: 18px !important;
	background-color: #F5FFEB;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
	background-image: url("../img/bk_seo_info.png");
}
.news_txt {
	font-size: 16px !important;
}
.news_txt p {
	font-size: 16px !important;
}

/* ========== news(blog)========= */
.blog {
	padding-bottom: 0px;
}

.blog .stage {
}
.blog_box {
	width: 89%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:3%;
	padding-top:3%;
	padding-bottom:3%;
	border-bottom: 1px solid #AAAAAA;
}
.blog_date {
	margin-bottom:3%;
	padding-top:4px;;
	padding-bottom:4px;
	font-size:18px;
}
.blog h2 {
	font-size: 28px;
	margin-bottom: 20px;
	border-left: 10px solid #58b218;
	padding-left: 15px;
	line-height: 1.6em;
}
.blog_info {
	text-align:left;
	line-height:2em;
	font-size: 18px !important;
}
.blog_info * {
	text-align:left;
	line-height:2em;
	font-size: 18px !important;
}
.blog_photo {
	float:right;
}

.blog_photo img {
	width:320px;
	height:auto;
	border-radius: 5px;
	margin-left:30px;
	margin-bottom:30px;		
}

/* ========== hojin ========== */
#hojin {
	margin-bottom:2%;
	padding-top: 4%;
}
#hojin .stage {
}
#hojin .stage img {
	width:100%;
	height:auto;
	margin-bottom:4%;
}
.hojin_pc {
	display:block;
}
.hojin_smp {
	display:none;
}
#hojin p {
	padding-top: 4%;
	text-align: center;
}
#hojin p a {
	text-decoration: underline;
	color: #1F61AF;
}

/* ========== fee ========== */
#fee {
	padding-top: 2%;
	border-bottom: 1px solid #808080;
}
#fee .stage {
	padding-top: 2%;
	padding-bottom: 2%;
}
#fee h2 {
	font-size: 24px;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 2%;
	color: #ff6600;
}
#fee h3 {
	font-size: 18px;
	font-weight: bold;
	margin-left: 4%;
	margin-right: 4%;
	padding-top: 2%;
	padding-bottom: 2%;
	text-align: center;
	background-color: #EFEFEF;
}
#fee ul {
	margin-left:4%;
	margin-right:4%;
	margin-bottom: 2%;
	padding-left: 5%;
	padding-right: 5%;	
	padding-bottom: 3%;
	background-color: #EFEFEF;
}
#fee li {
	font-size:18px;
	line-height:1.8em;
	text-indent: -1em;
	padding-left: 1em;	
}
#fee p {
	font-size:18px;
	line-height:1.8em;
	text-align:center;
	margin-left:9%;
	margin-right:9%;
	margin-bottom: 2%;
}


/* ========== topix_rent ========== */
#topix1 {
	padding-top: 2%;
}
#topix1 .stage{
	padding-bottom: 4%;
}

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

.topix_rent h2 {
	color: #111111;
	font-size: 24px;
	text-align: center;
}
.topix_rent h2 span {
	font-size: 36px;
}
.topix_rent_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;
}
.topix_rent_box {
	text-align: left;
	width: 200px;
	height: 320px;
	padding-top: 5px;
	float: left;
	margin-bottom: 15px;
	margin-left: 20px;
	margin-right: 20px;
}

.topix_rent_box h3 {
	font-size:14px;
	line-height: 1.5em;
	height:40px;
	overflow:hidden;
	font-weight:bold;
	margin-bottom: 5px;
	width: 200px;
	text-decoration: underline;
}
.topix_rent_box a {
	color:#111111;
}
.topix_rent_box .photo {
	width: 198px;
	height: 198px;
	overflow: hidden;
	border: 1px solid #BCBCBC;
	position: relative;
	margin-bottom:8px;
}
.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: 14px;
	line-height: 1.5em;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	text-align: center;
	width: 200px;
	height: 18px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	margin-bottom: 5px;
}

.topix_rent_box .syozai {
	width: 200px;
	height: 16px;
	padding-top: 5px;
	overflow: hidden;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	margin-bottom: 2px;
}

.godetail {
	text-align: center;
}
.godetail img {
	margin-left: auto;
	margin-right: auto;
}
.no_est {
	text-align: center;
	padding-top: 5%;
	padding-bottom: 10%;
	margin-left: 30%;
}
.no_est2 {
	text-align: left;
	padding-top: 5%;
	padding-bottom: 10%;
}


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

#sell {
	margin-bottom: 4%;
}
#sell h2 {
	font-size: 18px;
	line-height: 1.6em;
	font-weight: bold;
	text-align: left;
	margin-bottom: 2%;
}
#sell p {
	font-size: 18px;
	line-height: 1.8em;
	text-align: left;
	margin-bottom: 2%;
}


/* ========== access ========== */
#access {
	padding-bottom: 4%;
	margin-bottom:4%;	
	border-bottom: 1px solid #808080;	
}
#access h2 {
	text-align: center;
	color: #111111;
	font-size: 24px;
	line-height: 1.6em;
	font-weight: bold;
	padding-top: 10px;
	margin-top: 15px;
	height: 54px;
}
.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_canvas {
	width:100%;
	height:360px;
}

/* ========== single_banner ========== */
.single_banner {
	text-align: center;
	margin-bottom: 4%;
}
.single_banner a {
	margin-left: auto;
	margin-right: auto;
}
.single_banner a img {
}
/* ========== banner ========== */
#banner {
	display: block;
	margin-bottom:40px;
}
#banner .stage {
}
#banner ul {
	padding-left:180px;
}
#banner li {
	float:left;
	margin-right:155px;
	margin-bottom: 20px;
	
}
#banner li img {
	width: 240px;
	height: auto;
}
#banner p {
	padding-top: 4%;
	text-align: center;
}
#banner p a {
	text-decoration: underline;
	color: #1F61AF;
}
.banner_single {
	margin-left: auto !important;
	margin-right: auto !important;
}
.banner_single img {
}
/* ========== access ========== */
.access {
	margin-bottom:4%;
	padding-bottom: 4%;
	border-bottom: 1px solid #808080;
}
.access h2 {
}
.access h3 {
	color: #FFFFFF;
	font-size: 15px;
}
.access_info {
	background-image: url("../img/bk_shop.png");
	padding-top:10px;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:15px;
}
.access_info p {
	color:#FFFFFF;
	font-size:13px;
	line-height:1.7em;
}
#map_canvas1 {
	width:100%;
	height:420px;
}

	


/* ========== pagetop ========== */
#pagetop {
	position: fixed;
	bottom: 40px;
	right: 20px;
}
/* ========== footer ========== */
#footer {
	background-color: #f2f2f1;
	text-align: center;
}
#footer .stage {
	padding-top: 2%;
}
.flogo {
	width:320px;
	float: left;
	text-align:left;
	padding-bottom: 55px;
}
.flink1 {
	float:right;
	width:180px;
	padding-top:15px;
	text-align:left;
}
.flink1 li {
	margin-right: 20px;
	padding-right: 20px;
	margin-bottom:5px;
}
.flink1 li a {
	color: #111111;
	font-size: 16px;
}
.flink1 li a:hover {
	text-decoration:underline;
}
#footer h2 {
	text-align:left;
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
	padding-top: 30px;
}
#footer p {
	text-align:left;
	line-height:1.8em;
	font-size:18px;
	margin-left:280px;
}
#footer p strong {
	font-size:24px;
}

.footinfo {
	clear: both;
	padding-bottom: 2px;
}
address {
	padding-top: 8px;
	padding-bottom: 8px;
	overflow: hidden;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 1.2em;
	background-color:#404040;
}
address span {
}
#fnavi {
	display: none;
}



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

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

#contents_left {
	float: left;
	padding-top: 3%;
	width: 70%;
	height: auto;
}

#contents_right {
	float: right;
	padding-top: 3%;
	width: 25%;
	height: auto;
}

#smp_contents {
	display: none;
}

/* ========== page ========== */
.page {
	background-color: #FFFFFF;
	margin-bottom: 4%;
}
.page h2 {
	font-size: 28px;
	margin-bottom: 20px;
	border-left: 10px solid #58b218;
	padding-left: 15px;
	line-height: 1.6em;
}
.page h3 {
	padding-top: 15px;
	font-size: 24px;
	font-weight: bold;
	padding-left: 0px;
	padding-right: 0px;
}
.page p {
	font-size:17px;
	line-height:1.8em;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.page table {
	border-collapse: collapse;
	width: 100%;
}
.page table th, .page table td {
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 15px;
	padding-bottom: 15px;
	border: 1px solid #BCBCBC;
	font-size:16px;
	line-height:1.7em;
	text-align: left;
}
.page table th {
	font-size: 16px;
	line-height: 1.7em;
	text-align: center;
	width: 30%;
	background-image:url("../img/bk_sl_gray.png");
}

/* ========== page menu ========== */
.menu_company {
	margin-bottom: 8%;
}
.menu_company h3 {
	background-color: #222222;
	border-top: 5px solid #6fba2c;
	color: #FFFFFF;
	padding-top: 6%;
	padding-bottom: 5%;
	padding-left: 3%;
	font-size: 18px;
	margin-bottom: 4%;
	font-weight: bold;
}
.menu_company ul {

}
.menu_company ul li {
	padding-bottom: 4%;
}
.menu_company ul li a {
	border-left: 10px solid #939393;
	display: block;
	font-size: 16px;
	padding-top: 6%;
	padding-bottom: 5%;
	padding-left: 5%;
	background-color: #EFEFEF;
	color: #111111;
}
.menu_jisseki {
	margin-bottom: 10%;
}
.menu_jisseki h3 {
	border-top: 3px solid #111111;
	border-bottom: 3px solid #111111;
	padding-top: 6%;
	padding-bottom: 5%;
	padding-left: 3%;
	font-size: 18px;
	font-weight: bold;

}
.menu_jisseki dl {
	border-bottom: 3px solid #111111;
}
.menu_jisseki dl dt {
	padding-top: 3%;
	padding-left: 3%;
	font-size: 15px;
	margin-bottom: 2%;
}
.menu_jisseki dl dd {
	font-size: 16px;
	margin-bottom: 3%;
	padding-left: 3%;
}
.jisseki_all {
	margin-bottom: 3%;
	padding-top: 3%;
}
.jisseki_all a {
	display: block;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #111111;
	border-radius: 8px;
	font-size: 14px;
	padding-top: 3%;
	padding-bottom: 2%;
}
.menu_yaku {
	margin-bottom: 8%;
}
.menu_yaku h4 {
	color: #FFFFFF;
	background-image: url("../img/bk_news_h3.png");
	background-position: right top;
	background-repeat: no-repeat;
	font-size: 15px;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 4%;
	padding-bottom: 3%;
}
.menu_yaku p  {
	font-size: 14px;
	line-height: 1.6em;
	padding-left: 3%;
	padding-top: 2%;
	padding-bottom: 7%;
}
.menu_yaku p a {
	text-decoration: underline;
	color: #003399;
}
.menu_banner {
	margin-bottom: 8%;
}
.menu_banner ul {
	
}
.menu_banner ul li {
	
}
.menu_banner ul li a {
	
}
.menu_banner ul li a img {
	width: 100%;
	height: auto;
	
}


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

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

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

.topix_jisseki h2 {
	color: #111111;
	font-size: 24px;
	text-align: left;
}
.topix_jisseki h2 span {
	font-size: 36px;
}
.topix_jisseki_area {
	background-color: #FFFFFF;
}
.topix_jisseki_box {
	text-align: left;
	width: 100%;
	height: auto;
	padding-top: 5px;
	float: left;
	margin-bottom: 4%;
}


.topix_jisseki_box a {
	color:#111111;
}
.topix_jisseki_box  .photo {
	width: 198px;
	height: 198px;
	overflow: hidden;
	border: 1px solid #BCBCBC;
	position: relative;
	margin-bottom:8px;
	float: left;
}
.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: 460px;
	margin-bottom:8px;
	margin-left: 210px;
}
.topix_jisseki_box h3 {
	font-size:18px;
	height:34px;
	overflow:hidden;
	font-weight:bold;
	margin-bottom: 5px;
	width: 100%;
	text-decoration: underline;
	color: #007ABF;
}
.topix_jisseki_box  .madorisize {
	background-color: #ff6600;
	color: #FFFFFF !important;
	font-size: 15px;
	text-align: left;
	height: 18px;
	width: auto;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5%;
	padding-right: 5%;
	font-weight: bold;
	margin-bottom: 8px;
	margin-right: auto;
}

.topix_jisseki_box  .syozai {
	width: 100%;
	height: 16px;
	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 {
	background-color: #FFFFFF;
}
.topix_bukken_box {
	text-align: left;
	width: 200px;
	height: 360px;
	padding-top: 5px;
	float: left;
	margin-bottom: 15px;
	margin-right: 28px;
}

.topix_bukken_box h3 {
	font-size:18px;
	height:42px;
	overflow:hidden;
	font-weight:bold;
	margin-bottom: 5px;
	width: 200px;
	text-decoration: underline;
	color: #007ABF;
	padding-top: 4%;
}
.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: 16px;
	text-align: center;
	width: 200px;
	height: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
}

.topix_bukken_box  .syozai {
	width: 200px;
	height: 16px;
	padding-top: 5px;
	overflow: hidden;
	font-size: 12px;
	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: 25px;
	padding-right: 25px;
	padding-top:25px;
}
.topix_detail_area  p {
	font-size: 14px;
	line-height: 1.8em;
	padding: 0;
	margin: 0;
}
.detail_mainimg {
	float: left;
	margin-right: 25px;
}
.detail_info1 {
	padding-top: 40px;
	padding-left: 325px;
	font-size: 15px;
	line-height: 1.8em;
	margin-bottom: 4%;	
}
.detail_info2 {
	font-size: 15px;
	line-height: 1.8em;
	margin-bottom: 4%;	
}
.detail_info3 {
	font-size: 15px;
	line-height: 1.8em;
	margin-bottom: 4%;	
}
.detail_info4 {
	font-size: 15px;
	line-height: 1.8em;
	margin-bottom: 4%;
}
.detail_info5 {
	font-size: 15px;
	line-height: 1.8em;
	margin-bottom: 4%;
	background-color: #E1F0D4;
	padding: 15px;
}
.photoslist {
	float: left;
	width: 180px;
	margin-right: 35px;
	margin-bottom: 30px;
	height: auto;
	overflow: hidden;
}
.detail_text {
	font-size: 13px;
	line-height: 1.3em;
}
.topix_detail_area h3 {
	background-color: #E1F0D4;
	border-left: 10px solid #6fba2c;
	border-bottom: 1px solid #6fba2c;
	padding-left: 20px;
	margin-bottom: 4%;	
}
.topix_detail_area h4 {
	font-weight: bold;
}
.topix_detail_area table {
	margin-bottom: 2%;
	margin-top: 2%;
	width: 100%;
}
.topix_detail_area table th {
	font-size: 14px;
	font-weight: normal;
}
.topix_detail_area table td {
	font-size: 14px;
}
#map_canvas2 {
	width:100%;
	height:360px;
	margin-bottom: 4%;
}
/* ========== business ========== */
#business {
}
#business p {
	margin-bottom:25px;
	line-height:1.8em;
}
.bizarea {
	background-image:url("../img/bk_sl_gray.png");
	padding-left:30px;
	padding-right:30px;
	padding-top:25px;
	padding-bottom:25px;
	margin-bottom:35px;
	border-radius:21px;
}

.bizarea h3 {
	text-align:left;
	padding-left: 150px;
	font-size:30px;
	border-radius:15px;
	padding-top:15px;
	padding-bottom:8px;
	color:#FFFFFF;
	background-color: #6fba2c;
	background-image:url("../img/bk_topix_madori.png");
	background-repeat: no-repeat;
	background-position: left top;
}
.bizarea p {
	margin-left:20px;
	margin-right:20px;
	margin-bottom:5px !important;
}


/* ========== service ========== */
.servicebox {
	padding-top: 4%;
}
.servicebox p {
	background-image:url("../img/bk_sl_gray.png");
	padding-left:30px;
	padding-right:30px;
	padding-top:12px;
	padding-bottom:10px;
	border-radius:21px;
	margin-left: 50%;
	margin-bottom: 2%;
	line-height:1.8em;	
}

.servicebox h3 {
	text-align:left;
	padding-left: 70px;
	font-size:21px;
	padding-top:15px;
	padding-bottom:8px;
	color:#FFFFFF;
	background-color: #6fba2c;
	background-image:url("../img/bk_topix_madori.png");
	background-repeat: no-repeat;
	background-position:-30px top;
	margin-bottom: 2%;
}
.servicebox_left {
	float: left;
	margin-right: 15px;
	width: 45%;
	margin-bottom: 4%;
}
.servicebox_left img {
	width: 100%;
	height: auto;
}
.servicebox ul {
	margin-left: 50%;
	margin-bottom: 4%;
}
.servicebox li {
	font-size: 14px;
	line-height: 1.8em;
	padding-left: 15px;
}


/* ========== plan ========== */
.planbox {
	width: 90%;
	height: auto;
	margin-bottom: 6%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-left: 4%;
	padding-right: 4%;
	padding-bottom: 3%;
	border-radius: 20px;
}
.planbox h3 {
	margin-bottom: 1%;
	font-size: 28px;
	line-height: 1.5em;
}
.planbox li {
	font-size: 18px;
	 line-height: 1.6em;
}
.plan1 {
	background-color: #E49D43;
	color: #FFFFFF;
}
.plan2 {
	background-color: #D04914;
	color: #FFFFFF;
}
	
	
/* ========== 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;	
}

/* ========== company ========== */
#company_list {
	margin-bottom:4%;
}
#company_list table {
	margin-bottom: 8%;
}
#company_list th {
	font-weight:normal;
	padding-bottom: 10px;
	width: 25%;
	font-size: 14px;
}
#company_list td {
	font-weight:normal;
	padding-bottom: 10px;
	font-size: 14px;
}

#company_hist {
	margin-bottom:4%;
	font-size: 14px;
}
#company_hist th {
	font-weight:normal;
	width: 15%;
	font-size: 14px;
}
#company_hist td {
	font-weight:normal;
	font-size: 13px;
}


/* lineup */
.lineup {
}
.lineup h3 {
	font-weight:bold;
	font-size:21px;
	margin-bottom:4%;
	border-bottom: 1px solid #58b218;
}
.lineup_box {
	width:92%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5%;
	padding:3%;
	height:auto;
	border:5px solid #58b218;
	background-color:#FFFFFF;
	position:relative;
	text-align:left;
	border-radius:10px;
}
.lineup_box h3 {
	font-weight:bold;
	font-size:21px;
	margin-bottom:4%;
	border-bottom: 1px solid #58b218;
}
.lineup_box p {
	font-size:18px;
	line-height:1.8em;
}
.lineup_text {
}
.lineup_list1 {
	margin-bottom:2%;
}
.lineup_list1 li {
	text-indent:-1em;
	padding-left:1em;
	font-size:18px;
	line-height: 1.8em;
	padding-bottom:1.5%;
}
.lineup_s {
	font-size: 14px;
}
.lineup_list1 li 
.lineup01 {
	margin-bottom: 3%;
}
.lineup02 {
	margin-bottom: 3%;
}

.newyear {
	border: double #C46061 3px;
	background-color: #FFF0F0;
	padding-top: 2%;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	margin-bottom: 4%;
}
.newyear h4 {
	font-size: 17px;
	font-weight: bold;
	background-color: #D33235;
	color: #FFFFFF;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 1%;
	padding-bottom: 0.5%;
	
}
.newyear p {
	font-size: 15px !important;
	line-height: 1.7em;
}


.onepoint {
	background-color: #FFF0F0;
	padding-top: 1%;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 1%;
	margin-bottom: 4%;
}
.onepoint h4 {
	font-size: 17px;
	font-weight: bold;
	background-color: #D33235;
	color: #FFFFFF;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 1%;
	padding-bottom: 0.5%;
	
}
.onepoint p {
	font-size: 15px !important;
	line-height: 1.7em;
}

/* ========== 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:75px;
}
.cont_select ul{
	padding-top:25px;
}
.cont_select li{
	float:left;
	margin-left: 10%;
	margin-right:10%;
	width:30%;
	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:80px;
	height:175px;
	color:#FFFFFF;
}
.cont_select li a span {
	font-size:40px;
}
.cont_select_box1 {
	background-color: #6fba2c;
}
.cont_select_box2 {
	background-color: #6fba2c;
}
.cont_select_box3 {
	background-color: #6fba2c;	
}

/* ========== cont_select2 ========== */
.cont_select2 {
	width:100%;
	margin-bottom:75px;
}
.cont_select2 ul{
	padding-top:25px;
}
.cont_select2 li{
	float:left;
	margin-left: 4%;
	margin-right:4%;
	width:25%;
	height:auto;
	color:#FFFFFF;
	border-radius:21px;		
}
.cont_select2 li a {
	display:block;
	font-size:24px;
	font-weight:bold;
	line-height:1.8em;
	text-align:center;
	width:100%;
	padding-top:80px;
	height:160px;
	color:#FFFFFF;
}
.cont_select2 li a span {
	font-size:16px;
}
.cont_select_box11 {
	background-color: #6fba2c;
}
.cont_select_box12 {
	background-color: #6fba2c;
}
.cont_select_box13 {
	background-color: #6fba2c;	
}

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

#staff {
}
#staff h2 {
}
#staff p {
	padding-top: 10px;
	padding-bottom: 4%;
	padding-left: 2%;
	padding-right: 2%;
	line-height: 1.6em;
}
#staff article {
	margin-bottom: 10%;
	margin-left: auto;
	margin-right: auto;
}
#staff h3 {
	border-top: 5px solid #84909E;
	border-bottom: 2px solid #d8dadc;
	margin-bottom: 4%;
	font-size: 21px;
	padding-top: 2.5%;;
	padding-bottom: 2.5%;
}
#staff h4 {
	font-size: 21px;
	font-weight: normal;
	padding-top: 1%;
	padding-bottom: 8%;
}

.staff_name {
	width: 36%;
	height: auto;
	min-height: 130px;
	text-align: left;
	background-color: #F1F1F1;
	/*background-image: url(../img/staff/bk_staff_name.gif);
	background-repeat: no-repeat;
	background-position: right bottom;*/
	padding-right: 20px;
	padding-top: 10px;
	padding-left: 10px;
	float: left;
	margin-right: 2%;
}
.staff_name ul {
}
.staff_name li {
	padding-left: 100px;
	padding-top: 8px;
	padding-bottom: 10px;
	text-align: left;
	height: auto;
	min-height: 15px;
	line-height: 1.2em;
	font-size: 14px;
	margin-bottom: 4%;
}

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

.staff_img2 {
	width: 27%;
	float: right;
}
.staff_img2 img {
	width: 100%;
	height: auto;
}
.staff_list1 {
	background-image: url(../img/staff/br_staff01.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.staff_list2 {
	background-image: url(../img/staff/br_staff02.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.staff_list3 {
	background-image: url(../img/staff/br_staff03.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.staff_profile {
	clear: both;
	width: 96%;;
	height: auto;
	border-left: 5px solid #fe049a;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
}
.staff_profile p {
	line-height: 1.6em;
	font-size: 13px;
	padding-top: 10px;
}


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


.policy_text {
	padding-left:30px;
	padding-right:30px;
	padding-top:25px;
	padding-bottom: 25px;
	background-image:url("../img/bk_sl_gray.png");
}
.policy_text h2 {
	font-size:21px;
}

/* ========== contact ========== */
.contactform {
	padding-top:25px;
}
.contactform h2 {
	font-size: 28px;
	margin-bottom: 20px;
	border-left: 10px solid #58b218;
	padding-left: 15px;
	line-height: 1.6em;
}
.contactform h2 span {
	font-size: 16px;
}





/* ========== owner page ========== */

.buy {
	padding-bottom: 4%;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #FFFFFF;
	margin-bottom: 4%;
}
.buy h2 {
	font-size: 28px;
	margin-bottom: 20px;
	border-left: 10px solid #58b218;
	padding-left: 15px;
	line-height: 1.6em;
}
.buyh3 {
	font-size: 21px;
	padding-left: 20px;
	line-height: 1.6em;
}
.sell {
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #FFFFFF;
	margin-bottom: 25px;
}
.sell h2 {
	font-size: 28px;
	margin-bottom: 20px;
	border-left: 10px solid #58b218;
	padding-left: 15px;
	line-height: 1.6em;
}
.lend {
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 20px;
	padding-right: 0px;
	background-color: #FFFFFF;
	margin-bottom: 25px;
}
.lend h2 {
	font-size: 28px;
	margin-bottom: 20px;
	border-left: 10px solid #58b218;
	padding-left: 15px;
	line-height: 1.6em;
}
.lend .h25 {
	font-size: 21px;
	color: #FFFFFF;
	margin-bottom: 20px;
	background-color: #A2A2A2;
	padding-left: 15px;
	padding-top: 5px;
	line-height: 1.6em;
}
.mlFlow {
	padding-top: 15px;
	margin-bottom: 20px;
	margin: 0 auto;
	width: 100%;
}
.mlFlow>div.main_column {
	width: 100%;
}
.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("../sell/images/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("../lend/images/bg_border_box_top.png") left -2px repeat-x
}
.mlFlow>div.main_column>div.flow_steps>h3 {
	font-size: 16px;
	font-weight: bold
}
.mlFlow>div.main_column>div.flow_steps>h3 {
	margin-left: -4px;
	padding: 8px 0px 6px;
	font-size: 16px;
	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-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	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: left;
}
.mlFlow>div.main_column>div.flow_steps>div.flow_detail>div.detail_txt {
	width: 46%;
	font-size: 14px;
	line-height: 1.8em;
	float: right
}
.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("../lend/images/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("../sell/images/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("../lend/images/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
}



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

/* ========== modal-content ========== */


.modal-content {
	width: 70%;
	margin: 0;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	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_exit {
	clear: left;
	height: 36px;
	width: 36px;
	position: absolute;
	right: -20px;
	top: -20px;
}
.modal_exit a {
	border-radius: 50%;
	border: 4px solid #FFFFFF;
	background-color: #58b218;
	padding-top: 8px;
	height: 28px;
	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: 20px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 60px;
	padding-top: 13px;
	padding-bottom: 9px;
	margin-left: 10px;
	margin-right: 10px;
}
.modal-h2-tel {
	background-image: url(../img/ar_modal_tel.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.modal-h2-line {
	background-image: url(../img/ar_modal_line.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.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:30px !important;
	font-weight:bold !important;
}
.push_text a {
	color:#383838;
}
.modal_search_area ul {
}
.modal_search_area li {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 15px;
}
.modal_search_area li a {
	background-color: #74a84f;
	height: 73px;
	width: 125px;
	display: block;
	padding-top: 52px;
	font-size: 20px;
	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: 10px;
	margin-left: 5px;
	margin-right: 5px;
	clear: left;
}
.modal_search_area dt {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #3E3E3E;
}
.modal_search_area dd {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.modal_search_area dd a {
	background-color: #74a84f;
	height: 20px;
	width: 125px;
	display: block;
	padding-top: 5px;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}
.modal_search_area dd a:hover {
	background-color: #97c577;
	text-decoration: underline;
}
.line_qr {
	width:50%;
	height:auto;
}




