@charset "UTF-8";
body {
	background-color: #F5F5F5;
	font-family: 'Helvetica', Arial, sans-serif;
}
input, select {
	margin: 0;
	color: black;
}
::-webkit-file-upload-button {
    color: black;
}
button {
	-webkit-text-fill-color: black;
}
input[type="submit"] {
	font-weight: normal;
}
input[type="password"] {
	font-family: Verdana, sans-serif;
	font-size: 20px;
}
#main {
	clear: both;
	position: relative;
	width: 1024px;
	height: 695px;
	margin: 0 auto;
	overflow: hidden;
	z-index: 0;
}
#wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(../images/bg_03.png);
}

#header {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 53px;
	background: linear-gradient(top, #666 0%, #333 100%);
	background: -webkit-linear-gradient(top, #666 0%, #333 100%);
	background: -moz-linear-gradient(top, #666 0%, #333 100%);
	background: -o-linear-gradient(top, #666 0%, #333 100%);
	background: -ms-linear-gradient(top, #666 0%, #333 100%);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
	z-index: 99;
}
#header a {
	color: #FFF;
	text-decoration: none;
}
#header ul {
	position: relative;
	display: table;
	width: 1024px;
	height: 53px;
	margin: 0 auto;
}
#header ul li {
	display: table-cell;
	float: left;
	width: 136px;
	height: 52px;
	padding: 0;
	text-align: center;
	font-size: 15px;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.9);
	color: #FFF;
	border-right: 1px solid #333;
	border-left: 1px solid #666;
	background: linear-gradient(top, #666 0%, #333 100%);
	background: -webkit-linear-gradient(top, #666 0%, #333 100%);
	background: -moz-linear-gradient(top, #666 0%, #333 100%);
	background: -o-linear-gradient(top, #666 0%, #333 100%);
	background: -ms-linear-gradient(top, #666 0%, #333 100%);
}
#header ul li a,
#header ul li .subtitle {
	display: block;
	height: 20px;
	padding: 16px 0;
	color: #E5E5E6;
}
#header ul li ul.detail {
	width: 136px;
	padding: 0;
	display: none;
}
#header ul li ul.detail.active {
	display: inline;
}
#header ul li ul.detail.active li {
	display: block;
	width: 136px;
	height: auto;
	padding: 0;
	text-align: left;
	background: #333;
	opacity: 0.80;
	-moz-opacity: 0.80;
	filter: alpha(opacity=80);
	border-top: 1px solid #666;
	border-bottom: 1px solid #000;
}
#header ul li ul.detail.active li a {
	display: block;
	width: 116px;
	height: auto;
	line-height: 130%;
	padding: 9px 10px;
}
#header a:hover,
#header a:active {
	color: #BF6;
}
/*
#header ul li.active {
	color: #BF6;
}
*/
#header ul li.disable {
	color: #CCC;
}
#header ul li#navi_home {
	background: url(../images/logo_header.png) no-repeat center 9px;
    -webkit-background-size: 126px 37px;
    background-size: 126px 37px;
}
#header ul li#navi_order a {
	background: url(../images/icon_pen.png) no-repeat 25px center;
    -webkit-background-size: 23px 20px;
    background-size: 23px 20px;
}
#header ul li#navi_order a:hover,
#header ul li#navi_order a:active {
	background: url(../images/icon_pen_on.png) no-repeat 25px center;
    -webkit-background-size: 23px 20px;
    background-size: 23px 20px;
}
#header ul li#navi_regi a {
	background: url(../images/icon_regi.png) no-repeat 25px center;
    -webkit-background-size: 23px 20px;
    background-size: 23px 20px;
}
#header ul li#navi_regi a:hover,
#header ul li#navi_regi a:active {
	background: url(../images/icon_regi_on.png) no-repeat 25px center;
    -webkit-background-size: 23px 20px;
    background-size: 23px 20px;
}
#header ul li#navi_info .subtitle {
	background: url(../images/icon_clip.png) no-repeat 10px center;
    -webkit-background-size: 23px 20px;
    background-size: 23px 20px;
}
#header ul li#navi_info .subtitle.active {
	color: #BF6;
	background: url(../images/icon_clip_on.png) no-repeat 10px center;
    -webkit-background-size: 23px 20px;
    background-size: 23px 20px;
}
#header ul li#navi_item .subtitle {
	background: url(../images/icon_item.png) no-repeat 10px center;
    -webkit-background-size: 23px 20px;
    background-size: 23px 20px;
}
#header ul li#navi_item .subtitle.active {
	color: #BF6;
	background: url(../images/icon_item_on.png) no-repeat 10px center;
    -webkit-background-size: 23px 20px;
    background-size: 23px 20px;
}
#header ul li#navi_setting .subtitle {
	background: url(../images/icon_gear.png) no-repeat 10px center;
    -webkit-background-size: 23px 20px;
    background-size: 23px 20px;
}
#header ul li#navi_setting .subtitle.active {
	color: #BF6;
	background: url(../images/icon_gear_on.png) no-repeat 10px center;
    -webkit-background-size: 23px 20px;
    background-size: 23px 20px;
}
#header ul li#navi_data .subtitle {
	background: url(../images/icon_graph.png) no-repeat 25px center;
    -webkit-background-size: 23px 20px;
    background-size: 23px 20px;
}
#header ul li#navi_data .subtitle.active {
	color: #BF6;
	background: url(../images/icon_graph_on.png) no-repeat 25px center;
    -webkit-background-size: 23px 20px;
    background-size: 23px 20px;
}
#header ul li#navi_logout {
	width: 56px;
}
#header ul li#navi_logout a {
	background: url(../images/icon_logout.png) no-repeat center 8px;
   -webkit-background-size: 25px 30px;
   background-size: 25px 30px;
}
#header ul li#navi_logout a:hover,
#header ul li#navi_logout a:active {
	background: url(../images/icon_logout_on.png) no-repeat center 8px;
   -webkit-background-size: 25px 30px;
   background-size: 25px 30px;
}
#header ul li#navi_home a,
#header ul li#navi_logout a {
	text-indent: -9999px;
}
#first,
#second,
#third,
#fourth {
	position: absolute;
	left: 0;
	width: 492px;
	height: 696px;
	padding: 0 10px;
	background: url(../images/bg_03.png) #F5F5F5;
	float: left;
}
#second,
#third,
#fourth {
	left: -512px;
}
#first {
	z-index: 4;
}
#second {
	z-index: 3;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
