body{
	background-color:white;
	background-image:url('/img/background.jpg');
	background-repeat:repeat;
	margin:0;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

a{
	text-decoration:none;
	color:inherit;
}


*{
	box-sizing:border-box;
}

div.logo{
	padding:1% 40% 0 40%;
}

.contents_all{
    width: 1035px;
    margin-left: 180px;
}

div.container{
	/*width:1200px;*/
	margin-left:auto;
	margin-right:auto;
}
@supports (-ms-ime-align:auto) {
div.container {
    display:inline-block;
  }
}



div.header_buttons{
	float:right;
	display:table;
	border-spacing:5px 0px;

}

.topbutton{
	margin-right:5px;
	padding:5px 15px 0px;
	height:45px;
	vertical-align:middle;
	border-radius: 0px 0px 5px 5px;
	color:white;
	display:table-cell;
	font-weight:bold;
	overflow:hidden;
	line-height:1.1;
}



div.left_contents{
	float:left;
	width:1000px;
	/*height:624px;*/
}

div.right_contents{
	float:left;
	width:95%;
	height:auto;
	margin-top: 20px;
}

div.lunch{
	/*margin:2px 10px 0;*/
    width:741px;
	width:calc(100% - 24px);
	height:250px;
	/*background-color:saddlebrown;*/
	/*border-radius:10px;*/
    padding:10px 0px;
}

div.inner_header{
	height:56px;
	padding:8px 12px;
	overflow:hidden;
    color:white;
}
div.inner_header p{
	margin:0;
	line-height:1.2;
}
div.inner_header p.title{
	font-weight:bold;
}
div.inner_header p.content{
    font-size: 12px;
	font-size:0.75rem;
}


div.lunch a.image{
	margin:0px 12px;
	height:178px;
	background-image:url('/img/lunch.jpg');
    background-size: 820px;
	/*kari*/
	/*background-position:95% 80%;*/
	background-position:37% 33%;
	background-repeat:no-repeat;
	display:block;
	border-radius:10px;
	padding:20px 0px 0px 0px;
	text-align:center;
}


div.lunch_image span.text,
div.lunch a.image span.text{
    font-size: 64px;
	font-size:4rem;
	//color:#4d260b;
	color:saddlebrown;
    font-weight:bold;
    display:inline-block;
    padding:0 20px;
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#80ffffff,EndColorStr=#80ffffff);
    background-color:rgba(255,255,255,0.8);
    border-radius:50px;

}
div.lunch_image span.button,
div.lunch a.image span.button{
	color:white;
	font-weight:bold;
	overflow:hidden;
	line-height:1.1;
    font-size:24px;
	font-size:1.5rem;
	background-color:saddlebrown;
	border-radius:20px;
	padding: 5px 10px;
    display:inline-block;
    margin-top:10px;
}

div.foods{
	margin:9px 12px 0;
    width:741px;
	width:calc(100% - 24px);
	height:198px;
	max-height:198px;
	background-color:#4d260b;
	overflow:hidden;
	border-radius:10px;
	color:#8b4513;
}
div.campaign{
	margin:9px 12px 12px 12px;
    width:741px;
	width:calc(100% - 24px);
	height:198px;
	max-height:198px;
	background-color:#ffddee;
	overflow:hidden;
	border-radius:10px;
	color:#8b4513;
}


div.news{
	/*margin:0px 12px 12px 0px;*/
	/*width:calc(100% - 12px);*/
	/*height:612px;*/
	/*border-radius:10px;*/
}


div.foods .button{
	margin:3px 0px 0px 6px;
    width:99px;
    height:160px;
	padding:5px 0px 0px;
	border-radius: 10px;
	color:white;
	font-weight:bold;
	overflow:auto;
	line-height:1.1;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	float:left;
}
div.foods div.text{
    padding: 2px 15px;
    font-size:12px;
    font-size:0.75em;
    color:white;
}

div.campaign div.text{
    font-size:16px;
    color:#4d260b;
    font-weight:bold;
    line-height: 16px;
    padding: 8px 0 4px 10px;
}

div.campaign div.banner{
    width:700px;
    height:160px;
    margin: 5px auto;
}
div.campaign div.banner img{
    max-width:700px;
    max-height:160px;
    width:auto;
    height:auto;
}
div.foods .button div.image_large{
	margin:12px auto 24px;
	width:90px;
	height:90px;
	overflow:hidden;
	border-radius:20%;

}
div.foods .button div.image_small{
	margin: 3px 0px;
	width:36px;
	height:36px;
	overflow:hidden;
	border-radius:50%;
	float:left;
}

div.foods .button .image_large img{
	width:90px;
	height:90px;
}
div.foods .button .image_small img{
	width:36px;
	height:36px;
}
/*
div.foods .button:nth-of-type(-n+4){
    height: 180px;
    width: 170px;
}

div.foods .button:nth-last-of-type(-n+3){
	height:51px;
    width: 230px;
}

div.foods .button:nth-last-of-type(-n+3) .text{
	padding:12px;
}
*/
.b1,
div.tabs a:nth-of-type(1){
	background-color:#B28247;
}
.b2,
div.tabs a:nth-of-type(2){
	background-color:#2EA7E0;
}
.b3,
div.tabs a:nth-of-type(3){
	background-color:#8FC31F;
}
.b4,
div.tabs a:nth-of-type(4){
	background-color:#00A29A;
}
.b5,
div.tabs a:nth-of-type(5){
	background-color:#0054A7;
}
.b6,
div.tabs a:nth-of-type(6){
	background-color:#171C61;
}
.b7,
div.tabs a:nth-of-type(7){
	background-color:#601986;
}
div.tabs a:nth-of-type(8){
	background-color:#A40B5D;
}
div.tabs a:nth-of-type(9){
	background-color:red;
}
#carttab,
div.tabs a:nth-of-type(10){
	background-color:black;
}
#lunchcarttab,
div.tabs a:nth-of-type(11){
	background-color:#F39800;
}
div.tabs a:nth-of-type(12){
	background-color:pink;
}


div.news div.half{
	overflow:auto;
	height:50%;
	padding: 12px;
	color:white;
}
div.news div.news_headquaters{
	overflow:auto;
	height:235px;
	padding: 5px 10px;
	color:black;
	background-color:white;
}

div.news div.news_clotho{
	overflow:auto;
	height:235px;
	padding: 5px 10px;
	color:black;
	background-color:white;
}

div.news div.news_contents{
	overflow:scroll;
	height:100%;
	padding: 12px;
	color:white;
}

div.news div.newsitem{
	border-bottom:1px #B36200 dashed;
	margin:6px 0px;
	padding-bottom:6px;
	overflow:hidden;
	font-size: 80%;
}

div.news div.newsitem:last-of-type{
	border:none;
}
div.news div.newsitem:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
div.news div.newsitem div.img{
	width:100px;
	margin-right:12px;
	float:left;
}
div.news div.newsitem div.img img{
	width:100px;
}

div.news h3{
	margin:0px;
	height: 30px;
	line-height: 30px;
	background-color: #8FC31F;
	color: white;
	text-align: center;
}

div.news h4{
	margin: 0px;
	height: 32px;
 	line-height: 25px;
	background-color: #4d260b;
	color: white;
	text-align: center;
}

div.content a{
	font-size: 13px;
	font-weight: bold;
    color: #8FC31F;
}

div.n_comment{
	font-size: 11px;
}

span.news_level{
	width: 60px;
	margin: 0px;
}

i.file{
	/*color:red;*/
	margin-left:5px;
}

div.link_area{
	background-color: #595757;
	text-align:right;
	padding-right:10px;
	font-size: 13px;
	color:white;
}


div.list_contents{
	float:left;
	/*width:950px;*/
	width:785px;
	padding:12px 0 12px 10px;
}

div.cart_contents{
	float:left;
	width:250px;
	padding:12px 12px 12px 10px;
}


div.cart_area{
	width:100%;
	border: 2px solid black;
	height: 698px;
	background-color: #FFFFFF;
	padding:16px 12px 0px 12px;
	overflow-y: auto;
}


div.cart_bar{
	height:100%;
}

div.tabs, div.carttabs{
	width:100%;
	height:40px;
}

div.lunchtabs{
    width:100%;
    border:2px solid black;
    border-bottom:0px;
}

div.lunchtabs a,
div.lunchtabs a.disable{
    width:25%;
    display:inline-block;
    background:#ffffbb;
    padding:4px 0px;
    text-align:center;
    cursor:pointer;
    font-size:14px;
	font-weight:bold;
    border-right:1px solid #ffdbb5;
    border-top:1px solid #ffdbb5;
}
div.lunchtabs a.disable{
    cursor:initial;
}

div.lunchtabs a:nth-of-type(-n+4){
    border-top:none;
}
div.lunchtabs a:nth-of-type(4n){
    border-right:none;
}
div.lunchtabs a.active{
    background:#009688;
    color:white;
}

div.carttabs a{
	margin-top:4px;
	text-align:center;
	float:left;
	position: relative;
    width:82px;
	width:calc((100% - ( 14px * 12 )) / 10);
	padding:7px;
	margin-right:4px;
	color:white;
	height:38px;
	border-radius:5px 5px 0 0;
	font-weight:bold;
	border-top:2px solid black;
	border-left:2px solid black;
	border-right:2px solid black;
	cursor:pointer;
}

div.carttabs a.active{
	margin-top:0px;
	margin-right:3px;
	margin-left:-1px;
	height:42px;
}
div.carttabs a{
    width:48%;
	width:calc((100% - 4px * 3)/2);
}

.tabs a.active:after {
    content: ' ';
    height: 0;
	box-sizing:border-box;
    position: absolute;
	width:100%;
    border-top:	12px solid transparent;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 12px solid transparent;
    top: 100%;
    left: 0px;
}
.carttabs a.active:after {
    content: ' ';
    height: 0;
	box-sizing:border-box;
    position: absolute;
	width:100%;
    border-top:	12px solid black;
    border-right: 52px solid transparent;
    border-left: 52px solid transparent;
    border-bottom:	12px solid transparent;
    top: 100%;
    left: 0px;
}

div.tabs a:nth-of-type(1).active:after{
     border-top:12px solid #00A29A;
}
div.tabs a:nth-of-type(2).active:after{
    border-top:12px solid #00A29A;
}
div.tabs a:nth-of-type(3).active:after{
    border-top:12px solid #00A29A;
}
div.tabs a:nth-of-type(4).active:after{
    border-top:12px solid #00A29A;
}
div.tabs a:nth-of-type(5).active:after{
    border-top:12px solid #00A29A;
}
div.tabs a:nth-of-type(6).active:after{
    border-top:12px solid #00A29A;
}
div.tabs a:nth-of-type(7).active:after{
    border-top:12px solid #00A29A;
}
div.tabs a:nth-of-type(8).active:after{
    border-top:12px solid #00A29A;
}
div.tabs a:nth-of-type(9).active:after{
    border-top:12px solid #00A29A;
}
div.tabs a:nth-of-type(10).active:after{
    border-top:12px solid #00A29A;
}
div.tabs a:nth-of-type(11).active:after{
    border-top:12px solid #00A29A;
}
div.tabs a:nth-of-type(12).active:after{
    border-top:12px solid #00A29A;
}
div.tabs a:nth-of-type(13).active:after{
    border-top:12px solid #00A29A;
}
div.tabs a:nth-of-type(14).active:after{
    border-top:12px solid #00A29A;
}
div.tabs a:nth-of-type(15).active:after{
    border-top:12px solid #00A29A;
}
div.tabs a:nth-of-type(16).active:after{
    border-top:12px solid #00A29A;
}
div.tabs a:nth-of-type(17).active:after{
    border-top:12px solid #00A29A;
}
div.tabs a:nth-of-type(18).active:after{
    border-top:12px solid #00A29A;
}
div.tabs a:nth-of-type(19).active:after{
    border-top:12px solid #00A29A;
}
div.tabs a:nth-of-type(20).active:after{
    border-top:12px solid #00A29A;
}
/*#carttab.active:after,
div.tabs a:nth-of-type(10).active:after{
    border-top:12px solid teal;
}*/
#lunchcarttab.active:after{
    border-top:12px solid #F39800;
}



