﻿@charset "utf-8";


/* 桌機版型優先 */
/* sitemap */
.sitemap-box {
	float: left;
	width: 40%;
	margin: 20px 5% 0 5%;
}
.sitemap-inner {
	margin-bottom: 20px;
}
.sitemap-inner h5 {
	display: block;
	border-bottom: 1px solid #eee;
	padding: 10px 0 10px 22px;
	background-image: url(../images/com-icon-7.gif);
	background-repeat: no-repeat;
	background-position: 0px 17px;
}
.sitemap-inner h5 a {
	font-size: 1.25em;
	font-weight: bold;
	color: #111;
	text-decoration: none;
}
.sitemap-inner h5 a:hover {
	color: #007bc7;
	position:relative;
	left: 1px;
	top: 1px;
}
.sitemap-inner li {
	display: block;
	list-style-type: none;
	border-bottom: 1px dashed #ccc;
	padding: 8px 0 8px 22px;
	background-image: url(../images/com-icon-1.gif);
	background-repeat: no-repeat;
	background-position: 6px 15px;
}
.sitemap-inner li a {
	font-size: 1em;
	color: #555;
	text-decoration: none;
}
.sitemap-inner li a:hover {
	color: #007bc7;
	position:relative;
	left: 1px;
	top: 1px;
}


/* 手機版型 */
@media only screen and (max-width: 767px) {
/* sitemap */
.sitemap-box {
	float: none;
	width: 90%;
	margin: 30px auto 0 auto;
}
.sitemap-inner h5 a {
	font-weight: normal;
}
}