/* ===================================================================
CSS information
 file name  :  common.css
 style info :  基本構造（common.css）
=================================================================== */
body {
}
.stage {
	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:960px;
	width:1160px;
	text-align: center;
}
.subpage .stage {
	height:480px;
}
h1 {
	display:none;
}
#h1title h1 {
	display:block !important;
}
#h1title {
	position:absolute;
	top:280px;
	z-index:9997;	
}
/*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;
}


#header {
	width: 1000px;
	height: 240px;
	margin-left: auto;
	margin-right: auto;
}
.logo {
	float: left;
}
.headtel {
	float: right;
}



/* nav */
nav {
	position:absolute;
	top:135px;
	right:80px;
	z-index:9999;
}
#gnavi {
	width: 1000px;
	height: 100px;
	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: 66px;
	font-size: 14px;
	height: 30px;
	color: #5ea226;
	font-weight: bold;
}
#gnavi li a:hover {
	background-color: rgba(94,162,38,0.10);
}
.gnavi01 {
	background-image: url(../img/ar_gnavi1.png);
	background-position: center 12px;
	background-repeat: no-repeat;
}
.gnavi02 {
	background-image: url(../img/ar_gnavi2b.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:780px;
	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:15px;
}
#outline .stage {
}
#outline .stage img {
	width:100%;
	height:auto;
	margin-bottom:2%;
}
.outline_pc {
	display:block;
}
.outline_smp {
	display:none;
}

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

.news_bt {
	text-align: center;
	width: 100%;
}
.news_bt img {
	margin-bottom:4%;
	margin-left: auto;
	margin-right: 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: 14px;
	height: 31px;
}
.news_left p {
	font-size: 18px;
	line-height: 1.6em;
	padding-left: 15px;
	padding-top: 12px;
	padding-bottom: 36px;
}
.news_left p a {
	text-decoration: underline;
	color: #003399;
}
.news_right {
	float:right;
	width:50%;
}

.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: 280px;
	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;
}



/* ========== 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;
}




/* ========== 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:16px;
	height:34px;
	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;
	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: 8px;
}

.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: center;
	padding-top: 5%;
	padding-bottom: 10%;
}


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

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


/* ========== banner ========== */
#banner {
	display: block;
	margin-bottom:40px;
	padding-top: 2%;
}
#banner .stage {
}
#banner ul {
}
#banner li {
	float:left;
	width: 33%;
	text-align: center;
	margin-bottom: 3%;
}
#banner li img {
	margin-left: auto;
	margin-right: auto;
	width: 240px;
	height: auto;
}	



/* ========== 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: 4%;
}
.flogo {
	width:360px;
	float: left;
	text-align:left;
	padding-bottom: 45px;
}
.flink1 {
	float:right;
	width:200px;
	text-align:left;
}
.flink1 li {
	margin-right: 20px;
	padding-right: 20px;
	margin-bottom:5px;
}
.flink1 li a {
	color: #111111;
	font-size: 14px;
}
.flink1 li a:hover {
	text-decoration:underline;
}
#footer h2 {
	text-align:left;
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}
#footer p {
	text-align:left;
	line-height:1.8em;
	font-size:14px;
	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:#111111;
}
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: 12pt;
	font-weight: bold;
	padding-left: 0px;
	padding-right: 0px;
}
.page p {
	font-size:16px;
	line-height:1.7em;
	padding-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	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:16px;
	height:38px;
	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: 14px;
	text-align: center;
	width: 200px;
	height: 18px;
	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: 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%;
}
.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_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;
}

/* ========== 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;
}


/* ========== 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: 4%;
	margin-right:4%;
	width:25%;
	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:36px;
}
.cont_select_box1 {
	background-color: #6fba2c;
}
.cont_select_box2 {
	background-color: #6fba2c;
}
.cont_select_box3 {
	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;
}


/* ========== 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;
}

