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

/* basic color list
skyblue: #6dcaf1;
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.5em "メイリオ", "Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	color:#252525;
	-webkit-text-size-adjust: none;
	background:#FFF;/*--backcolor--*/
}
strong {
	font-weight:bold;
}
/* 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;
}
/* リンク設定
----------------------------------*/
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;
}
a:hover, .post a:hover {
	text-decoration:none;
	filter:alpha(opacity=60);/* forIE */
	-moz-opacity: 0.6;/* forFireFox*/
	opacity: 0.6;/* for Safari Opera */
}
.bottom_banner_inner a:hover img{
	text-decoration:none;
	filter:alpha(opacity=60);/* forIE */
	-moz-opacity: 0.6;/* forFireFox*/
	opacity: 0.6;/* for Safari Opera */
}
.link_area {
	display:block;
	width:100%;
	overflow: auto;
}
.link_area a {
	float: right;
	padding: 0 0 0 10px;
	background: url(images/arrow.png) no-repeat 0 50%;
	margin-right: 1em;
	margin-bottom: 0.5em;
	display: block;
	clear: both;
}
.link_area a:hover {
	text-decoration:none;
	background-position: 3px 50%;
}
/* フォーム
----------------------------------*/
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%, #6dcaf1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #84e1ff), color-stop(100%, #6dcaf1));
	background: -webkit-linear-gradient(top, #84e1ff 0%, #6dcaf1 100%);
	background: -o-linear-gradient(top, #84e1ff 0%, #6dcaf1 100%);
	background: -ms-linear-gradient(top, #84e1ff 0%, #6dcaf1 100%);
	background: linear-gradient(to bottom, #84e1ff 0%, #6dcaf1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84e1ff', endColorstr='#6dcaf1', 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, #6dcaf1 0%, #84e1ff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6dcaf1), color-stop(100%, #84e1ff));
	background: -webkit-linear-gradient(top, #6dcaf1 0%, #84e1ff 100%);
	background: -o-linear-gradient(top, #6dcaf1 0%, #84e1ff 100%);
	background: -ms-linear-gradient(top, #6dcaf1 0%, #84e1ff 100%);
	background: linear-gradient(to bottom, #6dcaf1 0%, #84e1ff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6dcaf1', endColorstr='#84e1ff', GradientType=0 );
}
*:first-child+html input[type="submit"] {
	padding:3px;
}
/* レイアウト
----------------------------------*/
#wrapper {
	padding: 2em;
	background: #FFF;
}
#wrapper, .inner {
	margin:0 auto;
	width:1000px;
}
#mainImg .bg_box {
	background:none;
}
.bg_box {
	background: #FFF;
	width: 1000px;
	margin: 0 auto;
	padding:1em 2em 0;
	;
}
#header {
	/*	overflow:hidden;*/
	padding:0;
	margin:0 auto;
}
#content_top {
	width:1000px;
	margin:0 auto;
	background:#FFF;
}
#content {
	float:left;
	width:710px;
	padding:0px 0;
}
#sidebar {
	float:right;
	width:225px;
	max-width:225px;
}
#sidebar img {
	max-width:225px;
	width:100%;
	height:auto;
}
#footer {
	clear:both;
	background:#f3f3f3;
	padding-top:20px;
}
/* ヘッダー
----------------------------------*/
.hdinner {
	display: inline-block;
	vertical-align: top;
}
.hdinnerInfo {
	margin: 20px auto;
	max-width: 320px;
}
.hdinner_r {
	display: inline-block;
	vertical-align: top;
	float: right;
}

/* サイト説明文 + 住所
----------------------------------*/
#header h1, #header p {
	float:left;
	padding:3px 0;
	font-size:80%;
	font-weight:normal;
}
#header p {
	float:right;
}
/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2 {
	clear:both;
	float:left;
	padding:0;
	color: #515151;
	font-size:160%;
	font-weight:bold;
	background:#FFF;
	margin:0;
}
/* サブナビゲーション
----------------------------------*/
#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;
	line-height:0;
	text-align:center;
	z-index:0;
	position:relative;
	background:#f2f2f2;  /* change color */
	box-shadow:5px 5px 10px rgba(0, 0, 0, 0.2);
	padding:5px 0;
}
/* トップページ　トップバナーエリア
----------------------------------*/
#top_banner {
	width:100%;
}
.top_banner_inner {
	display:inline-block;
}
.top_banner_inner img {
	margin:5px 0;
	max-width:245px;
	width:245px;
	height:80px;
}
/* タイポグラフィ
----------------------------------*/

