@charset "UTF-8";
/*------------------------------------------------------------common*/
.col-md-3 {
  margin-top: 30px;
}
@media print, screen and (min-width:992px) {
.col-md-3 {
  margin-top: 0;
}
}

.txbox01 {
  padding: 15px;
  background: #F8F5F0;
}
@media print, screen and (min-width:768px) {
.txbox01 {
  padding: 20px;
}
}

button {
  cursor: pointer;
}
/*--------------Button*/
.btn_gray03 {
	padding: 3px 10px 2px;
	color: #FFF;
	font-size: 16px;
	background-color: #94243a;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
  transition: all 0.5s;
}
a.btn_gray03 {
	color: #FFF;
	text-decoration: none;
}
.btn_gray03 span {
  display: inline-block;
  transform: rotate(0.04deg);
}
.btn_gray03:hover {
	opacity: 0.7;
}
.btn_gray02 {
	padding: 3px 10px 2px;
	color: #FFF;
	font-size: 16px;
	background-color: #94243a;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
  transition: all 0.5s;
}
.btn_gray02 span {
  display: inline-block;
  transform: rotate(0.04deg);
}
a.btn_gray02 {
	color: #FFF;
	text-decoration: none;
}
.btn_gray02:hover {
	opacity: 0.7;
}
.btn_gray {
	font-size: 14px;
	text-align: center;
	background-color: #666;
}
.btn_gray:hover {
	opacity: 0.7;
}
.btn_gray a {
	color: #fff;
	font-weight: bold;
	display: block;
	padding: 3px 10px 1px;
	text-decoration: none;
}
.btn_txlink {
	background: none;
	border: none;
	text-decoration: underline;
	color: #333;
	font-size: 14px;
	padding: 0;
	margin: 0;
}
/*item_icon*/
.item_icon_new, .item_icon_recommend, .item_icon_popular, .item_icon_soldout {
	float: left;
	margin-top: 3px;
	color: #FFF;
	width: 60px;
	font-size: 11px;
	text-align: center;
	/* border-radius */
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	padding: 1px 0;
	line-height: 130%;
}
.item_icon_new {
	background-color: #c00;
}
.item_icon_recommend {
	background-color: #DB4A00;
}
.item_icon_popular {
	background-color: #DD8900;
}
.item_icon_soldout {
	background-color: #666666;
}

/*side_search*/
#side_search {
	width: 100%;
	margin-bottom: 20px;
}
#side_search input {
	width: 50%;
}
@media print, screen and (min-width:1200px) {
#side_search input {
	width: 70%;
}
}
/*side_login*/
#side_login {
	padding: 20px;
	margin-bottom: 20px;
	background-color: #F8F5F0;
}
#side_login .line_01 {
	margin: 15px 0!important;
}
#side_login dl {
	width: 100%;
	margin-bottom: 10px;
}
#side_login dl dt {
  transform: rotate(0.04deg);
}
#side_login dl dd {
	margin-bottom: 5px;
}
#side_login dl dd input {
	width: 100%;
	color: #6d572f;
}
@media print, screen and (min-width:576px) {
#side_login dl dd input {
	width: 50%;
}
}
@media print, screen and (min-width:768px) {
#side_login dl dd input {
	width: 30%;
}
}
@media print, screen and (min-width:992px) {
#side_login dl dd input {
	width: 100%;
}
}
/*side_mypage*/
#side_mypage {
	padding: 20px;
	margin-bottom: 20px;
	background-color: #F8F5F0;
}
.mypage_title {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #94243a;
}
.mypage_title p {
	font-weight: 500;
}
#side_mypage ul li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
#side_mypage ul li:last-child {
        margin-bottom: 0px;
}
#side_mypage ul li a {
	display: block;
	padding: 10px 0;
	color: #000;
  transform: rotate(0.04deg);
}
#side_mypage ul li a:hover {
        opacity: 0.7;
}/*side_category*/
#side_category {
	padding: 20px;
	margin-bottom: 20px;
	width: 100%;
	background-color: #F8F5F0;
}
.side_category_tit {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #94243a;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
#side_category p {
  font-weight: 500;
}
#side_category ul.side_category_list {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin-bottom: 8px;
	padding-bottom: 8px;
}
#side_category ul li {
	line-height: 140%;
}
#side_category ul > li {
	font-weight: 500;
}
#side_category ul li a {
  position: relative;
	display: block;
	color: #000;
  transform: rotate(0.04deg);
}
#side_category > ul > li > a {
	padding-left: 1em;
}
#side_category > ul > li > a::before {
  position: absolute;
  left: 0;
	content: "\ea6e";
  font-family: remixicon;
  color: #94243a;
}
#side_category ul li ul li {
	border-bottom: none;
	font-weight: normal;
	margin-top: 7px;
  font-size: 15px;
}
#side_category ul li ul li a {
  display: block;
	padding-left: 1em;
	color: #000;
}
#side_category ul li ul li a::before {
  position: absolute;
  left: 0;
	content: "\ea54";
  font-family: remixicon;
}

