﻿.all_area {
font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

#glovalNavigation{
    height: 30px;
    text-align: center;
    background-color: #00336a;
    min-width: 1000px;
}

.Navigation_area{
    color: #fff;
    width: 1000px;
    margin: auto;
}

.Navigation_area a:hover{
	opacity: 0.5;
}

.Navigation_area a{
	color: #fff;
	text-decoration: none;
}

.navi_bottom {
	text-align: center;
	line-height: 50px;
}

.navi_top {
	text-align: right;
	line-height: 40px;
	font-size: 80%;
}

.comment_top {
	text-align: left;
	line-height: 40px;
	float: left;
}

header{
    text-align: center;
    min-width: 1000px;
}

.sub{
	width: 100%;
}

.main{
	display: flex;
	min-height: 100px;
	margin: 0 auto;
	text-align: center;
	width: 1000px;
}

#localNavigation{
    text-align: center;
    background-color: #fff;
    color: #555;
    width: 200px;
	margin:10px 0px;
}

#content{
    margin: 0px 0px 10px 0px;
    width: 1000px;
	text-align: center;
}

footer{
    height: 70px;
    text-align: center;
    background-color: #00336a;
    min-width: 1000px;
}

.navi_table , .ul-level-1{
	width: 100%;
    border-collapse: collapse;
	border: solid 2px #5588bf;
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}

.ul-level-2{
	width: 100%;
    border-collapse: collapse;
	border: none;
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}

.navi_table .maker,.li-level-1 {
    text-align: center;
	padding: 3px;
	font-weight: bold;
	pointer-events:none;
}
.navi_table .model,.li-level-2 {
    text-align: center;
	font-size: 90%;
	font-weight: normal;
	padding: 3px;
	pointer-events:auto;
}

.navi_table li + li ,.ul-level-1 li + li {
	border-top: dashed 1px #5588bf;
}
.ul-level-2 li:first-child {
	border-top: dashed 1px #5588bf;
}

.h2-type4,#content h1 {
    font-size: 24px;
    padding: 10px 10px 5px 20px;
    line-height: 36px;
    font-weight: bold;
    background: #c8daff;
	color: #2569b3;
    margin: 0;
    text-align: left;
}

#localNavigation a:hover{
	opacity: 0.5;
}

#localNavigation a{
	color: #555;
	text-decoration: none;
}


.h3_box,.section{
	padding: 20px;
	border: none;
}

.h5-type1,h2.contents-head {
	border-left: solid 10px #c8daff;
	border-bottom: solid 1px #c8daff;
	padding: 5px 10px;
	text-align:left;
}

.f_18{font-size:18px;}

.f_10{font-size:10px;}

figure30 {
	float: left;
	margin: 0 15px 15px 0;
	width: 30%;
}

figure50 {
	float: left;
	margin: 0 15px 15px 0;
	width: 50%;
}

.top_osusume {
	max-width:100%;
}

.float_none {
	clear: both;
}

#MainImage {  
	padding: 0 0 0 0;
	position: relative;
	}

#MainImage div {
	position: absolute;
	top:440px;
	left:800px;
	text-align: center;
	color: white;
}

.float_L {
	float:left;
	margin:20px;
}

.float_R {
	float:right;
	margin:20px;
}

.float_Cl {
	clear:both;
}

.text_left {
	text-align:left;
}

/*---- 会社概要 ----*/

#gaiyou_table {
	border:0;
	border-top: 1px solid #888;
	border-collapse:collapse;
	padding: 0;
	margin: auto;
}
#gaiyou_table th {
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom:1px solid #888;
	background: #ddd;
	text-align: center;
	padding: 5px 10px;
}
#gaiyou_table td {
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom:1px solid #888;
	padding: 5px 10px;
}

#gaiyou_gaikan {
	width:700px;
	margin:auto;
}
/*---- Top Page main image ---*/
#SliderBox {
	width: 1000px;
	margin: 0px auto 15px;
}

#SliderWrap {
	position: relative;
}

#SliderBox .bx-prev {
	position: absolute;
	left: -30px;
	top: 200px;
	display: block;
	width: 59px;
	height: 59px;
	background: url(../img/slider/btn_prev.png) no-repeat;
	text-indent: -9999em;
	overflow: hidden;
}