/*
#second div {
	overflow: hidden;
}
*/
#third {
	z-index: 2;
}
#fourth {
	z-index: 1;
}
#shop_detail #second,
#receipt_detail #second {
	display: block;
	left: 512px;
}
#shop_detail #first,
#shop_detail #second,
#receipt_detail #first,
#receipt_detail #second {
	position: relative;
	height: 620px;
	padding-top: 10px;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	left: 0;
	float: left;
}
#shop_detail,
#receipt_detail {
	overflow: hidden;
}
#shop_detail .button_area,
#receipt_detail .button_area {
	position: relative;
	clear: both;
	width: 100%;
	padding: 10px 0;
}
#receipt_detail #second th {
	width: 240px;
	font-size: 14px;
}
.minus {
	color: #C00;
}
.list table {
	width: 492px;
	border-collapse: collapse;
}
#second .list table,
#third .list table {
	width: 472px;
	margin: 0 auto;
}
.detail table {
	width: 472px;
	margin: 0 auto;
	border-spacing: 0;
}
#customer_attribute #second table.t_half {
	width: 236px;
	margin: 0;
	padding: 0;
	float: left;
}
.detail table th,
.detail table td {
	padding: 2px 0 6px 0;
	margin: 0;
}
.detail table th {
	width: 201px;
	text-align: left;
}
.detail table td div {
	position: relative;
}
.detail table .notice {
	width: 170px;
	padding: 10px 0 0 10px;
	font-size: 12px;
	color: #777;
	float: left;
}
#item .result_list .li_image img,
#category .result_list .li_image img,
#variation .result_list .li_image img,
#option .result_list .li_image img,
#service_charge .result_list .li_image img {
	width: 39px;
}
#item .result_list .no_category .li_name {
	background: url(../images/alert_1.png) no-repeat 95% center;
	background-size: 18px 16px;
}
#item .detail table th,
#category .detail table th,
#option .detail table th,
#variation .detail table th,
#customer_attribute .detail table th,
#payment .detail table th,
#discount .detail table th,
#table .detail table th,
#cashflow .detail table th,
#service_charge .detail table th {
	width: 101px;
}
#permission .detail table th {
	width: 296px;
}
#item .select_ctg,
#variation .select_ctg,
#option .select_ctg,
#staff .select_ctg,
#table .select_ctg,
#category .select_ctg {
	float: left;
}
.detail table td {
	width: 271px;
}
.detail table p {
	display: block;
	height: 15px;
	font-size: 15px;
	font-weight: normal;
	padding: 6px 10px 8px 10px;
}
#link_area {
	padding-bottom: 20px;
}
#item .detail table td,
#customer_attribute .detail table td {
	width: 371px;
}
#permission .detail table td {
	width: 176px;
}
#customer_attribute .detail table.t_half td {
	width: 100px;
}
.list table td {
	height: 16px;
	border: 1px solid #CCC;
	background-color: #FFF;
	padding: 11px 10px;
}
#staff .list table th,
#staff .list table td {
	width: 225px;
}
#staff .li_name {
	width: 215px;
	padding-left: 20px;
}
#register .li_number {
	width: 68px;
	text-align: center;
}
#register .li_name {
	width: 380px;
}
#table .li_code {
	width: 68px;
	text-align: center;
}
#table .li_floor {
	width: 108px;
	text-align: center;
}
#table .li_name {
	width: 240px;
	padding-left: 20px;
}
#printer .li_name,
#output_setting .li_name,
#payment .li_name,
.tax_list .li_name,
#cashflow .li_register_close {
	width: 460px;
	padding-left: 20px;
}
.variation_list .li_name,
.option_list .li_name {
	width: 350px;
	padding-left: 20px;
}
#discount .li_name {
	width: 280px;
	padding-left: 20px;
}
#discount .li_value,
#discount .li_type_id,
#service_charge .li_value {
	width: 68px;
	text-align: center;
}
#discount #tr_type_id select,
#discount #tr_type_id .notice,
#service_charge #tr_type_id select,
#service_charge #tr_type_id .notice {
	float: left;
}
#discount #tr_type_id .notice,
#service_charge #tr_type_id .notice {
	width: 200px;
	padding: 0 0 0 10px;
	line-height: 130%;
}
#customer_attribute .li_receipt_no,
#customer_attribute .li_media {
	width: 160px;
}
#customer_attribute .li_receipt_no {
	text-align: center;
}
#customer_attribute .li_male,
#customer_attribute .li_female {
	text-align: center;
}
.variation_list .li_group,
.option_list .li_group {
	width: 110px;
	font-size: 14px;
	padding-left: 10px;
}
.item_list .li_image {
	border-right: none;
	width: 30px;
	padding: 2px 0 2px 20px;
}
.item_list th.li_name {
	width: 420px;
}
.item_list td.li_name {
	border-left: none;
	width: 390px;
}
.item_list th.li_retail_price {
	width: 70px;
	text-align: right;
	padding:11px 10px;
}
.item_list td.li_retail_price {
	width: 70px;
	text-align: right;
	padding:11px 16px 11px 4px;
}
.floor_printer_list ul li,
.category_list ul li {
	display: block;
	width: 490px;
	background-color: #FFF;
}
.floor_printer_list ul li .li_name,
.category_list ul li .li_name {
	display: table-cell;
	width: 410px;
	height: 18px;
	padding: 9px 10px 9px 20px;
	border-bottom: 1px solid #CCC;
}
.floor_printer_list ul li .li_children,
.category_list ul li .li_children {
	display: table-cell;
	width: 49px;
	height: 18px;
	padding: 9px 0px;
	border-bottom: 1px solid #CCC;
}
.floor_printer_list .list_area,
.category_list .list_area {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
.category_list li .has_children {
	border-left: 1px solid #CCC;
	background: url(../images/li_open.png) no-repeat center center;
}
.category_list .class_2 li .li_name {
	width: 390px;
	padding-left: 40px;
}
.category_list .class_3 li .li_name {
	width: 370px;
	padding-left: 60px;
}
.category_list .class_4 li .li_name {
	width: 350px;
	padding-left: 80px;
}
.category_list .class_5 li .li_name {
	width: 330px;
	padding-left: 100px;
}
.category_list .class_1 p.active {
	background: url(../images/check.png) #FFF no-repeat 2px center;
}
.category_list .class_2 p.active {
	background: url(../images/check.png) #FFF no-repeat 22px center;
}
.category_list .class_3 p.active {
	background: url(../images/check.png) #FFF no-repeat 42px center;
}
.category_list .class_4 p.active {
	background: url(../images/check.png) #FFF no-repeat 62px center;
}
.category_list .class_5 p.active {
	background: url(../images/check.png) #FFF no-repeat 82px center;
}
.category_list .class_2,
.category_list .class_3,
.category_list .class_4,
.category_list .class_5 {
	display: none;
}
.cashflow_list table th.li_entry_date,
.cashflow_list table td.li_entry_date {
	width: 160px;
}
.cashflow_list table th.li_reason,
.cashflow_list table td.li_reason {
	width: 100px;
}
.cashflow_list table td.li_entry_date {
	width: 150px;
	padding-left: 20px;
	font-size: 14px;
}
.cashflow_list table th.li_in_value,
.cashflow_list table td.li_in_value,
.cashflow_list table th.li_remain_value,
.cashflow_list table td.li_remain_value {
	width: 60px;
}
.cashflow_list table td.li_in_value,
.cashflow_list table td.li_remain_value {
	text-align: right;
}
.list td {
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	-moz-text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	-webkit-text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
label {
	text-shadow: 1px 1px 4px rgba(255,255,255,1);
	-moz-text-shadow: 1px 1px 4px rgba(255,255,255,1);
	-webkit-text-shadow: 1px 1px 4px rgba(255,255,255,1);
}
.list table th {
	font-weight: normal;
	height: 16px;
	border: 1px solid #CCC;
	padding: 6px 10px 8px 10px;
	background: linear-gradient(top, #FFF 0%, #FFF 50%, #FAFAFA 51%, #F5F5F5 100%);
	background: -webkit-linear-gradient(top, #FFF 0%, #FFF 50%, #FAFAFA 51%, #F5F5F5 100%);
	background: -moz-linear-gradient(top, #FFF 0%, #FFF 50%, #FAFAFA 51%, #F5F5F5 100%);
	background: -o-linear-gradient(top, #FFF 0%, #FFF 50%, #FAFAFA 51%, #F5F5F5 100%);
	background: -ms-linear-gradient(top, #FFF 0%, #FFF 50%, #FAFAFA 51%, #F5F5F5 100%);
}
.list .list_area {
	height: 532px;
	overflow: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	background: url(../images/bg_02.png) #DDD;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#customer_attribute .list .list_area {
	height: 490px;
}
#bill .list .list_area {
	height: 462px;
}
#permission .list .list_area {
	text-indent: 10px;
}
.list .total_area {
	height: 42px;
}
.list table tr {
	background-color: #FFF;
}
.list table tr.active td {
	background-color: #EEE;
}
.list table tr.active td:first-child {
	background: url(../images/check.png) #EEE no-repeat 2px center;
}
.list table tr.inactive td,
.list ul li.inactive > p.li_name {
	color: #999;
	text-decoration: line-through;
}
.list table tr.inactive span.pause {
	color: #C00;
	text-decoration: none !important;
	margin-left: 5px;
}
input.txt,
textarea.txta {
	border: 1px solid #AAA;
	border-left: 1px solid #BBB;
	width: 228px;
	height: 16px;
	font-size: 15px;
	padding: 7px 5px 7px 5px;
	margin: 0;
	box-shadow: inset 2px 0px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 2px 0px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 2px 0px 2px rgba(0,0,0,0.1);
	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
}
textarea.txta {
	line-height: 120%;
}
input.w_half {
	width: 100px !important;
}
input#jancode.w_half,
input#barcode.w_half {
	width: 160px !important;
}
input.w_quart {
	width: 50px !important;
}
textarea.txta {
	height: 36px;
	resize: vertical;
}
input.flg {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: none;
}
input.num {
	text-align: right;
}
input:disabled {
	background-color: #EEE;
}
input.type_count {
	width: 120px !important;
}
input.type_value {
	width: 180px !important;
	border-radius: 5px;
	-moz-box-border-radius: 5px;
	-webkit-box-border-radius: 5px;
	float: right;
	background: #F5F5F5;
}
input#cash_total {
	background: #F5F5F5;
}
tr[id^="tr_cash_"] th,
tr[id^="tr_cash_"] td {
	padding-top: 2px;
	padding-bottom: 2px;
}
#tr_cash_total th,
#tr_cash_total td {
	padding-top: 6px;
	padding-bottom: 8px;
}
#item .detail input.txt,
#item .detail textarea.txta,
#variation .detail input.txt,
#variation .detail textarea.txta,
#option .detail input.txt,
#option .detail textarea.txta,
#payment .detail input.txt,
#payment .detail textarea.txta,
#discount .detail input.txt,
#discount .detail textarea.txta,
#table .detail input.txt,
#table .detail textarea.txta,
#tax .detail input.txt,
#tax .detail textarea.txta,
#category .detail input.txt,
#category .detail textarea.txta,
#customer_attribute .detail input.txt,
#customer_attribute .detail textarea.txta,
#cashflow .detail input.txt,
#cashflow .detail textarea.txta,
#service_charge .detail input.txt,
#service_charge .detail textarea.txta {
	width: 335px;
}
#permission .detail input.txt {
	width: 166px;
}
#tr_limitation_number input,
#tr_limitation_number td label,
#tr_time_billing_flg td input,
#tr_time_billing_flg td label,
#tr_regular_price input,
#tr_regular_price td label,
#option #tr_regular_price input,
#option #tr_regular_price td label,
#discount #tr_value input,
#discount #tr_value td label,
#service_charge #tr_value input,
#service_charge #tr_value td label {
	float: left;
}
#tr_limitation_number td .l_txt
{
	width: 45px !important;
	margin-left: 5px !important;
}
#tr_time_billing_flg td .l_txt,
#tr_time_billing_flg td .txt
{
	width: 45px !important;
}
/*.time_billing_time txt.disable {
    background-color: #EEE;
    pointer-events: none;
}*/
#variation #tr_regular_price td label {
	display: inline;
}
#tax #fourth th,
#tax #fourth label.l_txt,
#tax #fourth label.l_txta,
#tax #fourth label.l_slct {
	width: 85px;
}
#tax #fourth td,
#tax .detail input.txt,
#tax .detail textarea.txta {
	width: 350px;
}
label.l_txt,
label.l_txta,
label.l_slct {
	width: 200px;
	border: 1px solid #AAA;
	border-right: none;
	display: block;
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	text-align: left;
	height: 16px;
	font-size: 14px;
	font-weight: normal;
	padding: 6px 10px 8px 10px;
	background-color: #FFF;
	background: linear-gradient(top, #FFF 0%, #FFF 50%, #FAFAFA 51%, #F5F5F5 100%);
	background: -webkit-linear-gradient(top, #FFF 0%, #FFF 50%, #FAFAFA 51%, #F5F5F5 100%);
	background: -moz-linear-gradient(top, #FFF 0%, #FFF 50%, #FAFAFA 51%, #F5F5F5 100%);
	background: -o-linear-gradient(top, #FFF 0%, #FFF 50%, #FAFAFA 51%, #F5F5F5 100%);
	background: -ms-linear-gradient(top, #FFF 0%, #FFF 50%, #FAFAFA 51%, #F5F5F5 100%);
	color: #333;
}
label.l_txta {
	height: 36px;
}
label.l_flg,
label.l_btn,
label.l_unit {
	border: none;
	background: none;
	text-align: left;
	height: 16px;
	font-size: 14px;
	font-weight: normal;
	padding: 6px 10px 8px 10px;
}
label.l_unit {
	padding: 7px 5px;
}
#item label.l_txt {
	width: 105px;
}
#item label.l_txta,
#item label.l_slct,
#variation label.l_txt,
#variation label.l_txta,
#variation label.l_slct,
#option label.l_txt,
#option label.l_txta,
#option label.l_slct,
#payment label.l_txt,
#payment label.l_txta,
#payment label.l_slct,
#discount label.l_txt,
#discount label.l_txta,
#discount label.l_slct,
#table label.l_txt,
#table label.l_txta,
#table label.l_slct,
#tax label.l_txt,
#tax label.l_txta,
#tax label.l_slct,
#category label.l_txt,
#category label.l_txta,
#category label.l_slct,
#customer_attribute label.l_txt,
#customer_attribute label.l_txta,
#customer_attribute label.l_slct,
#cashflow label.l_txt,
#cashflow label.l_txta,
#cashflow label.l_slct,
#service_charge label.l_txt,
#service_charge label.l_txta,
#service_charge label.l_slct {
	width: 100px;
}
#permission label.l_txt {
	width: 276px;
}
#permission label.l_flg {
	font-size: 13px;
}
#permission #tr_del_flg label.l_flg {
	font-size: 14px;
}
#cashflow table {
	border-spacing: 0;
}
#pic_coupon,
#pic_logo,
#pic_image {
	width: 200px;
	height: 150px;
	margin: 0 auto;
	box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
