@charset "utf-8";

/* style_sp_sitemap.css：Smartphone
 * ======================================
 * Element
 * ======================================
 */

  /* Element
------------------------------------------------------------------ */
#subPage #main h1.sitemap {
	background: url(../images/common/bg_ttl_sitemap.jpg) no-repeat center center;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}

#main .inner {
	width: auto;
	margin: 0 -10px 0 -10px;
	overflow: hidden;
    	padding: 10px 10px;
}

#subPage #main ul {
	list-style: none;
	width: 100%;
}

#subPage #main ul p {
	font-size: 1.6rem; /* =16px */
	font-weight: normal;
	background: url("../../images/common/arrow_h3.gif") no-repeat left center;
	padding: 5px 15px;
}
#subPage #main ul li {
	margin: 0 0 15px 0;
}
#subPage #main ul li ul li {
	font-size: 1.2rem; /* =12px */
	background: url("../images/arrow_sitemap.gif") no-repeat left center;
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
}