.mt8 { margin-top:8px; }
.mt16 { margin-top:16px; }
.mt32 { margin-top:32px; }

.mb0 { margin-bottom:0px; }
.mb8 { margin-bottom:8px; }
.mb16 { margin-bottom:16px; }
.mb32 { margin-bottom:32px; }

.lh200 { line-height: 200%; }
.strong { font-weight:bold; }

.div_center {
	margin-right:auto;
	margin-left:auto;
}

.text_red { color:red; }
.font15 { font-size:15px; }
.font28b { font-size:28px; font-weight:bold; }
.page.section-header h1.title1 { padding:0px; padding-top:20px; font-size:30px; font-weight:bold; }
.page.section-header h1.title2 { padding:0px; padding-top:12px; font-size:18px; font-weight:bold; }
@media only screen and (max-width: 767px){
	.page.section-header h1.title2 { font-size:16px; font-weight:bold; }
}

.sp-br { display: none; }
@media only screen and (max-width: 767px){
	.jpxlsx { margin-top:0px; margin-bottom:12px; }
	.sp-br { display: block; }
}

.page.section-header h1.title3 {
	padding:0px;
	font-size:28px; /* 36 */
	font-weight:bold;

	position:absolute;
	bottom:0px;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.page.section-header .ordersheet_header_div { min-height:160px;  }
@media only screen and (max-width: 1400px){
	.page.section-header h1.title3 { bottom:2px; font-size:28px; /* 36 */ }
}
@media only screen and (max-width: 1150px){
	.page.section-header h1.title3 { bottom:2px; font-size:24px; /* 28 */ }
}
@media only screen and (max-width: 900px){
	.page.section-header h1.title3 { bottom:0px; font-size:20px; /* 24 */ }
}
@media only screen and (max-width: 767px){
	.page.section-header h1.title3 { font-size:11px; /* 16 */ }
	.page.section-header .ordersheet_header_div { min-height:80px;  }
}

a.link_maker_web {
	padding:2px;
	padding-right:4px;
	padding-left:4px;
	border:1px solid #006ffd;	
    border-radius: 3px;
	font-size:80%;
}
a.link_maker_web:hover {
	border:1px solid gray;	
}

.text_center {
	text-align:center;
}
.text_right {
	text-align:right;
}
input.form-control-file { border:none; }

.page.section-header2 {
	padding:16px;
    background: #e5f5f5;
    /* border: 1px solid #e8e9eb; */
}
p.maker_caption { margin-bottom:0px; }

.bg_lightgray { background: whitesmoke; }
.bg_gray { background: darkgray; }
.jp_hidden { display:none; }

.mh60 { max-height:60px; }
.mh600 { max-height:550px; }

span.unit {
	display: table-cell;
    line-height: normal;
    text-align: center;
    vertical-align: middle;
    padding-left: 3px;
    border: none;
	font-size: 11px;
}

.jpbtn {
    display: inline-block;
	margin-bottom:8px;
    width: 100%;
    height: auto;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
	border: 1px solid gray;
    border-radius: 5px;
    padding: 0.375rem 0.5rem;
    background-color: transparent;
    color: #333;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: normal;
    white-space: normal;
    font-size: 12px;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.modal.and.carousel {
	position: fixed;
}        
@media (min-width: 576px){
	.modal-dialog {
		max-width: 900px !important;
		max-height: 700px !important;
		margin: 1.75rem auto;
	}
}
.carousel-indicators li {
	width: 10px;
	height: 10px;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #999;
	border-radius: 50%;
}
.carousel-indicators li.active {
	background-color: #d4edda;
}
.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d4edda' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d4edda' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.product_genre {
	color: #a2a2a2;
	/* color:#373737; */
	font-size: 12px;
}
table.ordersheet { width:100%; }
table.ordersheet td.cart__meta2 { max-width:280px; }
table.ordersheet td.cart__update-wrapper { min-width:130px; }

@media only screen and (max-width: 767px){
	table.ordersheet {
		width: 100%;
	}
	table.ordersheet th,
	table.ordersheet td {
		display: block;
		}
	.cart thead, .cart-price, .cart .cart__update-wrapper {
		display: block;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	table.ordersheet td.cart__image-wrapper {
		width:70%;
		margin-right:auto;
		margin-left:auto;
	}
	table.ordersheet td.cart__meta2 {
		display: block;

	}
}