#pic_image {
	width: 156px;
	height: 87px;
	margin: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 156px 87px;
}
#sync_pic,
#select_file,
#submit,
#login,
.input_area .button input,
#login_pin .input_area input {
	width: 100px;
	font-size: 14px;
	padding: 7px 0;
	border: 1px solid #AAA;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	cursor: pointer;
	background: linear-gradient(top, #FFF 0%, #FFF 50%, #FAFAFA 51%, #F5F5F5 100%);
	background: -webkit-linear-gradient(top, #FFF 0%, #FFF 50%, #FAFAFA 51%, #F5F5F5 100%);
	background: -moz-linear-gradient(top, #FFF 0%, #FFF 50%, #FAFAFA 51%, #F5F5F5 100%);
	background: -o-linear-gradient(top, #FFF 0%, #FFF 50%, #FAFAFA 51%, #F5F5F5 100%);
	background: -ms-linear-gradient(top, #FFF 0%, #FFF 50%, #FAFAFA 51%, #F5F5F5 100%);
}
#sync_pic {
	padding: 4px 0;
}
.list_btn {
	width: 114px;
	margin: 15px 2px;
	font-size: 14px;
	padding: 6px 0;
	border: 1px solid #AAA;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	cursor: pointer;
	background: linear-gradient(top, #FFF 0%, #FFF 50%, #FAFAFA 51%, #F5F5F5 100%);
	background: -webkit-linear-gradient(top, #FFF 0%, #FFF 50%, #FAFAFA 51%, #F5F5F5 100%);
	background: -moz-linear-gradient(top, #FFF 0%, #FFF 50%, #FAFAFA 51%, #F5F5F5 100%);
	background: -o-linear-gradient(top, #FFF 0%, #FFF 50%, #FAFAFA 51%, #F5F5F5 100%);
	background: -ms-linear-gradient(top, #FFF 0%, #FFF 50%, #FAFAFA 51%, #F5F5F5 100%);
}
#login_pin .input_area input:active,
input#submit:active,
.list_btn:active {
	background: linear-gradient(top, #CCC 0%, #BBB 100%);
	background: -webkit-linear-gradient(top, #CCC 0%, #BBB 100%);
	background: -moz-linear-gradient(top, #CCC 0%, #BBB 100%);
	background: -o-linear-gradient(top, #CCC 0%, #BBB 100%);
	background: -ms-linear-gradient(top, #CCC 0%, #BBB 100%);
	box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
	color: #FFF;
}
.list_btn:disabled {
	border: 1px solid #EEE;
	color: #CCC;
	cursor: not-allowed;
}
#select_submit {
	width: 60px;
	margin: 0 10px;
}
#submit {
	width: 200px;
}
.button_area {
	clear: both;
	width: 100%;
	text-align: center;
}
.select_date {
	clear: both;
}
.select_date select {
	width: 60px;
}
.select_date_s select {
	width: 40px;
}
.select_ctg select {
	width: 210px;
}
.select_ctg_s select {
	width: 160px;
}
.select_half select {
	width: 100px;
}
.select_price select {
	width: 20px;
}
/*
.select_ctg {
	float: left;
}
*/
.search {
	float: right;
}
.list,
.detail,
.link_list_new,
.link_list_edit {
	background: url(../images/bg_03.png) #F5F5F5;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
.link_list_edit {
	background-color: #F8F8F8;
}
.link_list_new {
	background-color: #FAFAFA;
}
.list .list_header,
#fourth .list_header {
	height: 31px;
	padding: 10px 0 10px 0;
}
#bill #first .list_header {
	height: 66px;
	padding: 5px 0 10px 0;
}
.list .detail_header {
	height: 31px;
	padding: 10px 0 10px 0;
}
.list .list_header .list_title {
	padding: 10px;
	float: left;
}
#keyword,
#link_keyword_edit,
#link_keyword_new {
	width: 170px;
	border: 1px solid #AAA;
	padding: 6px 10px;
	margin: 1px 0;
	border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.1);
	background: url(../images/search.png) #FFF no-repeat 165px center;
	float: right;
}
#bill #keyword {
	margin-bottom: 6px;
	color: #CCC;
}
#login_form_manager,
#login_form {
	position: absolute;
	display: block;
	width: 320px;
	left: 50%;
	margin-top: 153px;
	margin-left: -160px;
	background-color: #EEE;
	-moz-box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	z-index: 202;
}
#login_form_manager #msg .errorSummary,
#login_form #msg .errorSummary,
#item_detail_form .errorSummary {
	position: relative;
	display: block;
	font-size: 14px;
	margin: 20px 20px 0 20px;
	padding: 10px;
	color: #C00;
	text-align: center;
	background-color: #FFF;
	border-bottom: 1px solid #CCC;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
#login_form_manager #msg .errorSummary:after,
#login_form_manager #msg .errorSummary:before,
#login_form #msg .errorSummary:after,
#login_form #msg .errorSummary:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#login_form_manager #msg .errorSummary:after,
#login_form #msg .errorSummary:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #FFF;
	border-width: 10px;
	left: 50%;
	margin-left: -10px;
}
#login_form_manager #msg .errorSummary:before,
#login_form #msg .errorSummary:before {
	border-color: rgba(221, 221, 13, 0);
	border-top-color: #CCC;
	border-width: 11px;
	left: 50%;
	margin-left: -11px;
}
#login_form ul.login_type {
	display: table;
	width: 320px;
	background-color: #999999;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	color: #FFF;
	cursor: pointer;
}
#login_form ul.login_type li {
	display: table-cell;
	width: 33%;
	text-align: center;
	border-left: 1px solid #DDD;
	border-right: 1px solid #999;
	font-size: 14px;
	padding: 7px 0;
}
#login_form ul.login_type li:first-child {
	border-left: none;
	border-right: 1px solid #CCC;
	-moz-border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;
}
#login_form ul.login_type li:last-child {
	border-right: none;
	-moz-border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
}
#login_form_manager ul.login_type li.active,
#login_form ul.login_type li.active {
	background-color: #EEE;
	color: #333;
}
#login_form_manager label,
#login_form label {
	font-size: 13px;
}
#login_form_manager .input_area,
#login_form .input_area {
	width: 300px;
	margin: 10px;
	padding: 5px 0 10px 0;
}
#login_form_manager .note {
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 14px;
	text-shadow: 1px 1px 0 #FFF;
}
#login_form_manager {
	display: none;
}
#login_form_manager .login_close,
#login_form .login_close {
	position: absolute;
	width: 36px;
	height: 30px;
	padding-top: 6px;
	top: 0;
	right: -43px;
	border-radius: 20px;
	background-color: #EEE;
	box-shadow: 4px 4px 10px rgba(0,0,0,0.5);
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	line-height: 1;
	color: #555;
	text-shadow: 1px 1px 0 #FFF;
}
#login_pin .input_area input {
	font-size: 18px;
	padding: 15px 0;
	width: 90px;
	margin: 4px 5px;
}
#login_pin .input_area input#pin {
	display: block;
	width: 268px;
	height: 18px;
	font-size: 18px;
	padding: 15px 10px;
	background: none;
	background-color: #FFF;
	margin: 10px auto;
	-moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.5);
	box-shadow: inset 1px 1px 2px rgba(0,0,0,0.5);
}
#login_pin .input_area input#tenClear {
	width: 190px;
}
#login_pin #pin {
	font-size: 20px;
}
#login_shop .input_area .row,
#login_id .input_area .row,
#login_id_pwd .input_area .row {
	margin: 10px 0;
}
#login_shop input.txt,
#login_id input.txt,
#login_id_pwd input.txt {
	width: 180px;
}
#login_shop label,
#login_id label,
#login_id_pwd label {
	width: 80px;
	float: left;
}
#check_area {
	width: 300p;
	margin: 10px;
}
#check_area label.l_flg {
	display: block;
	width: 198px;
	padding: 7px 0;
	float: left;
}
#check_area input {
	padding: 0;
}
#login_form_manager .button,
#login_form .button {
	width: 300px;
	margin: 0 auto;
}
#login_form_manager .button input,
#login_form .button input {
	font-size: 15px;
	width: 278px;
	padding: 5px 0;
	margin: 10px;
}
#login_form_manager .button #login,
#login_form .button #login {
	margin: 10px;
}
#login_form .camera_button {
	clear: both;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	border: 1px solid #AAA;
	border-radius: 30px;
	text-indent: -9999px;
	background-color: #F5F5F5;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 33px 24px;
	background-image: url(../images/icon_camera.png);
	box-shadow: 1px 1px 0 #FFF;
}
#login_form .camera_button:active {
	box-shadow: inset 1px 1px 0 rgba(0,0,0,0.1);
	background-color: #777;
	background-image: url(../images/icon_camera_on.png);
}
#top {
	width: 1024px;
	margin: 0 auto;
	padding: 40px 0px 60px 0px;
	overflow: hidden;
}
#top ul {
	width: 840px;
	margin: 0 auto 60px auto;
}
#top ul li {
	display: block;
	width: 118px;
	margin: 15px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #BBB;
	background: linear-gradient(top, #E4E4E4 0%, #E4E4E4 49%, #DDDDDD 50%, #DDDDDD 100%);
	background: -webkit-linear-gradient(top, #E4E4E4 0%, #E4E4E4 49%, #DDDDDD 50%, #DDDDDD 100%);
	background: -moz-linear-gradient(top, #E4E4E4 0%, #E4E4E4 49%, #DDDDDD 50%, #DDDDDD 100%);
	background: -o-linear-gradient(top, #E4E4E4 0%, #E4E4E4 49%, #DDDDDD 50%, #DDDDDD 100%);
	background: -ms-linear-gradient(top, #E4E4E4 0%, #E4E4E4 49%, #DDDDDD 50%, #DDDDDD 100%);
	box-shadow: 0px 0px 2px rgba(255, 255, 255, 1);
	float: left;
}
#top ul li a {
	display: block;
	height: 13px;
	padding: 55px 0 8px 0;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #4D4D4D;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#top ul li#li_item a {
	background: url(../images/top_icon_item.png) transparent no-repeat center 14px;
	background-size:  32px 36px;
}
#top ul li#li_item a:hover,
#top ul li#li_item a:active {
	background-image: url(../images/top_icon_item_on.png);
}
#top ul li#li_category a {
	background: url(../images/top_icon_category.png) transparent no-repeat center 19px;
	background-size:  33px 30px;
}
#top ul li#li_category a:hover,
#top ul li#li_category a:active {
	background-image: url(../images/top_icon_category_on.png);
}
#top ul li#li_variation a {
	background: url(../images/top_icon_variation.png) transparent no-repeat center 20px;
	background-size:  44px 31px;
}
#top ul li#li_variation a:hover,
#top ul li#li_variation a:active {
	background-image: url(../images/top_icon_variation_on.png);
}
#top ul li#li_variation_group a {
	background: url(../images/top_icon_variation_group.png) transparent no-repeat center 20px;
	background-size:  33px 30px;
	font-size: 11px;
}
#top ul li#li_variation_group a:hover,
#top ul li#li_variation_group a:active {
	background-image: url(../images/top_icon_variation_group_on.png);
}
#top ul li#li_option a {
	background: url(../images/top_icon_option.png) transparent no-repeat center 21px;
	background-size:  28px 27px;
}
#top ul li#li_option a:hover,
#top ul li#li_option a:active {
	background-image: url(../images/top_icon_option_on.png);
}
#top ul li#li_option_group a {
	background: url(../images/top_icon_option_group.png) transparent no-repeat center 20px;
	background-size:  33px 30px;
	font-size: 11px;
}
#top ul li#li_option_group a:hover,
#top ul li#li_option_group a:active {
	background-image: url(../images/top_icon_option_group_on.png);
}
#top ul li#li_table a {
	background: url(../images/top_icon_table.png) transparent no-repeat center 19px;
	background-size:  32px 32px;
}
#top ul li#li_table a:hover,
#top ul li#li_table a:active {
	background-image: url(../images/top_icon_table_on.png);
}
#top ul li#li_discount a {
	background: url(../images/top_icon_discount.png) transparent no-repeat center 18px;
	background-size:  33px 33px;
}
#top ul li#li_discount a:hover,
#top ul li#li_discount a:active {
	background-image: url(../images/top_icon_discount_on.png);
}
#top ul li#li_paymentmethod a {
	background: url(../images/top_icon_payment.png) transparent no-repeat center 20px;
	background-size:  42px 31px;
}
#top ul li#li_paymentmethod a:hover,
#top ul li#li_paymentmethod a:active {
	background-image: url(../images/top_icon_payment_on.png);
}
#top ul li#li_tax a {
	background: url(../images/top_icon_tax.png) transparent no-repeat center 20px;
	background-size:  33px 33px;
}
#top ul li#li_tax a:hover,
#top ul li#li_tax a:active {
	background-image: url(../images/top_icon_tax_on.png);
}
#top ul li#li_pos a {
	background: url(../images/top_icon_order.png) transparent no-repeat center 19px;
	background-size:  33px 33px;
}
#top ul li#li_pos a:hover,
#top ul li#li_pos a:active {
	background-image: url(../images/top_icon_order_on.png);
}
#top ul li#li_pos_checkout a {
	background: url(../images/top_icon_checkout.png) transparent no-repeat center 20px;
	background-size:  33px 30px;
}
#top ul li#li_pos_checkout a:hover,
#top ul li#li_pos_checkout a:active {
	background-image: url(../images/top_icon_checkout_on.png);
}
#top ul li#li_bill a {
	background: url(../images/top_icon_bill.png) transparent no-repeat center 17px;
	background-size:  36px 34px;
}
#top ul li#li_bill a:hover,
#top ul li#li_bill a:active {
	background-image: url(../images/top_icon_bill_on.png);
}
#top ul li#li_cancel a {
	background: url(../images/top_icon_cancel.png) transparent no-repeat center 19px;
	background-size:  30px 30px;
}
#top ul li#li_cancel a:hover,
#top ul li#li_cancel a:active {
	background-image: url(../images/top_icon_cancel_on.png);
}
#top ul li#li_register a {
	background: url(../images/top_icon_checkout.png) transparent no-repeat center 20px;
	background-size:  33px 30px;
}
#top ul li#li_register a:hover,
#top ul li#li_register a:active {
	background-image: url(../images/top_icon_checkout_on.png);
}
#top ul li#li_printer a {
	background: url(../images/top_icon_printer.png) transparent no-repeat center 18px;
	background-size:  41px 34px;
}
#top ul li#li_printer a:hover,
#top ul li#li_printer a:active {
	background-image: url(../images/top_icon_printer_on.png);
}
#top ul li#li_floor_printer a {
	background: url(../images/top_icon_floor_printer.png) transparent no-repeat center 18px;
	background-size:  36px 30px;
}
#top ul li#li_floor_printer a:hover,
#top ul li#li_floor_printer a:active {
	background-image: url(../images/top_icon_floor_printer_on.png);
}
#top ul li#li_floor a {
	background: url(../images/top_icon_floor.png) transparent no-repeat center 19px;
	background-size:  36px 30px;
}
#top ul li#li_floor a:hover,
#top ul li#li_floor a:active {
	background-image: url(../images/top_icon_floor_on.png);
}
#top ul li#li_reprint a {
	background: url(../images/top_icon_reprint.png) transparent no-repeat center 17px;
	background-size:  28px 33px;
}
#top ul li#li_reprint a:hover,
#top ul li#li_reprint a:active {
	background-image: url(../images/top_icon_reprint_on.png);
}
#top ul li#li_outputsetting a {
	background: url(../images/top_icon_setting.png) transparent no-repeat center 16px;
	background-size:  42px 35px;
}
#top ul li#li_outputsetting a:hover,
#top ul li#li_outputsetting a:active {
	background-image: url(../images/top_icon_setting_on.png);
}
#top ul li#li_receiptsetting_edit a {
	background: url(../images/top_icon_receipt.png) transparent no-repeat center 17px;
	background-size:  28px 33px;
}
#top ul li#li_receiptsetting_edit a:hover,
#top ul li#li_receiptsetting_edit a:active {
	background-image: url(../images/top_icon_receipt_on.png);
}
#top ul li#li_shop_edit a {
	background: url(../images/top_icon_shop.png) transparent no-repeat center 18px;
	background-size:  38px 32px;
}
#top ul li#li_shop_edit a:hover,
#top ul li#li_shop_edit a:active {
	background-image: url(../images/top_icon_shop_on.png);
}
#top ul li#li_staff a {
	background: url(../images/top_icon_staff.png) transparent no-repeat center 17px;
	background-size:  29px 33px;
}
#top ul li#li_staff a:hover,
#top ul li#li_staff a:active {
	background-image: url(../images/top_icon_staff_on.png);
}
#top ul li#li_registerclose a {
	background: url(../images/top_icon_key.png) transparent no-repeat center 20px;
	background-size:  31px 31px;
}
#top ul li#li_registerclose a:hover,
#top ul li#li_registerclose a:active {
	background-image: url(../images/top_icon_key_on.png);
}
#top ul li#li_report_detail_item a {
	background: url(../images/top_icon_sales.png) transparent no-repeat center 16px;
	background-size:  41px 34px;
}
#top ul li#li_report_detail_item a:hover,
#top ul li#li_report_detail_item a:active {
	background-image: url(../images/top_icon_sales_on.png);
}
#top ul li#li_report_chart a {
	background: url(../images/top_icon_graph.png) transparent no-repeat center 19px;
	background-size:  33px 30px;
}
#top ul li#li_report_chart a:hover,
#top ul li#li_report_chart a:active {
	background-image: url(../images/top_icon_graph_on.png);
}
#top ul li#li_report_journal a {
	background: url(../images/top_icon_journal.png) transparent no-repeat center 18px;
	background-size:  26px 30px;
}
#top ul li#li_report_journal a:hover,
#top ul li#li_report_journal a:active {
	background-image: url(../images/top_icon_journal_on.png);
}
#top ul li#li_report_daily a {
	background: url(../images/top_icon_daily.png) transparent no-repeat center 17px;
	background-size:  33px 35px;
}
#top ul li#li_report_daily a:hover,
#top ul li#li_report_daily a:active {
	background-image: url(../images/top_icon_daily_on.png);
}
#top ul li#li_update a {
	background: url(../images/top_icon_update.png) transparent no-repeat center 18px;
	background-size:  32px 31px;
}
#top ul li#li_update a:hover,
#top ul li#li_update a:active {
	background-image: url(../images/top_icon_update_on.png);
}
#top ul li#li_upload a {
	background: url(../images/top_icon_upload.png) transparent no-repeat center 18px;
	background-size: 37px 31px;
}
#top ul li#li_upload a:hover,
#top ul li#li_upload a:active {
background-image: url(../images/top_icon_upload_on.png);
}
#top ul li#li_upload_sop a {
	background: url(../images/top_icon_sop.png) transparent no-repeat center 18px;
	background-size: 37px 31px;
}
#top ul li#li_upload_sop a:hover,
#top ul li#li_upload_sop a:active {
background-image: url(../images/top_icon_sop_on.png);
}
#top ul li#li_mo a {
	background: url(../images/top_icon_sop.png) transparent no-repeat center 18px;
	background-size: 37px 31px;
}
#top ul li#li_mo a:hover,
#top ul li#li_mo a:active {
background-image: url(../images/top_icon_sop_on.png);
}
#top ul li#li_download a {
	background: url(../images/top_icon_download.png) transparent no-repeat center 18px;
	background-size: 37px 31px;
}
#top ul li#li_download a:hover,
#top ul li#li_download a:active {
background-image: url(../images/top_icon_download_on.png);
}
#top ul li#li_distribute a {
	background: url(../images/top_icon_distribute.png) transparent no-repeat center 18px;
	background-size:  28px 28px;
}
#top ul li#li_distribute a:hover,
#top ul li#li_distribute a:active {
	background-image: url(../images/top_icon_distribute_on.png);
}
#top ul li#li_new_price a {
	background: url(../images/top_icon_new_price.png) transparent no-repeat center 16px;
	background-size:  33px 33px;
}
#top ul li#li_new_price a:hover,
#top ul li#li_new_price a:active {
	background-image: url(../images/top_icon_new_price_on.png);
}
#top ul li#li_log a {
	background: url(../images/top_icon_log.png) transparent no-repeat center 25px;
	background-size:  41px 20px;
}
#top ul li#li_log a:hover,
#top ul li#li_log a:active {
	background-image: url(../images/top_icon_log_on.png);
}
#top ul li#li_log_cloud a {
	background: url(../images/top_icon_log_cloud.png) transparent no-repeat center 20px;
	background-size:  41px 29px;
}
#top ul li#li_log_cloud a:hover,
#top ul li#li_log_cloud a:active {
	background-image: url(../images/top_icon_log_cloud_on.png);
}
#top ul li#li_service_charge a {
	background: url(../images/top_icon_service.png) transparent no-repeat center 19px;
	background-size:  41px 30px;
}
#top ul li#li_service_charge a:hover,
#top ul li#li_service_charge a:active {
	background-image: url(../images/top_icon_service_on.png);
}
#top ul li#li_zsum a {
	background: url(../images/top_icon_zsum.png) transparent no-repeat center 19px;
	background-size: 100px 60px;
	background-position: center;
}
#top ul li#li_zsum a:hover,
#top ul li#li_zsum a:active {
	background-image: url(../images/top_icon_zsum_on.png);
}
#top ul li a:hover,
#top ul li a:active {
	color: #8DC21F;
}
#top_footer {
	position: fixed !important;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 53px;
	z-index: 99;
	border-top: 1px solid #CCC;
	background-color: #DDD;
	background: linear-gradient(top, #F5F5F5 0%, #D3D3D3 100%);
	background: -moz-linear-gradient(top, #F5F5F5 0%, #D3D3D3 100%);
	background: -o-linear-gradient(top, #F5F5F5 0%, #D3D3D3 100%);
	background: -ms-linear-gradient(top, #F5F5F5 0%, #D3D3D3 100%);
}
#top_footer .foot {
	width: 1024px;
	margin: 0 auto;
}
#footer_message {
	position: fixed;
	width: 100%;
	bottom: 55px;
	padding: 10px 0;
	left: 0;
	text-align: center;
	border-top: 1px solid #CCC;
	background: #E5E5E5;
	box-shadow: inset 0 1px 2px #DDD;
	font-size: 14px;
	text-shadow: 1px 1px 0 #FFF;
}
#footer_message a {
	display: inline-block;
	padding: 4px 20px;
	margin-left: 10px;
	background: #8DC21F;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 1px 1px 2px #CCC;
	text-shadow: none;
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
}
#footer_message a:active {
	background: #999;
	color: #FFF;
	box-shadow: inset 1px 1px 0 rgba(0,0,0,0.1);
}
#reprint,
#unit,
#unit_with_reprint {
	position: relative;
