@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Inknut+Antiqua:400,500700,);

/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #401700;	/*全体の文字色★★変更★★*/
	margin: 0px;
	padding: 0px;
	font: 0.9em/1.5 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";/*文字サイズ・行間・フォント設定★★変更★★*/
	background-color:#450102;
/*	background: url(/images/woo002_s.jpg);	左からカンマで区切って背景画像を３つ指定★★変更★★*/
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
#rentalspace img {
	border: none;
	-webkit-box-shadow: 0px 2px 5px #000;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 2px 5px #000;			/*同上*/
	width:320px;
	height:auto;
}
img.no-shadow {
	border: none;
	-webkit-box-shadow: none;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: none;			/*同上*/
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}


/*リンク（全般）設定　★★差し換え★★
---------------------------------------------------------------------------*/
a {
	color: #1b2589;	/*リンクテキストの色*/
	text-decoration: underline;
}
a:visited {
	color: #5200a5;
}
a:hover {
	color: #0215cd;			/*マウスオン時の文字色（全体）*/
	text-decoration: underline;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}
a:active {
	color: #0215cd;
}


/*h1タグ設定
---------------------------------------------------------------------------*/
h1 {
	font-size: 11px;		/*文字サイズ*/
	color: #C6B9B2;			/*文字色★★変更#FFF★★*/
	background: none;	/*背景色★★変更#4d443a★★*/
	text-align: right;		/*中央★★変更★★*/
	width: 965px;	/*コンテナー幅★★追加★★*/
	margin-right: auto;/*★★追加★★*/
	margin-left: auto;/*★★追加★★*/
	margin-top:10px;
}
h1 a, h1 a:hover {
	color: #C6B9B2;
	text-decoration: none;
}

/*見出し　★★追加★★===============================================*/
h3 {
	clear: both;
	float:none;
	font-size: 1.0em;
	font-weight:bold;
color: #C6B9B2;	/*h2の文字カラー（薄いベージュ）*/
background-color: #532e1b;	/*h2の背景（茶）*/
	text-align: left;
	margin: 10px 0px;
	padding: 5px 10px 5px 10px;	/*左から、上、右、下、左側への余白*/


}
h4 {
	clear: both;
	float:none;
	font-size: 1.1em;
	font-weight: bold;
	color: #3fa9f5;
	padding: 0px;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	border-bottom: 0px dotted #3fa9f5;
	border-left: 5px solid #3fa9f5;
	padding-left:5px;
}
h5 {
	clear: both;
	float:none;
	font-size: 1em;
	font-weight: bold;
	color: #9e0d82;
	padding: 0px;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #9e0d82;
}
h6 {
	clear: both;
	float:none;
	font-size: 1em;
	font-weight: bold;
	color: #00984B;
	padding: 0px;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 0;
	border-bottom: 0px solid #00984B;

}


/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: 985px;	/*コンテナー幅*/
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
header {
	height: 130px;	/*ブロックの高さ*/
	width: 100%;	/*ブロックの幅*/
	position: relative;
	color:#C6B9B2;	/*★追加*/
}
/*ロゴの設定*/
header #logo {
	position: absolute;
	left: 0px;	/*ヘッダーブロックに対して左から0pxの位置に配置*/
	top:0px;	/*ヘッダーブロックに対して上から35pxの位置に配置*/
	font-size: 11px;	/*文字サイズ*/
	line-height: 0;	/*行間*/
	margin-bottom:10px;
}
/*ロゴの設定★★追加★★*/
header #logo img {
	width:285px;
	height:auto;
	-webkit-box-shadow: none;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: none;			/*同上*/
}
/*ロゴのキャッチコピー設定★★追加★★*/
header #logo span.logo-catch {
	margin-left:10px;
}
@media (max-width : 800px){
header #logo img {
	margin-left:10px;
}
header #logo span.logo-catch {
	margin-left:0;
}
}	

/*右側の電話番号のボックス設定*/
header p.toiawase {
	position: absolute;
	right: 10px;	/*ヘッダーブロックに対して右から20pxの位置に配置*/
	top: 30px;	/*ヘッダーブロックに対して上から15pxの位置に配置*/
	font-size: 12px;	/*文字サイズ*/
/*	background: #fff;	背景色*/
/*	border: 5px solid #FFF;	/*枠線の幅、線種、色*/
	text-align: center;
	padding: 5px 0px;	/*左から、上下、左右への余白*/
	line-height: 1.4;	/*行間*/
/*	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#fff4cc));	グラデーション*/
/*	background-image: -webkit-linear-gradient(#FFF, #fff4cc);									同上*/
/*	background-image: linear-gradient(#FFF, #fff4cc);											同上*/
/*	-webkit-box-shadow: 0px 2px 5px #000;	影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
/*	box-shadow: 0px 2px 5px #000;			同上*/
/*	border-radius: 10px 10px 10px 10px;	角丸のサイズ。それぞれ左上、右上、右下、左下への設定★★追加★★*/
}
/*電話番号の文字の設定*/
header p.toiawase .tel {
	font-family: 'Inknut Antiqua', serif;/*文字★変更*/
	font-weight:600;
	font-size: 31px;	/*文字サイズ*/
	color: #b59400;		/*文字色★変更*/
}

