@charset "utf-8";
/* CSS Document */

/* サイトマップページ設定 */

@media print,screen and (min-width: 768px){
/* PC用設定 */
#contents #sitemap li {
	font-size: 19px;
	line-height: 1.3em;
	color: #603A22;
	margin-bottom: 1em;
	background-image: url(../img/link_icon.png);
	background-repeat: no-repeat;
	background-position: left 1px;
	background-size:25px;
	padding-top:1px;
	padding-left:38px;
	font-weight: bold;
}
#contents #sitemap li a {
	color: #603A22;
	text-decoration: none;
}
#contents #sitemap li a:hover {
	color: #603A22;
	text-decoration: underline;
}
#contents #sitemap li h6 {
	font-size: 18px;
	line-height: 1.3em;
	margin-top:0.5em;
	margin-left:1em;
	font-weight:normal;
}
#contents #sitemap li h6:before {
	content: "・";
	position: absolute;
	margin-left:-1em;
}
}
@media screen and (max-width: 767px){
/* スマホ用設定 */
#contents #sitemap li {
	font-size: 14px;
	line-height: 1.3em;
	color: #603A22;
	margin-bottom: 1em;
	background-image: url(../img/link_icon.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	background-size:15px;
	padding-left:22px;
	font-weight: bold;
}
#contents #sitemap li a {
	color: #603A22;
	text-decoration: none;
}
#contents #sitemap li a:hover {
	color: #603A22;
	text-decoration: underline;
}
#contents #sitemap li h6 {
	font-size: 14px;
	line-height: 1.3em;
	margin-top:0.5em;
	margin-left:1em;
	font-weight:normal;
}
#contents #sitemap li h6:before {
	content: "・";
	position: absolute;
	margin-left:-1em;
}
}
