@charset "utf-8";


/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #666;	/*全体の文字色*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 15px;	/*文字サイズ*/
	line-height: 2;		/*行間*/
	background: #fff;	/*背景色*/
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,h6,h7,p,ul,ol,li,dl,dt,dd,form,figure,form,textarea,input {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table{border-collapse:collapse;font-size:100%;border-spacing:0;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
video {max-width: 100%;}
iframe {width: 100%;}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #666;	/*リンクテキストの色*/
	transition: 0.5s;			/*同上*/
}
a:hover {
	color: #0057ff;			/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*container（全体を囲むブロック）
---------------------------------------------------------------------------*/
#container {
	max-width: 1400px;	/*サイトの最大幅*/
	margin: 0 auto;
	padding: 0 2%;	/*上下、左右へのブロック内の余白*/
}

/*inner共通
---------------------------------------------------------------------------*/
.inner {
	max-width: 1400px;	/*サイトの最大幅。「#mainimg」のmax-widthと揃える。*/
	margin: 0 auto;
	padding: 0 3%;
}



/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	border-top: 4px solid #353baf;	/*上の線の幅、線種、色*/
}
header {
	height: 100px;	/*高さ*/
}
/*ロゴ画像*/
header #logo {
	width: 300px;	/*ロゴ画像の幅*/
	float: left;	/*左に回り込み*/
	margin-top: 28px;	/*ロゴの上にあける余白。上下のバランスをここで調整して下さい。*/
	margin-left: 3%;	/*ロゴの左にあける余白。*/
}

/*ヘッダー右側の電話番号ブロック
---------------------------------------------------------------------------*/
/*ブロック全体*/
#contact {
	float: right;		/*右に回り込み*/
	margin-top: 5px;	/*ブロックの上にあける余白。上下のバランスをここで調整して下さい。*/
	margin-right: 3%;	/*ブロックの右にあける余白。*/
	width: 300px;		/*ブロック幅*/
	border-radius: 10px;	/*角丸のサイズ*/
	padding: 5px;		/*ボックス内の余白*/
	border: 2px solid #dcdcdc;	/*枠線の幅、線種、色*/
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);	/*ボックスの影。右に、下に、広げる幅、0,0,0は黒の事で0.2が透明度20%の事。*/
		text-align: center;	/*文字をセンタリング*/
}
/*TEL*/
.tel {
	letter-spacing: 0.2em;	/*文字間隔を広くする設定。通常がいいならこの行削除。*/
	font-size: 20px;		/*文字サイズを大きく*/
	font-weight: bold;
		
}
/*TELの受付時間の小文字部分*/
.tel span {
	font-size: 11px;	/*文字サイズを小さく*/
	display: block;
	letter-spacing: 0.1em;	/*文字間隔*/
}

/*「お問い合わせフォーム」ブロック*/
.form {
	font-size: 14px;	/*文字サイズ*/
	text-align: center;
}
.form a {
	display: block;
	text-decoration: none;
	color: #fff;	/*背景色*/
	border: 1px solid #1116f3;	/*枠線の幅、線種、色*/
	border-radius: 20px;		/*角丸のサイズ*/
	background: linear-gradient(#8e94da, #202bb7 49%, #0f1bb1 50%);	
}
.form a:hover {
	background: #fff;	/*マウスオン時の背景色*/
	color: #1116f3;		/*マウスオン時の文字色*/
}



/*コンテンツ（左右ブロックとフッターを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: both;
	overflow: hidden;
	border: 1px solid #dcdcdc;	/*枠線の幅、線種、色*/
	border-top: none;			/*上の線だけ消す*/
	box-shadow: 0px 0px 30px rgba(0,0,0,0.2);	/*ボックスの影。右に、下に、広げる幅、0,0,0は黒の事で0.2が透明度20%の事。*/
	border-radius: 0px 0px 0px 0px;	/*角丸のサイズ。左上、右上、右下、左下への順番。*/
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar {
	clear: both;
	overflow: hidden;
	background: #0F1BB1;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#8e94da, #202bb7 49%, #0f1bb1 50%);		/*グラデーション*/
	
}
/*メニュー１個あたりの設定*/
#menubar li {
	float: left;	/*左に回り込み*/
	width: 16.2%;	/*メニュー幅。メニューを増減する場合はここの数字を変更する。#menubarのpaddingの2.8%の数字が加わるので注意して下さい。*/
}
#menubar li a {
	display:  block;
	text-decoration: none;
	text-align: center;	/*文字を中央に*/
	line-height: 1.5;	/*行間を少し狭く*/
	padding: 7px 0px;	/*上下、左右へのボックス内の余白*/
	color: #fff;	/*文字色*/
	border-right: 1px solid #fff;	/*右側の線の幅、線種、色（古いブラウザ用）*/
	border-right: 1px solid rgba(255,255,255,0.3);	/*右側の線の幅、線種、色。255,255,255は白の事で0.3が透明度30%の事。*/
	text-shadow: 0px -1px rgba(0,0,0,0.8);	/*テキストの影。右へ、下へ(マイナスなので上に向けて)、0,0,0は黒のことで0.8は透明度80%の事。*/
}
/*１つ目のメニューにだけ左側に線を入れる設定*/
#menubar li:first-child a {
	border-left: 1px solid #fff;	/*古いブラウザ用*/
	border-left: 1px solid rgba(255,255,255,0.3);
}
/*マウスオン時*/
#menubar li a:hover {
	background: #fff;	/*背景色*/
	color: #0057ff;		/*文字色*/
	text-shadow: none;	/*テキストの影を消す*/
}
/*装飾文字（※800px以下の小さな端末#menubar-sも共通）*/
#menubar li a span, #menubar-s li a span {
	display: block;
	text-shadow: none;
	font-size: 11px;	/*文字サイズ*/
	letter-spacing: 0.2em;	/*文字間隔を少し広く*/
	color: rgba(255,255,255,0.5);	/*文字色。255,255,255は白の事で0.5は透明度50%の事。*/
}
/*装飾文字のマウスオン時*/
#menubar li a:hover span {
	color: #0057ff;	/*文字色*/
}
/*スマホ用メニューを表示させない*/
#menubar-s {
	display: none;
}
/*３本バーアイコンを表示させない*/
#menubar_hdr {
	display: none;
}