header p.toiawase a {	/*★追加*/
	text-decoration: none;
}


/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニュー１個ごとの設定*/
nav#menubar ul li {
	float: left;
	line-height: 1.6;
	margin-right: 0px;/*★★修正5px★★*/
	margin-bottom: 0px;/*★★修正15px★★*/
	width: 164px;/*★★修正160px★★*/
	border-top:3px solid #5e351a;	/*★★追加★★*/

}
nav#menubar ul li:last-child {		/*★★修正★★*/
	margin-right: 0px;
}
nav#menubar ul li a {
	position:relative;
	color: #C6B9B2;		/*文字色★変更#fff*/
	padding: 10px 0px;	/*左から、上下、左右への余白。（メニュー内の）*/
	text-decoration: none;
	display: block;
	text-align: center;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	background-color: #411700;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#411700), to(#190801));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#411700, #190801);	/*同上*/
	background-image: linear-gradient(#411700, #190801);			/*同上*/
	font-weight: bold;	/*文字を太字にする設定*/
/*	border-radius: 10px 10px 10px 10px;	角丸のサイズ。それぞれ左上、右上、右下、左下への設定*/
	-webkit-box-shadow: 0px 2px 5px #000;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。★★変更★★*/
	box-shadow: 0px 2px 5px #000;			/*同上★★変更★★*/
	height:37px;/*★★追加★★*/
	letter-spacing: 0.1em;	/*★★追加★★*/
	line-height:33px;
}
/*マウスオン時の設定*/
nav#menubar ul li a:hover {
	color: #fff;			/*文字色★修正#000*/
	background: #5e351a;		/*背景色★修正#fff*/
}
/*英語表記の設定*/
nav#menubar ul li a span {
position:absolute; bottom:5px; left:10% ; right:10%  ;
	font-size: 9px;	/*文字サイズ*/
	display: block;
	font-weight: normal;	/*文字を太字でなく標準にする設定*/
	letter-spacing: 0.2em;	/*文字間隔を少しあける設定*/
	line-height:16px;	/*★★追加★★*/
}


/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 965px;
	background-color: #f3ecdd;	/*背景色★★変更★★*/
background: -moz-linear-gradient(top,  #f3ecdd 90%, #bfab97 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f3ecdd 90%,#bfab97 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f3ecdd 90%,#bfab97 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	
	padding: 10px 10px 0px;	/*コンテンツ内の余白。左から、上、左右、下。*/
/*	border-radius: 10px 10px 10px 10px;	/*角丸のサイズ。それぞれ左上、右上、右下、左下への設定*/
	-webkit-box-shadow: 0px 2px 5px #000;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 2px 5px #000;			/*同上*/
	border-top:5px solid #c69401;	/*★★追加★★*/
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	position: relative;
	width: 965px;
	height:400px;
	margin-bottom: 20px;
}
#mainimg img {
	-webkit-box-shadow: 0px 2px 5px #000;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 2px 5px #000;			/*同上*/
	vertical-align: bottom;
	border-radius:10px;
}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-Index:2;
	position: absolute;
	left:0px;
	top:0px;
}
#slide_image2 {
	z-Index:1;
	position: absolute;
	left:0px;
	top:0px;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: right;	/*右側に回り込み★★変更★★*/
	width: 700px;	/*メインコンテンツ幅*/
	padding-bottom: 30px;
}
/*mainコンテンツのh2タグの設定*/
#main h2 {	/*★差換え*/
	background-color: #532e1b;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: url(/rentalspace/images/ttl_content_bg.gif);
	background-repeat: repeat-x;
	color: #C6B9B2;
	font-size: 100%;
	padding: 7px 10px 3px 15px;	/*左から、上、右、下、左側への余白*/
	clear: both;
	margin-bottom: 10px;
	height: 30px;
}
#main h2 img {
	vertical-align: middle;
}
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 0.5em 10px 1em;	/*左から、上、左右、下への余白*/
}
#main > p {
/*	background-color: #FFF;★★削除★★*/
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*左側に回り込み★★変更★★*/
	width: 240px;	/*サブコンテンツ幅*/
	padding-bottom: 30px;
}
/*subコンテンツ内のh2タグ設定*/
#sub h2 {
	font-size: 100%;
	text-align: center;	/*文字をセンタリング*/
	padding: 5px 0px;	/*左から、上下、左右への余白*/
	background-color: #532e1b;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	color: #b59400	/*文字色*/
}

