@charset "shift_jis";


body {
	color: #333333;
	background-color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}



h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}


h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-weight: bolder;
	line-height: 20px;
}


ul{
	list-style-type: none;
}

img {
	border: none;
}

input,textarea,select {
	font-size: 1em;
}

form {
	margin: 0px;
}

table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}



/*リンク設定
---------------------------------------------------------------------------*/
a {
	color: #333333;
}
a:hover {
	color: #055723;
	text-decoration: none;
}



/*コンテナー（HPを囲むボックス）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	background-color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 25px;
    padding: 0 0 22px 0;
}


/*ナビゲーション
----------------------------------------------- */
#dropmenu{
	list-style-type: none;
	width: 800px;
	height: 37px;
    margin: 0 auto 0;
	padding: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,dddddd+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #dddddd 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#dddddd 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#dddddd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
	border: 1px solid #535d09;
	font-family: 'Noto Sans JP', sans-serif;
}

#dropmenu li{
    position: relative;
    width: 113.4px;
    float: left;
    margin: 0;
    /*padding: 0 27.0px 0 27.0px;*/
    text-align: right;
    border-right: solid 1px #ccc;
}
#dropmenu li:last-child{
	border: none;
}
#dropmenu li p{
	font-size: 10px;
    padding: 0px 15px 0px;
	margin: 0;
}
#dropmenu li a{
	display: block;
	margin: 0;
    padding: 14px 15px 6px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 0;
	text-decoration: none;
}
#dropmenu li:hover {
    background: #d2d2d2;
    color: #000000;
}
#dropmenu > li:hover > a{
}
#dropmenu li ul{
    z-index: 9999;
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	border-radius: 0 0 3px 3px;
}
#dropmenu li:last-child ul{
	left: -100%;
	width: 100%;
}
#dropmenu li ul li{
	overflow: hidden;
	width: 200%;
	height: 0;
	color: #fff;

}
#dropmenu li:hover ul li:hover {
    background: #d2d2d2;
    color: #000000;
}
#dropmenu li ul li a{
	padding: 14px 0 7px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}
#dropmenu li ul li p {
    padding: 0;
}
#dropmenu li:hover ul li{
	overflow: visible;
	height: 37px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,dddddd+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #dddddd 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#dddddd 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#dddddd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
	border: 1px solid #535d09;
    width: 164px;
    padding: 0 14px 0 0px;
    text-align: right;
}
#dropmenu li:hover ul li p{
    color: #000;    
}
#dropmenu li:hover ul li:first-child{
 	border-top: 0;
    border-bottom: 0;
}
#dropmenu li:hover ul li:last-child{
}
#dropmenu li:hover ul li:last-child a{
	border-radius: 0 0 3px 3px;
}



/*ヘッダー（サイト名ロゴとかが入っている上段のブロック）
---------------------------------------------------------------------------*/
#header {
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 62px;
	position: relative;
	background-image: url(images/topimg.jpg);
	background-repeat: no-repeat;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}


/*h1タグ設定*/

#h1 {
	width: 787px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	height: 16px;
	text-align: left;
	font-weight: normal;
	background-color: #CCC;
	color: #313131;
	padding: 0 0px 0 13px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-right-color: #000000;
	border-left-color: #000000;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000;
	line-height: 15px;
}

/*メニュータグ設定*/

#menu {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 36px;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
}


/*サイト名ロゴ画像設定*/
#logo {
	position: absolute;
	left: 0px;	/*ヘッダーのブロックに対して左から0pxに配置*/
	bottom: 0px;/*ヘッダーのブロックに対して下から0pxに配置*/
}

/*電話番号画像設定*/
#tel {
	position: absolute;
	right: 0px;	/*ヘッダーのブロックに対して右から0pxに配置*/
	bottom: 0px;/*ヘッダーのブロックに対して下から0pxに配置*/
}



/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu {
	height: 36px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}

ul#menu li {
	float: left;
}

ul#menu img {
	vertical-align: bottom;
}



