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


/* ---初期設定--- */
body {
	padding: 0;
	text-align: center;
	margin: 0;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 86%;
	color: #444;
	line-height: 1.4em;
}
fieldset {
	border: none;
}
dl, ul, ol, blockquote, table, caption, td, th, dt, dd, address {
	letter-spacing: 0.03em;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p {
	letter-spacing: 0.03em;
	margin: 0px;
}
li {
	list-style: none;
}
input, textarea {
	font-size: 12px;
	text-align: left;
	margin: 0;
	padding: 3px;
}
input {
	vertical-align: middle;
}
img {
	border: 0;
}
table {
	border: 0;
}
a:link {
	color: #003399;
}
a:visited {
	color: #003399;
}
a:hover, a:active {
	color: #003399;
}
.hidden {
	visibility: hidden;
}
.end {
	font-size: 0;
	line-height: 0;
	clear: both;
}
.no_sp {
	display: none;
}
.no_pc {
	display: block;
}
/* ========== pagetop ========== */
#pagetop {
	position: fixed;
	bottom: 60px;
	right: 5px;
	z-index: 99999
}
.plist {
	padding-top:2%;
	padding-bottom:2%;
	padding-left:20px;
	text-align: left;
	font-size:12px;
	background-color: #DFDFDF;
}
.pointer {
	cursor: pointer; /* カーソルオーバー */
}
a:hover img.hover_img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background: none!important;
}


/* ---基本レイアウト--- */
	
header {
	border-top: #293B68 solid 3px; 	
}
#header {
	width: 100%;
	height: auto;
	float: none;
	background: none;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;	
}
h1 {
	float:none;
	margin-left: 2%;
	margin-right: 2%;
	padding-bottom: 0;
	padding-top: 4%;
	padding-right: 36%;
	height: 60px;
	width: 60%;
	margin-bottom: 2%;
	border-bottom: 1px solid #ADADAD;
}
.headlogo {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top:0;
}
.headtel {
  float: none;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2%;
	width: 75%;
	height: auto;
	padding-top: 0;
	text-align: center;
}		
	
	
/* ========== sp_nav ========== */
#gnavi {
  display: none;
}	
	
#spnavi {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
/* Toggle(Button) */
#navToggle {
	display: none;
	position: absolute;/*to body*/
	right: 0px;
	top: 0px;
	padding-left: 17px;
	padding-right: 17px;
	padding-top: 16px;
	width: 30px;
	height: 43px;
	cursor: pointer;
	z-index: 150000;
	background-color: #494949;
}
#navToggle div {
  position: relative;
}
#navToggle span {
	display: block;
	position: absolute;/*to div*/
	width: 100%;
	border-bottom: solid 4px #FFFFFF;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out
}
#navToggle span:nth-child(1) {
  top: 0
}
#navToggle span:nth-child(2) {
  top: 10px
}
#navToggle span:nth-child(3) {
  top: 20px
}
#spnavi nav {
	position: absolute;
	right: 0;
	top: -720px; /*通常時はビュー外*/
	/*background-color: rgba(255,255,255,0.90);*/
	background-color: #6B6B6B;
	width: 90%;
	padding-top: 0;
	padding-right: 5%;
	padding-left: 5%;
	padding-bottom: 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	text-align: left;
	z-index: 120000;
}
#spnavi ul {
  margin: 0
}
#spnavi ul li {
	display: block;
	margin: 0;
	border-bottom: dotted 1px #fff;
	line-height: 2.6;
}
#spnavi ul li a {
	display: block;
	padding-left: 18%;
	padding-top: 1%;
	padding-bottom: 1%;
	font-size: 1.2rem;
	color: #FFFFFF;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 70%;
}
#spnavi ul li::after {
  content: ''
}
#spnavi ul li:last-child {
  border-bottom: none
}
#spnavi li a span {
  color: #FFFFFF;
  font-weight: normal;
  font-size: 0.7rem;
  padding-left: 3%;
}
.spnavi01 {
  background-image: url(../img2025/sp_gnavi1.png);
}
.spnavi02 {
  background-image: url(../img2025/sp_gnavi2.png);
}
.spnavi03 {
  background-image: url(../img2025/sp_gnavi3.png);
}
.spnavi04 {
  background-image: url(../img2025/sp_gnavi4.png);
}
.spnavi05 {
  background-image: url(../img2025/sp_gnavi5.png);
}
.spnavi06 {
  background-image: url(../img2025/sp_gnavi6.png);
}
.spnavi07 {
  background-image: url(../img2025/sp_gnavi7.png);
}

