@charset "utf-8";

/*ページタイトル*/

h2.h2PageTitle {
	background-image: url(../img/company/h2PageTitle.jpg);
}

/*コンテンツ*/

div.companyBox {
	height: auto;
	width: 700px;
	margin: 0px auto;
	padding-bottom: 60px;
}

div.companyBox h3 {
	height: 100px;
	width: 700px;
	text-indent: -9999px;
	overcompany: hidden;
	display: block;
	background-position: top center;
	background-repeat: no-repeat;
}

table.companyDetail {
	height: auto;
	width: 640px;
	margin: 60px auto 0px auto;
	font-size: 13px;
	line-height: 24px;
	color: #666;
	text-align: left;
}

table.companyDetail tr th {
	height: auto;
	width: 190px;
	padding: 15px 20px;
	background-color: #EEEEEE;
	border: 5px solid #FFFFFF;
}

table.companyDetail tr td {
	height: auto;
	width: 430px;
	padding: 15px 20px;
	background-color: #F9F9F9;
	border: 5px solid #FFFFFF;
}

h3.companyTitle01 {
	background-image: url(../img/company/companyTitle01.jpg);
}

p.pagetopText {
	padding-top: 25px;
	padding-bottom: 35px;
	text-align: right;
}

p.pagetopText a {
	text-decoration: none;
	color: #666;
}

p.pagetopText a:hover {
	color: #999;
}


/*-------------640以下ここから-------------*/

@media screen and (max-width: 640px){


div.companyBox {
	height: auto;
	width: 100%;
	margin: 0px auto;
	padding-bottom: 30px;
}

div.companyBox h3 {
	height: auto;
	width: 95%;
	margin: 0px auto;
	padding: 1em 0 0.8em 0.75em;
	border-left: 6px solid #009143;
	border-bottom: 1px solid #009143;
	background-image: none;
	background-color: #F5FBF9;
	text-indent: inherit;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	background-image: none;
	background-color: #F5FBF9;
}

table.companyDetail {
	height: auto;
	width: 100%;
	margin: 20px auto 0px auto;
}

table.companyDetail tr th {
	height: auto;
	width: 90%;
	margin: 0px auto;
	padding: 15px 5%;
	display: block;
	border: none;
}

table.companyDetail tr td {
	height: auto;
	width: 90%;
	margin: 0px auto 5px auto;
	padding: 15px 5%;
	display: block;
	border: none;
}

}