@charset "utf-8";


/* リセット用　=Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	text-align: center;
}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	text-align: center;
	color: #1A11F3;
	border-width: 2px;
	border-color: hsla(243,94%,53%,1.00);
}
caption, th, td {
	font-weight: normal;
	text-align: left;
	font-size: 16px;
	color: #070000;
	vertical-align: middle;
}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */


body{
color:#333;
font: verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
line-height:1.5;
background:#fff;
-webkit-text-size-adjust: none;
}

table.tbl-bdr{
    border-collapse: collapse;
}
table.tbl-bdr td {
    border-collapse: collapse;
    border:1px solid #333;
    text-align: center;
}

/* 求人情報 */
h2.recruit {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

h2.recruit:before, h2.recruit:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

h2.recruit:before {
  left:0;
}
h2.recruit:after {
  right: 0;
}
table.recruit{
  border-collapse:  collapse;
}
table.recruit th,td{
  border: 1px solid #1A11F3;
  border-width: 1px;
}
table.recruit th{
  text-align: center;
  color: #1A11F3;
  font-weight: bold;
  min-width: 100px;
  width: 25%;
}

h3.recruit {
  font-size: 20px;
  text-align: left;
  border-bottom: solid 3px #A571F8;
  position: relative;
  margin-bottom: 10px;
  margin-top: 30px;
}

h3.recruit:before {
	content:'● ';
	color: red;
}
h3.recruit:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #6912F4;
  bottom: -3px;
  width: 30%;
}

/* リンク設定
------------------------------------------------------------*/
a{color:#73ab00;text-decoration:none;}
a:hover{color:#1c1c1c;}
a:active, a:focus{
	outline: 0;
	color: #90090B;
}


/* 全体
------------------------------------------------------------*/

#wrapper{
margin:0 auto;
padding:0 1%;
width:98%;
position:relative;
}

#wrapper iframe{
	width: 100%;
}

/* 上付き文字
------------------------------------------------------------*/
sup{
	bottom: 1ex;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative
}

/* 文字色調整
------------------------------------------------------------*/
.red{
	color:red;
}

.light_red{
	color: #ff3300;
}

.blue{
	color: #000094;
}

.orange{
	color: #f27800;
}

.green{
	color: #33ff00;
}
.gray{
	color: #959595;
}

.purple{
	color: #7a17ff;
}


/* 文字サイズ調整
------------------------------------------------------------*/
.huge{
	font-size: 200%;
}

.big{
	font-size: 150%;
}

.small{
	font-size: 90%;
}

.tiny{
	font-size: 80%;
}
.bold{
	font-weight: bold;
}

/**************************
/* ヘッダー
**************************/
header#header{
	max-width: 960px;
	margin: 30px auto 0 auto;
	overflow: hidden;
	height: auto;
}

header#header div#logo{
	float: left;
	width: 41%;
	padding-right: 2%;
	text-align: left;
}

header#header div#logo img{
	max-width: 362px;
	width: 100%;
}

header#header div#logo_sub{
  display: table;
  width: 57%;
  padding-top: 30px;
}

header#header div#logo_sub img.sp{
	display: none;
}

header#header div#logo_sub div.inner{
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

header#header div#logo_sub div.inner div.side{

}

header#header div#logo_sub div.inner div.side img{
	float: left;
	padding-bottom: 10px;
	padding-right: 10px;
}

header#header div#logo_sub p{
	font-size: 15px;
	float: left;
	text-align: left;
	font-weight: bold;
	font-family: ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif;
	color: #4d4d4d;
	font-feature-settings: "liga" 1
}

#header01 ul li {
  width: 32.8%;
	position: relative;
	float: left;
	font-size: 14px;
	color: #FBFBFB;
	background-color: #07F7DC;
	text-align: center;
	　　display: block;
	margin-top:5px;
	margin-bottom: 5px;
	margin-left: 0.8%;
	border-radius: 2px;
	border-style: solid 1px;
	border-color: #7e51b;
}

#header01 ul li:first-child{
	margin-left: 0;
	padding-left: 0;
}

/**************************
/* トップナビゲーション
**************************/

ul#topnav{
	overflow:hidden;
	margin:0;
	margin-bottom: 10px;
}

* html ul#topnav{height:1%;}

ul#topnav li{
float:left;
text-align:center;
padding:0 1px;
}

ul#topnav a{
width:186px;
font-size:16px;
display:block;
padding:20px 1px;
color:#fff;
background:#6912f4;
}