div.tabs a:first-of-type,
div.carttabs a:first-of-type{
	margin-left:2px;
}

div.tabs a:last-of-type,
div.carttabs a:last-of-type{
	margin-right:0px !important;
}

div.itemlist{
	width:100%;
	border: 2px solid black;
	background-color:white;
	padding-top:14px;
	padding-bottom:16px;
	padding-left:12px;
	min-height: 700px;
	margin-top: 40px;
}

div.itemlist.lunchlist{
    padding:0px;
}

.itemlistarea{
	padding-top: 10px!important;
}

div.itemlist:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
div.itemlist a{
    /*padding-left: 0px !important;*/
}

div.categories{
	width:100%;
	padding-bottom:10px;
    font-size: 14px;
	font-weight: bold;
}

div.categories:after
{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
div#items:after
{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}


div.categories .catbutton{
    width:15%;
	width:calc((100% - 10px*4 - 2px*2)/6);
	float:left;
	text-align:center;
	border-radius: 20px;
	padding:2px 0px;
	margin-bottom:8px;
	margin-right:7px;
	color:black;
	border: 2px solid black;
	cursor:pointer;
	font-size:13px;
}

div.categories select{
	width:100px;
	margin-right:10px;
}

div.categories #sel_category{
	width: 150px;
}