/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
#sub nav ul {
	margin-bottom: 1em;
}
/*メニュー１個ごとの設定★★差換え★★*/
#sub nav ul li {
	text-decoration: none;
	display: block;
	border-right: 1px solid #999;	/*右側の線の幅、線種、色*/
	border-bottom: 1px solid #999;	/*下側の線の幅、線種、色*/
	border-left: 1px solid #999;		/*左側の線の幅、線種、色*/
	background-color: #fff;	/*背景色*/
	line-height: 1.5;
	}
/*メニュー１個ごとの設定★★差換え★★*/
#sub nav ul li a {
	color: #401700;	/*リンクテキストの色*/	
	text-decoration: none;
	display: block;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	background-color: #fff;	/*背景色*/
background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-8 */
	padding-left: 15px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;

	}
		
/*マウスオン時の設定★★差換え★★*/
#sub nav ul li a:hover {
	background-color: #FFFE9A;	/*背景色*/
	background-image: url(/images/ya01.gif);
	background-repeat: no-repeat;
	background-position: 6px 1em;	/*アイコンの位置左右、上下*/
}

/*IE7ハック★★追加★★-----------------------*/
#sub nav ul li small {
*font-size:0.8em;
}

/*孫カテゴリメニュー★★追加★★-----------------------*/
#sub nav ul ul{
	margin-bottom: 0;
}
#sub nav ul ul li{
	text-indent:30px;
}
#sub nav ul ul li a:hover {
	background-position: 36px 1em;	/*アイコンの位置左右、上下*/
}


/*サブコンテンツ　物件ボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#sub section.box1 {
	font-size: 11px;	/*文字サイズ*/
	width: 238px;		/*ボックスの幅*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e3e3e3));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e3e3e3);									/*同上*/
	background-image: linear-gradient(#FFF, #e3e3e3);											/*同上*/
	border-bottom: 1px solid #999;	/*下の線の幅、線種、色*/
	border-right: 1px solid #999;	/*右の線の幅、線種、色*/
	border-left: 1px solid #999;	/*左の線の幅、線種、色*/
	line-height: 1.6;	/*行間*/
	position: relative;
	overflow: hidden;
}
#sub section.box1 a {
	padding: 5px;	/*ボックス内の余白*/
	text-decoration: none;
	display: block;
	overflow: hidden;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
}
#sub section.box1 a:hover {
	background-color: #ffea99;	/*マウスオン時のボックス色*/
}
/*h4見出しタグ*/
#sub section.box1 h4 {
	color: #4d443a;		/*文字色*/
	margin-left: 90px;	/*左の画像とバランスをとって設定する*/
	text-align: left;
	padding: 0;
	background: none;
}
/*p段落タグ*/
#sub section.box1 p {
	margin-left: 90px;	/*左の画像とバランスをとって設定する*/
	padding: 0;
}
/*サムネイル画像設定*/
#sub section.box1 figure {
	float: left;	/*左に回り込みさせる設定*/
	padding: 0;
}
/*サムネイル画像のフチ*/
#sub section.box1 figure img {
	border: 1px solid #999;	/*枠線の幅、線種、色*/
	vertical-align: bottom;
}

/*検索エンジンボックス　★★追加★★
---------------------------------------------------------------------------*/
/*検索エンジンボックスの設定*/
div.search {
	margin-bottom:10px;
	width:238px;
}
.gsc-search-box {
	padding: 0 !important;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border:1px solid #ccc;
	padding:2px;
	background-color:#fff;
}
.gsc-input-box{
	border:0 !important;
}

.gsc-input{
	padding:0 !important;
	padding-left:3px !important;
}

input.gsc-search-button-v2, input.gsc-search-button-v2 {
    width: 13px;
    height: 13px;
    padding: 6px 10px !important;
    min-width: 13px;
    margin-top: 4px !important;
	margin-right:3px !important;
}


input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
border-color: #fff !important;
    background: url("/images/icon_search2.png") no-repeat scroll 50% 50% #fff !important;
}	
/*Googleの検索結果へCSSの引き引継ぎさせないよう制御*/
#___gcse_0 {
color: initial;
font-family: initial;
line-height: initial;
color: -moz-initial;
font-family: -moz-initial;
line-height: -moz-initial;
}
/*カスタム検索の背景を透明にする*/
.gsc-control-cse {
    border-color: none!important;
    background-color: transparent!important;
}
.cse .gsc-control-cse, .gsc-control-cse {
    background-color: none!important;
    border: 0px solid #FFF!important;
    padding: 0px!important;
}
.gsib_a {
padding:0!important;
}
/*検索結果タイトルエリア*/
.gsc-thumbnail-inside {
    padding-left: 0!important;
}
/*検索結果タイトル行の高さ*/
.gsc-result .gs-title {
    height:auto!important;
}
/*検索結果URL*/
.gsc-url-top {
    padding-left: 0!important;
}
/*検索結果概要*/
gsc-table-result {
    line-height: 1.5!important;
}
/*Googleロゴ位置*/
img.gcsc-branding-img-noclear{
vertical-align: middle!important;
}

