@charset 'UTF-8';
/*============================================================================*/
/* アプリ固有のCSS設定 */

/*====================================*/
/* メイン画面                         */
/*====================================*/





/*====================================*/
/* メインメニュー                     */
/*====================================*/
div.section_main_navi_head_outer {
/*	outline:2px solid rgba(0,0,0,0.1);*/
/*	padding-bottom:0;*/
/*	padding-bottom:0;*/
/*	background:rgba(0,0,0,0.1);*/
}
div.section_main_navi_head {
	background: #ebedf0; /* 2151_94 */
}
div.section_main_navi_body {
	background:url("../img/ui/grad_2101_11_56.png") center center repeat-x;
	height:48px;
	border-top:1px solid #c4c7cc; /* 2151-80 */
	border-bottom:1px solid #8d9299; /* 2151-60 */
}
div.section_main_navi_foot {


}
button.button_main_menu {
	font-size:1px;
	font-weight:normal;
	color:#262626;
	border:1px solid #fff;
	border-color:#e1e3e5 #b6babf #737880 #b6babf;
/*	border-color:#d2d5d9 #a8acb3 #737880 #a8acb3;*/
	border-radius:3px;
	width:36px;
	height:36px;
	margin:0 1px;
	padding:0 4px;
	background:url("../img/button/button_2401_2151_48.png") center center repeat-x;
/*	vertical-align:bottom;*/
    cursor:pointer;
}
button.button_main_menu.active {
	color:#fff;
	background:url("../img/button/button_2402_2151_48.png") center center repeat-x;
}
button.button_main_menu > img {
/*	maring:0 2px 0 0;*/
	padding:0;
	border:0;
	width:24px;
	height:24px;
}
p.menu_sub_title,
p.cust_sub_title,
p.main_sub_title {
	font-size:18px;
	line-height:1;
	font-weight:bold;
	color:#474747;
	letter-spacing:-1px;
	border-right:1px solid #aaa;
	margin:4px 0;
	padding:11px 4px 9px 0;
	height:38px;
}
/*====================================*/
/* メインメニューボタン               */
/*====================================*/
button.main_navi_button {
	font-size:14px;
	font-weight:normal;
	color:#303030; /* bg0000_20 */
	letter-spacing:-1px;
	outline:0;
	border:1px solid #fff;
	border-color:#e1e3e5 #b6babf #737880 #b6babf;
/*	border-color:#d2d5d9 #a8acb3 #737880 #a8acb3;*/
	border-radius:4px;
	margin:0 0 0 1px;
	padding:0 6px;
	height:36px;
	background:url("../img/button/button_2401_2151_48.png") center center repeat-x;
	vertical-align:bottom;
	cursor:pointer;
}
button.main_navi_button.active {
	color:#fff;
	background:url("../img/button/button_2402_2151_48.png") center center repeat-x;
}
button.main_navi_button img {
	border:0;
	margin:0 1px 0 0;
	padding:0;
	width:20px;
	height:20px;
	vertical-align:-4px;
}
button.main_navi_button:hover {
/*	color:#fff;*/
/*	background:none;*/
}
button.main_navi_button:active {
/*	border-radius:18px;*/
/*	background:rgba(255,255,255,0.4);*/
}
button.main_navi_button.toggle {
/*	background:rgba(255,255,255,0.4);*/
}
button.button_logout {
	font-weight:normal;
	color:#262626;
	outline:0;
	border:1px solid #fff;
	border-color:#e1e3e5 #b6babf #737880 #b6babf;
/*	border-color:#d2d5d9 #a8acb3 #737880 #a8acb3;*/
	border-radius:4px;
/*	width:28px;*/
	height:32px;
	margin:0;
	padding:0 4px;
	background:url("../img/button/button_2401_2151_48.png") center center repeat-x;
    cursor:pointer;
}

/*====================================*/
/* 顧客情報（一時保存）               */
/*====================================*/
.side_panel_outer {
/*	height:100%;*/
/*	padding-right:2px;*/
/*	background:rgba(0,0,0,0.1);*/
/*	outline:2px solid rgba(0,0,0,0.1);*/
	background:#fff;
}
.side_panel {
/*	border-right:1px solid #c4c8cc; /* 2110-80 */
/*	height:100%;*/
}
/*====================================*/
/* side list                          */
/*====================================*/
div.side_list_outer {
}
table.side_list {
	border:0;
	border-collapse:separate;
	border-spacing:0;
	width:100%;
	background:#fff;
}
th.side_list {
	font-size:13px;
	font-weight:bold;
	line-height:1.0;
	color:#a8adb3; /* 2110-70 */
	margin:0;
    padding:2px 0 0 2px;
    white-space:nowrap;
	text-align:left;
}
td.side_list {
	border-bottom:1px solid #e1e3e5; /* bg2151_80 */
	padding:2px 4px 4px 18px;
	height:28px;
	vertical-align:middle;
}
table.side_list tr:last-child td.side_list {
	border-bottom:0;
}
/*====================================*/

