/*****************************************
 画面の構成、フォントやリンクなど
*****************************************/
/********** 画面全体の構成 **********/
#smartheader{
	display:none;
	}
#smartwrapper{
	display:none;
	}
.smartgoods{
	display:none;
	}
.pclink{
	float: left;
	}
.alllink{
	float: left;
	}
.break{
	clear:both;
	}
body {
	font-family: &quot;ヒラギノ角ゴ Pro W3&quot;, &quot;Hiragino Kaku Gothic Pro&quot;, &quot;メイリオ&quot;, Meiryo, Osaka, &quot;ＭＳ Ｐゴシック&quot;, &quot;MS PGothic&quot;, sans-serif;
	font-size: 11px;
	display:block;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	border-width : 0px 0px 0px 0px;
	margin: 0px;
	background-image: url(&quot;img/bg.gif&quot;)
}
/********** TABLEの色 **********/
.TITLETD {
	background-image:linear-gradient(#E1F0FF,#BBDDFF);
	}
.INTDM {
	background-image:linear-gradient(#FFFFFF,#EEEEEE);
	}
.INTD {
	background-color: #FFFFFF;
	}
/********** リスト **********/
ul, ol, li {
	margin: 0;
	list-style: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
br {
	letter-spacing: normal;
}
/********** 文字のフォント **********/
.T1{
	font-size: 24px;
}
.T2{
	font-size: 16px;
	color     : #555555 ;
}
.W1{
	font-size: 18px;
	text-aligh: left;
}
.W2{
	font-size: 13px;
	color     : #555555 ;
}
.newtitle {
	font-size : 15px;
	color     : #FF0000 ;
	}
.newadd {
	font-size : 13px;
	color     : #333333 ;
	}
.newpoint {
	font-size : 11px;
	color     : #000000 ;
	}
#menu a:hover{
	color:#ffffff;
	background:orange;
	}
/********** ボタンやリンク **********/
/* submitボタン（送信ボタン） */
.BT {
	line-height:140%;
	cursor:pointer;
	font-size : 12px;
	padding: 2px 5px 2px;
	margin: 2px;
	color     :#555555;
	background-image:linear-gradient(#FAFAFA,#CCCCCC);
	border : 1px solid #999999;
	border-width:0px 1px 1px 0px;
	border-radius:5px;
	}
.BT:hover {
	color     :#FFFFFF;
	background-image:linear-gradient(#999999,#CCCCCC);
	border : 1px solid #999999;
	border-width:0px 1px 1px 0px;
	}
/* リンク */
.KLINK {
	line-height:170%;
	font-size : 12px;
	padding: 2px 5px 2px;
	margin: 2px;
	color : #555555;
	text-align : center;
	text-decoration : none;
	background-image:linear-gradient(#E1F0FF,#BBDDFF);
	border : 1px solid #999999;
	border-width : 0px 1px 1px 0px;
	border-radius:5px;
	}
.KLINK:hover {
	color : #FFFFFF;
	background-image:linear-gradient(#90A0FF,#5090FF);
	border : 1px solid #999999;
	border-width : 0px 1px 1px 0px;
	border-radius:5px;
	}
/* 別画面へのリンク */
.PLINK {
	line-height:220%;
	font-size : 12px;
	padding: 5px 10px 5px 10px;
	margin: 3px;
	color : #555555;
	text-align : center;
	text-decoration : none;
	background-image:linear-gradient(#FAFAFA,#CCCCCC);
	border : 1px solid #999999;
	border-width : 0px 1px 1px 0px;
	border-radius:5px;
	}
.PLINK:hover {
	color : #FFFFFF;
	background-image:linear-gradient(#999999,#CCCCCC);
	border : 1px solid #999999;
	border-width : 0px 1px 1px 0px;
	border-radius:5px;
	}
.DLINK {
	line-height:220%;
	font-size : 12px;
	padding: 5px 10px 5px;
	margin: 5px;
	color : #555555;
	text-align : center;
	text-decoration : none;
	background-image:linear-gradient(#FAFAFA,#CCCCCC);
	border : 1px solid #999999;
	border-width : 0px 1px 1px 0px;
	border-radius:3px;
	}
.DLINK:hover {
	color : #FFFFFF;
	background-image:linear-gradient(#999999,#CCCCCC);
	border : 1px solid #999999;
	border-width : 0px 1px 1px 0px;
	border-radius:3px;
	}
/* 右メニューのリンク */
.RLINK {
	text-decoration: none;
	text-align: left;
	font-size: 12px;
	background-image:linear-gradient(#FAFAFA,#CCCCCC);
	border: 1px solid #aaa;
	color: #777777;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	line-height: normal;
	vertical-align: middle;
	overflow: hidden;
	padding: 2px;
	width: 95%;
	font-weight: normal;
	border-radius:5px;
	}
.RLINK:hover {
	text-decoration: none;
	background-image:linear-gradient(#999999,#CCCCCC);
	border: 1px solid #aaa;
	color: #FFFFFF;
	display: block;
	line-height: normal;
	vertical-align: middle;
	padding: 2px;
	font-weight: bold;
	}
/* 並び替えボタン */
.SORTBT {
	line-height:220%;
	font-size : 11px;
	padding: 5px 10px 5px;
	margin: 1px;
	color : #555555;
	text-align : center;
	text-decoration : none;
	background-image:linear-gradient(#FAFAFA,#CCCCCC);
	border : 1px solid #999999;
	border-width : 0px 1px 1px 0px;
	border-radius:3px;
	}
.SORTBT:hover {
	color : #FFFFFF;
	background-image:linear-gradient(#999999,#CCCCCC);
	border : 1px solid #999999;
	border-width : 0px 1px 1px 0px;
	}
/* 戻るボタン */
.BACK {
	line-height:300%;
	font-size : 14px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 5px;
	color : #555555;
	text-align : center;
	text-decoration : none;
	background-image:linear-gradient(#E1F0FF,#BBDDFF);
	border : 1px solid #999999;
	border-width : 0px 1px 1px 0px;
	border-radius:5px;
	}
.BACK:hover {
	color : #FFFFFF;
	background-image:linear-gradient(#90A0FF,#5090FF);
	border : 1px solid #999999;
	border-width : 0px 1px 1px 0px;
	font-weight: bold;
	}
/* ページ（1 2 3・・・）のリンク */
.PAGE {
	line-height:120%;
	text-align : center;
	text-decoration : none;
	padding: 2px;
	margin: 3px;
	cursor:pointer;
	font-size : 12px;
	color     :#555555;
	background-color:#FFFFFF;
	border : 1px solid #999999;
	border-width:0px 1px 1px 0px;
	}
.PAGE:hover {
	color : #FFFFFF;
	background-image:linear-gradient(#90A0FF,#5090FF);
	border : 1px solid #999999;
	border-width : 0px 1px 1px 0px;
	}
.PAGE2 {
	line-height:120%;
	text-align : center;
	text-decoration : none;
	cursor:pointer;
	font-size : 12px;
	padding: 2px;
	margin: 3px;
	color     :#555555;
	background-color:#FFE9E9;
	border : 1px solid #999999;
	border-width:0px 1px 1px 0px;
	}
/*****************************************
 画面上部（ヘッダー）
*****************************************/
#header {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 1px;
	width: 100%;
	height: 62px;
	background-color: #FFFFFF;
	}
/*** PCサイズ ***/ 
@media(min-width:769px){
	#headerlist {
		margin-bottom: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		padding: 2px;
		display: block;
		height: 62px;
		width: 960px;
		clear: both;
		background-image: url("../img/topbg.jpg");
		}
	#headerlogo {
		float: left;
		height: auto;
		width: 230px;
		display: block;
		vertical-align:middle;
		padding: 0px;
		margin: 0px;
		}
	#headerleft {
		float: left;
		height: 52px;
		width: 350px;
		display: block;
		font-size:16px;
		font-weight:bold;
		vertical-align:middle;
		color: #555555;
		line-height: normal;
		padding-top: 0px;
		padding-bottom: 5px;
		font-weight: bold;
		}
	#headerright {
		float: right;
		height: 52px;
		width: 350px;
		display: block;
		color: #555555;
		line-height: normal;
		padding-top: 5px;
		padding-bottom: 5px;
		font-weight: bold;
		}
}
/*** タブレットサイズ ***/ 
@media(max-width:768px) and (min-width: 321px){
	#headerlist {
		margin-bottom: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		padding: 0px;
		display: block;
		height: 60px;
		width: 100%;
		clear: both;
		background-image: url("../img/topbg.jpg");
		}
	#headerlogo {
		float: left;
		height: auto;
		width: 30%;
		display: block;
		vertical-align:middle;
		padding: 0px;
		margin: 0px;
		}
	#headerleft {
		float: left;
		height: auto;
		width: 70%;
		display: block;
		font-size:14px;
		font-weight:bold;
		vertical-align:middle;
		color: #555555;
		line-height: normal;
		padding-top: 0px;
		padding-bottom: 5px;
		font-weight: bold;
		}
	#headerright {
		display:none;
		}
}
/*****************************************
 上部メニュー
*****************************************/
#menuwrapper {
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 3px;
	width: 100%;
	background-image:linear-gradient(#EAFFFF,#CCFFEE);
	border:1px solid #BBBBBB;
	border-width:3px 0px 3px 0px;
}
/*** PCサイズ ***/ 
@media(min-width:769px){
	#upmenu {
		width: 960px;
		margin-bottom: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		display: block;
		overflow: hidden;
		clear: both;
		border : 1px solid #999999;
		border-width:0px 0px 0px 1px;
		font-size: 14px;
	}
	#menuwrapper #upmenu ul li {
		float: left;
		height: 33px;
		width: 12.2%;
		text-align: center;
		display: block;
		vertical-align: middle;
		color: #FFF;
		line-height: normal;
		padding-top: 0px;
		padding-bottom: 5px;
		margin-right:1px;
		border : 1px solid #999999;
		border-width:0px 1px 0px 0px;
	}
}
/*** タブレットサイズ ***/ 
@media(max-width:768px) and (min-width: 321px){
	#upmenu {
		width: 100%;
		margin-bottom: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		display: block;
		overflow: hidden;
		clear: both;
		border : 1px solid #999999;
		border-width:0px 0px 0px 1px;
		font-size: 10.5px;
	}
	#menuwrapper #upmenu ul li {
		float: left;
		height: 33px;
		width: 24.5%;
		text-align: center;
		display: block;
		vertical-align: middle;
		color: #FFF;
		line-height: normal;
		padding-top: 0px;
		padding-bottom: 5px;
		margin-right:1px;
		border : 1px solid #999999;
		border-width:0px 1px 1px 0px;
	}
}
#upmenu ul li a {
	text-decoration: none;
	color: #777777;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	line-height: normal;
	vertical-align: middle;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 0px;
	width: 95%;
	height: 26px;
	font-weight: normal;
	border-radius:3px;
}
#upmenu ul li a:hover {
	text-decoration: none;
	background-image:linear-gradient(#FF9900,#FFDDBB);
	color: #FFFFFF;
	width: 95%;
	display: block;
	line-height: normal;
	vertical-align: middle;
	font-weight: bold;
}
#upmenu ul li img {
	vertical-align: middle;
	margin-right:3px;
}
/*****************************************
 コンテンツ
*****************************************/
/*** PCサイズ ***/ 
@media(min-width:769px){
	#contents {
		margin: 0px;
		padding: 0px;
		width: 960px;
		}
}
/*** タブレットサイズ ***/ 
@media(max-width:768px) and (min-width: 321px){
	#contents {
		margin: 0px;
		padding: 0px;
		width: 100%;
		}
}
/*****************************************
 左メニュー
*****************************************/
/*** PCサイズ ***/ 
@media(min-width:769px){
	/* 左メニュー */
	#leftmenu {
		float: left;
		margin: 0px;
		padding: 2px;
		width: 200px;
		}
}
/*** タブレットサイズ ***/ 
@media(max-width:768px) and (min-width: 321px){
	/* 左メニュー */
	#leftmenu {
		display:none;
		}
}
/* 左メニュータイトル */
.menutitle {
	width:95%;
	height:auto;
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-align:left;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top:10px;
	padding-left:3px;
	padding-bottom:10px;
	background-image:linear-gradient(#FAFAFA,#FFCCAA);
	border:1px solid #AAAAAA;
	background-color:#EFEFEF;
	line-height: normal;
	vertical-align: middle;
	overflow: hidden;
}
/* 左メニューのリンク */
#leftmenu ul li a {
	text-decoration: none;
	text-align: left;
	font-size: 12px;
	color: #777777;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	line-height: normal;
	vertical-align: middle;
	overflow: hidden;
	padding: 3px;
	width: 95%;
	height:auto;
	font-weight: normal;
}
#leftmenu ul li a:hover {
	text-decoration: none;
	color: #FF9933;
}
#leftmenu ul li img{
	vertical-align: middle;
	margin-left:5px;
	margin-right:5px;
}
/*****************************************
 設備アイコン
*****************************************/
/* 設備検索 */
.setubisearch{
	width: 100%;
	}
