@charset "utf-8";

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	background: #FFF;
}
header .inner {
	width: auto;
	height: auto;
	text-align: center;
}
/*h1ロゴの設定*/
header .inner h1 {
	position: static;
	padding-top: 20px;
}
header h1 img {
	width: 70%;	/*画面に対してロゴ画像を70％の幅に*/
	height: auto;
}
/*電話番号ボックスの設定*/
header .inner address {
	display: none;
}


/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック設定*/
nav#menu {
	height: auto;
	margin-right: 6px;
	margin-left: 6px;
}
nav#menu ul {
	width: auto;
}
/*メニュー１個ごとの設定*/
nav#menu ul li {
	float: none;
	width: 100%;
	height:45px;
	border: none !important;
	background-color: #BD5BA3;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	/* background-image: url(../images/btn_arrow.png), -webkit-gradient(linear, left top, left bottom, from(#2257BB), to(#0081CC));	/*グラデーション*/
	/* background-image: url(../images/btn_arrow.png), -webkit-linear-gradient(#2257BB, #0081CC);	/*同上*/
	/* background-image: url(../images/btn_arrow.png), linear-gradient(#2257BB, #0081CC);			/*同上*/
	/* background-repeat: no-repeat; */
	background-position: right center;
	text-align: left;
	font-size:110%;
}
nav#menu ul li a {
	line-height: normal;
	padding: 15px 0px 15px 20px;	/*メニュー内の余白。上、右、下、左*/
}
/*英語表記の設定*/
nav#menu ul li a span {
	display: none;	/*表示させない設定*/
}

nav#menu ul li ul {
  position: absolute;
  top:45px;
  left:0px;
  width:100%;
  visibility:hidden;
}
nav#menu ul li ul li {
  visibility: hidden;
  overflow: hidden;
  width: 100%;/*サブメニューの幅*/
  height:30px;
  margin:0;
  background: #BD5BA3;/*サブメニューの背景色*/
  color:#FFF;
  font-size:80%;
  font-weight: normal;	/*文字を太字でなく標準に戻す設定*/
  line-height:2.0em;
}
nav#menu ul li ul li a {
  color:#FFF;
  opacity: 0.90;	/*透明度90％*/
}
nav#menu ul li ul li:hover, nav#menu ul li ul li a:hover {
  background: #FFF;/*ホバー時のサブメニューの背景色*/
  color: #BD5BA3;
}
nav#menu ul li:hover ul li, nav#menu ul li a:hover ul li{
  visibility: visible;
  overflow: visible;
  height:auto;/*サブメニューの高さ*/
  width:100%;
  z-index: 10;
}


/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	width: auto;
	margin-right: 6px;
	margin-left: 6px;
}

/*contents-in,main,subコンテンツ
---------------------------------------------------------------------------*/
#contents-in, #main, body.c2 #main, #sub {
	float: none;
	width: auto;
}

/*sideコンテンツ
---------------------------------------------------------------------------*/
#side {
	display: none;	/*表示させない設定*/
}

/*トップページのメイン画像。表示させたいなら、style-m.cssの同じ箇所のタグをコピペする。
---------------------------------------------------------------------------*/
#mainimg {
	margin: 0px 6px 1%;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
section#new h2.open {
	background: url(../images/btn_minus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#5294DC), to(#0060BF));	/*マイナスアイコンとグラデーション*/
	background: url(../images/btn_minus.png) no-repeat right center, -webkit-linear-gradient(#5294DC, #2471BD 49%, #0060BF 50%);					/*同上*/
	background: url(../images/btn_minus.png) no-repeat right center, linear-gradient(#5294DC, #2471BD 49%, #0060BF 50%);							/*同上*/
}
section#new h2.close {
	background: url(../images/btn_plus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#5294DC), to(#0060BF));	/*プラスアイコンとグラデーション*/
	background: url(../images/btn_plus.png) no-repeat right center, -webkit-linear-gradient(#5294DC, #2471BD 49%, #0060BF 50%);						/*同上*/
	background: url(../images/btn_plus.png) no-repeat right center, linear-gradient(#5294DC, #2471BD 49%, #0060BF 50%);								/*同上*/
}

/*ブロック全体の設定*/
#new dl {
	height: auto;
	padding-left: 0;
	height:250px;
	overflow:auto;
}
/*日付設定*/
#new dt {
	float: none;
	width: auto;
}
/*記事設定*/
#new dd {
	padding-left: 0;
}

/*新着・イベント情報エリア
---------------------------------------------------------------------------*/
#new .box_new{
	width:90%;
	float:right;
	background-color:#FFF;
	margin-top:10px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:10px;
	padding:10px;
}
#new .box_new1{
	width:90%;
	float:right;
	background-color:#FFF;
	margin-top:10px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:10px;
	padding:10px;
}

