.contents .ul01{
	margin-top:40px ;
}
.contents .ul01 li{
	list-style: none;
	/* margin-left: 16px; */
	margin-left: 15px;
	display: inline;
	width: 475px;
	margin-bottom: 10px;
}
.contents .ul01 li img{
	margin-bottom: 16px;
	width: 475px;
	border-radius: 15px;
	border:solid 1px  #f1cfc6;
}


.ulakogare li img{
	margin-bottom: 16px;
	width: 980px;
}

.contents .ul02{
	margin-top:20px ;
}
.contents .ul02 li{
	list-style: none;
	margin-left: 8px;
	display: inline;
}
.contents .ul02 li img{
	margin-bottom: 10px;
	width: 240px;
	height: 240px;
	border:solid 1px  #f1cfc6;
}

.contents .ul03{
	margin-top:40px ;
}
.contents .ul03 li{
	list-style: none;
	margin-left: 20px;
	display: inline;
}
.contents .ul03 li img{
	width: 75px;
	height: 75px;
}

.contents .bnr_text {
  width:1000px;
  margin:0 0 0 16px;
  padding: 5px;
  color: #FFFFFF;
  background: #f1cfc6;
}
.contents .bnr_text a {
  color: #FFFFFF;
}

.img_box img {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
.img_box img:hover {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.insta_bnr {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* インスタ バナー　*/
.insta_bnr {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
.insta_bnr:hover {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}


/* トップページ：商品の展開ボタン用　*/
.more {
	display: block;
	margin: 10px auto;
	padding: 10px 0;
	width: 80%;
	line-height: 30px;
	text-align: center;
	background-color: #FFFFFF;
    border:1px solid #f1cfc6;
	color: #f1cfc6;
	font-weight: bold;
	cursor: pointer;
	font-size: 16px;
	margin-bottom: 20px;
}


.txt_center{
  font-family: "Sawarabi Mincho";
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.newarrival_bnr {
	background-color: #f1cfc6; 
	padding: 7px ; 
	box-sizing: border-box; 
	width: 150px; 
	text-align: center; 
	border-radius: 3px; 
	font-weight: bold; 
	/* float: left; */
	margin-top:5px;
	margin-left: 5px;
}
.newarrival_bnr a:link { color:#000000; text-decoration:none; }
.newarrival_bnr a:visited { color:#444444; text-decoration:none; }
.newarrival_bnr a:hover { color:#000000; text-decoration:none; }
.newarrival_bnr a:active { color:#000000; text-decoration:none; }