/*トップページメイン画像
---------------------------------------------------------------------------*/
#mainimg {
	clear: both;
	box-shadow: 0px 10px 40px rgba(0,0,0,0.2);	/*ボックスの影。右に、下に、広げる幅、0,0,0は黒の事で0.2は透明度20%の事。*/
	position: relative;
	max-width: 1400px;	/*画像の最大幅。「.inner」のmax-widthと揃える。*/
	margin: 0 auto;
}
/*上側（小さい端末だと上に位置するボタン）のボタン「中古車検索」*/
#mainimg #btn_job1 {
	position: absolute;
	left: 2%;		/*メイン画像に対して左から10%の場所に配置*/
	bottom: 65%;	/*メイン画像に対して下から20%の場所に配置*/
	width: 31%;;	/*画像幅*/
	background: #D83C39;	/*背景色（古いブラウザ用）*/
	background: #D83C39 padding-box;	/*背景色。padding-boxは、下で設定しているボーダーの半透明を反映する為に指定。*/
	border: 6px solid rgba(205,92,92,0.4);	/*枠線の幅、線種、rgb指定での色。0.4は透明度40%の事。*/
}
/*中側（小さい端末だと下に位置するボタン）のボタン「売りたい方」*/
#mainimg #btn_job2 {
	position: absolute;
	left: 2%;		/*メイン画像に対して左から36%の場所に配置*/
	bottom: 32%;	/*メイン画像に対して下から20%の場所に配置*/
	width: 31%;;	/*画像幅*/
	background: #35a5af;	/*背景色（古いブラウザ用）*/
	background: #35a5af padding-box;	/*背景色。padding-boxは、下で設定しているボーダーの半透明を反映する為に指定。*/
	border: 6px solid rgba(53,165,175,0.4);	/*枠線の幅、線種、rgb指定での色。0.4は透明度40%の事。*/
}
/*下側（小さい端末だと下に位置するボタン）のボタン「修理メンテナンス依頼」*/
#mainimg #btn_job3 {
	position: absolute;
	left: 2%;		/*メイン画像に対して左から36%の場所に配置*/
	bottom: 0%;	/*メイン画像に対して下から20%の場所に配置*/
	width: 31%;;	/*画像幅*/
	background: #9faf35;	 /*背景色（古いブラウザ用）*/
	background: #9faf35 padding-box;	/*背景色。padding-boxは、下で設定しているボーダーの半透明を反映する為に指定。*/
	border: 6px solid rgba(159,175,53,0.4);	/*枠線の幅、線種、rgb指定での色。0.4は透明度40%の事。*/
	
}
/*ボタンのマウスオン時*/
#mainimg #btn_job1:hover,
#mainimg #btn_job2:hover{
	opacity: 0.8;	/*透明度80%にする*/
}



/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	overflow: hidden;
	float: left;	/*右に回り込み*/
	padding: 40px 0 0 2%;	/*上、右、下、左側へのボックス内の余白*/
	width: 72%;		/*幅*/
	margin-bottom: 30px;
}
/*メインコンテンツのh2タグの設定*/
#main h2 {
	clear: both;
	font-size: 18px;	/*文字サイズ*/
	line-height: 1.4;	/*行間*/
	margin-bottom: 20px;	/*見出しの下にとるスペース*/
	padding: 10px 20px;	/*上下、左右への余白*/
	background: linear-gradient(#fff, #eee);	/*グラデーション*/
	border-bottom: 1px solid #dcdcdc;	/*メニュー下の線の幅、線種、色*/
	border-top: 4px solid #353baf;	/*メニューの上の線の幅、線種、色*/
	box-shadow: 0px 1px 3px rgba(0,0,0,0.15);	/*ボックスの影。右に、下に、広げる幅、0,0,0は黒の事で0.15は透明度15%の事。*/
	text-shadow: 0px 2px #fff;	/*テキストの影。右へ、下へ、色。*/
}

/*メインコンテンツのh2タグ内のspanタグ設定（色付き文字部分）*/
.contents h2 span {
	display: block;
	color: #353baf;		/*文字色*/
	font-size: 12px;	/*文字サイズ*/
	letter-spacing: 0.1em;	/*文字間隔を少し広げる設定*/
	padding-left: 3px;
}

/*h3タグ*/
.contents h3 {
	clear: both;
	margin-bottom: 20px;
	font-size: 24px;	/*文字サイズ*/
	border-bottom: 2px dotted #ccc;	/*下線の幅、線種、色*/
	padding-left: 20px;
}
/*h3タグの１文字目*/
.contents h3::first-letter {
	border-left: 3px solid #2c3c63;	/*左側の線の幅、線種、色*/
	padding-left: 20px;	/*線と文字との余白*/
}

/*メインコンテンツのh3タグの設定*/
#main h3 {
	clear: both;
	font-size: 16px;	/*文字サイズ*/
	margin-bottom: 20px;
	padding: 2px 20px;	/*上下、左右への余白*/
	border: 1px solid #dcdcdc;	/*線の幅、線種、色*/
	background: linear-gradient(#fff, #eee);	/*グラデーション*/
}
/*メインコンテンツの段落タグ設定*/
#main p {
	padding: 0px 20px 15px;	/*上、左右、下への余白*/
}
#main h2 + p,
#main h3 + p {
	margin-top: -10px;
}

/*メインコンテンツのh4タグの設定*/
#main h4 {
	clear: both;
	font-size: 14px;	/*文字サイズ*/
	margin-bottom: 20px;
	padding: 2px 20px;	/*上下、左右への余白*/
	border: 1px solid #dcdcdc;	/*線の幅、線種、色*/
	background: linear-gradient(#fff, #eee);	/*グラデーション*/
}

/*メインコンテンツのh5タグの設定*/
#main h5 {
	height: 90px;
	clear: both;
	font-size: 12.5px;	/*文字サイズ*/
	margin-bottom: 1px;
	padding-left: 3px;	/*左への余白*/
	padding-top: 3px;
	padding-bottom: 5px;
	padding-right: 42px;
	background: linear-gradient(#fff, #cce6f6);	/*グラデーション*/
}

#main .point ul {
	
  border: double 4px #21b384;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}
#main .point ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;/*ポチ消す*/
}
#main .point ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0a4";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #21b384; /*アイコン色*/
}


/*会社案内の各ブロック
---------------------------------------------------------------------------*/
.company{
	background-image: url("../images/track-2.png");
	background-repeat   : no-repeat;
    background-position : right;	
	background-position: bottom;
		
}

.bkRGBA{
  /* 背景画像の透過用css */
  height: 100%;
  background: rgba(255,255,255,0.8);
}

.company h1{
	padding-left: 5%;	
	font-family:"cutive","Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif", ;
	font-size: 18px;
	font: bold;
	 color:#225DE7;
}

.company p{
	padding-top: 2%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif", "A-OTF UD新ゴ Pr6N L";
	width: 95%;
	
}

.shadow1{
    color:#225DE7;
    text-shadow: 1px 1px #fff, 2px 2px rgba(0, 188, 212, 0.3);
}

/*物件一覧ページの各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main .list {
	margin-bottom: 15px;	/*ボックスの下に空ける余白*/
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.15);	/*ボックスの影。右に、下に、広げる幅、0,0,0は黒の事で0.15は透明度15%の事。*/
	font-size: 15px;	/*文字サイズ*/
}
#main .list a {
	text-decoration: none;
	display: block;
	overflow: hidden;
	border: 1px solid #dcdcdc;	/*枠線の幅、線種、色*/
	padding: 3%;	/*ボックス内の余白*/
}
/*各ボックスの設定（※compactタイプへの追加設定）*/
#main .list.compact {
	position: relative;overflow: hidden;
	width: 30%;				/*ボックスの幅*/
	margin-left: 1.9%;
	margin-bottom: 3%;/*ボックスの下に空けるスペース*/
	float: left;			/*左に回り込み*/
	line-height: 1.5;		/*行間を少し狭くする設定*/
	box-shadow:	2px 2px 4px gray;
	font-size: 12px;	/*文字サイズ*/
	height: 495px;	/*ボックスの高さ*/
	
	}
#main .list.compact a {
	height: 495px;	/*ボックスの高さ*/
	padding: 8px;	/*ボックス内の余白*/
	border-right: 1px solid rgba(255,255,255,0.2);	/*右の線の幅、線種、色。255,255,255は白の事で0.2は透明度20%の事。*/
	
}
/*ボックス内のh4タグ設定*/
#main .list h4 {
	margin-bottom: 0.5em;
	color: #0057ff;		/*文字色*/
	border-bottom: 1px solid #dcdcdc;	/*下線の幅、線種、色*/
}
/*ボックス内のh4タグの１文字目への設定*/
#main .list h4::first-letter {
	border-left: 3px solid #353baf;	/*左側の線の幅、線種、色*/
	padding-left: 10px;	/*線と文字との余白*/
}
/*ボックス内のh4タグ設定（※compactタイプへの追加設定）*/
#main .list.compact h4 {
	border: none;
}
/*ボックス内のh4タグの１文字目への設定（※compactタイプへの追加設定）*/
#main .list.compact h4::first-letter {
	border: none;
	padding: 0;
}
/*ボックス内の段落タグ設定*/
#main .list p {
	padding: 0px;
	margin-left: 24%;	/*左側の写真幅とのバランスをとって設定*/
}
/*ボックス内の段落タグ設定（※compactタイプへの追加設定）*/
#main .list.compact p {
	margin-left: 0;
}