h2.first {
	margin-top:0;
}
.dateLabel {
	margin:0 0 10px;
	text-align:right;
}
.post {
	margin:0 0 10px 0;
}
.post p {
	padding-bottom: 15px;
}
.post strong{
	font-weight:bold;
}
#content_top .post p {
	padding-bottom: 0;
}
.post ul {
	margin: 0 0 10px 10px;
}
.post ul li {
	margin-bottom:5px;
	padding-left:15px;
	background:url(images/bullet.png) no-repeat 0 8px;
}
.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;
}
h2 {
	clear:both;
	margin:20px 0 10px;
	padding:7px 10px;
	font-size:160%;
	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:#000;  /* change color */
	background-color:#FE0;  /* change color */
	clear:both;
}
.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;
	margin:10px 0 20px;
}
.post table th {
	padding:7px 10px 7px 5px;
	border: #e4e4e4 solid;
	border-width: 0 0 1px 1px;
	font-weight:bold;
	color:#000;  /* change color */
	background:#FE0;  /* change color */
}
.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;
}
.privacy_bold {
	font-weight:bold;
	font-size: 120%;
	color: #3498db;
}
/* ページネーション
----------------------------------*/
.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: #3498db;
	border: solid 1px #3498db;  /* change color */
	color: #fff;
}
/*------------*/

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;
}
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;
}
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;
}
/* ウィジェット関連　詳細設定
----------------------------------*/
/*------------*/
a.tri_link {
	display:block;
	padding:3px 0 3px 13px;
	text-decoration:underline;
	background:url(images/arrow.png) no-repeat 0 50%;
}
/*-------------------*/
.wp_bkmk_lt a {
	text-decoration:none;
	background:none !important;
	padding:0 !important;
}
.wp_bkmk_lt img{
	height:20px !important;
	width:auto !important;
}
/*-------トップページtwitter用------------*/
.twitterbox {
	height: 200px;
	overflow-x: hidden;
	overflow-y: scroll;
	-ms-overflow-x: hidden;
	-ms-overflow-y: scroll;
	-webkit-overflow-scrolling:touch;
}
#twibox{
	width:35%;
	height:200px;
	max-width:35%;
	float:left;
	display:inline-block;
	background:#FFF;
	color:#000;}
#twibox p{
	width:100px;
	max-width:100px;
	height:150px;
	display:block;
	text-align:center;
	margin:auto;
}
#twibox img{
	width:100%;
	max-width:100%;
	position:relative;
	top:30%;
	margin:auto;}
/* お知らせ
----------------------------------*/
.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:#333;
}
.news a span {
	color:#515151;
	font:normal 90%;
}
.news span {
	padding-left:10px;
}
.news a:hover span {
	color:#777;
}
/* ミドルバナーエリア
----------------------------------*/

#middle_banner {
	width:100%;
	display:block;
}
.middle_banner_float {
	width:100%;
	max-width:1000px;
	margin:1em auto;
	display:block;
}
/*---特大---*/
.bn_float_left {
	float:left;
	width:50%;
}
.bn_float_left img {
	width:100%;
}
.biggestbanner {
	max-width:490px;
	margin: 0 auto;
}
.biggestbanner img {
	width:490px;
	height:300px;
}
/*---中型---*/
.bn_float_right {
	float:right;
	width:50%;
}
.post .biggerbanner {
	max-width:490px;
	margin:0 auto 0px;
	padding: 0;
}
.biggerbanner img {
	width:490px;
	height:148px;
}
/*---バナーエリア---*/

.bannersbox {
	text-align: center;
	line-height: 1.5;
}
.banner {
	display:inline-block;
	padding-bottom:0;
}
.banner img {
	width:auto;
	max-width:225px;
}
.banner a img {
	width:330px;
}
.middle_banner_float .banner img {
	width:auto;
	max-width:330px;
	height:100px;
	max-height:100px
}
/* ボトムバナーエリア
----------------------------------*/

.bottom_banner_inner img {
	display:block;
	margin-bottom:10px;
	width:100%;
}
/* フッター
----------------------------------*/

#footer ul {
	font-size:12px;
	padding:10px 0 10px 0;
}
#footer ul li a {
	display:inline;
	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;
}
/*---フッターウィジェット---*/

footer section.widget {
	margin: 0 0 20px;
	padding: 10px 7px;
	border:none;
}
footer section.widget h3 {
	clear:both;
	margin:0 0 10px;
	padding:5px 0;
	font-size:130%;
	font-weight:normal;
	color: #333;
	font-weight:bold;
	border-bottom:#000 1px solid;
	text-align:center;
}
#footerwid {
	width:1000px;
	margin:0 auto;
}
#footerwid ul li a {
	color:#252525;
	display: inline;
	padding: 0 0 0 13px;
	text-decoration: underline;
	background: url(images/arrow.png) no-repeat 0 50%;
}
#footerwid ul li a:hover {
	text-decoration:none;
	background-position: 3px 50%;
}
/*---フッターウィジェット　左---*/

#footerleft {
	float:left;
	max-width: 500px;
	width: 50%;
}
#footerleft img {
	max-width:100%;
	height:auto;
}
/*---フッターウィジェット　右---*/

