@media screen and (max-width: 640px){
	.pc {
		display:none !important;
	}
	
	#sitemap section h1 {
		background:url(../img/icon_sitemap.png) 14px center #8dc2d4 no-repeat;
		background-size:22px auto;
		-moz-background-size: 22px auto;
		-webkit-background-size:22px auto;
		-o-background-size:22px auto;
	}

	#sitemap section .contmain {
		font-size: 14px;
		line-height: 1.5;
		background: #fff;
		color: #333;
		padding: 20px 10px;
		clear:both;
	}
	
	#sitemap section .siteLink_category{
		float:left;
		margin:0 80px 30px 0;}
	#sitemap section .siteLink_main{
		background:url(https://www.hasebe-makoto.com/wp-content/themes/starsplanet/img/head_square.png) left no-repeat;
		padding-left:15px;
	}
	#sitemap section .siteLink_list{
		margin-left:20px;
		font-size:14px;
		line-height:2em;
	}
	#sitemap section .siteLink_list li{
		padding:13px 0 0 12px;
		font-size:14px;
		line-height:1.2em;
		background:url(https://www.hasebe-makoto.com/wp-content/themes/starsplanet/img/head_tree.png) left no-repeat;
	}
	
	
}
@media print, screen and (min-width: 641px){
	.sp {
		display:none !important;
	}
	#sitemap section h1 {
		background:url(../img/icon_sitemap.png) 14px center #8dc2d4 no-repeat;
		padding-left:58px;
	}
	#sitemap section .siteLink_category{
		float:left;
		margin-right:80px;}
	#sitemap section .siteLink_main{
		background:url(https://www.hasebe-makoto.com/wp-content/themes/starsplanet/img/head_square.png) left no-repeat;
		padding-left:15px;
	}
	#sitemap section .siteLink_list{
		margin-left:20px;
		font-size:14px;
		line-height:2em;
	}
	#sitemap section .siteLink_list li{
		padding:13px 0 0 12px;
		font-size:14px;
		line-height:1.2em;
		background:url(https://www.hasebe-makoto.com/wp-content/themes/starsplanet/img/head_tree.png) left no-repeat;
	}
	#sitemap .siteLink_category a:hover {
		text-decoration:underline;
	}	
	#sitemap section .contmain{
		font-size: 14px;
		line-height: 1.5;
		background: #fff;
		color: #333333;
		padding: 25px 44px;
		border: 1px #dfdede solid;
		clear:both;
	}
}