div.categories input{
	width:150px;
	margin-right:5px;
}

div.categories #searchButton{
	width:100px;
	display:inline-block;
	text-align:center;
	border-radius: 20px;
	padding:0px;
	margin-bottom:8px;
	/*margin-right:8px;*/
	color:white;
	background-color:black;
	border: 2px solid black;
	cursor:pointer;
}


div.categories .catbutton.selected{
	color:white;
	background-color:black;
}

a.addcart{
	border: 1px solid black;
	cursor:pointer;
	background-color:#dddddd;
	/*margin-left: 15px;*/
	border-radius: 2px;
}


div#limit{
	float:left;
}

a#order_button{
	border: 1px white solid;
	display:block;
	color:white;
	font-weight:bold;
	overflow:hidden;
	background-color:#8FC31F;
	border-radius:0px;
	padding: 6px;
	text-align: center;
	margin-bottom:3px;
}

a#order_button:hover {
    background-color:#f39800!important;
}

.delcart , .resetcart{
    cursor: pointer;
    float: right;
	margin-left: 5px;
}

a#toplogo{
	max-height:50px;
	display:inline-block;
	overflow:hidden;
	padding:0px;

}

p.pagebutton,
a.pagebutton{
	border: 1px black solid;
	color:white;
	max-height:50px;
    font-size: 18px;
	font-size:1.1rem;
	overflow:hidden;
	display:inline-block;
	margin-top:5px;
	margin-right: 240px;
	font-weight:bold;
	overflow:hidden;
	background-color:darkmagenta;
	border-radius:5px;
	padding: 10px 30px;
	text-align: center;
	float: right;
	cursor: pointer;
}

