body {
	font-size: 14px;
}

hr {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #000;
	border: 0;
}

input[type=number] {
	text-align: right;
}

ul {
	list-style: none;
	margin: 0;
	padding:0;
}
li{
	padding: 5px 0;
}
span.col1 {
	float: left;
}
span.col2 {
	display: block;
	margin-left: 100px;
}

/* .hd_menu */
#hd_menu{
	float: right;
}
#hd_menu span{
	float: left;
	margin-right:15px;
}

/* #tab_menu, #tab_menu_sub */
#tab_menu,
#tab_menu_sub {
	text-align: left;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 24px;
	position: relative;
}
#tab_menu li,
#tab_menu_sub li {
  	text-align:left;
  	text-indent: 5px;
  	/*width:90px;*/
  	width:120px;
  	background-image:url("/images/design/btn001.gif");
	margin: 0;
	padding: 0;
	/*border: 1px solid #AAA;*/
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
#tab_menu li {
   /*background: #b5c2ff;*/
}
#tab_menu_sub li {
   background: #c9baff;
}
#tab_menu li a:link,
#tab_menu li a:visited,
#tab_menu_sub li a:link,
#tab_menu_sub li a:visited {
  	color: #FFF;
}
#tab_menu li:hover,
#tab_menu li.selected_tab {
	/*background: #3368b1;*/
  	color: #FFF;

  	text-align:left;
  	text-indent: 5px;
  	width:120px;
  	background-image:url("/images/design/btn001-01.gif");
	margin: 0;
	padding: 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
#tab_menu:after,
#tab_menu_sub:after {
	position: absolute;
	content: "";
	width: 100%;
	bottom: 0;
	left: 0;
	border-top: 1px solid #000;
}
#tab_menu_sub li:hover,
#tab_menu_sub li.selected_tab {
	background: #6150a9;
  	color: #FFF;
}
#tab_customer {
	display: none!important; /*20221004お客様タブの廃止*/
}

/* div.box */
div.box {
	border-style: solid;
	border-width: 1px;
	padding: 2px 10px 2px 10px;
	/*#background-color:#f0f8ff;*/
}
div.box_header {
	border-right: 1px solid;
	border-left: 1px solid;
	background-color: #ccc;
	padding:3px;
}


