@charset "UTF-8";

/* ========MAIN CONTENTS CUSTOMIZE======== */
#contents a {
	color: #9B0000;
}
#contents a:hover {
	color: #9B0000;
}
#contents h2 {
	margin:40px 0 10px 0;
	padding: 0;
	font-size: 2rem;
	color: #4CB7C3;
	/*line-height:1.2;*/
	border-bottom: 3px solid #4CB7C3;
}
#contents h3 {
	margin-top: 2em;
	margin-bottom: 0.2em;
	padding-left: 5px;
	font-size: 1.7rem;
	color: #4CB7C3;
	line-height: 1.2;
	border-left: 8px solid #4CB7C3;
}
#contents h4 {
	margin-bottom: 2px;
	padding: 2px;
	font-size: 13px;
	color: #fff;
	background: #4CB7C3;
}
#contents h5 {
	margin-bottom: 2px;
	font-size: 13px;
	color: #4CB7C3;
	border-bottom: 1px dotted #4CB7C3;
}
#contents h6 {
	margin-bottom: 2px;
	font-size: 13px;
	color: #4CB7C3;
}
#contents p.box {
	display: block;
	font-size:0.95em;
	padding-left: 1rem;
	margin-bottom:0.5em;
}
#contents dt {
	margin-bottom: 3px;
}
#contents dd {
	padding: 0;
	margin: 0 0 0.5em 1em;
	padding: 3px;
	background: #FFF3EF;
}
/* INFORMATION CUSTOMIZE */
* html body #contents dl.information dd div {
	display: inline-block;
}
#contents dl.information dt {
	margin: 0;
	padding: 0 0 0 10px;
	background: url(../images/bg_list.gif) 0 6px no-repeat;
}
#contents dl.information dd {
	margin: 0 0 1em 1em;
	padding: 3px;
}
#contents table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
#contents table th {
	padding: 5px;
	font-size: 0.9em;
	font-weight:normal;
	color: #fff;
	text-align: center;
	border: 1px solid #ddd;
	background: #909393;
}
#contents table td {
	padding: 5px;
	font-size: 0.9em;
	text-align: center;
	border: 1px solid #ddd;
}

#contents .map_btn {
	margin: 10px 0 0 200px;
}
#contents .map_btn a {
	background: url(http://jisyushitsuumeda.whitesnow.jp/images/img-common/map_btn.jpg) no-repeat left top;
	width: 240px;
	height: 30px;
	text-indent: -10000px;
	display: block;
	outline: none;
	overflow: hidden;
}
#contents .map_btn a:hover {
	background-position: right top;
}



/* ========プライバシー　住所======== */

#contents .address dl{
	margin-top:0;
}

#contents .address dl dt {
	clear: left;
	float: left;
	width: 4em;
	padding:0.5em;
	/*border:solid 1px #f00;*/
}
#contents .address dl dd {
	margin-left: 0;
	padding:0.5em;
	background:#fff;
	/*background: #fff url(../images/bg_info_line.gif) 0 100% repeat-x;*/
}

/* ========運営会社　テーブル======== */
#contents table {
	width: 90%;
	/*table-layout: fixed;*/
	border-collapse: collapse;
	margin-left:2em;
}
#contents table th {
	padding: 5px;
	font-size: 0.9em;
	font-weight:normal;
	color: #fff;
	/*text-align: center;*/
	border: 1px solid #ddd;
	background: #909393;
	width:10em;
}
#contents table td {
	padding: 5px;
	font-size: 0.9em;
	text-align: left;
	border: 1px solid #ddd;
	width: auto;
}