#maintitle {
	background:url(images/title_bg.jpg) center center;
}

div.cart-btn {
	top: 180px;
	position: fixed;
	right: 0px;
}

div.cart-btn a {
	display: block;
	height:auto;
	width: 100px;
}

div.cart-btn a img {
	width: 100%;
	height: auto
}

div.attention {
	width: 720px;
	margin: auto;
	border: 2px solid #e1b982;
	border-radius: 15px;
	padding: 45px 50px 32px 50px;
}

div.attention div.attention-img {
	padding-bottom: 18px;
}

div.attention ul.list li {
	background-position: 5px 13px;
	line-height: 1.8em;
	padding-bottom: 8px;
}

a.link-pay {
	background: url(../images/link_btn.png)no-repeat right 15px center #e1b982;
	background-size: 8px;
	text-decoration: none;
	font-weight: bold;
	padding: 15px 50px;
	font-size: 120%;
}

h3.shop-title {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	border-bottom: 2px dotted #e1b982;
	margin-bottom: 20px;
}

h3.shop-title em {
	font-size: 150%;
	font-weight: bold;
	padding-left: 10px;
}

h4.shop-title {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	background-color: #f0dcc1;
	margin-top: 20px;
	padding: 5px 15px;
	color: black;
}

h4.shop-title em {
	color: white;
	padding-right: 10px;
}

div.item-container{
	width: 700px;
	margin: auto;
	background: white;
	padding: 40px 60px 50px 60px;
}

div.item-container div.img-container{
	width: auto;
	margin: auto;
}

div.item-container div.img-container img{
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

div.item-container ul.item-list {
	display: flex;
	width: 100%;
}

div.item-container ul.item-list li {
	width: 120px;
	flex-wrap: wrap;
}

div.detail-container h5 {
	font-size: 17px;
	font-weight: bold;
}

div.detail-container h5 em {
	color: #e1b982;
	padding-right: 10px;
}

ul.shop-price-list li {
	display: block;
	width: 100%;
	border-top: 2px dotted #e1b982;
	padding: 20px 0px;
}

ul.shop-price-list li:last-child {
	border-bottom: 2px dotted #e1b982;
}

ul.shop-price-list li div.left,
ul.shop-price-list li div.right {
	display: table-cell;
	vertical-align: middle;
}

ul.shop-price-list li div.left {
	text-align: left;
	width: 450px;
	padding-right: 50px;
}

ul.shop-price-list li div.right p.price {
	font-weight: bold;
	font-size: 19px;
	line-height: 1em;
}

ul.shop-price-list li div.right p.price em {
	font-weight: bold;
	font-size: 70%;
}

ul.shop-price-list li div.right #itemSelect {
	text-align: left;
}


ul.shop-price-list li div.right #itemSelect select.amountSelect::-ms-expand {
	display: none;
}

ul.shop-price-list li div.right #itemSelect select.amountSelect {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-bottom: 8px;
	padding: 7px 30px 7px 10px;
	font-size: 93%;
	line-height: 1.1em;
	border-radius: 5px;
	border: none;
	background: url(images/pulldown.png)#dbdbdb no-repeat right 10px center;
	background-size: 10px;
}

button.link-btn-l {
	display: block;
	background: url(../images/link_btn_w.png)no-repeat right 15px center #e1b982;
	background-size: 7px;
	text-decoration: none;
	font-weight: 500;
	font-size: 14px;
	color: black;
	width: 200px;
	margin: auto;
	padding: 8px 0px;
	margin: 10px 0px 20px 0px;
	cursor: pointer;
	font-family: Yu Gothic, "Yu Gothic", sans-serif;
}

button.link-btn-l:hover {
	background: url(../images/link_btn_w.png)no-repeat right 15px center black;
	background-size: 7px;
	color: white;
}