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

/*ショップリンクボタン*/	
#newShopLinkBtnBox {
		height:40px; background-color:#000; overflow:hidden;
		clear:both;
		padding:7px 10px 2px 10px;
}
#newShopLinkBtn {
        width:435px;
		height:33px;
		display:block;
		text-indent:-9999px;
		background:url(../newShopLinkBtn.png);
		overflow:hidden; clear:both;
}
#newShopLinkBtn a {
        width:435px;
		height:33px;
		display:block;
		background:url(../newShopLinkBtn.png);
}



#newShopLinkBtn a:hover {
	background-position:0 -33px;
}	
	
#logo {
	margin:0px auto; width:524px;
}
	
/*bottomショップリンク*/

@media only screen and (min-width: 1891px) {
.heightLine{ width: 32%; transition: all 1000ms ease; }
}

@media only screen and (max-width: 1890px) {
.heightLine{ width: 32%; transition: all 1000ms ease; }
}

@media only screen and (max-width: 1500px) {
.heightLine{ width: 32%; transition: all 1000ms ease; }
}

@media only screen and (max-width: 1248px) {
.heightLine{ width: 47%; transition: all 1000ms ease; }
}

@media only screen and (max-width: 1024px) {
.heightLine{ width: 47%; transition: all 1000ms ease; }
}

@media only screen and (max-width: 800px) {
.heightLine{ width: 96%; transition: all 1000ms ease; }
}



#newBottomShopLinkBox {
	width:100%; 
	background-color:#fff; 
	margin:0px auto; 
	overflow:hidden; 
	height:auto;
	color:#000;
	border-top:solid 3px #000;
	font-size:14px;
font-family: 'Spinnaker','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

#newBottomShopLink {
	width:76%; 
	margin:10px auto; 
	overflow:hidden; 
	clear:both; 
	padding:20px;
	min-width:400px;
}

#bottomPotalLinkBtn {
	width:500px; height:50px; margin:0px auto;
}

#newBottomShopLink .heightLine { 
	float:left; 
	margin:5px;
	line-height: 125%;
}
#newBottomShopLink .heightLine ul {
	text-align:left;
}

#newBottomShopLink .heightLine a{
	color:#000;
}

#newBottomShopLink .heightLine a:hover{
	color:#666;
		text-decoration: none;
}






#newBottomShopLink .heightLine h3{
	background:url(../img/bottomShopIcon.png);
	background-repeat:no-repeat;
	background-position:2px center;
    background-color:#000; 
	width:94%; 
	line-height:1.5em; 
	font-size:1em; 
	color:#fff; 
	font-weight:normal;
	margin-bottom:5px;
	padding-left:22px;
}
#newBottomShopLink .heightLine li {
	padding:3px 3px 1px 3px;
}



.areaIcon00 {
	background-color:#960; 
	font-size:10px; 
	color:#fff; 
	padding:1px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border-radius: 4px; 
	margin-right:2px;
    border: 1px solid #ccc;
/* 2016.4.7 追加 */
	min-width: 5em;
	display: inline-block;
	text-align: center;
}
/*
.areaIconColor1 {
    background-color: #000;
}
.areaIconColor2 {
    background-color: #f39;
}
.areaIconColor3 {
    background-color: #39c;
}
.areaIconColor4 {
    background-color: #909;
}
.areaIconColor5 {
    background-color: #390;
}
*/