@charset "utf-8";
/*
Theme Name:responsive_type_BH02W
Theme URI:
Description:WordPressテーマ「responsive_type_BH02W」
Author:RiNG & LiNK
Author URI:http://ring-and-link.co.jp/dream2000/hp/sample/template/bh02w.html
Version:1.1
-------------------------------------------------------------- */

/* basic color list
skyblue: #005e86;
green: #99cc00;
red: #ff6666;
gray line: #dadada;
border: #515151;
a hover: #4374ab;
----------------------------------------*/

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, font, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline; word-wrap: break-word;/*連続した文字を折り返さない場合*/}
:focus {outline: 0;}

td{
	word-break: break-all;	
}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
font:80%/1.5 "メイリオ","Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
color:#252525;
-webkit-text-size-adjust: none;
}
/*----- 背景用 -----*/
body{
    background: -moz-linear-gradient(bottom, #FFF 10%, #CEF 100%);
    background: -webkit-linear-gradient(bottom, #FFF 10%, #CEF 100%);
    background: linear-gradient(to top, #FFF 10%, #CEF 100%); 
}
.continer{
	width: 960px;
	background: #fff !important;
	margin: 0 auto;
	padding:0 10px 25px;
}
.maincontiner{
	width: 960px;
	background: #fff !important;
	margin: 0 auto;
	padding:0 10px;
	overflow:hidden;
}

.bg{
	background: #005e86;
}

.bg h1,.bg p{
float:left;
padding:3px 0;
color: #fff;
font-size:80%;
font-weight:normal;
}

.bg p{
float:right;
}

#mainImg{
	clear:both;
	margin-top: 0 !important;
}

#characbox,#characbox_page{
	clear:both;
	margin-top: 0 !important;
	padding:10px 0;
}

#characbox > section > .post{
	margin:0;
	}
#characbox_page > section > .post {
	margin:0;
	}

.flex-control-nav {
	height: 60px;
	background: #fff;
	bottom: -60px !important;
}

.flex-control-nav li{
	padding: 1em 0;
}


/* リンク設定
----------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#777;
}

a:hover, a:active{
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
outline: none;
color:#999;
}


/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after,.post:after{content:""; display: table;clear: both;}
nav .panel,nav#mainNav,.newsTitle,.bg, .post{zoom: 1;}


/* フォーム
----------------------------------*/
input[type="text"], textarea{
vertical-align:middle;
max-width:90%;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
}

textarea{
height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"]{
padding:3px 10px;
background: #84e1ff;
background: -moz-linear-gradient(top, #84e1ff 0%, #005e86 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#84e1ff), color-stop(100%,#005e86));
background: -webkit-linear-gradient(top, #84e1ff 0%,#005e86 100%);
background: -o-linear-gradient(top, #84e1ff 0%,#005e86 100%);
background: -ms-linear-gradient(top, #84e1ff 0%,#005e86 100%);
background: linear-gradient(to bottom, #84e1ff 0%,#005e86 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84e1ff', endColorstr='#005e86',GradientType=0 );
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:100%;
color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
background: #84e1ff;
background: -moz-linear-gradient(top, #005e86 0%, #84e1ff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#005e86), color-stop(100%,#84e1ff));
background: -webkit-linear-gradient(top, #005e86 0%,#84e1ff 100%);
background: -o-linear-gradient(top, #005e86 0%,#84e1ff 100%);
background: -ms-linear-gradient(top, #005e86 0%,#84e1ff 100%);
background: linear-gradient(to bottom, #005e86 0%,#84e1ff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005e86', endColorstr='#84e1ff',GradientType=0 );
}

*:first-child+html input[type="submit"]{padding:3px;}


/* レイアウト
----------------------------------*/
#wrapper, .inner{
margin:0 auto;
width:960px;
}

#header{
overflow:hidden;
background:#fff;
}

#content{
float:left;
width:100%;
padding:30px 0;
}

#sidebar{
float:right;
width:225px;
padding:30px 0;
}

#footer{
clear:both;
padding-top:20px;
background:#fff7eb;
} 


/* ヘッダー
----------------------------------*/
#header .bg{background:#005e86;} /* change color */


/* サイト説明文 + 住所
----------------------------------*/
#header h1,#header p{
float:left;
padding:3px 0;
color: #fff;
font-size:80%;
font-weight:normal;
}

#header p{
float:right;
}

.hdinnerInfo{
	margin: 20px;
	max-width: 320px;
}

/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2{
clear:both;
float:left;
padding:30px 0;
color: #515151;
font-size:160%;
font-weight:bold;
}

/* サブナビゲーション
----------------------------------*/
#header ul{
padding-top:40px;
float:right;
}

#header ul li{
display:inline;
margin-left:10px;
font-size:90%;
}

#header ul li a{
padding-left:10px;
color:#000;
background:url(images/arrowSub.png) no-repeat 0 50%;
}

