@charset "UTF-8";

@media screen and (max-width: 768px){

	#ordertbl,
	#ordertbl tbody,
	#ordertbl tr,
	#ordertbl2,
	#ordertbl2 tbody,
	#ordertbl2 tr,{
		width: 100%;
		display: block;
		border-collapse: collapse;
	}
	#ordertbl th,
	#ordertbl td,
	#ordertbl2 th,
	#ordertbl2 td{
		display: block;
		width: 100%;
		text-align: left;
	}
	#ordertbl tr td:nth-of-type(2n+1),
	#ordertbl2 tr td:nth-of-type(2n+1){
		border-bottom: none;
	}
	#ordertbl tr td:nth-of-type(even),
	#ordertbl2 tr td:nth-of-type(even){
		border-top: none;
		border-bottom: none;
	}

	#ordertbl2 input[type="text"], #orderlasttbl input[type="text"], #ordertbl2 textarea:focus{
		width: 100%;
	}
	textarea{
		width: 100%;
		height: 7em;
	}
	#orderlasttbl{
		margin: 15px 0;
		width: 100%;
	}
	#orderlasttbl td{
		padding: 10px;
	}
	.ordermadetbl{
		width: 96%;
	}
	.ordermadetbl td.firstChild,
	.ordermadetbl th.firstChild{
		width: 35%;
	}
	.ordermadetbl th:nth-of-type(2),
	.ordermadetbl td:nth-of-type(2){
		width: 17%;
	}
	.orderbox p{
		text-align: left;
	}
	.examplehx{
		margin: 15px auto 5px;
		width: 100%;
	}
	.orderformbg{
		font-size: 1.8rem;
		margin: 15px 0 !important;
		letter-spacing: 0.2em;
		
	}

	.ladiestbl{
		display: block;
	}
	.ladiestbl tbody,
	.ladiestbl tr{
		width: 100%;
		display: block;
	}
	.ladiestbl th{
		width: 100%;
		font-weight: bold;
		display: block;
	
	}
	.ladiestbl td{
		width: 100%;
		display: block;
		margin-bottom: 1em;
	}
	#borderbox{
		width: 100%;
	}
	#borderbox p{
		text-align: center;
		border: none;
	}
	#borderbox p a{
		padding: 0.3em;
		border-radius: 4px;
		border: 1px solid #dfdfdf;
		background: #eee;
		display: block;
	}
	.carttocenter{
		text-align: left;
		font-weight: bold;
		padding: 10px;
	}
	.carttocenter select{
		display: block;
		margin-bottom: 1em;
	}
	.globalprice{
		font-size: 1.6rem;
	}
	.column3{
		width: calc(50% - 10px);
		margin: 15px auto 0;
		height: auto !important;
		float: none;
	}
	#categorybox{
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.column3-tukaito,
	.column2{
		width: 100%;
		margin: 15px auto 0;
		height: auto !important;
		float: none;
	}
	.column3-tukaito input.lastChild,
	.column2 input.lastChild{
		display: block;
		margin: 10px auto;
	}
	.partsbox{
		width: 100%;
		margin: 15px auto;
	}
	.itemtitle{
		margin: 0;
		background-color: #000;
	}
	#menukisample{
		width: calc(100% - 20px);
		margin: auto;
	}
	#menukisample img{
		margin-bottom: 10px;
	}
	.tuba p{
		padding-left: 10px;
		padding-right: 10px;
	}
	.tuba{
		margin-bottom: 10px;
	}
	#categorybox>p{
		width: 100%;
	}
	.columnwide{
		width: 100%;
		margin: 10px auto;
		float: none;
	}
	.column2r{
		width: 100%;
		margin-right: 0;
		float: none;
		height: auto !important;
	}
	.itemtitle_half{
		background-color: #000;
	}
}