@charset "utf-8";
#mid_main {
  clear: both;
  margin-left: -10px;
}
.company_index {
  background-image: url(../../common/images/gback.gif);
  padding: 10px;
  clear: both;
  width: 720px;
  margin-bottom: 20px;
}
.company_index_th {
  float: left;
}
.company_index div {
  float: right;
  width: 390px;
  padding: 20px;
}
.company_index div h2 {
  background-image: url(../../common/images/arrow001.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 30px;
  clear: both;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  line-height: 20px;
  height: 20px;
  width: 360px;
}
.company_index div p {
  font-size: 75%;
  line-height: 200%;
  clear: both;
}
.company_index:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
.rec_works {
  clear: both;
  width: 760px;
  margin-right: -10px;
}
.rec_works li {
  float: left;
  width: 250px;
  margin-bottom: 15px;
}
.rec_works li span {
    font-size: 12px;
    color: #FFFFFF;
    background-color: #21B8CE;
    line-height: 20px;
    height: 20px;
    width: 40px;
    display: block;
    text-align: center;
    float: left;
    margin-right: 4px;
}
.rec_works li strong {
  font-size: 75%;
  float: left;
  height: 20px;
  font-weight: normal;
  line-height: 20px;
}
#map_canvas {
  clear: both;
  height: 600px;
  width: 720px;
  border: 10px solid #E8E8E8;
}
.accessinfo {
  clear: both;
  width: 740px;
  margin-bottom: 40px;
}
.accessinfo div {
  float: left;
  width: 200px;
}
p.access {
  font-weight: bold;
  line-height: 180%;
  background-image: url(../../common/images/arrow001.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 25px;
  clear: both;
  margin-bottom: 20px;
}
.telup {
  clear: both;
  margin-bottom: 10px;
}
.accessinfo:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
.companynavi {
  clear: both;
  height: 30px;
  width: 740px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}
.companynavi li {
  line-height: 0px;
  float: right;
  margin-left: 3px;
  height: 30px;
}
.csrtable {
  margin-top: 20px;
  border: 1px dotted #999999;
  width: 520px;
}
.csrtable td {
  background-image: url(../../common/images/arrow004.gif);
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 80%;
  font-weight: bold;
  color: #21B8CE;
  background-color: #F7F7F7;
}
.csrtable tr {
  border: 1px dotted #999999;
}

@media screen and (max-width:640px) {
	.company_index {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}
	.company_index_th {
		width: 35%;
	}
	.company_index div {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		clear: none;
		float: right;
		width: 62%;
		padding: 0;
	}
	.company_index div h2 {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		height: auto;
	}
	.company_index div p {
	}
	.company_index:after {
		height: 0;
		visibility: hidden;
		content: ".";
		display: block;
		clear: both;
	}
	.rec_works {
		width: 100%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.rec_works li {
		float: none;
	}
	.rec_works li span {
		float: none;
	}
	.rec_works li strong {
		float: none;
		height: auto;
	}
	#map_canvas {
		width: 100%;
		height: 300px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.accessinfo {
		width: 100%;
	}
	.accessinfo .img_left {
		float: none;
		margin-bottom: 20px;
		padding-right: 0;
		text-align: center;
	}
	.accessinfo div {
		float: left;
		width: 65%;
	}
	.accessinfo .img_right {
		float: right;
		width: 30%;
		padding-left: 0;
	}
	.companynavi {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		margin: 20px 0;
		padding: 0 10px;
	}
	.companynavi li {
		float: none;
		width: 32%;
		height: auto;
		margin-left: 0px;
	}
}