ul#topnav li:first-child a,ul#topnav li:last-child a{
	width: 186px;
}

ul#topnav li.active a,ul#topnav a:hover{
background:#dc72f0;
}

ul#topnav_sp li{
	display: none;
}
ul#topnav_sp img{
	width: 98%;
	padding-left: 1%;
	padding-right: 1%;
}

/**************************
/* メイン画像
**************************/

#mainBanner{
	margin: 20px auto 20px;
	position: relative;
	line-height: 0;
	text-align: center;
}

#mainBanner img{
max-width:100%;
height:auto;
}



#fukuro210 {
	font-size:20px;
	 color:black;
}

/**************************
/* コンテンツ
**************************/
#contents2{
	border-color:#FFFF;
	font-size: 18px;
}

#contents5{
	border-width: 2px;
	border-color: #D1D109;
	color: hsla(276,97%,15%,1.00);
	background-color: hsla(0,0%,100%,1.00);
	font-weight: normal;
	line-height: 35px;
	margin-top: 34px;
	margin-left: auto;
	margin-right: auto;
	padding-left: auto;
	padding-right: 0px;
	text-align: start;
}
#contents5 p{
	text-align: start;
}
#contents5 p.center{
	text-align: center;
}

/**************************
/* 2カラム　
**************************/

.gridWrapper{
padding-bottom:20px;
overflow: hidden;
}

* html .gridWrapper{height:1%;}

.grid{
float:left;
border-radius:5px;
background:#fff;
}

.grid h3{
padding:20px 5px;
text-align:center;
color:#fff;
border-radius:5px 5px 0 0;
background:#761e12;
}

.grid p{
padding:5px 10px;
}

.gridWrapper img{
max-width:100%;
height:auto;
}



/*************
メイン コンテンツ
*************/

section.content{
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 14px;
	overflow: hidden;
}

* html section.content{height:1%;}

section.content p{margin-bottom:5px;}

#img2{
	border-radius: 5px;
	border-width: thin;
	border-color: #6E08B1;
}

#kukakuzu{
	font-size: 20px;
	background-color: color: #FFFFFF;
	border-width: thin;
	border-color: #6E08B1;
	border-width: thin;
	border-color: #6E08B1;
}

#gaiyou_02{
	background-color: #F7F691;
	}


/*回り込み指定*/

.alignleft{
float:left;
clear:left;
margin:0 10px 0 0;
	background-color: #F7EF8E;
	background-color: #F7F691;
}

.alignright{
float:right;
clear:right;
margin:0 0 0 0;
}



/*新着情報見出し*/

h3.heading{
padding:5px 10px;
margin-bottom:10px;
font-size:16px;
color:#cc0000;
font-weight:bold;
}


/*************
テーブル　新着情報
*************/

table.table{
border-collapse:collapse;
width:100%;
margin:10px auto;
borser:1px solid #ccc;
}

table.table th,table.table td{
padding:5px;
border-bottom:1px solid #ccc;
}


table.table th{
font-weight:bold;
letter-spacing:1px;
white-space:nowrap;
width:30%;
}


/*************
/* 物件情報の画像
*************/
div#contents2 img,
div#contents3 img,
div#contents3_list img,
div#contents4 img,
div#menu-bottom1 img{
	max-width: 100%;
	height:auto;
}

/*************
/* 部屋一覧のテーブル内の文字
*************/
div#contents3_list table td{
	font-size: 100%;
}

/*************
/* 売り物件の文字
*************/
div#main_contents1{
	font-size: 18px;
}

/*************
/* フッター
*************/

#footer{
clear:both;
padding:20px 0;
overflow:hidden;
border:1px solid #ccc;
text-align:center;
margin-top: 10px;
}

* html #footer{height:1%;}

#footer a{color:#000;}
#footer a:hover{color:#ccc;}

#footer .copyright{font-size:12px; margin-top:10px;}

#footer ul{margin:0 0 10px 0;}

#footer li{
padding:0 6px 0 0;
margin-bottom:3px;
list-style:none;
border-bottom:0;
display:inline-block;
border-right:1px solid #fff;
}

.inner{
margin:0 auto;
width:100%;
}
.subb {
margin-top:0;
margin-bottom:10px;
padding-top: 15px;
padding-bottom: 15px;
color: #0082CA;
text-decoration: none;
text-align: center;
font: bold 18px Arial, Helvetica, sans-serif;
display: block;
border: 1px solid #0082CA;
border-radius: 7px;
}