#header ul li a:hover{background-position:3px 50%;}


/* トップページ　メイン画像
----------------------------------*/

#mainImg{
clear:both;
margin-top:25px;
line-height:0;
text-align:center;
}

#characbox{
clear:both;
background:#fff;
width: 960px;
padding:10px 10px;
margin: 0 auto;
}
#characbox_page{
clear:both;
background:#fff;
width: 710px;
padding:10px 10px;
margin: 0 auto;
	}
.post{
margin:0 0 20px 0;
}

/* トップページ　メイン画像下バナー
----------------------------------*/

#topimg_banner{
	max-width:960px;
	margin:30px auto;
	text-align: center;
	}
.topimg_banner_inner{
	display:inline-block;
	margin:5px;
	}
	
.topimg_banner_inner img{
  width: 100%;
	max-width: 470px;
	height: auto;
	display:block;
  margin:0;
}
.topimg_banner_inner a:hover img, .top_banner_inner a:hover img{
	filter:alpha(opacity=60) !important;/* forIE */
    -moz-opacity: 0.6;/* forFireFox*/
  opacity: 0.6;/* for Safari Opera */
  }
  
/* 会社紹介
----------------------------------*/
.expbtn{
    background: #005e86;
    padding: 10px 0;
    display: block;
    color: #FFF;
    width: 100px;
    text-align: center;
	float:right;
	}

div.charac_title{
    background: url(images/charac_icon.png) no-repeat 0 50%;
    clear: both;
    margin: 0 0 20px;
    padding: 10px 65px;
	color:#005e86;
    border-bottom:#005e86 5px solid;
    font-size: 150%;
    font-weight: bold;
}


/* タイポグラフィ
----------------------------------*/
h2.title{
clear:both;
margin:0 0 20px;
padding:7px 10px;
font-size:135%;
border:1px solid #dadada;
border-bottom:0;
background:#fff url(images/border.png) repeat-x 0 100%;
}

h2.first{margin-top:0;}

.dateLabel{
margin:0 0 10px;
text-align:right;
}

.post strong{
	font-weight:bold;}

.post p{padding-bottom:15px;}

.post ul{margin: 0 0 10px 10px;}

.post ul li{
margin-bottom:5px;
}

.post ol{margin: 0 0 10px 30px;}

.post ol li{list-style:decimal;}

.post h1{
margin:20px 0;
padding:5px 0;
font-size:150%;
color: #000;
border-bottom:3px solid #000;
}

.post h2 {
    clear: both;
    margin: 0 0 20px;
    padding: 7px 10px;
    font-size: 135%;
    border: 1px solid #dadada;
    border-bottom: 0;
    background: #fff url(images/border.png) repeat-x 0 100%;
}

.post h3{
margin:10px 0;
padding: 10px;
font-size:120%;
font-weight:bold;
color:#fff;
background-color:#005e86;  /* change color */
}

.post h4{
margin:10px 0;
font-size:120%;
font-weight:bold;
color:#555;
}

.post blockquote {
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}
 
.post blockquote p{padding:5px 0;}

.post table{
border: 1px #e4e4e4 solid;
border-collapse: collapse;
border-spacing: 0;
}

.post table th{
padding:7px 10px 7px 5px;
border: #e4e4e4 solid;
border-width: 0 0 1px 1px;
font-weight:bold;
color:#fff;
background:#6dcaf1;
}

.post table td{
padding:7px 5px;
border: 1px #e4e4e4 solid;
border-width: 0 0 1px 1px;
background:#fff;
}

.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

.post img{max-width:100%;height:auto;}

img.aligncenter {
display: block;
margin:5px auto;
}

img.alignright, img.alignleft{
padding:4px;
margin:0 0 2px 7px;
display:inline;
}

img.alignleft{margin: 0 7px 2px 0;}

.alignright{float:right;}
.alignleft{float:left;}

/* サイドバーウィジェット
----------------------------------*/
section.widget, .widgetInfo{
margin: 0 0 20px;
padding: 10px 7px;
border:1px solid #dadada;
background: #fff;
}
section.widget img, .widgetInfo img{
	max-width:200px;
	height:auto;
}

section.widget_counter{
  margin: 0 0 20px;
padding: 10px 7px;
background: #fff;
}

.widget-border-none{
	border:none !important;
	margin:10px 0 !important;
	padding: 0 !important;
}