/* Toggle(Button) */
#navToggle {
  display: block
}
/* Click Toggle(Button) */
.openNav #navToggle span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.openNav #navToggle span:nth-child(2), .openNav #navToggle span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg)
}
/*header menu*/
.openNav nav {
  -moz-transform: translateY(720px);
  -webkit-transform: translateY(720px);
  transform: translateY(720px)
}

#pcnavi {
	display: none;
}
	

	
	
#contents {

}
.stage {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

#con_left {
	float: none;
	width: 100%;
	height: auto;
	text-align: left;
	padding-top:15px;
	margin-bottom: 2%;
}
#con_right {
	float: none;
	width: 100%;
	height: auto;
	text-align: left;
	margin-bottom: 2%;
}

.con_left_sub {
	float: none;
	width: 100%;
	height: auto;
	text-align: left;
	padding-top:15px;
	margin-bottom: 2%;
}
.con_right_sub {
	float: none;
	width: 100%;
	height: auto;
	text-align: left;
	padding-top:15px;
	margin-bottom: 2%;
}
.con_cent_sub {
	width: 100%;	
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4%;
	height: auto;
	text-align: left;
	padding-top: 4%;
}



/* ------------footer------------ */
footer {
	background-color: #293B68;
}
#footer {
	width:100%;
	text-align: center;
	padding-top: 0;
}

#footer p {
	color: #FFFFFF;
	line-height: 1.6em;
	font-size: 14px;
	text-align: center;
}
#footer a {
	color: #FFFFFF;
}
.footer_left {
	float: none;
	width: 100%;
	text-align: left;	
  height: auto;
  margin-bottom: 2%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 8%;
}
.flogo {
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}
.flogo img {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.footer_left li {
  font-size: 15px;
  line-height: 1.6em;
  padding-left: 1em;
	text-align: center;
}
.fshop li a {
}	
	

.footer_navi {
	display: none;
}
#flink {
	padding-top:2%;
	padding-bottom: 1%;
	padding-left: 4%;
	border-left: solid 1px #FFFFFF;
}
.footer_right {
	float: none;
	margin-bottom:10%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.footer_right p {
	text-align: center;
	margin-bottom: 4%;
	margin-left: auto;
	margin-right: auto;
	width: 94%;
	line-height: 1.5em;
}

#map_canvas {
	width: 90%;
	height: 320px;
	margin-left: auto;
	margin-right: auto;
	border: none;

}
#copy {
	padding-top: 8px;
	padding-bottom: 8px;
	overflow: hidden;
	font-size: 10px;
	color: #111111;
	line-height: 1.2em;
	background-color: #FFFFFF;
	width: 70%;
	padding-left: 15%;
	padding-right: 15%;
	margin-bottom: 56px;	
}
#fnavi {
	display: block;
	position: fixed;
	background-color: #0d417c;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	text-align: center;
	padding-top: 8px;
}
	#fnavi ul {
	}
	#fnavi ul li {
		float: left;
		width: 24.5%;
		border-right: 1px dotted #FFFFFF;
	}
	#fnavi .li_end {
		border-right: none;
	}
	#fnavi ul li a {
		display: block;
		color: #FFFFFF;
		height: 50px;
	}
	#fnavi ul li a  img {
	margin-left: auto;
	margin-right: auto;
		margin-bottom: 4%;
	width: 22%;
	height: auto;
}

/* ------------footer------------ */
#buytop {
	display: none;
}
#buytop_smp {
	display: block;
	border-bottom: 1px solid #515151;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
}
#buytop_smp .instage {
	width: 100%;
	height: auto;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#buytop_smp .instage img {
	width: 100%;
	height: auto;
}