.setubisearch ul li {
	float: left;
	width: 25%;
	display: block;
	vertical-align: middle;
	text-align: left;
	font-size: 10px;
	color: #555555;
	line-height: normal;
	padding-top: 0px;
	padding-bottom: 5px;
	}
/* 一覧画面の設備アイコン */
.setubilist{
	width: 100%;
	}
.setubilist ul li {
	float: left;
	width: 25%;
	display: block;
	vertical-align: middle;
	text-align: left;
	font-size: 10px;
	color: #555555;
	line-height: normal;
	padding-top: 0px;
	padding-bottom: 5px;
	}
/* 一覧画面設備アイコン上部のコメント */
.setubicom{
	float: left;
	padding: 5px;
	width: 95%;
	font-size: 12px;
	text-align: left;
	display: block;
	background-color: #EFEFEF;
}
/* 一覧画面設備アイコン */
.setubi{
	float: left;
	height: 33px;
	width: 20%;
	text-align: left;
	display: block;
	vertical-align: middle;
}
/* 物件詳細画面の設備 */
.setubidetail{
	width: 100%;
	}
.setubidetail ul li {
	float: left;
	width: 25%;
	display: block;
	vertical-align: middle;
	text-align: left;
	font-size: 10px;
	color: #555555;
	line-height: normal;
	padding-top: 0px;
	padding-bottom: 5px;
	}