#footerright {
	float:right;
	max-width:400px;
	width:40%;
}
#footerright img {
	max-width:100%;
	height:auto;
}
/*---フッターリンク---*/

#footerlink {
	width:100%;
	margin:0 auto;
	background:#333;
}
#footerlink ul li a {
	color:#FFF;
	display: block;
	padding: 3px 0 3px 13px;
	text-decoration: underline;
	background: url(images/arrow_white.png) no-repeat 0 50%;
}
#footerlink ul li a:hover {
	text-decoration:none;
	background-position: 3px 50%;
}
#footerlink ul li {
	display:inline-block;
	margin-right: 1em;
	vertical-align:top;
}
/*---コピーライト---*/

#copyright {
	clear:both;
	text-align:center;
	font-size:75%;
	zoom:1;
	color:#fff;
	background:#333;
}
/* アクセス
----------------------------------*/
#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;
}
/* ページネーション
----------------------------------*/
.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:#3498db;
	text-align:center;
	margin-bottom:15px;
}
#pageLinks a {
	border: solid 1px #dadada;
	color: #3498db;
	padding:5px 8px;
	margin:0 2px;
}
#pageLinks span {
	background: #3498db;
	border: solid 1px #3498db;
	padding:5px 8px;
	margin:0 1em;
	color: #fff;
}
#pageLinks a span {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	color: #3498db;
}
/* トップページ スタッフ紹介・お客様の声
----------------------------------*/
.thumbWrap {
	width: 100%;
	margin: 20px auto 0;
}
.thubwrap ul {
	text-align: justify;
	text-justify: distribute-all-lines;
}
.thumbWrap .left{
	padding:1.95em;}
.thumbWrap ul li {
	width: 32%; /* 親要素の約3分の1幅指定 */
	height: auto;
	background:#f3f3f3;
	padding:2px 0 0;
	display: inline-block;
	margin-right: 1.35%;
	vertical-align: top;
}
.thumbWrap ul li:last-child {
	margin-right: 0;
}
.thumbWrap ul li img {
	height: auto;
	max-height:180px;
	display:block;
	margin:0 auto;
}
.thumbWrap p {
	padding-bottom:0;
}
/* トップページ ブログ
----------------------------------*/
.thumbWrap_list {
	width: 100%;
	margin: 20px auto 0;
}
.thubwrap_list ul {
	text-align: justify;
	text-justify: distribute-all-lines;
}
.thumbWrap_list ul li {
	width: 100%; /* 親要素の約3分の1幅指定 */
	height: auto;
	padding:0;
	display: inline-block;
	margin-right: 1.35%;
	vertical-align: top;
	background:none;
}
.thumbWrap_list .left {
	float:left;
	display:inline-block;
	width:15%;
}
.thumbWrap_list .left img {
	width: auto;
	max-height: 100px;
	display: block;
	margin: 0 auto;
}
.thumbWrap_list .right {
	background:#f3f3f3;
	float:right;
	width:85%;
	text-indent: 1em;
	max-width:85%;
	height:100Px;
}
.thumbWrap_list ul li:last-child {
	margin-right: 0;
}
.thumbWrap_list .right .morelink {
	text-align:right;
	border:none;
	padding-right:1em;
}
.thumbWrap_list p {
	padding-bottom:0;
}
.thumbWrap_list ul.thumb p {
	margin-top: .5em;
	padding:1px;
	font-weight:normal;
	font-size:100%;
	text-align: left;
}
.list-right_s_v {
	margin-bottom:1em;
}
/* 最新記事リンク
----------------------------------*/
ul.thumb p {
	padding:1px;
	font-weight:normal;
	font-size:100%;
	text-align:center;
}
ul.thumb a span {
	display:block;
	padding:2px 3px;
	border: #666 2px solid;  /* change color */
	background:none;  /* change color */
	color:#000;  /* change color */
	margin: 10px 20px;
	border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
ul.thumb a {
	color:#252525;
}
ul.thumb a:hover span {
	background:#fff;
	color:#000;  /* change color */
}
/* トップページ コラム
----------------------------------*/
.Column_thumbWrap {
	width: 100%;
	margin: 20px auto 0;
}
.Column_thubwrap ul {
	text-align: justify;
	text-justify: distribute-all-lines;
}
.Column_fl_left {
	float:left;
	width:48%;
}
.Column_fl_right {
	float:right;
	width:48%;
}
.Column_thumbWrap ul li {
	width: 48%; /* 親要素の約2分の1幅指定 */
	height: auto;
	padding:2px 0 40px;
	display: inline-block;
	margin-right: 1.35%;
	vertical-align: top;
	background:none;
}
.Column_thumbWrap ul li:last-child {
	margin-right: 0;
}
.Column_thumbWrap ul li img {
	width: auto;
	max-height: 160px;
	height: auto;
	display: block;
	margin: 0 auto 1em;
}
.Column_thumbWrap p {
	padding-bottom:0;
}
ul.Column_thumb p {
	margin-top: .5em;
	padding:1px;
	font-weight:normal;
	font-size:100%;
}
ul.Column_thumb a span {
	display:block;
	padding:5px;
	background:#FE0;  /* change color */
	border: #FE0 2px solid;  /* change color */
	color:#000;  /* change color */
	margin: 10px 0;
	text-align:center;
}
ul.Column_thumb a {
	color:#252525;
}
ul.Column_thumb a:hover span {
	background:#fff;
	color:#000;  /* change color */
}
/*--スタッフ紹介・お客様の声--*/
.top_comment {
	background: #FE0;  /* change color */
	color:#000;  /* change color */
	max-width: 300px;
	width: 300px;
	padding:10px 10px 15px;
	height: 45px;
	display:table-cell;
	text-align: center;
	vertical-align:middle;
}
.top_comment p {
	margin:auto;
}
.bottom_comment {
	max-width: 300px;
	padding:10px 10px 15px;
	display: block;
	text-align: center;
}
.voice_c {
	background: #FE0;  /* change color */
	color:#000;  /* change color */
}
/* 固定ページ：会社概要；
----------------------------------*/
#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;
	width: 70%;
	border-bottom: 1px solid #ddd;
}
/* お知らせ
----------------------------------*/
.newInfo {
	width: 100%;
	margin:20px auto;
}
.newInfo .newinfocell {
	padding: 13px 0;
	background: #f3f3f3;
	font-size: 120%;
	border-bottom: #fff 1px solid;
}
.newInfo time {
	background:#666;
	color:#FFF;
	padding:10px;
}
.newInfo div a {
	display: block;
	color: #333;
}
.newInfo a span {
	color: #515151;
}
.newInfo span {
	padding:5px;
}
.newInfo a:hover span {
	color:#4374ab;
}
/* フリーエリア　特徴
----------------------------------*/
.company_point {
	border:2px #FE0 solid;  /* change color */
	padding: 1.5em 3em;
}