.bannersbox{
  text-align: center;
  line-height: 1.5;
}

.bannersbox img{
max-width:225px;
height:auto;
padding-bottom:10px;
}

section.widget h3{
clear:both;
margin:0 0 10px;
padding:5px 0;
font-size:100%;
font-weight:normal;
color: #333;
border-bottom:1px solid #ccc;
}

section.widget a{
display:block;
padding:3px 0 3px 13px;
text-decoration:underline;
background:url(images/arrow.png) no-repeat 0 50%;
}

section.widget a:hover{
text-decoration:none;
background-position: 3px 50%;
}

.widget-a-img a{
  display:block;
  padding:3px 0 3px 5px !important;
  text-decoration:none;
  background:none !important;
}

#searchform input[type="text"]{
line-height:1.7;
height:24px;
width:100px;
vertical-align:bottom;
}


/* お知らせ
----------------------------------*/
.newsTitle{
clear:both;
margin:0 0 20px;
padding:5px 0;
font-size:100%;
color: #333;
border-bottom:1px solid #ccc;
}

.newsTitle h3{
float:left;
font-weight:normal;
}

.newsTitle p{
float:right;
padding:0 0 0 10px;
font-size:.8em;
background:url(images/arrow.png) no-repeat 0 50%;
}

.news p{
clear:both;
padding-bottom:2px;
border-bottom: 1px solid #ccc;
}

.news p:last-child{border:0;}

.news p a{
display:block;
padding:5px 0;
color:#252525;
}

.news a span{
color:#515151;
font:normal 90%;
}

.news span{padding-left:10px;}

.news a:hover span{color:#777;}


/* フッター
----------------------------------*/
#footer ul{
font-size:12px;
padding:10px 0 30px 0;
}

#footer ul li{
display:inline-block;
vertical-align:text-top;
text-align:left;
padding:5px 0;
margin-right:30px;
background:url(images/arrow.png) no-repeat 0 12px;
}

#footer ul li	a{
display:block;
padding:0 0 0 12px;
overflow:hidden;
}

#footer ul li	a:hover{text-decoration:underline;}

#footer ul li li{
display:block;
padding:0;
margin:0 0 0 10px;
background-position:0 5px;
}


*:first-child+html #footer ul li{display:inline;}
*:first-child+html #footer ul ul,*:first-child+html #footer ul li li a,*:first-child+html #footer ul li li{display:none;}

#copyright{
clear:both;
padding:10px;
text-align:center;
font-size:75%;
zoom:1;
color:#fff;
background:#005e86;  /* change color */
}


/* ページネーション
----------------------------------*/
.pagenav{
clear:both;
width: 100%;
height: 30px;
margin: 5px 0 20px;
line-height: 150%;
}

.prev{
	float:left;
}

.next{
	float:right;
}

.prev_ttl{
	float:left;
	width: 45%;
}

.next_ttl{
	float:right;
	width: 45%;
	text-align: right;
}

#pageLinks{
	clear:both;
	color:#3891ce;
	text-align:center;
	margin-bottom:15px;
}

#pageLinks a{
    border: solid 1px #dadada;
    color: #3891ce;
    padding:5px 8px;
    margin:0 2px;
}

#pageLinks span{
	background: #3891ce;
    border: solid 1px #3891ce;
    padding:5px 8px;
    margin:0 1em;
	color: #fff;
}

#pageLinks a span{
	background: none;
    border: none;
    padding: 0;
    margin: 0;
	color: #3891ce;
}

/* トップページ 最新記事3件
----------------------------------*/
.thumbWrap{
  width: 100%;
  margin: 20px auto 0;
}

.thubwrap ul{
  text-align: justify;
  text-justify: distribute-all-lines; 
}

.thumbWrap ul li{
  width: 32%; /* 親要素の約3分の1幅指定 */
  height: auto;
  padding:2px 0 40px;
  display: inline-block;
  margin-right: 1.35%;
  vertical-align: top;
}

.thumbWrap ul li:last-child{
   margin-right: 0;
}

.thumbWrap ul li img{
  width: 100%;
  height: auto;
}

.thumbWrap p{padding-bottom:0;}

/* 最新記事リンク
----------------------------------*/
ul.thumb h3{
margin-top: .5em;
padding:1px;
font-weight:normal;
font-size:100%;
text-align:center;
background:#fff;
border:1px solid #dadada;
}

ul.thumb h3 span{
display:block;
padding:2px 3px;
background:#f3f3f3;
}