.item_name {
	font-size:14px;
	font-weight:bold;
	color:#888;
	padding:1px 0 0 2px;
}
.sub_text41 {
	font-size:14px;
}
.text41 {
	font-size:15px;
}
.text45 {
	font-size:18px;
/*	font-weight:bold;*/
}
div.cust_item {
	border:0;
	border-bottom:1px solid #eee;
	background:#fff;
	height:56px;
}
.cust_item_last {
	border:0;
}
.value_block {
	padding:0.3em 0.5em 0.5em 1em;
}
.panel_cust_main {
/*	overflow:auto;*/
/*	-webkit-overflow-scrolling:touch;*/
/*	-webkit-transform: translateZ(0px);*/
}
.section_cust_img {
	text-align:center;
	padding:10px 0;
}
.cust_img {
	border:1px solid #ccc;
	width:160px;
	height:160px;
}
/*====================================*/
/* table table10                      */
/*====================================*/
div.table10_outer {
	margin:0;
	padding:2px;
	background:rgba(0,0,0,0.04);
	border-radius:4px;
}
table.table10 {
	border-collapse:separate;
	border-spacing:0px;
	width:100%;
}
th.table10 {
	border:1px solid #bec7cf; /* bg2105_80 */
	border-width:0 1px 0 0;
	padding:4px 4px;
	background:#ced5db; /* bg2105_90 */
	text-align:left;
	vertical-align:top;
}
th.table10 > p {
	font-size:14px;
	line-height:1.2;
	font-weight:bold;
	color:#53616e; /* bg2105_40 */
}
td.table10 {
	border:1px solid #bec7cf; /* bg2105_80 */
	border-width:0 1px 0 0;
	padding:2px;
	vertical-align:middle;
	background-color:#fff;
}
td.table10.no_padding {
    padding:0px; /* セル内の隙間を無くす */
}
table.table10 tr:first-child th,
table.table10 tr:first-child td {
	border-top-width:1px;
}
table.table10 tr:last-child th,
table.table10 tr:last-child td {
	border-bottom-width:1px;
}
table.table10 tr th:first-child,
table.table10 tr td:first-child {
	border-left-width:1px;
}
table.table10 tr:first-child th:first-child,
table.table10 tr:first-child td:first-child {
	border-top-left-radius:4px;
}
table.table10 tr:first-child th:last-child,
table.table10 tr:first-child td:last-child {
	border-top-right-radius:4px;
}
table.table10 tr:last-child th:first-child,
table.table10 tr:last-child td:first-child {
	border-bottom-left-radius:4px;
}
table.table10 tr:last-child th:last-child,
table.table10 tr:last-child td:last-child {
	border-bottom-right-radius:4px;
}

/*====================================*/
/* 技術メニュー記号                   */
/*====================================*/
div.sign_box {
	width:100%;
}
div.sign_box:after {
	content: "";
	display: block;
	clear: both;
}
p.sign {
	float:left;
	font-size:13px;
	font-weight:bold;
	line-height:21px;
	text-align:center;
	border-width:1px;
	border-style:solid;
	border-radius:12px;
	margin-left:1px;
	padding-top:1px;
	width:22px;
}
p.sign > * {
	vertical-align:bottom;
}
p.sign:FIRST-CHILD {
	margin-left:0;
}
p.sign.small {
	font-size:10px;
	line-height:14px;
	border-radius:9px;
	padding-top:1px;
	width:16px;
}
p.sign.white{
	color:#222222;
	border-color:#222222; /**/
	background-color:#fff;
}
p.sign.gray{
	color:#595857;
	border-color:#595857; /**/
	background-color:#e5e4e6;
}
p.sign.red{
	color:#8c0733;
	border-color:#8c0733; /**/
	background-color:#fcb1ca;
}
p.sign.blue {
	color:#0f4591;
	border-color:#0f4591; /*  */
	background-color:#bdd8ff;
}
p.sign.yellow {
	color:#AA8412;
	border-color:#AA8412;
	background-color:#f8e58c;
}
p.sign.yellow2 {
	color:#c49815 ;
	border-color:#c49815 ;
	background-color:#ffffcc;
}
p.sign.green{
	color:#00552e;
	border-color:#00552e; /**/
	background-color:#9ada8f;
}
p.sign.violet{
	color:#65318e;
	border-color:#65318e; /**/
	background-color:#dbd0e6;
}
p.sign.orange{
	color:#db8449;
	border-color:#db8449; /**/
	background-color:#faba67;
}
p.sign.brown{
	color:#583822;
	border-color:#583822; /**/
	background-color:#e0c38c;
}
p.sign_label {
	font-size:12px;
	padding-top:1px;
	padding-left:2px;
	line-height:23px;
}
/*====================================*/
/* ラベルボーダー                     */
/*====================================*/
p.label_bd10 {
	color:#2d78e0; /* 2157-50 */
	text-decoration:none;
	text-align:center;
	cursor:pointer;
	border:1px solid #2d78e0; /* 2157-50 */
	border-radius:4px;
	line-height:26px;
	margin:0;
	padding:0 8px;
	height:26px;
	background:none;
	background-color:#fff;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
}
/*====================================*/
/* 来店状態ごとの色                   */
/*====================================*/
/* 0:未設定 */
p.label_bd10.recept_state0 {
	background:none;
	background-color:#fff;
}
/* 1:予約中 */
p.label_bd10.recept_state1 {
	background:none;
	background-color:#fff;
}
/* 2:来店中 */
p.label_bd10.recept_state2 {
	background:none;
	background-color:#fff;
}
/* 3:退店 */
p.label_bd10.recept_state3 {
	background:none;
	background-color:#fff;
}
/* 8:予約依頼 */
p.label_bd10.recept_state8 {
	background:none;
	background-color:#fff;
}
/*====================================*/
/* 顧客写真サムネイル                 */
/*====================================*/
img.cust_img_thumb {
	width:120px;
	height:120px;
}