.abouttext {
	padding-top: 3%;
	padding-bottom: 3%;
	text-align:center;
	background-color:#293B68;
}
.abouttext p {
	color:#FFFFFF;
	font-size:13px;
	font-weight:normal;	
}
.scroll {
  overflow   : hidden;
}
.scroll span{
  display     : inline-block;
  padding-left: 100%;
  white-space : nowrap;
  line-height : 1em;
  animation   : scrollAnime 20s linear infinite;
}
@keyframes scrollAnime{
    0% { transform: translateX(0)}
  100% { transform: translateX(-100%)}
}


.sidemenu {
	display: none;
}
.sidemenu iframe {
	box-shadow: 0px 0px 2px 0px rgba(113,135,164,0.56);
	border-radius: 5px;
	border: 1px solid #CCCCCC;
}






/* ---トップ・エリア検索--- */
.top_map_kobe {
		display: none;
}
.top_map_kobe_smp {
	display: block;
	margin-bottom: 2%;
	text-align: left;
	float: none;
	width: 94%;
	height: auto;
	margin-left: auto;
	margin-right: auto;		
	background-color: #FFFFFF;
	padding-bottom: 0;
	padding-top: 1%;
	box-shadow: 0px 0px 2px 0px rgba(113,135,164,0.56);
	border-radius: 5px;
	border: 1px solid #CCCCCC;	
}	
.top_map_kobe_smp h2 {
	border-bottom: 2px solid #1982b8;
	color: #293B68;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 60px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 4%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-image: url(../img2025/ar_top_map.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;	
}
	.top_map_smp dl {
margin-bottom: 5%;
		padding-bottom: 8px;
		border-bottom: 1px dotted #1982b8;
	}	
.top_map_smp dt {
	color: #1982b8;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: left;
	padding-left: 3%;
	margin-bottom: 3%;
}
.top_map_smp dd {
	float: left;
	padding-left: 2.5%;
	margin-bottom: 3%;
}
	.dd2 {
	width: 30%;
	}
	.dd2 a {
	background-color: #19a7b8;
	}
	.dd3 {
	width: 25%;
	}
	.dd3 a {
		background-color: #1982b8;	
	}
	.ddt {
		font-size: 15px;
		padding-top: 10px;
	padding-bottom: 8px;	
	}
.top_map_smp dd a {
	display: block;
	widows: 90%;
	text-align: center;
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 8px;
	padding-bottom: 6px;
	border-radius: 16px;
	text-decoration: none;
}
	.top_map_smp dd a:hover {
	color: #FFFFFF;	
	}	

/* ---トップ・検索--- */
.top_search_box {
	width: 100%;
	height: auto;
	margin-bottom: 4%;
}
.top_buy_kobe {
	float: none;
	width: 94%;
	height: auto;
	margin-left: auto;
	margin-right: auto;		
	margin-bottom: 6%;	
	background-color: #FFFFFF;
	padding-bottom: 2%;
	padding-top: 1%;
	box-shadow: 0px 0px 2px 0px rgba(113,135,164,0.56);
	border-radius: 5px;
	border: 1px solid #CCCCCC;
}
.top_buy_kobe h2 {
	border-bottom: 2px solid #1982b8;
	color: #293B68;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 60px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 4%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-image: url(../img2025/ar_top_map.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;	
}
.top_buy_kobe ul {
	margin-left:14px;
}
.top_buy_kobe li {
	margin-bottom:0;
	line-height:1em;
}
.top_buy_kobe li a {
	display: block;
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 50px;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 2%;
	font-size: 18px;
	line-height: 1.0em;	
}
.top_rent_kobe {
	float: none;
	width: 94%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 6%;
	background-color: #FFFFFF;
	padding-bottom: 2%;
	padding-top: 1%;
	box-shadow: 0px 0px 2px 0px rgba(113,135,164,0.56);
	border-radius: 5px;
	border: 1px solid #CCCCCC;	
}
.top_rent_kobe h2 {
	border-bottom: 2px solid #19a7b8;
	color: #293B68;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 60px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 4%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-image: url(../img2025/ar_top_map.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;	
}
.top_rent_kobe ul {
	margin-left:14px;
}
.top_rent_kobe li {
	margin-bottom:4px;
	line-height:1em;
}
.top_rent_kobe li a {
	display: block;
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 50px;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 2%;
	font-size: 18px;
	line-height: 1.0em;
}

