@charset "utf-8";
/* CSS Document */
.smp_left{
	width:460px;
	float:left;
	}

.smp_right{
	width:460px;
	float:left;
	}

.smp_con{
	margin-bottom:10px;
	}

.smp_con p{
	background:url(../../sitemap/img/aicon.png) no-repeat left;
	font-size:14px;
	margin:0;
	font-weight:bold;
	width:100%;
	padding-left:12px;
	}
.smp_con p a{
	display:block;
	}
	
.smp_con ul{
	width:100%;
	}

@media only screen and (max-width: 959px) {
.smp_left,
.smp_right{
	width:100%;
	float:none;
	}
	
.smp_con ul{
	width: auto;
	}
}


