@charset "euc-jp";


/*----テンプレート
body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	line-height: 2;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #FFFFFF url(images/bg.gif);
}
----*/


h1,h2,h3,h4,p,ul,li{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
a {
	color: #000000;
}
a:hover {
	color: #a40000;
}
.look {
	background: #FFFF99;
}


/*ヘッダー(いままでのCSS イングホーム様では使わない）
------------------------------------------------------------------*/
#header {
	background: url(images/header_bg.gif) no-repeat center top;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}

#header h1 {
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	padding-right: 10px;
	height: 20px;/*--30px--*/
	line-height: 20px;/*--30px--*/
}

#header #main-img {
	padding-top: 4px;
}





/*メインメニュー
------------------------------------------------------------------*/

#menuwaku {
	background: url(images/contents_bg.gif) repeat-y center;
	width: 838px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-right: 11px;
	padding-left: 11px;
}


#menu li {
	display: inline;
}



/*コンテンツ枠
------------------------------------------------------------------*/
#contents {
	background: url(images/contents_bg.gif) repeat-y center;
	width: 838px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-right: 11px;
	padding-left: 11px;
}





/*メインコンテンツ
------------------------------------------------------------------*/
#main {
	float: right;
	width: 510px;
	display: inline;
	margin-right: 20px;/*20px*/
	margin-top: 10px;/*30px*/
}

#main p {
	padding: 0.5em 10px;
}

/*賃貸最新情報
------------------------------------------------------------------*/

/*-----*/

#middle {
	/*background: url(images/contents_bg.gif) repeat-y center;*/
    clear:both;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    padding: 0px;
    width: 860px;
}

#main .tokusen {
    width:510px;/*--860--*/
}

#main .tokusen .name {
    margin:2px 0px 0px 0px;
	font-size:12px;
	font-weight:bold;
}

#main .tokusen .ichi {
    margin:2px 0px 0px 0px;
	font-size:11px;
}

#main .tokusen .school {
    margin:2px 0px 0px 0px;
	font-size:10px;
}

#main .tokusen .price {
    margin:2px 0px 0px 0px;
	font-size:11px;
	color:#FF0000;
}

#main .tokusen .space {
    margin:2px 0px 0px 0px;
	font-size:12px;
}


#main .osusume {
    clear:both;
    width:250px;/*--575--*/
	float:left;
}


#main .osusume h2 {
    margin: 0px 0px 3px 0px;
    font-size: 12px;
}

#main .osusume h3 {
    margin: 0px 0px 3px 0px;
    font-size: 12px;
}

#main .osusume .name {
    margin:2px 0px 0px 0px;
	font-size:12px;
	font-weight:bold;
}

#main .osusume .ichi {
    margin:2px 0px 0px 0px;
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
}

#main .osusume .school {
    margin:2px 0px 0px 0px;
	font-size:10px;
}

#main .osusume .price {
    margin:2px 0px 0px 0px;
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
}

#main .osusume .space {
    margin:2px 0px 0px 0px;
	font-size:12px;
}


#main .new {
	float:right;
	background-image:url(img/new_img01.gif);
	background-repeat:no-repeat;
	padding:20px 0px 30px 0px;
	

}

#main .new  p{
    margin:0px;
	font-size:13px;
}

#main .new .title {
    margin:5px 0px 0px 0px;
	padding:0px;
}


#main .new .new_box{
    width:285px;
    height:400px;
	overflow-y:scroll;
}


#main .new .new_box .newdate {
	padding:10px 0px 0px 0px;
	text-indent:15px;
	background-image:url(img/icon_02.gif);
	background-repeat:no-repeat;
	background-position:0px 12px;
	font-weight:bold;
}

#main .new .new_box .newitem {
	padding:2px 0px 0px 15px;
}

#main .kaisya {
    width:285px;
	float:right;
	padding:20px 0px 0px 0px;
}

#main .kaisya .title{
    margin:5px 0px 10px 0px;
	padding:0px;
}

#main .kaisya .mes{
    margin:10px 0px 0px 0px;
	padding:0px;
}


#main .kaisya .info{
    padding:5px;
	text-align:center;
}

#main .toi {
    margin: 0px 0px 10px 0px;
}


#main .toi h2 {
    margin: 0px 0px 3px 0px;
    font-size: 16px;
}


