@charset "utf-8";

/* company
----------------------------------------------- */
#main  {
	width: 900px;
}

#main .comMenuUl {
	margin-bottom: 42px;
}

#main .innerBox .photoBox {
	float: left;
}

#main .innerBox .textBox {
	float: right;
	width: 580px;
}

#main h2 {
	margin-bottom: 55px;
}

#main h2 img {
	display: block;
}

#main .comH3 {
	margin-bottom: 14px;
	padding: 0 0 10px;
}

#main .comTable th {
	width: 22%;
}

#main .comTable td {
	width: 78%;
}

#main .comTable td a:hover {
	text-decoration: none;
}

#main .comTable td a {
	text-decoration: underline;
}

#main .comTable01 td {
	line-height: 1.74;
	padding: 3px 2px;
}

#main .innerBox .companyBox {
	margin-bottom: 21px;
}

#main .innerBox .companyBox .photoBox {
	margin-top: 0;
}

#main .innerBox .companyBox .textBox {
	margin: 0;
	width: 430px;
}

#main .companyBox .textBox p {
	color: #000;
	font-size: 12px;
	line-height: 2;
	margin-bottom: 20px;
}

#main .link {
	margin-right: 10px;
	text-align: right;
}

#main .speSpan {
	display: none;
}

@media screen and (max-width : 767px) {
	#main .comMenuUl {
		display: none;
	}
	
	#main .spComMenuUlBox {
		margin-bottom: 30px;
	}
	
	#main .spComMenuUlBox .comMenuUl {
		margin-bottom: 0;
		display: block !important;
		width: 100%;
	}
	
	#main h2 {
		margin-bottom: 40px;
	}
	
	#main h2 img {
		display: block;
		width: 180px;
		height: auto;
	}
	
	#main .comH3 {
		margin-bottom: 20px !important;
	}
		
	#main .innerBox .photoBox {
		margin-bottom: 50px;
		float: none;
		text-align: center;
	}
	
	#main .innerBox .photoBox img {
		width: 54%;
		height: auto;
	}
	
	#main .innerBox .textBox {
		float: none;
		margin-top: 0;
		width: auto;
	}
	
	#main .comTable th,
	#main .comTable td {
		padding: 0;
		float: left;
		width: 100% !important;
	}
	
	#main .comTable td {
		padding-bottom: 12px;
	}
	
	#main .comTable td span {
		display: none;
	}
	
	#main .comTable td .speSpan {
		display: block;
	}
	
	#main .innerBox .companyBox .photoBox {
		margin-bottom: 3px;
		text-align: left;
	}
	
	#main .innerBox .companyBox .photoBox img {
		width: 29%;
	}
	
	#main .innerBox .companyBox .textBox {
		width: auto;
	}
	
	#main .companyBox .textBox p {
		font-size: 11px;
		line-height: 1.8;
		margin-bottom: 0;
	}
	
	#main .link {
		margin: 0;
		text-align: left;
	}
	
	#main .link img {
		width: 52%;
		height: auto;
	}
		
	#footer .spBox .comContactSection,
	#footer .spBox .ulList {
		display: none;
	}
	
	#footer .spBox .speUlList {
		display: block;
	}
}