/*トップページのFLASH
---------------------------------------------------------------------------*/
#mainimg {
	padding-bottom: 10px;
	text-align: center;
}

#mainimg img {
	vertical-align: bottom;
}



/*メインコンテンツ（右側）
---------------------------------------------------------------------------*/
#main {
	float: left;
	width: 490px;
	padding-top: 10px;
	padding-bottom: 50px;
	display: inline;
	margin-right: 10px;
}

#main h2 {
	font-size: 100%;
	line-height: 40px;
	color: #FFFFFF;
	background-image: url(images/h2bg.gif);	/*h2背景画像設定*/
	background-repeat: no-repeat;
	height: 40px;
	overflow: hidden;
	padding-left: 10px;
	background-color: #1B5931;
	clear: both;
	width: 470px;
	float: right;
}

#main p {
	padding: 0.5em 10px 1em;
}

#anq {
	float: right;
	width: 490px;
	padding-top: 10px;
	padding-bottom: 50px;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}


#corp {
	float: left;
	width: 490px;
	padding-top: 10px;
	padding-bottom: 50px;
	display: inline;
	margin-right: 10px;
	margin-top: 20px;
	padding-left: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: normal;
}




/*サイドコンテンツ（左側）
---------------------------------------------------------------------------*/
#side {
	float: left;
	width: 180px;
	padding-top: 10px;
	padding-bottom: 50px;
	display: inline;
	margin-left: 10px;
}

#side h3 {
	font-size: 100%;
	border: 3px double #bfbfbf;	/*２重線*/
	text-align: center;			/*文字をセンタリング*/
	background-image: url(images/h3bg.gif);	/*h3背景画像設定*/
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 5px;
	padding-bottom: 5px;
}

#side p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}

#corpside{
	height: 500px;
	width: 200px;
	float: right;
	margin-right: 15px;
	margin-top: 28px;
}

#corpside .top{
	height: 60px;
	width: 200px;
}


#corpside ul{
width:176px;
margin:0;
padding:0 0 8px;
background-color:#fff;
}

#corpside ul li{
	width:162px;
	margin:0 3px;
	padding:7px 0 7px 8px;
	background-image: url(images/dotline.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#corpside ul li.current{
width:162px;
}

#corpside ul li a{
	display:inline-block;
	padding:0 0 0 20px;
	color:#333;
	background-image: url(images/navi_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#corpside ul li.submenu a{
display:inline-block;
width:127px;
margin-left:15px;
}

#corpside ul li a:hover{
	color:#4dac26;
	background-image: url(images/circle_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


#corpside ul li.current a{
	padding:1px 0 0 19px;
	color:#4dac26;
	font-weight:bold;
	background-image: url(images/circle_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#corpside ul li a.story,
#corpside ul li a.story:hover{
background-position:0px 1px;	
}

#corpside ul li.current a.story,
#corpside ul li.current a.story:hover{
background-position:0px 2px;
}



/*サイドメニュー
---------------------------------------------------------------------------*/
#side .sidemenu {
	margin-bottom: 1em;
}

#side .sidemenu li {
	background-image: url(images/sidemenu_bg.gif);	/*左側のアクセント画像*/
	background-repeat: no-repeat;
	background-position: left center;
}

#side .sidemenu a {
	display: block;
	width: 250px;
	border-bottom: 1px solid #bfbfbf;	/*下線*/
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
}

#side .sidemenu a:hover {
	background-color: #CCCCCC;	/*カーソルオーバー時の背景色*/
}




/*フッターメニュー
---------------------------------------------------------------------------*/
ul#footermenu {
	clear: both;
	text-align: center;
	width: 511px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}

ul#footermenu li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}

/*フッター（コピーライトとか入っている最下部ブロック）
---------------------------------------------------------------------------*/
#footer {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-width: thin;
	border-bottom-style: solid;
	background-color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 20px;
}