#main .toi p{
    margin:10px 0px 5px 0px;
	font-size:14px;
}

#main .toi a{
    margin:10px 0px 5px 0px;
	font-size:14px;
}






/*サブコンテンツ
------------------------------------------------------------------*/
#sub {
	float: left;
	width: 262px;
	display: inline;
	margin-left: 20px;
	margin-top: 10px;/*30px*/
}

#sub p {
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}

#sub h4 {
	font-size: 100%;
	border: 1px solid #FF0000;
	text-align: center;
	background: #FF0000 url(images/h3_bg.gif) no-repeat bottom;
	font-weight: normal;
	color: #000000;
	line-height: 26px;
}

/*サブコンテンツ内、サブメニュー
------------------------------------------------------------------*/
#sub .waku ul.navmenu li a {
	text-decoration: none;
	display: block;
	border-bottom: 1px dotted #999999;
	background: url(images/arrow2.gif) no-repeat left center;
	padding-left: 20px;
	zoom: 1;
}

#sub .waku ul.navmenu li a:hover {
	background: #bdbdbd url(images/arrow2over.gif) no-repeat 3px center;
	color: #FFFFFF;
}

/*サブコンテンツ内のテーブル
------------------------------------------------------------------*/
#sub .waku {
	border: 1px solid #999999;
	padding: 5px;
	background: #f5f5f5;
	margin-bottom: 20px;
}

/*サブコンテンツ内の最新情報
------------------------------------------------------------------*/
#new_box{
    width:261px;
    height:400px;
	overflow-y:scroll;
}

/*　.ta1テーブル（物件紹介用のテーブル）
------------------------------------------------------------------*/
.ta1 {
	border: 1px solid #999999;
	width: 490px;
	margin-top: 0.5em;
	margin-bottom: 1em;
	background: url(images/home_mark.gif) no-repeat right bottom;
}

.ta1 td {
	padding: 5px;
	vertical-align: top;
}

.ta1 h3 {
	color: #002e73;
	border-bottom: 1px dotted #999999;
	font-size: 100%;
	background: url(images/arrow1.gif) no-repeat left 5px;
	padding-left: 18px;
	line-height: 24px;
}

.ta1 p {
	line-height: 1.4em;
}

.ta1 .waku img {
	vertical-align: bottom;
}

.ta1 a:hover img {
	filter: Alpha(opacity=80);
	opacity: 0.8; /*firefox safari*/
}








/*clearfix
------------------------------------------------------------------*/
#contents:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#contents { display: inline-block; }

/* Hides from IE-mac \*/
*html #contents { height: 1%; }
#contents { display: block; }
/* End hide from IE-mac */




/*コンペイトウ独自　CSS
------------------------------------------------------------------*/

/*
body {
	margin: 5px 0px 0px 5px;
	background-color: #FFFFFF;
	color:#333333;
	font-size: 12px;
	text-align: center;
	font-style: normal;
	line-height: 15px;
    font-family: "MS PGothic",Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana, Osaka,  sans-serif;
}

table,tr,td {
    font-family: "MS PGothic",Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana, Osaka,  sans-serif;
}

tr {
	font-size: 12px;
	line-height: 15px;
}


form {
    margin:0px;
}


a {
	text-decoration: underline;
}

a:link {
    color:#000099;
}

a:visited {
    color: #000099;
}

a:active {
    color: #FFA07A;
}

a:hover {
    color: #006699;
}

*/

p {
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
}

img {
    border:0px;
}

h3 {
    margin-top: 5px;
    font-size: 14px;
}

h4 {
	font-size: 12px;
}

/*******************************************
hed
********************************************/


#hed {
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    padding: 0px;
    width: 860px;
}

#hed h1 {
    margin: 0px;
    font-size: 11px;
    line-height: 14px;
	font-weight: normal;
	padding:0px 0px 2px 0px;
}

#hed .hed_bt{
}

#hed .hed_bt a{
    display:block;
	background-repeat:no-repeat;
}


#hed .hed_bt .hed_bt01 a{
    background-image:url(img/hedbt_01.jpg);
}

#hed .hed_bt .hed_bt02 a{
    background-image:url(img/hedbt_02.jpg);
}

#hed .hed_bt .hed_bt03 a{
    background-image:url(img/hedbt_03.jpg);
}

