header {
	z-index: 1000
}

.cmn_cont01 h1 {
	font-size: 40px !important;
	font-weight: normal;
	padding: 1rem;
}

.orderbox .info .discountbox p span {
	width: 6.5rem;
}

.orderbox>div .body table td ul li span {
	border: 1px solid rgb(239, 239, 239);
}

select::-ms-expand {
	display: none;
}

.hnav_search {
	position: absolute;
	top: 24px;
	right: 468px;
}

.hnav_search input[type="text"] {
	width: 190px;
	height: 28px;
	padding: 1px 2px;
	border: #dcdcdc solid 1px;
	border-radius: 0;
	font-size: 0.9rem;
	box-sizing: border-box;
	-webkit-appearance: none;
}

.hnav_search input[type="submit"] {
	width: 48px;
	padding: 0 10px;
	height: 24px;
	font-size: 0.9rem;
	box-sizing: border-box;
	background-color: #000;
	color: #fff;
	border-radius: 0;
	cursor: pointer;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.hnav_contents ul li a:hover {
	color: #24bbb7;
	text-decoration: none
}

.hnav_contents ul li {
	position: relative;
}

.hnav_contents ol.menu_menu {
	display: none;
	position: absolute;
	padding: 0;
	top: 20px;
	left: 0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.hnav_contents ol.menu_menu li {
	display: block;
	background-color: #fdfdfd;
	border-top: 1px solid #ccc;
	width: 200px;
	margin: 0;
	padding: 9px 25px 9px 10px;
	font-size: 0.9em;
	border-collapse: collapse;
}

.cmn_pagetop {
	z-index: 1000;
}

/* ボタンの色変更 */
.cmn_btn01 {
	background-color: #6495ed;
}

.cp,
.red.lighten-1,
#btn_complete {
	background-color: #32cd32 !important;
}

#btn_complete,
.cmn_btn01.back {
	padding: 1em 0;
}

@media all and (max-width:1130px),
print {
	.hnav_search a.hot_key {
		display: none;
	}
}

@media all and (max-width:1039px),
print {
	header {
		height: 95px;
		margin-top: -95px;
	}

	.headerIn {
		max-width: none;
		height: 95px;
		padding: 0;
	}

	.hcopy {
		font-size: 9px;
		position: relative;
		top: 8px;
		left: 0;
		text-align: center;
	}

	.cmn_hlogo {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 25px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.cmn_hlogo a img {
		width: 147px;
	}

	.hnav_search {
		display: none;
	}

	.hnav_icons {
		top: auto;
		bottom: 15px;
		right: 15px;
	}

	.hnav_icons ul {
		display: table;
		table-layout: fixed;
	}

	.hnav_icons ul li {
		padding-left: 20px;
		display: table-cell;
		vertical-align: middle;
		position: relative;
	}

	.hnav_icons ul li.hnav_icons_help span,
	.hnav_icons ul li.hnav_tel {
		display: none;
	}

	.hnav_icons img {
		height: auto;
	}

	.hnav_icons_cntct img,
	.hnav_icons_help img {
		width: 16px;
	}

	.hnav_icons_cart img {
		width: 20px;
	}

	.hnavi_contact {
		padding: 20px;
		position: fixed;
		top: 90px;
		right: 50%;
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
	}

	.hnavi_contact p.hnavi_contact_ttl {
		font-size: 1.5rem;
	}

	.hnavi_contact p.hnavi_contact_fax,
	.hnavi_contact p.hnavi_contact_tel {
		font-size: 1.8rem;
	}

	.hnavi_contact p.hnavi_contact_bizHours {
		font-size: 1.1rem;
	}

	.hnavi_contact p.hnavi_contact_mail {
		font-size: 1.3rem;
	}

	.hnavi_menuBtn {
		margin: 0;
		padding: 0;
		display: inline-block;
		position: absolute;
		bottom: 10px;
		left: 15px;
		cursor: pointer;
	}

	.hnavi_menuBtn img {
		width: 25px;
		height: auto;
	}

	.hnav_contents {
		width: 100%;
		position: absolute;
		top: 95px;
		left: 0;
		display: none;
	}

	.hnav_contents ul {
		width: 100%;
		max-height: calc(100vh - 95px);
		display: block;
		position: relative;
		bottom: auto;
		right: auto;
		font-size: 1rem;
		background-color: #fff;
		border-bottom: 3px solid #e6e6e6;
		overflow-y: auto;
	}

	.hnav_contents ul li {
		border-top: 1px solid #e6e6e6;
	}

	.hnav_contents ul li a {
		padding: 20px;
		color: #000;
		display: block;
		background-image: url(../img/cmn_icon_arrow_bk_r.png);
		background-size: auto 14px;
		background-repeat: no-repeat;
		background-position: right 15px top 50%;
	}

	.hnav_contents ul li a:hover {
		color: #24bbb7;
		text-decoration: none;
	}

	.hnav_contents ul li {
		overflow: hidden;
	}

	.hnav_contents ol.menu_menu {
		display: none;
		position: relative;
		width: 100%;
		padding: 0;
		margin: 0;
		top: 0;
		left: 0;
		border-left: 0;
		border-right: 0;
		border-bottom: 1px solid #ccc;
	}

	.hnav_contents ol.menu_menu li {
		display: block;
		background-color: #f5f5f5;
		border-top: 1px solid #ccc;
		width: 100%;
		margin: 0;
		padding: 0;
		font-size: 0.9em;
		border-collapse: collapse;
	}

	.hnav_contents ol.menu_menu li a {
		padding: 15px 30px;
	}

	.hnav_contents ul li:last-child ol.menu_menu li:last-child {
		margin-bottom: 42px;
	}
}