.company_point p {
	padding-left: 4px;
	font-size: 140%;
	line-height:2.5em;
}
.company_point p img{
	display:inline-block;
    margin: 0 7px 2px 0;
    vertical-align: middle;
}
/* フリーエリア　ステップ
----------------------------------*/
#freespace_step div {
	display:inline-block;
	width:33%;
	background:none !important;
	padding:0;
	margin:0;
	vertical-align:top;
}
#freespace_step p {
	padding:1em 1em;
}
#freespace_step h3 {
	width:100%;
	padding:0;
	margin:0;
	background:#FFF;
}
#freespace_step h4 {
	text-align:center;
	font-size:100%;
	font-weight:bold;
	margin:2em 0 0.5em;
}
/* フリーエリア　販売事例
----------------------------------*/
#baikyaku_jirei h3 {
	margin:0;
}
#baikyaku_jirei div {
	display:inline-block;
	width:24.5%;
	padding:0;
	margin:0;
	background:#f3f3f3;
	vertical-align:top;
}
#baikyaku_jirei p {
	margin:1em auto;
	padding: 0 0.3em;
}
/* 固定ページ　各種
------------------------*/
table.three_cell {
	width:100%;
}
table.three_cell th {
	width:33%;
	background:#CCC;
	color:#000;
}
table.three_cell td {
	width:33%;
	vertical-align:middle;
}
table.one_cell {
	width:100%;
}
/*--売却の流れ--*/
.float_sa {
	width:90%;
	clear:both;
}
.fl_center {
	width:45%;
	max-width:45%;
	margin: 0 auto;
}
.fl_left {
	float:left;
	width:45%;
	max-width:45%;
}
.fl_right {
	float:right;
	width:45%;
	max-width:45%;
}
div.flow_list div {
	display: block;
	background: #EEE;
	margin: 1em;
	padding: 0.5em;
	width: 100%;
}
.flow_list div strong {
	border-left: #ff8181 5px solid;
	display: block;
	color:#FFF;
	margin-bottom: 0.5em;
	background: #999;
	padding: 0.5em;
	font-size:120%;
}
p.shinkyo {
	color: #C00;
	margin:0.1em;
	display: block;
	background: #FFF;
	padding: 0.5em;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Google Chrome、Safari */
	-o-border-radius:5px; /* Opera */
	-ms-border-radius:5px; /* Internet Explorer */
	display: inline-block;
}
/*--よくある質問--*/
#qa {
	margin-left:1em;
}
#qa h4 {
	display: block;
	padding: 13px 0 13px 45px;
	background: url(images/qicon.png) no-repeat 0 50%;
	font-weight:bold;
	font-size:120%;
	border-bottom:#999 1px dotted;
	margin:1em 0;
}
.anser {
	display: block;
	padding: 13px 0 13px 45px;
	background: url(images/aicon.png) no-repeat 0 50%;
	margin-bottom: 2em;
}
/* コラム投稿　設定
------------------------*/
.kyocho{
	width:90%;
	display:block;
	background:#FCC;
	color:#F00;
	font-size:120%;
	text-align:center;
	padding:0.5em;
	margin:0.5em auto 1em;
	border:#F00 2px solid;
	border-radius: 5px;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Google Chrome、Safari */
	-o-border-radius:5px; /* Opera */
	-ms-border-radius:5px; /* Internet Explorer */
	display: inline-block;
	}
