/*
Theme Name: SMART RENT 1.0
Theme URI: http://www.smartrent.jp/
Description: 
Author: Stylegraph Inc.
Author URI: http://stylegraph.com/
Tags: clean
*/

@import "css/default.css";

body {
	padding: 20px;
	background-image: url(image/background.gif);
	background-color: #FFFFE6;
	color: #595857;
	font-size: 12px;
	font-family: "Lucida Grande", "Arial", sans-serif;
}

h1, h2 {
	margin: 0px 0px 10px 0px;
	font-size: 20px;
}
h2 {
	clear: both;
}

h5 {
	width: 980px;
	height: 19px;
	margin: 0px auto;
	padding: 8px;
	background-image: url(image/header_background.gif);
	color: #4D4222;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	overflow: hidden;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
}

a {
	color: #24171E;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

label {
	margin: 5px;
}

.alignleft {
	float: left;
	margin-right: 20px;
}

.alignright {
	float: right;
	margin-left: 20px;
}

.photo {
	text-align: center;
}
.price {
	text-align: center;
	white-space: nowrap;
}
.price span {
	color: #CC1414;
	font-size: 1.2em;
	font-weight: bold;
}

.rate {
	text-align: center;
}
.rate span {
	color: #CC1414;
	font-size: 1.1em;
	font-weight: bold;
}

.manage span {
	color: #1433CC;
	font-size: 1.1em;
	font-weight: bold;
}

.spec {
	clear: both;
	width: 100%;
	background-color: #FFFFFF;
}
.spec th {
	width: 10%;
	background-color: #FAFAFA;
}
.spec td {
	width: 40%;
}

.photo img, .photo div {
	margin: 0px auto;
	padding: 3px;
	border: 1px solid #BFBFBF;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 1px 1px #BFBFBF;
}

.date {
	margin-top: 0px;
	border-top: 1px dotted #D9D7D4;
	padding-top: 5px;
	text-align: right;
	font-size: 0.9em;
}

.metadata {
	margin-bottom: 3em;
	border-top: 1px solid #D9D7D4;
	border-bottom: 1px solid #D9D7D4;
	padding: 10px;
	background-color: #E6E3E1;
}

.navigation {
	clear: both;
	text-align: center;
}

.button {
	text-align: center;
}
.button input {
	width: 50%;
}

.post h2 {
	margin-bottom: 0px;
}

.pagenav {
	text-align: center;
}
.pagenav a {
	margin: 5px;
	padding: 5px;
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
}

#header {
	width: 980px;
	height: 125px;
	margin: 0px auto;
	background-image: url(image/header_background.gif);
	color: #AABFA4;
	text-align: right;
}
#logo {
	float: left;
	height: 125px;
	padding-left: 18px;
}
#header p {
	margin: 0px;
	padding: 15px;
}
#header-menu {
	width: 980px;
	height: 40px;
	margin: 12px auto 0px auto;
	padding: 0px;
	background-image: url(image/header_menu_background.gif);
	list-style-type: none;
	overflow: hidden;
}
#header-menu li {
	float: left;
}
#header-menu a {
	display: block;
	float: left;
	height: 40px;
	padding : 9px 25px;
	border-right: 1px solid #999999;
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 0px 1px 0px #24171D;
}
#header-menu a:hover {
	background-position: 0px -40px;
}

#contents {
	width: 980px;
	margin: 0px auto;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #B2B2B2;
	padding: 20px 20px;
	background-color: #FFFFFF;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

#main {
	float: left;
	width: 700px;
	padding: 20px;
	background-image: url('image/main_background.jpg');
	background-repeat: repeat-x;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
}

#main h1 {
	border-bottom: 1px solid #FFFFFF;
	color: #354000;
	font-size: 18px;
}

#main .notice {
	margin-top: -10px;
	font-size: 9px;
}

#main #photo {
	float: right;
	width: 325px;
	margin-left: 20px;
	padding: 0px;
	list-style-type: none;
}
#main #photo li {
	float: left;
	height: 120px;
	margin: 1px;
	line-height: 120px;
}
#main #photo li.main {
	width: 320px;
	height: 320px;
	margin: auto 2px;
	text-align: center;
	line-height: 320px;
}
#main #photo li.main img {
	padding: 5px;
}

#main #price {
	text-align: right;
}
#main #price span {
	font-size: 2em;
}
#main #rate {
	text-align: right;
}
#main #rate span {
	font-size: 1.5em;
}
#main .build {
	text-align: right;
}

#main #map {
	border: 2px solid #D0D0D0;
	height: 350px;
}

#main #contact {
	clear: both;
	height: 80px;
	margin-top: 20px;
	padding: 20px;
	border: 1px solid #CBCBCB;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-image: url('image/contact_background.gif');
	background-repeat: repeat-x;
}

#main #contact div {
	float: left;
	width: 205px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
#main #contact span {
	font-size: 10px;
	font-weight: normal;
}
#main #contact .tel {
	font-size: 16px;
	line-height: 40px
}

#main #contact a {
	display: block;
	height: 40px;
	padding-top: 5px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-image: url('image/header_menu_background.gif');
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 30px;
	text-shadow: 0px 1px 0px #24171D;
}
#main #contact a:hover {
	text-decoration: none;
	text-shadow: 0px 0px 10px #FFFF80;
}

#main #soldout {
	position: absolute;
	z-index: 998;
	width: 660px;
	height: 200%;
	background-color: #FFFFFF;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
#main .soldout {
	position: absolute;
	z-index: 999;
	width: 660px;
	padding-top: 200px;
	color: #CC1414;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

#linktop {
	clear: both;
	height: 20px;
}
#linktop a {
	display: block;
	float: right;
	width: 20px;
	height: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 2px 5px #999999;
	-webkit-box-shadow: 0px 2px 5px #999999;
	box-shadow: 0px 2px 5px #999999;
	background-color: #158000;
	background: -webkit-gradient(linear, left top, left bottom, from(#22CC00), to(#158000));
	background: -moz-linear-gradient(top, #1EB300, #158000);
	color: #FFFFFF;
	text-align: center;
	text-shadow: : 0px 1px 2px #999999;
	text-decoration: none;
	line-height: 20px;
}
#linktop a:hover {
	-moz-box-shadow: 0px 1px 2px #999999;
	-webkit-box-shadow: 0px 1px 2px #999999;
	box-shadow: 0px 1px 2px #999999;
	background-color: #1EB300;
	background: -webkit-gradient(linear, left top, left bottom, from(#158000), to(#22CC00));
	background: -moz-linear-gradient(top, #158000, #1EB300);
}

#sidebar {
	float: left;
	width: 230px;
	padding: 0px;
	list-style-type: none;
}
#sidebar h2 {
	padding: 5px 0px 0px 35px;
	background-image: url('image/sidebar_title_background.gif');
	background-repeat: no-repeat;
	background-position: 0px 13px;
	font-size: 14px;
}
#sidebar p,dl, #sidebar .twtr-widget {
	padding-left: 20px;
}

#footer {
	width: 980px;
	margin: 0px auto;
	font-size: 0.9em;
}
#footer a {
	color: #595857;
}

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}