@charset "utf-8";
/*
Theme Name: welcart_basic-child
Template: welcart_basic
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul,ol {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}


/* change colours to suit your needs */

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}


/* change colours to suit your needs */

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* change border colour to suit your needs */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}




/*************************************************************

ここまでリセット

*************************************************************/
/*共通*/
/*全体のフォントサイズを指定、remでbodyに引っ張られないようにする*/
html {
	 font-size: 62.5%;
}

body {
	font-size: 1.6rem;
	line-height: normal;/*詰まりすぎを防ぐ*/
	color: #000;
    font-family: 'Noto Sans JP', sans-serif;
}
/*全体のフォントサイズを指定*/



a{
	color: #f36913;
	text-decoration: none;
	transition: 0.3s;
}
a:hover{
	  opacity: 0.8;
  filter: alpha(opacity=80);
}

a:hover img{
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

.clearfix:after{
  display: table;
  clear: both;
  content: "";
}

div,
a,
input{
	box-sizing: border-box;
}

img{
	max-width: 100%;
	vertical-align: bottom;
}

input[type='submit'],
input[type='button'],
.login_btn button{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
    cursor: pointer;
}

input[type='submit']{
    cursor: pointer;
}

input{
    font-family: inherit;
    font-size: 100%;
    padding:5px; 
    cursor: pointer;
}

select{
    font-family: inherit;
    font-size: 100%;
    padding: 5px;
}

h1{
    text-align: center;
    background-color: #703517;
    padding: 10px;
    font-weight: normal;
    font-size: 2.6rem;
    color: #fff;
}


.w900{
    max-width: 900px;
    margin: 20px auto;
}

.w600{
    max-width: 600px;
    margin: 20px auto;    
    padding: 10px;
}

@media screen and (max-width: 768px){
	.w900,.w600{
		padding: 0 20px;
	}
}

.mb10{
    margin-bottom: 10px;
}

.mb20{
    margin-bottom: 20px;
}

.mb30{
    margin-bottom: 30px;
}

footer{
    text-align: center;
    background-color: #703517;
    padding: 10px;
    font-weight: normal;
    font-size: 1.4rem;
    color: #fff;    
    margin-top: 50px;
}



/*ログイン*/
.mid1{
    color: #1a4472;
    border-bottom: solid 2px #1a4472;
    text-align: center;
    padding-bottom: 5px;
    font-size: 2rem;
    margin-bottom: 20px;
}


.input_block{
    margin-bottom: 20px;
}

.input_block label{
    display: block;
    margin-bottom: 5px;
}

.input_block input{
    display: block;
    width: 60%;
}

.login_btn input,
.login_btn button{
    color: #fff;
    background-color: #ff9400;
    width: 250px;
    text-align: center;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
    padding: 10px;
	transition: all .2s ease-in-out;
}
.login_btn input:hover,
.login_btn button:hover{
   box-shadow: 3px 3px 5px rgba(114,114,114,.9);
}

.forgot_link{
    margin-top: 30px;
}
.forgot_link li{
	margin-bottom: 10px;
}
.forgot_link li a:hover{
	text-decoration:underline;
	opacity: 1;
}




/*マイページ*/
.parent_box{
    text-align: right;
    margin-bottom: 30px;
	position: relative;
}

.parent_box .person_icon {
    cursor: pointer;
    vertical-align: -webkit-baseline-middle;
    margin-left: 5px;
}

.parent_box .person_icon:hover{
	opacity: 0.8;
}

.parent_box .parent_inner{
    border: 1px solid #ccc;
    max-width: 170px;
    border-radius: 5px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 55px;
    font-size: 1.4rem;
    padding: 10px;
    background: #fff;
	display: none;
}
.parent_box .parent_inner.open{
	display: block;
}
.parent_box .parent_inner ul li a{
	color: #000;
	font-size: 1.4rem;
}

.reserved_list li > a,.reserved_list li > span{
    display: block;
    border: solid 1px #dadada;
    margin-bottom: 15px;
    padding: 10px;
}
.reserved_list a span{
	padding-right: 20px;
}
.col1_btn,
.col2_btn{
    display: flex;
    justify-content: space-between;
    margin: 30px auto 0 auto;
    width: 70%;
}
.col1_btn li,
.col2_btn li{
	margin: 0 auto;
}
@media screen and (max-width: 768px){
    .col1_btn,
    .col2_btn{
        width: 100%;
    }
.col1_btn li,
.col2_btn li{
	margin: 0 auto 20px;
}
}

.col1_btn input,
.col2_btn input,
.col2_btn a{
    display: block;
    width: 150px;
    border-radius: 5px;
    margin: 0 10px;
    padding: 10px;
    background-color: #ff9400;
    color: #fff;
	text-align: center;
	transition: all .2s ease-in-out;
}
.col1_btn input.csv,
.col2_btn input.csv,
.csv_btn input.csv{
	background: #da3d3d;
}
label.csv input[type="file"] {
  display: none!important;
}
label.csv{
    display: block;
    width: 150px;
    border-radius: 5px;
    padding: 10px;
    background-color: #ff9400;
    color: #fff;
	text-align: center;
	transition: all .2s ease-in-out;
	background: #da3d3d;
	cursor: pointer;
}

.col1_btn input:hover,
.col2_btn input:hover,
.col2_btn a:hover,
.csv_btn input:hover,
label.csv:hover{
    box-shadow: 3px 3px 5px rgba(114,114,114,.9);
	opacity: 1;
}

.col1_btn .prev input,
.col2_btn .prev input{
    background-color: #d8d8d8;
}

.col2_btn .next input{
    background-color: #ff9400;
    color: #fff;
}

.teacher_list label{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.teacher_list label img{
    width: 80px;
    display: block;
    margin: 0 10px;
}
.teacher_info{
	padding-left: 15px;
}
.teacher_info span{
    display: block;
}

.confarm_mid{
    border-left: solid 6px #1a4472;
    padding-left: 9px;
    line-height: 1;
}

.confarm_mid+dd{
    padding-left: 1em;
}

.to_top a,
.submit_btn input,
.btn1 input,
.btn1 a{
    display: block;
    margin: 0 auto;
    padding: 12px 15px;
    border-radius: 5px;
    background-color: #ff9400;
    color: #fff;
    width: 200px;
    text-align: center;
	transition: all .2s ease-in-out;
}

.to_top a:hover,
.submit_btn input:hover,
.btn1 input:hover,
.btn1 a:hover{
   box-shadow: 3px 3px 5px rgba(114,114,114,.9);
	opacity: 1;
}


/*管理画面*/
.gnav{
	margin: 0 auto 40px;
}
.gnav ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.gnav ul li{
    width: 13%;
    border-top: solid 1px #858585;
    border-bottom: solid 1px #858585;    
}
@media screen and (max-width: 768px){
    .gnav ul li{
        width: 100%;
    }
}

.gnav a{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    color: #000;
    height: 100%;
}

.gnav a:hover{
    background-color: #eaeaea;
}

.school_check{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
@media screen and (max-width: 768px){
    .school_check{
        width: 100%;
        justify-content: space-between;
    }
}

.school_check li{
    margin: 0 20px;
}
@media screen and (max-width: 768px){
    .school_check li{
        width: 48%;
        margin: 5px;
    }
}

@media screen and (max-width: 768px){
	.gnav ul{
		display: block;
	}
	.gnav ul li{
		border-top: none;
	}
    .gnav ul li:first-child{
        border-top: solid 1px #858585;
    }
    
}


/* admin */

.flex.column3{
    display: flex;
    align-items: center;
    justify-content: center;
	margin: 0 auto 20px;
}
.flex.column3 p{
	padding: 0 10px;
}
.flex.column2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}
.flex.column2 .btn1 a {
    max-width: 100px;
    padding: 8px 15px;
}
.flex.column2 div:last-child{
	margin-left: 20px;
}
.flex.column2 .flex.column3{
	margin: 0 auto;
}
table.table1{
	margin: 0 auto 20px;
	max-width: 1000px;
}
table.table1 td, table.table1 th {
    border: 1px solid #ccc;
    line-height: 1.6;
    background: #fff;
    font-size: 1.4rem;
    align-items: center;
    vertical-align: middle;
    
}
table.table1 th{
	width: 15%;
}
table.table1 td a {
    display: block;
    padding: 5px;
    min-height: 30px;
}
table.table1 td a:hover {
    cursor: pointer;
    background: #fcf7de;
}
iframe{
	width: 100%;
	margin: 0  auto 20px;
	height: 550px;
}
.mfp-bg {
    background: #fff;
    opacity: 0.5;
}
.table_box {
    background: #fff;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #1a4472;
    position: relative;
}
.table_box .flex{
    display: flex;
    align-items: center;
	margin-bottom: 10px;
}
.table_box .flex p{
	width: 30%;
}
.table_box .col2_btn{
	width: 100%;
	max-width: 400px;
}
.table_box .col2_btn li {
    flex-basis: 45%;
}
.table_box .col2_btn input {
   width: 100%;
    background-color: #ff9400;
    color: #fff;
    font-size: 1.4rem;
    padding: 10px;
	margin: 0 auto 20px;
}


.table_box .btn1 input{
	font-size: 1.4rem;
	max-width: 150px;
}
.table_box .btn1.cancel_btn input,.table_box .col2_btn input.delete{
	background-color: #d8d8d8;
    color: #000;
}
.table_box  h3{
    text-align: center;
    margin: 0 auto 10px;
    font-size: 2rem;
}
.mfp-iframe-scaler iframe {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.form_table {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 40px;
}

.form_table th{
	width: 30%;
    padding: 15px 20px 15px 0;
}

.table_box .form_table th{
	width: 35%;
}

@media screen and (max-width: 768px){
	
.table_box .form_table {
    display: block;
}
.table_box .form_table th {
    width: 100%;
}
.form_table tr,.form_table th,.form_table td{
width: 100%;
   display: block;
}
	
}


.col2_btn.register_btn{
    max-width: 400px;
    margin: 0 auto 30px;
}
/*
.col2_btn.register_btn input {
    width: 200px;
}*/

@media screen and (max-width: 768px){
.col2_btn.register_btn input {
    width: 150px;
}
}

.register_table{
	width: 100%;
}
.register_table th, .register_table td {
    padding: 3px;
    border: 1px solid;
    vertical-align: middle;
    text-align: left;
}
.register_table th{
	background: #ccc;
}
.register_table img{
	max-width: 60px;
}

.scroll-box > .register_table.w1300{
    /*width: 1300px;*/
}

.scroll-box{
    overflow: auto;
}
@media screen and (max-width: 600px){
.scroll-box {
    overflow: auto;
    padding-bottom: 10px;
}
.scroll-box > .register_table {
    width: 600px!important;
    margin-bottom: 0;
}
.register_table img{
	max-width: 30px;
}
.register_table th, .register_table td {
    padding: 5px;
	font-size: 1.4rem;
}
}

.csv_btn input {
    margin: 10px 0;
    width: 100px;
    padding: 8px;
}
.btn1.search input{
	border:none;
}
#calendar{
	max-width: 600px;
	margin: 0 auto 20px;
}
p.center{
	text-align: center;
	margin: 0 auto 20px;
}
.holiday select[name="teacher"]{
	max-width: 400px;
	width: 100%;
}
/*
.tablepage table.table1{
	max-width: 1300px;
}
.tablepage table.table1 th{
    width: 10%;
}
.tablepage table.table1 tr th:first-child{
	width: 7%;
}
.tablepage table.table1 th.attendance{
    width: 2%;
}*/
.tablepage .flex.column2 {
    justify-content: space-between;
    margin: 30px auto 20px;
    max-width: 1300px;
	align-items: center;
}
.tablepage .flex.column2 p span{
	font-weight: bold;
}
.tablepage h3{
	font-weight: bold;
	font-size: 2.4rem;
	text-align: center;
	margin: 20px auto;
}

.scroll_box {
    overflow: auto;
    max-width: 1000px;
    padding-bottom: 10px;
    margin: 0 auto 30px;
}
.scroll_box > .table1 {
    width: 4000px;
    max-width: 4000px;
    margin: 0 auto 20px;
}
.scroll_box > .table1:last-of-type{
	margin-bottom: 0;
}
.scroll_box > table.table1 th {
    width:4%;
}
.scroll_box > table.table1 th.attendance{
	width: 1%;
}
.scroll_box > table.table1 td.name {
    width: 4%;
}
.scroll_box > table.table1 td.number {
    width: 1%;
    text-align: center;
}

.mypage .scroll_box table.table1 a{
	pointer-events: none;
}
table.table1 td.cancel{
	padding: 5px;
	box-sizing: border-box;
}
textarea[name="profile"]{
    width: 100%;
    height: 150px;
    max-width: 320px;
}
th.profile{
	vertical-align: middle;
}

@media screen and (max-width: 768px){
.flex.column2 {
    margin: 0 auto 20px;
	display: block;
}
	.flex.column2 > div{
		margin: 0 auto 10px;
	}
}

.date_list1_wrap{
    display: flex;
    flex-wrap: wrap;
}

.date_list1_wrap input{
    display: block;
}

.date_list1_wrap input[type=radio] {
    display: none; /* ラジオボタンを非表示にする */
}

.date_list1_wrap input[type=radio]+label{
    border: solid 1px #dadada;
    color: #f36913;
    padding: 7px;
    width: 31%;
    margin: 1%;    
    cursor: pointer;
    box-sizing: border-box;    
    text-align: center;
}
@media screen and (max-width: 768px){
    .date_list1_wrap input[type=radio]+label{
        width: 48%;
    }
}

.date_list1_wrap input[type=radio]+label:hover{
    background-color: #f36913;
    color: #fff;
}

.date_list1_wrap input[type="radio"]:disabled + label{
    background-color: #dcdcdc;
    pointer-events: none;
    color: #fff;
}

.date_list1_wrap input[type="radio"]:checked + label {
    background: #f36913;
    color: #fff;
}

.flex2 dl{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    border-top: solid 1px #f2f2f2;
    padding-top: 20px;
}

.flex2 dt{
    width: 10em;
}
@media screen and (max-width: 768px){
    .flex2 dt{
        width: 100%;
        margin-bottom: 10px;
    }
}

.flex2 dd{
    width: calc(100% - 10em);
}
@media screen and (max-width: 768px){
    .flex2 dd{
        width: 100%;
    }
}

.flex2 textarea{
    width: 100%;
}

.checkbox_wrap label{
    margin-right: 10px;
}

.checkbox_wrap input{
    margin-bottom: 5px;
    margin-right: 3px;
}

.checkbox_wrap br{
    display: none;
}
@media screen and (max-width: 768px){
    .checkbox_wrap br{
        display: block;
    }
}

.price input{
    width: 10em;
    margin-right: 5px;
}
@media screen and (max-width: 768px){
    .price input{
        width: 8em;
    }
}

.price span{
    margin-right: 5px;    
}

.reg_date input{
    /*margin-right: 5px;*/
}

.reg_date .y{
    width: 5em;
}

.reg_date .m{
    width: 3em;
}

.reg_date .d{
    width: 3em;
}

.reg_date span{
    margin-left: 5px;   
    margin-right: 5px;
}

.reg_date div{
    display: inline-table;
}
@media screen and (max-width: 768px){
    .reg_date div{
        display: block;
        margin-bottom: 10px;
    }
}

.flex_btn{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.flex_btn>p{
    margin: 0 20px;
}

.customer_search_btn{
	margin-left: 185px;
	margin-top: 50px;
	margin-bottom: 50px;
}

.customer_search_btn a{
    width: 200px;
    margin: 30px 30px;
    background-color: #ff8c14;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 10px 70px;
    box-sizing: border-box;
}
@media screen and (max-width: 768px){
	.customer_search_btn{
		margin-left: 70px;
		margin-top: 50px;
		margin-bottom: 50px;
	}
    .customer_search_btn a{
        margin: 10px 20px;
    }
}
.customer_search_btn a:hover{
    background-color: #e81010;
}

.search_btn a{
    display: block;
    width: 200px;
    margin: 30px auto;
    background-color: #ff8c14;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 10px 20px;
    box-sizing: border-box;
}
@media screen and (max-width: 768px){
    .search_btn a{
        margin: 10px auto;
    }
}

.search_btn a:hover{
    background-color: #e81010;
}

.back_btn a{
    display: block;
    width: 200px;
    margin: 30px auto;
    text-align: center;
    background-color: #8a8a8a;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 30px;    
}
@media screen and (max-width: 768px){
    .back_btn a{
        margin: 10px auto;
    }
}

.back_btn a:hover{
    background-color: #686868;
}

h3{
    margin-bottom: 10px;
    font-size: 1.8rem;
    border-bottom: solid 1px #703517;
    padding-bottom: 10px;    
}

.total{
    text-align: right;
}



.add_btn p{
    display: flex;
    justify-content: flex-end;
}

.add_btn a{
    display: block;
    background-color: #ea6623;
    width: 140px;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    line-height: 1;
    color: #fff;
}

.small{
    text-align: center;
    margin-top: -20px;
    margin-bottom: 30px;    
}

.txt_c{
    text-align: center!important;
}

.postcode{
	margin-bottom: 10px;
}
.postcode input {
    margin-left: 5px;
    max-width: 120px;
}
.f_small{
	font-size: 1.2rem;
}



.local_nav ul{
    max-width: 900px;
    margin: 10px  auto 0 auto;
    display: flex;
}

.local_nav ul li{
    width: 33%;
    text-align: center;
}

.local_nav ul li a{
    display: block;
    width: 100%;
    border-left: solid 1px #767676;
    padding: 5px;
    color: #ff8c14;
}

.local_nav ul li a:hover{
    background-color: #ff8c14;
    color: #fff;
}

.local_nav ul li:last-child a{
    border-right: solid 1px #767676;
}

.error_message {
    color: #ff0000;
}

.pagination {
  float:        right;
  display:      flex;
  flex-wrap:    nowrap;
  list-style:   none;
}
.pagination li {
  width:        50%;
  padding-left: 5px;
}
.text_center {
    text-align: center;
}
input.text_right, 
table td.text_right
{
    text-align: right;
}
.global_message {
    padding-bottom: 20px;
    color: #ff0000;
    font-weight: bold;
}

.register_table th a{
    color: #000000;
}
i.fa {
    color: #000000;
}

input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
} 

input[type="number"] { 
  -moz-appearance:textfield; 
} 

input.w60{
    width: 60%;
}

.font_color_red {
    color: #ff0000;
}

.reflect_message{
    text-align: center;
}

.btn.members_update_btn,
.btn.members_update_btn2,
.customer_approval_btn button,
.customer_reject_btn button{
    display: block;
    width: 200px;
    margin: 30px auto;
    background-color: #ff8c14;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 10px 20px;
    box-sizing: border-box;
}
@media screen and (max-width: 768px){
    .btn.members_update_btn,
    .btn.members_update_btn2,
    .customer_approval_btn button,
    .customer_reject_btn button{
        margin: 10px auto;
    }
}

.btn.members_update_btn:hover,
.btn.members_update_btn2:hover,
.customer_approval_btn button:hover,
.customer_reject_btn button:hover{
    background-color: #e81010;
}

.customer_approval_btn button,
.customer_reject_btn button{
    border: none;
    outline: none;
    /* background: transparent; */
    font-size: 100%;
    cursor: pointer;
}

.changerequest_message{
    margin-bottom: 10px;
    color: #ff0000;
    font-size: 20px;
}


/*追加分*/
.rec_text{
    padding: 10px;
    text-align: right;
}

.flex2 dl{
    border-top: solid 1px #eaeaea;
    padding-top: 15px;
    margin-bottom: 15px;
}

.flex2 dl:last-child{
    border-bottom: solid 1px #eaeaea;    
}

.flex2 input{
    cursor: auto;
}

.flex2 input[type="date"]{
    cursor: pointer;
}

#searchAddress{
    margin-left: 1em;
    cursor: pointer;
    padding: 7px;
}

.btn.members_update_btn:hover{
    background-color: #ff9400;
    box-shadow: 3px 3px 5px rgba(114,114,114,.9);
    transition: all .2s ease-in-out;
    cursor: pointer;
}

.back_btn a:hover{
    box-shadow: 3px 3px 5px rgba(114,114,114,.9);
    transition: all .2s ease-in-out;    
}

.psw_forget{
    text-align: center;
    margin: 20px 0;
}

.radio_style input{
    margin-top: 0;
    cursor: pointer;
}

.radio_style label{
    cursor: pointer;
}

.customer_address div{
    margin-bottom: 15px;
}

@media screen and (max-width: 768px){
    .flex_rev{
        flex-direction: column-reverse;
        margin-bottom: 30px;
    }
}

.w400{
    max-width: 400px;
    margin: 20px auto;
    padding: 10px;    
}

.w400 input[type="text"],
.w400 input[type="email"],
.w400 input[type="password"]{
    width: 100%;
}

.mr10{
    margin-right: 10px;
}

.tbl_customer{
	table-layout: fixed;
}

.th_id{
	width: 48px;
}
.th_cust{
	width: 95px;
}
.th_name{
	width: 130px;
}
.th_tel{
	width: 136px;
}
.th_email{
	width: 156px;
}
.th_action{
	width: 43px;
}
.width_fixed {
	overflow-wrap: break-word;
	white-space: normal;
}

.tbl_order{
	table-layout: fixed;
}
.th_cust_id {
	width: 35px;
}
.th_ord_id {
	width: 66px;
}
.th_ord_name {
	width: 85px;
}
.th_ord_date {
	width: 75px;
}
.th_ord_pay_method {
	width: 70px;
}
.th_ord_status {
	width: 58px;
}
.th_ord_amount {
	width: 71px;
}
.th_ord_cust_name {
	width: 73px;
}
.th_ord_cust_pref {
	width: 71px;
}
.th_ord_action {
	width: 29px;
}
.right_text_align{
	text-align: right !important;
}