@charset "utf-8";
/* 
---------------------------------------
リセット
---------------------------------------
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	margin:0;
	padding:0;
}
html {
	height:100%;
	width:100%;
	overflow-y: scroll;
}
input, textarea {
	margin: 0;
	padding: 0;
}
img {
	border:none;
}
ol, ul {
	list-style:none;
}
table {
	border-collapse: collapse;
	border-spacing:0;
}
caption, th {
	text-align: left;
	font-weight:normal;
}
a:focus {
	outline:none;
}
/* 
---------------------------------------
clear
---------------------------------------
*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
.clearfix {
	min-height:1px;
}
* html .clearfix {
	height:1px;/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.clear, .both {
	clear:both;
}
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */
.clear_both {
	clear:both;
}
/* 
---------------------------------------
image-block
---------------------------------------
*/
.img-blockC{
	display:block;
	margin: 0 auto;
}
/* 
---------------------------------------
link
---------------------------------------
*/
a{
	color:#4e6801;
	text-decoration:underline;
}
a:link {
	color:#4e6801;
}
a:visited {
}
a:hover {
	color:#9eac74;
	text-decoration:underline;
}
a:active {
	color:#9eac74;
	text-decoration:none;
}
a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	text-decoration:underline;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
a:hover img.none_alpha {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}
/* 
---------------------------------------
fontsize :http://itami.info/ftp/cssinit/
---------------------------------------
*/

.font9 {
	font-size:9px;
}
.font10 {
	font-size:10px;
}
.font11 {
	font-size:11px;
}
.font12 {
	font-size:12px;
}
.font13 {
	font-size:13px;
}
.font14 {
	font-size:14px;
}
.font15 {
	font-size:15px;
}
.font16 {
	font-size:16px;
}
.font17 {
	font-size:17px;
}
.font18 {
	font-size:18px;
}
.font19 {
	font-size:19px;
}
.font20 {
	font-size:20px;
}
.font21 {
	font-size:21px;
}
.font22 {
	font-size:22px;
}
.font23 {
	font-size:23px;
}
.font24 {
	font-size:24px;
}
/* 
---------------------------------------
fontcolor
---------------------------------------
*/

.bold {
	font-weight:bold;
}
.red {
	color:#ae3f3f;
}
.green {
	color:#4e6801;
}
/*  
---------------------------------------
text_align
---------------------------------------
*/

.alnL {
	text-align:left;
}
.alnC {
	text-align:center;
}
.alnR {
	text-align:right;
}
/* 
---------------------------------------
float
---------------------------------------
*/

.fL {
	float:left;
}
.fR {
	float:right;
}
/* 
---------------------------------------
margin_top
---------------------------------------
*/
.mt0 {
	margin-top:0 !important;
}
.mt5 {
	margin-top:5px !important;
}
.mt10 {
	margin-top:10px !important;
}
.mt15 {
	margin-top:15px !important;
}
.mt20 {
	margin-top:20px !important;
}
.mt25 {
	margin-top:25px !important;
}
.mt30 {
	margin-top:30px !important;
}
.mt35 {
	margin-top:35px !important;
}
.mt40 {
	margin-top:40px !important;
}
.mt45 {
	margin-top:45px !important;
}
.mt50 {
	margin-top:50px !important;
}
/* 
---------------------------------------
margin_bottom
---------------------------------------
*/

.mb0 {
	margin-bottom:0 !important;
}
.mb5 {
	margin-bottom:5px !important;
}
.mb10 {
	margin-bottom:10px !important;
}
.mb15 {
	margin-bottom:15px !important;
}
.mb20 {
	margin-bottom:20px !important;
}
.mb25 {
	margin-bottom:25px !important;
}
.mb30 {
	margin-bottom:30px !important;
}
.mb35 {
	margin-bottom:35px !important;
}
.mb40 {
	margin-bottom:40px !important;
}
.mb45 {
	margin-bottom:45px !important;
}
.mb50 {
	margin-bottom:50px !important;
}
.mb100 {
	margin-bottom:100px !important;
}
/* 
---------------------------------------
margin_left
---------------------------------------
*/