/*	bottom: 0;*/
	width: 100%;
	height: 50px;
	height: 45px;
	padding: 5px 0;
	font-size: 12px;
	float: left;
}
#reprint {
	text-align: left;
}
#reprint form {
	margin-left: 40px;
}
#unit,
#unit_with_reprint {
	text-align: center;
}
#x .info_text {
	font-size:10px;
}
#unit_with_reprint {
	width: 511px;
	border-right:  1px solid #CCC;
}
#unit .note,
#unit_with_reprint .note {
	font-size: 12px;
	color: #999;
}
#reprint {
	width: 511px;
	height: 35px;
	padding-top: 10px;
	border-left: 1px solid #FFF;
}
#reprint strong,
#unit strong,
#unit_with_reprint strong {
	 color: #390;
	 font-size: 20px;
	 font-weight: bold;
	 padding: 0 4px;
}
#reprint_btn{
padding: 4px 30px;
margin-left: 10px;
font-size: 14px;
border: 1px solid #CCC;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
box-shadow: 1px 1px 0 #FFF;
background: linear-gradient(top, #FFFFFF 0%, #F5F5F5 100%);
background: -webkit-linear-gradient(top, #FFFFFF 0%, #F5F5F5 100%);
background: -moz-linear-gradient(top, #FFFFFF 0%, #F5F5F5 100%);
background: -o-linear-gradient(top, #FFFFFF 0%, #F5F5F5 100%);
background: -ms-linear-gradient(top, #FFFFFF 0%, #F5F5F5 100%);
}
#reprint_btn:disabled {
	display: inline-block;
	padding: 4px 30px;
	margin-left: 10px;
	font-size: 14px;
	border: 1px solid #CCC;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 1px 1px 0 #FFF;
	text-decoration: none;
}
#reprint_btn:active {
	background: #CCC;
	color: #FFF;
	box-shadow: inset 1px 1px 0 rgba(0,0,0,0.1);
}
#support {
	clear: both;
	position: relative;
	width: 100%;
	height: 30px;
	background-color: #E5E5E5;
	border-top: 1px solid #CCC;
}
#support ul {
	display: block;
	width: 1024px;
	margin: 0 auto;
	overflow: hidden;
}
#support ul li {
	display: block;
	width: 33.333%;
	height: 29px;
	padding: 6px 0;
	box-sizing: border-box;
	border-left: 1px solid #FFF;
	border-right: 1px solid #CCC;
	background-repeat: no-repeat;
	text-align: left;
	font-size: 12px;
	line-height: 1;
	color: #666;
	float: left;
}
#support ul li:first-child {
	border-left: none;
}
#support ul li:last-child {
	border-right: none;
}
#support ul li.backup {
	padding-left: 6%;
	background-image: url(../images/top_icon_backup.png);
	background-size: 23px 20px;
	background-position: 10% center;
}
#support ul li.tel_support {
	padding-left: 9%;
	background-image: url(../images/top_icon_tel_support.png);
	background-size: 19px 19px;
	background-position: 21% center;
}
#support ul li.license {
	padding-left: 6%;
	background-image: url(../images/top_icon_license.png);
	background-size: 25px 18px;
	background-position: 9% center;
}
#support ul li strong {
	 color: #390;
	 font-size: 14px;
	 font-family: "Helvetica Neue";
	 font-weight: 200;
	 letter-spacing: 1px;
	 padding: 0 4px;
}
select#select_ctg_id {
	font-family: monospace;
}
#link_area {
	width: 472px;
	margin: 10px auto;
}
#link_area table {
	border-collapse: separate;
	border-spacing: 0;
	width: 472px;
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#link_area table th {
	font-weight: normal;
	height: 16px;
	padding: 7px 0;
	text-align: center;
	border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	background: linear-gradient(top, #FFF 0%, #FFF 50%, #FAFAFA 51%, #F5F5F5 100%);
	background: -webkit-linear-gradient(top, #FFF 0%, #FFF 50%, #FAFAFA 51%, #F5F5F5 100%);
	background: -moz-linear-gradient(top, #FFF 0%, #FFF 50%, #FAFAFA 51%, #F5F5F5 100%);
	background: -o-linear-gradient(top, #FFF 0%, #FFF 50%, #FAFAFA 51%, #F5F5F5 100%);
	background: -ms-linear-gradient(top, #FFF 0%, #FFF 50%, #FAFAFA 51%, #F5F5F5 100%);
}
#link_area table td {
	height: 16px;
	line-height: 16px;
	padding: 10px;
	cursor: pointer;
	border-top: 1px solid #CCC;
}
#link_area table td.link_name {
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	-moz-text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	-webkit-text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
#link_area table td.link_number {
	text-align: right;
	width: 100px;
	padding-right: 20px;
	background: url(../images/arrow.png) no-repeat 113px center;
}
#link_area table tr:last-child td:first-child {
	border-radius: 0 0 0 8px;
	-moz-border-radius: 0 0 0 8px;
	-webkit-border-radius: 0 0 0 8px;
}
#link_area table tr:last-child td:last-child {
	border-radius: 0 0 8px 0;
	-moz-border-radius: 0 0 8px 0;
	-webkit-border-radius: 0 0 8px 0;
}
#link_area table td.link_number span {
	height: 14px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #999;
	padding: 4px 8px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