.thin{
padding-top: 10px !important;
padding-bottom: 10px !important;
}


#kukakuzu {
	border-width: thin;
	border-color: #6E08B1;
	background-color: #CD4AF0;
	color: #FFFFFF;
}
#gaiyou {
	background-color: #F5F295;
}




/* PC用 */
@media only screen and (min-width:960px){

	#wrapper,.inner{
	width:960px;
	padding:0;
	margin-top:10px;
	}

	#wrapper{padding-bottom:20px;}

	#main{
	float:right;
	width:760px;
	}

	#sub,#sub2{
	/*float:left;*/
	width:180px;
	overflow:hidden;
	}

	#sub ul li,#sub2 ul li{
	padding-bottom: 10px;
	}


		/* 2カラム全体 */
	.gridWrapper{
	width:770px;
	margin:0 0 0 -10px;
	}

	/* 2カラム共通 ベース */
	.grid{
	float:left;
	width:375px;
	margin-left:10px;
	}

}


/* モニター幅960px以下 */
@media only screen and (max-width:960px){

/* トップナビゲーション */

	ul#topnav{
	clear:both;
	width:100%;
	}

	ul#topnav li{
	width:25%;
	margin:0 0 5px;
	border-right:1px solid #1c1c1c;
	 box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
	}

	ul#topnav li a{
	width:100%;
	border-top:0;
	}

	ul#topnav li:first-child a,ul#topnav li:last-child a{width:100%;}


	/* 2カラム */

	.grid{
	width:50%;
	margin:2px 0;
	}


	.grid img{
	float:left;
	margin-right:5px;
	}

	/* コンテンツ */

	section.content{padding:0;}

	section.content img{
  max-width:98%;
	height:auto;
	}

	/* サイドバー */

	#sub ul{
	text-align:center;
	margin-bottom:20px;
	}

	#sub ul li img{
	  max-width:98%;
	height:auto;
	}

	/* フッター */

	#footer{padding:0;}


}

/* モニター幅800px以下 */
/* ヘッダ調整用 */
@media only screen and (max-width:800px){
	/**************************
	/* ヘッダー
	**************************/
	header#header div#logo{
		width: 46%;
		padding-right: 3%;
	}
	
	header#header div#logo_sub{
		width: 51%;
	}
	header#header div#logo_sub{
		  padding-top: 0;
	}
	header#header div#logo_sub p{
		display: none;
	}
}


/* iPad 縦 */
@media only screen and (max-width:768px){

	/* メイン画像 */
	#mainBanner{padding:3px;}
}


/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){

	/* 2カラム */

	.grid{width:100%;}

	.grid img{
	float:none;
	margin:20px auto 10px;
	}

	.grid p{text-align:left;}


/* 回り込み指定 */

  .alignleft,.alignright{
	float:none;
	display:block;
	margin:0 auto 10px;
	}

}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
	body{
		font-size: 90%;
	}
	
	/**************************
	/* ヘッダー
	**************************/
	header#header{
		margin-top: 10px;
	}
	header#header div#logo{
		width: 80%;
	}
	header#header div#logo_sub{
		width: 100%;
		padding-top: 0;
		position: relative;
	    height: 100%;
	    padding-bottom: 5%;
	   	width: 40px;
	}
	header#header div#logo_sub div.inner{
		position: absolute;
	    top: calc(50% - 5px);
	    right: 0;
	    bottom: 0;
	    left: 0;
	    margin: auto;
	}
	header#header div#logo_sub p{
		display: none;
	}
	header#header div#logo_sub img.pc{
		display: none;
	}
	header#header div#logo_sub img.sp{
		display: block;
	}
	
	
	#header01{
		display: none;
	}

	/**************************
	/* トップナビゲーション
	**************************/
	ul#topnav{
		margin:0;
	}
	ul#topnav li{
		width: 100%;
		display: none;
	}

	ul#topnav_sp{
		overflow: hidden;
	}

	ul#topnav_sp li{
		width: 25%;
		float: left;
		display: block;
	}

	/* メイン画像 */

	#mainBanner{
margin:20px auto 0px 1px;
}

	/* 2カラム */

	.grid img{
	float:none;
	margin:10px auto 5px;
	}

	.grid p{
padding:0 10px;
}

	/* サイドバー */

		#sub ul{
	text-align:center;
		margin-bottom:20px;
	}

	#sub ul li img{
	  max-width:98%;
	height:auto;
	}