/*サブコンテンツ　運営・お問合せ　★★追加★★
---------------------------------------------------------------------------*/
/*運営*/
#sub address {
	font-style:normal;
}
#sub address div.box1 {
	border: 1px solid #999;	/*枠線の幅、線種、色*/
	border-top: 0px solid #999;	/*枠線の幅、線種、色*/	
	padding: 10px;			/*ボックス内の余白*/
	margin-bottom: 15px;	/*ボックスの下に空けるのスペース*/
	background-color: #fff;	/*背景色*/
}
/*電話番号後のスペース*/
#sub address span.toiawase{
	margin-right:0;
}

/*サブコンテンツ　カレンダー　★★追加★★
---------------------------------------------------------------------------*/
#sub #calender div.box1 {
	text-align:center;
	border: 1px solid #999;	/*枠線の幅、線種、色*/
	border-top: 0px solid #999;	/*枠線の幅、線種、色*/	
	padding: 10px;			/*ボックス内の余白*/
	margin-bottom: 15px;	/*ボックスの下に空けるのスペース*/
	background-color: #fff;	/*背景色*/
}



/*サブコンテンツ　バナー　リンク　★★追加★★
---------------------------------------------------------------------------*/

/*バナー=====================*/
#sub #banner {
	text-align:center;
}

#sub #banner img{
	margin-bottom:10px;
	max-width:240px;
	height:auto;
	border : 0px solid #cccccc;	/*左の線の幅、線種、色*/
	padding:0;
	-webkit-box-shadow: none;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: none;			/*同上*/
}

#sub #banner img.none{
	margin-bottom:10px;
	max-width:200px;
	height:auto;
	border : 0px solid #cccccc;	/*左の線の幅、線種、色*/
	padding:0px;
}
/*マウスオン時*/
#sub #banner a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}



/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #C6B9B2;/*全体の文字色★★変更★★*/	
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
	color: #C6B9B2;	/*全体の文字色★★変更★★*/	
}
footer a:hover {
	color: #C6B9B2;			/*マウスオン時の文字色（全体）★★変更★★*/
	text-decoration: underline;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}
footer a:active {
	color: #C6B9B2;/*全体の文字色★★変更★★*/
}
footer a:visited {
	text-decoration: none;
	color: #C6B9B2;	/*全体の文字色★★変更★★*/	
}

/*トップページ内「更新情報・お知らせ・新着情報」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl{	/*★★変更★★*/
	padding-left: 10px;
	padding-right: 10px;
	margin-top:1em;
}
/*日付設定*/
#new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 8em;
	padding:5px;
}
/*記事設定*/
#new dd {
	border-bottom: 1px dashed #d2d2d2;	/*下線の幅、線種、色*/
	padding:5px;
	padding-left: 8em;

}
#new dd img {
	vertical-align: middle;
}

/*list.html内の物件紹介の各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list {
	border: 1px solid #999;	/*枠線の幅、線種、色*/
	margin-bottom: 1em;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e3e3e3));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e3e3e3);									/*同上*/
	background-image: linear-gradient(#FFF, #e3e3e3);											/*同上*/
	-webkit-box-shadow: 0px 2px 5px #CCC, 0px 0px 1px 1px #FFF inset;	/*影の設定。右・下・ぼかし幅・色の設定, ＋内側への影を右・下・ぼかし幅・色を設定*/
	box-shadow: 0px 2px 5px #CCC, 0px 0px 1px 1px #FFF inset;			/*同上*/
	position: relative;
	overflow: hidden;
}
/*ボックス内の段落タグ設定*/
#main section.list p {
	padding: 0px;
	margin-left: 220px;	/*左の写真とのバランスをとって設定*/
}
/*ボックス内の写真設定*/
#main section.list figure img {
	float: left;			/*画像を左へ回り込み*/
	background-color: #FFF;	/*画像の背景色。ここでは枠線と画像の間の色になります。*/
	padding: 5px;			/*余白。ここに上の行で設定した背景色が出ます。*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	vertical-align: bottom;
	margin-right: 10px;
}
/*ボックス内のh4タグ設定*/
#main section.list h4 {
	font-size: 100%;
	border-left: 5px solid #719a14;	/*左側の線の幅、線種、色*/
	margin-bottom: 0.5em;
	color: #719a14;		/*文字色*/
	background: #FFF;	/*背景色*/
	padding-left: 5px;
	border-bottom: 1px solid #CCC;	/*下線の幅、線種、色*/
}
/*リンクの設定*/
#main section.list a {
	padding: 10px;	/*ボックス内の余白*/
	text-decoration: none;
	display: block;
	overflow: hidden;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
}
#main section.list a:hover {
	background-color: #ffea99;	/*マウスオン時のボックス色*/
}