/*物件ページ内ブロック　左半カラム表示
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/

#main .box_bukken_left{
	width:95%;
	float:left;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}

/*トップページ内「イベント情報」ブロック　左半カラム表示
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/

#main .box_bukken_right{
	width:95%;
	float:left;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}

/*物件ページ内　周辺情報BOX
---------------------------------------------------------------------------*/
#main .syuuhen_pink{
	width:45%;
}
#main .syuuhen_blue{
	width:45%;
}
#main .syuuhen_green{
	width:45%;
}
#main .syuuhen_beige{
	width:45%;
}

/*テーブル１
---------------------------------------------------------------------------*/
/*テーブル内の右側*/
.ta1 td{
	width: auto;
	padding: 2px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 100px;
	padding: 2px;
}

/*テーブル3
---------------------------------------------------------------------------*/
/*テーブル内の右側*/
.ta3 td{
	width: auto;
	padding: 2px;
}
/*テーブル内の左側の見出し部分*/
.ta3 th{
	width: 100px;
	padding: 2px;
}

/*service.html内の一覧の各ブロック
---------------------------------------------------------------------------*/
/*ボックス内の段落タグ設定*/
#main section.list article p {
	margin-left: 0;
}
/*ボックス内の写真設定*/
#main .list article figure img {
	width: 40%;
	height: auto;
	margin-right: 5px;
}

#main section.list2 article {
	width:85%;
	height:auto;
}

/* 美味しい餃子の焼き方　内のフロー写真ブロック
---------------------------------------------------------------------------*/
#main section.list3 article {
	width:85%;
	height:auto;
}

/* ギャラリーブロック
---------------------------------------------------------------------------*/
#main section.list4 article {
	width:85%;
	height:auto;
}

/* PC で1/4の BOX　スマホでは1/2
---------------------------------------------------------------------------*/
#main section.list5 article {
	width:43%;
	height:auto;
}

/* PC で1/2の BOX　スマホでは1/2
---------------------------------------------------------------------------*/
#main section.list6 article {
	width:85%;
	height:auto;
}

/* PC で1/3の BOX　スマホでは1/2
---------------------------------------------------------------------------*/
#main section.list7 article {
	width:85%;
	height:auto;
}

/*その他
---------------------------------------------------------------------------*/
/*<body class="s-n">指定の場合にsubブロックも表示させない設定*/
body.s-n #sub {
	display: none;
}
/*幅一杯に画像を表示させる*/
img.wa {
	height: auto;
	width: 100%;
}
/*メニュー折りたたみ設定*/
#top #menubar_hdr {
	display: none;
}
#menubar_hdr {
	display: inline;
	position: absolute;
	top: 0px;
	right: 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#e5e5e5));
	background-image: -webkit-linear-gradient(#fbfbfb, #e5e5e5);
	background-image: linear-gradient(#fbfbfb, #e5e5e5);
	padding: 10px;
	border: 1px solid #cfcfcf;
	border-radius: 0px 0px 6px 6px;
}

.result_half{
	float:left;
	width:47%;
	margin:5px 5px;
}

/*4列ブロック（スマホ時は2列）
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/

#box_4{
	width:46%;
	float:left;
	background-color:#FFF;
	margin:5px 5px;
}

/*半分幅BOX
---------------------------------------------------------------------------*/
.box_half{
	width:90%;
	float:right;
	background-color:#FFF;
	margin-top:10px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:10px;
	padding:10px;
}
.box_half1{
	width:90%;
	float:right;
	background-color:#FFF;
	margin-top:10px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:10px;
	padding:10px;
}
