

article {
	padding-top:10px;
	background-color:#E4E5E7
}
.left {
	width:60%;
	float:left;
	background-image:url(../img/sitemapbg-left.png);
	background-repeat:no-repeat;
	background-position:left top;
}
.right {
	padding-top:120px;
	margin-left:60%;
	background-image:url(../img/sitemapbg-right.png);
	background-repeat:no-repeat;
	background-position:left top;
}

.sitemap{
	padding:10px;
	margin:auto;
	max-width:768px;	
}

.sitemap a{
	margin:0px 0px 30px 100px;
	display:block;
	font-family:DINCondensed-Regular;
	letter-spacing: 2px;
	padding:20px 0px 0px 20px;
	width:200px;
	height:70px;
	font-size:30px;
	background-image:url(../img/box.gif);
	background-repeat:no-repeat;
}
.sitemap .tab {
	margin-left:0px;
}

.sitemap a span{
	font-family:"Meiryo", "CI", sans-serif;
	letter-spacing: 0px;
	font-size:14px;
}


@media only screen and (max-width: 768px) {


}


@media only screen and (max-width: 480px) {

.sitemap a{
	margin:0px 0px 30px 80px;
}
.left {
	width:100%;
	float:none;
}
.right {
	padding-top:0px;
	margin-left:0%;
	background-image:url(../img/sitemapbg-right2.png);
}

}