/*一覧ページの各物件ボックス内のテーブル
---------------------------------------------------------------------------*/
#main section.list table {
	font-size: 11px;	/*文字サイズ*/
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background: #FFF;	/*背景色*/
}
#main section.list table,
#main section.list table td,
#main section.list table th{
	border: 1px solid #b5b5b5;	/*枠線の幅、線種、色*/
}
#main section.list table td,
#main section.list table th{
	padding: 0;
	line-height: 1.6;
}
#main section.list table th{
	width: 90px;
	text-align: center;
	font-weight: normal;
	background: #dfe0c8;
}
#main section.list table td {
	width: 150px;
	padding-left: 3px;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #999;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	width: 457px;
	padding: 10px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 200px;
	padding: 10px;
	text-align: center;
	background-color: #e2e2e2;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #e2e2e2;	/*背景色*/
}
/*テーブルのキャプション設定*/
.ta1 caption{
	padding: 10px;
	border-top: 1px solid #999;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #999;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #999;	/*左側の線の幅、線種、色*/
	text-align: left;
	background-color: #ffea99;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff0b6), to(#ffea99));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#fff0b6, #ffea99);	/*同上*/
	background-image: linear-gradient(#fff0b6, #ffea99);			/*同上*/
	font-weight: bold;	/*文字を太字にする設定*/
}
/*ボタンの設定*/
input[type="submit"],
input[type="button"],
input[type="reset"] {
	width: 250px;	/*ボタン幅*/
	padding: 10px;	/*ボタン内の余白*/
	margin-bottom: 20px;
	border: 1px solid #999;	/*枠線の幅、線種、色*/
	border-radius: 30px;	/*角丸のサイズ*/
	background-color: #719a14;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#9ebe35), to(#719a14));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#9ebe35, #719a14);	/*同上*/
	background-image: linear-gradient(#9ebe35, #719a14);			/*同上*/
	-webkit-box-shadow: 0px 2px 5px #000;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 2px 5px #000;			/*同上*/
	font-size: 14px;	/*文字サイズ*/
	color: #FFF;		/*文字色*/
	margin-right: 5px;
}
/*ボタンのマウスオン時の設定*/
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	background-color: #9ebe35;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#719a14), to(#9ebe35));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#719a14, #9ebe35);	/*同上*/
	background-image: linear-gradient(#719a14, #9ebe35);			/*同上*/
}
/*こだわりアイコンのフロート指定(CMS用)*/
.ta1 td .specialbox {
	float: left;
	width: 100px;
	height: 40px;

}
.ta1 td .specialbox img {
	vertical-align: middle;
}

/*PAGE TOP設定（戻る）　★★差換★★
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
	text-align: right;
	margin-right:0;
}
#pagetop a {
	color: #FFF;	/*文字色*/
	background-color: #331300;	/*背景色*/
	text-decoration: none;
	text-align: center;
	width: 14em;
	font-size: 10px;
	letter-spacing: 0.1em;
	display: inline-block;
	padding:0.5em;
border-radius: 5px;
margin-bottom:2em;
margin-right:0px;
}
#pagetop a:hover {
	background-color: #FFF;
	color: #331300;
}
#main p.ue {
	clear: both;
	float:right;
	background-color: none;
	margin-bottom:1em;
	padding-right:0;
	margin-right:0px;
}
#main p.ue a {
	color: #FFF;	/*文字色*/
	background-color: #331300;	/*背景色*/
	text-decoration: none;
	text-align: center;
	width: 14em;
	font-size: 10px;
	letter-spacing: 0.1em;
	display: inline-block;
	padding:0.5em;
border-radius: 5px;
}
/*マウスオン時*/
#main p.ue a:hover {
	background-color: #FFF;
	color: #331300;
}

/*「おすすめ」表示
---------------------------------------------------------------------------*/
.osusume {
	font-size: 10px;
	color: #FFF;
	background: #F00;
	text-align: center;
	display: block;
	width: 120px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	-webkit-transform: rotate(-45deg) translate(37px,20px);
	-ms-transform: rotate(-45deg) translate(37px,20px);
	transform: rotate(-45deg) translate(37px,20px);
}
h2 span.osusume {
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	display: inline-block;
}

