body{
	background-color:#f7f7f7;
}
header{
	margin: 0 auto;
	width: 1280px;
	height: 100px;
	padding-bottom: 50px;
		font-family: 'Open Sans', sans-serif;
     
}

header ul{
	display: flex;
	justify-content: flex-end;
	list-style: none;
    margin-top: 30px;
}

header ul li{
	padding-right: 195px;
	font-family: 'Open Sans', sans-serif;
    
}
header ul li h1{
line-height: 10px;

}
	

main{
	margin: 0 auto;
	width: 1280px;
}
main ul.side{
	width: 150px;
	height: 400px;
	background-color:white;
	float: left;
	list-style: none;
	margin-left: 35px;
	margin-right: 45px;  
}

main ul.side li{
	font-size:13px;
	margin-top: 50px;
	margin-left: 20px;
	color:	#9d9d9d;
}
main ul.side li a{
	text-decoration: none;
	color:#9d9d9d;	 
}
.Main{
	width: 850px;
	background-color:white;
	float: left;
	list-style: none;
}
 li.image{
	text-align: center;
	margin-top: 100px;
	list-style: none;
	 margin-bottom: 50px;
}
.itemtext{
	width: 300px;
	font-size: 13px;
font-family: 'Noto Sans JP', sans-serif;
	margin-left: 60px;
	border-right: solid 1px #ababab;
	padding-right: 55px;
	float: left;
	overflow: hidden;
}
.itemtext h3{
	margin-bottom: 10px;
}
.text2{
	margin-top: 20px;
}
.buy_contents{
	width: 300px;
	float: right;
	margin-right: 100px;
}
.buy_contents h2{
 letter-spacing: 4px;
	font-family: 'Abel', sans-serif;
	font-size: 20px;

}

h2.price{
    color:rgb(239, 172, 94);;
	font-size: 20px;
	margin-top: 50px;
	font-size: 30px;
}
.input{
	width:200px;
	float: right;	
	margin-right: 200px;
	margin-top: 50px;
}
input[type="number"]{
	height: 30px;
	width:300px;
	margin-top: 20px;
}
.addcart{
	width: 308px;
	height: 50px;
	background-color: rgb(239, 172, 94);
	float: left;
	margin-left: 34px; 
	margin-top: 30px;
	text-align: center;
}
.addcart a{
	color: white;
	line-height: 50px;
	letter-spacing: 3px;
	text-decoration: none;
}





