@charset "utf-8";
/* CSS Document */

/* ////////// 共通 ////////// */
body {
	background-color: #ccc;
	font-size: 12px;
	color: #333;
	line-height: 140%;
}
.left {
	float: left;
}
.right {
	float: right;
}
#wrapper {
	width: 950px;
	margin: 0 auto;
	background-color: #FFF;
}
.contentsWrap {
	margin: 15px auto 40px;
	background-color: #FFF;
	width: 920px;
	min-height: 500px;
}
/* リンク */
a:link {
	color: #0071BC;
}
/* ////////// ヘッダー ////////// */
#header {
	border-bottom: 4px solid #C1272D;
	padding: 5px 0 10px;
	margin: 0 15px 10px;
	height: 65px;
}
h1 {
	font-size: 90%;
	color: #666;
	width: 500px;
	float: left;
}
.floatL {
	float: left;
}
ul.menu {
	float: right;
	font-size: 90%;
	width: 400px;
}
ul.menu li {
	display: inline;
	text-align: right;
	float: right;
	background: url(../images/common/arrow_gray.jpg) no-repeat left center;
	padding-left: 8px;
	margin-left: 8px;
}
.menu img {
	padding-right: 3px;
}
/* ////////// フッター ////////// */
.pagetop {
	text-align: right;
	padding: 0 15px;
}
address {
	color: #FFF;
	text-align: center;
	padding: 10px;
	background-color: #666;
}
/* ////////// グローバルナビ ////////// */
.navi {
	margin: 0 auto;
	width: 920px;
	height: 35px;
	background-color: #BE272D;
}
ul.navi_btn li {
	display: inline;
}
/* ////////// パンくず ////////// */
ul.path {
	margin: 5px 0;
}
ul.path li {
	display: inline;
}
/* ////////// トップページ ////////// */
.contents {
	margin-top: 20px;
}
.leftCol {
	float: left;
	width: 230px;
}
.rightCol {
	float: right;
	width: 675px;
}
/* What's new? */
.newContents {
	border-left: 2px solid #C1272D;
	border-right: 2px solid #C1272D;
	border-bottom: 2px solid #C1272D;
	padding: 5px 10px;
	height:180px;
	overflow: auto;
}
.newInfo {
	border-bottom: 1px solid #CCC;
	padding: 3px 0;
}
.newTop {
	font-size: 90%;
}
.textGray {
	color: #808080;
}
.newDetail ul {
	list-style-type : square;
	padding-left: 13px;
}
/* 所有物件一覧 */
.pageTitle {
	background-color: #ccc;
	line-height: 40px;
	padding: 0 10px;
	font-size: 160%;
	font-weight: bold;
	margin-bottom: 15px;
}
/* 物件一覧 */
.aptBlock {
	margin-bottom: 10px;
}
.aptTitle {
	background-color: #666;
	line-height: 40px;
	padding: 0 10px;
	position: relative;
}
.aptNm {
	color: #FFF;
	font-size: 160%;
	font-weight: bold;
	float: left;
}
.btnAptDetail {
	position: absolute;
	top: 8px;
	right: 10px;
}
.aptInfoFrame {
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 8px; 
}
.picBox {
	width: 374px;
	float: left;
}
.picFrame {
	float: left;
	width: 182px;
	padding-right: 5px;
}
.picFrame img {
	border: 1px solid #999;
}
.aptInfo {
	width: 280px;
	float: right;
}
.fontGray {
	color: #777;
	padding-right: 3px;
}
.aptAddress {
	font-size: 120%;
	line-height: 130%;
	border-bottom: 1px solid #999;
}
table.rent {
	width: 276px;
	color: #666;
	font-weight: bold;
	border: 1px solid #C1272D;
	margin: 5px 0;
	line-height: 120%;
	width: 100%;
}
table.rent tr td.price {
	text-align: right;
	vertical-align: middle;
}
table.rent tr td.price span {
	font-size: 190%;
	padding: 0 3px 0 5px;
}
table.rent tr td {
	padding: 2px 5px 1px;
}
/* ////////// 物件詳細 ////////// */
/* 物件タイトル */
.detailAptTitle {
	background-color: #666;
	line-height: 40px;
	padding: 0 10px;
	color: #FFF;
	font-size: 160%;
	font-weight: bold;
	margin-bottom: 15px;
	width: 552px;
	float: left;
}
/* 写真 */
.picLeftCol {
	width: 552px;
	float: left;
}
ul.picDetail li {
	display: inline;
	padding-right: 5px;
	padding-bottom: 10px;
}
ul.picDetail li img {
	border: 1px solid #999;
}
/* 詳細 */
.infoRightCol {
	width: 366px;
	float: right;
}
table.infoDetail {
	border-collapse: separate;
}
table.infoDetail th {
	background-color: #C1272D;
	color: #FFF;
	font-weight: bold;
	width: 55px;
	padding: 5px 8px 3px;
	text-align: left;
	border-top: 3px solid #FFF;
	border-left: 5px solid #FFF;
	vertical-align: middle;
}
table.infoDetail td {
	padding: 5px 5px 0;
	border-bottom: 1px solid #C1272D;
	width: 97px;
	vertical-align: middle;
}
table.infoDetail td span {
	font-weight: bold;
}
ul.accessList {
	list-style-type: disc;
	padding: 0 0 3px 13px ;
}
ul.equipmentList {
	width: 125px;
	list-style-type: disc;
	padding: 0 0 3px 13px ;
}
ul.equipmentList li.new {
	background: url(../images/common/icon_new.jpg) no-repeat left top;
	padding-left: 17px;
}
.notice {
	text-indent: -1em;
	padding-left: 1em;
	margin: 10px 0px 10px 5px;
}
/* ダウンロードボタン */
.download {
	text-align: center;
	padding: 20px 0 40px;
	border-bottom: 1px solid #666;
	margin-bottom: 20px;
}
.download span {
	padding: 0 20px;
}
.dlBtn {
	float: right;
	padding-left: 5px;
}
/* ////////// ログイン ////////// */
table.loginInfo {
	margin: 0 auto;
}
table.loginInfo th {
	padding: 4px 0;
	border-bottom: 5px solid #FFF;
	border-top: 5px solid #FFF;
	text-align: right;
}
table.loginInfo td {
	padding: 0 3px;
}
.loginBox {
	width: 200px;
	margin: 40px auto;
	border: 1px solid #666;
	padding-bottom:15px;
}
.submit {
	text-align: center;
	padding-top: 10px;
}
.loginTitle {
	background-color: #666;
	line-height: 36px;
	padding: 0 10px;
	color: #FFF;
	font-size: 160%;
	font-weight: bold;
	margin-bottom: 10px;
}
#loginBtn {
	background: url(../images/common/btn_login.jpg) no-repeat left top;
	width: 70px;
	height: 25px;
	border: 0px;
	cursor:pointer;
}
/* ////////// 買取り ////////// */
/* キャッチコピー画像 */
.marginB20 {
	margin-bottom: 20px;
}
/* お問い合わせボタン */
.contactBtn {
	background: url(../images/kaitori/contact_bg.jpg) no-repeat left top;
	width: 230px;
	height: 222px;
}
.contactBtn p {
	width: 200px;
	margin: 0 auto;
	padding-top: 138px;
}
/* ポイント */
dl.point {
	border-bottom: 1px solid #CCC;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
dl.point dd {
	margin-left: 110px;
	font-size: 120%;
}
/* 売却の流れ */
.sellFlowTitle {
	margin: 30px 0 15px;
}
dl.sellFlow {
	width: 150px;
	float: left;
}
dl.sellFlow dt {
	line-height: 0;
}
dl.sellFlow dd {
	border-left: 1px solid #F7931E;
	border-right: 1px solid #F7931E;
	border-bottom: 1px solid #F7931E;
	padding: 5px;
	min-height: 70px;
}
.flowArrow {
	float: left;
	padding: 53px 8px;
	width: 9px; 
}
/* ////////// お問い合わせ ////////// */
/* タイトル */
.contactTitle {
	background-color: #666;
	line-height: 40px;
	padding: 0 10px;
	color: #FFF;
	font-size: 160%;
	font-weight: bold;
	margin-bottom: 15px;
}
/* ステータスバー */
.flow {
	text-align: center;
	margin-bottom: 30px;
}
/* 必須項目 */
.must {
	color: #F7931E;
	font-weight: bold;
}
/* STEP1 */
.contactForm {
	width: 650px;
	margin: 0 auto;
}
table.contact {
	border: 1px solid #999;
	margin: 5px 0 30px;
	width: 650px;
}
table.contact th {
	width: 140px;
	border: 1px solid #999;
	background-color: #E6E6E6;
	padding: 5px 10px;
	text-align: left;
	vertical-align: middle;
}
table.contact td {
	border: 1px solid #999;
	padding: 5px 10px;
	width: 467px;
}
table.contact td span.sample {
	color: #666;
	margin: 0 5px;
}
table.col2 th {
	width: 60px;
}
table.col2 th.homeWidth1 {
	width: 75px;
}
table.col2 th.homeWidth2 {
	width: 45px;
	background-color: #EEE;
}
input.familyName, input.firstName {
	margin: 0 20px 0 3px;
	width: 130px;
}
table.contact td input.tel, table.contact td input.zipCode, table.contact td input.sellprice, table.contact td input.ground, table.contact td input.house {
	margin: 0 3px;
}
table.contact td input.email {
	margin-left: 3px;
	width: 200px;
}
table.contact td.borderBDash {
	border-bottom: 1px dashed #999;
}
table.contact td.borderTNone {
	border-top: none;
}
table.contact th.borderBDash {
	border-bottom: 1px dashed #999;
}
table.contact th.borderTNone {
	border-top: none;
}
table.contact td p.paddingT5 {
	padding-top: 5px;
}
table.contact td textarea {
	font-size: 100%;
}
table.home {
	margin: 5px 0 0 0;
	width: 460px;
}
table.home th {
	border: none;
	text-align: right;
	background-color: #FFF;
	width: 120px;
	padding: 0;
}
table.home td {
	border: none;
	padding: 3px;
	width: 335px;
}
.textL {
	font-size: 120%;
	font-weight: bold;
}
.checkbox {
	vertical-align: middle;
}
input.city, input.street, input.address {
	width: 200px;
}
input.tel, input.code2 {
	width: 30px;
}
input.code1 {
	width: 23px;
}
.marginR15 {
	margin-right: 15px;
}
.question {
	width: 450px;
	max-width: 460px;
	max-height: 150px;
}
.paddingT5 {
	padding-top: 5px;
}
.spl {
	font-size: 80%;
	color: #666;
	line-height: 120%;
}
.alignC {
	text-align: center;
}
/* STEP2 */
.alignC span {
	padding: 0 10px;
}
/* STEP3 */
.completeMessage {
	font-size: 160%;
	font-weight: bold;
	text-align: center;
	margin: 60px 0 50px;
}
.txMessage {
	border: 1px solid #999;
	padding: 10px;
}
.kaitoriTop {
	text-align: center;
	margin: 20px 0;
}
/* エラー */
.error {
	font-size: 190%;
	text-align: center;
	font-weight: bold;
}
.errorMessage {
	text-align: center;
	margin: 20px 0 30px;
	color: red;
}
.formBtn {
	text-align: center;
}
#return {
	width: 150px;
	height: 50px;
	border: none;
}
/* 準備中 */
.prepMessage {
	border: 1px solid #999;
	padding: 10px;
	width: 400px;
	margin: 0 auto;
}
/* ////////// サイトマップ ////////// */
ul.sitemap {
	font-size: 120%;
	line-height: 160%;
	margin: 0 15px;
}
ul.sitemap li {
	list-style-type: disc;
}
ul.sitemap li.noDisc {
	list-style-type: none;
}
ul.sitemap li ul {
	margin: 0 20px;
	list-style-image: url(../images/common/arrow_gray.jpg);
}