/*ボックス内の段落タグ設定 商品説明（※compactタイプへの追加設定）*/
#main .list.compact ul {
  padding: 0 0.5em;
  position: relative;
	background-color: #D9EFF0;
  
}

#main .list.compact ul {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 0.5em;
  border-bottom: dashed 1px silver;
  list-style-type: none!important;
	}

#main .list.compact  li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 0.5em;
  border-bottom: dashed 1px silver;
  list-style-type: none!important;
	
}


#main .list.compact ul li:last-of-type {
  border-bottom: none;
}


/*ボックス内の写真設定*/
#main .list figure img {
	float: left;	/*画像を左へ回り込み*/
	width: 23%;		/*写真の幅*/
	margin-top: 2%;
	margin-right: 1%;	/*写真の右側に空ける余白*/
}


/*マウスオン時のボックス内の写真設定*/
#main .list a:hover figure img {
	opacity: 0.8;	/*透明度80%にする設定*/
}
/*ボックス内の写真設定（※compactタイプへの追加設定）*/
#main .list.compact figure img {
	float: none;
	margin-top: 2%;
	margin-bottom: 10px;
	border: none;
	width: auto;
	padding: 0;
}
/*マウスオン時のボックス内の写真設定（※compactタイプへの追加設定）と、ボックスにoption2スタイルが指定された場合の画像の設定。*/
.list.option2 a:hover figure img,
.list.option2 figure img {
	opacity: 0.3 !important;
}
/*マウスオン時のボックス内の写真設定（※compactタイプへの追加設定）と、ボックスにoption2スタイルが指定された場合の画像の設定。*/
.list.compact.option2 a:hover figure img,
.list.compact.option2 figure img {
	opacity: 0.3 !important;
}

/*登録日情報*/
#main .list .date {
	display: block;
	font-size: 11px;	/*文字サイズ*/
	color: #999;		/*文字色*/
	text-align: right;	/*テキストを右側に*/
}


/*一覧ページの各物件ボックス内のテーブル
---------------------------------------------------------------------------*/
#main .list table {
	font-size: 12px;	/*文字サイズ*/
	background: #FFF;	/*背景色*/
	width: 76%;			/*テーブル幅*/
	margin-bottom: 5px;
}

#main .list table,
#main .list table td,
#main .list table th{
	border: 1px solid #bcbcbc;	/*枠線の幅、線種、色*/
}
#main .list table td,
#main .list table th{
	padding: 1%;	/*テーブル内の余白*/
}
/*色のついた見出しブロック*/
#main .list table th{
	width: 20%;		/*幅*/
	text-align: center;		/*文字をセンタリング*/
	font-weight: normal;	/*デフォルトの太字を標準にする設定*/
	background: #cce6f6;	/*背景色*/
  border-left:5px solid #005ab3;
  color:#005ab3;
}
/*白い説明用ブロック*/
#main .list table td {
	width: 30%;	/*幅*/
}



/*詳細ページの画像切り替え（imgchg_pack.js）※一般のhtmlテンプレートで利用。
---------------------------------------------------------------------------*/
/*大きな画像のボックスと説明文を入れるボックス*/
#item-image {
	position: relative;
	float:left;
   }
/*大きな画像の１行目*/
#item-image #item_image1 {
	z-index:2;
	position:relative;
	overflow:hidden;
}
/*大きな画像の２行目*/
#item-image #item_image2 {
	z-index:1;
	position:absolute;
	left:0px;
	top:0px;
	overflow:hidden;
}
/*サムネイル画像*/
.thumbnail {
	width: 80px;	/*画像の幅*/
	height: 80px;	/*画像の高さ*/
	border: 1px solid #dcdcdc;	/*枠線の幅、線種、色*/
	margin-bottom: 15px;
		
	
}
.thumbnail:hover {
	border: 1px solid #999;	/*マウスオン時の枠線の幅、線種、色*/
}


/*サムネイル写真右スライド　高さ調整　ここから　　詳細ページの画像切り替え
---------------------------------------------------------------------------*/
#slider {
   width:100%;
}
 
#photo {
   width:75%;
   height:600px;
   float:left;
   position:relative;
	
}
#photo img{
   	box-shadow: 3px 3px 5px gray;
	padding: 3px 3px;

}
#photo li {
   position:absolute;
}
 
#thum {
     width:24%;
	height:600px;
   float:right;
	padding-left: 1%;
}

#thum img{
     box-shadow: 2px 2px 4px gray;
	padding: 3px 2px;

}

#thum li {
	 position:relative;
	width:auto;
	   cursor:pointer;
}


/*サムネイル写真右スライド　高さ調整　ここまで　　詳細ページの画像切り替え
---------------------------------------------------------------------------*/


.truckdetail_overview{
width:100%;
float:left;
border:1px solid #ebe9e4;
border-bottom:none;
background:#f0f0f0;
} 

.truckdetail_maintitle{
position:relative;
font-weight:bold;
vertical-align:middle;
display:inline-block;
width:100%;
padding:10px 0 10px 10px;
border-radius:0;
border-top:0;
border-right:1px;
border-bottom:0;
border-left:1px;
border-style:solid;
border-color:#ebe9e4;
font-size:1rem;
text-align:left;
color:#333;
background:#eee;
box-shadow:none;
background:linear-gradient(to top, #f9f9f9 0%, #fff 95%, #ccc 100%);
border-top:3px solid #3498db;
border-bottom:3px solid #ddd;
} 

/*ひとこと　---------------------------------------------------------------------------*/
.hitokoto{
  background-color:rgba(175,223,255,0.2);
  margin: 2em 0;
  padding: 25px;
  border-radius: 10px;
}

.hitokoto-circle1{
  font-size: 16px;
  line-height: 1.5;
  position: absolute;
  margin-top: -37px;
  font-weight: bold;
  color: #fff;
  background-color:#1A38E9;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
}

.hitokoto-circle1:after{
  content: "と";
  position: absolute;
  margin-top: .2em;
  font-weight: bold;
  color: #fff;
 background-color:#1A38E9;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
}

.hitokoto-circle2:before{
  content: "";
  position: absolute;
  top: 100%;
  margin-left: -12px;
  border: 5px solid transparent;
  border-top: 10px solid #1A38E9;
  -ms-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.hitokoto-circle2{
  position: absolute;
  font-size: 16px;
  line-height: 1.5;
  margin-top: -37px;
  margin-left: 40px;
  font-weight: bold;
  color: #fff;
  background-color:#1A38E9;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
}

.hitokoto-circle2:after{
  content: "と";
  position: absolute;
  margin-top: .2em;
  font-weight: bold;
  color: #fff;
  background-color:#1A38E9;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
}

.hitokoto p{
  margin: 0;
  padding: 0;
}

/*買取ページ　　ここから
---------------------------------------------------------------------------*/
#satei{
	max-width: 980px;
	
}


#buy{
	max-width: 980px;
	text-align: center;
}

