/* CSS Document */
.button-hyoka {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 10px;
	text-align: center;
}

.invoice{
	color:#fff;
	font-weight:bold;
	display:inline-block;
	margin:0;
	background:#182F8F;
	padding:3px 6px;
	border-radius:5px;
	font-size:13px;
}

.hasso-button{
	padding: 0 11px !important;

}

.order_area {
	background-color: #E8E8FF;
	border: solid 1px #6699FF;
}

.iro_sen_auto {
	background-color: coral;
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: sandybrown sandybrown sandybrown sandybrown;
	padding: 5px;
}

.color_list {
	margin-bottom: 10px !important;
	border-width: 1px !important;
	border:solid #ccc;
}
.color_list th {
	/* font-size:12px;
	font-weight: normal;
	background:#cce8fc;
	color:#555;
	padding:5px;
	border:solid #ccc;
	border-width: 1px !important; */
}
.color_list td {
	/* font-size:12px;
	font-weight: normal;
	color:#555; */
	/* padding:5px;
	border:solid #ccc; */
	border-width: 1px !important;
}


.size_list {
	margin-bottom: 10px !important;
	border-width: 1px !important;
	border:solid #ccc;
}

.fb_iframe_widget {
	line-height: 10px;
}

/* .ck-editor__editable {min-height: 500px;} */
.bx-pager {
	display: flow;
}
.bx-pager a {
	height: 40px;
	width: 60px;
	display: inline-block;
	overflow-x: hidden;
	overflow-y: hidden;
	margin-bottom: 6px;
}
.bx-wrapper .bx-controls-direction a {
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
	text-indent: unset;
	z-index: 9;

}

img {
	vertical-align: baseline !important;
}
.uk-close {
	top: 14px;
}
.uk-slideshow .uk-position-relative {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: 5px solid #fff;
	background: #fff;
	height: 640px
}
.uk-slideshow-items {
	min-height: 100% !important;
}
.uk-slideshow-nav {
	display:table;
}
.uk-slideshow-nav li {
	height: 40px;
	width: 60px;
	display: inline-block;
	overflow-x: hidden;
	overflow-y: hidden;
	margin-bottom: 6px;
	padding: 0;
	margin-right: 10px;
}
.uk-slideshow-nav li a {
	display: contents;
	text-indent: inherit;
}
.uk-slideshow-nav li a img {
	text-align: center;
	object-fit: contain;
	max-width: 60px;
	max-height: 60px;
	opacity: 0.5;
}
.uk-slideshow-nav li.uk-active a img {
	opacity: 1;
}
.uk-slideshow-nav.uk-dotnav {
	margin-left: 0;
}
.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(152, 152, 152, 0.7);
	width: 100%;
	height: 100%;
	z-index: 10;
}
.modal_login {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(152, 152, 152, 0.7);
	width: 100%;
	height: 100%;
	z-index: 10;
}
.post_process {
	display: none;
	position: fixed;
	z-index: 15;
	top: 30%;
	left: 50%;
	width: 800px;
	padding: 10px;
	background-color: #66CCFF;
	border-radius: 8px;
	-webkit-transform: translate(-50%, -10%);
	transform: translate(-50%, -10%);
	color: #fff;
	font-size: 1.3rem;
	border: 0.3rem solid #fff;
}
.post_process_login {
	display: none;
	position: fixed;
	z-index: 15;
	top: 30%;
	left: 50%;
	width: 600px;
	padding: 10px;
	background-color: #66CCFF;
	border-radius: 8px;
	-webkit-transform: translate(-50%, -10%);
	transform: translate(-50%, -10%);
	color: #fff;
	font-size: 1.3rem;
	border: 0.3rem solid #fff;
}
.input_content {
	width: 100%;
	max-width: 100%;
	text-align: left;
	font-size: 1.0rem;
	color: #000;
}
.post_item_name {
	color: #000;
	text-align: left;
}
.question_content {
	text-align: left;
	padding: unset;
}
.cusion {
	color: #F00;
	font-size: 0.8rem;
}
.question_button {
	display: flex;
}

/* これから */
.wrapper-detail {
	width: 1320px;
	margin: 0 auto;
	margin-top: 20px;
}

.catchcopy {
    background: #a00;
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
    padding: 10px 20px;
}

.circle-red {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: red;
    color: white;
    font-weight: bold;
    font-size: 14px;
}

.breadcrumb-item {
	color: #999;
}

.breadcrumb {
	margin-bottom: 0px;
}