#hed .hed_bt .hed_bt04 a{
    background-image:url(img/hedbt_04.jpg);
}

#hed .hed_bt .hed_bt05 a{
    background-image:url(img/hedbt_05.jpg);
}

#hed .hed_bt .hed_bt06 a{
    background-image:url(img/hedbt_06.jpg);
}


#hed .hed_bt .hed_bt01 a:hover{
    background-image:url(img/hedbt_01a.jpg);
}

#hed .hed_bt .hed_bt02 a:hover{
    background-image:url(img/hedbt_02a.jpg);
}

#hed .hed_bt .hed_bt03 a:hover{
    background-image:url(img/hedbt_03a.jpg);
}

#hed .hed_bt .hed_bt04 a:hover{
    background-image:url(img/hedbt_04a.jpg);
}

#hed .hed_bt .hed_bt05 a:hover{
    background-image:url(img/hedbt_05a.jpg);
}

#hed .hed_bt .hed_bt06 a:hover{
    background-image:url(img/hedbt_06a.jpg);
}

#hed .hed_r{
    width:600px;
	float:right;/*-right-*/
}

#hed .hed_l{
    width:253px;
	height:240px;
	float:left;/*-left-*/
	background:url(img/topsearch_back.jpg);
	background-repeat:repeat-x;
	border-width: 1px;
    border-style: solid;
	border-color: #cccccc;
}


#hed .hed_l .title{
    text-align:center;
	margin:5px 0px 0px 0px;
}

#hed .hed_l .stitle{
	margin:8px 0px 0px 0px;
	background-image:url(img/topsearch_icon.gif);
	background-position:8px 0px;
	background-repeat:no-repeat;
	text-indent:30px;
	font-size:14px;
	padding:2px 0px 2px 0px;
}

#hed .hed_l .select{
	margin:1px 0px 0px 5px;
	padding:0px 0px 0px 0px;
	display:block;
}

#hed .hed_l .bt{
	margin:5px 0px 0px 40px;
	display:block;
}

/*******************************************
middle
********************************************/


#middle {
    clear:both;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    padding: 0px;
    width: 860px;/*--860--*/
}

#middle .tokusen {
    width:860px;/*--860--*/
}

#middle .tokusen .name {
    margin:2px 0px 0px 0px;
	font-size:12px;
	font-weight:bold;
}

#middle .tokusen .ichi {
    margin:2px 0px 0px 0px;
	font-size:11px;
}

#middle .tokusen .school {
    margin:2px 0px 0px 0px;
	font-size:10px;
}

#middle .tokusen .price {
    margin:2px 0px 0px 0px;
	font-size:11px;
	color:#FF0000;
}

#middle .tokusen .space {
    margin:2px 0px 0px 0px;
	font-size:12px;
}


#middle .osusume {
    clear:both;
    width:575px;
	float:left;
}


#middle .osusume h2 {
    margin: 0px 0px 3px 0px;
    font-size: 12px;
}

#middle .osusume h3 {
    margin: 0px 0px 3px 0px;
    font-size: 12px;
}

#middle .osusume .name {
    margin:2px 0px 0px 0px;
	font-size:12px;
	font-weight:bold;
}

#middle .osusume .ichi {
    margin:2px 0px 0px 0px;
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
}

#middle .osusume .school {
    margin:2px 0px 0px 0px;
	font-size:10px;
}

#middle .osusume .price {
    margin:2px 0px 0px 0px;
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
}

#middle .osusume .space {
    margin:2px 0px 0px 0px;
	font-size:12px;
}


#middle .new {
	float:right;
	background-image:url(img/new_img01.gif);
	background-repeat:no-repeat;
	padding:20px 0px 30px 0px;
	

}

#middle .new  p{
    margin:0px;
	font-size:13px;
}

#middle .new .title {
    margin:5px 0px 0px 0px;
	padding:0px;
}


#middle .new .new_box{
    width:285px;
    height:400px;
	overflow-y:scroll;
}


#middle .new .new_box .newdate {
	padding:10px 0px 0px 0px;
	text-indent:15px;
	background-image:url(img/icon_02.gif);
	background-repeat:no-repeat;
	background-position:0px 12px;
	font-weight:bold;
}

#middle .new .new_box .newitem {
	padding:2px 0px 0px 15px;
}