.graylinebox{
	width:90%;
	border:2px solid #666;
	padding:0.5em;
	margin:0.5em auto 1em;
	}
.yellowlinebox{
    width: 90%;
	border:2px solid #6CC;
    padding: 0.5em;
    margin: 0em auto;
	}
/* 2カラム
----------------------------------*/
.Clm_box {
	width: 100%;
	margin:20px 0;
	padding-bottom: 15px;
	border-bottom: 2px dotted #dadada;
	display: block;
}
.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;
}
.twoClm_box_inner_img img{
	max-height:200px;
	display: block;
	margin:0 auto;
}
.twoClm_box_inner_txt {
	width: 65%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	margin-left:2%;
}
/*--サイドバ--*/
#sidebar .bn_float_left, #sidebar .bn_float_right {
	float:none;
	width:100%;
}
#sidebar .biggestbanner, #sidebar .banner {
	margin-bottom:0px;
}
/*--トップページ専用--*/

#content_top .twoClm_box {
	border-bottom: none;
}
/* 個人情報保護方針
----------------------------------*/
#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;
}
/* HTMLサイトマップ
----------------------------------*/
#content2 {
	width:960px;
}
#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;
}

/* 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;
}
	
/* 調整用
----------------------------------*/
@media only screen and (min-width: 1051px) and (max-width: 1070px) {
nav#mainNav {
	width:100% !important;
	max-width:100% !important;
	padding:1em 0 !important;
}
.bg_box {
	width:100%;
	padding:0;
}
.mainImg {
	width:100%;
	padding:0;
}
#wrapper, .inner {
	width: 100%;
	padding:1em 0;
}
}

/* メインメニュー　PC用
----------------------------------*/
@media only screen and (min-width: 1050px) {
nav#mainNav {
	clear:both;
	position:relative;
	z-index:200;
	font-weight:bold;
	background: #fff;
	width: 1000px;
	padding: 0 2em;
	margin: 0 auto;
}
nav#mainNav ul li {
	float: left;
	position: relative;
	border-right: 1px dotted #ccc;
}
nav#mainNav ul li a {
	display: block;
	text-align: center;
	float:left;
	color:#333;
	height:30px;
	line-height:30px;
	padding:20px 28px 5px;
	min-width: 60px;
}
nav#mainNav ul li:first-child {
	border-left:1px solid #d5d5d5;
}
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 a span, nav#mainNav ul li a strong {
	display:block;
	font-size:100%;
	line-height:1.4;
}
nav#mainNav ul li a span {
	font-size:70%;
	color:#6dcaf1;
}
nav div.panel {
	display:block !important;
	float:right;
}
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:40px;
	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:90%;
	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:1049px) {
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-left: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;
}
/* 基本設定
----------------------------------*/
body {
	background:#FFF;
}
.post p,
.post li,
.post td { font-size:120%;}
.post li li{ font-size:100%;}
.post h3,
.post th,
.post h4 { font-size:130%;}


#mainImg {
	margin-bottom:20px;
}
#mainImg img {
	width:100%;
	height:auto;
}
#wrapper, #header, .inner {
	width:100%;
	padding:0
}
.bg_box {
	display:block;
	width:100%;
	padding:0;
}
#header h1, #header p {
	padding:5px 10px;
}
#header h2 {
	padding: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;
}
#content_top {
	clear:both;
	width:95%;
	float:none;
	margin:0 auto;
	padding:10px 0;
}
#content {
	width:95%;
	float:none;
	margin:0 auto;
	padding:10px 0;
}
#sidebar {
	width: 95%;
	margin: 0 auto;
	float: none;
	max-width: 95%;
	padding: 0px;
}
#sidebar .biggerbanner {
	display:inline-block;
}
section.widget_search {
	text-align:center;
}
/*--バナー関連--*/
.post .banner {
	padding:0;
	margin: 0;
}
#top_banner {
	width:100%;
	max-width:100%;
}
.top_banner_inner {
	display: inline-block;
	width: 24%;
	max-width: 24%;
	margin: 0;
}
.top_banner_inner img {
	width: 100%;
	height: auto;
	margin: 1% 0;
}
.biggerbanner img, .biggestbanner img {
	height:auto;
}
.bannersbox {
	width:100%;
	margin:0 auto;
	text-align:center;
}
.bannersbox p {
	display:inline-block;
	margin: 2px auto;
}
.bannersbox p img {
	height:auto;
	width:330px;
}
.banner img {
	height:auto;
	max-width:330px;
}
.middle_banner_float {
	margin:1em auto;
	width:100%;
}
.bn_float_left {
	float: none;
	width:100%;
	text-align: center;
	margin: 0 auto 1em;
}
.bn_float_right {
	float:none;
	width:100%;
	text-align: center;
}
/*--トップページ ブログ--*/