.ordercart h3,
.orderregist h3{
    margin:0px;
}

.ordercart ,.orderregist{
	width:1020px;
	padding-bottom:100px;
    float:left;
}

.ordercart table ,.orderregist table{
	border:2px solid black;
}

.ordercart th ,.orderregist th{
	text-align: center;
    background-color: black;
    color: white;
    font-weight: normal;
}

.ordercart .price_rate th, .ordercart .month_price_rate th{
    background-color:#ffaaaa;
}

.ordercart td,.orderregist td{
	border:1px solid black;
	height: 30px;
	text-align: right;
	padding: 3px;
}


.ordercart thead .orderregist thead{
	border:1px solid black;
}

.ordercart table , .orderregist table{
	padding: 8px;
	/*width: 100%;*/
	border-radius: 5px;
	background-color: white;
	border-collapse: collapse;
	margin-top: 10px;
    font-size: 13px;
}
.ordercart .orderregist{
	width: 100%!important;
	background: white;
	padding: 30px 10px!important;
	border-radius: 15px;
	min-height: 500px;
	margin-top: 15px;
}

.cartpage #reset_button ,
.cartpage #regist_button ,
.cartpage #re_button {
	margin-top: 5px;
	width: 200px;
    border: 0px black solid;
    display: block;
    color: white;
    font-weight: bold;
    overflow: hidden;
    background-color: red;
    border-radius: 20px;
    padding: 3px;
    text-align: center;
    margin-bottom: 3px;
    cursor:pointer;
    font-size:16px;
    font-size:1rem;
    line-height:24px;
    line-height:1.4rem;
}
.ordercart a#lunch_reset_button{
    margin-top: 5px;
    margin-left: 200px;
    width: 170px;
    border: 1px black solid;
    display: block;
    color: white;
    font-weight: bold;
    overflow: hidden;
    background-color: #aa1133;
    border-radius: 20px;
    padding: 2px;
    text-align: center;
    margin-bottom: 10px;
    cursor:pointer;
}

