@charset "utf-8";
/********【メイン画像】********/
@media print, screen and (min-width: 641px) {
#main {
	height: 350px;
	background: url(../images/company_top.jpg) no-repeat top center;
	background-size: cover;
}
}

/*******【.com2】会社情報2*****/
@media screen and (max-width: 640px) {
.com2 table {
	width: 100%;
}
.com2 tr,.com2 th,.com2 td {
	width: 100%;
	display: block; 
}
.com2 tr {
	margin-bottom: 30px;
}
.com2 tr.last {
	margin-bottom: 0px;
}
.com2 th {
	text-align: left ;
	font-weight: normal;
	border-bottom: 1px solid #ddd;
	color: #64BED8;
	font-size: 16px;
	padding: 0px 0px 2px 5px;
	margin-bottom: 5px;
}
.com2 td {
	padding-left: 5px;
	margin-bottom: 5px;
}
}
@media print,screen and (min-width: 641px) {
.com2 table {
	width: 100%;
}
.com2 th {
	font-weight: normal;
	text-align: left;
	padding-left: 10px;
	width: 25%;
}
.com2 th,.com2 td {
	padding: 25px 0;
	border-bottom: 1px solid #ddd;
}
.com2 td {
	width: 75%;
}
.com2 .top th {
	border-top: 2px solid #64BED8;
}
.com2 .top td {
	border-top: 1px solid #ccc;
}
}
@media screen and (min-width: 801px) {
.com2 th {
	width: 20%;
	padding-left: 1%;
	box-sizing: border-box;
}
.com2 td {
	width: 80%;
}	
}
iframe {
	width: 100%;
	/*border: 2px solid #999;*/
}
.mapWrap {
	border: 4px solid #000;
	padding: 10px;
}
/*******【.com2】会社情報2・ここまで*****/
