@charset "utf-8";

li.shopArea {
	font-weight:bold;
	margin-left:-1em;
	list-style:none;
}
.mt4 {
	margin-top:4px;
}

li.list {
	margin-top:10px;
}

.sitemapBlock h3 {
    background: #00b3e6;
    color: #ffffff;
    padding: 5px 8px;
    margin-bottom: 1em;
}

/* SP ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px){
/*-------------------------------------
　ヘッダー
---------------------------------------*/
#Header {
	min-width: 320px;
}
#Header .inner {
	height: 40px;
	width: 100%;
}
#Header .logo {
	position: static;
}
#Header .logo img {
	height: auto;
	width: 50%;
}
#Header h1,
#Header ul.navi,
#Header .keyword,
#Header .btn,
#Globalnavi,
#headsearchBox,
.leadSection,
.leadSectionInner,
.breadCrumb {
	display: none !important;
}
/*-------------------------------------
　コンテンツ
---------------------------------------*/
body {
	min-width: 320px!important;
    width: 100%!important;
}
	.mainColumn .defSize {
		width: 100%;
	}

	.mainColumn .floatSection ul {
    	float: none; 
	}	
	.mainColumn ul{
		margin-bottom: 0;
	}
	.mainColumn li{
		margin: 5px 0;
	}

	li.shopArea {
    margin-left: -20px !important;
}

	
/*-------------------------------------
　フッター
---------------------------------------*/
#pagetop {
	bottom: 10px;
	right: 10px;
}

.footerTagline {
	margin-bottom: 4px;
	padding: 0% 2%;
	text-align: left;
	font-size: 90%;
	line-height: 140%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#footerLinks {
	display: none;
}

.footerTagline,
#footer,
#footerNav2,
#footerLinks #footerLinks_Nav,
#footerLinks #footerLinks_NavParts,
#footerCopy,
#footerCopy p.copyright {
	width: 100%;
	min-width: 100%;
}

#footer {
	padding: 9px 0px 7px 0px;
}

#footerLinks ul {
	float: none;
}

#footerCopy p.copyright a {
	display: block;
	margin-bottom: 7px;
}

#footerLinks ul {
	margin: 12px 0px 0px 5px;
}

#footerLinks ul li {
	display: inline-table;
	width: 45%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#footerLinks ul li.catName,
#footerLinks ul li.noLink {
		width: 90%;
}

#footerNav2 ul {
	margin: 0% 4%;
}

#footerNav2 li {
	display: inline-table;
	width: 49%;
	margin: 0px 0px 9px 0px;
	padding: 0px;
	border-left: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#footerNav2 li:first-of-type {
	margin-bottom: 9px !important;
}

#splink_footer {
	display: none !important;
}

#footerCopy p.copyright {
	text-align: center;
	font-size: 80%;
}

}/* SP ここまで　*/