#middle .kaisya {
    width:285px;
	float:right;
	padding:20px 0px 0px 0px;
}

#middle .kaisya .title{
    margin:5px 0px 10px 0px;
	padding:0px;
}

#middle .kaisya .mes{
    margin:10px 0px 0px 0px;
	padding:0px;
}


#middle .kaisya .info{
    padding:5px;
	text-align:center;
}

#middle .toi {
    margin: 0px 0px 10px 0px;
}


#middle .toi h2 {
    margin: 0px 0px 3px 0px;
    font-size: 16px;
}


#middle .toi p{
    margin:10px 0px 5px 0px;
	font-size:14px;
}

#middle .toi a{
    margin:10px 0px 5px 0px;
	font-size:14px;
}


#tlist {
    clear:both;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
	padding-right: 11px;
	padding-left: 11px;
/*-
    padding: 0px;
-*/
    width: 860px;/*-860-*/
/*-	
	background: url(images/contents_bg.gif) repeat-y center;

	background:url(thing/img/menu_back.jpg);
	background-repeat:repeat-y;
-*/
}


#tlist_m {
    clear:both;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
	padding-right: 11px;
	padding-left: 11px;
/*-
    padding: 0px;
-*/
    width: 320px;/*-860-*/
/*-	
	background: url(images/contents_bg.gif) repeat-y center;

	background:url(thing/img/menu_back.jpg);
	background-repeat:repeat-y;
-*/
}


#tlist .menu{
    width:170px;/*-170-*/
	float:left;/*-left-*/

	margin-left: 10px;
/*-	margin-top: 30px;-*/

}

#tlist .menu .title{
    text-align:center;
	margin:0px 0px 0px 0px;/*-0px 0px 0px 0px-*/
}

#tlist_m .menu .title{
    text-align:center;
	margin:0px 0px 0px 0px;/*-0px 0px 0px 0px-*/
}

#tlist .menu .stitle{
	margin:8px 0px 0px 0px;/*-8px 0px 0px 0px-*/
	background-image:url(img/topsearch_icon.gif);
	background-position:15px 0px;
	background-repeat:no-repeat;
	text-indent:40px;
	font-size:14px;
	padding:2px 0px 2px 0px;
}

#tlist_m .menu .stitle{
	margin:8px 0px 0px 0px;/*-8px 0px 0px 0px-*/
	background-image:url(img/topsearch_icon.gif);
	background-position:15px 0px;
	background-repeat:no-repeat;
	text-indent:40px;
	font-size:14px;
	padding:2px 0px 2px 0px;
}

#tlist .menu .select{
	margin:1px 0px 0px 10px;/*-1px 0px 0px 10px-*/
	padding:0px 0px 0px 0px;
	display:block;
}

#tlist .menu .bt{
	margin:5px 0px 0px 40px;
	display:block;
}

#tlist .pankuzu{
    width:665px;/*-670-*/
	float:right;
	margin:5px 10px 0px 0px;
	font-size:12px;
}

#pankuzu{
    width:510px;
    text-align: left;
	margin:5px 0px 0px 0px;
	font-size:12px;
}

#tlist .content{
    width:665px;/*-670-*/
	float:right;
	margin:5px 10px 0px 0px;
}


#tlist .content h2 {
    margin: 0px 0px 0px 0px;
    font-size: 14px;
	color:#FFFFFF;
	background:url(thing/img/h2back.jpg);
	line-height:18px;
	padding:3px 3px 3px 10px;
}

#tlist .content h3 {
    margin: 0px 0px 3px 0px;
    font-size: 12px;
}

#tlist .content .ttable {
	border-width: 4px;
    border-style: solid;
	border-color: #DADAEA;
	margin:7px 0px 0px 0px;
	background-repeat:repeat-y;
}

#tlist .content .ttable_td {
    padding:5px;
}


#tlist .content .timg {
    margin:5px;
}


#tlist .content .name {
    margin:2px 0px 0px 0px;
	font-size:16px;
	font-weight:bold;
	line-height:24px;
}

#tlist .content .ichi {
    margin:2px 0px 0px 0px;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	color:#FF0000;
}

#tlist .content .advice {
    margin:2px 0px 0px 0px;
	font-size:12px;
	font-weight:bold;
	line-height:11px;
	background-color: #ffff00;
}