/*メインコンテンツ内の「What's New」部分
---------------------------------------------------------------------------*/
#main dl.new {
	width: 500px;			/*What's Newボックスの幅*/
	height: 140px;			/*What's Newボックスの高さ*/
	overflow: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#main dl.new dt {
	font-weight: bold;	/*日付の色を太字にする*/
}

#main dl.new dd {
	border-bottom: 1px solid #bfbfbf;	/*日付ごとの下線*/
}




/*物件一覧（横長）ボックス
---------------------------------------------------------------------------*/
.box {
	overflow: hidden;
	padding: 5px;	/*ボックス内の余白*/
	border-top: 1px solid #bfbfbf;		/*ボックスの上の線*/
	border-right: 1px solid #bfbfbf;	/*ボックスの右の線*/
	border-bottom: 1px solid #bfbfbf;	/*ボックスの下の線*/
	border-left: 5px solid #055723;		/*ボックスの左の線*/
	margin-bottom: 1em;
	width: 674px;
	margin-right: auto;
	margin-left: auto;
}

/*写真の配置設定*/
.box img {
	float: left;
	width: 150px;	/*配置する写真に合わせてここは変更する*/
}

/*h3見出し設定*/
.box h3 {
	font-size: 100%;
	color: #055723;	/*文字色*/
	padding-left: 160px;	/*左の写真サイズに合わせてここは調整*/
}
.box h3 a {
	color: #055723;	/*リンクにした際に色が黒に戻らないように設定*/
}

.box p {
	padding: 0px 0px 0px 160px !important;	/*左の写真サイズに合わせてここは調整*/
}

.box.osusume {
	background-image: url(images/boxbg_osusume.gif);	/*「おすすめ物件」画像指定*/
	background-repeat: no-repeat;						/*画像をリピートしない*/
	background-position: right bottom;					/*画像を右下に配置*/
}

.box.sumi {
	background-image: url(images/boxbg_sumi.gif);		/*「ご契約済み」画像指定*/
	background-repeat: no-repeat;						/*画像をリピートしない*/
	background-position: right bottom;					/*画像を右下に配置*/
}



/*物件一覧（ミニサイズ）ボックス
---------------------------------------------------------------------------*/
.boxmini {
	overflow: auto;
	padding: 5px;		/*ボックスの左の線*/
	margin-bottom: 1em;
	border: 1px solid #bfbfbf;
	width: 150px;
	height: 230px;
	float: left;
	margin-left: 10px;
	margin-right: 2px;
	display: inline;
}

/*h3見出し設定*/
.boxmini h3 {
	font-size: 100%;
	color: #055723;	/*文字色*/
}
.boxmini h3 a {
	color: #055723;	/*リンクにした際に色が黒に戻らないように設定*/
}

.boxmini p {
	padding: 0px !important;
	font-size: 12px;
	line-height: 1.6;
}

.boxmini.osusume {
	background-image: url(images/boxbg_osusume.gif);	/*「おすすめ物件」画像指定*/
	background-repeat: no-repeat;						/*画像をリピートしない*/
	background-position: right bottom;					/*画像を右下に配置*/
}

.boxmini.sumi {
	background-image: url(images/boxbg_sumi.gif);		/*「ご契約済み」画像指定*/
	background-repeat: no-repeat;						/*画像をリピートしない*/
	background-position: right bottom;					/*画像を右下に配置*/
}


/*テーブル（物件詳細ページや会社概要で使っているテーブル）
---------------------------------------------------------------------------*/
.ta1 {
	width: 550px;
}

.ta1, .ta1 td, .ta1 th{
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

.ta1 td, .ta1 th{
	color: #333;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
}

.ta1 th{
	width: 100px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}



/*その他
---------------------------------------------------------------------------*/
.color1 {
	color: #FF0000;
}

.look {
	background-color: #E4E4E4;
}

.mb1em {
	margin-bottom: 1em;
	text-align: left;
	color: #FFF;
}

.clear {
	clear: both;
}

#photodiv{
	width:800;
}


#box{
	width: 800;
	margin-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}#inq


