@charset "UTF-8";

/* main
----------------------------------- */
#main > h1 {
	background: url(../img/sitemap/ttl_sitemap.png) no-repeat;
}

#main > section {
	margin-bottom: 30px;
}

#main > section > h1 {
	height: 38px;
	background: url(../img/sitemap/bg_cat.png) no-repeat;
	color: white;
	font-size: .88rem;
	padding-left: 35px;
	line-height: 44px;
}

section li {
	padding-left: 20px;
	line-height: 46px;
}

section li:nth-child(even) {
	background-color: #F6F6F6;
}

section li:nth-child(odd) {
	background-color: white;
}

section li:not(:last-child) {
	border-bottom: 1px solid #E2E2E3;
}

section li a {
	color: #505050;
	font-size: .81rem;
	position: relative;
}


/* side
----------------------------------- */
#side #shiojiri {
	height: 263px;
}

#side #shiojiri > a:last-child {
	bottom: 25px;
}

#side #carecenter {
	height: 281px;
}

#side #carecenter > a:last-child {
	bottom: 25px;
}