.sch01 a {
	background-image: url(../img2025/ar_search_buy04.png)
}
.sch02 a {
	background-image: url(../img2025/ar_search_buy05.png)
}
.sch03 a {
	background-image: url(../img2025/ar_search_buy02.png)
}
.sch04 a {
	background-image: url(../img2025/ar_search_buy01.png)
}
.sch11 a {
	background-image: url(../img2025/ar_search_rent04.png)
}
.sch12 a {
	background-image: url(../img2025/ar_search_rent03.png)
}
.sch13 a {
	background-image: url(../img2025/ar_search_rent06.png)
}

/*--------------free_search-----------*/
	
#free_search {

	width: 94%;
	height: auto;
	margin-left: auto;
	margin-right: auto;		
	margin-bottom: 18px;
	padding-bottom: 0;
	box-sizing: border-box;
	box-shadow: 0px 0px 2px 0px rgba(113,135,164,0.56);
	border-radius: 5px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
#free_search h2 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #5F5F5F;
	text-align: left;
	padding-top: 16px;
	padding-bottom: 8px;
	padding-left: 60px;
	background-image: url("../img2025/ar_top_free.png");
	background-repeat: no-repeat;
	background-position: center left;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.free_searchbox {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 6px;
}
	
	
/* ---top news--- */	
#news_kobe {
	float: none;
	width: 94%;
	height: auto;
	margin-left: auto;
	margin-right: auto;		
	margin-bottom: 6%;	
	background-color: #FFFFFF;
	padding-bottom: 20px;
	box-shadow: 0px 0px 2px 0px rgba(113,135,164,0.56);
	border-radius: 5px;
	border: 1px solid #CCCCCC;
}
#news_kobe h2 {
	background-color: #293B68;
	letter-spacing: 0.2em;
	font-weight: bold;
	width: 100%;
	color: #FFFFFF;
	padding-top: 1.5%;
	padding-bottom: 1%;
	font-size: 18px;
	margin-bottom: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#news_kobe .newsbox_kobe {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	overflow: scroll;
	overflow-x: hidden;
	height: 300px;
	padding-top: 1%;
	text-align: left;
}
/*お知らせ0件の場合*/
#news_kobe .newsbox_kobe_off {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	overflow: scroll;
	overflow-x: hidden;
	height: 35px;
	padding-top: 1%;
	text-align: left;
}	
#news_kobe .newsbox_kobe dl {
	text-align: left;
	width: 92%;
	margin-right: 5%;
	margin-left: 3%;	
}
#news_kobe .newsbox_kobe  dt {
	clear: both;	
	float: none;
	width: 100%;
	margin-right:auto;
	margin-left:auto;	
}
.rndate {
	float: left;
	width: 40%;
	font-size: 16px;
	padding-left: 0;
	padding-top: 5px;
	margin-bottom: 8px;
	color:#3B3B3B;
}
.rnicon {
	float: right;
	width: 45%;
	margin-right: 2%;
	margin-bottom: 8px;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	padding-top: 3px;
	padding-bottom: 2px;
	border-radius: 4px;
}
.rnflag0 {
}
.rnflag1 {
	background-color: #A85859;
}
.rnflag2 {
	background-color: #BB9755;
}
.rnflag3 {
	background-color: #6E92A2;
}
.rnflag4 {
	background-color: #7DAD65;
}
.rnflag5 {
	background-color: #907EAC;
}

