@charset "UTF-8";
/* CSS Document */



/* FONT size
---------------------------------------------------------------------
[ px ]	[ % ]
10px 	72  %		19px 	136 %
11px 	79  %		20px 	143 %
12px 	86 %		21px 	150 %
13px 	93 %		22px 	158 %
14px 	100 %		23px 	165 %
15px 	108 %		24px 	172 %
16px 	115 %		25px 	179 %
17px 	122 %		26px 	186 %
18px 	129 %
---------------------------------------------------------------------*/




/* PC */
@media screen and (min-width:501px), print {
	




/* Sitemap
--------------------- */
#Sitemap {
	width: 810px;
	margin: 0 auto;
}
	#Sitemap .leftBox {
		width: 252px;
		float: left;
		margin-right: 25px;	
	}
	#Sitemap .centerBox {
		width: 252px;
		float: left;
	}
	#Sitemap .rightBox {
		width: 252px;
		float: right;	
	}
		#Sitemap dl {
			border-top: solid 1px #dcdcdc;
			padding-top: 25px;
			margin-bottom: 20px;
		}
			#Sitemap dl dt {
				margin-bottom: 10px;
			}
				#Sitemap dl dt a {
					font-size: 115%;
					font-weight: bold;
					display: block;
					padding-left: 17px;
					background: url(../../common/img/arrow.gif) no-repeat left center;
				}
				#Sitemap dl dt a.blank {
					background: url(../../common/img/icon_blank.gif) no-repeat left center;
				}
				
				#Sitemap dl dd ul li {
					background: url(../../common/img/icon_list.gif) no-repeat left center;
					padding-left: 17px;
					margin-bottom: 5px;
				}



}






/* スマホ */
@media only screen and (max-width: 500px) {








/* Sitemap
--------------------- */
#Sitemap {
	padding: 10% 5%;
}
	#Sitemap .leftBox {
	}
	#Sitemap .centerBox {
	}
	#Sitemap .rightBox {	
	}
		#Sitemap dl {
			border-top: solid 1px #dcdcdc;
			padding-top: 25px;
			margin-bottom: 20px;
		}
			#Sitemap dl dt {
				margin-bottom: 10px;
			}
				#Sitemap dl dt a {
					font-size: 115%;
					font-weight: bold;
					display: block;
					padding-left: 17px;
					background: url(../../common/img/arrow.gif) no-repeat left center;
				}
				#Sitemap dl dt a.blank {
					background: url(../../common/img/icon_blank.gif) no-repeat left center;
				}
				
				#Sitemap dl dd ul li {
					background: url(../../common/img/icon_list.gif) no-repeat left center;
					padding-left: 17px;
					margin-bottom: 5px;
				}


}