/* トップページ ブログ
----------------------------------*/

.thubwrap ul {
	text-align: justify;
	text-justify: distribute-all-lines;
}
.thumbWrap ul li {
	width: 100%; /* 親要素の約3分の1幅指定 */
	height: auto;
	background:none;
	padding:0;
	display: inline-block;
	margin-right: 1.35%;
	margin-bottom:0px;
	vertical-align: top;
}
.thumbWrap .left {
	float:left;
	padding:0;
	display:inline-block;
	width:15%;
}
.thumbWrap .left img {
	max-height:100px;
	display:block;
}
.thumbWrap .right {
	background:#eee;
	float:right;
	width:85%;
	max-width:85%;
	height:100Px;
}
.thumbWrap ul li:last-child {
	margin-right: 0;
}
.thumbWrap .right .morelink {
	text-align:right;
	border:none;
	padding-right:1em;
}
.thumbWrap p {
	padding-bottom:0;
}
.thumbWrap ul.thumb p {
	margin-top: .5em;
	padding:1px;
	font-weight:normal;
	font-size:100%;
	text-align: left;
}
/* トップページ スタッフ紹介・お客様の声
----------------------------------*/

ul.thumb a span {
	border:none;
	margin-bottom:1em;
	padding:0;
	margin:0;
}
.voice_c {
	background:none;
}
.top_comment {
	background:none;
	height:auto;
	padding:0;
}
.list-right_s_v a {
	float: right;
    padding: 0 0 0 10px;
    background: url(images/arrow.png) no-repeat 0 50%;
    margin-right: 1em;
    margin-bottom: 0.5em;
    display: block;
    clear: both;
}
.list-right_s_v a:hover {
	text-decoration:none;
	background-position: 3px 50%;}
.bottom_comment {
	max-width: 100%;
	text-align: left;
	background:0;
	padding:0;
	margin-left: 1em;
}
.thumbWrap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	margin: 20px auto 0;
	padding-top:20px;
	overflow:auto;
}
.thumbWrap ul.thumb li {
	width:98%;
	max-width:98%;
	margin-bottom: 2em;
	display:block;
	border-bottom: 2px dotted #dadada;
}
.thumbWrap .left {
	height: auto;
	margin-top:0.5em;
	float: left;
}
.thumbWrap .right {
	height: auto;
	float: left;
	margin-top:0.5em;
	width: 100%;
	padding:0;
	background:none;
}
.thumbWrap .s_f_right {
	width:85%;
	max-width:85%;
	float:right;
	margin-top: 0.5em;
	height:auto;
}
.thumbWrap ul.thumb p {
	margin-left:10px;
	margin-top:0;
	background:none;
}
/*--トップページ ブログ--*/
.thumbWrap_list {
	-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;
}
.thumbWrap_list ul.thumb li {
	width:98%;
	margin:0;
	display:block;
	border-bottom: 2px dotted #dadada;
}
.thumbWrap_list .left {
	height: auto;
	margin-top:0.5em;
	float: left;
}
.thumbWrap_list .right {
	height: auto;
	float: left;
	margin-top:0.5em;
	width: 100%;
	padding:0;
	background:none;
}
.thumbWrap_list ul.thumb p {
	margin-left:10px;
	margin-top:0;
}
/*--トップページ コラム--*/
	.Column_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;
}
.Column_thumbWrap ul.thumb li {
	width:30%;
	float:left;
	margin:0 1% 0 2%;
}
.Column_thumbWrap img {
	width:100%;
	height:auto;
}
/*--フッター関連--*/
#footer {
	margin:0;
	border:0;
}
#footer ul {
	text-align:left;
}
#footer ul li {
	margin-right:20px;
}
#footer, #footer img, #footerwid {
	width:100%;
	max-width:100%;
	height: auto;
}
#footerleft {
	display:block;
	width:80%;
	max-width:80%;
	float:none;
	margin:0 auto;
}
#footerright {
	display:block;
	width:80%;
	max-width:80%;
	float:none;
	margin:0 auto;
}
footer section.widget {
	display:block;
	width:100%;
	max-width:100%;
	margin:0 auto;
}
section.widget a {
	display:inline-block;
}
/* フリーエリア　ステップ
----------------------------------*/
#freespace_step div {
	display:inline-block;
	width:100%;
	background:none !important;
	padding:0;
	margin:0 auto;
	vertical-align:top;
}
#freespace_step p {
	padding:1em 2em;
}
#freespace_step h3 {
	width:100%;
	padding:0;
	margin:0;
	background:#FFF;
	text-align:center;
}
#freespace_step h4 {
	text-align:center;
	font-size:100%;
	font-weight:bold;
	margin:2em 0 0.5em;
}
/* フリーエリア　販売事例
----------------------------------*/
#baikyaku_jirei h3 {
	margin:0;
}
#baikyaku_jirei div {
	display:inline-block;
	width:100%;
	padding:0;
	margin:0;
	background:#f3f3f3;
	vertical-align:top;
}
#baikyaku_jirei p {
	margin:1em auto;
	padding: 0 0.3em;
}
}
/* 幅644px以下から ヘッダー等微調節
----------------------------------*/
@media only screen and (max-width: 644px) {
#header {
	text-align:center;
}
#header h1 {
	text-align: left;
}
#header h2, #header ul {
	float:none;
}
#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%;
}
/*--トップページ コラム--*/
	.Column_thumbWrap {
	width:100%;
	margin:0 auto;
	padding-top:20px;
	overflow:hidden;
	border: none;
	display: block;
}
.Column_thumbWrap ul.thumb li {
	width:100%;
	margin:0 1% 0 1%;
}
.Column_thumbWrap img {
	width:100%;
	height:auto;
}
/*--コラム関連--*/
.Column_fl_left {
	width:100%;
	display:inline-block;
}
.Column_fl_right {
	width:100%;
	display:inline-block;
}
/*--バナー関連--*/
#top_banner {
	width: 100%;
}
.top_banner_inner {
	width:49%;
	max-width:49%;
	display:inline-block;
	margin:0 auto;
}
.top_banner_inner img {
	width:100%;
	max-width: 100%;
	height: auto;
}
.middle_banner_float img {
	display:block;
	margin:0 auto;
}
.bannersbox {
	width:100%;
	margin:0 auto;
	text-align:center;
}
.bannersbox p {
	display:inline-block;
	margin:0em auto;
}
.banner img {
	height:auto;
	max-width:330px;
}
.bn_float_left, .bn_float_right {
	margin: 0 auto;
}
.middle_banner_float {
	margin: 0 auto;
}
.post .biggerbanner {
	margin-bottom:10px;
}
.bn_float_right {
	margin-top:1em;
}
/* フリーエリア　特徴
----------------------------------*/
.company_point {
	padding: 1.5em 0;
}