/*「ご契約済」表示
---------------------------------------------------------------------------*/
.sumi {
	font-size: 10px;
	color: #FFF;
	background: #069;
	text-align: center;
	display: block;
	width: 120px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	-webkit-transform: rotate(-45deg) translate(37px,20px);
	-ms-transform: rotate(-45deg) translate(37px,20px);
	transform: rotate(-45deg) translate(37px,20px);
}
h2 span.sumi {
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	display: inline-block;
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #dcdcdc;
}
.mb1em {
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
/*アイコン　★★差換★★ -----------*/
ul.disc {
	padding: 0em 20px 0em;
	list-style: disc;
	margin-left: 15px;
	margin-right: 0px;
	margin-top: 1em;
	margin-bottom: 2em;
	list-style-image: url(/images/ya-02.png);
	line-height:2;
}
.color1 {
	color: #e85c0a;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
figcaption {
/*	font-size: 11px;	★★削除★★ -----------*/
}
img {
	max-width: 100%;
	height: auto;
}
#menubar_hdr {
	display: none;
}
.sortbox {
	text-align: right;
	margin-bottom: 1em;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 10px;
	background: #e5e5e5;
}
.big1 {
	font-size: 130%;
}



/*オリジナル
---------------------------------------------------------------------------*/

/*現在位置表示===============================================*/
#StructureArea {
	font-size: 0.8em;
	text-align: left;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right:10px;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 3px;
}

/*コーナー内リンク===============================================*/

#SubLinkArea_h4 {
	text-align: center;
	color: #037516;
	clear: both;
	margin-bottom: 15px;
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 10px;
	border-top-width: 0px;
	border-top-style: dotted;
	border-top-color: #037516;
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #037516;
	padding: 3px;
	font-size:0.95em;
}


#SubLinkArea_h4 a:link {
	color: #037516;
	text-decoration: underline;
}

#SubLinkArea_h4 a:visited {
	color: #037516;
	text-decoration: underline;
}

#SubLinkArea_h4 a:hover {
	color: #039117;
	text-decoration: underline;
}

#SubLinkArea_h4 a:active {
	color: #039117;
	text-decoration: underline;
}

/*画像の拡大=====================*/
.auto {
	width:auto!important;
}
/*位置の制御===*/
.left {
	float: left;
	vertical-align: text-top;
	text-align: left;
}
.right {
	float: right;
	vertical-align: text-top;
	text-align: right;
}
.center {
	text-align: center;
}
br.clear {
	clear: both;
	line-height: 0px;
}
/*画像の回り込み===*/

.img-left {
	margin-right: 15px;
	float: left;
	margin-bottom: 10px;
	text-align: center;
}
.img-right {
	margin-left: 15px;
	float: right;
	margin-bottom: 10px;
	text-align: center;
}
.img-center {
	margin-bottom: 10px;
	text-align: center;
}

/*文字カスタマイズ===============================================*/
.large {
	font-size: 1.3em;
	font-weight: bold;
}
.small {
	font-size: 0.8em;
	line-height: 1.2em;
}
.furigana {
	font-size: 0.7em;
	line-height: 1.8em;
}

.FF0000 {
	color: #FF0000;
}
.blue {
	color: #3fa8f4;
}
.green {
	color: #006B0E;
}
.orange {
	color: #EA561C;
}
.catch {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #8BC53F;
	font-weight: bold;
	text-align: center;
	letter-spacing: normal;
}
.catch2 {
	font-size: 1.5em;
	line-height: 1.4em;
	color: #8BC53F;
	font-weight: bold;
	letter-spacing: normal;
}
.catch3 {
	font-size: 1.5em;
	line-height: 1.4em;
	color: #f47a01;
	font-weight: bold;
	letter-spacing: normal;
}
.catch4 {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #f47a01;
	font-weight: bold;
	text-align: center;
	letter-spacing: normal;
}
.catch5 {
	font-size: 1.2em;
	line-height: 1.5;
	color: #00a0e8;
	font-weight: bold;
	letter-spacing: normal;
}

/*「お知らせ」CMSブロック★★追加★★
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#info {
	margin-bottom: 15px;
	margin-right:0px;
}
#info img {
	width: 150px!important;
	height: auto;
	float: right;
	margin-left: 10px;
	padding: 5px;
	border: 1px solid #ccc;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
}
#info dl {
	margin-bottom: 20px;
	margin-right: 15px;
	margin-left:15px;
}
/*日付設定*/
#info dt {
	clear:both;
	float:left;
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 130px;
	padding-top:0.5em;
	padding-left:5px;
}
/*記事設定*/
#info dd {
	border-bottom: 1px solid #d2d2d2;	/*下線の幅、線種、色*/
	padding-left: 135px;
	padding-top:0.5em;
	padding-bottom:0.5em;
}

#info dd img {
	vertical-align: middle;
}
#info h2 {
	margin-bottom: 5px;
}

#info dl:first-child  {/*★★お知らせのみ追加*/
	border-top: 1px solid #d2d2d2;	/*下線の幅、線種、色*/
}

/*ブログ記事段落タグ設定===============================================*/
div.entries {
	clear:both;
	padding: 0px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 0px;

}

div.entries p {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

/*ブログ記事段落タグ設定===============================================*/
.day {
	margin: 0;
	margin-right:10px;
	padding:0;
	text-align:right;
	font-size:0.8em;
}

/*アーカイブ===============================================*/
#info-Archive h3 a {
	text-decoration: underline;
	display:block;
}
#info-Archive h3 a:visited {
}
#info-Archive h3 a:hover {
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}
#info-Archive h3 a:active {
}