.ml0 {
	margin-left:0 !important;
}
.ml5 {
	margin-left:5px !important;
}
.ml10 {
	margin-left:10px !important;
}
.ml15 {
	margin-left:15px !important;
}
.ml20 {
	margin-left:20px !important;
}
.ml25 {
	margin-left:25px !important;
}
.ml30 {
	margin-left:30px !important;
}
.ml35 {
	margin-left:35px !important;
}
.ml40 {
	margin-left:40px !important;
}
.ml45 {
	margin-left:45px !important;
}
.ml50 {
	margin-left:50px !important;
}
/* 
---------------------------------------
margin_rightt
---------------------------------------
*/

.mr0 {
	margin-right:0 !important;
}
.mr5 {
	margin-right:5px !important;
}
.mr10 {
	margin-right:10px !important;
}
.mr15 {
	margin-right:15px !important;
}
.mr20 {
	margin-right:20px !important;
}
.mr25 {
	margin-right:25px !important;
}
.mr30 {
	margin-right:30px !important;
}
.mr35 {
	margin-right:35px !important;
}
.mr40 {
	margin-right:40px !important;
}
.mr45 {
	margin-right:45px !important;
}
.mr50 {
	margin-right:50px !important;
}
/* 
---------------------------------------
padding_top
---------------------------------------
*/

.pt0 {
	padding-top:0 !important;
}
.pt5 {
	padding-top:5px !important;
}
.pt10 {
	padding-top:10px !important;
}
.pt15 {
	padding-top:15px !important;
}
.pt20 {
	padding-top:20px !important;
}
.pt25 {
	padding-top:25px !important;
}
.pt30 {
	padding-top:30px !important;
}
.pt35 {
	padding-top:35px !important;
}
.pt40 {
	padding-top:40px !important;
}
.pt45 {
	padding-top:45px !important;
}
.pt50 {
	padding-top:50px !important;
}
/* 
---------------------------------------
padding_bottom
---------------------------------------
*/

.pb0 {
	padding-bottom:0 !important;
}
.pb5 {
	padding-bottom:5px !important;
}
.pb10 {
	padding-bottom:10px !important;
}
.pb15 {
	padding-bottom:15px !important;
}
.pb20 {
	padding-bottom:20px !important;
}
.pb25 {
	padding-bottom:25px !important;
}
.pb30 {
	padding-bottom:30px !important;
}
.pb35 {
	padding-bottom:35px !important;
}
.pb40 {
	padding-bottom:40px !important;
}
.pb45 {
	padding-bottom:45px !important;
}
.pb50 {
	padding-bottom:50px !important;
}
/* 
---------------------------------------
padding_left
---------------------------------------
*/

.pl0 {
	padding-left:0 !important;
}
.pl5 {
	padding-left:5px !important;
}
.pl10 {
	padding-left:10px !important;
}
.pl15 {
	padding-left:15px !important;
}
.pl20 {
	padding-left:20px !important;
}
.pl25 {
	padding-left:25px !important;
}
.pl30 {
	padding-left:30px !important;
}
.pl35 {
	padding-left:35px !important;
}
.pl40 {
	padding-left:40px !important;
}
.pl45 {
	padding-left:45px !important;
}
.pl50 {
	padding-left:50px !important;
}
/* 
---------------------------------------
padding_right
---------------------------------------
*/

.pr0 {
	padding-right:0 !important;
}
.pr5 {
	padding-right:5px !important;
}
.pr10 {
	padding-right:10px !important;
}
.pr15 {
	padding-right:15px !important;
}
.pr20 {
	padding-right:20px !important;
}
.pr25 {
	padding-right:25px !important;
}
.pr30 {
	padding-right:30px !important;
}
.pr35 {
	padding-right:35px !important;
}
.pr40 {
	padding-right:40px !important;
}
.pr45 {
	padding-right:45px !important;
}
.pr50 {
	padding-right:50px !important;
}
/* 
---------------------------------------
h1-h6
---------------------------------------
*/