#news_kobe .newsbox_kobe  dd {
	float: none;
	clear:both;
	width: 100%;
	margin-right:auto;
	margin-left:auto;	
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom:10%;
	border-top: 1px dotted #7B7B7B;
	padding-top: 2%;
}
	
	
/*--------------con_contact-----------*/
.con_contact {
	width: 100%;
	height: auto;
	padding-top: 8%;
	padding-bottom: 6%;
	margin-bottom: 1%;
	background-image: url("../img2025/bk_shadow.png");
	background-position: center top;
	background-repeat: repeat-x;
}
.con_contact ul {
	display: none;
}
.con_contact li {
	float: none;
	margin-right: 0;
}
.con_contact li img {
	width: 70%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.li_end {
	margin-right: 0 !important;
}

.con_contact_sp {
	display: block;
	padding-top: 3%;
	padding-bottom: 3%;
	border-bottom: 1px solid #293B68;
}
.con_contact_sp ul {
}
.con_contact_sp li {
}
.con_contact_sp li img {
	width: 50%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

	
.con_contsell_sp {
	display: block;
	margin-bottom: 10%;
}
.con_contsell_sp ul {
	margin-left: auto;
	margin-right: auto;
	width: 85%;		
}
.con_contsell_sp li {
	float: none;
	border: 1px solid #BBBBBB;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 6%;	
}
.con_contsell_sp .li_end {
		margin-right: auto !important;
}	
.con_contsell_sp li a {
}
.con_contsell_sp li img {
	width: 100%;
	height: auto;
}	

/* ---PDFチラシ--- */
.top_pdf {
	margin-bottom: 2%;
	padding-top: 2%;
	border-top: 1px solid #ACACAC;
}
	.top_pdf img {
		width: 100%;
		height: auto;
	}


/* ---賃貸トピックス--- */
.topix_title {
	border-bottom: 1px solid #293B68;
	margin-bottom:2.5%;	
	padding-top: 4%;
}
.topix_title .stage {
	background-image: url("../img2025/ar_h2.png");
	background-position: right center;
	background-repeat: no-repeat;
	/*background-color:#293B68;*/
	color:#293B68;
	font-size:26px;
	letter-spacing: 0.5em;
	line-height: 1em;
	font-weight: bold;
	padding-left:1%;
	padding-top:18px;
	padding-bottom: 18px;
}
.topix_title span {
}
.topix_kobe {
	width: 100%;
	margin-bottom: 2%;
	padding-top:2%;
}
.bk_topix_buy {
	/*background-color:#cfedf0;*/
}
.bk_topix_rent {
	/*background-color:#f7bed0;*/
}

.topix_kobe h2 {
	height: 34px;
	width: 100%;
	text-align: center;
	color: #4B4B4B;
	padding-top: 15px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
}
.bn_kanrishi {
	width: 80%;
	max-width:440px; 
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 6%;
	padding-top: 4%;
}
.bn_kanrishi img {
	width: 100%;
	height: auto;
}
.athometopix {
	padding-left:4px;
	padding-bottom:5px;
}
.athometopix iframe {
	background-color:#FFFFFF;
}
.topixend {
	height: 10px;
	width: 100%;
	clear: left;
}
.bk_color {
	background-color: #f4f0ed;
	padding-bottom: 4%;
	padding-top: 6%;
}




/* ---サブページ--- */
.photo100 {
	text-align: center;
}
.photo100 img {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.photo90 {
	text-align: center;
	margin-bottom: 2%;
}
.photo90 img {
	width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.photo85 {
	text-align: center;
	margin-bottom: 2%;
}
.photo85 img {
	width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.photo75 {
	text-align: center;
	margin-bottom: 2%;
}
.photo75 img {
	width: 72%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.con_cont_sub {
	background-image: url("../img2025/bk_shadow.png");
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 10%;
	margin-bottom: 6%;
}
/* ---サブ・検索--- */
.sub_search_box {
	float: none;
	width: 100%;
	height: auto;
	text-align: left;
}
.sub_buy_kobe {
	float: none;
	width: 94%;
	height: auto;
	margin-left: auto;
	margin-right: auto;		
	margin-bottom: 6%;	
	background-color: #FFFFFF;
	padding-bottom: 0;
	padding-top: 1%;
	box-shadow: 0px 0px 2px 0px rgba(113,135,164,0.56);
	border-radius: 5px;
	border: 1px solid #CCCCCC;
}
.sub_buy_kobe h2 {
	border-bottom: 2px solid #1982b8;
	color: #293B68;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 60px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 4%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-image: url(../img2025/ar_top_map.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;	
}
.sub_buy_kobe ul {
	margin-left:14px;
}
.sub_buy_kobe li {
	margin-bottom:0;
	line-height:1em;
}
.sub_buy_kobe li a {
	display: block;
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 50px;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 2%;
	font-size: 18px;
	line-height: 1.0em;	
}
.sub_rent_kobe {
	float: none;
	width: 94%;
	height: auto;
	margin-left: auto;
	margin-right: auto;		
	margin-bottom: 6%;	
	background-color: #FFFFFF;
	padding-bottom: 0;
	padding-top: 1%;
	box-shadow: 0px 0px 2px 0px rgba(113,135,164,0.56);
	border-radius: 5px;
	border: 1px solid #CCCCCC;	
}
.sub_rent_kobe h2 {
	border-bottom: 2px solid #19a7b8;
	color: #293B68;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 60px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 4%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-image: url(../img2025/ar_top_map.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;	
}
.sub_rent_kobe ul {
	margin-left:14px;
}
.sub_rent_kobe li {
	margin-bottom:0;
	line-height:1em;
}
.sub_rent_kobe li a {
	display: block;
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 50px;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 2%;
	font-size: 18px;
	line-height: 1.0em;	
}
	
	
.sub_contact_box {
	display: none;
}
.sub_contact ul {
}
.sub_contact li {
}



/*---con_company---*/
#company {
	padding-top: 2%;
	margin-bottom: 4%;
}
#company h2 {
	border-bottom: 3px solid #293B68;
	background-image: url("../img2025/ar_h2.png");
	background-position: right center;
	background-repeat: no-repeat;
	/*background-color:#293B68;*/
	color:#293B68;
	font-size:18px;
	font-weight: bold;
	text-align: left;
	padding-left:5%;
	padding-top:4%;
	padding-bottom:4%;
	margin-bottom:6%;
}
.company_img {
	margin-bottom: 6%;
	border-left: none;
	border-right: none;
}

#company table {
	background-color:#DDDDDD;
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0px 0px 2px 0px rgba(113,135,164,0.56);
	border-radius: 5px;
	margin-bottom: 10%;
}
#company tr {
	margin-bottom: 0;
}
#company th {
	color: #0c4e99;
	background-color: #E6EDF3;
	display: block;
	padding-top: 2%;
	padding-right: 5%;
	padding-left: 5%;
	padding-bottom: 2%;
	width: 90%;
	text-align: left;
	font-size: 16px;
	font-weight: normal;
	border-bottom: 1px solid #D9D9D9;
}
#company td {
	background-color:#FFFFFF;		
	display: block;
	padding-top: 2%;
	padding-right: 5%;
	padding-left: 5%;
	padding-bottom: 2%;
	width: 90%;
	text-align: left;	
	font-size:16px;
	line-height: 1.5em;
	border-bottom: 1px solid #D9D9D9;
}
	#company td img {
		width: 90%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}