/*PageBute.3.5.7：ページ繰り=====================*/
#pager{
	padding: 0px 3px 0px 2px;
	margin: 10px 10px 10px 10px;
	text-align: center;
	font-size: 1.0em;
}
#pager span,#pager a{
	padding:  3px 6px 3px 6px;
	margin:1px;
	border:1px solid #ddd;
}
#pager span{
	font-weight:bold;
	padding-top: 3px;
}
#pager a span{
	padding:0;
	margin:0;
	background-color:transparent;
	border:0 none;
	font-weight:normal;
	zoom:1;
}

/*前後の記事へのリンク=====================*/
#back-next{
	clear:both;
	padding: 0px 3px 0px 2px;
	margin: 10px 10px 10px 10px;
	text-align: center;
	font-size: 1.0em;
}
#back-next span,#back-next a{
	padding:  3px 4px 3px 4px;
	margin:10px;
	border:0px solid #ddd;
}
#back-next span{
	font-weight:bold;
	padding-top: 3px;
}
#back-next a span{padding:0;margin:0;background-color:transparent;border:0 none;font-weight:normal;zoom:1}

/*SSN関係★★追加★★
---------------------------------------------------------------------------*/
/*Googleマップのレスポンシブ対応　その1　★★追加★★====================*/
#googlemap {
	padding:10px;
}

.embed-container { position: relative; padding-bottom: 100%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 99%; height: 99%; }

/*Googleマップのレスポンシブ対応　その2　★★追加★★====================*/
.google-maps {/*余白※サイトにより異なる*/
	margin:0.5em 15px 1em;	/*左から、上、左右、下への余白*/
}
.google-maps {
	position: relative;
	padding-bottom: 75%; // これが縦横比
	height: 0;
	overflow: hidden;
}
 .google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


/*Googleカレンダーのレスポンシブ対応　★★追加★★====================*/
.google-calendar {/*余白※サイトにより異なる*/
	margin:0.5em 15px 1em;	/*左から、上、左右、下への余白*/
}
.google-calendar {
	position: relative;
	padding-bottom: 75%; // これが縦横比
	height: 0;
	overflow: hidden;
}
 .google-calendar iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


/*YouTube===============================================*/

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top:0;
  margin-bottom:1em;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*ソーシャルボタン===============================================*/
.socialWrap {
	padding:0 0 15px;
	text-align: right;
	height:20px;
*display:none;/* IE7 */
}

.socialWrap div {
	display: inline-block;
} 
.fb_iframe_widget > span {
	vertical-align: baseline !important;
}


/*スマホの時改行非表示===============================================*/
.sma-br {
	display:none;
}

























/*ここまでPC用（800px以上）環境の設定　★★追加★★*/



/*ここからタブレット用（481px～800px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (min-width:481px) and (max-width:800px){

/*h1タグ設定
---------------------------------------------------------------------------*/
h1 {
	display: none;
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: auto;
	margin-right: 6px;
	margin-left: 6px;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
header {
	height: auto;
	position: static;
	text-align: center;
}
/*ロゴの設定*/
header #logo {
	padding-top: 15px;
	text-align: center;
	position: static;
}
/*電話番号のボックス設定*/
header p.toiawase {
	position: static;
	margin-bottom: 15px;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニュー１個ごとの設定*/
nav#menubar ul li {
	margin-right: 0;
	margin-bottom: 5px;
	width: 49%;
}
/*奇数番目のメニューの設定*/
nav#menubar ul li:nth-child(odd) {
	margin-right:1%;
	width: 50%;
}
/*最後のメニューの設定*/
nav#menubar ul li:last-child a {
	margin-bottom: 10px;
}
/*英語表記の設定*/
nav#menubar ul li a span {
	display: none;
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	width: auto;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	clear: both;	/*★★追加★★*/
	float: none;
	width: auto;
}

/*お問い合わせ改行の設定★★追加★★*/
#sub address .none {
	display:none;
}

#sub #banner img {
	float:left;
	margin-right:5px;

}
/*サブコンテンツ　カレンダー　★★追加★★
---------------------------------------------------------------------------*/
#sub #calender {
	float:left;
	margin-right:15px;
}
#sub #calender div.box1 {

	text-align:center;
	border: 1px solid #999;	/*枠線の幅、線種、色*/
	border-top: 0px solid #999;	/*枠線の幅、線種、色*/	
	padding: 10px;			/*ボックス内の余白*/
	margin-bottom: 15px;	/*ボックスの下に空けるのスペース*/
	background-color: #fff;	/*背景色*/
}



/*検索エンジンボックスの設定　★★追加★★*/
div.search {
	width: auto;
}