/* ヘッダー
----------------------------------*/
.hdinner {
	display: block;
}
.hdinner_r {
	display: inline;
	float: none;
}
.hdinner_r .wp_bkmk_lt {
	margin: 0px;
}
.oneClm_box {
	width: 100%;
	margin:20px 0;
	padding-bottom: 15px;
	display: block;
}
.oneClm_box_inner_img {
	width: 30%;
	height: auto;
	display: inline-block;
	margin-right: 3%;
}
.oneClm_box_inner_img {
	width: 100%;
	display: block;
	margin: 20px auto;
}
.oneClm_box_inner_txt {
	width: 65%;
	height: auto;
	display: inline-block;
	vertical-align: top;
}
.oneClm_box_inner_txt {
	width: 100%;
	display: block;
	margin: 20px 0;
}
li.oneClm_box_top_inner {
	width: 100%;
	height: auto;
	display: block;
	text-align: center;
	border: none;
}
/*--ステップ--*/
.oneClm_box_step {
	width: auto;
	margin:20px 0;
	padding: 0px 10px;
	background: -webkit-repeating-linear-gradient(45deg, #3498db, #3498db 5px, #69b4e6 5px, #69b4e6 10px);
	background: repeating-linear-gradient(45deg, #3498db, #3498db 5px, #69b4e6 5px, #69b4e6 10px);
	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;
	background-color: #fff;
	z-index: 2;
	display: inline-block;
	position: relative;
	color: #000;
}
.oneClm_box_step_inner h3::before {
	position: absolute;
	top: 5px;
	left: 5px;
	content: counter(titleNum);
	width: 28px;
	height: 28px;
	line-height: 28px;
	background-color: #6dcaf1;
	border-radius: 100%;
	color: #fff;
	font-size: .9em;
	text-align: center;
}

/*--オプション機能--*/
#twibox p{
	width:100%;
	max-width:100%;
	}
#twibox img{
	width:50%;
	max-width:50%;
	top:45%;
	}

/* 2カラム
----------------------------------*/
.Clm_box {
	width: 100%;
	margin:20px 0;
	padding-bottom: 15px;
	border-bottom: 2px dotted #dadada;
	display: block;
}
.twoClm_box {
	margin: 20px 0;
	padding-bottom: 15px;
	border-bottom: 2px dotted #dadada;
	display: block;
}
.twoClm_box_inner_img {
	width:99%;
	height: auto;
	display: inline-block;
	margin-right: 3%;
}
.twoClm_box_inner_img img {
	margin: 0 auto;
	max-width: 300px;
	display: block;
}
.twoClm_box_inner_txt {
	width: 100%;
	height: auto;
	margin:20px 0;
	display: inline-block;
	vertical-align: top;
}
/* ボタン
----------------------------------*/
#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-image: 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;
}
.txt-color-red {
	color: #ff6666;
}
.txt-color-green {
	color: #99cc00;
}