h1, h2, h3, h4, h5, h6 {
	line-height:1;
	font-weight:normal;
}
/* 
---------------------------------------
body
---------------------------------------
*/
body {
	min-width:1020px;
	min-height:100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height:1.8;
	color: #666666;
	background:#fffbf2;
}
/* 
---------------------------------------
wrapper
---------------------------------------
*/
div#wrapper {
	width:980px;
	height:100%;
	background:#CCC--;/* 仮 */
	margin: 0 auto 50px auto;
}
/* 
---------------------------------------
inner
---------------------------------------
*/
div#inner {
	width:980px;
	margin:0 auto;
	padding: 50px 0;
	background:#Cff--;/* 仮 */
}
/* 
---------------------------------------
header
---------------------------------------
*/
header {
	width:100%;
	background: url(../images/common/body-line.gif) left top repeat-x;
	padding-top: 20px;
}
.globalnavi {
	width:980px;
	margin:30px auto 50px auto;
	background: url(../images/common/gnavi-line.gif) left top repeat-x;
}
.globalnavi li {
	height: 116px;
	float:left;
	margin-right:2px;
	background:#fffbf2;
}
.globalnavi li:first-child{
	margin-left:2px;
}
.globalnavi h2 {
	margin-top: 20px;
	font-size: 12px;
	color: #4e6801;
	text-align: center;
}
/* 
---------------------------------------
contents
---------------------------------------
*/
div#contents {
	width:750px;
	float:left;
}
div#contents--- {
	width:750px;
	float:left;
	background-image: url(../images/common/sd-fream.png);
	background-position:left top;
	background-repeat: repeat-x;
	background-size:auto 8px;
	padding-top: 30px;
}
/* 
---------------------------------------
side
---------------------------------------
*/
div#side {
	width:200px;
	float:right;
	margin-left:30px;
}
.sd-info{
	background-image: url(../images/common/sd-fream.png);
	background-position:left top;
	background-repeat: repeat;
	margin-top: 15px;
	padding: 8px;
}
.sd-info-inner{
	padding: 8px;
	background-color:#fffbf2;
	line-height:1.5;
}
/* goglemap */
.sd-gmap {
	width:100%;
	height:200px;
	margin-bottom: 15px;
}
.sd-article-list{
	margin-top: 15px;
	background-image: url(../images/common/body-line.gif);
	background-position:left top;
	background-repeat: repeat-x;
	background-size:auto 8px;
	background-color: #4e6801;
	padding: 8px 0;
}
.sd-article-list .text-box{
	padding: 15px;
	font-size: 12px;
	color: #fff;
	line-height:1.5;
}
/*
---------------------------------------
footer
---------------------------------------
*/
footer {
	width:100%;
	background: url(../images/common/body-line.gif) left bottom repeat-x #4e6801;
	background-size: auto 20px;/* 不要? */
	padding-bottom: 20px;
	color: #fff;
}
.ft-infobox{
	float: left;
	width: 300px;
}
.ft-contactbox{
	float: left;
	width: 355px--;
	margin: 0 30px;
	text-align: center;
}
.ft-linkbox{
	width: 180px;
	float: right;
}
.ft-navi{
	margin-top: 85px;
	margin-bottom: 30px;
	text-align: center;
}
.ft-navi a{
	color:#fff;
	text-decoration:none;
}
.ft-navi a:hover{
	color: #9eac74;
}
.ft-navi li{
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
}
.copy{
	text-align: center;
}
/* googlemap */
#map-ft{
	width:100%;
	height: 380px;
}
#map-ft #map_canvas{
	width:100%;
	height: 100%;
}
/***************************************
TOP
***************************************/
.main-img{
	width: 100%;
	height: auto;
}
/* 物件情報 */
#article-info{
	background-image: url(../images/common/bg_ivy01.png), url(../images/common/bg_ivy02.png);
	background-position:left top, right top;
	background-repeat: no-repeat, no-repeat;
}