#side_category ul li a:hover, #side_category ul li ul li a:hover {
	opacity: 0.7;
}
@media print, screen and (min-width:576px) {
#side_category ul.side_category_list {
	width: 30%;
	margin: 8px 3% 10px 0;
	float: left;
	clear: none;
}
}
@media print, screen and (min-width:992px) {
#side_category ul.side_category_list {
	width: auto;
	margin: 8px 0 0;
	float: none;
}
}

.category_list {
  display: flex;
  justify-content: space-between;
}
.category_list li {
  width: 32%;
  text-align: center;
}
.category_list li a {
  display: block;
  height: 100%;
  text-decoration: none;
  color: #fff;
  background: #94243a;
  transition: all 0.5s;
}
.category_list li a figure img {
  width: 100%;
  height: auto;
}
.category_list li a h4 {
  padding: 10px 0;
  line-height: 1.3;
  font-weight: 500;
}
.category_list li a h4 span {
  display: inline-block;
}
@media print, screen and (min-width:768px) {
.category_list li a:hover {
  opacity: 0.6;
}
.category_list li a h4 {
  padding: 15px 0;
  font-size: 20px;
}
}



/*PageNavi*/
#pagenavi {
	margin: 0 0 10px;
	padding: 10px 10px 5px;
	text-align: center;
}
#pagenavi li {
	display: inline;
	margin: 0 2px;
	padding: 0;
}
#pagenavi li span {
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	margin-bottom: 5px;
	padding: 3px 10px;
	color: #444;
	border: 1px solid #e0e0e0;
	background: #e0e0e0;
}
#pagenavi li a {
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	margin-bottom: 5px;
	padding: 3px 10px;
	color: #94243a;
	border: 1px solid #94243a;
	zoom: 1;
  transition: all 0.5s;
}
#pagenavi li a:hover {
  color: #fff;
	background: #94243a;
}
/*shopping_btn*/
.shopping_btn {
	text-align: right;
	font-size:0;
}
.shopping_btn .btn_gray03 {
	display: inline-block;
	margin:2px;
	padding: 8px 15px 7px;
	line-height: 1.4;
}
.shopping_btn .btn_gray02 {
	display: inline-block;
	margin:2px;
	padding: 8px 15px 7px;
	line-height: 1.4;
}
.shopping_btn_center {
	text-align: center;
}
.shopping_btn_center .btn_gray03 {
	display: inline-block;
	margin:2px;
	padding: 8px 15px 7px;
	line-height: 1.4;
}
.shopping_btn_center .btn_gray02 {
	display: inline-block;
	margin:2px;
	padding: 8px 15px 7px;
	line-height: 1.4;
}
.shopping_btn_left {
	text-align: left;
}
.shopping_btn_left .btn_gray03 {
	display: inline-block;
	margin:2px;
	padding: 8px 15px 7px;
	line-height: 1.4;
}
.shopping_btn_left .btn_gray02 {
	display: inline-block;
	margin:2px;
	padding: 8px 15px 7px;
	line-height: 1.4;
}
/*cart_flow*/
.cart_flow {
	text-align: center;
	margin-bottom: 10px;
}
.cart_flow ul {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
.cart_flow ul li {
	position: relative;
	margin-bottom: 15px;
	color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 7px 0 5px;
	font-size: 14px;
  transform: rotate(0.04deg);
}
.cart_flow ul li:last-child {
	margin-bottom: 0;
}
.cart_flow ul li::after {
	position: absolute;
	bottom:-10px;
	left:50%;
	width:12px;
	height: 12px;
	margin-left:-6px;
	content:"";
	border-right:2px solid #666;
	border-bottom:2px solid #666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cart_flow ul li:last-child::after {
	display: none;
}

@media print, screen and (min-width:576px) {
.cart_flow ul li {
	float: left;
	width: 22%;
	margin-bottom: none;
	margin-right: 4%;
}
.cart_flow ul li:last-child {
	margin-right: 0;
}
.cart_flow ul li::after {
	position: absolute;
	top:50%;
	right:-12%;
	bottom:auto;
	left:auto;
	width:12px;
	height: 12px;
	margin-top:-6px;
	margin-left:0;
	content:"";
	border-right:2px solid #94243a;
	border-bottom:2px solid #94243a;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
}
.cart_flow .step_on {
	color: #fff;
	background: #94243a;
}
.cart_flow .step_off {
	color: #fff;
	background: #aaa;
}
@media print, screen and (min-width:768px) {
.cart_flow ul li {
	font-size: 16px;
}
}

/*----------------------------------cart*/
.cart_box {
	margin-bottom:20px;
}
.cart_box .cart_box_title {
	display: none;
}
.cart_box .cart_box_detail {
	margin-bottom: 10px;
	padding:10px;
	text-align: right;
	background: #F8F5F0;
}
.cart_box .cart_box_detail li {
	margin-bottom:2px;
  transform: rotate(0.04deg);
}
.cart_box .cart_box_detail li.cart_box_name {
	margin-bottom:5px;
	text-align: left;
	line-height: 1.3;
}
.cart_box .cart_box_detail li.cart_box_btn {
	margin-top:5px;
}
.cart_box .cart_box_detail li.cart_box_ph {
	margin-bottom:10px;
	text-align: center;
}
.cart_box_btn button {
	color: #fff;
	background: #666;
	border: none;
	border-radius: 0;
	padding: 2px 8px;
	margin: 0;
	cursor: pointer;
}
table.cart_box_total {
	width: 100%;
	border-collapse: separate;	
}
table.cart_box_total tr th, table.cart_box_total tr td {
	padding:10px 5px;
	border-top:dotted 1px rgba(34,24,21,0.5);
}
table.cart_box_total tr th {
  font-weight: 400;
  background: #E3DBCD;
}
table.cart_box_total tr:first-child th {
    border-top: 0;
}
table.cart_box_total tr td {
  width: 25%;
	text-align: right;
}
table.cart_box_total tr td.bd_r {
  border-right: dotted 1px rgba(34,24,21,0.5);
}
table.cart_box_total tr td.subtotal {
	font-size:16px;
	font-weight: 700;
}
table.cart_box_total tr:last-child th, table.cart_box_total tr:last-child td {
	padding:10px 5px;
	border-top:solid 1px rgba(34,24,21,0.5);
}
table.cart_box_total tr:last-child td {
	font-size:18px;
	font-weight: bold;
  border-bottom: dotted 1px rgba(34,24,21,0.5);
}
@media print, screen and (min-width:768px) {
.cart_box {
	margin-bottom: 30px;
	text-align: left;
}
.cart_box .cart_box_title {
	display: block;
	margin-bottom: 10px;
	font-size:0;
}
.cart_box .cart_box_title li {
	display: inline-block;
	width: 13%;
	margin-left:0.25%;
	padding:8px 0;
  font-size: 14px;
	text-align: center;
	vertical-align: top;
	background: #E3DBCD;
  transform: rotate(0.04deg);
}
.cart_box .cart_box_title li.cart_box_name, .cart_box .cart_box_detail li.cart_box_name {
	width: 50%;
	margin-left: 0;
}
.cart_box .cart_box_title li.cart_box_btn, .cart_box .cart_box_detail li.cart_box_btn {
	width: 10%;
	text-align: center;
}
.cart_box .cart_box_detail {
	margin-bottom: 10px;
	padding:0;
	text-align: left;
	font-size:0;
}
.cart_box .cart_box_detail li {
	display: inline-block;
	width: 13%;
	margin-left:0.25%;
	text-align: right;
	vertical-align: middle;
	padding:10px 5px;
}
.cart_box .cart_box_detail li.cart_box_name {
	margin-bottom:0;
	text-align: left;
}
.cart_box .cart_box_detail li.cart_box_btn {
	margin-top:0;
	padding:10px 0;
}
.cart_box .cart_box_detail li.cart_box_ph {
	width: 100%;
	margin-left:0;
	margin-bottom:0;
	padding:10px 5px 0;
}
.cart_box .cart_box_detail li span {
	display: none;
}
table.cart_box_total {
	width: 100%;
	border-collapse: separate;	
}
table.cart_box_total tr th, table.cart_box_total tr td {
	padding:10px 5px;
	border-top:dotted 1px rgba(34,24,21,0.5);
  transform: rotate(0.04deg);
}
table.cart_box_total tr td {
	text-align: right;
}
table.cart_box_total tr:last-child th, table.cart_box_total tr:last-child td {
	padding:10px 5px;
	border-top:solid 1px rgba(34,24,21,0.5);
}
table.cart_box_total tr:last-child td {
	font-size:18px;
	font-weight: bold;
}
}


/*----------------------------------form*/
table.contact {
	width: 100%;
	margin: 20px 0;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
  transform: rotate(0.04deg);
}
table.contact tr th {
	display: block;
	padding: 10px;
	border-right: 1px solid #999;
	background: #F8F5F0;;
	line-height: 150%;
	text-align: left;
	vertical-align: middle;
  font-weight: 400;
}
table.contact tr td {
	display: block;
	padding: 10px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	text-align: left;
	background: #fff;
	vertical-align: middle;
}
table.contact tr td.td_child {
	border-bottom: 1px dotted #999;
}
table.contact p {
	margin-bottom: 5px;
}
table.contact tr th span.form_title {
	display: block;
	overflow: hidden;
}

/*必須アイコン*/
table.contact tr th span.txt_required {
	float: left;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	border-radius: 2px;
	color: #fff;
	background: #cc1414;
	padding: 6px 0;
	margin-right: 10px;
	line-height: 70%;
	width: 40px;
	display: block;
}
/*任意アイコン*/
table.contact tr th span.txt_optional {
	float: left;
	font-size: 11px;
	text-align: center;
	font-weight: normal;
	border-radius: 2px;
	color: #fff;
	background: #666;
	padding: 6px 0;
	margin-right: 10px;
	line-height: 70%;
	width: 40px;
	display: block;
}
/*入力エリア装飾*/
input[type="text"], input[type="tel"], input[type="password"], textarea {
	padding: 10px;
	font-size: 1.6rem;
	border-radius: 0;
	border: 1px solid #e8e8e8;
	background: #e8e8e8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#e8e8e8));
	background-image: -webkit-linear-gradient(left, #e8e8e8, #e8e8e8);
}
select {
	padding: 10px;
	font-size: 1.6rem;
	border-radius: 0;
	border: none;
	background: #e8e8e8;
}
select:focus {
	padding: 10px;
	font-size: 1.6rem;
	border-radius: 0;
	border: none;
}
/*入力エリアサイズ*/
.input_10 {
	width: 10%;
}
.input_20 {
	width: 20%;
}
.input_30 {
	width: 30%;
}
.input_50 {
	width: 50%;
}
.input_70 {
	width: 70%;
}
.input_100 {
	width: 100%;
}

.input_zip {
	width: 180px;
}
.input_tel {
	width: 200px;
}

/*入力モード*/
.ime_dis {
	ime-mode:disabled;
}
.ime_act {
	ime-mode:active;
}
/*入力例の文字装飾*/
::-webkit-input-placeholder {
    color: #bbb;
}
::-moz-placeholder {
    color: #bbb;
}
:-ms-input-placeholder {
    color: #bbb;
}
input:focus::-webkit-input-placeholder { 
	color:transparent;
}
input:focus:-moz-placeholder {
	color:transparent;
}
input:focus::-moz-placeholder {
	color:transparent;
}
textarea:focus::-webkit-input-placeholder { 
	color:transparent;
}
textarea:focus:-moz-placeholder {
	color:transparent;
}
textarea:focus::-moz-placeholder {
	color:transparent;
}
/*ラジオボタン余白調整*/
input[type=radio] {
	margin-left: 15px;
}
td label.first input[type=radio] {
	margin-left: 0;
}
/*チェックボックス余白調整*/
input[type=checkbox] {
	margin-left: 15px;
}
td label.first input[type=checkbox] {
	margin-left: 0;
}
tr:nth-child(10) td label {
	display: block;
}
tr:nth-child(11) td label {
	display: block;
}
tr:nth-child(12) td label {
	display: block;
}
tr:nth-child(12) td br {
	display: none;
}
@media print, screen and (min-width:768px) {
tr:nth-child(10) td label {
	display: inline;
}
tr:nth-child(11) td label {
	display: inline;
}
tr:nth-child(12) td label {
	display: inline;
}
tr:nth-child(12) td br {
	display: block;
}
 }
/*送信・戻るボタン*/
ul.submit_btn {
	font-size: 0;
	text-align: center;
	margin-bottom: 20px;
}
ul.submit_btn li {
	display: inline-block;
	cursor: pointer
}
ul.submit_btn li.inp_submit01 input {
	color: #fff;
	background: #666;
	border: none;
	border-radius: 4px;
	padding: 10px 15px;
	margin: 0 5px;
	cursor: pointer;
}
ul.submit_btn li.inp_submit02 input {
	color: #fff;
	background: #999;
	border: none;
	border-radius: 4px;
	padding: 10px 15px;
	margin: 0 5px;
	cursor: pointer;
}
ul.submit_btn li:hover {
	opacity: 0.7;
}

/*エラーメッセージ用*/
.errtop {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	padding:10px;
	text-align: center;
	font-weight: 500;
	color:#c33;
	background: #fcc;
}
.errtop::after {
	position: absolute;
	left:50%;
	bottom:-30px;
	width: 0;
	height: 0;
	margin-left:-15px;
	content: "";
	border:solid 15px transparent;
	border-top:solid 15px #fcc; 
}
.errmsg span {
	position: relative;
	display: inline-block;
	margin-top:10px;
	padding:5px 10px;
	font-weight: 500;
	color:#c33;
	background: #fcc;
}
.errmsg span::after {
	position: absolute;
	left:30px;
	top:-20px;
	width: 0;
	height: 0;
	content: "";
	border:solid 10px transparent;
	border-bottom:solid 10px #fcc; 
}

/*送信完了画面用*/
#thanks {
	margin:20px 0;
}
#thanks h5 {
	margin:0 0 15px;
	font-size:16px;
	font-weight:bold;
}
@media print, screen and (min-width:768px) {
table.contact {
	border-collapse: separate;
}
table.contact tr th {
	display: table-cell;
	border-right: none;
	border-bottom: 1px solid #999;
	width: 28%;
}
table.contact tr td {
	display: table-cell;
}
table.contact tr td.td_child {
	border-right: 1px dotted #999;
	border-bottom: 1px solid #999;
}
/*入力例の文字装飾*/
::-webkit-input-placeholder {
    color: #666;
}
::-moz-placeholder {
    color: #666;
}
:-ms-input-placeholder {
    color: #666;
}
}

/*------------------------------------------------------------login.php*/
.login input[type="text"], .login input[type="password"] {
	width: 100%;
}
.login .shopping_btn_center p {
	padding:5px 0;
}
@media print, screen and (min-width:576px) {
.login {
	text-align: center;
}
.login input[type="text"], .login input[type="password"] {
	width: 70%;
	margin:0 auto;
}
}
/*------------------------------------------------------------item.php*/
/*main_search*/
#main_search {
	width: 100%;
	margin-bottom: 40px;
}
#main_search input {
	width: 60%;
}