/* table.list */
table.list{
  border-collapse: separate;
  border-spacing: 0px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
table.list th{
  padding: 1px 4px 0 4px;
  text-align: left;
  vertical-align: middle;
  color: #444;
  background-color: #ccc;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
table.list td{
  padding: 1px 4px 0 4px;
  background-color: #fafafa;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

td{
	padding:1px 10px 0 0;
}
table.split td{
	padding:0;
}

table.split_inner td{
	padding:1px 10px 0 0;
}

.td_item_area {
	padding: 1px 10px 0 10px;
	width: 100%;
}

/* .frm_btn */
.frm_btn{
	float: right;
}
.frm_btn input[type="submit"],
.frm_btn input[type="button"] {
	float: left;
	margin-left:15px;
}

/* .image_thumbs */
.image_thumbs li{
	display: inline-block;
}

/* span.required_entry span.required_either */
span.required_entry{
	color: red;
}
span.required_either{
	color: orange;
}

p.plan_order_info {
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.no-scrollbar::-webkit-scrollbar {display:none;}
.no-scrollbar::-moz-scrollbar {display:none;}
.no-scrollbar::-o-scrollbar {display:none;}
.no-scrollbar::-google-ms-scrollbar {display:none;}
.no-scrollbar::-khtml-scrollbar {display:none;}

/* for jquery ui datepicker */
.sunday .ui-state-default {
  color: red;
}

.saturday .ui-state-default {
  color: blue;
}

.holiday .ui-state-default {
  color: red;
}

/*********************************************/
/** for image
/*********************************************/

p.imagelist img {
    width: 800px;  /* 横幅を400pxに、高さは自動 */
}
/*********************************************/
/** for tinymce
/*********************************************/

#layer {
    display: none;  /* 初期表示は非表示 */
    position: absolute; 
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
#popup {
    display: none;  /* 初期表示は非表示 */
    position: absolute; 
    left: 10%;
    /*top: 50%;*/
    width: auto;
    height: auto;
    /*margin-left: -150px;
    margin-top: -100px;*/
    background-color: white;
    border-radius: 5px;
    text-align: center;
}
#layer2 {
    display: none;  /* 初期表示は非表示 */
    position: absolute; 
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
#popup2 {
    display: none;  /* 初期表示は非表示 */
    position: absolute; 
    left: 10%;
    /*top: 50%;*/
    width: auto;
    height: auto;
    /*margin-left: -150px;
    margin-top: -100px;*/
    background-color: white;
    border-radius: 5px;
    text-align: center;
}

/*********************************************/
/** for jquery-rc_schedule.1.0
/*********************************************/
.mn {
    border-radius: 5px;
    cursor: move;
    height: 87px;
    overflow: hidden;
    position: absolute;
    margin:1px;
    padding:2px;
    font-weight:bold;
}
.mnc1 {
    background-color: rgba(159, 237, 177, 0.8);
    border: 1px solid #5AC472;
}
.mnc2 {
    background-color: rgba(159, 203, 239, 0.8);
    border: 1px solid #499BDF;
}
.mnc3 {
    background-color: rgba(239, 203, 203, 0.8);
    border: 1px solid #499BDF;
}
.mnc4 {
    background-color: rgba(203, 203, 203, 0.8);
    border: 1px solid #494949;
}
.mnc5{
    background-color: rgba(240, 230, 140, 0.8);
    border: 1px solid #F0E68C;
}

/*********************************************/
/** TF newAdded
/*********************************************/

/* ==========================
 ヘッダータイトルの装飾
============================= */
#site_header p.ttl {
	font-size:18px;
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "���S�V�b�N" , "Yu Gothic" , "���S�V�b�N��" , "YuGothic" , "�q���M�m�p�S Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "���C���I" , Meiryo , "�l�r �o�S�V�b�N" , "MS PGothic" , sans-serif;
	font-style: normal;
	font-variant: normal;
	letter-spacing:1px;
}

/* ==========================
 カテゴリタイトルの装飾
============================= */
h3 {
	position: relative;
	padding: .60em 1em .60em 1.5em;
	border: 1px solid #ccc;
	margin:0px;
}
h3::after {
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #3498db;
	border-radius: 4px;
}

/* ==========================
 各ページ内のコンテンツタイトルの装飾
============================= */
h4 {
	position: relative;
	padding-bottom: .5em;
	border-bottom: 4px solid #ccc;
	margin: 0 0 0px;
	text-indent:5px;
}
h4::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #3498db;
}

/* ==========================
 フォーム部品の装飾
============================= */
input,button, textarea, select{
    border:1px solid #777;
    padding: 5px;
    border-radius: 5px;

    /* Webkit */
    -webkit-border-radius: 5px;

    /* Firefox */
    -moz-border-radius: 5px;

    /* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ffeeeeee,endColorstr=#ffffffff;);
    zoom: 1;
}

/* ==========================
 入力フィールにカーソルを当てると色を変更
============================= */
input[type="text"] {
  border: 1px solid #999;
}
input[type="text"]:focus {
  border: 1px solid #ff9900;
  outline: 0;
}

/* ==========================
 Iframe
============================= */
iframe {
    margin-top: 50px;
    border-top: 1px solid #999;
}

/* ==========================
 pickup search list
============================= */
.sl_td {
	background: #e6eefd;
	padding: 3px 5px;
	font-weight: bold;
}
.td_red {
	color: #ff5588;
}
.td_bl {
	color: #4368c6;
}
.num_txt {
	text-align: right;
}
#rank_div {
	background: #e6eefd;
	padding: 3px 0;
	height: 10%;
	text-align: center;
	margin-right: 30px;
	font-weight: bold;
}

/* ==========================
 スケジュール画面
============================= */
.clear_date_btn {
	background-color: transparent;
	border: none;
}

/* ==========================
 検索中ローディング表示.
============================= */
.loader-bg {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #696972;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.5
}
.loader {
    font-size: 10px;
    margin: 50px auto;
    text-indent: -9999em;
    width: 11em;
    height: 11em;
    border-radius: 50%;
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.loader:before {
    width: 50%;
    height: 50%;
    background: #ffffff;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}
.loader:after {
    background: #696972;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}