
body {
	background-image: url("../img/main2.jpg");
	background-attachment: fixed;
}

.article {
	margin: 0 auto 50px;
	text-align: center;}

.gold{
	color:#9c6926;
	font-weight: 600;}

/* ------------------------------
    　  　　Goods
------------------------------ */

#new-goods{display: block;}
.itemlist:after{
	content: "";
	display: block;
	clear: both;
}

.itemlist {
	width:920px;
	}
.itemlist {
	margin: auto;
}
.itemlist li{
	width: 450px;
	height: 370px;
	float: left;
	margin: 5px 5px 10px;
	}
img{width: 450px;
	border: none;}
.items {width: 220px;
		border: none;
		margin-bottom: 4px;}
.g-title{font-size: 22px;
		font-weight: 600;
		margin: -5px auto 0px;}
.g-spec{font-size: 12px;
		font-weight: 400;
		line-height: 1.45;
		color: #555;}
.g-price{font-size: 22px;
		font-weight: 700;
		margin-top: 3px;
		line-height: 1.2;}
.txts{font-size: 12px;
		font-weight: 600;}


@media screen and (max-width:768px){
	main {width: 100%;}
	#goods {
		width: 98%;
	}
	#new-goods{display: block;}
	.itemlist:after{
		content: "";
		display: block;
		clear: both;
	}

	.itemlist {
		width:96%;
		}
	.itemlist {
		margin: auto;
	}
	.itemlist li{
		width: 96%;
		height: 330px;
		float: left;
		margin: 5px 5px 10px;
		}
	.itemlist li:last-child{
		margin-bottom: 50px;
		}
	img{width: 100%;
		border: none;}
	.items {width: 100%;
			border: none;
			margin-bottom: 4px;}
	.g-title{font-size: 5.5vw;
			font-weight: 600;
			margin: -1.8vw auto -1vw;}
	.g-spec{font-size: 3vw;
			font-weight: 400;
			line-height: 1.45;
			color: #555;}
	.g-price{font-size: 6vw;
			font-weight: 700;
			margin-top: .2vw;
			line-height: 1.2;}
	.txts{font-size: .5em;
			font-weight: 600;
		}
}


/* ------------------------------
    　  　　表組み
------------------------------ */
table{
	border-collapse: collapse;
	letter-spacing: .6px;
	line-height: 1.5;
	margin:5px auto 30px;
	}
table, th, td{border: solid 1px #8f7f79;}
th, td{padding: 5px 7px;
		font-size:14px;
		text-align: left;
		vertical-align: top;}
th{width:150px;}
td{width:580px;}

@media screen and (max-width:768px){
	table{
		width: 96%;
		border-collapse: collapse;
		letter-spacing: .6px;
		line-height: 1.5;
		margin:5px auto 15vw;
		}
	table, th, td{border: solid 1px #8f7f79;}
	th, td{padding: 2vw 2vw;
			font-size:3.2vw;
			text-align: left;
			vertical-align: top;}
	th{width:24vw;}
	td{width:76vw;}
}

/* ------------------------------
    　  　　 ボタン
------------------------------ */
.btn {
	background-color: #27a6ff;
	color: #fff;
	display: block;
	width:700px;
	padding: 10px 40px;
	margin: 5px auto;
	font-size: 15px;
	border-radius: 24px;
	}

.btn:hover{
	background-color: #67c0ff;
	text-decoration: none;
	}

@media screen and (max-width:768px){
	.btn {
		width:96%;
		padding: 2vw;
		margin: 2vw auto;
		font-size: 4vw;
		text-align: center;
		border-radius: 1.5vw;
		}
	}

.contents{
	width: 1180px;
	margin: 150px auto;
	background-image: url("../img/bg.png");
	border: 1px solid #9c6400;
}

