@charset "utf-8";
/* ver 1.02 */

/*�@�㕔�]�������@*/	
body{
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
	line-height: 140%;
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
}
	
a:link {text-decoration: none;} /*���K��̃����N�̐F*/
a:visited {text-decoration: none;} /*�K��ς݂̃����N�̐F*/
a:hover {text-decoration: none;} /*�J�[�\��������Ă��郊���N�̐F*/
a:active {text-decoration: none;} /*�N���b�N���̃����N�̐F*/

.day-right a:link {color: #999999;} /*���K��̃����N�̐F*/
.day-right a:visited {color: #999999;} /*�K��ς݂̃����N�̐F*/
.day-right a:hover {color: #999999;} /*�J�[�\��������Ă��郊���N�̐F*/
.day-right a:active {color: #999999;} /*�N���b�N���̃����N�̐F*/


/* PC*/
@media (min-width : 481px ){
.new-ttl{
	width: 100%;
	max-width: 850px;
	margin: 0 auto;
    border-bottom : #CCCCCC dotted 1px;
	color: #333;
	font-weight: 600;
    font-size: 150%;
	padding: 8px 0 8px 0;
	margin-bottom: 20px;
}	
	
.mass-ttl{
display: none;
}	

	
div#newinfo{
	width: 850px;
	font-size:12px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	align-items: center;
}

.day{
  border-bottom:#CCCCCC dotted 1px;
  line-height:140%;
  align-self: stretch;
  width: calc(20% - 10px);
  margin: 0px 10px 20px 0px;
  justify-content: flex-start;
}

.day-left{
  float:left;
  width:0px;
}

.day-right{
  float:right;
  width:100%;
  margin: 5px 0px 15px 5px;
  vertical-align: top;
  display:block;
}

.icon{
  margin:0px;
}

.md{
  margin:5px 0;
}

.item-img{
  margin:3px 5px 5px 50px;
  width:92px;
  height: 92px;
}

a:link{
  color:#333333;
  text-decoration:none;
}
a:visited{
  color:#333333;
  text-decoration:none;
}
a:hover{
  color:#FF4400;
  text-decoration:underline;
}
}

/* SP*/
@media (max-width : 480px ){
.new-ttl{
	display: none;
}
.new-more{
	display:none;
}
.mass-space{
	width: 100%;
	text-align: center;
    background-color: #f3f3f3;
	padding: 10px 0;
	margin: 5px 0;
}
.mass-ttl{
	font-size: 14px;
	color: #999999;
	margin-bottom: 5px;
}
	
.mass-ttl a:link {color: #999999;} 
.mass-ttl a:visited {color: #999999;} 
.mass-ttl a:hover {color: #999999;} 
.mass-ttl a:active {color: #999999;} 
	
.mass-more{
	font-size: 12px;
	color: #999999;
	text-align: right;
	margin:5px 5px 0 0;
}
	
.newarrival{
	background-color: #ffffff;
	padding: 5px;
	margin: 0 auto;
}

div#newinfo{
	width: 100%;
	font-size:12px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	align-items: center;
}

.day{
  border-bottom:#CCCCCC dotted 1px;
  line-height:140%;
  align-self: stretch;
  width: calc(33% - 5px);
  margin: 3px;
  justify-content: flex-start;
  line-height: 120%;
}


.day-left{
  float:left;
  width:100%;
}
	
.day-left img{
  float:left;
}
	
.day-brand{
  float:right;
  width:100%;
  vertical-align: top;
  display:block;
font-size: 10px;
margin-bottom: 5px;
display: none;
}

.day-right{
  display:none;
}

.icon{
  margin:0 5px 5px 0px;
  float:left;
}

.item-img{
  margin:3px 3px ;
  width:90%;
}
} 