#tlist .content .school {
    margin:5px 0px 0px 0px;
	font-size:12px;
}

#tlist .content .price {
    margin:2px 0px 0px 0px;
	font-size:18px;
	font-weight:bold;
	line-height:24px;

}

#tlist .content .space {
    margin:2px 0px 0px 0px;
	font-size:14px;
	line-height:20px;
}

#tlist .content .area {
    margin:2px 0px 0px 0px;
	font-size:14px;
	line-height:16px;
}

#tlist .content .cnt {
    margin:2px 0px 0px 0px;
	font-size:12px;
	line-height:14px;
}

#tlist .content .l6_table{
	margin:0px 0px 0px 0px;
}

#tlist .content .l6_table .mode{
    margin:0px 0px 0px 0px;
    padding:3px 3px 0px 0px;
	font-size:11px;
	text-align:right;
}


#tlist .content .l6_table_td{
	border-width: 4px;
    border-style: solid;
	border-color: #DADAEA;
	background-repeat:repeat-y;
}

#tlist .content .l6_table td{
	border-collapse:collapse;
}


#tlist .pagebt {
    margin:2px 0px 0px 0px;
	font-size:16px;
	line-height:14px;
	text-align:center;
}


#tlist .pagebt .pagebt_b {
	font-size:20px;
	font-weight:bold;
}

#tlistsearch {
    clear:both;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
	padding-right: 11px;
	padding-left: 11px;
/*-
    padding: 0px;
-*/
    width: 860px;/*-860-*/
/*-	
    background: url(images/contents_bg.gif) repeat-y center;
	background:url(thing/img/menu_back.jpg);
	background-repeat:repeat-y;
-*/
}

#tlistsearch .pankuzu{
    width:810px;/*-670-*/
	float:right;
	margin:5px 10px 0px 0px;
	font-size:12px;
}



#tlistsearch .search{
    width:810px;/*-670-*/
	float:right;
	margin:5px 10px 0px 0px; 
/*-	margin-right: 20px; -*/
}

#tlistsearch .search .title{
	margin:0px 0px 0px 0px;
	padding:5px 0px 5px 0px;
	font-size:14px;
}

#tlistsearch .search .type{
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 0px;
}


#tlistsearch .search h2 {
    margin: 0px 0px 0px 0px;
    font-size: 16px;
	color:#FFFFFF;
	background:url(thing/img/h2back.jpg);
	line-height:18px;
	padding:3px;
}

#tlistsearch .search .tb td{
	border-width: 1px;
    border-style: solid;
	border-color: #DADAEA;
	border-collapse:collapse;
}

#tlistsearch .search .tb{
	border-collapse:collapse;
	margin:0px 0px 20px 0px;
}



#thing {
    width:669px;/*- 670-*/
	float:right;/*-right-*/
	margin:5px 10px 0px 0px;/*-5px 10px 0px 0px-*/
}

#thing_m {
    width:320px;/*- 670-*/
	float:right;/*-right-*/
	margin:5px 10px 0px 0px;/*-5px 10px 0px 0px-*/
}

#tlist .search{
    width:669px;/*-670-*/
	float:right;
	margin:5px 10px 0px 0px; 
/*-	margin-right: 20px; -*/
}

#tlist .search .title{
	margin:0px 0px 0px 0px;
	padding:5px 0px 5px 0px;
	font-size:14px;
}

#tlist .search .type{
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 0px;
}


#tlist .search h2 {
    margin: 0px 0px 0px 0px;
    font-size: 16px;
	color:#FFFFFF;
	background:url(thing/img/h2back.jpg);
	line-height:18px;
	padding:3px;
}

#tlist .search .tb td{
	border-width: 1px;
    border-style: solid;
	border-color: #DADAEA;
	border-collapse:collapse;
}

#tlist .search .tb{
	border-collapse:collapse;
	margin:0px 0px 20px 0px;
}

#tlist .chklist{
    background-image:url(thing/img/chkimg_line.jpg);
	background-repeat:repeat-y;
	padding:0px 30px 0px 20px;/*- 0px 30px 0px 20px -*/
}

#tlist .chklist .chkimg{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
	font-size:11px;
}

#tlist .chklist .chkimg img{
    margin:0px;
	display:block;
	text-align:center;
}

