@charset "utf-8";

/*-------------------------------------

アウトレット

---------------------------------------*/
.column2R #main {
	float: none;
	width: auto;
}

.container {
	width: 900px;
	margin: 30px auto;
}

#outlet h1,
#listSection h2 {
	font-size: 120%;
	border-left: solid 4px #FF3300;
	margin-bottom: 0.5em;
	padding: 4px 8px;
}

#outlet p {
	margin:20px 0;
}
.container p {
	margin-bottom: 2em;
}
.container hr {
	display: none;
}


h3.h3Txt {
    background-color: #0062b0;
    color: #fff;
	padding:8px;
	margin:20px 0 10px;
	font-size:18px;
}
h3.h3Txt a {
	color:#FFF;
}

.shopList {
    float: left;
    margin-left: 8px;
    width: 200px;
}
.shopList li {
	font-size:14px;
	list-style: disc;
	margin-left: 14px;
}
.shopList li.shopArea {
	font-size:16px;
	font-weight:bold;
	margin-top:4px;
	margin-left: 0px;
	list-style: none;
}


.ml20 {
	margin-left:20px;
}

.notes {
	display: table;
	width: 100%;
	margin: 20px 0px;
}

.notes:after {
	content: " ";
    display: block;
    clear: both;
}

.notes li {
	display: table-cell;
	padding: 4px 0px 3px 3px;
	font-weight: bold;
	text-align: center;
}

.notes li:first-of-type {
	background-color: #fff000;
	color: #000000;
	font-size: 1.6em;
}

.notes li:last-of-type {
	background-color: #000000;
	color: #fff000;
	font-size: 1.3em;
}

@media screen and (max-width:640px){
	.container {
		width: auto;
	}
	
	#outlet img {
		width: 100%;
	}
	
	.notes li {
		display: block;
	}
	
	.shopList {
		float: none;
		width: auto;
		margin-left: 8px !important;
	}
	
	.shopList li a {
		display: block;
		padding: 6px 0px;
	}

}




/*-------------------------------------
　clearfix 
---------------------------------------*/

.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*SFCC*/
#container a, #container a span {text-decoration: none;} 
@media screen and (max-width: 479px){       
#container{margin: 0 auto;width: auto;} 
#root,.breadCrumb{display: none;}
#container img{max-width: 100%;}     
}  