#buy ul {
	 padding-left: 1%;
    margin: 0;
    width: 100%;
	
}

#buy li {
	 padding: 0;
    margin: 0;
    list-style-type:none;
    float: left;
    width: 50%;
	}




/*買取ページの「買取までの流れ」のステップブロック（info.html）
---------------------------------------------------------------------------*/
/*ステップブロック１個あたりの設定*/
.step {
	overflow: hidden;
	padding: 20px 20px 60px;	/*上、左右、下へのボックス内の余白*/
	margin-bottom: 15px;
	background: url(../images/arrow1.png) no-repeat center bottom/120px;	/*背景の矢印画像の読み込み。りピーとせず、中央下部に配置。幅は200px。*/
}
/*h6見出し*/
.step h6 {
	color: #2c3c63;		/*文字色*/
	font-size: 26px;	/*文字サイズ*/
}
/*h4見出しのspanタグ。見出し冒頭の番号。*/
.step h6 span {
	display: inline-block;
	background: #2c3c63;	/*背景色*/
	color: #fff;			/*文字色*/
	width: 50px;			/*幅*/
	line-height: 50px;		/*高さ（行間）*/
	border-radius: 50%;		/*角丸のサイズ。50%にすると円形になる。*/
	text-align: center;		/*文字を中央に*/
	margin-right: 20px;		/*右側に空けるスペース*/
}
/*段落タグ*/
.step p {
	padding: 0 !important;
}
/*最後のステップボックス*/
.step:last-child {
	background: none;	/*背景を消す*/
	padding-bottom: 0;	/*下の余白を消す*/
}




/*チェックボックス風　---------------------------------------------------------------------------*/
.check_bg {
  margin: 8px 0 10px 0;
  padding: 2px 18px 2px 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #6c4e1f;
  border: solid 6px #ded0b2;
  background-color: #faf1e3;
}

.check_bg li {
  margin: 18px 0 18px 0;
  padding: 0 2px 0 2px;
  line-height: 1.5;
  color: #6c4e1f;
}

span.b_big {
  font-weight: bold;
  font-size: 1.12em;
  line-height: 1.5;
}

.under {
  background: linear-gradient(transparent 50%, yellow 50%);
}

/*メモ　右折れ風---------------------------------------------------------------------------*/

.box25{
    position: relative;
    background: #fff0cd;
    box-shadow: 0px 0px 0px 5px #fff0cd;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    color: #454545;
}
.box25:after{
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #ffdb88 #fff #ffdb88;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.box25 p {
    margin: 0; 
    padding: 0;
}

.box25 ul {
  margin: 2px 0 2px 0;
  padding: 0 2px 0 2px;
 font-size: 12px;
 font:bold;
  line-height: 1.5;
	border:dotted 1px;
 
}
	.box25 li {
  margin: 2px 0 2px 0;
  padding: 0 3px 0 3px;
font-size: 11px;
  line-height: 1.2;
  color: #6c4e1f;
}
	
/*買取ページ　　ここまで
---------------------------------------------------------------------------*/


/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: right;	/*左に回り込み*/
	width: 22%;		/*幅*/
	padding: 40px 2% 0 0;	/*上、右、下、左へのボックス内の余白*/
	margin-bottom: 30px;
}
/*subコンテンツ内のh2タグ設定*/
#sub h2 {
	margin-bottom: 0;
	box-shadow: none;
	font-size: 14px;	/*文字サイズ*/
	text-align: center;	/*内容をセンタリング*/
	padding: 3px;		/*ボックス内の余白*/
	background: #0F1BB1;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#8e94da, #202bb7 49%, #0f1bb1 50%);		/*グラデーション*/
	border: 1px solid #dcdcdc;	/*メニューの線の幅、線種、色*/
	color: #FFFFFF;
}

/*subコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
#sub ul.submenu {
	margin-bottom: 15px;	/*メニューブロックの下に空けるスペース*/
	border-top: solid 1px #dcdcdc;	/*上の線の線種、幅、色*/
}
/*メニュー１個ごとの設定*/
#sub ul.submenu li a {
	text-decoration: none;
	display: block;
	padding: 5px 10px;	/*メニュー内の余白。上下、左右への設定。*/
	border-bottom: solid 1px #dcdcdc;	/*下の線の線種、幅、色*/
	border-left: solid 1px #dcdcdc;		/*左の線の線種、幅、色*/
	border-right: solid 1px #dcdcdc;	/*右の線の線種、幅、色*/
}
/*h2直下にsubmenuが続いた場合のみ、submenuの上の線を消す設定*/
#sub h2 + ul.submenu {
	border-top: none;
}

/*subコンテンツ内のbox1
---------------------------------------------------------------------------*/
#sub .box1 {
	overflow: hidden;
	padding: 10px;			/*ボックス内の余白*/
	margin-bottom: 20px;	/*ボックスの下に空けるスペース*/
	border: solid 1px #dcdcdc;	/*線の線種、幅、色*/
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1) inset;	/*ボックスの影。右へ、下へ、広げる幅、0,0,0は黒の事で0.1は透明度10%の事。insetは内側への影、という意味。*/
}
/*h2直下にbox1が続いた場合のみ、box1の上の線を消す設定*/
#sub h2 + .box1 {
	border-top: none;
}
/*box1内のサブメニュー*/
#sub ul.submenu {
	margin-bottom: 0;
}

/*サブコンテンツ内の物件一覧ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#sub .list {
	position: relative;
	overflow: hidden;
	font-size: 11px;	/*文字サイズ*/
	line-height: 1.2;	/*行間を狭くする*/
}
#sub .list a {
	text-decoration: none;
	display: block;
	overflow: hidden;
	padding: 5px 0;	/*上下、左右へのボックス内の余白*/
	border-top: 1px solid #dcdcdc;	/*上の線の幅、線種、色*/
}
/*最後ボックスの設定*/
#sub .list:last-of-type a {
	border-bottom: 1px solid #dcdcdc;	/*上の線の幅、線種、色*/
	margin-bottom: 20px;	/*下に空けるスペース*/
}
/*ボックス内のh4タグ設定*/
#sub .list h4 {
	color: #0057ff;		/*文字色*/
}
/*ボックス内の写真設定*/
#sub .list figure img {
	float: left;	/*画像を左へ回り込み*/
	width: 20%;		/*写真の幅*/
	margin-right: 5px;	/*写真の右側に空ける余白*/
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	background: #0F1BB1;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#8e94da, #202bb7 49%, #0f1bb1 50%);		/*グラデーション*/
	color: #fff;	/*文字色*/
	font-size: 85%;	/*文字サイズ*/
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #fff;
}
footer .pr {
	display: none;
	font-size: 80%;
}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	overflow: hidden;
	padding: 20px 0;
}
/*１行分の設定*/
#footermenu ul {
	float: left;	/*左に回り込み*/
	width: 18%;		/*幅。今回は５列作ったのでここの幅18%と下のpadding(合計の2%)でトータル20%になるよう設定。列に応じて調整して下さい。*/
	padding-right: 1%;
	padding-left: 1%;
}

/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	clear: both;
	text-align: center;
	background: #333;	/*背景色*/
}
#copyright a {
	text-decoration: none;
}




/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
	padding-left: 20px;
	margin-bottom: 10px;
	height: 200px;	/*高さ*/
	overflow: auto;	/*上で設定した高さを超えた場合にスクロールを出す設定。全部表示させていたいなら、この行と上の高さの行を削除する。*/
}
/*日付設定*/
#new dt {
	float: left;
	width: 9em;
	color: #0057ff;
	letter-spacing: 0.1em;
}
/*記事設定*/
#new dd {
	padding-left: 9em;
	border-bottom: 1px solid #eee;	/*下線の幅、線種、色*/
}

