@charset "utf-8";

html,
body {
	width: 100%;
	height: 100%;
	-webkit-print-color-adjust: exact;
 	margin: 0;
	font-size: 1.6rem;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
body{
	background-color: #fff;
}
h1, h2, h3, h4, h5, h6{
	color: #444;
}
p{
	color: #222;
}
th,td {
    border: solid 1px #444;
}
 
table {
    border-collapse:  collapse;
}
.wrapper {
	width: 100%;
	/*overflow: hidden;*/
	min-height: 100vh;
	position: relative;
	padding-bottom: 50px;
	box-sizing: border-box;
}
input,select{
	height: 25px;
	border: 1px solid #666;
	outline: #fff;
}
input[type="radio"]{
	vertical-align: middle;
	width: 15px;
	margin-right: 10px;
}
input[type="checkbox"]{
	margin-right: 10px;
	vertical-align: middle;
	width: 15px;
}
button {
	cursor: pointer;
	outline: #fff;
}
textarea{
	vertical-align: middle;
}

header{
	background-color: #fff;
	box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
	height: 60px;
}
.mgn-r-10{
	margin-right: 10px;
}
.mgn-r-20{
	margin-right: 20px;
}

.mgn-l-10{
	margin-left: 10px;
}
.test{
	width: 980px;
	height: 600px;
	background-color: chocolate;
}
.logout{
	background-color: rgba(146,110,60,1);
	color: #fff;
	border: 2px solid rgba(146,110,60,1);
	padding: 5px 40px;
}
.logout:hover{
	background-color: #fff;
	border: 2px solid rgba(146,110,60,1);
	color: rgba(146,110,60,1);
}
.login-name{
	margin: 0 0 0 auto;
	text-align: right;
	margin-right: 20px;
	position: relative;
	top:-20px;
	z-index: 1;
}
.top-logo{
	margin-bottom: -20px;
	position: relative;
	z-index: 2;
	width: 200px;
	height: 60px;
}
.top-logo img{
	/*width: 100%;
	margin-top: 10px;*/
	height: 60px;
}
/* ログイン */
.login_area{
	margin: 0 auto;
	margin-top: 150px;
	width: 300px;
	text-align: center;
}
.login_area input{
	width: 300px;
}
.login_area p{
	margin-top: 20px;
	padding-bottom: 10px;
	text-align: left;
}

.login_area .login_button{
	margin-top: 30px;
	width: 150px;
	height: 40px;
	background-color: rgba(146,110,60,1);
	border: 1px solid rgba(146,110,60,1);
	color: #fff;
	cursor: pointer;
        margin-bottom: 50px;
}
.login_area .login_button:hover{
	background-color: #fff;
	border: 2px solid rgba(146,110,60,1);
	color: rgba(146,110,60,1);
}
.login_area img{
	width: 60%;
}
/* フッター */
footer {
	width: 100%;
	height: 50px;
	background-color: #cbc9c9;
	line-height: 50px;
	text-align: center;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
}

.copyright {
	font-size: 12px;
	color: #333;
}
/* top */
.menu_area{
	width: 768px;
	margin: 0 auto;
}
.menu_area h2{
	text-align: center;
	margin-top: 50px;
	font-size: 20px;
}
.menu_area p{
	text-align: center;
	color: #666;
	margin-top: 10px;
	margin-bottom: 50px;
}
.menu_area button{
	background-image: linear-gradient(-20deg, rgba(146,110,60,1) 0%, rgba(126,81,43,1) 100%);
	border: 1px solid rgba(146,110,60,0.8);
	color: #fff;
	font-weight: bold;
	width: 200px;
	height: 50px;
	margin: 20px;
}
.menu_area button:hover{
	background-image: linear-gradient(-20deg, #fff 0%, #fff 100%);
	color: rgba(146,110,60,1);
	border: 2px solid rgba(146,110,60,1);
}
.menu_area i{
	margin-right: 5px;
	/*vertical-align: middle;*/
}
/* itemmenu/index */
.sign-up{
	width: 80%;
	margin: 0 auto;
	text-align: right;
}
.sign-up button{
	background-image: linear-gradient(-20deg, rgba(146,110,60,1) 0%, rgba(126,81,43,1) 100%);
	border: 1px solid rgba(146,110,60,0.8);
	color: #fff;
	width: 150px;
	height: 40px;
	border-radius: 8px;
}
.sign-up button:active{
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	/*沈むように*/
}

.itemmenu_index_table{
	width: 90%;
	margin: 0 auto;
	margin-top: 30px;
	background-color: #fff;
	border-collapse:  collapse;
	font-size: 1.3vw!important;
	table-layout: fixed;
	overflow-wrap: break-word;
}
.itemmenu_index_table th,.itemmenu_index_table td{
	border: solid 1px #666;
	color: #444;
	padding: 10px;
	text-align: center;
}
.item_index_table-area{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	}
.item_index_table{
	/* width: 90%; */
	width: 100%;
	margin: 0 auto;
	margin-top: 30px;
	background-color: #fff;
	border-collapse:  collapse;
	table-layout: fixed;
	/* font-size: 1.3vw!important; */
}
.item_index_table th.w-50{
	width: 50px;
}
.item_index_table th.w-75{
	width: 75px;
}
.item_index_table th.w-100{
	width: 100px;
}
.item_index_table th.w-125{
	width: 125px;
}
.item_index_table th.w-150{
	width: 150px;
}
.item_index_table th.w-200{
	width: 200px;
}
.item_index_table th,.item_index_table td{
	border: solid 1px #666;
	color: #444;
	padding: 10px;
	/* text-align: center; */
	text-align: left;
	word-break: break-all;
}
.item_index_table .text-justify{
	text-align: justify;
	text-justify: inter-ideograph;
}
.item_index_table .table-red{
	background-color: #CCFFF2;
	color: #444;
}
.item_index_table .table-gold{
	background-color: #CCFFCC;
	color: #444;
}
.item_index_table .table-blue{
	background-color: #CCCCFF;
	color: #444;
}
.reserve_index_table-area{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	/* overflow-x: scroll; */
}
.reserve_index_table{
	width: 100%;
	margin: 0 auto;
	margin-top: 30px;
	/* margin-left: auto;
	margin-right: auto; */
	background-color: #fff;
	border-collapse:  collapse;
	table-layout: fixed;
}
.reserve_index_table th.w-75{
	width: 75px;
}
.reserve_index_table th.w-100{
	width: 100px;
}
.reserve_index_table th.w-200{
	width: 200px;
}
.cancel-1{
	background: #dddcdc;
}

.reserve_index_table th,.reserve_index_table td{
	border: solid 1px #666;
	color: #444;
	padding: 10px;
	text-align: left;
	word-break: break-all;
}
.reserve_index_table .text-justify{
	text-align: justify;
	text-justify: inter-ideograph;
}

/* td.remarks_area{
	width: 33%;
	text-align: left;
}
td.tableremarks_area{
	width: 50%;
	text-align: left;
} */

.table_btn form{
	display: inline-block;
}
.table_btn_area{
	width: 110px;
}
.table_btn .blue{
	background-image: linear-gradient(-20deg, #616161 0%, #9bc5c3 100%);
	border: 1px solid #9bc5c3;
	color: #fff;
	border-radius: 8px;
	padding: 5px;
	width: 50px;
	height: 32px;
	cursor: pointer;
	position: relative;
    top: 2px;
}
@media screen and (max-width : 1332px){/*ボタン位置ずれ対応*/
	.table_btn .blue{
		top: 0;
	}
}
.table_btn .blue:active{
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	/*沈むように*/
}
.table_btn .gold{
	background-image: linear-gradient(to right, rgba(194,158,111,1) 0%, rgba(179,134,75,1) 19%, rgba(179,134,75,1) 60%, rgba(194,158,111,1) 100%);
	border: 1px solid rgba(194,158,111,1);
	color: #fff;
	border-radius: 8px;
	height: 32px;
	width: 50px;
}
.table_btn .gold:active{
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	/*沈むように*/
}
.freetable_btn .gold{
	background-image: linear-gradient(to right, rgba(146,110,60,0.8) 0%, rgba(179,134,75,1) 19%, rgba(179,134,75,1) 60%, rgba(194,158,111,1) 100%);
	border: 1px solid rgba(146,110,60,0.8);
	color: #fff;
	border-radius: 8px;
	height: 32px;
	padding: 0 10px;
}
.freetable_btn .gold:active{
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	/*沈むように*/
}

.table_btn .state{
	background-image: linear-gradient(to right, rgba(194,158,111,1) 0%, rgba(179,134,75,1) 19%, rgba(179,134,75,1) 60%, rgba(194,158,111,1) 100%);
	font-size: 10px;
	border: 1px solid rgba(194,158,111,1);
	color: #fff;
	border-radius: 8px;
	height: 32px;
	width: 50px;
}
.table_btn .state:active{
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	/*沈むように*/
}
.freetable_btn .state{
	background-image: linear-gradient(to right, rgba(146,110,60,0.8) 0%, rgba(179,134,75,1) 19%, rgba(179,134,75,1) 60%, rgba(194,158,111,1) 100%);
	border: 1px solid rgba(146,110,60,0.8);
	color: #fff;
	border-radius: 8px;
	height: 32px;
	padding: 0 10px;
}
.freetable_btn .state:active{
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	/*沈むように*/
}

.Return_btn button{
	background-color: rgba(146,110,60,1);
	border: 1px solid rgba(146,110,60,1);
	color: #fff;
	width: 200px;
	height: 40px;
	font-weight: 600;
}
.Return_btn button:hover{
	background-color: #fff;
	color: rgba(146,110,60,1);
	border: 2px solid rgba(146,110,60,1);
}
.Return_btn{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}

/* 商品登録 */
.main_area{
	width: 768px;
	margin: 0 auto;
}
.main_area p{
	font-size: 20px;
	color: #444;
	margin: 20px 0;
}
.main_area input{
	height: 25px;
}
.main_area select{
	height: 32px;
}

.itemmenu_add_table{
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	border-collapse:  collapse;
}
.itemmenu_add_table th,.itemmenu_add_table td{
	border: solid 1px #666;
	color: #444;
	text-align: center;
}
.itemmenu_add_table th{
	width: 100px;
	padding: 10px;
}
.itemmenu_add_table td{
	padding: 0 5px;
}
.itemmenu_add_table input,.itemmenu_add_table textarea{
	width: 100%;
	margin: 0;
	border: none;
	outline: none;
}
.size100p{
	width: 100%;
	margin: 2px;
}
.size80p{
	width: 80%;
}
.size400{
	width: 400px;
}
.size300{
	width: 300px;
}

.size50{
	width: 50px;
}
.size100{
	width: 100px;
}
.size160{
	width: 160px;
}
.size500{
	width: 500px;
}
.size600{
	width: 600px;
}
.size250ex{
	width: 250px;
	text-align: center;
}
.height100{
	height: 100px;
}
.main_area p input,.main_area p select{
	margin-left: 50px;
	vertical-align:middle;
	}
.thumbnail-image{
	border:5px dashed #eee; 
	padding:10px;
	overflow: hidden;
    width: 200px;/* トリミングしたい枠の幅 */
    height: 300px;/* トリミングしたい枠の高さ */
    position: relative;
	margin-right: auto;
	margin-left: auto;
}
.thumbnail-image iframe{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: 100%;
}
.thumbnail-image-img{
	border:5px dashed #eee; 
	padding:10px;
	overflow: hidden;
    width: 320px;/* トリミングしたい枠の幅 */
    height: 100px;/* トリミングしたい枠の高さ */
    position: relative;
}
.Registration_btn{
	background-image: linear-gradient(-20deg, rgba(146,110,60,1) 0%, rgba(126,81,43,1) 100%);
	border: 1px solid rgba(146,110,60,0.8);
	color: #fff;
	width: 150px;
	border-radius: 8px;
	padding: 10px 0 25px 0;
	line-height: 1;
	margin:  10px;
	cursor: pointer;
}
.Registration_btn:active{
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	/*沈むように*/
}

.Registration_btn2{
	background-image: linear-gradient(-20deg, rgba(146,110,60,1) 0%, rgba(126,81,43,1) 100%);
	border: 1px solid rgba(146,110,60,0.8);
	color: #fff;
	width: 150px;
	border-radius: 8px;
	padding: 10px 0 11px 0;
	line-height: 1;
	margin:  10px;
	cursor: pointer;
}
.Registration_btn2:active{
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	/*沈むように*/
}
.cancel_btn{
	background-image: linear-gradient(to top, #0ba360 0%, #3cba92 100%);
    border: 1px solid #3cba92;
	color: #fff;
	width: 150px;
	border-radius: 8px;
	padding: 10px 0 11px 0;
	line-height: 1;
	margin:  10px;
	cursor: pointer;
}
.cancel_btn:active{
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	/*沈むように*/
}

.delete_btn{
	background-image: linear-gradient(to top, #0ba360 0%, #3cba92 100%);
    border: 1px solid #3cba92;
	color: #fff;
	width: 90px;
	border-radius: 8px;
	padding: 10px 0 11px 0;
	line-height: 1;
	margin:  10px;
	cursor: pointer;
}
.delete_btn:active{
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	/*沈むように*/
}

.itemmenu_add_btn_area{
	width: 600px;
	margin: 0 auto;
	text-align: center;
	margin-top: 50px;
}
.QR-code{
	border:5px dashed #eee; 
	padding:10px;
	overflow: hidden;
    width: max-content;/* トリミングしたい枠の幅 */
    height: auto;/* トリミングしたい枠の高さ */
    position: relative;
	margin: 0 auto;
}
@-moz-document url-prefix(){/*Ffxでのチェックボックスサイズ*/
	.checkbox-fox{
		width:			24px;
		height:			24px;
		-moz-transform:		scale(1.4);
		-webkit-transform:	scale(1.4);
		transform:		scale(1.4);
	}
}
.type-file{
	display: none;
}
.file-box{
	display: inline-block;
	text-align: center;
	background-color: #3A8FB7;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
	padding: 9px 20px;
	border-radius: 10px;
	margin: 0 0 0 20px;
	cursor: pointer;
	transition: 0.5s;
	width : 50px;
}
.file-box:hover{
	opacity: 0.8;
	transition: 0.5s;
	outline: 1px solid;
}
.filename-box{
	width: 250px;
	color: #444;
	background-image: -webkit-linear-gradient(#eaeaea 0%, #c6c6c6 100%);
	background-image: -o-linear-gradient(#eaeaea 0%, #c6c6c6 100%);
	background-image: linear-gradient(#eaeaea 0%, #c6c6c6 100%);
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
}

.filename-box-img{
	width: 400px;
	color: #444;
	background-image: -webkit-linear-gradient(#eaeaea 0%, #c6c6c6 100%);
	background-image: -o-linear-gradient(#eaeaea 0%, #c6c6c6 100%);
	background-image: linear-gradient(#eaeaea 0%, #c6c6c6 100%);
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
}

.error{
	display: block;
	font-size: 15px;
	margin: 10px 0 30px 25px;
	color: #444;
}
label.required{
	position: relative;
    	top: 3px;
}

/* 商品一覧 */
.category-name{
	margin-left: 100px;
}
.category-name th{
	padding-right: 20px;
	padding-bottom: 20px;
	color: #444;
	text-align: left;
	font-weight: normal;
}



.sign-up_refine{
	width: 600px;
	margin: 0 10% 0 auto;
}


.sign-up_refine .blue_btn{
	margin-right: 50px;
	background-image: linear-gradient(to top, #1e3c72 0%, #1e3c72 1%, #2a5298 100%);
	border: 1px solid #0c3483;
}
.item_add_table{
	background-image: linear-gradient(to top, #a37e38 0%, #f4d03f 100%);
}
.item_add_table th{
	color: #fff;
}
.textarea {
	resize: none;
	vertical-align:middle;
}
.cursor-pointer{
	cursor: pointer;
}
.item_add_Product-category{
	width: 800px;
	padding: 0 10px;
}


.shop_index_table{
	width: 800px;
	margin: 0 auto;
	margin-top: 30px;
	background-color: #fff;
	border-collapse:  collapse;
}
.shop_index_table th,.shop_index_table td{
	border: solid 1px #666;
	color: #444;
	padding: 10px;
	text-align: center;
}
.shop_index_table input{
	padding-left: 10px;
	outline: none;
	border: none;
}
.shop_index_menu_area{
	width: 800px;
}
/* ページャー */
.pager .pagination {
	text-align: center;
}

.pager .pagination li {
	display: inline;
	margin: 10px 2px;
	padding: 0;
	display: inline-block;
	background-image: linear-gradient(to top, rgba(179,134,75,1) 0%, rgba(179,134,75,1) 99%, rgba(179,134,75,1) 100%);
	width: 40px;
	height: 40px;
	text-align: center;
	position: relative;
	border-radius: 50px;
}


.pager .pagination li a{
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display:table;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

.pager .pagination li a span{
	display:table-cell;
	vertical-align:middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.pageactive{
	color: #000;
	background: rgba(194,158,111,1);
	border:1px solid rgba(194,158,111,1);
	border-radius: 50px;
}
.pager .pagination .pre,.pager .pagination .next{
	background-image: linear-gradient(-20deg, rgba(146,110,60,1) 0%, rgba(126,81,43,1) 100%);
}
.pager_p{
	font-size: 10px;
}

.sort{
	text-align: right;
}

.sort button{
	background-color: #fff;
	color: rgb(123, 123, 123);
	border:1px solid #fff;;
	outline: none;
}

.sort button.sortactive{
	background-color: #fff;
	color: rgb(41,80,148);
	border:1px solid #fff;;
	outline: none;
}

/*@media only screen and (max-width: 767px){
  .pager .pagination li{
    display: none;
  }

  .pager .pagination li.pre,
  .pager .pagination li.next{
    display: inline-block;
    width: 40%;
    height: 50px;
    text-align: center;
  }

  .pager .pagination li.pre a,
  .pager .pagination li.next a{
    width: 100%;
    text-align: center;
  }

  .pager .pagination li.pre span::after{
    content: "　前の10件へ";
  }

  .pager .pagination li.next span::before{
    content: "次の10件へ　";
  }

}*/

.adminuser_add_table,.adminuser_add_table th,.adminuser_add_table td{
	/*border: 1px solid;*/
}
.adminuser_add_table th,.adminuser_add_table td{
	padding: 15px 10px;
}
.adminuser_add_table td{
	font-size: 20px;
	color: #444;
}
.adminuser_add_table input{
	padding: 0 10px ;
}
.asterisk{
	color: rgb(255, 0, 0);
	font-size: 15px;
}
.small-font-15{
	font-size: 15px;
}

.Start-time_table{
	height: 30px;
}
.main_area .itemmenu_add_img_area{
	margin-top: 50px;
}
.place_menu_area button{
	background-image: linear-gradient(to top, #a37e38 0%, #f4d03f 100%);
	border: 1px solid #a37e38;
	border-radius: 8px;
	color: #fff;
	width: 200px;
	height: 50px;
	margin: 20px;
}
.place_menu_area button:hover{
	background-image: linear-gradient(to top, #f4d03f 0%, #a37e38 100%);
}

.place_menu_area button{
	display: block;
	margin: 0 auto;
	text-align: center;
	margin-top: 30px;
}
.QRoutput_table{
	margin-bottom: 50px;
}

.QRoutput_table th,td{
	padding: 20px;
}
.QRoutput_table th{
	text-align: left;
	padding-right: 50px;
	color: #444;
	font-size: 20px;
	font-weight: normal;
}
.QRoutput_checkbox{
	width: 50px;
}
.main_area .setting_change_table th{
	text-align: left;
	padding-right: 50px;
	color: #444;
	font-size: 20px;
	font-weight: normal;
}
.item_table th{
	text-align: left;
	padding-right: 50px;
	padding-bottom: 30px;
	color: #444;
	font-size: 20px;
	font-weight: normal;
}
.main_area .product-menu_image{
	margin-top: 50px;
}
.place_select select{
	margin-right: 20px;
}
.list{/*ログインエラーメッセージ*/
	list-style: none;
    text-align: left;
    line-height: 1.5;
	color: #444;
}
.menuList_tb .language-tb th{
	width: 90px;
}
.menuList_tb{
	width: 100%;
}
.menuList_tb th{
	font-weight: normal;
	text-align: left;
	width: 250px;
}

.radio-btn input{
	width: 15px;
	margin: 0 10px 0 20px;
	-webkit-transform: scale(1.5);
	   transform: scale(1.5);
	   margin-right: 0.5em;
}
.textarea_remarks{
	width: 96%;
	min-height: 25px;
	padding: 10px;
	max-width: 500px;
}

.category_narrow_down{
	width: 80%;
	margin: 0 auto;
}
.btn_pink_gr{
	background-image: linear-gradient(to top, #1e3c72 0%, #1e3c72 1%, #2a5298 100%);
	border: 1px solid #1e3c72;
	color: #fff;
    border-radius: 5px;
	padding: 5px 15px;
}
.btn_pink_gr:active{
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	/*沈むように*/
}
.check_blok label{
	display: inline;
}

.check_week{
	width: 430px;
}

/* top */
.menu_area{
	width: 768px;
	margin: 0 auto;
}
.menu_area h2{
	text-align: center;
	margin-top: 50px;
	font-size: 20px;
}
.menu_area p{
	text-align: center;
	color: #666;
	margin-top: 10px;
	margin-bottom: 50px;
}
.menu_area button{
	background-image: linear-gradient(-20deg, rgba(146,110,60,1) 0%, rgba(126,81,43,1) 100%);
	border: 1px solid rgba(146,110,60,0.8);
	color: #fff;
	font-weight: bold;
	width: 200px;
	height: 50px;
	margin: 20px;
}
.menu_area button:hover{
	background-image: linear-gradient(-20deg, #fff 0%, #fff 100%);
	color: rgba(146,110,60,1);
	border: 2px solid rgba(146,110,60,1);
}
.menu_area i{
	margin-right: 5px;
	/*vertical-align: middle;*/
}

.check_week label{
	margin-right: 20px;
}
.st-la{
	margin-right: 20px;
}
.st-la input{
	margin-top: -5px;
}
.menume_error-area{
	margin-top: 100px;
	text-align: center;
}
.menume_error-area img{
	width: 200px;
}
.menume_error-area h2{
	margin: 30px 0;
	font-size: 30px;
	line-height: 1.5;
}
.menume_error-area button{
	background-image: linear-gradient(-20deg, rgba(146,110,60,1) 0%, rgba(126,81,43,1) 100%);
	border: 1px solid rgba(146,110,60,0.8);
	color: #fff;
	font-weight: bold;
	width: 200px;
	height: 50px;
	margin: 30px 0;
}
.menume_error-area button:hover{
	background-image: linear-gradient(-20deg, #fff 0%, #fff 100%);
	color: rgba(146,110,60,1);
	border: 2px solid rgba(146,110,60,1);
}

.table-sign-up{
	width: 80%;
	margin: 0 auto;
	background-image: linear-gradient(-20deg, rgba(146,110,60,1) 0%, rgba(126,81,43,1) 100%);
	border: 1px solid rgba(146,110,60,0.8);
	color: #fff;
	width: 150px;
	height: 40px;
	border-radius: 8px;
}
.table-sign-up:active{
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	/*沈むように*/
}

.otoshi-sign-up{
	width: 80%;
	margin: 0 auto;
	background-image: linear-gradient(-20deg, #0ba360 0%, #3cba92 100%);
	border: 1px solid #3cba92;
	color: #fff;
	width: 150px;
	height: 40px;
	border-radius: 8px;
}
.otoshi-sign-up:active{
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	/*沈むように*/
}

.table-sign-up_refine{
	width: 600px;
	margin: 0 10% 0 auto;
	text-align: right;
}

.table-sign-up_refine .blue_btn{
	margin-right: 50px;
	background-image: linear-gradient(to top, #1e3c72 0%, #1e3c72 1%, #2a5298 100%);
	border: 1px solid #0c3483;
}

.mandatory{
	text-align: center;
	font-size: 80% !important;
}