#company .photo85 {
	text-align: center;
	margin-bottom: 2%;
}
#company .photo85 img {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

/*---con_policy kiyaku---*/
#policy {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	padding-top: 2%;
	padding-bottom: 10%;
}
#policy h2 {
	border-bottom: 3px solid #293B68;
	background-image: url("../img2025/ar_h2.png");
	background-position: right center;
	background-repeat: no-repeat;
	/*background-color:#293B68;*/
	color:#293B68;
	font-size:18px;
	font-weight: bold;
	text-align: left;
	padding-left:5%;
	padding-top:4%;
	padding-bottom:4%;
	margin-bottom:6%;
}
.policy_area {
	margin-left:2%;
	margin-right: 2%;
}
.policy_area h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 6%;
	padding-top: 6%;
}
.policy_area h4 {
	font-size: 15px;	
	font-weight: bold;
	text-decoration: underline;
	padding-top: 6%;
	margin-bottom: 4%;
}
.policy_area p {
	margin-bottom: 4%;
	font-size: 14px;
	line-height: 1.8em;
}



/*---owner---*/
#owner {
}
#owner h2 {
	border-bottom: 3px solid #293B68;
	background-image: url("../img2025/ar_h2.png");
	background-position: right center;
	background-repeat: no-repeat;
	/*background-color:#293B68;*/
	color:#293B68;
	font-size:18px;
	font-weight: bold;
	text-align: left;
	padding-left:5%;
	padding-top:4%;
	padding-bottom:4%;
	margin-bottom:6%;
}