.cartpage #reset_button.disabled,
.ordercart #lunch_reset_button.disabled{
    background-color: gray;
    cursor:initial;
}

.ordercart .lunchamount{
	width: 80px;
}

.ordercart th ,.orderregist th{
    border: solid 1px;
}

.ordercart td input {
	width: 55px;
	margin-right: 5px;
	text-align: center;
}

.orderregist td input{
	width: 70px;
	text-align: center;
}

.orderregist td input{
	border: solid 0px;
	font-size: 27px;
	font-weight: bolder;
}

.ordercart td,
.orderregist td{
	width: 10%;
}

.ordercart td.caution,
.orderregist td.caution{
    background-color: #ff0044;
    font-weight:bold;
    color:white;
}
.ordercart td.caution_msg,
.orderregist td.caution_msg{
    font-weight:bold;
    color:red;
    text-align: right !important;
}
.ordercart td:nth-of-type(1),
.orderregist td:nth-of-type(1){
	width: 4%;
	text-align: center;
}

.ordercart td:nth-of-type(2),
.orderregist td:nth-of-type(2){
	text-align: left;
	width: 20%;
}

.ordercart td:nth-of-type(3),.orderregist td:nth-of-type(3){
	width: 8%;
}

.ordercart td:nth-of-type(4),
.orderregist td:nth-of-type(4){
	text-align:center;
	width: 8%;
}
.ordercart td:nth-of-type(5),
.orderregist td:nth-of-type(5),
.ordercart td:nth-of-type(6),
.orderregist td:nth-of-type(6){
	text-align:center;
    width:9%;
}

.ordercart td:nth-of-type(7),
.orderregist td:nth-of-type(8){
	text-align:center;
	width:9%;
}
.ordercart td:nth-of-type(8),
.orderregist td:nth-of-type(8){
	width:8%;
}
.ordercart td:nth-of-type(9),
.orderregist td:nth-of-type(9){
	width:10%;
	text-align:center;
}
.ordercart td:nth-of-type(11),
.orderregist td:nth-of-type(11){
    width:10%;
}

.ordercart tr:nth-of-type(2n).od_g, .orderregist tr:nth-of-type(2n).od_g{
    background-color:#ccccff;
}
.ordercart tr:nth-of-type(2n+1).od_g, .orderregist tr:nth-of-type(2n+1).od_g{
    background-color:#e0e0ff;
}
.ordercart tr:nth-of-type(2n).od_r, .orderregist tr:nth-of-type(2n).od_r{
    background-color:#ccccff;
}
.ordercart tr:nth-of-type(2n+1).od_r, .orderregist tr:nth-of-type(2n+1).od_r{
    background-color:#e0e0ff;
}
.ordercart tr:nth-of-type(2n).od_y, .orderregist tr:nth-of-type(2n).od_y{
    background-color:#ccccff;
}
.ordercart tr:nth-of-type(2n+1).od_y, .orderregist tr:nth-of-type(2n+1).od_y{
    background-color:#e0e0ff;
}
.ordercart tr:nth-of-type(2n).od_b, .orderregist tr:nth-of-type(2n).od_b{
    background-color:#ccccff;
}
.ordercart tr:nth-of-type(2n+1).od_b, .orderregist tr:nth-of-type(2n+1).od_b{
    background-color:#e0e0ff;
}