/*トップページのメイン画像
---------------------------------------------------------------------------*/
#mainimg {
	height: auto;
	width: 100%;
}
#slide_image {
	height: auto;
	width: 100%;
	position: relative;
}
#slide_image2 {
	height: auto;
	width: 100%;
	position: absolute;
	left:0px;
	top:0px;
}

/*サブコンテンツ　物件ボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#sub section.box1 {
	font-size: 12px;	/*文字サイズ*/
	width: 100%;		/*ボックスの幅*/
	line-height: 1.6;	/*行間*/
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

}
/*ここまでタブレット用（481px～800px）環境の設定*/


/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 480px){

/*h1タグ設定
---------------------------------------------------------------------------*/
h1 {
	display: none;
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: auto;
	margin-right: 6px;
	margin-left: 6px;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
header {
	height: auto;
	position: static;
	text-align: center;
}
/*ロゴの設定*/
header #logo {
	padding-top: 15px;
	text-align: center;
	position: static;
}
/*電話番号のボックス設定*/
header p.toiawase {
	position: static;
	margin-bottom: 15px;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニュー１個ごとの設定*/
nav#menubar ul li {
	float: none;
	width: 100%;
	margin: 0;
}
nav#menubar ul li a {
	border-radius: 0 0 0 0;	/*角丸のサイズ。それぞれ左上、右上、右下、左下への設定*/
}
/*最初のメニューの設定*/
nav#menubar ul li:first-child a {
	border-radius: 10px 10px 0 0;
}
/*最後のメニューの設定*/
nav#menubar ul li:last-child a {
	border-radius: 0 0 10px 10px;
	margin-bottom: 10px;
}
/*英語表記の設定*/
nav#menubar ul li a span {
	display: none;
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	width: auto;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	clear: both;	/*★★追加★★*/
	float: none;
	width: auto;
}
#main p {
	padding: 0;
}
/*お問い合わせ改行の設定★★追加★★*/
#sub address .none {
	display:none;
}

#sub #banner img {
	width: 100%;
	height: auto;
}
/*検索エンジンボックスの設定　★★追加★★*/
div.search {
	width: auto;
}


/*トップページのメイン画像
---------------------------------------------------------------------------*/
#mainimg {
	height: auto;
	width: 100%;
}
#slide_image {
	height: auto;
	width: 100%;
	position: relative;
}
#slide_image2 {
	height: auto;
	width: 100%;
	position: absolute;
	left:0px;
	top:0px;
}
/*サブコンテンツ　物件ボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#sub section.box1 {
	font-size: 12px;	/*文字サイズ*/
	width: 100%;		/*ボックスの幅*/
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/

section#new h2.open {
	background-color: #532e1b;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: url(/images/btn_minus.png) right center no-repeat, url(/rentalspace/images/ttl_content_bg.gif) left top repeat-x;

}
section#new h2.close {
	background-color: #532e1b;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: url(/images/btn_plus.png) right center no-repeat, url(/rentalspace/images/ttl_content_bg.gif) left top repeat-x;
}
/*ブロック全体の設定*/
#new {
	margin-bottom: 1em;
}
#new dl {
	height: auto;
	padding-left: 0;
}
/*日付設定*/
#new dt {
	float: none;
	width: auto;
	padding:0;	/*★★追加★★*/
}
/*記事設定*/
#new dd {
	border-bottom: 1px solid #d2d2d2;
	padding-left: 0;
}

/*テーブル１
---------------------------------------------------------------------------*/
/*テーブル内の右側*/
.ta1 td{
	width: auto;
	padding: 2px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 100px;
	padding: 2px;
}

/*list.html内の物件一覧の各ブロック
---------------------------------------------------------------------------*/
/*ボックス内の写真設定*/
#main section.list figure img {
	float: none;
	width: 100%;
	height: auto;
	margin-right: 0px;
	margin-bottom: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/*ボックス内の段落タグ設定*/
#main section.list p {
	margin-left: 0;
}

/*その他
---------------------------------------------------------------------------*/
/*メニュー折りたたみ設定*/
#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;
}

/*オリジナル
---------------------------------------------------------------------------*/
h3,h4,h5,h6 {
	margin-left: 0;
	margin-right: 0;
}
.google-maps {/*余白※サイトにより異なる*/
	margin-left: 0;
	margin-right: 0;
}
/*コーナー内リンク===============================================*/

#SubLinkArea_h4 {
	display:none;
}

/*ブログ記事段落タグ設定===============================================*/

div.entries {
	margin-left: 5px;
	margin-right: 5px;
}

div.entries p {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

/*お知らせ一覧===============================================*/
/*ブロック全体の設定*/
#info dl {
	height: auto;
	margin: 5px 5px 0px;
}
/*日付設定*/
#info dt {
	float: none;
	width: auto;
}
/*記事設定*/
#info dd {
	padding-left: 0;
}

/*スマホの時改行非表示===============================================*/
.sma-br {
	display:inline;
}




}