#SliderBox .bx-next {
	position: absolute;
	right: -30px;
	top: 200px;
	display: block;
	width: 59px;
	height: 59px;
	background: url(../img/slider/btn_next.png) no-repeat;
	text-indent: -9999em;
	overflow: hidden;
}

#SliderBox .bx-pager {
	text-align: center;
}
#SliderBox .bx-pager-item {
	display: inline;
	margin: 10px 0;
}

#SliderBox .bx-pager-item a.bx-pager-link {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 5px;
	background: url(../img/slider/btn_pager.png) bottom no-repeat;
	text-indent: 9999em;
	overflow: hidden;
}

#SliderBox .bx-pager-item a.active {
	background: url(../img/slider/btn_pager.png) top no-repeat;
}

@media screen and (max-width: 640px) {
	#SliderBox {
		width: auto;
		margin: 0 auto 30px;
	}
	#SliderBox .bx-prev ,
	#SliderBox .bx-next {
		display: none;
	}
}

/*ボタン作成 */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*font-size: 62.5%;rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  margin:10px;
}
.btn_s,
a.btn_s,
button.btn_s,
.bc-blog-category-list a,
.categoly_all a {
  font-size: .8rem;
  font-weight: 80;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: .3rem .3rem .1rem .3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  margin:3px;
}


.btn--royalblue,
a.btn--royalblue {
  color: #fff;
  background-color: royalblue;
}
.btn--royalblue:hover,
a.btn--royalblue:hover {
  color: #fff;
  background: royalblue;
}

.btn--lightblue,
a.btn--lightblue {
  color: #000;
  background-color: lightblue;
}
.btn--lightblue:hover,
a.btn--lightblue:hover {
  color: #000;
  background: lightblue;
}

a.btn--radius {
   border-radius: 100vh;
}
a.btn--royalblue.btn--border-solid {
  border: 2px solid midnightblue;
}

a.btn-radius-solid {
  background: #f1e767;
  background: -webkit-gradient(linear, left top, left bottom, from(#f1e767), to(#feb645));
  background: -webkit-linear-gradient(top, #f1e767 0%, #feb645 100%);
  background: linear-gradient(to bottom, #f1e767 0%, #feb645 100%);
}

a.btn-radius-solid:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#f1e767), to(#feb645));
  background: -webkit-linear-gradient(bottom, #f1e767 0%, #feb645 100%);
  background: linear-gradient(to top, #f1e767 0%, #feb645 100%);
}
.bc-blog-category-list a,
.categoly_all a {
  border: 1px solid #ccc;
  background: #f1e767;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
  -webkit-box-shadow: inset 1px 1px 1px #fff;
  box-shadow: inset 1px 1px 1px #fff;
}

.bc-blog-category-list a:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
}
/*---- 問い合わせ ---*/

.row-table-01 {
	border:0;
	border-top: 1px solid #888;
	border-collapse:collapse;
	padding: 0;
	margin: auto;
	width:700px;
}
.col-head {
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom:1px solid #888;
	background: #ddd;
	text-align: center;
	padding: 5px 10px;
}
.col-input {
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom:1px solid #888;
	padding: 5px 10px;
}

/*---- 物件 ---*/

.bc-blog-category-list__item,
.categoly_all {
display: inline;
margin: 0 1em 0 0;
}

.bc-blog-category-list {
margin: 0;
padding: 0;
}

.categoly_all {
vertical-align: text-buttom;
padding: 0 0 0 1em;
}

.bukken_ichiran {
width: 930px;
height: 50px;
border-collapse: collapse;
border: solid 1px #888;
}

.bukken_ichiran img {
height:90px;
margin:auto;
}

.bukken_ichiran .koumoku {
width: 110px;
border: solid 1px #888;
}

.bukken_ichiran .td_img {
width: aotu;
}

/*----物件　詳細----*/
.detail_table {
margin: auto;
width: 900px;
border-collapse: collapse;
}

.th01 {
border-top:1px solid  #888;
border-bottom:1px solid  #888;
font-size:15px;
font-weight: bold;
text-align: left;
background: #ddd;
padding:0.5em 1em;
}
.td01 {
border-top:1px solid  #888;
border-bottom:1px solid  #888;
font-size:15px;
text-align: left;
padding:0.5em 1em;
}

.detail_table img {
margin:0 5px;
}