/*テーブル 商品詳細用
---------------------------------------------------------------------------*/
/*ta1設定*/
.ta1 {
	width: 100%;
	margin-bottom: 15px;
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #999;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
	padding: 10px;	/*ボックス内の余白*/
	word-break: break-all;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
	width: auto;
	text-align: left;	/*左よせ*/
	background: #cce6f6;	/*背景色*/
}
/*左側ボックス*/
.ta1 th {
	width: 135px;	/*幅*/
	text-align: center;		/*文字をセンタリング*/
	font-weight: normal;	/*デフォルトの太字を標準にする設定*/
	background: #cce6f6;	/*背景色*/
  border-left:3px solid #005ab3;
  color:#005ab3;
}
/*こだわりアイコンのフロート指定(CMS用)*/
.ta1 td .specialbox {
	float: left;
	height: 120px;
}

/*こだわりアイコンのフロート指定(CMS用)*/
.ta1 td .specialbox {
	float: left;
	width: 135px;
	height: 120px;
}

.ta1 td .specialbox img {
	float: center;
	vertical-align: middle;
	width: 95%;
}

.coment1{
  background-color:rgba(175,223,255,0.2);
  }

/*テーブル 商品詳細用　ここまで
---------------------------------------------------------------------------*/

/*テーブル 検索用
---------------------------------------------------------------------------*/
/*ta2設定*/ 
.ta2 {
	width: 100%;
 	box-shadow: 2px 2px 3px #ccc;
	border: 12px solid #14305D;	/*テーブルの枠線の幅、線種、色*/
	border-collapse: collapse;
	}


 .ta2 td, .ta2 th {
	line-height: 2;
	padding: 10px;	/*ボックス内の余白*/
	word-break: break-all;
	background: #eee;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta2 th.tamidashi {
	width: auto;
	text-align: left;	/*左よせ*/
	background: #52c2d0;;	/*背景色*/
}
/*左側ボックス*/
.ta2 th {
	width: 150px;	/*幅*/
	text-align: center;		/*文字をセンタリング*/
	font-weight: bold;	/*デフォルトの太字を標準にする設定*/
	background: #52c2d0;	/*背景色*/
    color:#FFFFFF;
}



/*こだわりアイコンのフロート指定(CMS用)*/
.ta2 td .specialbox {
	float: left;
	height:130px;
	padding-bottom: 2px;
	
}

/*こだわりアイコンのフロート指定(CMS用)*/
.ta2 td .specialbox {
	float: left;
	width: 113px;
	padding-left: 15px;
		
}

.ta2 td .specialbox img {
	float: center;
	vertical-align: middle;
	padding-right: 2px;
	width: 100%;
}

.ta2 td .title{
background-color: #FFC0CB;  
}




/*テーブル 検索用　ここまで
---------------------------------------------------------------------------*/

/*submitボタンの設定
---------------------------------------------------------------------------*/
input[type="submit"],
input[type="button"],
input[type="reset"] {
padding: 8px 15px;
	border: 1px solid #ccc;
	font-size: 15px;
	color:#fff;
	border-radius: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
	background: linear-gradient(#52c2d0, #14305D);	/*グラデーション*/
	
}



/*マウスオン時の設定*/
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover{
	background: linear-gradient(#87cefa, #1e90ff);	/*グラデーション*/
	border: 1px solid #999;
	box-shadow: 2px 2px 3px gray;
	
}






/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
	padding-top: 40px;
}
#pagetop a {
	color: #fff;		/*文字色*/
	font-size: 20px;	/*文字サイズ*/
	background: #353baf;	/*背景色*/
	text-decoration: none;
	text-align: center;
	display: block;
	float: right;
	width: 60px;	/*幅*/
	line-height: 60px;	/*高さ*/
	border-radius: 10px;	/*角丸のサイズ*/
	border: 3px solid #fff;	/*枠線の幅、線種、色*/
	box-shadow: 0px 5px 15px rgba(0,0,0,0.2);	/*ボックスの影*/
	margin-bottom: 20px;
}
/*マウスオン時*/
#pagetop a:hover {
	background: #fff;	/*背景色*/
	color: #353baf;		/*文字色*/
}


/*一覧ページのボックス内のアイコン
（CMSの場合は管理ページのおすすめ選択「オプション1」～のプルダウンと、setup.phpの「オプション選択肢」に関連します）
---------------------------------------------------------------------------*/
/*option1,option2共通*/
span.option0,span.option1, span.option2, span.option3, span.option4 {
	text-align: center;
	line-height: 1;
	display: block;
	font-size: 10px;	/*文字サイズ*/
	width: 120px;		/*幅*/
	padding: 48px 0 5px 0;	/*上、右、下、左へのボックス内の余白*/
	position: absolute;
	right: 0px;	/*ボックスに対して右から0pxの場所に配置*/
	top: 0px;	/*ボックスに対して上から0pxの場所に配置*/
	transform: rotate(45deg) translate(20px,-60px);	/*45度回転、右へ,下へ(マイナス設定なので上へ向けての指定)の移動距離*/
	color: #FFF;	/*文字色*/
	background: #999;	/*背景色*/
}
/*option1,option3,option4,option0への追加設定*/
span.option1 {
	color: #FFF;		/*文字色*/
	background: #F00;	/*背景色*/
}
span.option3 {
    color: #FFF;		/*文字色*/
	background: #060D9A;	/*背景色*/
}
span.option4 {
    color: #FFF;		/*文字色*/
    background: #007806;	/*背景色*/
}
span.option0 {
    color: #FFF;		/*文字色*/
    background: #F88503;	/*背景色*/
}
/*h2タグ内で使った場合のoption1とoption2*/
h2 span.option0,h2 span.option1, h2 span.option2 , h2 span.option3, h2 span.option4{
	text-shadow: none;
	width: auto;
	padding: 2px 5px;
	position: static;
	transform: none;
	display: inline-block;
	font-size: 15px;
	margin-left: 10px;
}

/*一覧ページのボックス内のアイコン 追加
（CMSの場合は管理ページの大きさ選択「オプション1」～のプルダウンと、setup.phpの「オプション選択肢」に関連します）
---------------------------------------------------------------------------*/
/*option5,option9共通*/
span.option5, span.option6, span.option7, span.option8, span.option9 {
	font-size: 10px;	/*文字サイズ*/
	-webkit-text-size-adjust: none;
	color: #FFF;		/*文字色*/
	background: #069;	/*背景色*/
	text-align: center;
	display: block;
	width: 130px;
	position: absolute;
	right: 0px;
	top: 0px;
	-webkit-transform: rotate(45deg) translate(40px,-10px);
	-ms-transform: rotate(45deg) translate(40px,-10px);
	transform: rotate(45deg) translate(40px,-10px);
}
/*option5,option6,option7への追加設定*/
span.option5 {
    color: #FFFFFF;		/*文字色*/
	background:#004BFC;	/*背景色*/
}

span.option6 {
    color: #FFF;		/*文字色*/
    background: #00BBFF;	/*背景色*/	
	}
span.option7 {
    color: #FDFFFE;		/*文字色*/
    background: #023F10;	/*背景色*/
	}
span.option8 {
    color: #FFFFFF;		/*文字色*/
    background:#F9B200;	/*背景色*/
	}