/*メールフォーム
-------------------------------------------------------------------------*/
{
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}


/*スライダー
-------------------------------------------------------------------------*/
.banner { position: relative; overflow: auto; }
.banner li { list-style: none; }
.banner ul li { float: left; }


/*ぬっぺいボタン
-------------------------------------------------------------------------*/
#btn_box{
	width: 310;
	height: 38px;
	margin-bottom: 25px;
	padding-left: 480px;
	padding-right: 10px;
}

#btn_box .btn_l {
	float: left;
	height: 38px;
	width: 151px;
}

#btn_box .btn_r {
	float: right;
	height: 38px;
	width: 150px;
}
/*ガイナ
-------------------------------------------------------------------------*/
div.GainaTit {
    width: 94%;
    margin: 13px auto 0 auto;
}
div.GainaTit img {
    width: 100%;
}
div.GainaTop {
}
div.GainaTop div.GainaTopTitle {
    font-size: 26px;
    font-weight: bold;
    width: 94%;
    margin: 31px auto 0 auto;
    text-align: left;
}
div.GainaTop div.TopLeft {
    width: 486px;
    float: left;
    margin: 27px 0 0 23px;
    font-size: 14px;
}
div.GainaTop div.TopLeft div.TopLeftText1 {
    margin: 0 0 0 11px;
}
div.GainaTop div.TopLeft div.TopLeftText1 span.red {
    color: red;
    font-weight: bold;
}
div.GainaTop div.TopLeft div.TopLeftTitle {
    font-size: 26px;
    font-weight: bold;
    margin: 18px 0 21px 0;
}
div.GainaTop div.TopLeft div.TopLeftText2 {
    margin: 0 0 0 11px;
}
div.GainaTop div.TopLeft div.TopLeftText2 span.red {
    color: red;
    font-weight: bold;
}
div.GainaTop div.TopRightImg {
    width: 200px;
    float: left;
    margin: 25px 0 0 55px;
}
div.GainaTop div.TopRightImg img {
    width: 100%;
}
div.GainaInfoImg {
}
div.GainaInfoImg img {
}
div.GainaUnderBox {
    width: 699px;
    margin: 0 auto 0 auto;
    border: solid 1px #000;
    padding: 16px;
    height: 83px;
}
div.GainaUnderBox div.JaxaImg {
    width: 62px;
    float: left;
}
div.GainaUnderBox div.JaxaImg img {
    width: 100%;
}
div.GainaUnderBox div.JaxaText {
    width: 601px;
    float: left;
    font-weight: bold;
    margin: 0 0 0 14px;
    line-height: 20px;
    font-size: 14px;
}
div.GainaUnderBox div.ToJaxa {
    background-image: url(images/gaina/gaina_arrow.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 1px 6px;
    height: 35px;
    width: 529px;
    margin: 6px auto 0px auto;
    padding: 0 0 0 18px;
    /* float: left; */
    display: block;
    clear: both !important;
}
div.GainaUnderBox div.ToJaxa a {
}
div.YaneYitle {
}
div.YaneText {
    width: 79%;
    margin: 7px auto 12px auto;
    font-size: 15px;
    font-weight: bold;
}
div.YaneText span {
    color: red;
    font-weight: bold;
}
div.Yane {
}

/*会社概要
-------------------------------------------------------------------------*/
div.UnderBanaTitle {
    width: 581px;
    margin: 8px auto 0 auto;
}
div.UnderBana {
    width: 581px;
    margin: 0 auto;
    font-weight: bold;
}
div.UnderBana a.sansui {
}
div.UnderBana a.sansui img:hover {
    opacity: 0.5 ;
}
div.UnderBana a.gaina {
}
div.UnderBana a.gaina img:hover {
    opacity: 0.5 ;
}
div.UnderBana a.colife {
}
div.UnderBana a.colife img:hover{
    opacity: 0.5 ;
}
.Heatstroke{
    margin: 25px 0 0 0;
}