/*****************************************
 メインコンテンツ
*****************************************/
/*** PCサイズ ***/ 
@media(min-width:769px){
	#maincontents {
		float: left;
		margin: 0px;
		padding: 2px;
		width: 740px;
	}
}
/*** タブレットサイズ ***/ 
@media(max-width:768px) and (min-width: 321px){
	#maincontents {
		float: left;
		margin: 0px;
		padding: 2px;
		width: 100&;
	}
}
/*****************************************
 右メニュー
*****************************************/
#rightmenu {
	width: 0px;
	}
/* 右メニューのリンク */
.RLINK {
	text-decoration: none;
	text-align: left;
	font-size: 12px;
	background-image:linear-gradient(#FAFAFA,#CCCCCC);
	border: 1px solid #aaa;
	color: #777777;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	line-height: normal;
	vertical-align: middle;
	overflow: hidden;
	padding: 2px;
	width: 95%;
	font-weight: normal;
	border-radius:5px;
	}
.RLINK:hover {
	text-decoration: none;
	background-image:linear-gradient(#999999,#CCCCCC);
	border: 1px solid #aaa;
	color: #FFFFFF;
	display: block;
	line-height: normal;
	vertical-align: middle;
	padding: 2px;
	font-weight: bold;
	}
/*****************************************
 画面下部（フッター）
*****************************************/
#footer {
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 3px;
	width: 100%;
	background-color: #FAFAFA;
	border:1px solid #BBBBBB;
	height: 38px;
}
/*** PCサイズ ***/ 
@media(min-width:769px){
	#footermenu {
		width: 960px;
		margin-bottom: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		display: block;
		overflow: hidden;
		clear: both;
	}
}
/*** タブレットサイズ ***/ 
@media(max-width:768px) and (min-width: 321px){
	#footermenu {
		width: 100%;
		margin-bottom: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		display: block;
		overflow: hidden;
		clear: both;
	}
}
#footer #footermenu ul li {
	float: left;
	height: 33px;
	width: 12.4%;
	text-align: center;
	display: block;
	vertical-align: middle;
	color: #FFF;
	line-height: normal;
	padding-top: 0px;
	padding-bottom: 5px;
	font-weight: bold;
}
#footermenu ul li a {
	text-decoration: none;
	font-size: 12px;
	background-image:linear-gradient(#FAFAFA,#CCCCCC);
	border: 1px solid #aaa;
	color: #777777;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	line-height: normal;
	vertical-align: middle;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 0px;
	width: 95%;
	height: 26px;
	font-weight: normal;
	border-radius:5px;
}
#footermenu ul li a:hover {
	text-decoration: none;
	background-image:linear-gradient(#999999,#CCCCCC);
	border: 1px solid #aaa;
	color: #FFFFFF;
	display: block;
	line-height: normal;
	vertical-align: middle;
	font-weight: bold;
}
/* フッター下部のテキスト */
#lasttext {
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 3px;
	width: 100%;
}
#lastlist {
	width: 960px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	display: block;
	overflow: hidden;
	clear: both;
}
/*****************************************
 印刷画面
*****************************************/
#printbtn {
	display: none;
}
#print_area {
	display: block;
	width: 640px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	padding: 0px;
}
/*****************************************
 ボックス
*****************************************/
/*** PCサイズ ***/ 
@media(min-width:769px){
	.slist {
		width: 99%;
		height: auto;
		display: inline-block;
		vertical-align: top;
		padding: 1px;
		margin-bottom: 3px;
		color : #555555;
	}
}
/*** タブレットサイズ ***/ 
@media(max-width:768px) and (min-width: 321px){
	.slist {
		width: 99%;
		height: auto;
		display: inline-block;
		vertical-align: top;
		padding: 1px;
		margin-bottom: 2px;
		color : #555555;
	}
}
/*** タイトルボックス ***/ 
.titlebox {
	margin-top: 5px;
	margin-bottom: 10px;
	width: 100%;
	padding: 2px;
	display: block;
	text-align: left;
}
/*** その他ボックス ***/ 
.listbox {
	margin:1px;
	padding:2px;
	display: block;
}
.textbox {
	margin-top: 5px;
	margin-bottom: 20px;
	padding: 2px;
	display: block;
	text-align: left;
}
.prevbox{
	clear:both;
	text-align:left;
	padding: 10px 10px;
	border-radius:4px;
	border:1px solid #222;
	box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 1.3);
	margin: 10px 0px;
	background-color:#FFFFFF;
	font-size : 11px;
	color : #555555;
	}
