#CONTENTS h1 {
	background-image: url(/images/corp_title.png);
}
#CONTENTS table {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	font-size: 131%;
	color: #414141;
}
#CONTENTS table th {
	width: 30%;
	padding-left: 30px;
	text-align: left;
	font-weight: normal;
	padding-top: 25px;
	padding-bottom: 25px;
}
#CONTENTS table tr:not( :last-child ) th, #CONTENTS table tr:not( :last-child ) td{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
#CONTENTS table td {
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: left;
	line-height: 180%;
	width: 70%;
}
#CONTENTS #map_l {
	height: 320px;
	width: 100%;
	border: 1px solid #bfbfbf;
	margin-top: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 80px;
}

/*------------------------------
　▼スマートフォン用
-------------------------------*/
@media screen and (max-width:480px) { 

#CONTENTS table {
	width: 90%;
}
#CONTENTS table th {
	padding-left: 0px;
}

}