ul.thumb h3 a{color:#252525;}

ul.thumb h3:hover span{background:#fff;}

/* お知らせ
----------------------------------*/
.newInfo{
  width: 100%;
  margin:20px auto;
}

.newInfo p{
  padding-bottom: 2px;
  border-bottom: 1px dashed #dadada;
}

.newInfo p a{
display: block;
padding: 5px 0;
color: #333;
}

.newInfo a span{
color: #515151;
}

.newInfo span{padding-left:10px;}

.newInfo a:hover span{color:#4374ab;}

/* こだわり物件
----------------------------------*/
#kodawari_chintai,#kodawari_baibai{
	width:100%;
	margin:0 auto;
	}
#kodawari_chintai ul li,#kodawari_baibai ul li{
    max-width: 32%;
    width: 32%;
    margin: 1em auto;
    padding: 0;
    display: inline-block;
    background: none;
    text-align: center;
	vertical-align:top;
	}
#kodawari_chintai ul li img,#kodawari_baibai ul li img{
    max-width: 100px;
	height:auto;
	display:block;
    margin: 0 auto;
	}
#kodawari_chintai ul li a,#kodawari_baibai ul li a{
	font-size:130%;
	font-weight:bold;	}
#kodawari_chintai ul li a:hover img,#kodawari_baibai ul li a:hover img{
	text-decoration:none;
	filter:alpha(opacity=60);/* forIE */
    -moz-opacity: 0.6;/* forFireFox*/
    opacity: 0.6;/* for Safari Opera */
}
/* 404エラーページ用
------------------------*/
.notfoundpage
{width:80%; margin:auto;
}
.notfoundpage p{
	text-align:center;
	line-height:1.5em;
	margin:3em 0;
}
.notfoundpage dl {
	text-align:left;
	line-height:2em;
	margin:2em 0;
}
.notfoundpage dt{
	font-weight:bold;
	font-size:120%;
	border-bottom:#2196F3 1px dotted;
	display:inline;
}
.notfoundpage dd {
	text-align:left;
	line-height:2em;
	margin:0 0 2em;
}
.notfoundpage a {
	background: #2196F3;
	text-align:center;
	font-size: 120%;
	border-radius: 3px;
	border: #2196F3 3px solid;
	display: block;
	width: 50%;
	margin: 1em auto;
	padding: 1em;
	color: #FFF;
}
/* メインメニュー　PC用
----------------------------------*/
@media only screen and (min-width: 1025px){
	nav#mainNav{
	clear:both;
	position:relative;
	z-index:200;
	}

	nav#mainNav ul li{
	float: left;
	position: relative;
	border-right:1px dotted #ccc;
	}
	
	nav#mainNav ul li:first-child{border-left:1px dotted #ccc;}

	nav#mainNav ul li a{
	display: block;
	text-align: center;
	_float:left;
	color:#252525;
	height:34px;
	line-height:34px;
	padding:24px 30px 5px;
    min-width: 60px;
	}
	
	nav#mainNav ul li a span,nav#mainNav ul li a strong{
	display:block;
	font-size:90%;
	line-height:1.4;
	}
	
	nav#mainNav ul li a span{
	font-size:70%;
	color:#005e86;
	}

	nav div.panel{
	display:block !important;
	float:left;
	}
  
  a#menu{display:none;}
  
  nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li a:active, nav#mainNav ul li.current-menu-parent a{
	background:#f3f3f3;
	}
  
  nav#mainNav ul ul{width:160px;}
  
  nav#mainNav ul li ul{display: none;}
  
  nav#mainNav ul li:hover ul{
  display: block;
  position: absolute;
  top:50px;
  left:-2px;
  z-index:500;
	border:0;
  }
	
  nav#mainNav ul li li{
	padding:0 0 0 10px;
	margin:0;
  float: none;
  height:40px;
  line-height:40px;
  width:160px;
	border:0;
  border-bottom:1px dotted #ccc;
	background:#f3f3f3;
  }
	
	nav#mainNav ul li li:first-child{border-left:0;}
	
  nav#mainNav ul li li a{
  width:100%;
  height:40px;
	padding:0;
  line-height:40px;
  font-size:95%;
  text-align:left;
  }
	
	nav#mainNav ul li li a span{padding:0 10px;}
	
	nav#mainNav ul li li a:hover,nav#mainNav ul li li.current-menu-item a{color:#999;}
  
	nav#mainNav ul li:hover ul li:last-child{border:0;}
	
	

}