.ordercart tr:nth-of-type(2n) , .orderregist tr:nth-of-type(2n){
	background-color: #ddffdd;
}

.ordercart .yen, .orderregist .yen{
	width: 20px!important;
	float:right;
}

.cartpage div#footerArea{
    position: fixed;
	bottom:0px;
	width:100%;
	height: 45px;
    background-color: #eeeeee;
}

.cartpage div#footerArea:before{
    content:"";
    display:block;
    height:5px;
    width:100%;
    background: rgb(100,111,112);
    background: -moz-linear-gradient(top,  rgba(174,188,191,1) 0%, rgba(110,119,116,1) 50%, rgba(10,14,10,1) 51%, rgba(10,8,9,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(174,188,191,1)), color-stop(50%,rgba(110,119,116,1)), color-stop(51%,rgba(10,14,10,1)), color-stop(100%,rgba(10,8,9,1)));
    background: -webkit-linear-gradient(top,  rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%);
    background: -o-linear-gradient(top,  rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%);
    background: -ms-linear-gradient(top,  rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%);
    background: linear-gradient(to bottom,  rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( endColorstr='#aebcbf', startColorstr='#0a0809',GradientType=0 );
}

.cartpage div#footerArea #re_button{
	float:left;
    margin-left:190px;
}

.cartpage div#footerArea #regist_button,
.cartpage div#footerArea #reset_button{
	float:right;
    margin-right:20px;
}

.ordercart .delivery,.orderregist .delivery{
	text-align: center;
}

.ordercart .vol,.orderregist .vol{
	font-size: 12px;
	float: right;
}

.orderregist .order_memo{
	margin-bottom: 20px;
}

.orderregist textarea{
	width: 100%;
	height: 75px;
}

.d{
	color:red!important;
}

.dis{
	display: none;
}


/* date selector for lunchindex */
	#calendar{
		text-align: center;
		margin-top: 30px;
		margin-bottom:15px;
	}

	#calendar input{
        font-size: 18px;
		font-size:1.3rem;
	}

    #calendar input[type=button]{
        font-weight:normal;
    }


/* modal for ordercart */

   div#modal-overlay{
        z-index:1;
        position:fixed;
        top:0;
        left:0;
        width:100%;
        height:120%;
        min-height:600px;
        background:rgba(0,0,0,0.75);
        filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#88000000,EndColorStr=#88000000);
    }
    div#modal{
        width:50%;
        min-width: 320px;
        margin:auto auto;
        padding: 10px;
        border: 2px solid #aaa;
        background: #ffffee;
        z-index: 2;
        position:relative;
        top: 100px;
        border-radius: 5px;
    }
    div#modal .modal_btns{
        margin-top: 10px;
        margin-bottom: 5px;
        text-align:center;
    }
    div#modal .modal_btns a{
        margin-right: 30px;
    }
    div#modal .modal_btns a:last-of-type{
        margin-right: 0;
    }


	#cart_lunch{
		width: 600px;
	}

	#cart_lunch th:nth-of-type(1){
		width:7%;
		background-color: #66CC66;
	}

	#cart_lunch th:nth-of-type(2){
		width:47%;
		background-color: #66CC66;
	}

	#cart_lunch th:nth-of-type(3){
		width:20%;
		background-color: #66CC66;
	}
	#cart_lunch th:nth-of-type(4){
		width:26%;
		background-color: #66CC66;
	}

	#cart_lunch td:nth-of-type(1),
	#cart_lunch td:nth-of-type(3),
	#cart_lunch td:nth-of-type(4){
		text-align:center;
	}

	#cart_lunch td:nth-of-type(2){
		text-align:left;
	}

    #cart_allamount tr:first-of-type{
        border-top: 1px solid black;
    }

    /*div#item-modal-overlay,*/
    #confirm-modal-overlay,
	.modal-overlay{
        display:none;
        z-index:1;
        position:fixed;
        top:0;
        left:0;
        width:100%;
        height:120%;
        min-height:600px;
        background:rgba(0,0,0,0.75);
        filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#88000000,EndColorStr=#88000000);
    }
    div#item-modal{
        width:800px;
        margin:auto auto;
        padding: 0px 10px 10px;
        border: 2px solid #aaa;
        background: white;
        z-index: 2;
        position:relative;
        top: 100px;
        border-radius: 5px;
        box-sizing:border-box;
    }
    div#item-modal .item-modal_btns{
        margin-top: 10px;
        margin-bottom: 5px;
        text-align:center;
    }
    div#item-modal .item-modal_btns a{
        margin-right: 30px;
    }
    div#item-modal .item-modal_btns a:last-of-type{
        margin-right: 0;
    }

    div#item-modal .item-modal_title{
        background:#8FC31F;
        color:white;
        font-weight:bold;
        padding: 2px 10px;
        margin-bottom:10px;
        width:796px;
        margin-left:-10px;
        box-sizing:border-box;
    }

    div#item-modal table#detail_table{
        width:100%;
    }
    div#item-modal table#detail_table th{
        width: 100px;
    }
    div#item-modal div#detail_table_div{
        width:100%;
        height:300px;
        overflow-y:scroll;
    }
    div#item-modal table#detail_recipe{
        width:100%;
    }
    div#item-modal table#detail_recipe tr:nth-of-type(2n){
        background:white;
    }

    div#item-modal table#detail_recipe tr{
        height:20px;
    }
    div#item-modal table#detail_recipe tr td.name{
        width:90%;
    }
    div#item-modal table#detail_recipe tr td.detail{
        text-align:center;
    }