@media print, screen and (min-width:992px) {
#main_search {
	display: none;
}
}

.itemlist {
	display: -webkit-flex;
  display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.itemlist > li {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 20px;
  transform: rotate(0);
}
.itemlist li:nth-child(2n) {
	margin-right: 0%;
}
.itemlist li a {
	display: block;
	height: 100%;
	text-decoration: none;
	color:#000;
  transition: all 0.5s;
}
.itemlist li figure {
	margin-bottom: 10px;
  aspect-ratio: 3 / 2;
}
.itemlist li figure img {
	width: 100%;
	height: 100%;
  object-fit: cover;
}
.itemlist li p {
	line-height: 1.35;
}
.itemlist li p.item_title {
	margin-bottom: 10px;
	font-weight: 500;
}
.itemlist li p.icon {
	float: left;
}
.itemlist li p.item_price {
	margin-bottom: 10px;
	text-align: right;
  font-size: 18px;
	font-weight: 500;
	color:#94243a;
}
.itemlist li .item_comment {
	line-height: 1.35;
  transform: rotate(0.04deg);
}
.itemlist li p.item_date, .itemlist li p.item_num {
	margin-bottom: 3px;
}
.itemlist li p.item_sum span {
	font-weight: 500;
	color:#94243a;
}
@media print, screen and (min-width:576px) {
.itemlist li {
	width: 32%;
	margin-right: 2%;
}
.itemlist li:nth-child(2n) {
	margin-right: 2%;
}
.itemlist li:nth-child(3n) {
	margin-right: 0%;
}
}
@media print, screen and (min-width:768px) {
.itemlist > li {
	margin-bottom: 30px;
}
.itemlist li a:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
}

/*------------------------------------------------------------detaili*/
#bx-pager {
}
#bx-pager a {
  display: inline-block;
  width: 23.5%;
  aspect-ratio: 3 / 2;
  margin-right: 2%;
}
#bx-pager a:last-child {
  margin-right: 0;
}
#bx-pager a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#bx-pager a img {
  margin: 0;
}