/* メインメニュー iPadサイズ以下から
----------------------------------*/
@media only screen and (max-width:1024px){
	body{
		background: none !important;	
	}
	

	nav#mainNav{
	clear:both;
	width:98%;
	margin:10px auto;
	border:1px solid #d5d5d5;
	}
	
	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:37px;
	line-height:37px;
	font-weight: bold;
	text-align:left;
  background: url(images/menuOpen.png) no-repeat 5px 8px;
	}
	
	nav#mainNav a#menu span{padding-left:35px;}
	
	nav#mainNav a.menuOpen{
	background: url(images/menuOpen.png) no-repeat 5px -34px;
	}
	
	nav#mainNav a#menu:hover{cursor:pointer;}
	
	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	}

	nav#mainNav ul{margin:0;padding:0;}

	nav#mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	}

	nav#mainNav ul li:first-child{border-top:1px solid #d5d5d5;}
	nav#mainNav ul li li:first-child{border-top:0;}

	nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
	display: block;
	padding:15px 10px;
	text-align:left;
	border-bottom:1px dashed #ccc;
	background:#fff;
	}
	
	nav#mainNav ul li:last-child a{border:0;}
	nav#mainNav ul li li:last-child a{border:0;}
	nav#mainNav ul li li:last-child a{border-bottom:1px dashed #ccc;}

 	nav#mainNav ul li a span{display:none;}
 
	nav#mainNav ul li.current-menu-item a,nav#mainNav ul li a:hover,nav#mainNav ul li.current-menu-item a,nav#mainNav ul li a:active, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:active{
	background:#f6f6f6;
	}

	nav#mainNav ul li li{
	float:left;
	border:0;
	}

	nav#mainNav ul li li a, nav#mainNav ul li.current-menu-item li a, nav#mainNav ul li li.current-menu-item a{
  padding-left:40px;
	background:#fff url(images/sub1.png) no-repeat 20px 18px;}

	nav#mainNav ul li li.current-menu-item a,nav#mainNav ul li li a:hover, nav#mainNav ul li.current-menu-item li a:hover{
		background:#f6f6f6 url(images/sub1.png) no-repeat 20px -62px;}
	
	nav#mainNav ul li li:last-child a{background:#fff url(images/subLast.png) no-repeat 20px 20px;}
	nav#mainNav ul li li:last-child.current-menu-item a,nav#mainNav ul li li:last-child a:hover,nav#mainNav ul li.current-menu-item li:last-child a:hover{background:#f6f6f6 url(images/subLast.png) no-repeat 20px -65px;}
	
	nav div.panel{float:none;}
	
	#mainImg{margin-bottom:20px;}
	
	#topimg_banner{ width:100%; max-width:100%; margin:10px auto;}
	.topimg_banner_inner{ width:46%;}

}


/* 959px以下から 1カラム表示
----------------------------------*/
@media only screen and (max-width: 959px){
/*----- 背景用 -----*/
	.continer{
		width: 100%;
		padding: 0;
	}
	.maincontiner{
		width: 100%;
		padding: 0;
	}
	.flex-control-nav {
	height: 48px;
	background: none;
	bottom: -48px;
	}

	.flex-control-nav li{
	padding: 0;
	}
/*-----------------*/

  #wrapper, #header, .inner{width:100%;}

	#header h1, #header p{padding:5px 10px;}
	#header h2{padding:20px 10px 0;}
	#header ul{padding:20px 10px 10px;}


	nav#mainNav ul, .thumbWrap{margin:0 auto;}
	nav#mainNav ul ul{padding:0;}

	nav div.panel{float:none;}
	
	#mainImg img{width:98%;height:auto;}

	#characbox,#characbox_page{width:100%;height:auto; padding:10px 0;}

	#content, #sidebar, #comcharac{
	clear:both;
	width:95%;
	float:none;
	margin:0 auto;
	padding:10px 0;
	}
	
	.bannersbox{width:100%;margin:0 auto;text-align:center;}
	.bannersbox p{display:inline;margin: 0 auto;}
	.bannersbox p img{width:100%;height:auto;}
	
	section.widget_search{text-align:center;}

	#footer{margin:0;border:0;text-align:center;}
	
	#footer ul{text-align:center;}
	#footer ul li{margin-right:20px;}
	
	.thumbWrap{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	margin:0 auto;
	padding-top:20px;
	overflow:auto;
	border:1px solid #dadada;
	}
	
	.thumbWrap ul.thumb li{width:30%; float:left;margin:0 1% 0 2%;}
	.thumbWrap img{width:100%;height:auto;}
  
  .area_search ul li{
  width: auto;
  min-width: 160px;
  display: block !important;
  *display: block;
  *zoom: 1;
  margin:0 0 5px;
  padding:20px 6px;
  background: none;
  }
}