div #confirm-modal-overlay{
    display: none;
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    min-height: 600px;
    background: rgba(0,0,0,0.75);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#88000000,EndColorStr=#88000000);
}

div #confirm-modal{
	width: 600px;
	height: 200px;
    margin: auto auto;
    padding: 0px 10px 10px;
    border: 2px solid #aaa;
    background: #ffccbb;
    z-index: 2;
    position: relative;
    top: 200px;
    border-radius: 5px;
    box-sizing: border-box;
}

div .confirm-modal_title h3{
	text-align: center;
}

div #confirm-modal_detail{
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

div #confirm-modal_detail a{
	width: calc(100%/2);
	line-height: 50px;
    display: block;
    border: solid 1px #8FC31F;
    border-radius: 10px;
    margin: 10px;
    text-align: center;
    color: white;
    font-weight: bolder;
    font-size: 24px;
}

div #confirm-modal_detail a:first-child{
	background-color: darkmagenta;
}

div #confirm-modal_detail a:last-child{
	background-color: #006400;
}

div .lunch_image{
	margin: 0px 12px;
    height: 178px;
    background-image: url(/img/lunch.jpg);
    background-size: 820px;
    /* background-position: 95% 80%; */
    background-position: 37% 33%;
    background-repeat: no-repeat;
    display: block;
    border-radius: 10px;
    padding: 20px 0px 0px 0px;
    text-align: center;
}

div#lunch_order{
	cursor: pointer;
	height: 400px;
}
.attention{
	font-size: 25px;
	font-weight: bold;
	color: red;
}


div#honbu_news.news{
	width: 48%;
    height: 300px;
    float: left;
	border: solid 7px #8FC31F;
	margin-right: 30px;
}
div#clotho_news.news{
	width: 48%;
    height: 300px;
    float: left;
	border: solid 7px #8FC31F;
}

#searchtab,
div.tabs a {
    margin-top: 4px;
    text-align: center;
    float: left;
    position: relative;
    width: 82px;
    width: 36px;
    padding: 7px;
    margin-right: 2.5px;
    color: white;
	background-color: #00A29A!important;
    height: 76px;
    border-radius: 5px 5px 0 0;
    border-top: 2px solid black;
    border-left: 2px solid black;
    border-right: 2px solid black;
    cursor: pointer;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 12px!important;
	font-weight:normal;
}

#searchtab.active,
div.tabs a.active {
    margin-top: 0px;
    margin-right: 3px;
    margin-left: -1px;
    height: 80px;
}