ul.article-list {
	font-size:0;/* 横並びの隙間対策liでfont-size指定 */
}
.article-list li {
	display:inline-block;
	/display:inline;
	/zoom:1;
	font-size: 13px;/* body指定のフォントと同サイズに */
	width:306px;
	margin-bottom:30px;
	margin-right: 30px;
	background: #e8e3d8;
	vertical-align:top
}
.article-list li:nth-child(3n) {
	margin-right: 0;
}
.article-list li .data-box {
	padding:15px;
	display: block;
}
.article-list li p.data {
	font-size: 15px;
	color: #ae3f3f;
	font-weight: bold;
	border-bottom: 2px dotted #666;
	margin-bottom: 10px;
}
/* NEWS Facebook */
#news{
	background: #e0e7be;
}
.news-box{
	width:475px;
	height: 400px;
	overflow-y:auto;
	
}
.news-box dt{
	color: #4e6801;
	font-weight: bold;
}
.news-box dd{
	border-bottom: 2px dotted #666;
	margin-bottom: 15px;
	color: ##4e6801;
}
.news-box dd:last-child{
	margin-bottom: 0;
}

.fb-box{
	width: 475%;
	height: 400px;
}
/* お問合せ・予約・登録 */
#top-info{
	background-image: url(../images/common/body-line.gif), url(../images/common/body-line.gif);
	background-position:left top, left bottom;
	background-repeat: repeat-x, repeat-x;
	background-size:auto 10px, auto 10px;
}
#top-info .fL,
#top-info .fR{
	width:475px;
}
/***************************************
会社概要　company.html
***************************************/
table.about {
	width:100%;
}
table.about td,
table.about th {
	padding: 15px;
}
table.about tr:nth-child(odd) {
	background: #e8e3d8;
}
table.about th {
	width:20%;
	vertical-align:middle;
	white-space: nowrap;
	font-weight: bold;
}
/***************************************
アクセス　access.html
***************************************/
/* googlemap */
#map-access{
	width:100%;
	height: 500px;
}
#map-access #map_canvas{
	width:100%;
	height: 100%;
}
/***************************************
物件一覧 /search/index.html
***************************************/
/* 一覧 */
#search_list li {
	width: 720px;
	margin-bottom:20px;
	padding: 15px;
	display: table;
	line-height: 1.5;
	background: #e8e3d8;
}
#search_list li:last-child {
	margin-bottom: 0;
}