/* 幅644px以下から ヘッダー等微調節
----------------------------------*/
@media only screen and (max-width: 644px){
	#header{
		text-align:center;
		
	}
	
	#header h1{
		text-align: left;
	}
	
	#header h2,#header ul{float:none;}
	#header ul{padding:5px 10px 5px;}
	#headerInfo{width:250px;margin:0 auto;}
	img.alignright, img.alignleft{display: block;	margin:5px auto;}
	.alignright,.alignleft{float:none;}
	#footer ul{text-align:left;padding:15px;}
	#footer ul ul{padding:0;}
	h2.logo img{width: 98%;}

	.thumbWrap{
	width:100%;
	margin:0 auto;
	padding-top:20px;
	overflow:hidden;
  	border: none;
  	display: block;
	}
  
	.thumbWrap ul.thumb li{
    width:100%; 
    margin:0 1% 0 1%;
  	}
  
  .thumbWrap img{
    width:100%;
    height:auto;
  } 
  
/* ヘッダー
----------------------------------*/
.hdinner{
  display: block; 
  }

.hdinner_r{
  display: inline; 
  float: none;
  }
/* TOP画像下バナー
----------------------------------*/
.topimg_banner_inner{
	width:95%;
	margin:0 auto;}
.topimg_banner_inner img{
	width:100%;
	max-width:100%;}

/* こだわり物件
----------------------------------*/
#kodawari_chintai,#kodawari_baibai{
	width:98%;
	margin:0 auto;
	}

#kodawari_chintai ul li,#kodawari_baibai ul li{
	width:100%;
	max-width:100%;
	text-align:left;
	}
#kodawari_chintai ul li p,#kodawari_baibai ul li p{
	max-width:80%;
	display:inline-block;
	}
#kodawari_chintai ul li img,#kodawari_baibai ul li img{
	width:10%;
	max-width:10%;
	height:auto;
	display:inline-block;
    vertical-align: middle;
    margin-right: 1.5em;
	}

}


/* 2カラム
----------------------------------*/
.twoClm_box{
	width: 100%;
	margin:20px 0;
  padding-bottom: 15px;
  border-bottom: 2px dotted #dadada;
  display: block;
	}

.twoClm_box_inner_img{
	width: 30%;
	height: auto;
	display: inline-block;
  margin-right: 3%;
	}

.twoClm_box_inner_txt{
	width: 65%;
	max-width:65%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	}

/* 2カラム：トップページ用；
----------------------------------*/
#comcharac > .twoClm_box_inner_img img{
	border:#FFF 3px solid;}
.twoClm_box#comcharac{
  margin:0 auto;
  padding-bottom: 0;
  border-bottom:none;}

/* 固定ページ：会社概要；
----------------------------------*/
#companyTbl table{
	width: 100%;
	max-width: 710px;
  margin:20px 0;
}

#companyTbl th{
	color: #000;
	background-color: #ddd;
	padding: .5em;
	width: 30% !important;
	border-bottom: 1px solid #fff;
}

#companyTbl tr,td{
	padding: .5em;
	border-bottom: 1px solid #ddd;
}

/* アクセス
----------------------------------*/
#access_map {
	position: relative;
	padding-bottom: 75%; /* 縦横比16:9=56.25% */
	height: 0;
	overflow: hidden;
}

#access_map p iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


/* 個人情報保護方針
----------------------------------*/
#privacy{
  margin:20px 0;
  counter-reset: titleNum;
}

#privacy ul li{
	line-height: 180%;
  margin:1em 0 .75em -1em;
  padding: 0;
  background: none;
}

#privacy ol li{
	line-height: 180%;
  margin:.25em 0;
  padding: 0;
  background: none;
}

.privacy_bold{
	font-weight:bold;
  font-size: 110%;
	color: #3891ce;
}

/* 1カラム
----------------------------------*/
.oneClm_box{
    margin:20px 0;
}
.oneClm_box_step{
  	width: auto;
  	margin:20px 0;
 	 padding: 0px 10px;
	background:#005e86;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
  	z-index: 1;
  	counter-increment: titleNum;
}

.oneClm_box_step_inner h3{
  width: auto;
  padding: .5em 2.5em .5em 2.5em;
  z-index: 2;
  display: inline-block;
  position: relative;
}

.oneClm_box_step_inner h3::before {
	position: absolute;
	top: 5px;
	left: 5px;
	content: counter(titleNum);
	width: 28px;
	height: 28px;
	line-height: 28px;
	background: #FFF;
	border-radius: 100%;
	color: #005e86;
	font-size: .9em;
	text-align: center;
}

/* ボタン
----------------------------------*/
#sub_contents{
  width: 100%;
  height: auto;
  display: block;
  margin: 4em auto 2em;
}