.prevbox2{
	text-align:center;
	padding: 5px 5px;
	border-radius:2px;
	border:1px solid #222;
	margin: 0px;
	background-color:#FFFFFF;
	}
/*****************************************
 写真
*****************************************/
.imagetop{
	float: left;
	display: block;
	text-align: center;
	width: 50%;
	height: 300px;
	overflow: hidden;
}
.imagelist{
	float: left;
	display: block;
	text-align: center;
	width: 25%;
	height: 200px;
	overflow: hidden;
}
/*****************************************
 その他
*****************************************/
.checked{
	font-size : 11px;
	color : #555555;
	text-decoration : none;
	}
.checked:hover{
	font-weight:bold;
	color : orange;
	}
.headline {
	margin-top: 3px;
	padding: 3px;
	width: 100%;
	display: block;
	font-size: 14px;
	font-weight: bold;
	background-color: #FAFAFA;
	border:1px solid #BBBBBB;
	border-width:3px 1px 3px 1px;
}
.linklist{
	float: left;
	height: 33px;
	width: 25%;
	text-align: center;
	display: block;
	vertical-align: middle;
}
.linklistp{
	float: left;
	height: 33px;
	width: 25%;
	text-align: center;
	display: block;
	vertical-align: middle;
}
.linklistr{
	float: left;
	height: 33px;
	width: 33%;
	text-align: center;
	display: block;
	vertical-align: middle;
}
.linklistpr{
	float: left;
	height: 33px;
	width: 33%;
	text-align: center;
	display: block;
	vertical-align: middle;
}