span.option9 {
    color: #FFFFFF;		/*文字色*/
    background: #F506C0;	/*背景色*/
	}


/*h2タグ内で使った場合のoption5～option8*/
h2 span.option5, h2 span.option6 , h2 span.option7, h2 span.option8, h2 span.option9 {
	text-shadow: none;
	width: auto;
	padding: 2px 5px;
	position: static;
	transform: none;
	display: inline-block;
	font-size: 15px;
	margin-left: 10px;
}


/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	text-shadow: none;
	background: #F00;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 70%;
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}


/*その他
---------------------------------------------------------------------------*/
.look {background: #e5e5e5;padding: 5px 10px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px;}
.clear {clear: both;}
ul.dis{padding: 0em 25px 15px;list-style: disc;}
.color1, .color1 a {color: #0057ff;}
.bg1 {background: #f6f5f2;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}
img.fr {float: right;margin-left: 10px;margin-bottom: 10px;}
img.fl {float: left;margin-right: 10px;margin-bottom: 10px;}
.big1 {font-size: 24px;letter-spacing: 0.2em;}
.big2 {background: #122F59; color: #FFFFFF;
	font-size: 18px; text-align:center; padding-top:15px; padding-bottom:15px; border: double;}
.mini1 {font-size: 11px;display: inline-block;line-height: 1.5;}
.sh {display: none;}
.b {font-size: 12px; font-weight: 900;}
.under {
  background: linear-gradient(transparent 70%, yellow 70%);
}


/*画面幅1421px以下の設定　　　　ここから画面設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width :1421px){

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar {
	font-size: 15px;	/*文字サイズ*/
}

/*サムネイル写真右スライド　高さ調整　ここから　　詳細ページの画像切り替え
---------------------------------------------------------------------------*/
#slider {
   width:100%;
}
 
#photo {
   width:76%;
   height:600px;
   float:left;
   position:relative;
	
}
#photo img{
   	box-shadow: 3px 3px 5px gray;
	padding: 3px 3px;

}
#photo li {
   position:absolute;
}
 
#thum {
     width:23%;
	height:600px;
   float:right;
	padding-left: 0%;
}

#thum img{
     box-shadow: 2px 2px 4px gray;
	padding: 3px 2px;
	width:30%;
	height:auto;
   float:right;

}

#thum li {
	 position:relative;
	 top: 0;
  right: 0;	
	width:auto;
	   cursor:pointer;
}
	
	







/*画面幅1200px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width :1200px){

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar {
	font-size: 15px;	/*文字サイズ*/
}

/*サムネイル写真右スライド　高さ調整　ここから　　詳細ページの画像切り替え
---------------------------------------------------------------------------*/
#slider {
   width:100%;
}
 
#photo {
   width:75%;
   height:500px;
   float:left;
   position:relative;
	
}
#photo img{
   	box-shadow: 3px 3px 5px gray;
	padding: 3px 3px;

}
#photo li {
   position:absolute;
}
 
#thum {
     width:24%;
	height:500px;
   float:right;
	padding-left: 1%;
}

#thum img{
     box-shadow: 2px 2px 4px gray;
	padding: 3px 2px;
	width:28%;
	height:auto;
   float:right;

}

#thum li {
	 position:relative;
	 top: 0;
  right: 0;	
	width:auto;
	   cursor:pointer;
}
	
	

/*サムネイル写真右スライド　高さ調整　ここまで　詳細ページの画像切り替え
---------------------------------------------------------------------------*/

}



/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width :900px){
	

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar {
	font-size: 15px;	/*文字サイズ*/
}

/*物件一覧ページコンパクト設定
---------------------------------------------------------------------------*/	
	
/*各ボックスの設定（※compactタイプへの追加設定）*/
#main .list.compact {
	position: relative;overflow: hidden;
	width: 30%;				/*ボックスの幅*/
	margin-left: 1.9%;
	margin-bottom: 2%;/*ボックスの下に空けるスペース*/
	float: left;			/*左に回り込み*/
	line-height: 1.5;		/*行間を少し狭くする設定*/
	box-shadow:	2px 2px 4px gray;
	height: 500px;	/*ボックスの高さ*/
	
	}
#main .list.compact a {
	height: 500px;	/*ボックスの高さ*/
	padding: 7px;	/*ボックス内の余白*/
	border-right: 1px solid rgba(255,255,255,0.2);	/*右の線の幅、線種、色。255,255,255は白の事で0.2は透明度20%の事。*/
	}
	
/*メインコンテンツのh5タグの設定*/
#main h5 {
	height: auto;
	clear: both;
	font-size: 12px;	/*文字サイズ*/
	margin-bottom: 1px;
	padding-left: 2px;	/*左への余白*/
	padding-top: 2px;
	padding-bottom: 5px;
	background: linear-gradient(#fff, #cce6f6);	/*グラデーション*/
}	
	
	
/*サムネイル写真右スライド　高さ調整　ここから　　詳細ページの画像切り替え
---------------------------------------------------------------------------*/
#slider {
   width:100%;
}
 
#photo {
   width:75%;
   height:500px;
   float:left;
   position:relative;
	
}
#photo img{
   	box-shadow: 3px 3px 5px gray;
	padding: 3px 1px;

}
#photo li {
   position:absolute;
}
 
#thum {
     width:24%;
	height:500px;
   float:right;
	padding-left: 1%;
}

#thum img{
     box-shadow: 2px 2px 4px gray;
	padding: 3px 2px;
	width:28%;
	height:auto;
   float:right;

}

#thum li {
	 position:relative;
	 top: 0;
  right: 0;	
	width:auto;
	   cursor:pointer;
}
	
/*サムネイル写真右スライド　高さ調整　ここまで　　詳細ページの画像切り替え
---------------------------------------------------------------------------*/	

/*検索用左側ボックス---------------------------------------------------------------------------*/	
.ta2 th {
	width: 30%;	/*幅*/
	text-align: center;		/*文字をセンタリング*/
	font-weight: bold;	/*デフォルトの太字を標準にする設定*/
	background: #52c2d0;	/*背景色*/
  border-left:2px solid #005ab3;
  color:#fff;
}

	
	/*こだわりアイコンのフロート指定(CMS用)*/
.ta2 td .specialbox {
	float: left;
	height:120px;
	
}

/*こだわりアイコンのフロート指定(CMS用)*/
.ta2 td .specialbox {
	float: left;
	width: 100px;
	padding-left: 7px;
	}

.ta2 td .specialbox img {
	float: center;
	vertical-align: middle;
	padding-right: 5px;
	width: 100%;
}

/*検索用左側ボックス-------ここまで--------------------------------------------------------------------*/
	
}



/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){

/*ヘッダー右側の電話番号ブロック
---------------------------------------------------------------------------*/
/*ブロック全体を非表示にする*/
#contact {
	display: none;
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*スマホ用メニューを非表示から表示に切り替える*/
#menubar-s {
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	border-top: 1px solid #fff;	/*上の線の幅、線種、色*/
	border-right: 1px solid #fff;	/*右側の線の幅、線種、色*/
	background: linear-gradient(#8e94da, #202bb7 49%, #0f1bb1 50%);		/*グラデーション*/
	
}
/*メニュー１個あたりの設定*/
#menubar-s li {
	float: left;	/*左に回り込み*/
	width: 50%;		/*メニュー幅*/
}
#menubar-s li a {
	display: block;
	text-decoration: none;
	text-align: center;	/*文字をセンタリング*/
	line-height: 1.5;	/*行間を少し狭く*/
	padding: 7px 0;	/*上下、左右へのメニュー内の余白*/
	border-bottom: 1px solid #fff;	/*下線の幅、線種、色*/
	border-left: 1px solid #fff;	/*左側の線の幅、線種、色*/
	color: #fff;	/*文字色*/
}
/*PC用メニューを非表示にする*/
#menubar {
	display: none;
}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	position: absolute;
	top: 32px;		/*上から32pxの場所に配置*/
	right: 3%;		/*右から3%の場所に配置*/
	width: 30px;	/*幅*/
	border: 1px solid #000;	/*枠線の幅、線種、色*/
	padding: 12px 10px 5px;	/*上、左右、下へのボックス内余白*/
	background: #fff;		/*背景色*/
}
/*３本のバー（1本あたり）*/
#menubar_hdr span {
	display: block;
	border-top: 3px solid #000;	/*枠線の幅、線種、色*/
	margin-bottom: 7px;			/*バー同士の余白*/
}