.icon_area {
  margin-bottom: 15px;
}
.detailtext {
  margin-bottom: 20px;
  line-height: 1.6;
  transform: rotate(0.04deg);
}
.detailtext p {
  line-height: 1.6;
  transform: rotate(0);
}

/*------------------------------------------------------------order_history_detail.php*/
.history_box {
	margin-bottom:20px;
}
.history_box .history_box_title {
	display: none;
}
.history_box .history_box_detail {
	margin-bottom: 10px;
	padding:10px;
	text-align: right;
	background: #F8F5F0;
}
.history_box .history_box_detail li {
	margin-bottom:2px;
  transform: rotate(0.04deg);
}
.history_box .history_box_detail li.history_box_name {
	margin-bottom:5px;
	text-align: left;
	line-height: 1.3;
}
.history_box .history_box_detail li.history_box_btn {
	margin-top:5px;
}
.history_box .history_box_detail li.history_box_ph {
	margin-bottom:10px;
	text-align: center;
}
.history_box .history_box_detail li.history_box_ph img {
	width: 100%;
	max-width: 280px;
	height: auto;
}
.history_box_btn button {
	color: #fff;
	background: #666;
	border: none;
	border-radius: 0;
	padding: 2px 8px;
	margin: 0;
	cursor: pointer;
}
table.history_box_total {
	width: 100%;
	border-collapse: separate;	
}
table.history_box_total tr th, table.history_box_total tr td {
	padding:10px 5px;
	border-top:dotted 1px rgba(34,24,21,0.5);
}
table.history_box_total tr td {
	text-align: right;
}
table.history_box_total tr td.subtotal {
	font-size:16px;
	font-weight: bold;
}
table.history_box_total tr:last-child th, table.history_box_total tr:last-child td {
	padding:10px 5px;
	border-top:solid 1px rgba(34,24,21,0.5);
}
table.history_box_total tr:last-child td {
	font-size:18px;
	font-weight: bold;
}
@media print, screen and (min-width:768px) {
.history_box {
	margin-bottom: 30px;
	text-align: left;
}
.history_box .history_box_title {
	display: block;
	margin-bottom: 10px;
	font-size:0;
}
.history_box .history_box_title li {
	display: inline-block;
	width: 13%;
	margin-left:0.25%;
	padding:8px 0;
	text-align: center;
	vertical-align: top;
  font-size: 14px;
	background: #E3DBCD;
  transform: rotate(0.04deg);
}
.history_box .history_box_detail {
	margin-bottom: 10px;
	padding:0;
	text-align: left;
	font-size:0;
}
.history_box .history_box_detail li {
	display: inline-block;
	width: 13%;
	margin-left:0.25%;
	text-align: right;
	vertical-align: middle;
	padding:10px 5px;
}
.history_box .history_box_title li.history_box_ph, .history_box .history_box_detail li.history_box_ph {
	width: 15%;
	text-align: center;
	margin-left: 0;
}
.history_box .history_box_detail li.history_box_ph img {
	width: 100%;
	height: auto;
}
.history_box .history_box_title li.history_box_name, .history_box .history_box_detail li.history_box_name {
	width: 45%;
}
.history_box .history_box_detail li.history_box_name {
	margin-bottom:0;
	text-align: left;
}
.history_box .history_box_detail li.history_box_btn {
	margin-top:0;
	padding:10px 0;
}
.history_box .history_box_detail li span {
	display: none;
}
table.cart_box_total {
	width: 100%;
	border-collapse: separate;	
}
table.cart_box_total tr th, table.cart_box_total tr td {
	padding:10px 5px;
	border-top:dotted 1px rgba(34,24,21,0.5);
}
table.cart_box_total tr td {
	text-align: right;
}
table.cart_box_total tr:last-child th, table.cart_box_total tr:last-child td {
	padding:10px 5px;
	border-top:solid 1px rgba(34,24,21,0.5);
}
table.cart_box_total tr:last-child td {
	font-size:18px;
	font-weight: 700;
}
}

.sheet_basic tr.table_center th, .sheet_basic tr.table_center td {
	text-align: center;
}
.sheet_basic tr.table_center th jmg, .sheet_basic tr.table_center td img {
	max-width: 100%;
	height: auto;
}
/*------------------------------------------------------------user_add_2.php*/
/*note*/
.note {
	height: 250px;
	overflow: auto;
}
.note strong {
}
/*------------------------------------------------------------detail02.php*/
.tel_banner {
	background: #A64F51;
	padding: 15px 20px;
	margin-top: 20px;
}
.tel_banner p {
	color: #fff;
}
.tel_banner p.tel_bn_text {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background: url(../img/common_img/bg_green.gif) repeat;
	padding: 10px;
}
.tel_banner p.tel_bn_text a {
	text-decoration: none;
	color: #fff;
}

@media (min-width:768px) {
.tel_banner p.tel_bn_text {
	text-align: left;
	background: none;
	padding: 0;
}
}