#search_list .img-box {
	width: 120px;
	display: table-cell;
	vertical-align: top;
}
#search_list .img-box img {
	width: 100%;
	height: auto;
}
#search_list .data-box {
	width: 500px;
	display: table-cell;
	padding: 0 15px;
	vertical-align: top;
}
#search_list .data-box p.outline {
	font-size: 15px;
	color: #ae3f3f;
	font-weight: bold;
	border-bottom: 2px dotted #666;
	margin-bottom: 10px;
}
#search_list .btn-box {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
/***************************************
物件詳細 /search/syousai.html
***************************************/
.syousai-name {
	height: 38px;
	margin-bottom: 15px;
	padding-left: 50px;
	padding-top:14px;
	background: url(../search/images/title-name.png) left top no-repeat;
	font-size: 16px;
	font-weight: bold;
}
/* 物件ポイント */
.syousai-point {
	padding: 15px;
	border:1px dotted #444;
	margin-bottom: 30px;
}
/* 物件情報1 */
.syousai-data01 {
	font-size: 15px;
	line-height: 1.5;
	font-weight: bold;
	border-bottom:2px dotted #444;
	margin-bottom: 20px;
}
/* 物件情報2 */
table.syousai-data02 {
	width:100%;
	margin-bottom: 30px;
}
table.syousai-data02 td, table.syousai-data02 th {
	padding: 15px;
	text-align: center;
	vertical-align: middle;
	border:1px solid #ccc;
}
table.syousai-data02 th {
	color: #fff;
	background: #9e988b;
}
/* 物件情報3 */
table.syousai-data03 {
	width:100%;
	margin-bottom: 30px;
}
table.syousai-data03 td, table.syousai-data03 th {
	padding: 15px;
	vertical-align: middle;
	border:1px solid #ccc;
}
table.syousai-data03 th {
	width:15%;
	color:#fff;
	white-space: nowrap;
	background: #9e988b;
}
/* サムネイル写真 */
.syousai-photo {
	margin-bottom: 30px;
}
.syousai-photo .fL {
	width:485px;
	height:364px;
	display: table;
	border:1px solid #ccc;
	background: url(../images/common/photo-fream.gif) left top repeat;
}
.syousai-photo .fL img {
	width:auto;
	height:auto;
	max-width: 485px;
	max-height: 364px;
}
.syousai-photo .fL p {
	display: table-cell;
	margin: 0;
	text-align: center;
	vertical-align: middle;
}
.syousai-photo .fR {
	width:240px;
}
.syousai-photo .fR li {
	width: 114px;
	height: 86px;
	float: left;
	margin-left: 4px;
	margin-bottom: 5px;
	display: table;
	border:1px solid #ccc;
	background: url(../images/common/photo-fream.gif) left top repeat;
}
.syousai-photo .fR li:nth-last-child(2), .syousai-photo .fR li:nth-last-child(1) {
 margin-bottom: 0;
}
.syousai-photo .fR li p {
	display: table-cell;
	margin: 0;
	text-align: center;
	vertical-align: middle;
}
.syousai-photo .fR li img {
	width:auto;
	height:auto;
	max-width: 114px;
	max-height: 86px;
}
/* goglemap */
.syousai-gmap {
	width:100%;
	height:300px;
	background:#ccc;
}
/* 物件に関するお問合せ */
.syousai-contact {
	width: 750px;
	height: 175px;
	margin-top: 30px;
	background: url(../images/common/contact_bg.gif) left top no-repeat;
}
.syousai-contact img.btn{
	display:block;
	float: right;
	margin: 80px 20px 0 0;
}
/***************************************
お問い合わせフォーム　contact.html
***************************************/
table.contact {
	width:100%;
	border:1px solid #ccc;
}
table.contact td, 
table.contact th {
	padding: 15px;
	border-bottom:1px solid #ccc;
}
table.contact th {
	width:20%;
	vertical-align:middle;
	white-space: nowrap;
	color: #fff;
	background: #9e988b;
}
table.contact input, table.contact select, table.contact textarea {
	border:0;
	padding:6px;
	border:solid 1px #ccc;
	box-shadow: 0.5px 0.5px 0.5px 0.5px rgba(0, 0, 0, 0.1) inset;
}
table.contact input[type="radio"] {
	border: 1px solid #7b1631;
	margin-right: 10px;
}
table.contact input:focus, table.contact select:focus, table.contact textarea:focus,  table.contact input[type="radio"] {
	box-shadow: 0 0 7px #ccc;
	border: 1px solid #4e6801;
}
table.contact textarea {
	width: 90%;
	height: 200px;
	overflow:scroll;
}
.form-button {
	width: 370px;
	margin: 0 auto;
}
.okbtn, .reset {
	width: 180px;
	padding: 15px 0;
	font-size: 15px;
	color: #fff;
	border-style: none;
	border-radius: 5px;
}
.okbtn {
	background-color: #4e6801;
	border-bottom: 4px solid #3c4f02;
}
.reset {
	background-color: #666;
	border-bottom: 4px solid #333;
}
/***************************************
プライバシーポリシー policy.html
***************************************/
dl.policy dt {
	font-weight: bold;
	font-size: 15px;
}
dl.policy dd {
	margin-left:45px;
	margin-bottom:20px;
}
dl.policy dd:last-child {
	margin-bottom:0;
}
/***************************************
サイトマップ　sitemap.html
***************************************/
.sitemap {
	font-size: 15px;
	background: url(../images/sitemap/bg-sitemap.png) right bottom no-repeat;
}
.sitemap li{
	margin-bottom: 30px;
}
.sitemap li:last-child{
	margin-bottom: 0;
}
.sitemap li:before {
  content: "";
  display: inline-block;
  border: 6px solid transparent;
  border-left-color: #4e6801;
}
.sitemap a{
	color:#666;
	text-decoration:none;
}
.sitemap a:hover{
	color: #9eac74;
}