#cashflow .detail table.data {
	border-collapse: separate;
	width: 472px;
	margin: 50px auto 20px auto;
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 5px;
}
#cashflow .detail table.data th,
#cashflow .detail table.data td {
	padding: 0 0 3px 0;
	border-bottom: 1px solid #CCC;
}
#cashflow .detail table.data th {
	border-right: 1px solid #CCC;
	width: 150px;
}
#cashflow .detail table.data td {
	text-align: right;
}
#cashflow #fourth table th,
#cashflow #fourth table td {
	padding-bottom: 15px;
}
#cashflow .detail table.data tr:last-child th {
	border-bottom: none;
	border-radius: 0 0 0 5px;
	-moz-border-radius: 0 0 0 5px;
	-webkit-border-radius: 0 0 0 5px;
}
#cashflow .detail table.data tr:last-child td {
	border-bottom: none;
	border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
	-webkit-border-radius: 0 0 5px 0;
}
#cashflow .detail table.data tr#last_closing_date p {
	text-align: left;
}
#cashflow .detail table #tr_difference th p,
#cashflow .detail table #tr_difference td p {
	display: block;
	font-size: 15px;
	height: 16px;
	padding: 7px 0;
	border: 1px solid #CCC;
	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	background: #FFF;
}
#cashflow .detail table #tr_difference th p {
	padding: 4px 0 8px;
	height: 18px;
	padding-left: 10px;
	border-right: none;
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
}
#cashflow .detail table #tr_difference td p {
	padding-right: 10px;
	text-align: right;
}
.cash_wrap input.type_count {
	width: 120px !important;
}
.cash_wrap input.type_value {
	float: right;
	width: 180px !important;
	border-radius: 5px;
	-moz-box-border-radius: 5px;
	-webkit-box-border-radius: 5px;
	background: #F5F5F5;
}
.cash_wrap tr[id^="tr_cash_"] th,
.cash_wrap tr[id^="tr_cash_"] td {
	padding-top: 2px;
	padding-bottom: 2px;
}
.cash_wrap #tr_cash_in_register.cash_exist th,
.cash_wrap #tr_cash_in_register.cash_exist td {
	padding-top: 6px;
	padding-bottom: 8px;
}
input[readonly], input[readonly="readonly"] {
	background: #F5F5F5;
	outline: none;
}
#permission #second,
#item #second,
#option #second,
#category #second,
#customer_attribute #second,
#discount #second,
#output_setting #second,
#payment #second,
#printer #second,
#register #second,
#staff #second,
#table #second,
#tax #second,
#tax #fourth,
#variation #second,
#floor_mst #second,
#floor_printer #second,
#service_charge #second {
	padding-top: 50px;
}
#item #second,
#option #second {
	padding-top: 10px;
}
#permission #second {
	height: 646px;
}
#permission #second .button_area {
	padding: 10px 0;
}
#register #second #item_detail_form {
	padding-bottom: 75px;
}
#permission #second table th,
#permission #second table td,
#category #second table th,
#category #second table td,
#discount #second table th,
#discount #second table td,
#output_setting #second table th,
#output_setting #second table td,
#payment #second table th,
#payment #second table td,
#printer #second table th,
#printer #second table td,
#receipt_detail table th,
#receipt_detail table td,
#register #second table th,
#register #second table td,
#staff #second table th,
#staff #second table td,
#table #second table th,
#table #second table td,
#tax #second table th,
#tax #second table td,
#tax #fourth table th,
#tax #fourth table td,
#floor_mst #second table th,
#floor_mst #second table td,
#floor_printer #second table th,
#floor_printer #second table td,
#service_charge #second table th,
#service_charge #second table td {
	padding-bottom: 15px;
}
#main #back_list,
#main #back_history_list,
#main #back_detail {
	position: absolute;
	width: 100px;
	top: 10px;
	left: 390px;
	text-align: center;
	color: #333;
	font-size: 14px;
	font-weight: normal;
	padding: 4px 0;
	border: 1px solid #AAA;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #FFF;
	background: linear-gradient(top, #FFF 0%, #FFF 50%, #FAFAFA 51%, #F5F5F5 100%);
	background: -webkit-linear-gradient(top, #FFF 0%, #FFF 50%, #FAFAFA 51%, #F5F5F5 100%);
	background: -moz-linear-gradient(top, #FFF 0%, #FFF 50%, #FAFAFA 51%, #F5F5F5 100%);
	background: -o-linear-gradient(top, #FFF 0%, #FFF 50%, #FAFAFA 51%, #F5F5F5 100%);
	background: -ms-linear-gradient(top, #FFF 0%, #FFF 50%, #FAFAFA 51%, #F5F5F5 100%);
	cursor: pointer;
}
#main #back_list {
	visibility: invisible;
	z-index: 1;
}
#bill .list_area .result_list,
#bill .list_header_area {
	font-size: 14px;
}
#bill .total_area .li_count {
	text-align: center;
}
#bill .total_area .li_total {
	width: 141px;
}
#floor th,
#bill th {
	padding: 10px 0;
}
#floor th.li_total,
#floor th.li_status,
#floor th.li_stay {
	width: 90px;
}
#bill .li_status,
#bill .li_date {
	width: 70px;
	padding: 10px 0;
	text-align: center;
}
#bill .li_status.refunded {
	color: red;
}
#bill .li_total {
	padding: 10px;
	width: 70px;
}
#bill .li_receipt_number {
	text-align: center;
}
#bill td.li_total {
	text-align: right;
}
#bill .li_table_name {
	padding: 10px;
	width: 80px;
}
#status_name span.refund_staff_name {
	color: red;
}
#receipt_separate {
	position: absolute;
	width: 360px;
	height: 480px;
	top: 160px;
	left: 50%;
	margin-left: -180px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background-color: #DDD;
	box-shadow: 0 10px 10px rgba(0,0,0,0.5);
	z-index: 104;
}
#receipt_separate .name {
	width: 100%;
	height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 12px 12px 0 0;
	-moz-border-radius: 12px 12px 0 0;
	-webkit-border-radius: 12px 12px 0 0;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #999;
	text-align: center;
	font-size: 16px;
	line-height: 2.5;
}
#receipt_separate > dl {
	clear: both;
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 1px 5px 0 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 1px solid #FFF;
	border-right: 1px solid #999;
}
#receipt_separate > dl dt,
#receipt_separate > dl dd {
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 44px;
	border-top: 1px solid #FFF;
	box-shadow: 0 -1px 0 #999;
	line-height: 44px;
	float: left;
}
#receipt_separate > dl dt {
	padding-left: 0.5em;
	font-size: 15px;
}
#receipt_separate > dl dd {
	padding-right: 0.5em;
	text-align: right;
	font-family: HelveticaNeue-Light, sans-serif;
	font-size: 24px;
}
#receipt_separate .tenkey {
	position: relative;
}
#receipt_separate .price {
	clear: both;
	width: 100%;
	height: 70px;
	text-align: center;
	background-color: #111;
	color: #FFF;
	font-size: 50px;
	font-family: HelveticaNeue-UltraLight, sans-serif;
	line-height: 1.4;
}
#receipt_separate #close_input_price {
	position: absolute;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 28px;
	height: 28px;
	top: 6px;
	right: 6px;
	text-align: center;
	border: 1px solid #999;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 1px 1px 1px #FFF;
	-moz-box-shadow: 1px 1px 1px #FFF;
	-webkit-box-shadow: 1px 1px 1px #FFF;
	text-shadow: 1px 1px 0 #FFF;
	font-size: 18px;
	color: #333;
	line-height: 1.3;
	cursor: pointer;
}
#receipt_separate #receipt_separate_close:active {
	background-color: #CCC;
	border: none;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.3);
}
#receipt_separate ul {
	display: block;
	width: 100%;
	overflow: hidden;
}
#receipt_separate ul li {
	display: block;
	width: 25%;
	overflow: hidden;
	float: left;
}
#receipt_separate ul li .row li {
	display: block;
	width: 100%;
	height: 70px;
	clear: both;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #FFF;
	border-top: 1px solid #FFF;
	text-align: center;
	font-size: 28px;
	line-height: 2.5;
	text-shadow: 1px 1px 1px #FFF;
	cursor: pointer;
}
#receipt_separate ul li .row li:active {
	background-color: #CCC;
	border: none;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.3);
}
#receipt_separate ul li:first-child .row li:last-child {
	border-radius: 0 0 0 12px;
	-moz-border-radius: 0 0 0 12px;
	-webkit-border-radius: 0 0 0 12px;
}
#receipt_separate ul li:last-child .row li:last-child {
	border-radius: 0 0 12px 0;
	-moz-border-radius: 0 0 12px 0;
	-webkit-border-radius: 0 0 12px 0;
}
#receipt_separate ul li .row li#receipt_separate_remain {
	font-size: 20px;
	line-height: 3.5;
}
#receipt_separate ul li .row li#receipt_separate_submit {
	height: 210px;
	padding-top: 4em;
	font-size: 20px;
	line-height: 1.5;
}
#receipt_separate ul li .row li#receipt_separate_clear {
	color: #C00;
}
#receipt_separate .note {
	color: #FFF;
	padding: 5px 10px;
	font-size: 16px;
	text-shadow: 1px 1px 5px rgba(0,0,0,1);
	display: none;
}

#floor th.li_table_name {
	width: 217px;
}
#floor td.li_total,
#floor td.li_status,
#floor td.li_stay {
	width: 70px;
	padding: 11px 10px;
}
#floor td.li_table_name {
	width: 197px;
	padding: 11px 10px;
}
#floor .li_status,
#floor .li_stay {
	text-align: center;
}
#floor td.li_total {
	text-align: right;
}
#floor .blank .li_status {
	color: #39F;
}
#floor .blank .li_total {
	text-align: center;
}
#floor #second .button_area {
	margin: 0;
	padding: 0;
}
#floor .order_item_list .class_2,
#bill .order_item_list .class_2 {
	display: none;
}
#floor .order_item_list .class_2 tr:first-child td,
#bill .order_item_list .class_2 tr:first-child td {
	border-top: none;
}
#floor .order_item_list .list_area {
	height: 532px;
}
#bill .order_item_list .list_area {
	height: 562px;
}
#floor .order_item_list .total_area,
#bill .order_item_list .total_area {
	height: 42px;
}
#floor .order_item_list .li_order_time,
#floor .order_item_list .li_staff_name,
#bill .order_item_list .li_order_time,
#bill .order_item_list .li_staff_name {
	border-right: none;
	width: 140px;
}
#floor .order_item_list .li_order_time,
#bill .order_item_list .li_order_time {
	padding-left: 20px;
}
#floor .order_item_list .li_staff_name,
#bill .order_item_list .li_staff_name {
	border-left: none;
	font-size: 12px;
}
#floor .order_item_list .li_order_count_total,
#bill .order_item_list .li_order_count_total {
	width: 150px;
	text-align: right;
	border-left: none;
	border-right: 1px solid #CCC;
}
#floor .order_item_list .li_children,
#bill .order_item_list .li_children {
	width: 49px;
	padding: 0;
}
#floor .order_item_list .has_children,
#bill .order_item_list .has_children {
	background: url(../images/li_open.png) no-repeat center center;
}
#floor .order_item_list .li_item_name,
#bill .order_item_list .li_item_name {
	width: 224px;
	padding: 5px 5px 5px 20px;
	font-size: 12px;
	border-right: none;
	vertical-align: top;
}
#floor .order_item_list .li_order_price,
#floor .order_item_list .li_order_subtotal,
#bill .order_item_list .li_order_price,
#bill .order_item_list .li_order_subtotal {
	width: 70px;
	text-align: right;
	padding: 11px 20px 11px 4px;
}
#floor .order_item_list .li_order_price,
#bill .order_item_list .li_order_price {
	padding: 5px 10px;
	vertical-align: bottom;
	border-left: none;
}
#floor .order_item_list .li_order_status,
#bill .order_item_list .li_order_status {
	padding: 5px 0 0 0;
	width: 30px;
	vertical-align: top;
	border-right: none;
	border-left: none;
	text-align: center;
}
#floor .order_item_list .li_order_status p,
#bill .order_item_list .li_order_status p {
	display: inline;
	padding: 2px 6px;
	font-size: 14px;
	background: #EEE;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}
