@charset "utf-8";
/* company.css */

/*　トップページ設定
////////////////////////////////////////////////////*/

.greeting {
	width: 540px;
	float: left;
	font-size: 110%;
	}

.greeting p {
	margin: 5px 0 0 10px;	
}
	
h4 {
	width:148px;
	float: right;
	}
	
table {
	border-collapse: collapse;
	font-size: 110%;
}

table th,
td {
	 border: 1px solid #000;
	 width: 690px;
	padding: 6px;
    vertical-align: center;
	 }
	 
table th {
	 width: 117px; 
	 text-align: center;
	background:#f6f6f6;
}

table td {	 
	 padding: 0 0 0 20px;
}
	
.child_box02 {
	margin: 40px 0 25px 0;
}

	
.child_box02 td.location {
	width: 100px;
}

.child_box03 {
	margin: 40px 0 25px 0;
}

#map {
	margin: 0 auto;
	width: 710px;
}

	
.child_box04 {
	margin: 40px 0 150px 0;
	position: relative;
}

.child_box04 img.company {
	position: absolute;
	bottom: 2px;
	right: 2px;
}


.child_box04 th {
	width: 60px;
	padding: 6px 10px;
}

.child_box04 th.month {
	background:#f6f6f6;
	width: 40px;
	text-align: right;
	padding: 6px 10px 6px 0;
	border-left:solid 1px #BCBCBC;
}


/*　新着情報設定
////////////////////////////////////////////////////*/