#sub_contents p{
  text-align:center;
  font-weight: bold;
  font-size: 130%;
  color: red;
}

#sub_contents ul{
  text-align:center;
}

#sub_contents ul li{
  width:30%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: none;
}

#sub_contents ul a{
  color: #fff !important;
  font-weight: bold;
  display: block;
  padding: 1em .75em;
	background: -webkit-linear-gradient(top, #999 0%, #000 100%);  /* color change (ページ内ボタン)*/
	background: linear-gradient(to bottom, #999 0%, #000 100%);   /* color change (ページ内ボタン)*/
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
  border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */  
}

#sub_contents ul a:hover{
	text-decoration:none;
	filter:alpha(opacity=60) !important;/* forIE */
    -moz-opacity: 0.6;/* forFireFox*/
    opacity: 0.6;/* for Safari Opera */
}

.mgr-btn{
 	margin-right:2%;
}

.mgr-top{
 	margin-top: 40px; 
}

a:hover{
	text-decoration:none;
	filter:alpha(opacity=60);/* forIE */
    -moz-opacity: 0.6;/* forFireFox*/
    opacity: 0.6;/* for Safari Opera */
}

.txt-color-red{
  color: #ff6666;
}

.txt-color-green{
 color: #99cc00; 
}

.area_search{
  border-bottom:1px dotted #dadada; 
  margin-bottom: 15px;
}

.area_search ul li{
  width: auto;
  min-width: 22%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin:0 0 5px;
  padding:20px 6px;
  background: none;
}

.area_search ul li.bold{
  font-size:120%;
  font-weight:bold;
  vertical-align: middle;
}

.area_search ul a{
  color: #fff !important;
  font-weight: bold;
  display: block;
  padding: .75em .75em;
  background:#005e86;

}

.area_search ul a:hover{
	text-decoration: none;
	filter:alpha(opacity=60) !important;/* forIE */
    -moz-opacity: 0.6;/* forFireFox*/
  opacity: 0.6;/* for Safari Opera */
}

.area_search ul img{
  vertical-align: middle;
}

.top_banner_inner img{
  width: 100%;
	max-width: 710px;
	height: auto;
	display:block;
  margin:20px 0;
}


/* ページネーション
----------------------------------*/
.pagination{
  text-align: center;
  margin-bottom:15px;
}

.screen-reader-text{
  display: none;
}

.pagination ul{
  list-style: none;
  margin: 0;
}

.pagination ul li{
  display: inline;
  background: none;
}

a.page-numbers,
.pagination .current{
    background: #fff;
    border: solid 1px #dadada;
    padding:5px 8px;
    margin:0 2px;
    text-decoration: none;
}
.pagination .current{
    background: #3891ce;
    border: solid 1px #3891ce;  /* change color */
    color: #fff;
}

/* HTMLサイトマップ
----------------------------------*/
#content2{
float:left;
width:960px;
padding:30px 0;
}

#sitemap_list2 {
	margin: 0;
	padding: 0 0 12px;
  border:1px solid #dadada; 
}

#sitemap_list2 li.home-item {
	margin-left: 0px;
}

#sitemap_list2 li {
	background: url(images/sitemap/line_dotted.png) repeat-x 0 1.8em;
	font-size: medium;
	text-indent: 0;
	padding: 0 0 12px 0;
	margin: 12px 0 12px;
	list-style-type: none;
}

#sitemap_list2 li a {
	color: #666;
	background: url(images/sitemap/ico_lv1.png) no-repeat left center;
	text-decoration: none;
	display: inline-block;
	padding-left: 25px;
	line-height: 32px;
	}

.sitemap-ttl{
  color: #666;
	background: url(images/sitemap/ico_lv1.png) no-repeat left center;
	text-decoration: none;
	display: inline-block;
	padding-left: 25px;
}

#sitemap_list2 li li {
	font-size: small;
	background: none;
	padding: 1px 0 0 27px;
}


#sitemap_list2 li li a {
	background: url(images/sitemap/ico_lv2.png) no-repeat left center;
	padding-left: 15px;
	line-height: normal;
}

#sitemap_list2 li li li {
	padding-left: 15px;
}

#sitemap_list2 li li li a {
	background: url(images/sitemap/ico_lower_lv.png) no-repeat left center;
}

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

#sitemap_list2 .posts_in_category {
	position: absolute;
	padding-left: 10px;
	padding-top: 3px;
}

#sitemap_list2 li li .posts_in_category {
	padding-top: 0;
}