/*コンテンツ（左右ブロックとフッターを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	border-top: 1px solid #dcdcdc;	/*枠線の幅、線種、色*/
	border-radius: 0px 0px 0px 0px;	/*角丸のサイズ。左上、右上、右下、左下への順番。*/
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
	padding: 2% 2% 0;	/*上、左右、下へのボックス内の余白*/
}

/*検索用左側ボックス---------------------------------------------------------------------------*/	
.ta2 th {
	width: 30%;	/*幅*/
	text-align: center;		/*文字をセンタリング*/
	font-weight: bold;	/*デフォルトの太字を標準にする設定*/
	background: #52c2d0;	/*背景色*/
  border-left:2px solid #005ab3;
  color:#fff;
}
	
#main h7 img{ 
		width: 75%;
			}

	
	
	/*こだわりアイコンのフロート指定(CMS用)*/
.ta2 td .specialbox {
	float: left;
	height:120px;
	
}

/*こだわりアイコンのフロート指定(CMS用)*/
.ta2 td .specialbox {
	float: left;
	width: 100px;
	padding-left: 7px;
	}

.ta2 td .specialbox img {
	float: center;
	vertical-align: middle;
	padding-right: 5px;
	width: 100%;
}

/*検索用左側ボックス-------ここまで--------------------------------------------------------------------*/
	

	
/*subコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー１個ごとの設定*/
#sub ul.submenu li {
	width: 50%;		/*半分の幅にする*/
	float: left;	/*左に回り込み*/
}
/*偶数番目のメニューの左のラインを消す設定*/
#sub ul.submenu li:nth-child(even) a {
	border-left: none;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*アイコン*/
section#new h2::before {
		float: right;	/*右に回り込み*/
		margin-top: -3px;
		font-size: 18px;	/*文字サイズ*/
		background: #fff;	/*背景色*/
		border-radius: 50%;	/*角丸のサイズ*/
		width: 30px;		/*幅*/
		line-height: 30px;	/*高さ*/
		text-align: center;	/*文字をセンタリング*/
		border: 1px solid #dcdcdc;	/*枠線の幅、線種、色*/
		box-shadow: 1px 1px 6px rgba(0,0,0,0.1) inset;	/*内側への影*/
}
/*プラスアイコンの文字*/
section#new h2.close::before {
		content: "＋";
}
/*マイナスアイコンの文字*/
section#new h2.open::before {
		content: "−";
}

/*その他
---------------------------------------------------------------------------*/
body.s-n #sub,body.s-n #footermenu,.m-n {display: none;}
.fl-half{float:left;width:45%;margin-left:3%;}
.sh {display:block;}
.pc {display:none;}

}



/*画面幅700px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:700px){

/*会社案内の各ブロック
---------------------------------------------------------------------------*/
.company{
	background-image: url("../images/c-back.png");
	background-repeat   : no-repeat;
    background-position :right;	
	background-position: top 20%;
	background-size: 70%;
}

.company p{
	padding-top: 2%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif", "A-OTF UD新ゴ Pr6N L";
	width: 95%;
	
}


/*物件一覧ページの各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定（※compactタイプへの追加設定）*/
#main .list.compact {
	width: auto;
	float: none;
	height:auto;
	line-height: normal;
	margin: 0;
	font-size: 12px;	/*文字サイズ*/
}
#main .list.compact a {
	height: auto;
	border-top: 1px solid #dcdcdc;	/*上の線の幅、線種、色*/
	padding: 1% 0;	/*上下、左右へのボックス内の余白*/
}
/*最後のボックスの設定*/
#main .list.compact:last-of-type a {
	border-bottom: 1px solid #dcdcdc;	/*下の線の幅、線種、色*/
	margin-bottom: 20px;	/*下に空けるスペース*/
}
/*ボックス内の写真設定（※compactタイプへの追加設定）*/
#main .list.compact figure img {
	float: left;	/*右へ回り込み*/
	width: 30%;		/*画像幅*/
	margin-bottom: 0;
	margin-right: 1%;
	align:left; 
	z-index:2;
}

/*ボックス内の段落タグ設定 商品説明（※compactタイプへの追加設定）*/
#main .list.compact ul {
	background:initial;
	
  	}

#main .list.compact ul {
  line-height: auto;
  padding: 0.5em 0 0.5em 0.5em;
  border-bottom: initial;
  	}

#main .list.compact  li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 0.5em;
  border-bottom: initial;
  	
}

/*こだわりアイコンのフロート指定(CMS用)*/
.ta1 td .specialbox {
	float: left;
	width: 85px;
	height: 90px;
}

.ta1 td .specialbox img {
	vertical-align: 70%;
}


	
	
/*左側ボックス*/
.ta1 th {
	width: 30%;	/*幅*/
	text-align: center;		/*文字をセンタリング*/
	font-weight: normal;	/*デフォルトの太字を標準にする設定*/
	background: #cce6f6;	/*背景色*/
  border-left:2px solid #005ab3;
  color:#005ab3;
}
	
	
	
		

}
/*サイトマップページの各ブロック
---------------------------------------------------------------------------*/

#main #mokuji {
	margin-top: 1px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	padding: 5px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #E5E5E5;
}
#mokuji ul {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#mokuji ul ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#mokuji li {
	font-size: 14px;
	line-height: 20px;
}
#mokuji li a {
	background-image: url("../images/li.gif");
	background-repeat: no-repeat;
	background-position: 5px center;
	margin-bottom: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D8D8D3;
	display: block;
}
#main #mokuji h3 {
	color: #333333;
	background-image: none;
	padding-left: 10px;
	margin-bottom: 2px;
	padding-top: 1px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #9CC95F;
	padding-bottom: 1px;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

/*ここまで　　　　サイトマップページの各ブロック
---------------------------------------------------------------------------*/

/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

/*全体の設定
---------------------------------------------------------------------------*/
body {
	font-size: 12px;	/*文字サイズ*/
	line-height: 1.5;	/*行間*/
}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	height: 90px;	/*高さ*/
}
/*ロゴ画像*/
header #logo {
	width: 200px;		/*ロゴ画像の幅*/
	margin-top: 34px;	/*ロゴの上にあける余白。上下のバランスをここで調整して下さい。*/
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニュー１個あたりの設定*/
#menubar-s li {
	float: none;	/*左に回り込み*/
	width: auto;	/*メニュー幅*/
}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	top: 22px;		/*上から22pxの場所に配置*/
}

/*メインコンテンツのh2とh3タグ
---------------------------------------------------------------------------*/
#main h2, #main h3 {
	font-size: 13px;
	padding-left: 10px;
	padding-right: 10px;
	padding: 5px 10px;
}
/*メインコンテンツの段落タグ設定*/
#main p {
	padding: 0px 10px 15px;	/*上、左右、下への余白*/
}
	