/*--サイトマップ--*/

#content2 {
	float: none;
	width:98%;
	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;
}
/* 固定ページ　各種
------------------------*/
.float_sa {
	width:100%;
	max-width:100%;
}
.fl_center {
	display:block;
	width:100%;
	max-width:100%;
	margin: 0 auto;
}
.fl_left {
	display:block;
	float:none;
	width:100%;
	max-width:100%;
	margin: 0 auto;
}
.fl_right {
	display:block;
	float:none;
	width:100%;
	max-width:100%;
	margin: 0 auto;
}
div.flow_list div {
	display: block;
	background: #EEE;
	margin: 1em 0;
	padding: 0.5em 0;
	width: 100%;
}
#privacy{
	padding:0 1em;}

}

/* トップページ物件数　幅959px以下から
----------------------------------*/
@media only screen and (max-width: 959px) {
#update_sp {
	display: block;
}
.oneClm_box_top {
	width: 100%;
	margin:20px 0;
	padding-bottom: 15px;
	display: block;
}
.oneClm_box_top_inner {
	width: 48%;
	height: auto;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}
.oneClm_box_top ul {
	list-style: none !important;
}
#update {
	display: none;
}
.newInfo time {
	display:block;
}
.newInfo span {
	padding:5px;
	line-height:2.5em;
}
.newInfo .newinfocell {
	padding:0;
}
#update {
	display: block;
}
}
@media only screen and (max-width: 400px) {
.Column_thumbWrap ul li {
	width:100%;
}
.post p,
.post li,
.post td { font-size:100%;}
.post h3,
.post th,
.post h4 { font-size:110%;}

.post ul {
	margin: 0 0 10px 0;
}
/* トップページ スタッフ紹介・お客様の声
----------------------------------*/
.hdinnerInfo {
	margin: 0.5em 0;
}
ul.thumb a span {
	border:none;
}
.voice_c {
	background:none;
}
.top_comment {
	background:none;
	height:auto;
	padding:0;
}

.bottom_comment {
	max-width: 100%;
	text-align: left;
	background:0;
	padding:0;
	margin-left: 1em;
}
.thumbWrap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	margin: 20px auto 0;
	padding-top:20px;
	overflow:auto;
}
.thumbWrap ul.thumb li {
	width:98%;
	max-width:98%;
	margin-bottom: 2em;
	display:block;
	border-bottom: 2px dotted #dadada;
}
.thumbWrap .left {
	height: auto;
	margin-top:0.5em;
	float: left;
	width:35%;
}
.thumbWrap .right {
	height: auto;
	float: left;
	margin-top:0.5em;
	width: 65%;
	max-width:65%;
	padding:0;
	background:none;
}
.thumbWrap .s_f_right {
	width:65%;
	max-width:65%;
	float:right;
	margin-top: 0.5em;
	height:auto;
}
.thumbWrap ul.thumb p {
	margin-left:10px;
	margin-top:0;
	background:none;
}
/*--トップページ ブログ--*/
	
.thumbWrap_list ul.thumb li {
	width:98%;
	margin:1em auto;
	display:block;
	background:none;
	border:2px #ccc solid;
}
.thumbWrap_list .left {
	height: auto;
	float: none;
	width:100%;
}
.thumbWrap_list .left img {
	margin:1em auto;
	display: block;
}
.thumbWrap_list .right {
	height: auto;
	float: none;
	width: 100%;
	display:block;
	margin: 0 auto;
	background:none;
}
.thumbWrap_list ul.thumb p {
	text-align:center;
	margin:0 auto;
}
.list-right {
	float:none;
}
/*--フッター関連--*/
#footerleft {
	display:block;
	width:80%;
	max-width:80%;
}
#footerright {
	display:block;
	width:80%;
	max-width:80%;
}
/*--バナー関連--*/

.bannersbox p img {
	width:100%;
}
.post .banner img {
	width:100%;
	height:auto;
	max-width:225px;
}
/*--トップページ 社長挨拶--*/
.oneClm_box_inner_img, .oneClm_box_inner_txt {
	width:100%;
	max-width:100% !important;
	display:block;
}

}
/* 追加 
----------------------------------*/

.hdinner_r .wp_bkmk_lt {
	margin: 10px;
}
.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 a{
	float:right;
	margin-right: 1em;
	background:url(images/arrow.png) no-repeat 0 50%;
    clear: both;
}
.list-right a:hover{
	text-decoration:none;
	background-position: 3px 50%;
}
.list-right_big_h2 {
	font-size:16px;
	float:right;
}
.list-right_big {
	display:block;
	width:100%;
	margin:2em 0;
}

.post a {
	color: #4374ab;
}
#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-image: 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-image: 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%;
}