#floor .order_item_list .li_order_number,
#bill .order_item_list .li_order_number {
	width: 50px;
	padding: 0;
	text-align: center;
}
#bill .order_item_list .canceled {
	text-decoration: line-through;
	color: #999;
}
#bill .order_item_list .canceled td {
	background-color: #EEE;
}
#bill .order_item_list .item .li_order_subtotal {
	font-size: 18px;
}
#bill .order_item_list .choice .li_item_name,
#bill .order_item_list .variation .li_item_name,
#bill .order_item_list .option .li_item_name,
#bill .order_item_list .discount .li_item_name {
	text-indent: 1em;
}
#bill .order_item_list .minus {
	color: #C00;
}
#bill .order_item_list #subtotal_tab {
	display: none;
}

#floor .order_item_list .total_area #tb_subtotal,
#floor .order_item_list .total_area #tb_tax,
#floor .order_item_list .total_area #tb_total,
#bill .order_item_list .total_area #tb_subtotal,
#bill .order_item_list .total_area #tb_tax,
#bill .order_item_list .total_area #tb_total {
	width: 491px;
}
#floor .order_item_list .total_area #tb_subtotal,
#floor .order_item_list .total_area #tb_tax,
#bill .order_item_list .total_area #tb_subtotal,
#bill .order_item_list .total_area #tb_tax {
	display: none;
}
#floor .order_item_list .total_area #tb_subtotal td,
#floor .order_item_list .total_area #tb_tax td,
#bill .order_item_list .total_area #tb_subtotal td,
#bill .order_item_list .total_area #tb_tax td {
	border-bottom: none;
}
#floor .order_item_list .total_area .li_name,
#bill .order_item_list .total_area .li_name {
	width: 230px;
	border-right: none;
	padding-left: 20px;
}
#floor .order_item_list .total_area .li_total,
#bill .order_item_list .total_area .li_total {
	width: 230px;
	border-left: none;
	text-align: right;
}
#floor .total_area #subtotal_tab,
#bill .total_area #subtotal_tab {
	position: absolute;
	left: 50%;
	margin-left: -25px;
	width: 50px;
	height: 20px;
	border: 1px solid #CCC;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	box-shadow: 0px 2px 2px rgba(0,0,100,0.2);
	-moz-box-shadow: 0px 2px 2px rgba(100,100,100,0.2);
	-webkit-box-shadow: 0px 2px 2px rgba(100,100,100,0.2);
}
#bill .receipt_detail .list_header {
	height: 50px;
}
#bill .detail table.data {
	border-collapse: separate;
	width: 472px;
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 15px;
}
#bill .detail table.data th,
#bill .detail table.data td {
	padding: 2px 0 4px 0;
	border-bottom: 1px solid #CCC;
}
#bill .detail table.data th {
	border-right: 1px solid #CCC;
	width:180px;
}
#bill .detail table.data td {
	text-align: right;
}
#bill .detail table.basic_data td {
	text-align: left;
}
#bill .detail table.data tr:last-child th {
	border-bottom: none;
	border-radius: 0 0 0 5px;
	-moz-border-radius: 0 0 0 5px;
	-webkit-border-radius: 0 0 0 5px;
}
#bill .detail table.data tr:last-child td {
	border-bottom: none;
	border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
	-webkit-border-radius: 0 0 5px 0;
}
#bill .detail table.data tr#last_closing_date p {
	text-align: left;
}
#permission #second #tr_del_flg th,
#permission #second #tr_del_flg td {
	border-top: 3px double #999;
	padding-top: 15px;
}

/* Select */

select.slct {
	clear: both;
	display: inline;
	width: 240px;
	height: 32px;
	margin: 0;
	font-size: 14px;
	background: linear-gradient(top, #FFF 0%, #FFF 50%, #FAFAFA 51%, #F5F5F5 100%);
	background: -webkit-linear-gradient(top, #FFF 0%, #FFF 50%, #FAFAFA 51%, #F5F5F5 100%);
	background: -moz-linear-gradient(top, #FFF 0%, #FFF 50%, #FAFAFA 51%, #F5F5F5 100%);
	background: -o-linear-gradient(top, #FFF 0%, #FFF 50%, #FAFAFA 51%, #F5F5F5 100%);
	background: -ms-linear-gradient(top, #FFF 0%, #FFF 50%, #FAFAFA 51%, #F5F5F5 100%);
	border: 1px solid #AAA;
}
#second select.slct,
#shop_detail #first select.slct {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
#shop_detail #tr_sync_pic .last_update {
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
	font-size: 12px;
	color: #666;
	text-shadow: 1px 1px 0 #FFF;
}
.select_date .slct {
	width: 90px;
}
.select_date_s select {
	width: 60px;
}
.select_date select.mm,
.select_date select.dd,
.select_date select.hh,
.select_date select.ii,
.select_date_s select.mm,
.select_date_s select.dd,
.select_date_s select.hh,
.select_date_s select.ii {
	width: 50px;
}

#tax #fourth .select_date select.hh {
	width: 90px;
}
.select_ctg,
.select_ctg_s {
	display: inline;
}
.select_ctg .slct {
	width: 220px;
}
.select_ctg_s .slct {
	width: 190px;
}
#bill .select_ctg_s .slct {
	width: 95px;
}
.select_price .slct {
	width: 50px;
}
.time-setting .slct {
	width: 50px;
}
.select_half select {
	width: 100px;
}
#variation #second table td select,
#variation #second table td input,
#variation #second table td label {
	display: block;
	float: left;
}
/*
.slct:focus {
	outline: 0;
}
.slct a {
	cursor: pointer;
	text-decoration: none;
}
*/
#import #form_import {
	text-align: center;
	margin: 100px auto 50px auto;
}
#import #form_import p {
	margin-bottom: 50px;
}
#import #form_import input.btn {
	width: 260px;
	height: 36px;
	font-size: 20px;
	margin-top: 20px;
	font-size: 16px;
	border: 1px solid #AAA;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: linear-gradient(top, #FFFFFF 0%, #FFFFFF 45%, #F5F5F5 50%, #EEEEEE 100%);
	background: -webkit-linear-gradient(top, #FFFFFF 0%, #FFFFFF 45%, #F5F5F5 50%, #EEEEEE 100%);
	background: -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 45%, #F5F5F5 50%, #EEEEEE 100%);
	background: -o-linear-gradient(top, #FFFFFF 0%, #FFFFFF 45%, #F5F5F5 50%, #EEEEEE 100%);
	background: -ms-linear-gradient(top, #FFFFFF 0%, #FFFFFF 45%, #F5F5F5 50%, #EEEEEE 100%);
}
#import #result {
	position: relative;
	width: 420px;
	margin: 0 auto;
}
#import #result p {
	position: relative;
	display: block;
	font-size: 14px;
	text-align: center;
	padding: 20px 40px;
	background-color: #FFF;
	border: 1px solid #E5E5E5;
	border-bottom: 1px solid #BBB;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background: url(../images/check_1.png) #FFF no-repeat 20px center;
	display: none;
}
#import #result #error {
	background-image: url(../images/alert_1.png);
}
#import #result p span {
	font-weight: bold;
	font-size: 18px;
	padding-right: 2px;
}
#import #result #item_num {
	color: #4B4;
}
#import #result #line_num {
	color: #C00;
}
#import #result p:after,
#import #result p:before {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#import #result p:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #FFF;
	border-width: 10px;
	left: 50%;
	margin-left: -10px;
}
#import #result p:before {
	border-color: rgba(221, 221, 13, 0);
	border-bottom-color: #DDD;
	border-width: 11px;
	left: 50%;
	margin-left: -11px;
}
#main #detail .search select,
#main #daily .search select,
#main #chart .search select,
#main #journal .search select,
#main #period_report .search select,
#main #detail .search input.btn,
#main #daily .search input.btn,
#main #chart .search input.btn,
#main #journal .search input.btn,
#main #period_report.search input.btn {
	height: 32px;
	margin: 0 12px 10px 0;
}
#main #daily .search .row p {
	display: block;
	width: 30%;
	white-space: nowrap;
}
#main #daily .sub_total {
	padding-left: 25px;
}
#main #journal .search input.btn,
#main #period_report .search input.btn {
	margin-top: 4px;
}

/* Journal */
#main #journal #first {
	width: 100%;
}

/*
Add 2017/09/05 Start
#main #journal #first .search,
Add 2017/09/05 End
*/
#main #period_report #first .search {
	width: 400px;
	height: 100px;
	margin: 150px auto 0 auto;
	box-shadow: 1px 1px 0 rgba(255,255,255,1);
	background-color: #EEE;
	-moz-box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#main #period_report #first .search {
	height: 150px;
}

/*
Add 2017/09/05 Start
#main #journal #first .search .row,
Add 2017/09/05 End
*/
#main #period_report #first .search .row {
	 display: block;
	 width: 100%;
	 text-align: center;
	 padding: 27px 0 0 60px;
}

#main #period_report #first .search .row p,
#main #journal #first .search .row p {
 	white-space: nowrap;
	margin-right: 20px;
}

/*Update*/
#update {
	padding: 50px;
	font-size: 14px;
}
#update .current {
	padding: 20px 0;
}
#update .current .version {
	font-size: 20px;
	font-weight: bold;
}
#update table th,
#update table td {
	padding: 20px 0;
	vertical-align: top;
	text-align: left;
	line-height: 150%;
	font-weight: normal;
}
#update table th {
	width: 35%;
}
#update table th .version {
	font-weight: bold;
}
#ofsc input.btn,
#upload input.btn,
#update #form_update input.btn {
	width: 200px;
	height: 32px;
	font-size: 16px;
	color: #FFF;
	text-shadow: -1px -1px 0 #360;
	border: 1px solid #690;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: linear-gradient(top, #8DC21F 0%, #339900 100%);
	background: -webkit-linear-gradient(top, #8DC21F 0%, #339900 100%);
	background: -moz-linear-gradient(top, #8DC21F 0%, #339900 100%);
	background: -o-linear-gradient(top, #8DC21F 0%, #339900 100%);
	background: -ms-linear-gradient(top, #8DC21F 0%, #339900 100%);
	cursor: pointer;
}
#update #form_update input.btn:disabled  {
	text-shadow: -1px -1px 0 #CCC;
	border: 1px solid #CCC;
	background: linear-gradient(top, #FFFFFF 0%, #CCCCCC 100%);
	background: -webkit-linear-gradient(top, #FFFFFF 0%, #CCCCCC 100%);
	background: -moz-linear-gradient(top, #FFFFFF 0%, #CCCCCC 100%);
	background: -o-linear-gradient(top, #FFFFFF 0%, #CCCCCC 100%);
	background: -ms-linear-gradient(top, #FFFFFF 0%, #CCCCCC 100%);

}

/* Hidden */
#top #li_pos,
#top #li_pos_checkout,
#top #li_cashflow,
#top #li_customerattribute,
#top #li_report_ranking_sales {
	display: none;
}
.button_area #print_barcode,
.button_area #barcode {
	display: none;
}
#tax #tr_default_setting_flg {
	display: none;
}
form#form_select_ctg,
form#form_search,
form#item_search_form,
form#form_search_link_edit,
form#form_select_ctg_link_new,
form#form_search_link_new {
	display: none;
}
#bill form#form_select_ctg,
#bill form#form_search,
#item form#form_select_ctg,
#item form#form_search,
#cashflow form#form_select_ctg {
	display: block;
}
#cashflow #second #refund_detail th{
	padding-left: 15px;
}
#item #tr_jancode,
#option #tr_jancode {
	display: none;
}
#discount #tr_max_price,
#discount #tr_min_price,
#discount #tr_default_display_flg {
	display: none;
}
#payment #tr_max_price,
#payment #tr_min_price,
#payment #tr_change_flg {
	display: none;
}
#receipt_detail #tr_total_tax_print_flg,
#receipt_detail #tr_include_tex_print_flg,
#receipt_detail #tr_zero_option_print_flg,
#receipt_detail #tr_calorie_print_flg,
#receipt_detail #tr_total_calorie_print_flg {
	display: none;
}
#staff #tr_start_date,
#staff #tr_expire_date,
/* #staff #tr_pin_login_flg, */
#staff #tr_id_login_flg {
	display: none;
}
#receipt_detail #second th {
	white-space: nowrap;
}