#tlist .chklist .print{
    margin:0px;
	font-size:11px;
}

#tlist .chklist .price{
    margin:0px;
	font-size:11px;
}

#tlist .chklist .mode{
    margin:0px 0px 0px 0px;
    padding:10px 0px 3px 0px;
	font-size:11px;
	text-align:right;
}

#tlist .chklist .line{
    margin:0px;
	font-size:11px;
}


#thing p{
    margin: 3px 0px 0px 0px;
    font-size: 12px;
}

#thing h2{
    font-size: 16px;
	color:#000000;
	border-width: 4px;
    border-style: solid;
	border-color: #DADAEA;
	padding:5px;
	margin:0px 0px 5px 0px;
}

#thing .ichi {
    margin:2px 0px 0px 0px;
	font-size:25px;
	font-weight:bold;
	color:#FF0000;
}




#thing .thing_img{
    text-align: center;
	margin-bottom:10px;
}

#thing .thing_img td{
    vertical-align:top;
}

#thing .thing_img p{
    font-size:11px;
	padding:3px 0px 0px 3px;
}


#thing .thing_details p{
    margin: 3px 0px 0px 0px;/*-- 3px 0px 0px 0px --*/
    font-size: 12px;
}


#thing .thing_img2{
    text-align: center;
}

#thing .thing_img2 td{
    vertical-align:top;
    padding: 3px;
}

#thing .thing_img2 p{
    font-size:11px;
	padding:3px 0px 0px 3px;
}

#thing .data_box{
    background:#40B6FF; /*A*/
}

#thing_m .data_box{
    background:#40B6FF; /*A*/
}


#thing .bukken_data{
	border-collapse:collapse;
	margin:0px 0px 20px 0px;
	font-size:14px;
}

#thing .bukken_data td{
	border-width: 1px;
    border-style: solid;
	border-color: #DADAEA;
	border-collapse:collapse;
	padding:5px;
	height: 30px;
	line-height:150%;
	vertical-align:middle;
}

#thing_m .bukken_data td{
	border-width: 1px;
    border-style: solid;
	border-color: #DADAEA;
	border-collapse:collapse;
	padding:5px;
	height: 30px;
	line-height:150%;
	vertical-align:middle;
}

#thing .bukken_data .title{
    background:#ff99ff;
	font-weight:bold;
	font-size:16px;/*14px*/

}

#thing_m .bukken_data .title{
    background:#ff99ff;
	font-weight:bold;
	font-size:16px;/*14px*/

}

#thing .bukken_data .value{
	font-size:16px;
}

#thing_m .bukken_data .value{
	font-size:16px;
}

#thing .bukken_data .gaiyou{
	font-size:16px;
	
}

#thing_m .bukken_data .gaiyou{
	font-size:16px;
	
}


/*
#thing .bukken_data{
	border-collapse:collapse;
	margin:0px 0px 20px 0px;
}

#thing .bukken_data td{
	border-width: 1px;
    border-style: solid;
	border-color: #ff00ff;
	border-collapse:collapse;
	padding:5px;
}

#thing .bukken_data .title{
    background:#F4F4F9;
	font-weight:bold;
}

#thing .bukken_data .value{
    font-size:12px;
}

*/


#thing .bukken_data_baibai{
	border-collapse:collapse;
	margin:0px 0px 20px 0px;
	font-size:14px;
}

#thing .bukken_data_baibai td{
	border-width: 1px;
    border-style: solid;
	border-color: #000000;
	border-collapse:collapse;
	padding:5px;
	height: 30px;
	line-height: 150% ; 
}

#thing .bukken_data_baibai .title{
    background:#ff99ff; /*#ffd2e9*/
	font-weight:bold;
	font-size:16px;

}

#thing .bukken_data_baibai .value{
	font-size:16px;
}



#thing .tokki{
   font-weight: bold;
}

#thing .osusume{
   font-weight: bold;
}



#etc {
    width:670px;
	float:right;
	margin:5px 10px 0px 0px;/*---5px 0px 0px 0px---*/
	padding:0px 0px 30px 0px;
}


#etc h2{
    font-size: 16px;
	color:#000099;
	border-width: 0px 0px 2px 5px;
    border-style: solid;
	border-color: #000099;
	padding:5px;
}

