/*

*/
* {
	margin: 0;
	padding: 0;
}

.t_head {
	width: 100%;
	height: 32px;
	display: block;
	background: #b94047;
	font-weight: bold;
	color: #ffeeff;
}

.t_head_elm {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 16px;
	padding-right: 16px;
	float: left;
}

.t_head_elm_right {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 16px;
	padding-right: 16px;
	float: right;
}

.t_row {
	display: flex;
	flex-direction: row-reverse;
}


.t_blk1 {
	display: block;
	padding: 4px;
	width: 20%;
	min-width: 240px;
	background: #cee;
	box-sizing: border-box;
}

.t_blk2 {
	display: block;
	padding: 4px;
	width: 80%;
	min-height: 80vh;
	float: right;
	box-sizing: border-box;
}

.t_menu_elm {
	border: sold 1px #aaa;
	padding-bottom: 12px;
}

.t_menu_head {
	background: #006d4d;
	font-weight: bold;
	color: #eeeeff;
	padding-left: 16px;

}

.t_menu_body {
	padding-top: 4px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 4px;
	font-size: 14px;
}

.t_title {
	border-left: solid 10px #b94047;
	font-weight: bold;
	margin: 8px;
	padding-left: 8px;
}

div.t_foot {
	width: 100%;
	min-height: 280px;
	box-sizing: border-box;
	background: #b94047;
	color: #eeeeff;
}

div.t_center {
	text-align: center;
}

.t_col4 {
	padding: 16px;
	min-height: 0;
	box-sizing: border-box;
	width: 25%;
	float: left;
}

ul.t_foot {
	list-style-type: none;
}

ul.t_foot a,
.t_head a {
	text-decoration: none;
	color: #fff;
}

ul.t_foot a:visited,
.t_head a:visited {
	text-decoration: none;
	color: #fff;
}

.vblock {
	width: 100%;
}

.t_bgrp {
	display: flex;
}

.t_btn_kd {
	width: 140px;
	text-decoration: none;
	padding: 6px;
	border-radius: 6px;
	margin: 10px;
	background: #c39043;
}

.t_desc {
	display: flex;
}

.t_desc_elm {
	margin: 10px;
	padding: 6px;
	width: 240px;
}

.t_rule {
	margin-left: 40px;
	margin-right: 40px;
}

.t_rule dt {
	margin-top: 16px;
}

.t_rule h2 {
	margin-top: 60px;
}

.t_rule ol,
.t_rule ul {
	margin-left: 32px;
	font-size: 14px;
}

.t_logof {
	width: 100%;
	text-align: center;
	background: #fff;
	color: #000;
	box-sizing: border-box;
	padding: 8px;
}


.t_tbl1 {
	margin-left: 10%;
	margin-right: 10%;
	border-collapse: collapse;
}

.c1 {
	padding: 4px;
	background: #cee;
	border-top: solid 2px #006d4d;
	border-bottom: solid 2px #006d4d;
}

.c2 {
	padding: 4px;
	border-top: solid 2px #006d4d;
	border-bottom: solid 2px #006d4d;
	border-left: dashed 2px #006d4d;
}

/*
  カート
  */
.cart {
	padding: 3px 5px;
}

.car-link {
	font-size: 30px;
	color: #faa;
	text-decoration: none;
	background-color: #00B388;
	padding: 5px 10px;
	border-radius: 5px;
	border: 0px;
}

/*
	商品関連
*/
.itemblock {
	margin: 8px;
	margin-bottom: 32px;
	border: solid 1px #b94047;
	padding-bottom: 8px;
}

.itemtitle {
	padding: 2px;
	padding-left: 16px;
	background: #b94047;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
}

.itemdate {
	padding: 8px;
	font-size: 14px;
}

.itemstock {
	padding-left: 16px;
	font-size: 14px;
}

.itemdesc {
	margin: 16px;
	padding: 8px;
	background: #faa;
}

.itemuprbox {
	float: right;
	width: 50%;
	color: #ff2222;
	font-size: 14px;
	font-weight: bold;
}

.itemupr {
	display: inline;
	color: #ff2222;
	font-size: 32px;
	font-weight: bold;
}

.itembuy {
	display: inline;
	margin-left: 16px;
	border: 1px solid #333;
	border-radius: 8px;
	padding: 6px 12px 2px;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #fff;
	background-color: #49a9d4;
}

/*
 * カート一覧
 */


.itembuy:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.itemend {
	clear: both;
}

.t_ar {
	width: 100%;
	text-align: right;
}

.t_ac {
	text-align: center;
}

.t_bc_wht {
	background: #fff;
	color: #000;
}