@media print, screen and (min-width: 768px) {
	.positionC {
		text-align:center;
	}
	.bento-box {
		margin-bottom: 30px;
	}
	.bento-box img{
		max-width: 100%;
	}
	.size-width100 {
		width:100%;
		height:auto;
	}
	.bento-box td {
		width: 50%;
	}
	/*.tbl-base thead th {*/
	/*	background: none;*/
	/*	border-left: 1px dotted #999;*/
	/*	border-right: 1px dotted #999;*/
	/*	color: #fff;*/
	/*	font-weight: bold;*/
	/*	padding: 0;*/
	/*}*/
	.tbl-base thead th img {
		vertical-align:top;
	}
	.green-tea {
		margin:0 0 20px 0;
		font-weight:bold;
		color:#df0522;
	}
	.bt-list {
		margin:0 0 15px 1.0em;
	}
	.bt-list li {
		text-indent: -1.0em;
	}
	.tel a {
		text-decoration:none;
		color:#333;
	}
	.txt_h{
		height:60px;
	}
	.allergy_Box {
		width:98%;
	}
	.allergy_Box td{
		width: 7%;
		text-align:center;
	}
	.allergy_day{
		text-align:right;
		font-size:12px;
		padding-top:5px;
	}
	.egg-color{
		color: #FF6600;
	}
	.milk-color{
		color: #2A2A2A;
	}
	.wheat-color{
		color: #CC9900;
	}
	.soba-color{
		color: #993333;
	}
	.peanut-color{
		color: #999933;
	}
	.shrimp-color{
		color: #FF3300;
	}
	.crab-color{
		color:#FF3333;
	}
	.soy-color{
		color: #996600;
	}
}
.bento-box .b-price {
	text-align: right;
	font-weight: bold;
	margin: 5px 0;
}
.size-width100 {
	width:100%;
	height:auto;
}
@media screen and (max-width: 767px) {
	.positionC {
		text-align:center;
	}
	.tac img {
		width:100%;
	}
	.bento-box {
		margin:0 0 15px 0;
	}
	.green-tea {
		margin:15px 0;
		font-weight:bold;
		color:#df0522;
	}
	.bt-list {
		margin:0 0 15px 1.0em;
	}
	.bt-list li {
		text-indent: -1.0em;
	}
	.tel a {
		text-decoration:none;
		color:#333;
	}
	.milk-color{
		color: #2A2A2A;
	}
	.wheat-color{
		color: #CC9900;
	}
	.soba-color{
		color: #993333;
	}
	.peanut-color{
		color: #999933;
	}
	.shrimp-color{
		color: #FF3300;
	}
	.crab-color{
		color:#FF3333;
	}
	.soy-color{
		color: #996600;
	}
	.bento-box td{
		vertical-align:top;
	}
	.tbl-base>tbody>tr>th,.tbl-base>tbody>tr>td {
		display: block;
		width: 100%;
	}
	.tbl-base table {
		width: 100%;
	}
}