#etc h3{
    font-size: 14px;
	color:#000099;
	border-width: 0px 0px 2px 0px;
    border-style: solid;
	border-color: #000099;
	margin:20px 0px 0px 20px;
}


#etc .maintb{
    font-size: 14px;
	margin:5px 0px 0px 20px;

}

#etc .maintb td{
    font-size: 14px;
	padding:8px;
	border-width: 1px;
    border-style: solid;
	border-color: #DADAEA;

}

#etc .maintb table{
	border-collapse:collapse;

}


#etc .linktb{
    font-size: 12px;
	margin:5px 10px 0px 00px;/*---5px 0px 0px 20px---*/

}

#etc .linktb td{
    font-size: 12px;
	padding:5px;
	border-width: 1px;
    border-style: solid;
	border-color: #DADAEA;

}

#etc .linktb table{
	border-collapse:collapse;

}

#etc p{
    font-size: 12px;
	margin:10px 0px 0px 20px;
	line-height:16px;
}

#etc h4{
    font-size: 12px;
	color:#000000;
	margin:20px 0px 0px 20px;
}


#etc .title{
    text-align:center;
}

#etc .mestitle{
    text-align:center;
	font-size:14px;
}

#etc .mes{
	font-size:13px;
	padding:0px 100px 0px 100px;
	margin:10px 0px 5px 0px;
}

#etc .sitemap{
    padding:0px 0px 0px 50px;
}


#etc .sitemap td{
	font-size:13px;
}


#main .osusume h2#h2_style {
    font-size: 10px;
    margin: 8px 0 0;
    padding: 0;
    text-align: left;
	font-weight:normal;
}

#main p.text_area {
    font-size: 10px;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 460px;
}
.bold{
	font-weight:bold;
}

#sub p.h4_style{
	font-size: 100%;
	border: 1px solid #FF0000;
	text-align: center;
	background: #FF0000 url(images/h3_bg.gif) no-repeat bottom;
	font-weight: normal;
	color: #000000;
	line-height: 26px;
	padding:0;
}


p.h2_style {
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
}

/*フッター

#footer {
    margin-right: auto;
    margin-left: auto;
    width: 860px;

}

#footer p{
	margin:0px 0px 0px 0px;
}

#footer .link{
    font-size:12px;
	padding:2px 0px 5px 0px;
}

#footer .cp{
	padding:0px 0px 5px 0px;
}

.blist{
    margin: 5px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#footer .blist h2{
    font-size:13px;
	margin:0px;
	font-weight:bold;
	text-align:left;
}

#footer .blist p{
    font-size:14px;
	margin:0px 0px 5px 0px;
	font-weight:bold;
	text-align:left;
}

#footer .blist ul{
	margin:0px;
	padding: 0px 0px 0px 10px;;
	text-align:left;
}

#footer .blist li{
    font-size:11px;
	margin:0px;
	line-height:14px;
	text-align:left;
}
------------------------------------------------------------------*/



/*テンプレートより
http://template-party.com/
tp_biz29_fudosan
---------------------------------------------------------------------------*/


/*コンテナー（headerを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: 860px;	/*コンテナー幅 初期980px*/
	margin: 0px auto;
	-webkit-box-shadow: 0px 0px 8px #999;	/*影の設定。右・下・ぼかし幅・色の設定*/
	/*box-shadow: 0px 0px 8px #999;			/*同上*/
	background-color: #FFF;	/*コンテナーの背景色*/
	padding: 0px 10px;		/*上下、左右の余白*/
}







/*ここからタブレット用（481px〜800px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (min-width:481px) and (max-width:800px){

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: auto;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
header {
	text-align: center;
	height: auto;
	margin-bottom: 15px;
}
/*h1ロゴの設定*/
header h1 {
	display: none;
}
/*ロゴ画像の設定*/
header #logo {
	position: static;
	padding: 10px 0px;	/*ロゴの上下にあける余白が10px*/
}
/*電話番号ボックスの設定*/
header address {
	position: static;
	width: auto;
	margin: 0px auto 20px;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロックの設定*/
nav#menu ul {
	position: static;
}
/*メニュー１個ごとの設定*/
nav#menu ul li {
	width: 50%;
}
nav#menu ul li a {
	margin: 0px;
	margin-bottom: 5px;
}
/*奇数番目のメニューの設定(※スマホ・タブレットでは「HOME」が隠れているので「サービス」「お問い合わせ」が奇数番目になる)*/
nav#menu ul li:nth-child(odd) {
	width: 49%;
	margin-left: 1%;
}
/*最後のメニューの設定*/
nav#menu ul li:last-child {
	margin-bottom: 20px;
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	width: auto;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
}