#sitemap_list2 li .posts_in_category a {
	background: #fff url(images/sitemap/ico_post_list.png) no-repeat center;
	text-indent: -9999px;
	display: block;
	width: 1.2em;
	height: 1.2em;
	border: solid 1px #ccc;
	padding: 0;
}

.threeclm_box_inner{
  width:30%; 
  height: auto; 
  padding:0 1em;
  display: inline-block;
  vertical-align: top;
}

/* 幅644px以下から ヘッダー等微調節（追加）
----------------------------------*/
@media only screen and (max-width: 644px){  
.twoClm_box_inner_img{
	width: 100%;
	display: block;
	margin: 20px auto;
  }

.twoClm_box_inner_txt{
	width: 100%;
	max-width:100%;
	display: block;
  margin: 20px 0;
  }

.hdinnerInfo{
	margin: 0;
}

li.twoClm_box_top_inner{
	width: 100%;
	height: auto;
	display: block;
	text-align: center;
	border: none;
	}
  
  .bannersbox{width:100% ;margin:0 auto ;text-align:center ;}
  .bannersbox p{display:block ;margin:0 10px ;}
  .bannersbox p img{width:100% ;height:auto ;}
  
#content2{
float: none;
width:98%;
padding:30px 0;
  margin: 0 auto;
} 
  
#sitemap_list2 li {
 width: 95%;
	background: url(images/sitemap/line_dotted.png) repeat-x 0 1.8em;
	font-size: medium;
	text-indent: 0;
	padding: 0 0 12px 0;
	margin: 12px 0 12px;
	list-style-type: none;
}
  
.threeclm_box_inner{
  width:100%; 
  height: auto; 
  padding:0 1em;
  display: block;
  vertical-align: top;
	}

/* スタッフ関連写真
----------------------------------*/
.staff_photo{
	width:50%;
	max-width:50%;
	}


}

/* 追加 
----------------------------------*/
.twitterbox{
height: 360px;
overflow-x: hidden;
overflow-y: scroll;
-ms-overflow-x: hidden;
-ms-overflow-y: scroll;
-webkit-overflow-scrolling:touch;
}


.hdinner{
  display: inline-block; 
  vertical-align: top;
}

.hdinner_r{
  display: inline-block; 
  vertical-align: top;
  float: right;
}

.hdinner_tel{
  font-size: 160%; 
  font-weight: bold; 
}

.bannersbox p a{
  padding:0 ;
  text-decoration: none ;
  background: none ;
  text-align: center;
  }

.list-cat{
	font-size: 85%;
}

.list-right{
	float:right;
	padding:0 0 0 10px;
	font-size:.8em;
	background:url(images/arrow.png) no-repeat 0 50%;
}

.post a{
	color: #4374ab;
}

.expbtn > a, .expbtn > a:hover , .expbtn > a:visited{
	color:#FFF;}

#sidebar a{
	color: #4374ab;
	text-decoration: none;
}

#sidebar a span{
	color: #4374ab;
}

.tagcloud{
		
}

.tagcloud li{
	display: inline !important;
}

.tagcloud a {
    border: solid 1px #dadada;
    border-radius: 5px;
	display: inline-block !important;
	background: none !important;
	padding:5px !important;
	text-decoration: none !important;
	font-size: 13px !important;
	margin:4px 0;
}

.sidebarList li{
	list-style: none !important;	
}

.calendar_wrap tr td,th{
	text-align:center;
	width: 12%;
	font-size: 98%;
}

.calendar_wrap tr td a{
  background: none;
  padding: 0;
  color: #4374ab;
  font-weight: bold;
}

.searchTtl span{
	 font-size: 135%; 
	 color:#060BFC !important; 
}

#update_sp{
	display: none;
}

.detail{
	float:right;
}

.detail a{
display:block;
padding:3px 0 3px 13px;
text-decoration:underline;
background:url(images/arrow.png) no-repeat 0 50%;
}

.detail a:hover{
text-decoration:none;
background-position: 3px 50%;
}

.movie{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.movie iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

/* トップページ物件数　幅959px以下から
----------------------------------*/
@media only screen and (max-width: 959px){	
	#update_sp{
		display: block;
	}
	
	.twoClm_box_top{
		width: 100%;
		margin:20px 0;
		padding-bottom: 15px;
		display: block;
	}
	
	.twoClm_box_top_inner{
		width: 48%;
		height: auto;
		display: inline-block;
		text-align: center;
		vertical-align: top;
	}
	
	.twoClm_box_top ul{
		list-style: none !important;
	}
	
	#update{
		display: none;
	}
}

@media only screen and (min-width: 960px){
	#update{
		display: block;
	}
}