/* Hidden */

/* Update Error */
#ofsc .error,
#upload .error,
#update .error {
	text-align:center;
	color:#C00;
	background:url(../images/alert_1.png) no-repeat center 50px;
	padding-top:100px;
	font-size:18px;
	font-weight:bold;
	text-shadow:1px 1px 0 #FFF;
}
#update .description {
	padding: 10px 220px;
	line-height: 150%;
}
/* Update Reboot */
#reboot {
	width:100%;
	height:368px;
	padding-top:400px;
	padding-left:1em;
	color:#333;
	font-size:16px;
	font-weight:bold;
	text-shadow:1px 1px 0 #FFF;
	text-align:center;
	background:url(../images/logo_loading.gif) no-repeat center 250px;
	background-size:122px 97px;
}

/*Upload*/
#upload {
padding: 50px;
font-size: 14px;
text-align: center;
}
#upload table {
margin: 10px auto;
}
#upload table th,
#upload table td {
padding: 10px 0;
vertical-align: top;
line-height: 150%;
font-weight: normal;
}
#upload table th {
width: 50%;
text-align: right;
}
#upload input.btn {
margin-top: 100px;
}
#upload select {
display: inline;
width: 80px;
height: 32px;
margin: 0 5px;
font-size: 14px;
background: linear-gradient(top, #FFF 0%, #FFF 50%, #FAFAFA 51%, #F5F5F5 100%);
background: -webkit-linear-gradient(top, #FFF 0%, #FFF 50%, #FAFAFA 51%, #F5F5F5 100%);
background: -moz-linear-gradient(top, #FFF 0%, #FFF 50%, #FAFAFA 51%, #F5F5F5 100%);
background: -o-linear-gradient(top, #FFF 0%, #FFF 50%, #FAFAFA 51%, #F5F5F5 100%);
background: -ms-linear-gradient(top, #FFF 0%, #FFF 50%, #FAFAFA 51%, #F5F5F5 100%);
border: 1px solid #AAA;
}
#upload select.mm,
#upload select.dd {
width: 50px;
}

#upload #all_master_data th,
#upload #all_master_data td {
	vertical-align: bottom;
	height: 80px;
}

/* Cancel List */
#cancel .total_area .li_count {
	text-align: center;
}
#cancel .total_area .li_total {
	width: 70px;
}
#cancel th {
	padding: 10px 0;
}
#cancel .li_date {
	width: 70px;
	padding: 10px 0;
	text-align: center;
}
#cancel .li_total {
	padding: 10px;
	width: 70px;
}
#cancel td.li_total {
	text-align: right;
}
#cancel .li_table_name {
	padding: 10px;
	width: 141px;
}
#cancel .li_staff {
	padding: 10px;
	width: 146px;
}
#cancel .order_item_list .class_2 {
	display: none;
}
#cancel .order_item_list .class_2 tr:first-child td {
	border-top: none;
}
#cancel .order_item_list .list_area {
	height: 562px;
}
#cancel .order_item_list .total_area {
	height: 42px;
}
#cancel .order_item_list .li_order_time,
#cancel .order_item_list .li_staff_name {
	border-right: none;
	width: 140px;
}
#cancel .order_item_list .li_order_time {
	padding-left: 20px;
}
#cancel .order_item_list .li_staff_name {
	border-left: none;
	font-size: 12px;
}
#cancel .order_item_list .li_order_count_total {
	width: 150px;
	text-align: right;
	border-left: none;
	border-right: 1px solid #CCC;
}
#cancel .order_item_list .li_children {
	width: 49px;
	padding: 0;
}
#cancel .order_item_list .has_children {
	background: url(../images/li_open.png) no-repeat center center;
}
#cancel .order_item_list .li_item_name {
	width: 224px;
	padding: 5px 5px 5px 20px;
	font-size: 12px;
	border-right: none;
	vertical-align: top;
}
#cancel .order_item_list .li_order_price,
#cancel .order_item_list .li_order_subtotal {
	width: 70px;
	text-align: right;
	padding: 11px 20px 11px 4px;
}
#cancel .order_item_list .li_order_price {
	padding: 5px 10px;
	vertical-align: bottom;
	border-left: none;
}
#cancel .order_item_list .li_order_status {
	padding: 5px 0 0 0;
	width: 30px;
	vertical-align: top;
	border-right: none;
	border-left: none;
	text-align: center;
}
#cancel .order_item_list .li_order_status p {
	display: inline;
	padding: 2px 6px;
	font-size: 14px;
	background: #EEE;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;

}
#cancel .order_item_list .li_order_number {
	width: 50px;
	padding: 0;
	text-align: center;
}
#cancel .order_item_list .canceled {
	text-decoration: line-through;
	color: #999;
}
#cancel .order_item_list .canceled td {
	background-color: #EEE;
}
#cancel .order_item_list .item .li_order_subtotal {
	font-size: 18px;
}
#cancel .order_item_list .choice .li_item_name,
#cancel .order_item_list .variation .li_item_name,
#cancel .order_item_list .option .li_item_name,
#cancel .order_item_list .discount .li_item_name {
	text-indent: 1em;
}
#cancel .order_item_list .minus {
	color: #C00;
}
#cancel .order_item_list #subtotal_tab {
	display: none;
}
#cancel .order_item_list .total_area #tb_subtotal,
#cancel .order_item_list .total_area #tb_tax,
#cancel .order_item_list .total_area #tb_total {
	width: 491px;
}
#cancel .order_item_list .total_area #tb_subtotal,
#cancel .order_item_list .total_area #tb_tax {
	display: none;
}
#cancel .order_item_list .total_area #tb_subtotal td,
#cancel .order_item_list .total_area #tb_tax td {
	border-bottom: none;
}
#cancel .order_item_list .total_area .li_name {
	width: 230px;
	border-right: none;
	padding-left: 20px;
}
#cancel .order_item_list .total_area .li_total {
	width: 230px;
	border-left: none;
	text-align: right;
}
#cancel .receipt_detail .list_header {
	height: 50px;
}
#cancel .detail table.data {
	border-collapse: separate;
	width: 472px;
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 15px;
}
#cancel .detail table.data th,
#cancel .detail table.data td {
	padding: 2px 0 4px 0;
	border-bottom: 1px solid #CCC;
}
#cancel .detail table.data th {
	border-right: 1px solid #CCC;
	width: 150px;
}
#cancel .detail table.data td {
	text-align: right;
}
#cancel .detail table.basic_data td {
	text-align: left;
}
#cancel .detail table.data tr:last-child th {
	border-bottom: none;
	border-radius: 0 0 0 5px;
	-moz-border-radius: 0 0 0 5px;
	-webkit-border-radius: 0 0 0 5px;
}
#cancel .detail table.data tr:last-child td {
	border-bottom: none;
	border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
	-webkit-border-radius: 0 0 5px 0;
}
#cancel .detail table.data tr#last_closing_date p {
	text-align: left;
}
#cancel form#form_select_ctg {
	display: block;
}
#cancel .list .list_area {
	height: 492px;
}
li.master_item,
.master_item td {
	background-color: #FAFDFF;
}
li.master_item p:first-child,
li.master_item span:first-child,
.master_item td:first-child {
	background-image: url(../images/icon_lock.png);
	background-repeat: no-repeat;
	background-position: 6px 17px;
	background-size: 8px 11px;
}
#log .list_area {
	border-bottom: 1px solid #CCC;
}
#log th {
	padding: 10px 0;
}
#log .error td {
	color: #C00;
}
#log .li_date {
	width: 60px;
	padding: 10px 0;
	text-align: center;
}
#log .li_receipt_no {
	width: 142px;
	padding: 10px 0;
	text-align: center;
}
#log .li_type {
	padding: 10px;
	width: 115px;
	font-size: 14px;
}
#log .li_room {
	padding: 10px 0;
	width: 50px;
	text-align: center;
}
#log .li_status {
	padding: 10px;
	width: 70px;
	font-size: 14px;
}
#log form#form_select_ctg {
	display: block;
}
#log .detail .list_header {
	height: 51px;
}
#log .detail .data {
	height: 556px;
	padding: 10px 15px;
	overflow: auto;
	background-color: #FFF;
	border: 1px solid #CCC;
	font-size: 14px;
	line-height: 200%;
}
#log_cloud .list_area {
	border-bottom: 1px solid #CCC;
}
#log_cloud th {
	padding: 10px 0;
}
#log_cloud .error td {
	color: #C00;
}
#log_cloud .li_date {
	width: 80px;
	padding: 10px 0;
	text-align: center;
}
#log_cloud .li_receipt_no {
	width: 222px;
	padding: 10px 0;
	text-align: center;
}
#log_cloud .li_total {
	padding: 10px;
	width: 135px;
	font-size: 14px;
	text-align: right;
}
#log_cloud .list_header_area .li_total {
	width: 155px;
	padding: 10px 0;
	text-align: center;
}
#log_cloud form#form_select_ctg {
	display: block;
}
#log_cloud .detail .list_header {
	height: 51px;
}
#log_cloud .detail .data {
	height: 556px;
	padding: 10px 15px;
	overflow: auto;
	background-color: #FFF;
	border: 1px solid #CCC;
	font-size: 14px;
	line-height: 200%;
}
#log_cloud .list #upload_all {
	width: 180px;
}
#new_price {
	width: 100%;
}
#new_price .list_header {
	display: block;
	overflow: hidden;
	padding: 10px 0;
	background-color: #E5E5E5;
}
#new_price .list_header .select_ctg,
#new_price .list_header .auto_calc {
	width: 760px;
	float: left;
}
#new_price .list_header .select_ctg {
	width: 600px;
	padding-left: 20px;
}
#new_price .list_header #form_select_ctg {
	display: inline;
}
#new_price .list_header .tab-btn {
	border-radius: 25px;
}
#new_price .list_header .tab-btn.active {
	background: rgba(0,0,0,0.1);
	box-shadow: inset 0 0 3px rgba(0,0,0,0.5);
	color: rgba(0,0,0,0.5);;
	/*background-color: #707070 !important;*/
}
#new_price #select_ctg_id {
	position: relative;
	display: inline;
}
#new_price .list_header select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
	text-indent: 0.7em;
	height: 34px;
}
#new_price .list_header fieldset {
	border: none;
	float: left;
}
#new_price .list_header #val {
	width: 60px;
	height: 18px;
	border-right: none;
	border-radius: 4px 0 0 4px;
	text-align: right;
}
#new_price .list_header .auto_calc select {
	width: 100px;
	margin-top: 0;
	border-radius: 0;
	border-right: none;
	vertical-align: top;
}
#new_price .list_header .auto_calc select#select_unit {
	width: 60px;
}
#new_price .list_header .auto_calc #set {
	position: absolute;
	top: -5px;
	right: 20px;
}
#new_price .list_header .auto_calc select#select_round {
	border-radius: 0 4px 4px 0;
	border-right: 1px solid #CCC;
}
#new_price #list {
	clear: both;
	transition: 500ms linear;
}
#new_price .list_area {
	height: 547px;
	overflow: auto;
	border-bottom: 1px solid #CCC;
}
#new_price table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #CCC;
}
#new_price table.list_body {
	border-top: none;
}
#new_price th,
#new_price td {
	padding: 0;
	background-color: #F5F5F5;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
