﻿@charset "UTF-8";

/* ページ全体の設定 */
body{
	margin: 0;
	text-align: center;
}

/* 背景 */
.back{
	background-image: url(index/back.gif);
}

/* 画像 */
img{
	width: auto;
	height: auto;
}

input{
	height: 70px;
	font-size: large;
}

/* PC版ページ幅 */
.contents{
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
}

/* 物件リスト幅 */
div.list{
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(urichi/index/listback.gif);
}

/* PC版コンテナ */
.container{
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* PC版コンテナ */
.container2{
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* 回り込み */
figure.target{
	display: inline-block;
}
p.target{
	display: inline-block;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

figure.mail{
	display: inline-block;
	margin: 0;
}

h2.mail{
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 0px;
}
h2.fax{
	margin-top: 10px;
	margin-bottom: 10px;
}

/* 流れる文字 */
marquee{
	color: Maroon;
	font-weight: bold;
	font-size: 120%;
}

/* pの上余白 */
p.top{
	margin-top: 2px;
}

/* pの下余白 */
p.bottom{
	margin-bottom: 2px;
}

/* pの上下余白 */
p.topbottom{
	margin-top: 2px;
	margin-bottom: 2px;	
}

/* 物件リストの罫線 */
table, td{
	border: 2px green solid;
}

/* 物件リストの背景色1 */
td.kind{
	width: 300px;
	background-color: #FFCC99;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
}

/* 物件リストの背景色2 */
td.type{
	background-color: #CCFFCC;
	text-align: center;
}

/* 物件リストの金額 */
td.price{
	color: red;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
}

/* 物件リストの内容の幅 */
td.content{
	width: 450px;
}

/* 物件リストの中央寄せ */
table.list{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

td.l{
	border: 2px solid green;
	background-color:#99CCFF;
}
td.r{
	border: 2px solid green;
	background-color:#CCFFCC;
}
td.m{
	border: 2px solid green;
	background-color:#FFFFCC;
}

table.u{
	border: none;
}

td.u {
	border-top: none;
	border-right: none;
	border-bottom: 4px double black;
	border-left: none;
}

table.kashiya, td.kashiya{
	border: 1px solid;
}


