@charset "EUC-JP";

/*
==================================================================
DSIGN_LIST
==================================================================
*/

/* サムネイルを横一列囲うボックス */

.thumbnail_side_box {
	width: 720px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* 分類名 */

.thumbnail_left {
	float: left;
	width: 130px;
	height: 157px;
	background: url("./image/design_list_bg.jpg") no-repeat;
}

.akiki_thumbnail_left {
	float: left;
	width: 130px;
	height: 157px;
	background: url("./image/akiki_design_list_bg.jpg") no-repeat;
}

.hako_thumbnail_left {
	float: left;
	width: 130px;
	height: 157px;
	background: url("./image/hako_design_list_bg.jpg") no-repeat;
}

.kodate_thumbnail_left {
	float: left;
	width: 130px;
	height: 157px;
	background: url("./image/kodate_design_list_bg.jpg") no-repeat;
}

.design_list_name {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	color: #FFFFFF;
	margin: 0px 10px 0px 10px;
	padding: 10px 0px 0px 0px;
}

/* サムネイルの右側を囲うボックス */

.thumbnail_right_top {
	float: right;
	width: 565px;
}

.thumbnail_right {
	float: right;
	width: 565px;
	margin: 10px 0px 0px 0px;
}

/* サムネイル(本体) */

.thumbnail_box {
	float: left;
	width: 130px;
	margin: 0px 15px 0px 0px;
}

.thumbnail_box_right {
	float: right;
	width: 130px;
}

/* 画像 */

.thumbnail_img td {
	width: 130px;
	height: 98px;
	font-size: 0px;
	text-align: center;
	padding: 0px 0px 0px 0px;
}

/* 紹介文・タイトル */

.thumbnail_name {
	font-size: 10px;
	line-height: 14px;
	margin: 3px 0px 0px 0px;
}

/* 点線 */

.design_line {
	font-size: 0px;
	text-align: center;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}

/*
==================================================================
DSIGN_DETAIL
==================================================================
*/

/* デザイナーズ賃貸物件情報一覧に戻る */

.design_list_back {
	margin: 10px 0px 0px 0px;
}

/* 物件画像 */

.photo_img_table {
	width: 720px;
	margin: 10px 0px 0px 0px;
}

/* メイン画像 */

.photo_main_td {
	width: 400px;
	font-size: 0px;
	text-align: center;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
}

/* サブ画像 */

.photo_sub_td {
	width: 320px;
	font-size: 0px;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
}

.photo_sub_box {
	width: 275px;
	margin: 0px 0px 0px 45px;
}

/* サブ画像(左) */

.photo_sub_left {
	float: left;
	width: 130px;
	text-align: center;
	cursor: pointer;
}

/* サブ画像(右) */

.photo_sub_right {
	float: right;
	width: 130px;
	text-align: center;
	cursor: pointer;
}

/* 上の写真をクリックすると、拡大写真が左に表示されます。 */

.photo_text {
	font-size: 10px;
	line-height: 16px;
	margin: 10px 0px 0px 0px;
}

/* 紹介文・タイトル */

.design_text_title {
	font-weight: bold;
	color: #3366CC;
	margin: 10px 0px 0px 0px;
}

/* 紹介文・本文 */

.design_text {
	margin: 5px 0px 0px 0px;
}

