@CHARSET "utf8";
body#new_arrivals .site{
	box-shadow: 0;
	margin-top: 0;
	margin-bottom: 0;
	min-width: 0;
	padding: 0;
  background-color: white;
}
.wrap_col{
}
.arrival_sizer{
	width:50%;
}
.arrival_wrap{
	width:50%;
	box-sizing: border-box;
	padding: 5px;

}
.arrival {
	display:block;
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
	text-decoration: none;
	font-size:10px;
	color:black;
	background-color: white;
	border-radius: 4px;
}
	.arrival img{
		max-width:100%;
		display:block;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
	}
	.arrival .news_title{
		margin-bottom: 5px;
		font-size:9px;
	}
	.arrival .shop{
		font-size:8px;
		text-align: right;
		color:#007CBD;
		font-family:'Arapey';
	    font-style:italic;
	}
	.arrival .info{
		padding: 8px 5px;
		position: relative;
	}
	.arrival .info .brand_name{
		font-family: 'Arapey';
		margin-bottom: 3px;
		font-size: 9px;
	}
	.arrival .info .fee{
		font-family: 'Arapey';
		margin-bottom: 3px;
	}
	.arrival .info .news_date{
	    background-image: url("../img/date_back.png");
	    background-size: 100% 100%;
	    font-family: "Arapey";
	    font-size: 11px;
	    height: 25px;
	    padding-top: 6px;
	    position: absolute;
	    right: -5px;
	    text-align: center;
	    font-style:italic;
	    top: -26px;
	    width: 50px;
	}
	.arrival .info .news_date .small{
		font-size : 9px;

	}

header#masthead{
	padding-top: 0;
}
/* トップのタイトル */
p.phone_news{
	font-weight:bold;
	font-size:20px;
	padding: 15px 0;
	text-align: center;
	border-top: solid 5px black;
	border-bottom: dashed 1px black;
}
a.phone{
	color:#444;
	text-decoration:none;
}
.news_body a{
	text-decoration: none;
	color: dodgerblue;
	margin-top: 5px;
	display: inline-block;
}

/* 記事 */
.single{
	max-width: 500px;
	margin: 0 auto;
}
.single .news_article .eye_catch {
	width: 100%;
	margin: 0 auto;
}
.single .eye_catch img{
	width: 100%;
}
.single .news_title{
	padding:15px 10px 5px;
	font-size: 16px;
	color: #444444;
}
.single .news_body{
	padding: 0px 10px 20px;
	line-height: 20px;
	font-size: 11px;
	margin-bottom: 15px;
}
.single .news_date{
	margin-top: 8px;
	margin-right:5%;
	font-size: 10px;
	color:#666666;
	text-align: right;
}
.single .news_link{
	display: none;
}
.single .brand{
	padding: 0px 10px 20px;
	font-family:'Arapey';
	font-style:italic;
}
.single .price{
	font-family:'Arapey';
	font-style:italic;
	font-size:27px;
	letter-spacing: 0.03em;
}
.single .sub_info{
	padding: 0 10px;
	margin-bottom: 50px;
	position: relative;
}
.single .sub_info .shop{
	display:inline-block;
	font-size:12px;
	text-align: right;
	color:#007CBD;
	font-family:'Arapey';
	font-style:italic;
	position: absolute;
	top:14px;
	right:10px;
}
.single .sub_info .date{
	display:inline-block;
	font-size:10px;
	text-align: right;
	color:#007CBD;
	position: absolute;
	top:0;
	right:10px;
	color: #666;
}
.single .sub_info .price{
	float:left;
	width:50%;
	text-align: left;
}
.single .sub_info .price .en{
	font-size:12px;
}
.single .sales_link{
	width:170px;
	height:40px;
	margin: 0 auto;
	border-radius: 3px;
	background-color: orangered;
	color:white;
	display: block;
	line-height:40px;
	font-size:13px;
	text-align: center;
}
.clear{
	clear:both;
}

/* Minimum width of 600 pixels. */
@media screen and (min-width: 480px) {
	footer .site-info{
		font-size: 8px;
		margin-left: 5%;
	}
	.news_link{
		display: block;
		padding-left: 5%;
		font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	}
}