/*====================================*/
/* 来店区分カラー                     */
/*====================================*/
.recept_state_green {
	border-color:#54e317 !important;
	background:#54e317 !important;
}
.recept_state_gray {
	border-color:#ababab !important;
	background:#ababab !important;
}
.recept_state_blue {
	border-color:#75afff !important;
	background:#75afff !important;
}
.recept_state_red {
	border-color:#ff82ac !important;
	background:#ff82ac !important;
}

/*====================================*/
/* 削除ボタン                         */
/*====================================*/
button.button_delete12 {
	border:0;
	background:transparent;
	margin:0;
	padding:0;
	width:28px;
	height:28px;
	vertical-align:bottom;
	cursor:pointer;

	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
button.button_delete12 > img {
	width:24px;
	height:24px;
}
/*====================================*/
/* 水平レイアウト                     */
/*====================================*/
div.app_layout_h {
	width:100%;
	height:100%;
	white-space:nowrap;
	overflow:auto;
/*	opacity:0;*/
/*	display:none;*/
/*	visibility:hidden;*/
}
div.app_layout_h > div.app_layout_child {
	width:0;
	height:100%;
	display:inline-block;
	white-space:normal;
/*	overflow:hidden;*/
/*	visibility:visible;*/
	vertical-align:middle;
}
div.app_layout_h > div.app_layout_child > div {
	vertical-align:middle;
}
div.app_layout_h > div.app_layout_child.fill {
	width:0;
}
/*====================================*/
/* ページタイトル                     */
/*====================================*/
.page_title {
	padding:8px;
	font-size: 18px;
	border-bottom:1px dashed #666;
	vertical-align:middle;
	line-height:26px;
	height:26px;
}

/*====================================*/
/* スタッフ写真サムネイル             */
/*====================================*/
img.user_img_thumb {
	width:120px;
	height:120px;
}

/*====================================*/
/* カルテサブタイトル                 */
/*====================================*/
div.karte_subtitle {
	padding:2px 3px 2px 3px;
/*	border-bottom:2px solid #b6babf;*/
}
div.karte_subtitle p {
	padding:4px 2px 2px 2px;
	white-space:nowrap;
}
div.karte_subtitle img {
	width:24px;
	margin-right:2px;
	vertical-align:-6px;
}
/*====================================*/
/* コマンド枠                         */
/*====================================*/



/*====================================*/
/* 顧客指名セクション                 */
/*====================================*/
div.section_cust_name {
}
div.section_cust_name p {
	padding-right:1em;
}
div.section_cust_name .cust_name_kana {
	font-size:14px;
	line-height:1.2;
}
div.section_cust_name .cust_name {
	font-size:18px;
	line-height:1.2;
}

/*====================================*/
/* 商品検索、商品一覧                  */
/*====================================*/
.prod_list_item {
    display:inline-block;
    width:300px;
    height:290px;
    background-color:white;
}
.prod_list_item p.prod_cat_name {
    display:inline-block;
}
.prod_list_item p.prod_name {
    display:inline-block;
    font-size: 18px !important;
    line-height: 20px;
}
.prod_list_item p.pkg_type_name {
    display:inline-block;
    background-color:#dddddd;
    padding: 4px;
    text-align: center;
}
.prod_list_item p.pkg_unit_price{
    display:inline-block;
    padding: 4px;
    text-align: right;
}
.prod_list_item p.pkg_unit_name {
    display:inline-block;
    padding: 4px;
    text-align: center;
}

.pkg_quant2 {
    padding: 2px 4px;
}

.pkg_volume {
    padding: 2px 4px;
}

.stock_quant {
    padding: 2px 4px;
}

.ranking {
    padding: 2px 4px;
}

/* アプリ固有のCSS設定 END */
/*============================================================================*/