.owner1 {
	padding-top: 10px;
	padding-bottom: 15px;
	margin-bottom:8%;
}
.owner1 p {
	font-size:15px;
	line-height: 1.7em;
	font-weight:normal;
	margin-left:5%;
	margin-right: 5%;
	margin-bottom:2%;
}
.owner1 ul {
	margin-left: 3%;
	margin-right: 3%;
	padding-top: 4%;
	padding-bottom: 0.5%;
	padding-left: 2%;
	padding-right: 2%;
	background-color:#d2e6f5;
	border-radius:10px;
}
.owner1 li {
	font-size: 15px;
	line-height: 1.6em;
	text-align: left;
	margin-bottom: 4%;
	text-indent: -2em;
	padding-left: 1em;
	padding-right: 5%;
}

.owner2 {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	margin-bottom: 8%;
	text-align: left;
}
.owner2 p {
	font-size:15px;
	line-height: 1.7em;
	font-weight:normal;
	margin-left:5%;
	margin-right: 5%;
	margin-bottom:2%;
}
.owner2img {
	padding-top: 2%;
	padding-bottom: 4%;
}
.owner2 .photo75 {
	text-align: center;
	margin-bottom: 2%;
}
.owner2 .photo75 img {
	width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}	
	
.owner_cont {
}
.owner_cont .stage {
	margin-bottom: 6%;
}
.owner_cont ul {
	margin-left: auto;
	margin-right: auto;
	width: 90%;	
}
.owner_cont li {
	float: none;
	border: 1px solid #BBBBBB;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 6%;
}
.owner_cont .li_end {
		margin-right: auto !important;
}		
	
.owner_cont li a {
}
.owner_cont li img {
	width: 100%;
	height: auto;
}




/*--------Sell---------*/
#sell {
	padding-top: 2%;
	padding-bottom: 10%;
}
.sellbox {
}
.sellbox h2 {
	border-bottom: 3px solid #293B68;
	background-image: url("../img2025/ar_h2.png");
	background-position: right center;
	background-repeat: no-repeat;
	/*background-color:#293B68;*/
	color:#293B68;
	font-size:18px;
	font-weight: bold;
	text-align: left;
	padding-left:5%;
	padding-top:4%;
	padding-bottom:4%;
	margin-bottom:6%;
}
.sellbox h3 {
	color: #4e4e4e;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	padding-top: 1%;
	padding-left: 2%;
	padding-right: 2%;
	width: 92%;
	margin-left: auto;
	margin-right: auto;	
	margin-bottom: 1.5%;
	text-align: left;
}
.sellbox p {
	color: #4e4e4e;
	font-size: 14px;
	line-height: 2.0em;
	padding-left: 2%;
	padding-right: 2%;
	width: 92%;
	margin-left: auto;
	margin-right: auto;		
	margin-bottom: 4%;
	text-align: left;
}
.sell_cont {
	margin-bottom: 2%;
}
.sell_cont ul {
	margin-left: auto;
	margin-right: auto;
	width: 90%;	
}
.sell_cont li {
	float: none;
	border: 1px solid #BBBBBB;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 6%;
}
.sell_cont .li_end {
		margin-right: auto !important;
}	
.sell_cont li a {
}
.sell_cont li img {
	width: 100%;
	height: auto;
}
.sellinfo {
	background-color: #F0F9FF;
	margin-left: 2%;
	margin-right: 2%;
	padding-top: 1%;
	padding-bottom: 1%;
}

.sellinfo h4 {
	color: #4e4e4e;
	font-size: 14px;
	font-weight: bold;
	padding-top: 6%;
	padding-left: 4%;
	padding-right: 4%;
	padding-bottom: 4%;
	margin-bottom: 4%;
	text-align: left;	
}
.sellinfo p {
	color: #4e4e4e;
	font-size: 15px;
	line-height: 2.0em;
	padding-left: 4%;
	padding-right: 4%;
	margin-bottom: 1%;
	text-align: left;	
}
.sellbox img {
	margin-right: auto;
	margin-left: auto;
}

/*** form Page ***/
.form {
	border-collapse: separate !important;
	border-spacing: 1px !important;
	table-layout:auto !important;
}

}