/*その他
---------------------------------------------------------------------------*/
/*<body class="s-n">指定の場合にsubブロックを表示させない設定*/
body.s-n #sub {
	display: none;
}
/*スマホ・タブレットで非表示（HOMEメニューに使用）*/
.stn {
	display: none;
}
/*tdタグにiframeを読み込んだ場合（GoogleMap用）*/
td iframe {
	height: 300px;
	width: 100%;
}

}



/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 480px){

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: auto;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
header {
	text-align: center;
	height: auto;
	margin-bottom: 15px;
}
/*h1ロゴの設定*/
header h1 {
	display: none;
}
/*ロゴ画像の設定*/
header #logo {
	position: static;
	padding: 10px 0px;	/*ロゴの上下にあける余白が10px*/
}
header #logo img {
	width: 80%;		/*画面に対してロゴ画像を80％の幅に*/
	height: auto;
}
/*電話番号ボックスの設定*/
header address {
	position: static;
	width: auto;
	margin: 0px auto 20px;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロックの設定*/
nav#menu ul {
	position: static;
}
/*メニュー１個ごとの設定*/
nav#menu ul li {
	float: none;
	width: auto;
}
nav#menu ul li a {
	margin: 0px;
	margin-bottom: 5px;
}
/*最後のメニューの設定*/
nav#menu ul li:last-child {
	margin-bottom: 20px;
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	width: auto;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
}
#main p {
	padding: 0.5em 5px 1em;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
section#new h2.open {
	background: url(../images/btn_minus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f4f4f4));	/*マイナスアイコンとグラデーション*/
	background: url(../images/btn_minus.png) no-repeat right center, -webkit-linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);		/*同上*/
	background: url(../images/btn_minus.png) no-repeat right center, linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);				/*同上*/
}
section#new h2.close {
	background: url(../images/btn_plus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f4f4f4));	/*プラスアイコンとグラデーション*/
	background: url(../images/btn_plus.png) no-repeat right center, -webkit-linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);		/*同上*/
	background: url(../images/btn_plus.png) no-repeat right center, linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);				/*同上*/
}
/*ブロック全体の設定*/
#new dl {
	height: auto;
	padding-left: 5px;
}
/*日付設定*/
#new dt {
	float: none;
	width: auto;
}
/*記事設定*/
#new dd {
	padding-left: 0;
}

/*service.htmlで使っている紹介ボックスの設定
---------------------------------------------------------------------------*/
/*ボックス内の段落タグ設定*/
#main section.list article p {
	margin-left: 0;
}
/*ボックス内の写真設定*/
#main section.list article figure img {
	width: 40%;
	height: auto;
	margin-right: 5px;
}

/*テーブル１
---------------------------------------------------------------------------*/
/*テーブル内の右側*/
.ta1 td{
	width: auto;
	padding: 2px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 100px;
	padding: 2px;
}

/*その他
---------------------------------------------------------------------------*/
/*<body class="s-n">指定の場合にsubブロックを表示させない設定*/
body.s-n #sub {
	display: none;
}
/*メニュー折りたたみ設定*/
#top #menubar_hdr {
	display: none;
}
#menubar_hdr {
	display: inline;
	position: absolute;
	top: 0px;
	right: 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#e5e5e5));
	background-image: -webkit-linear-gradient(#fbfbfb, #e5e5e5);
	background-image: linear-gradient(#fbfbfb, #e5e5e5);
	padding: 10px;
	border: 1px solid #cfcfcf;
	border-radius: 0px 0px 6px 6px;
}
/*スマホ・タブレットで非表示（HOMEメニューに使用）*/
.stn {
	display: none;
}
/*tdタグにiframeを読み込んだ場合（GoogleMap用）*/
td iframe {
	height: 300px;
	width: 100%;
}

}

/*戻るボタン
---------------------------------------------------------------------------*/

input[type="submit"] {

    background-color: #ffffff;
}

/*
---------------------------------------------------------------------------*/