@charset "utf-8";
/* CSS Document */

/* body（背景にレンガの画像、フォントの設定） */
body {
	margin: 0;
    padding: 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(../images/brick-wall55.png);
}


/* attention（サンプル作品の明示） */
.attention {
	position: absolute;
	top: 0px;
	z-index: 1;
}
.attention p {
	color: red;
	font-size: 16px;
	border: double 2px red;
	width: 966px;
	text-align: center;
	margin: 0;
	padding: 0;
	float:lfet;
}

.attention a {
	text-decoration: underline;
	color: red;
}

/* レイアウト全体 */
#container {
	width: 968px;
	margin: 0 auto;
	background: #FEFFE5;
	color: #333; 
	border-right: solid 1px #8e7663;
	border-left: solid 1px #8e7663;
	-webkit-box-shadow: 1px 1px 3px #666;
	box-shadow: 1px 1px 3px #666;
	padding-bottom: 0px;
	position: relative;
}

/* ロゴ（Share-House Yokohama yokodai EN） */
#headerLogo-other {
	padding-top: 25px;
	padding-left: 20px;
	vertical-align:bottom;
	margin:0;
	padding-bottom:0;
	background-color: #fff2e5;
}

/* ENGLISHページへの誘導（画面右上） */
#headerExtra2 {
	position: absolute;
	top: 48px;
	right: 23px;
	z-index: 1;
    margin: 0;
    padding: 0;
	background-color: rgba(255,255,255,0.6);
	border-radius:8px;
}

#headerExtra2 a {
	color: #33cc66;	
}

#headerExtra2 li a {
    display: block;
    height: 32px;
    text-align: center;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
	text-decoration: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#headerExtra2 ul {
	margin: 0;
    padding: 0;
}

#headerExtra2 ul:after {
    content: "";
	display: block;
    clear: both;
}

#headerExtra2 li {
    float: left;
    padding-left: 2px;
    display: inline;
    font-size: 16px;
}

#headerExtra2 li a {
    display: block;
    text-align: center;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
	text-decoration: none;
}


/* グローバルナビゲーション（画面真ん中） */
#nav {
	list-style: none;
	border-top: 2px solid #66CC66;
 	border-bottom: 2px solid #66CC66;
	margin-top:-25px;
	margin-bottom: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1; 
}

#nav li {
	float: left;
	border-right: 1px solid #DDD;
	width: 16.666%;
	list-style: none;
	margin: 0 auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
}

#nav li a {
	display: block;
	padding: 10px 15px;
	text-align: center;
	text-decoration: none;
	color: #666;
	font-wight:bolder;
	margin: 0;
}

#nav li a span {
    display: block;
	margin: 0;
	color: #aaa;
	text-transform: uppercase;
	font-size: 70%;
	letter-spacing: 1px;
}

#nav ul li a:hover{
	color: #AEFFBD !important;
	background-color: white;
}

#nav ul li a:before{
   	background:#AEFFBD !important;
}

#nav ul, #navi{
 	background-color: white;
}

#nav ul:after {
	content: "";
	display: block;
	clear: both;
}

#nav a:visited{
    color:#666;
    background-color:#B2E5B2;
}

#nav a:focus{
    color:#fff;
    background-color:#B2E5B2;
}


#nav a:hover{
    color:#33cc66;
}

/* 選択されているページのメニューの色を変更 */
#MenuOn a, #MenuOn a:hover, #MenuOn a:active  {
	background:#B2E5B2; 
	color:#fff;
} 

/* 大見出し */
.heading {
	width: 92%;
	hight: 100px;
	margin: 0 0 30px 40px;
	padding-top: 2px;
}

.heading h1 {
	font-size: 20px;
	color: #cc6666;
	height:35px;
	font-weight: bold;
/*	border-top: dotted 3px  rgba(204, 102, 102, 0.6); :*/
	border-bottom: dotted 3px  rgba(204, 102, 102, 0.6);	
	background: url(../images/butterfly3.gif) no-repeat left center padding-box;
	padding-left: 55px;
	padding-top: 0px;
/* 	height: 34px; */
/*	background-image: url(../images/butterfly.gif) repeat;
	padding: 30px 0px 10px 60px; */
}


/* main（グローバルナビゲーションより下） */
#main {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* クリアフィックス */
.mainBox {
	content: "";
	display: block;
	clear: both;
	overflow:hidden;
}

/* 左側のBOX */
.detailBox {
	float:left;
	width: 60%;
	border: solid 1px #666;
	border-radius: 10px;
	margin-left: 35px;
	margin-right: 10px;
	margin-bottom: 20px;
	padding: 0 20px 20px 20px;
	box-shadow: 1px 1px 3px #aaaaaa;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color:#fff;
}

