/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
	margin-bottom: 250px;

}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 210px;
  background-color: #009fe8;

}

#footer-text{
	color:#ffffff;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
  width: auto;
  max-width: auto;
  padding: 0 15px;
}
.container-box{
	border: 5px solid #aaaaFF;
	border-radius: 20px;
	padding: 15px;
	height: 100%;
}
.renrakusaki-box{
	border: 5px solid #aaaaFF;
	border-radius: 20px;
	padding: 15px;
	height: 100%;
	margin-bottom: -50px;
}
.row-eq-height{
    display: flex;
    flex-wrap: wrap;
}
.sankaku-margin{
	margin-top: 90px;
}
.back-img{
	background-image: url(../images/ohira-dan_nami.jpg);
	background-repeat: repeat-x;
	background-size: contain;
	height: 50px;
	padding-top: 2px;
}
.title1{
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
}
.title2{
	font-size: 30px;
}
.title3{
	font-size: 24px;
}
.title4{
	font-size: 18px;
}
.title5{
	font-size: 14px;
}
.title6{
	font-size: 12px;
}
.sitemap .row{
	font-size: 18px;
	height: 50px;
	padding-top: 10px;
}
.midashi1{
	color: #e6a000;
	border-top: solid 2px;
	border-bottom: solid 2px;
	border-bottom-top: #e6a000;
	border-bottom-color: #e6a000;
}
.midashi2{
	color: #000000;
	border-bottom: solid 3px;
	border-bottom-color: #e6a000;
}
.productline{
	margin:0px auto 0px;
}
.business {
	margin:0px auto 0px;
}
.business .title2{
	color:#e6a000;
	border-bottom: solid 3px;
	border-bottom-color: #e6a000;
	font-weight: bold;
	margin:5px 0 10px;padding:0.5em 0 0.5em 65px;
	background:url(../images/ohira-head-case-open.png) 0 50% no-repeat;
	background-size:55px 63px;
}
.business p{
	font-size: 16px;
	line-height: 2;
}
.business img{
	width: 80%;
}

#defaultNavbar1{
	font-size: 18px;
	font-weight: bold;
}
.container-fluid {
  width: auto;
  max-width: 1200px;
  padding: 0 15px;
}
.container .text-muted {
  margin: 20px 0;
}

.list-inline{
	padding-left:0;
	margin-left:-5px;
	list-style:none;
}
.list-inline>li{
	display:inline-block;
	padding-right:5px;
	padding-left:5px;
	font-size: 15px;
	font-weight: normal;
}
.head_navi{font-size:12px;text-align:right;margin:15px 0;}
.head_navi li{margin-left:1em;}
.head_navi a,
.head_navi a:hover,
.head_navi a:visited{color:#000;}
.siteid{margin:0;padding:0;position:relative;}
.siteid img{max-width:428px;}
.siteid_lead{
	position:absolute;
	top:-6px;
	left:160px;
	font-size:16px;
	letter-spacing:0;
}
/*  テーブル装飾  */
.company-table{
	font-size : 16px;
	margin:auto;
	width:600px;
/*	border-top:1px solid  #009fe8;*/
/*	border-bottom:1px solid  #e6a000;*/
}

.company-table th{
	
	width:120px;
	padding:15px;
	font-weight:normal;
	vertical-align:top;
	
}

.company-table td{
	padding:15px;
	
}

.company-table li{
	margin-left:0px;
	list-style-type:none;	
}

.history-table{
	font-size : 16px;
	margin:auto;
	width:600px;
/*	border-top:1px solid  #009fe8;*/
/*	border-bottom:1px solid  #e6a000;*/
}

.history-table th{
	
	width:120px;
	padding:15px;
	font-weight:normal;
	vertical-align:top;
	
}

.history-table td{
	padding:15px;
	
}

.history-table li{
	margin-left:0px;
	list-style-type:none;	
}

.itemlist{
	list-style-type:none;
	line-height:180%;
	font-size : 14px;
}
.itemlist li{

	list-style-image:url(../images/ohira-box-listmark.png);	
	
}
.itemlist li ul{
	list-style-type:circle;	
}

.itemlist table{
	
	font-size : 12px;
	margin-left:0px;
	width:580px;
	
}
.itemlist table th{
	
	font-size : 12px;
	font-weight:normal;
	vertical-align:top;
	width:60px;
	height:30px;
}
.itemlist table td{
	
	font-size : 12px;
	font-weight:normal;
	vertical-align:top;
	width:150px;
	height:30px;
}
.tableset{
/*	position: relative;
	margin: auto;
*/	border:solid 1px;
	border-color: #000000;

}
.right-block{
	margin-left: auto;
}
/*  ここまで  */
@media screen and (max-width: 767px) {
	.renrakusaki-box{
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 767px) {
	body {
		margin-bottom: 400px;
	}
	.footer {
		height: 400px;
	}
	.title1{
		font-size: 30px;
		color: #e6a000;
	}
	.title2{
		font-size: 24px;
	}
	.back-img{
	background-image: url(../images/ohira-dan_nami.jpg);
	background-size: contain;
	}
	.company-table{
		font-size : 14px;
		margin:auto;
		width:350px;
	/*	border-top:1px solid  #009fe8;*/
	/*	border-bottom:1px solid  #e6a000;*/
	}
	.history-table{
		font-size : 14px;
		margin:auto;
		width:350px;
	/*	border-top:1px solid  #009fe8;*/
	/*	border-bottom:1px solid  #e6a000;*/
	}
	.business p{
		font-size: 14px;
	}
	.business .img-responsive{
		max-height: 141px;
		max-width: 171px;
	}
}