@charset "UTF-8";

#mainImg {
  min-height: 230px;
  background: url(../../img/company/ph_mainimg.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
  position: relative; }


.data_left{
	background:#FAFAFA;
	color:#666666;
	text-align:center;
	padding:5px;
	border-bottom:#E6E6E6 1px  solid;
	line-height:3.5em;
	font-size:1.2em;
	font-weight:bold;
}

.btop{ 
border-top:#E6E6E6 1px  solid;
}



/*SP表示*/
@media screen and (max-width: 749px) {
.data_right{
	color:#666666;
	text-align:center;
	padding:5px;
	border-bottom:#E6E6E6 1px  solid;
	line-height:3.5em;
	font-size:1.2em;
	font-weight:bold;
	font-weight:normal !important;
}
}

/*PC表示*/
@media screen and (min-width: 750px) {
.data_right{
	color:#666666;
	text-align:left;
	padding:5px 5px 5px 36px;
	border-bottom:#E6E6E6 1px  solid;
	line-height:3.5em;
	font-size:1.2em;
}
}