/* 左側のBOXの一番上 */
.overview {
	padding: 0 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.overview p {
	color: #333;
}

/* 左側のBOXの2番目以降 */
.detail p {
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1.7;
	margin-left: 15px;
	color: #333;
}

/*
.detail {
	float: left;
	width: 100%;
}*/

/* 中見出し */
h4 {
	color: #339933;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom:0;
	margin-left: 10px;
	font-size:17px;
}

/* リンクの文字色 */
.vacancy a:link, .induction a:link, .induction a:visited {
	color: #FF3366;
}

/* 左側のBOXの小見出し */
.detail dt, .vacancy dt, .surround dt, .rooms dt {
	color: #009;
	margin-left: 15px;
}

/* 左側のBOXの説明 */
.detail dd, .vacancy dd, .surround dd, .rooms dd {
	margin-left: 50px;
	margin-bottom: 8px;
}

.surround .no-1 a {
	text-decoration: none;
}

/* お問い合せページの中見出し・小見出し */
.contact-header h4 {
	color: #339933;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom:0;
	margin-left: 50px;
	font-size:17px;
}

.contact-header p {
	margin-left: 50px;
}

.contact-header dt {
	color: #009;
	margin-left: 50px;
}

.contact-header dd {
	margin-left: 50px;
	margin-bottom: 8px;
}

span.english  {
	color: #666;
	font-size: 13px;
}


/*
.main {
	content: "";
	display: block;
	clear: both;
}*/
/*
.clmRight {
	float: left;
	width: 60%;
}*/

/* 右側のBOXのキャプション */
figcaption {
	margin-top: -5px;
	margin-bottom: 8px;
	text-align: center;
	font-size: 15px;
}

/* 右側のBOXの画像 */
.detail-photos {
	float: left;
	width: 35%;
}

.detail-photos img {
	max-width:100%;
	height: auto;
	border: solid 1px #aaaaaa;
	margin-top: 10px;
}


.detail-photos a  {
	color: #FF3366;
	font-size: 12px;
	margin-top: 2px;
}

.detail-photos p {
	color: #FF3366;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;	
}

/* ピンクの文字色 */
.induction p {
	color: #FF3366;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: right;
}

/* 部屋情報のテーブル */
table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  table-layout: fixed;
  width: 100%;
}

table tr {
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: center;
}

table th {
	background-color: #f7e9cd;
}



.heavy-line {
	border-bottom: solid 2px #999999;
}




caption {
	color: #339933;
	font-weight: bold;
	margin-top: 12px;
	margin-left: 60px;
	font-size:18px;
}

.contact p {
	margin-left:50px;
}

span.red {
	color: #FF3366;
	font-size: 13px;
}

/* 「空室あり」の設定 */
.rooms dd span.vacancy-red   {
	display: inline-block;
	border: solid 1px #FF3366;
	border-radius: 5px;
	background-color: #FF3366;
	color: white;
}

.red span  {
	color: #FF3366;
	font-weight: bold;
	font-size: 16px;
}



/*
.mainWrapper img {
	width :120;
	height: 79;
}

.mainWrapper img:hover {
	-webkit-transform: scale(2.0);
	transform: scale(2.0);
	box-shadow:	1px 2px 3px #000;
}
*/
/* 部屋情報の写真のキャプション */
figcaption .caption {
	font-size:10px;
	margin:0;
	padding: 0;
}

td .caption{
	font-size:13px;
	margin: 0;
	padding: 0;
}

td img {
	margin: 0 2px 0 0;
}

/* 周辺情報ページの左側の設定 */
.surroundBox {
	content: "";
	display: block;
	clear: both;
	width: 95%;
	margin-left: 25px;
	margin-right: 10px;
	margin-bottom: 15px;
	padding: 0 10px 10px 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color:#fff;
}


.surround {
	float:left;
	width: 100%;
	padding: 0 15px 10px 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color:#fff;
}

.surround p {
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 1.7;
	margin-left: 10px;
	color: #333;
}

.surround img {
	vertical-align: middle;
}

.surround dl {
	text-decoration:none;
}

/* 周辺情報ページの地図 */
.map img {
	width: 95%;
	height: auto;
	border: solid 1px #666;
	vertical-align: middle;
	text-align: center;
}

.map {
	text-align: center;
}

/* お問い合せページのレイアウト */
/*#headerMain {
	margin-left: 25px;
}
*/
#inner {
	margin:25px;
}

/* トップに戻るボタン */
#gototop {
	width: 35px;
	height:35px;
	text-align: center;
	vertical-align:bottom;
	border: 2px solid #999;
	background-color: #ffce9e;
	border-radius: 5px;
	position: fixed;
	bottom: 15px;
	right: 10%;
	font-weight: bold;
	padding-top:3px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


/* ひつじ不動産へのリンク設定 */
.hitsuji {
	margin: 30px 0 30px 0;
}

/* footer */
#footer p {
	margin-top: 15px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
    line-height: 1.2;
    text-align: center;
	background-color:#fff2e5;
	border-top: solid 1px #8e7663;
	border-bottom: solid 1px #8e7663;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#footer span {
	color: #c13132;
}