/*物件一覧ページの各ブロック compactタイプ
---------------------------------------------------------------------------*/
/*各ボックスの設定（※compactタイプへの追加設定）*/
#main .list.compact {
	font-size: 12px;
	width: auto;
	float: none;
	line-height: normal;
	margin: 0;
	height:auto;
		
}

#main .list.compact a {
	height: auto;
	border-top: 1px solid #dcdcdc;	/*上の線の幅、線種、色*/
	padding: 1% 0;	/*上下、左右へのボックス内の余白*/
}
/*最後のボックスの設定*/
#main .list.compact:last-of-type a {
	border-bottom: 1px solid #dcdcdc;	/*下の線の幅、線種、色*/
	margin-bottom: 20px;	/*下に空けるスペース*/
}
/*ボックス内の写真設定（※compactタイプへの追加設定）*/
#main .list.compact figure img {
	float: left;	/*右へ回り込み*/
	padding: 11px 5px;
	width: 48%;		/*画像幅*/
	margin-bottom: 0;
	margin-right: 1%;
}

/*ボックス内の写真設定*/
#main .list figure img {
	float: left;	/*右へ回り込み*/
	width: 26%;		/*画像幅*/
	margin-bottom: 0;
	margin-right: 1%;
}
	
/*ボックス内の段落タグ設定 商品説明（※compactタイプへの追加設定）*/
#main .list.compact ul {
  padding: 0 0.5em;
   
}

#main .list.compact ul {
  line-height: 1.2;
  padding: 0.5em 0 0.5em 0.5em;
 
	}

#main .list.compact  li {
  line-height: 1.2;
  padding: 0.5em 0 0.5em 0.5em;

	
}

/*サムネイル写真右スライド　高さ調整　ここから　　詳細ページの画像切り替え
---------------------------------------------------------------------------*/
#slider {
   width:100%;
}
 
#photo {
   width:75%;
   height:240px;
	float:left;
   position:relative;
	
}
#photo img{
   	box-shadow: 3px 3px 5px gray;
	padding: 3px 1px;

}
#photo li {
   position:absolute;
}
 
#thum {
     width:25%;
	height:240px;
   float:right;
	padding-left: 0%;
}

#thum img{
     box-shadow: 2px 2px 4px gray;
	padding: 3px 2px;
	width:25%;
	height:auto;
   float:right;

}

#thum li {
	 position:relative;
	 top: 0;
  right: 0;	
	width:auto;
	   cursor:pointer;
}

/*サムネイル写真右スライド　高さ調整　ここまで　　詳細ページの画像切り替え
---------------------------------------------------------------------------*/	
	

/*サムネイル写真右スライド　高さ調整　ここまで　　詳細ページの画像切り替え
---------------------------------------------------------------------------*/	
/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
	padding-left: 20px;
	margin-bottom: 5px;
	height: 50px;	/*高さ*/
	overflow: auto;	/*上で設定した高さを超えた場合にスクロールを出す設定。全部表示させていたいなら、この行と上の高さの行を削除する。*/
}	
	
/*一覧ページの各物件ボックス内のテーブル
---------------------------------------------------------------------------*/
#main .list table {
	font-size: 12px;	/*文字サイズ*/
}

	
	

/*subコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー１個ごとの設定*/
#sub ul.submenu li {
	width: auto;
	float: none;
}
/*偶数番目のメニューの左のラインを戻す設定*/
#sub ul.submenu li:nth-child(even) a {
	border-left: 1px solid #dcdcdc;
}

/*subコンテンツ内のメニュー
---------------------------------------------------------------------------*/
#sub ul.submenu li a {
	padding: 10px;	/*メニュー内の余白*/
}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	display: none;
}

/*テーブル
---------------------------------------------------------------------------*/
/*テーブル内の左側*/
.ta1 th {
	width: 18%;
	padding: 3px;
	text-align: center;		/*文字をセンタリング*/
	font-weight: normal;	/*デフォルトの太字を標準にする設定*/
	background: #cce6f6;	/*背景色*/
   color:#005ab3;
}
/*テーブル内の右側*/
.ta1 td {
	width: auto;
	padding: 5px;
}
	
/*テーブル 検索用
---------------------------------------------------------------------------*/
/*テーブル内の左側*/
.ta2 th {
	width: 25%;
	padding: 5px;
	text-align: center;		/*文字をセンタリング*/
	font-weight:bold;	/*デフォルトの太字を標準にする設定*/
	background: #52c2d0;	/*背景色*/
   color:#fff;
	
}
/*テーブル内の右側*/
.ta2 td {
	width: auto;
	padding:2px;
}

	#main h7 img{ 
		width: 70%;
				}
	
	/*こだわりアイコンのフロート指定(CMS用)*/
.ta2 td .specialbox {
	float: left;
	height: auto;
}

/*こだわりアイコンのフロート指定(CMS用)*/
.ta2 td .specialbox {
	float: left;
	width: 78px;
	padding-left: 3px;
	height: auto;
}

.ta2 td .specialbox img {
	float: center;
	vertical-align: middle;
	padding-right: 1px;
	width: 100%;
}

	
	
/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*アイコン*/
section#new h2::before {
		width: 24px;		/*幅*/
		line-height: 24px;	/*高さ*/
}

/*一覧ページのボックス内のアイコン
（CMSの場合は管理ページの「オプション1」～のプルダウンと、setup.phpの「オプション選択肢」に関連します）
---------------------------------------------------------------------------*/
/*h2タグ内で使った場合のoption1とoption2*/
h2 span.option1, h2 span.option2 {
	padding: 2px 5px;
	font-size: 12px;
	margin-left: 5px;
}

/*その他
---------------------------------------------------------------------------*/
.ws {width: 50%;}
.ws1 {width: 40%;}
.wl {width: 90%;}
img.fr,img.fl {float: none;margin: 0;width: 100%;}
.fl-half{float:none;width:100%;margin-left:0;}
}


/*画面幅480px以下の設定　ここまで
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*FOOTERのTEL　800px～PC　PC上では見えないようにする　ここから
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:800px){
	.footer_area{
		display: none;
}	
}

/*スマホ～799pxの幅サイズまで*/
@media screen and (max-width:799px){
.footer_area {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba( 0, 0, 0, 0.6 );
	z-index: 10000;
}
.footer_area .footer_area_inner {
    position: relative;
    width: 90%;
    margin: 0px auto;
    padding: 10px 0;
	margin-right: 0px;
}
.footer_area .footer_area_inner .footer_area_inner_btn {
    width: 90%;
    padding: 10px 0;
    font-size: 16px;
    font-weight: bold;
    margin-left: 0px;
	line-height: 1.3;
    
}
.inquiry_btn {
    background-color: #068BF1;
    -webkit-border-radius: 3px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
	width: 45%;
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
}
.inquiry_btn:link, .inquiry_btn:visited {
    color: #FFFFFF !important;
}

.inquiry_btn_item {
    background-color: #068BF1;
    -webkit-border-radius: 3px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
	width: 80%;
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
}
.inquiry_btn_item:link, .inquiry_btn:visited {
    color: #FFFFFF !important;
}
.footer_area_inner span{
	color: #fff;
}
#siteBottom{
	margin-bottom: 85px;
}
}

/*FOOTERのTEL　800px～PC　PC上では見えないようにする　ここまで
------------------------------------------------------------------------------------------------------------------------------------------------------*/


}