@charset "utf-8";

.pagetitle{
	background: url(../../sitemap/img/h2_bg.jpg) no-repeat center center #666;
}


.inframe{
	width: 50%;
	float: left;
}

.inframe ul li{
	font-size: 18px;
	margin: 0 0 20px 0;
	background: url(../../img/common/ar_orange.png) no-repeat left 0.4em;
	-moz-background-size: 10px auto;
	background-size: 10px auto;
	padding: 0 0 0 18px !important;
}
.inframe ul li ol{
	margin: 0.5em 0 0 1em;
}
.inframe ul li ol li{
	background: url(../../img/common/ar_black.png) no-repeat left 0.4em;
	-moz-background-size: 10px auto;
	background-size: 10px auto;
	padding: 0 0 0 18px !important;
	margin: 0 0 5px 0;
	font-weight: normal;
	font-size: 14px;
}

.inframe ul li a{
	color: #000;
	text-decoration: none;
}

.inframe ul li a span{
	display: block;
	color: #666;
	font-weight: normal;
	font-size: 13px;
	padding: 3px 0 0 0;
}

.inframe ul li a{
	position: relative;
	display: inline-block;
	transition: .3s;
	text-decoration: none;
}
.inframe ul li a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #ed6d00;
	transition: .3s;
}
.inframe ul li a:hover::after {
	width: 100%;
}

@media screen and (max-width: 979px) {
.inframe{
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
}

@media screen and (max-width: 620px) {
.inframe{
	width: 90%;
	float: none;
	margin: auto;
}
}