#new_price .list_head th {
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	padding: 8px 0;
	background: linear-gradient(top, #FFF 0%, #FFF 50%, #F5F5F5 51%, #F5F5F5 100%);
	background: -webkit-linear-gradient(top, #FFF 0%, #FFF 50%, #F5F5F5 51%, #F5F5F5 100%);
	background: -moz-linear-gradient(top, #FFF 0%, #FFF 50%, #F5F5F5 51%, #F5F5F5 100%);
	background: -o-linear-gradient(top, #FFF 0%, #FFF 50%, #F5F5F5 51%, #F5F5F5 100%);
	background: -ms-linear-gradient(top, #FFF 0%, #FFF 50%, #F5F5F5 51%, #F5F5F5 100%);
}
#new_price .li_code {
	width: 80px;
	text-align: center;
}
#new_price .li_image {
	border-right: none;
	width: 39px;
	padding: 2px 10px;
}
#new_price .li_image img {
	width: 39px;
}
#new_price .li_former_price,
#new_price .li_present_price {
	width: 100px;
	padding-right: 10px;
	text-align: right;
	border-right: 1px solid #CCC;
}
#new_price .list_head .li_former_price,
#new_price .list_head .li_present_price,
#new_price .li_new_price {
	width: 110px;
	padding: 0;
}
#new_price .li_new_price .txt {
	width: 80%;
	padding: 15px 10%;
	margin: 0;
	border: none;
	border-radius: 0;
	text-align: right;
	box-shadow: inset 2px 1px 1px #EEE;
}
#new_price .button_area {
	padding: 0;
}
#new_price .button_area .list_btn {
	margin: 10px;
}
#new_price #list table tr.inactive .li_name {
	color: #999;
	text-decoration: line-through;
}
#new_price #list table tr.inactive span.pause {
	color: #C00;
	text-decoration: none !important;
	margin-left: 5px;
}
#child_item_name {
	width: 245px !important;
	border-radius: 0;
	background-color: #F5F5F5;
	box-shadow: inset 2px 0px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 2px 0px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 2px 0px 2px rgba(0,0,0,0.1);
	color: #999;
	float: left;
}
#set_child_item {
	border: 1px solid #AAA;
	border-left: none;
	width: 80px;
	height: 16px;
	font-size: 14px;
	line-height: 110%;
	padding: 7px 5px 7px 5px;
	text-align: center;
	margin: 0;
	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	background: linear-gradient(top, #FFF 0%, #FFF 50%, #F5F5F5 51%, #F5F5F5 100%);
	background: -webkit-linear-gradient(top, #FFF 0%, #FFF 50%, #F5F5F5 51%, #F5F5F5 100%);
	background: -moz-linear-gradient(top, #FFF 0%, #FFF 50%, #F5F5F5 51%, #F5F5F5 100%);
	background: -o-linear-gradient(top, #FFF 0%, #FFF 50%, #F5F5F5 51%, #F5F5F5 100%);
	background: -ms-linear-gradient(top, #FFF 0%, #FFF 50%, #F5F5F5 51%, #F5F5F5 100%);
	float: left;
}
#set_child_item:active {
	background: #999;
	box-shadow: inset 0 2px 2px rgba(0,0,0,0.3);
	color: #FFF;
}
#shade_login,
#shade_top {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 100;
	display: none;
}
#shade_login {
	z-index: 201;
}
#input_item {
	position: absolute;
	width: 512px;
	height: 640px;
	top: 80px;
	left: 50%;
	margin-left: -256px;
	background-color: #F5F5F5;
	border-radius: 8px;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.6);
	z-index: 101;
	display: none;
}
#input_item .list {
	background: none;
	border: none;
	box-shadow: none;
}
#input_item .item_list .list_header {
	display: block;
	padding: 10px 20px;
	overflow: hidden;
}
#input_item .item_list .list_area {
	width: 470px;
	height: 520px;
	margin: 0 auto;
	background-color: #DDD;
/*	border: 1px solid #CCC;*/
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
#input_item .item_list .li_image {
	width: 60px;
	text-align: right;
}
#input_item .item_list .li_name {
	width: auto;
}
#input_item .item_list .li_image img {
	width: 39px;
}
#input_item .list table tr.active td:first-child {
	background-position: 5px center;
}
#input_item .item_list .result_list {
	border-collapse: collapse;
	width: 470px;
}
#input_item .item_list .result_list td {
	font-weight: normal;
	height: 16px;
	border-bottom: 1px solid #CCC;
	padding: 6px 10px 8px 10px;
}
#input_item #input_item_close {
	position: absolute;
	width: 32px;
	height: 20px;
	padding: 5px 0;
	top: 10px;
	right: 20px;
	text-align: center;
	border: 1px solid #CCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
}
#input_item #input_item_close:active {
	background: #999;
	box-shadow: inset 0 2px 2px rgba(0,0,0,0.3);
	color: #FFF;
}
#input_item .search_item {
	position: relative;
}
#input_item #form_search_item {
	clear: both;
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
#input_item #form_search_item input {
	margin: 0;
	border: 1px solid #AAA;
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	float: left;
}
#input_item #form_search_item #submit_search_item {
	display: block;
	width: 60px;
	height: 32px;
	font-size: 14px;
	line-height: 110%;
	padding: 7px 5px;
	text-align: center;
	border: 1px solid #AAA;
	border-left: none;
	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	background: linear-gradient(top, #FFF 0%, #FFF 50%, #F5F5F5 51%, #F5F5F5 100%);
	background: -webkit-linear-gradient(top, #FFF 0%, #FFF 50%, #F5F5F5 51%, #F5F5F5 100%);
	background: -moz-linear-gradient(top, #FFF 0%, #FFF 50%, #F5F5F5 51%, #F5F5F5 100%);
	background: -o-linear-gradient(top, #FFF 0%, #FFF 50%, #F5F5F5 51%, #F5F5F5 100%);
	background: -ms-linear-gradient(top, #FFF 0%, #FFF 50%, #F5F5F5 51%, #F5F5F5 100%);
}
#input_item #form_search_item #submit_search_item:active {
	background: #999;
	box-shadow: inset 0 2px 2px rgba(0,0,0,0.3);
	color: #FFF;
}
/* Ofsc */
#ofsc {
	padding: 50px;
	font-size: 14px;
	text-align: center;
}
#ofsc .data_detail {
	margin-bottom: 20px;
}
.master_registration {
	margin: 60px auto 60px auto;
	border: 1px solid;
	border-color: #bcbcbc;
	width: 510px;
	padding: 20px 30px;
}
.submit_file {
	font-weight: bold;
	margin-top: 15px;
	width: 125px !important;
	border-color: #70ad47 !important;
	box-shadow: 5px 5px 3px #888888;
}
.file_path {
	width: 270px;
	border: 1px solid;
	height: 16px;
	font-size: 15px;
	padding: 7px 5px 7px 5px;
	background-color: #f1f1f1;
}
#btn_choise_file {
	font-size: 14px;
	font-weight: bold;
	width: 50px;
	padding: 1px;
	border: 1px solid #70ad47;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-left: -8px;
	cursor: pointer;
	box-shadow: 5px 5px 3px #888888;
	background: linear-gradient(top, #FFF 0%, #FFF 50%, #FAFAFA 51%, #F5F5F5 100%);
	background: -webkit-linear-gradient(top, #FFF 0%, #FFF 50%, #FAFAFA 51%, #F5F5F5 100%);
	background: -ms-linear-gradient(top, #FFF 0%, #FFF 50%, #FAFAFA 51%, #F5F5F5 100%);
	background: -o-linear-gradient(top, #FFF 0%, #FFF 50%, #FAFAFA 51%, #F5F5F5 100%);
	background: -ms-linear-gradient(top, #FFF 0%, #FFF 50%, #FAFAFA 51%, #F5F5F5 100%);
}
#rad_upload,
#rad_download {
	margin-right: 10px;
}
#btn_download_file,
#btn_download_error {
	display: none;
}

/* Info Dialog */
#wrapper #info_dialog_wrapper {
	display: none;
	transition: display 1.5s;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	margin: 0 auto;
	z-index: 100;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
}
#wrapper #info_dialog {
	display: inline-block;
	width:750px;
	height: 80%;
	transition: margin 0.8s;
	margin-top: -100%;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	-webkit-box-shadow: 0 -2px 25px 0 rgba(0, 0, 0, 0.15), 0 13px 25px 0 rgba(0, 0, 0, 0.3);
}

#loading {
	position: absolute;
	width:100%;
	height:100%;
	opacity: 0.80;
	-moz-opacity: 0.80;
	filter: alpha(opacity=80);
	background:url(../images/loading.gif) #FFF no-repeat center center;
	z-index: 99;
	display: none;
}

#service_info:checked ~ .right_dialog {
	margin-right: 0px;
}

#service_info:checked ~ .service_info_shade {
	visibility: visible;
	opacity: 0.6;
}

.right_dialog {
	position: fixed;
	width: 90vw;
	height: 80vh;
	top: 90px;
	right: 0px;
	margin-right: -90vw;
	z-index: 100000;
	-webkit-overflow-scrolling: touch;
	-webkit-box-shadow: -2px -2px 25px 0 rgba(0, 0, 0, 0.15), 13px 13px 25px 0 rgba(0, 0, 0, 0.3);
	transition: margin-right 0.5s;
}

#service-info-hook {
	position: absolute;
	display: none;
	width: 40px;
	height: 170px;
	left: -40px;
	background-position: top;
	background-size: contain;
	background-repeat: no-repeat;
}

#close-hook {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 15px;
	right: 15px;
	z-index: 100;
	background-image: url(../images/btn_close.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.service_info_shade {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	visibility: hidden;
	background-color: #000000;
	opacity: 0;
	z-index: 100000;
	transition: visibility 0.5s, opacity 0.5s linear;
}

#second .id_text {
	text-shadow: 1px 1px 0 #FFF;
	color: #666;
	float: right;
	margin-top: 3px;
}

.preview_img {
	position: relative;
	width: 200px;
	height: 150px;
	margin: 0 auto;
	box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

.preview_img .close {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
  cursor: pointer;
}
.preview_img .close:hover {
  opacity: 0.9;
}
.preview_img .close:before, .preview_img .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 30px;
  width: 2px;
  background-color: #333;
  box-shadow: 0px 0px 2px 1px #fff;
}
.preview_img .close:before {
  transform: rotate(45deg);
}
.preview_img .close:after {
  transform: rotate(-45deg);
}

#top_footer .version {
	width: 200px;font-size: 12px;
	vertical-align: top;
	position: absolute;
	right: 0;
	top: 6px;
}
#top_footer .version dl {width: 100%}
#top_footer .version dt, dd {
	box-sizing: border-box;
	width: 50%;
	height: 22px;
	padding: 2px;
	float:left;
	color: rgb(100,100,100);
}
#top_footer .version dt {text-align: right;}
#top_footer .mark {
	background: rgb(128,128,128);
	color: #fff;
	padding: 0px 4px;
	border-radius: 3px;
	font-size: 0.9em;
	float: right;
	/*margin-left: 5px;*/
	line-height:1.6;
}

#help-btn {
	display: none;
	width: 40px;
	position: absolute;
	left: 0;
	margin: 4px 0px 0px 50px;
	text-align: center;
}
#help-btn .image {
	background-image: url(../images/help.png);
	background-size: auto 70%;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 30px;
}
#help-btn span {
	font-size: 10px;
	font-family: 'Helvetica', Arial, sans-serif;
	color: rgb(100,100,100);
}
#help-btn a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}
.sold_out .li_name::before {
	content: " ";
	background-image: url(../images/sold-out.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	margin-right: 5px;
}

.help-txt {
	font-size: 10px;
	padding-left: 10px;
	color: #FF4136
}

#licensecode_form .slct {
	width: 60px;
}
