@charset "utf-8";


/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #666;	/*全体の文字色*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 15px;	/*文字サイズ*/
	line-height: 2;		/*行間*/
	background: #fff;	/*背景色*/
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
video {max-width: 100%;}
iframe {width: 100%;}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #666;	/*リンクテキストの色*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}
a:hover {
	color: #121212;			/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

p.paid_p01{
	padding:0px;
	margin:0px;
	color:red;
	font-weight:bold;-
}
/*inner共通
---------------------------------------------------------------------------*/
.inner {
	max-width: 1000px;	/*サイトの最大幅。「#mainimg」のmax-widthと揃える。*/
	margin: 0 auto;
	padding: 0 3%;
}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	border-top: 2px solid #E8818D;	/*上の線の幅、線種、色*/
}
header .inner {
	height: auto;	/*高さ*/
	padding:5px 3%;
	position:relative;
}
/*ロゴ画像*/
header #logo img {
	width: 210px;	/*画像幅*/
	padding:8px 0px;
}
header #logo  {
}
header .inner div.top_logout_div {
	position:absolute;
	right:3%;
	top:13px;
	text-align:right;
	width:100px;
	padding-right:8px;
	font-size:14px;
}

header .inner div.top_logout_div div.top_logout_div02{
position:relative;
}
header .inner div.top_logout_div div.top_logout_div02:hover{
	opacity:0.6;
}
header .inner div.top_logout_div div.top_logout_div02:before{
	position:absolute;
	content:'';
	width:100%;
	height:100%;
	background:url("../images/logout.png");
	background-size:24px auto;
	background-repeat:no-repeat;
	top:2px;
	left:0px;
}

header #link_manual {
	position:absolute;
	right:3%;
	bottom:10px;
	text-align:right;
	/*width:100px;*/
	padding-right:8px;
	font-size:14px;
}

#manual_list li {
	list-style-type:square;
	list-style-position:inside;
}






/*ヘッダー右側の電話番号ブロック
---------------------------------------------------------------------------*/
/*ブロック全体*/
#contact {
	float: right;		/*右に回り込み*/
	margin-top: 12px;	/*ブロックの上にあける余白。上下のバランスをここで調整して下さい。*/
	width: 350px;		/*ブロック幅*/
	border-radius: 6px;	/*角丸のサイズ*/
	padding: 5px;		/*ボックス内の余白*/
	border: 1px solid #dcdcdc;	/*枠線の幅、線種、色*/
	text-align: center;			/*文字をセンタリング*/
}
/*TEL*/
.tel {
	letter-spacing: 0.2em;	/*文字間隔を広くする設定。通常がいいならこの行削除。*/
	font-size: 20px;		/*文字サイズを大きく*/
}
/*TELの受付時間の小文字部分*/
.tel span {
	display: block;
	font-size: 11px;		/*文字サイズを小さく*/
	letter-spacing: 0.1em;	/*文字間隔*/
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar {
	clear: both;
	overflow: hidden;
	background: #fff;/*#E8818D;	/*背景色*/
	border-top:#E8818D 2px solid;
	border-bottom:#E8818D 2px solid;
}
/*メニュー１個あたりの設定*/
#menubar li {
	float: left;	/*左に回り込み*/
	width: 14.2%;	/*メニュー幅（100÷6個=16.6%）　もし４個にするなら100÷4=25%になる。*/
	padding-top: 5px;	/*この数字と「#menubar li a」のpaddingの１つ目(7px)の数字を足した合計が「#menubar li a」の３つ目の数字(12px)になるようにする。*/
}
#menubar li a {
	display:  block;
	text-decoration: none;
	text-align: center;
	color: #E8818D;	/*文字色*/
	/*font-weight:bold;*/
	padding: 7px 0px 12px;	/*上、左右、下への余白。上の「#menubar li」のpadding-topの解説と合わせて読んで下さい。*/
}
/*マウスオン時、現在表示中メニュー*/
#menubar li a:hover,
#menubar li.current a {
	background: #fff;	/*背景色*/
	color: #f8a1aD;		/*文字色*/
	border-radius: 8px 8px 0px 0px;	/*角丸のサイズ。左上、右上、右下、左下への順。*/
}
/*スマホ用メニューを表示させない*/
#menubar-s {
	display: none;
}
/*３本バーアイコンを表示させない*/
#menubar_hdr {
	display: none;
}
/*３本バーアイコンを表示させない*/
#menubar_logout {
	display: none;
}

/*ドロップダウンメニュー用
---------------------------------------------------------------------------*/
/*ドロップダウンブロックの設定*/
#menubar ul.ddmenu {
	position:absolute;
	visibility: hidden;
	z-index: 100;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.15);	/*ボックスの影。右に、下に、広げる幅、0,0,0は黒の事で0.15は透明度15%の事。*/
	background: #333;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.8);	/*背景色。0,0,0は黒の事で0.8は透明度80%の事。*/
	width: 25%;	/*幅。お好みで変更してもらってOKです。*/
	padding: 10px;	/*ボックス内の余白*/
	border-radius: 8px;	/*角丸のサイズ*/
	border: 2px solid #fff;	/*枠線の幅、線種、色*/
}
/*メニュー１個あたりの設定*/
#menubar ul.ddmenu li {
	padding-top: 0;
	width: 50%;	/*幅*/
	height: 2em;	/*高さ*/
	overflow: hidden;	/*上の高さを超えた時に非表示にする設定。文字数が増えた時にレイアウトが崩れないための設定ですが、文字を全て表示させたいならこの行と上の行を削除。*/
}
#menubar ul.ddmenu li a {
	background: transparent;	/*背景色をリセットする*/
	border-radius: 0;
	text-align: left;	/*文字を左寄せ*/
	padding: 0 10px;	/*上下、左右への余白*/
	color: #fff;	/*文字色*/
}
/*マウスオン時*/
#menubar ul.ddmenu li a:hover {
	border-radius: 0;
	background: #fff;	/*背景色*/
	color: #121212;		/*文字色*/
}

/*トップページメイン画像
---------------------------------------------------------------------------*/
#mainimg {
	clear: both;
	box-shadow: 0px 10px 40px rgba(0,0,0,0.2);	/*ボックスの影。右に、下に、広げる幅、0,0,0は黒の事で0.2は透明度20%の事。*/
	position: relative;
	max-width: 1000px;	/*画像の最大幅。「.inner」のmax-widthと揃える。*/
	margin: 0 auto;
}
/*左側（小さい端末だと上に位置するボタン）のボタン「職種で検索」*/
#mainimg #btn_job1 {
	position: absolute;
	left: 10%;		/*メイン画像に対して左から10%の場所に配置*/
	bottom: 20%;	/*メイン画像に対して下から20%の場所に配置*/
	width: 23%;;	/*画像幅*/
	background: #9faf35;	 /*背景色（古いブラウザ用）*/
	background: #9faf35 padding-box;	/*背景色。padding-boxは、下で設定しているボーダーの半透明を反映する為に指定。*/
	border: 6px solid rgba(159,175,53,0.4);	/*枠線の幅、線種、rgb指定での色。0.4は透明度40%の事。*/
}
/*右側（小さい端末だと下に位置するボタン）のボタン「勤務地で検索」*/
#mainimg #btn_job2 {
	position: absolute;
	left: 36%;		/*メイン画像に対して左から36%の場所に配置*/
	bottom: 20%;	/*メイン画像に対して下から20%の場所に配置*/
	width: 23%;;	/*画像幅*/
	background: #35a5af;	/*背景色（古いブラウザ用）*/
	background: #35a5af padding-box;	/*背景色。padding-boxは、下で設定しているボーダーの半透明を反映する為に指定。*/
	border: 6px solid rgba(53,165,175,0.4);	/*枠線の幅、線種、rgb指定での色。0.4は透明度40%の事。*/
}
/*ボタンのマウスオン時*/
#mainimg #btn_job1:hover,
#mainimg #btn_job2:hover{
	opacity: 0.8;	/*透明度80%にする*/
}

/*コンテンツ（mainとsubを囲むブロック）
---------------------------------------------------------------------------*/
.contents {
	clear: both;
	overflow: hidden;
	padding: 40px 0;	/*上下、左右に空けるボックス内の余白*/
}
/*コンテンツのh2タグの設定*/
.contents h2 {
	clear: both;
	font-size: 20px;	/*文字サイズ*/
	line-height: 1.4;	/*行間*/
	font-weight:normal;
	color:#303030;
	background:#efefef;
	margin-bottom: 20px;	/*見出しの下にとるスペース*/
	padding: 10px 10px;	/*上下、左右への余白*/
	//border-bottom: 4px solid #b0b0b0;	/*メニューの上の線の幅、線種、色*/
}
/*コンテンツのh2タグ内のspanタグ設定（色付き文字部分）*/
.contents h2 span {
	display: block;
	color: #121212;		/*文字色*/
	font-size: 12px;	/*文字サイズ*/
	letter-spacing: 0.1em;	/*文字間隔を少し広げる設定*/
	padding-left: 3px;
}
/*コンテンツのh3タグの設定*/
.contents h3 {
	clear: both;
	margin-bottom: 20px;	/*見出しの下にとるスペース*/
	padding: 0px 20px;		/*上下、左右への余白*/
	background: #121212;	/*背景色*/
	color: #fff;		/*文字色*/
}
/*コンテンツの段落タグ設定*/
.contents p {
	padding: 0px 20px 15px;	/*上、左右、下への余白*/
}
.contents h2 + p,
.contents h3 + p {
	margin-top: -10px;
}

a.invoice{
	text-decoration:none;
}
h3.h301{
	background:white;
	color:#303030;
	padding:12px 0px 12px 50px;
	position:relative;
	font-size:19px;
	margin:15px 0px;
	font-weight:bold;
	transition-duration: 0.3s;
	cursor:pointer;
}
h3.h301:hover{
	background:#efefef;
}
h3.h301.h3invoice:before{
	background:url(../images/invoice.png);
	background-repeat:no-repeat;
	background-size:36px;
	position:absolute;
	content:'';
	width:100%;
	height:100%;
	top:12px;
	left:6px;
}
h3.h301.h3card:before{
	background:url(../images/card.png);
	background-repeat:no-repeat;
	background-size:36px;
	position:absolute;
	content:'';
	width:100%;
	height:100%;
	top:12px;
	left:6px;
}
h3.h302{
	background:white;
	text-align:center;
	font-size:21px;
	color:#666;
	font-weight:bold;
	margin:32px 0px;
}

div.step {
	width:29%;
	float:left;
	padding:8px;
	margin:0px 1%;;

}
div.step img{
	width:100%;
	margin:12px 0px;
}
div.step h4{
	background:#E8818D;
	width:85px;
	color:white;
	font-size:12px;
	text-align:center;
	font-weight:normal;
	border-radius:2px;
	margin-left:14px;
}

div.step h5{
	font-size:17px;
	text-align:center;
	font-weight:bold;
}
div.step p{
	font-size:12px;
	padding:0px;
}
div.step div.sendemail_div span{
	border-radius:5px;
	background:#E8818D;
	color:white;
	font-size:12px;
	display:block;
	width:95%;
	text-align:center;
	padding:6px 0px;
	margin:6px auto;
	cursor:pointer;
	transition: 0.5s;			/*同上*/
}
div.step div.sendemail_div span:hover{
	opacity:0.6;
}
div.sendemail_div span{
	font-size:17px;
	font-weight:normal;
}
div.sendemail_div{
	border-radius:5px;
	background:#E8818D;
	color:white;
	font-size:22px;
	font-weight:bold;
	display:block;
	width:50%;
	text-align:center;
	padding:6px 0px;
	margin:36px auto 6px auto;
	cursor:pointer;
	transition: 0.5s;			/*同上*/
}
div.sendemail_div:hover{
	opacity:0.6;
}



table.log_table{
	width:100%;
	margin-bottom:48px;
}
table.log_table th{
	background:#eeeeee;
	font-weight:normal;
	border:1px solid #a0a0a0;
	padding:4px 2px;
	line-height:18px;
	font-size:11px;
}
table.log_table td{
	padding:4px 2px;
	font-weight:normal;
	border:1px solid #a0a0a0;
	background:white;
	text-align:center;
	font-size:11px;
	line-height:2em;
}
table.log_table td.content_detail{
	text-align:left;
}
table.log_table td input.customer_email_flag{
	width:20px;
	height:20px;
}

table.log_table td span.check_reserve_detail{
	color:white;
	background:#303030;
	transition: 0.2s;
	border-radius: 6px;
	padding:3px 6px;
	cursor:pointer;
}

table.log_table td span.check_reserve_detail:hover{
	opacity:0.7;
}
div.log_no{
	margin-bottom:42px;
}

div.price_grid01{
	display:grid;
	grid-template-columns:1fr 1fr 1fr 1fr;
	gap:10px;
	margin-bottom:42px;
}
div.price_grid01 > div{
	background:#efefef;
	padding:0px 0px;
}
div.price_grid01 > div > h3{
	text-align:center;
	padding:12px 0px;
	margin:0px;
}
div.price_grid01 > div > p{
	margin:0px;
	text-align:center;
	padding:12px 0px;
}
div.price_grid01 > div > p > span{
	font-size:32px;
	padding-right:4px;
	font-weight:bold;
}

.sp_only_br{
	display:none;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
.main {
	float: left;	/*左に回り込み*/
	width: 72%;		/*幅*/
}
/*1カラム時のメインコンテンツ*/
.contents.c1 .main {
	float: none;
	width: auto;
}

/*求人一覧ページの各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
.list {
	position: relative;
	overflow: hidden;
	padding: 20px;		/*ボックス内の余白*/
	border: 4px solid #dcdcdc;	/*枠線の幅、線種、色*/
	margin-bottom: 50px;		/*ボックス間の余白*/
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1) inset;	/*ボックスの影。右へ、下へ、広げる幅、0,0,0は黒の事で0.1は透明度10%の事。insetは内側への影、という意味。*/
}
/*ボックス内のh4タグ設定*/
.list h4 {
	font-size: 28px;	/*文字サイズ*/
	color: #a21e1e;		/*文字色*/
}
.list h4 a {
	color: #a21e1e;	/*リンクテキストの文字色*/
}
/*ボックス内のp(段落)タグ設定*/
.list p {
	padding: 0px 0px 10px;	/*上、左右、下への余白*/
}
/*「詳細を見る・応募する」ボタン*/
a.btn {
	display: block;
	text-decoration: none;
	background: #a21e1e;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#d42a2a, #a21e1e);	/*グラデーション*/
	color: #fff;	/*文字色*/
	font-size: 20px;	/*文字サイズ*/
	text-align: center;	/*文字をセンタリング*/
	padding: 10px;		/*ボタン内の余白*/
	border-radius: 4px;	/*角丸のサイズ*/
	letter-spacing: 0.2em;	/*文字間隔を広くとる設定*/
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);	/*ボックスの影。右に、下に、広げる幅、0,0,0は黒の事で0.15は透明度15%の事。*/
}
/*「詳細を見る・応募する」ボタン。マウスオン時。*/
a:hover.btn {
	position: relative;top:1px;left:1px;	/*マウスオン時に少し移動させる設定。*/
	box-shadow: none;	/*ボックスの影を消す設定。*/
	background: linear-gradient(#a21e1e, #d42a2a);	/*グラデーション*/
}
/*アイコン（正社員、アルバイト、パート、未経験可、など）共通*/
.icon {
	display: inline-block;
	margin: 2px;
	font-size: 12px;	/*文字サイズ*/
	padding: 0 5px;		/*ボックス内の余白*/
	border-radius: 4px;	/*角丸のサイズ*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	background: #eee;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#fff, #eee);	/*グラデーション*/
}
.icon a {
	text-decoration: none;
}
/*アイコン色付き（正社員）*/
.icon.color1 {
	border: 1px solid #a21e1e;	/*枠線の幅、線種、色*/
	background: #d42a2a;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#d42a2a, #a21e1e);	/*グラデーション*/
	color: #fff;	/*文字色*/
}
/*アイコン色付き（アルバイト）*/
.icon.color2 {
	border: 1px solid #161995;	/*枠線の幅、線種、色*/
	background: #2b2ebc;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#2b2ebc, #161995);	/*グラデーション*/
	color: #fff;	/*文字色*/
}

/*一覧ページのボックス内の右上のマーク
（CMSの場合は管理ページだと「オプション1」～のプルダウン、setup.phpだと「オプション選択肢」に関連します）
---------------------------------------------------------------------------*/
/*option1?option3、と、newアイコン共通*/
.option1,.option2,.option3,.new {
	font-size: 10px;	/*文字サイズ*/
	text-align: center;
	display: block;
	width: 90px;
	padding-top: 10px;
	position: absolute;
	right: -20px;
	top: -20px;
	transform: rotate(45deg) translate(22px);
}
/*option1*/
.option1 {
	color: #FFF;	/*文字色*/
	background: #f83d72;	/*背景色*/
}
/*option2*/
.option2 {
	color: #000;	/*文字色*/
	background: #ffd200;	/*背景色*/
}
/*option3*/
.option3 {
	color: #FFF;	/*文字色*/
	background: #999;	/*背景色*/
}
/*new*/
.new {
	color: #FFF;	/*文字色*/
	background: #F00;	/*背景色*/
}

/*subコンテンツ
---------------------------------------------------------------------------*/
/*subブロック*/
.sub {
	float: right;	/*右に回り込み*/
	width: 24%;		/*幅*/
}
/*1カラム時のサブブロック*/
.contents.c1 .sub {
	display: none;	/*非表示にする設定*/
}
/*subコンテンツ内のh2タグ設定*/
.sub h2 {
	margin-bottom: 0;
	box-shadow: none;
	font-size: 14px;	/*文字サイズ*/
	text-align: center;	/*内容をセンタリング*/
	padding: 12px 0px 12px 16px;		/*ボックス内の余白*/
	border: 1px solid #a0a0a0;	/*メニューの線の幅、線種、色*/
	background:#efefef;
	text-align:left;
}
.sub h2 > img{
	height:18px;
	margin-right:8px;
}
/*subコンテンツ内の段落タグ設定*/
.sub p {
	margin: 0 !important;
	padding: 10px !important;
}
.sub a.calendar_link {
	display:block;
	margin-bottom:24px;
}
.sub a.calendar_link:hover {
	opacity:0.7;
}

/*subコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
.sub ul.submenu {
	margin-bottom: 15px;	/*メニューブロックの下に空けるスペース*/
	border-top: solid 1px #a0a0a0;	/*上の線の線種、幅、色*/
}
/*メニュー１個ごとの設定*/
.sub ul.submenu li a {
	text-decoration: none;
	display: block;
	padding: 4px 0px 4px 16px;	/*メニュー内の余白。上下、左右への設定。*/
	border-bottom: solid 1px #a0a0a0;	/*下の線の線種、幅、色*/
	border-left: solid 1px #a0a0a0;		/*左の線の線種、幅、色*/
	border-right: solid 1px #a0a0a0;	/*右の線の線種、幅、色*/
}
/*マウスオン時の背景色*/
.sub ul.submenu li a:hover {
	background: #fcf18f;	/*背景色*/
}
/*h2直下にsubmenuが続いた場合のみ、submenuの上の線を消す設定*/
.sub h2 + ul.submenu {
	border-top: none;
}

/*subコンテンツ内のbox1
---------------------------------------------------------------------------*/
.sub .box1 {
	padding: 0px;			/*ボックス内の余白*/
	margin-bottom: 20px;	/*ボックスの下に空けるスペース*/
}
/*h2直下にbox1が続いた場合のみ、box1の上の線を消す設定*/
.sub h2 + .box1 {
	border-top: none;
}
/*box1内のサブメニュー*/
.sub ul.submenu {
	margin-bottom: 0;
}

/*subコンテンツ内のlist-subボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
.sub .list-sub {
	position: relative;
	overflow: hidden;
	border-left: 1px solid #dcdcdc;		/*左の線の線種、幅、色*/
	border-right: 1px solid #dcdcdc;	/*右の線の線種、幅、色*/
	border-bottom: 1px solid #dcdcdc;	/*下の線の線種、幅、色*/
	line-height: 1.5;	/*行間を少し狭くする。基本となる値は一番上のbodyにあります。*/
	font-size: 12px;	/*文字サイズ*/
}
.sub .list-sub a {
	display: block;
	text-decoration: none;
	overflow: hidden;
	padding: 5px;	/*ボックス内の余白*/
}
/*マウスオン時のボックス*/
.sub .list-sub a:hover {
	background: #fcf18f;	/*背景色*/
}
/*h4タグ*/
.sub .list-sub a h4 {
	font-weight: bold;	/*太字にする設定*/
	font-size: 16px;	/*文字サイズ*/
}
/*段落(p)タグ*/
.sub .list-sub p {
	padding: 0 !important;
}
/*画像*/
.sub .list-sub figure {
	width: 30%;		/*画像の幅*/
	float: left;	/*左に回り込み*/
	margin-right: 5px;	/*画像右側に空ける余白*/
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	background:#E8818D;
	color: #fff;	/*文字色*/
	font-size: 85%;	/*文字サイズ*/
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #fff;
}
footer .pr {
	display: block;
	font-size: 80%;
}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	overflow: hidden;
	padding: 20px 0;
}
/*１行分の設定*/
#footermenu ul {
	float: left;	/*左に回り込み*/
	width: 18%;		/*幅。今回は５列作ったのでここの幅18%と下のpadding(合計の2%)でトータル20%になるよう設定。列に応じて調整して下さい。*/
	padding-right: 1%;
	padding-left: 1%;
}

/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	clear: both;
	text-align: center;
	background:#E8818D;
	padding:12px 0px;
	font-size:16px;
}
#copyright a {
	text-decoration: none;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
	padding-left: 20px;
	margin-bottom: 20px;
	height: 160px;	/*高さ*/
	overflow: auto;	/*上で設定した高さを超えた場合にスクロールを出す設定。全部表示させていたいなら、この行と上の高さの行を削除する。*/
}
/*日付設定*/
#new dt {
	float: left;
	width: 9em;		/*幅*/
	color: #121212;	/*文字色*/
	letter-spacing: 0.1em;
}
/*記事設定*/
#new dd {
	padding-left: 9em;
	border-bottom: 1px solid #eee;	/*下線の幅、線種、色*/
}

/*よく頂く質問ページ
---------------------------------------------------------------------------*/
/*ブロック全体*/
.faq {
	padding: 0px 20px;	/*上下、左右への余白*/
}
/*質問の設定*/
.faq dt {
	color: #121212;	/*文字色*/
	padding-top: 15px;
}
.faq dt a {
	color: #121212;	/*文字色*/
}
/*回答の設定*/
.faq dd {
	border-bottom: 1px solid #dcdcdc;	/*下線の幅、線種、色*/
	overflow: hidden;
	padding-bottom: 15px;
}

/*テーブル（ta1）
---------------------------------------------------------------------------*/
/*ta1設定*/
.ta1 {
	width: 100%;
	margin: 0 auto 20px;
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px 15px;	/*ボックス内の余白*/
	word-break: break-all;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
	width: auto;
	text-align: left;	/*左よせ*/
	background: #f6f5f2;	/*背景色*/
	font-size: 18px;	/*文字サイズ*/
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 140px;	/*幅*/
	text-align: center;	/*センタリング*/
	font-weight: normal;
}
/*左側ボックスに画像を入れた場合の設定*/
.ta1 th img {
	width: 100%;
}
/*labelタグを２列表示にする*/
.ta1.cms td label {
	float: left;
	width: 50%;
}

/*submitボタンの設定
---------------------------------------------------------------------------*/
input[type="submit"],
input[type="button"],
input[type="reset"] {
	padding: 10px 30px;	/*ボタン内の余白*/
	margin-bottom: 20px;
	border: none;
	border-radius: 30px;	/*角丸のサイズ*/
	background: linear-gradient(#fff, #eee);	/*グラデーション*/
	font-size: 16px;	/*文字サイズ*/
	border: 1px solid #ccc;
}
/*マウスオン時の設定*/
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover{
	background: #fff;	/*背景色*/
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
	padding-top: 40px;
}
#pagetop a {
	color: #fff;		/*文字色*/
	font-size: 20px;	/*文字サイズ*/
	background: #121212;	/*背景色*/
	text-decoration: none;
	text-align: center;
	display: block;
	float: right;
	width: 60px;	/*幅*/
	line-height: 60px;	/*高さ*/
	border-radius: 10px;	/*角丸のサイズ*/
	border: 3px solid #fff;	/*枠線の幅、線種、色*/
	box-shadow: 0px 5px 15px rgba(0,0,0,0.2);	/*ボックスの影*/
	margin-bottom: 20px;
}
/*マウスオン時*/
#pagetop a:hover {
	background: #fff;	/*背景色*/
	color: #121212;		/*文字色*/
}

/*NEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 70%;		/*文字サイズ*/
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}

/*UPアイコン
---------------------------------------------------------------------------*/
.upicon {
	background: #0072ff;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 70%;
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}

/*その他
---------------------------------------------------------------------------*/
.look {background: #e5e5e5;padding: 5px 10px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px;}
.clear {clear: both;}
ul.disc {padding: 0em 25px 15px;list-style: disc;}
.color1, .color1 a {color: #a21e1e;}
.bg1 {background: #f6f5f2;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}
img.fr {float: right;margin-left: 10px;margin-bottom: 10px;}
img.fl {float: left;margin-right: 10px;margin-bottom: 10px;}
.big1 {font-size: 20px;}
.sub .big1 {font-size: 100%;}
.mini1 {font-size: 11px;display: inline-block;line-height: 1.5;}
.sh {display: none;}
.date {text-align: right;color: #999;font-size: 12px;}

div.eigyou_calender_table table{
	width:100%;
}
div.eigyou_calender_table table td{
	text-align:center;
}
div.eigyou_calender_table table td.reserved_day a{
	color:#1f2f55;
	font-weight:bold;
	font-size:18px;
	text-decoration:underline;
}
div.eigyou_calender_table table td a{
	text-decoration:none;
}
div.grid_calender{
	display:grid;
	grid-template-columns:20% 1fr 20%;
	text-align:center;
	font-weight:bold;
	padding:14px 0px;
}
div.grid_calender > div{
	font-size:15px;
	background:#efefef;
	padding:4px 0px;
}

div.reserved_timetable{
	height:500px;
	overflow:scroll;
	margin-bottom:42px;
	display:grid;
	grid-template-columns:14% 1fr;
}

div.reserved_timetable div{
	border-bottom:1px #e0e0e0 solid;
	padding:6px;
}
div.reserved_timetable div.hour{
	font-weight:bold;
	color:#55759a;
	display: flex;
	justify-content: left;
	align-items: center;
	padding-left:16px;
}
div.reserved_timetable div.detail > a.reserved_timetable_a{
	padding:4px 2%;
	margin:12px 0px;
	display:block;
	background:#1f2f55;
	text-decoration:none;
	color:white;
	font-weight:normal;
	border-radius:5px;
	font-size:12px;
}
div.reserved_timetable div.detail > a.reserved_timetable_a:hover{
	opacity:0.5;
}
div.reserved_timetable div.detail > a.reserved_timetable_a > p.detail_p01{
	padding:0px;
	margin:0px;
}
.multi_reserved_patient_span{
	color:red;
}

div#login_div01{
	width:500px;
	border:1px solid #e0e0e0;
	margin:120px auto 0px auto;
}
div.login_div02 > div.forget_password{
	margin:20px 0px;
	font-size:14px;
}
div.login_div02 > div.forget_password a{
	color:#3e56d1;
}

div.login_div02{
	margin:36px 48px;
}
div.login_div02 > img{
	display:block;
	width:60%;
	margin:42px auto;
}
div.login_div02 input{
	width:96%;
	height:40px;
	border:1px solid #e0e0e0;
	padding:0px 2%;
	font-size:16px;
}
div.login_div02 input.login_email{
}
div.login_div02 input.login_password{
	margin-top:-1px;
}

div.login_div02 div.login_button{
	width:100%;
	height:40px;
	padding:4px 0px 2px 0px;
	font-size:16px;
	color:#fff;
	margin-top:12px;
	background:#303030;
	text-align:center;
	border-radius:4px;
	transition-duration: 0.5s;
}

div.login_div02 div.login_button:hover{
	cursor:pointer;
	opacity:0.7;
}

div.login_div02 > div.alarm{
	margin-bottom:12px;
	color:red;
}
div.login_div02 p{
	padding-left:0px;
	margin-left:0px;
}

div.detail_div01{
	display:grid;
	grid-template-columns:140px 1fr;
}
div.detail_div01 > div{
	border-bottom:1px solid #e0e0e0;
	margin:14px 0px;
	padding:6px;
}
div.detail_div01 > div.detail_div02{
	color:#101010;
	font-size:16px;
}

div.detail_div01 > div.detail_div03 p{
	padding:0px;
	margin:0px;
	line-height:1.5em;
}
div.detail_div01 > div.detail_div03 div.mesh_div a{
	display:block;
	width:150px;
	background:#102050;
	border-radius:5px;
	text-decoration:none;
	text-align:center;
	padding:4px;
	color:white;
	transition: 0.2s;
}
div.detail_div01 > div.detail_div03 div.mesh_div a:hover{
	opacity:0.8;
}

div.detail_div01 > div.detail_div03 div.mesh_div h4{
	margin:0px 0px;
	font-weight:bold;
}
div.detail_div01 > div.detail_div03 div.mesh_div .staff ul{
	padding-left:24px;
}
div.detail_div01 > div.detail_div03 div.mesh_div .staff ul li{
	list-style:square;
	padding-left:4px;
}
div.detail_div01 > div.detail_div03 div.mesh_div .staff{
	margin:10px 0px;
	border:1px solid #e0e0e0;
	padding:10px;
	font-size:14px;
	line-height:1.7em;
}
div.detail_div01 > div.detail_div03 div.mesh_div .mail_form{
	background:#eaeaea;
	padding:6px;
	margin:8px 0px;
}
div.detail_div01 > div.detail_div03 div.mesh_div .mail_form p{
	padding:8px 0px;
	color:#ff5070;
}

div.detail_div01 > div.detail_div03 div.mesh_div table{
	margin: 2px 0px;
	width:100%;
}
div.detail_div01 > div.detail_div03 div.mesh_div table th{
	padding:4px 2% 4px 1%; 
	text-align:left;
	width:120px;
	vertical-align: top;
	font-weight:normal;
}
div.detail_div01 > div.detail_div03 div.mesh_div table td{
	padding:4px 2% 4px 1%; 
}
div.detail_div01 > div.detail_div03 div.mesh_div table td input{
	width:97%;
	line-height:1.5em;
}
div.detail_div01 > div.detail_div03 div.mesh_div table td textarea{
	line-height:1.5em;
	width:97%;
	height:8em;
	resize:none;
}

div#account_link_div > div{
	margin-bottom: 12px;
}

div.display_table{
	display: table;
}
div.display_table > div{
	display: table-row;
}
div.display_table > div > div{
	display: table-cell;
}

div#account_link_table > div > div{
	border: solid 1px #c0c0c0;
	font-size: 13px;
}
/* 1列目 */
div#account_link_table > div > div:first-child{
	white-space: nowrap;
	background-color: #efefef;
}
/* 2列目以降 */
div#account_link_table > div > div:not(:first-child){
	width: 50%;
	border-left: none;
	word-break: break-all;
}
/* 1行目 */
div#account_link_table > div:first-child > div{
	background-color: #efefef;
	font-weight: bold;
	text-align: center;
}
/* 2行目以降 */
div#account_link_table > div:not(:first-child) > div{
	border-top: none;
}
/* 同じ値の行は色を変える（1列目は覗く） */
div#account_link_table > div.same_value > div:not(:first-child){
	background-color: mistyrose;
}
/* 全セル */
div#account_link_table > div > div{
	padding: 5px;
}

button.black_button{
	background: #102050;
	border-radius: 5px;
	border-style: none;
	color: white;
	cursor: pointer;
	padding: 6px;
	text-align: center;
	text-decoration: none;
	transition: 0.2s;
}

div.contact_div01 select{
	width:auto;
	height:34px;
	padding:6px 1% 6px 1%;
}
div.contact_div01 input{
	width:98%;
	height:34px;
	padding:0px 1% 0px 1%;
	margin:0px;
}
div.contact_div01 textarea{
	width:98%;
	height:80px;
	padding:6px 1% 6px 1%;
	line-height:18px;
}
div.contact_div01 p{
	padding:0px;
	margin-top:20px;
}
div.contact_div01 div.send_btn{
	background:#303030;
	width:140px;
	text-align:center;
	color:white;
	border-radius:3px;
	padding:3px 0px;
	transition-duration: 0.5s;
}
div.contact_div01 div.send_btn:hover{
	cursor:pointer;
	opacity:0.7;
}



div.send_complete{
	margin:48px auto 128px auto;
	text-align:center;
}
div.send_complete img{
	width:120px;
	margin:12px auto;
	opacity:1;
}

div.send_complete > p{
	font-size:18px;
}
div.send_complete > p > a{
	font-size:18px;
	font-weight:bold;

}
div.send_complete h2.h2_display_sent{
	font-size:32px;
	font-weight:normal;
	padding-bottom:4px;
	margin-bottom:60px;
	box-shadow:none;	/*ボックスの影。右に、下に、広げる幅、0,0,0は黒の事で0.15は透明度15%の事。*/
	background:white;
	border:none;
}
div.send_complete h2.h2_display_sent:before{
	border:none;
}

div.detail_invoice_button:hover{
	background:#efefef;
	/*border:3px solid #fff;*/
	opacity:0.7;
}
div.detail_invoice_button{
	transition: 0.5s;			/*同上*/
	width:180px;
	border:3px solid #505050;
	border-radius:6px;
	padding:6px 0px 6px 72px;
	margin:24px 0px;
	font-weight:bold;
	font-size:16px;
	position:relative;
	line-height:22px;
	cursor:pointer;
	z-index:12;
}
div.detail_invoice_button_icon_card:before{
	background:url(../images/card02.png);
	background-repeat:no-repeat;
	background-size:42px;
	position:absolute;
	content:'';
	width:100%;
	height:100%;
	top:6px;
	left:10px;
	z-index:10;
}

div.invoice_mail_div01{
	background:#efefef;
	border-radius:6px;
	padding:12px;
}
div.invoice_mail_div01 h3{
	background:none;
	padding:0px 0px 6px 4px;
	border-radius:6px;
	color:#303030;
	font-weight:bold;
	border-bottom:1px #e0e0e0 solid;
}
div.invoice_mail_div01 p{
	padding:0px 0px 12px 0px;
}
div.invoice_mail_div01 span.remark_body{
	padding-left:6px;
	font-size:12px;
	color:#c56732;
}

div.invoice_mail_div01 div.form_div{
	padding:10px;
}
div.invoice_mail_div01 div.form_div input{
	width:98%;
	padding:0px;
	margin:0px;
	height:36px;
	padding:0px 1%;
	margin-bottom:32px;
}
div.invoice_mail_div01 div.form_div input.pay_type3_qty{
	width:40px;
	text-align:center;
	margin-bottom:0px;
	height:31px;
}
div.invoice_mail_div01 div.form_div input.pay_type3_unitprice{
	width:110px;
	text-align:right;
	height:31px;
	margin-bottom:0px;
	margin-right:2px;
}
div.invoice_mail_div01 div.form_div input.pay_type3_item_name{
	width:200px;
	height:31px;
	margin-bottom:0px;
	margin:4px 4px 4px 0px;
}
div.invoice_mail_div01 div.form_div select{
	padding:0px;
	margin:0px;
	height:36px;
	padding:0px;
}
div.invoice_mail_div01 div.form_div button{
	display:block;
	width:120px;
	margin:0px;
	padding:6px 1%;
	border:1px solid #d0d0d0;
	background:#d0d0e0;
	box-shadow:2px 2px 4px 0px rgba(0,0,0,0.2);
	transition: 0.2s;
	border-radius:5px;
	cursor:pointer;
}
div.invoice_mail_div01 div.form_div button:focus{
	outline:none;
	background:#a0a0c0;
}
div.invoice_mail_div01 div.form_div button:hover{
	box-shadow:none;
}
div.invoice_mail_div01 div.form_div input.online_invoice_price{
	width:120px;
	font-size:22px;
	margin-right:12px;
}
div.invoice_mail_div01 div.form_div p{
	padding-bottom:4px;
}
div.invoice_mail_div01 div.form_div textarea{
	width:98%;
	height:300px;
	padding:6px 1%;
}

div.invoice_mail_div01 div.form_div div.send_invoice_mail{
	width:100px;
	background:#e0e0e0;
	color:#303030;
	padding:4px 6px;
	text-align:center;
	margin-top:12px;
	border-radius:6px;
	cursor:pointer;
	transition: 0.2s;
}
div.invoice_mail_div01 div.form_div div.send_invoice_mail:hover{
	opacity:0.8;
	color:black;
}

div.invoice_mail_div01 div.form_div input[type="radio"]{
	width:14px;
	height:14px;
	line-height:1.5em;
	margin:5px 4px 5px 4px;
	padding:0px;
	vertical-align: middle;
}
div.invoice_mail_div01 div.form_div label.payment_type{
	display:block;
	line-height:1.5em;
	margin:0px;
	padding:0px;
	font-size:12px;
}

div#black_bg{
	position:fixed;
	width:100%;
	height:100%;
	background:black;
	top:0px;
	left:0px;
	z-index:10;
	opacity:0.5;
	display:none;
}

div#invoice_confirm_div{
	width:50%;
	height:80%;
	background:#fff;
	position:fixed;
	top:5%;
	left:25%;
	z-index:20;
	padding:0px;
	border-radius:6px;
	display:none;
}
div#invoice_confirm_div div.mail_body{
	padding:12px 12px;
	margin:0px 16px;
	border:#e0e0e0 solid 1px;
	height:66%;
	overflow-y:scroll;
}
div#invoice_confirm_div h3{
	padding:10px 16px;
	background:none;
	border-radius:6px;
	color:#303030;
	border-bottom:1px #e0e0e0 solide;
	margin:0px;
}
div#invoice_confirm_div h4{
	background:white;
	font-size:18px;
}
div#invoice_confirm_div p{
	padding:0px;
	margin-left:10px;
}
div#invoice_confirm_div pre{
	line-height:19px;
	white-space: pre-wrap ;
	word-break:break-all;
}

div#invoice_confirm_div div.send_button_div{
	margin-top:24px;
}

div#invoice_confirm_div div.send_button_div span.send_button{
	width:140px;
	margin:auto;
	padding:4px 8px;
	font-size:14px;
	border-radius:5px;
	background:#e0e0e0;
	color:#303030;
	display:block;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
	transition: 0.2s;
}
div#invoice_confirm_div div.send_button_div span.send_button:hover{
	opacity:0.8;
	color:black;
}

div.login_button a{
	text-decoration:none;
	color:white;
}

div.forget_password_message{
	color:red;
	margin-top:10px;
}

div.howtopay_comment{
	color:red;
	margin-top:10px;
}


video#js-local-stream-old{
	background:#333;
	width:240px;
	position:fixed;
	right:10px;
	bottom:10px;

}

div#local_stream_wrapper{
	background:none;
	width:240px;
	position:fixed;
	left:10px;
	bottom:10px;
	z-index:110;
	padding:0px;
	margin:0px;
	transition: 0.2s;
}

div#local_stream_wrapper video#js-local-stream{
	margin:0px;
	padding:0px;
}

div#local_stream_wrapper table{
	background:#303030;
	color:white;
	font-size:12px;
	margin-right:0px;
	margin-left:auto;
	display:none;
}
div#local_stream_wrapper table td{
	padding:2px 12px;
	text-align:center;
	cursor:pointer;
}
div#local_stream_wrapper table td:hover{
	opacity:0.7;
}




video#js-remote-stream{
	background:#333;
	width:100%;
	height:100%;
}
div.p2p-media{
	width:100%;
	margin:auto;
	text-align:center;
}
div.p2p-media .my_name_input{
	padding-bottom:12px;
}
div.p2p-media .my_name_input input{
	font-size:18px;
	padding:4px;
}

h2.video_h2{
	border:none;
	text-align:center;
}


div.remote-stream{
	margin:0px auto 32px auto;
	width:96%;

}


div#meeting_template_list_div{
	position:fixed;
	top:0;
	left:0;
	z-index:200;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.8);
	padding:0px;
}
div#meeting_template_list_div .template_div01{
	width:90%;
	max-width:600px;
	background:white;
	margin:5% auto;
	border-radius:5px;
	height:80%;
	//max-height:80%;
}
div#meeting_template_list_div .template_div01 h3{
	border-bottom:#e0e0e0 1px solid;
	padding:10px;
	margin:0px;
}
div#meeting_template_list_div .template_div01 table{
}
div#meeting_template_list_div .close{
	display:inline-block;
	position: absolute;
	right:2%;
	top:0;
	color:white;
	font-weight: bold;
	cursor:pointer;
	transition: 0.2s;
	opacity:0.6;
}
div#meeting_template_list_div .close:hover{
	opacity:1;
}

div#meeting_template_list_div .template_div02{
	height:auto;
	max-height:85%;
	overflow-y:auto;
	margin:0px 2%;
}

div#meeting_template_list_div .template_div02 table{
	border-collapse:separate;
	width:96%;
	border-spacing: 0px 15px;
}
div#meeting_template_list_div .template_div02 table td{
	background:#eaeaea;
	padding:8px 2%;
	border-radius:6px;
	transition: 0.2s;
	cursor:pointer;
	word-break: break-all ;

}
div#meeting_template_list_div .template_div02 table td:hover{
	opacity:0.7;
}

div.video_footer_div{
	height:0px;
	display:none;
	background:#303030;
}


div#main_video_div{
	text-align:center;
	height:auto;
	background:#303030;
	position:relative;
	width:100%;
}
div#main_video_div div.current_event_popup{
	position:absolute;
	left:8px;
	top:8px;
	color:#f0303f;
	text-align:left;

}
div.remote-streams{
	display: flex;
	justify-content: center;
	align-items: center;
	height:100%;
}
div.remote-streams video{
	margin:10px 1%;
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
	vertical-align: middle;
	display:block;
}
div#main_video_div div.information_div{
	position:absolute;
	right:0px;
	width:300px;
	height:100%;
	top:0px;
	background:#202020;
	border-left:#303030 1px solid; */
	//box-shadow:0px 3px 4px 0px ;
	z-index:100;

}

div#main_video_div div.information_div > div.information_menu{
	display:none;
}

div#main_video_div>div.information_div>div.volume{
	color:white;
}
div#main_video_div>div.information_div>div.volume>div>div{
	display:flex;
	text-align:left;
	padding:2px 10px;
}
div#main_video_div>div.information_div>div.volume>div>div>span{
	width:6em;
}
div#main_video_div>div.information_div>div.volume>div>div>.volume_input{
	flex:1;
	width:100%;
}
div#main_video_div div.information_div .member{
	text-align:left;
}
div#main_video_div div.information_div div h3{
	text-align:center;
	background:#252520;
	border-top:1px solid #303030;
	border-bottom:1px solid #303030;
	color:white;
	padding:2px 0px;
	margin:0px;
	position:relative;
	cursor:pointer;
	transition:0.2s;
	font-weight:bold;
}
div#main_video_div div.information_div div h3:hover{
	opacity:0.7;
	background:#252520;
}
div#main_video_div div.information_div div h3:before{
	position:absolute;
	left:10px;
}
div#main_video_div div.information_div div h3.open:before{
	content:"▼";
}
div#main_video_div div.information_div div h3.close:before{
	content:"▶";
}
div#main_video_div div.information_div .member ul li{
	padding:2px 10px;
	color:white;
}

div#main_video_div div.information_div .chat_div{
	position:relative;
	padding:0px;
	margin:0px;
}
div#main_video_div div.information_div .chat_div .log_div{
	padding:0px 2% 0px 2%;
	margin:0px;
	top:0px;
	left:0px;
	height:200px;
	overflow-y: scroll;
	text-align:left;
}
div#main_video_div div.information_div .chat_div .log_div p.comment_info{
	font-size:12px;
	padding-top:2px;
}
div#main_video_div div.information_div .chat_div .log_div p.comment_info span{
	padding-left:4px;
	padding-right:4px;
}
div#main_video_div div.information_div .chat_div .log_div p.comment_info span.delete:hover{
	cursor:pointer;
	color:white;
}


/* 自分のコメント */
div#main_video_div div.information_div .chat_div .log_div .my_comment{
	text-align: right;
	width:100%;
}
div#main_video_div div.information_div .chat_div .log_div .comment_body p{
	text-align: left;
	font-size:14px;
	line-height:1.4em;
	word-break: break-all;
}
div#main_video_div div.information_div .chat_div .log_div .comment_body p a{
	font-weight:bold;
}
div#main_video_div div.information_div .chat_div .log_div .my_comment .comment_body{
	position: relative;
	display: inline-block;
	padding: 4px 8px;
	margin-right:15px;
	width:auto;
	min-width: auto;
	max-width: 72%;
	color: #555;
	background: #e0edff;
	border-radius: 5px;
	font-size:14px;
}
div#main_video_div div.information_div .chat_div .log_div .my_comment .comment_body:before{
	content: "";
	position: absolute;
	top: 80%;
	left: 100%;
	margin-top: -15px;
	border: 6px solid transparent;
	border-left: 10px solid #e0edff;
}
div#main_video_div div.information_div .chat_div .log_div .my_comment .comment_body p{
	margin: 0;
	padding: 0;
}

/* 自分以外のコメント */
div#main_video_div div.information_div .chat_div .log_div .other_comment p.name{
	color:white;
	padding:0px 0px 0px 15px;
	margin:0px;
	font-size:14px;

}
div#main_video_div div.information_div .chat_div .log_div .other_comment{
	text-align: left;
	width:100%;
}
div#main_video_div div.information_div .chat_div .log_div .other_comment .comment_body{
	position: relative;
	display: inline-block;
	padding: 4px 8px;
	margin-left:15px;
	width:auto;
	min-width: auto;
	max-width: 72%;
	color: #555;
	background: #f0edef;
	border-radius: 5px;
	font-size:14px;
}
div#main_video_div div.information_div .chat_div .log_div .other_comment .comment_body:before{
	content: "";
	position: absolute;
	top: 80%;
	right: 100%;
	margin-top: -15px;
	border: 6px solid transparent;
	border-right: 10px solid #f0edef;
}
div#main_video_div div.information_div .chat_div .log_div .other_comment .comment_body p{
	margin: 0;
	padding: 0;
}


div#main_video_div div.information_div .chat_div .input_div{
	position:absolute;
	bottom:0px;
	right:0px;
	width:96%;
	background:none;
	text-align:left;
	padding:4px 2%;
	margin:0px;
	border-top:1px solid #e0e0e0;
	height:60px;
}

div#main_video_div div.information_div .chat_div .input_div{
	position:absolute;
	bottom:0px;
	right:0px;
	width:96%;
	background:none;
	text-align:left;
	padding:4px 2%;
	margin:0px;
	border-top:1px solid #656565;
	height:60px;
}

div#main_video_div div.information_div .chat_div .input_div textarea{
	resize:none;
	width:100%;
	height:62%;
	border:none;
	background:none;
	color:white;
	line-height:1.3em;
	margin: 0px;
}
div#main_video_div div.information_div .chat_div .input_div textarea:focus{
	outline:none;
}
div#main_video_div div.information_div .chat_div .input_div .option_div{
	border-top:#3a3a3a 1px solid;
	padding:0px 0px;
	margin:0px 4px;
	background:none;
	position: relative;
}
div#main_video_div div.information_div .chat_div .input_div .option_div img{
	width:20px;
	padding:6px 3px;
	opacity:0.6;
	transition: 0.2s;
	cursor: pointer;
}
div#main_video_div div.information_div .chat_div .input_div .option_div img:hover{
	opacity:1;
}
div#main_video_div div.information_div .chat_div .input_div .option_div img.send_message{
	position:absolute;
	right:8px;
}












.howtousethevide .video_txtwrap span {
	color: red;
}


div.local-stream button{
	padding:16px 42px;
	margin:0px 7px;
}


div.payment_form{
	width:100%;
}

div.payment_form > div{
}
div.payment_form > div > iframe{
}

div.payment_form > button{
	padding:12px;
	width:100%;
	border:none;
	background:#4f5fa5;
	border-radius:5px;
	color:white;
	transition-duration: 0.5s;

}
div.payment_form > button:hover{
	opacity:0.8;
	cursor:pointer;
}


div.payforcustomer_div01{
	width:500px;
	margin:48px auto;
}

div.payforcustomer_div01 > div.price{
	margin:16px 0px;
}
div.payforcustomer_div01 > div.price > span{
	font-size:32px;
	font-weight:bold;
}


div.payforadmin_div01{
	width:60%;
}

table.admin_table01 {
	width:100%;
	margin-bottom:600px;
}
table.admin_table01 > tbody > tr > th{
	text-align:left;
	padding:8px;
	vertical-align:top;
	font-weight:normal;
	display:block;
}

table.admin_table01 > tbody > tr > td {
	display:block;
	text-align:left;
	padding:8px;
	border-bottom:solid #dfdfdf 1px;
}
table.admin_table01 h3{
	padding:0px;
	margin:0px;
	background:none;
	color:#333;
}
table.admin_table01 h3.admin_shinsatsu_type_header{
	background:#efefef;
	color:#404040;
	padding:4px 10px;
	position:relative;
	cursor:pointer;
	font-weight:normal;
	margin-top:12px;
	transition: 0.2s;
}
table.admin_table01 h3.admin_shinsatsu_type_header:hover{
	color:#404060;
	background:#dedede;
}
table.admin_table01 h3.admin_shinsatsu_type_header img{
	position:absolute;
	right:15px;
	top:6px;
	width:24px;
	transition: 0.3s;
	opacity:0.5;
}
table.admin_table01 h3.admin_shinsatsu_type_header img:hover{
}
table.admin_table01 div.shinsatsu_type_div{
	//display:none;
}

table.weekday_checkbox {
	background:#f0f0f0;
	margin:4px 0px 12px 0px;
}
table.weekday_checkbox  td{
	padding:0px 6px;
	text-align:center;
}
table.closed_date_table{
	border-collapse: separate;
	border-spacing: 6px;
	width:100%;
}
table.closed_date_table > tbody > tr > th{
	padding:4px 8px;
	text-align:center;
	background:#f0f0f0;
	font-weight:normal;
}
table.closed_date_table > tbody > tr > th.closed_date_th{
	width:80px;
}
th.add_delete_th{
	width:70px;
}

table.closed_date_table > tbody > tr > td {
	text-align:left;
	padding:8px;
	vertical-align:middle;
	word-break: break-all;
	overflow-wrap: break-word;
}
table.closed_date_table > tbody > tr > td > span.delete_date,
table.closed_date_table > tbody > tr > td > span.delete_reserve_site{
	display:block;
	background:#80808a;
	color:white;
	text-align:center;
	border-radius:5px;
	width:70%;
	margin:auto;
	cursor:pointer;
	font-size:13px;
}
/* div.add_closed_date_div span.add_date, */
span.add_date,
span#add_reserve_site{
	background:#8080ba;
	color:white;
	text-align:center;
	border-radius:5px;
	width:13%;
	/* margin:6px 0px 6px 12px; */
	cursor:pointer;
	font-size:13px;
	padding:6px 15px;
}
table.closed_date_table > tbody > tr.add_closed_date_tr td {
	text-align: center;
	padding:0 8px 0 0;
}
table.closed_date_table > tbody > tr.add_closed_date_tr td:last-child {
	padding:0;
}
tr.add_closed_date_tr input {
	height:26px;
	padding:4px;
	color:#333;
	border-radius:5px;
	border:#a0a0a0 solid 1px;
	width:100%;
}
div.add_closed_date_div input[name="closed_date"] {
	width:20%;
}
div.add_closed_date_div input[name="description"] {
	width:50%;
}

table.admin_table02 {
	width:100%;
	border-collapse: separate;
	border-spacing: 0px 6px;
}
table.admin_table02 > tbody > tr > th{
	background:#f0f0f0;
	padding:8px;
	font-weight:normal;
	width:160px;
}

table.admin_table02 > tbody > tr > td {
	padding:8px;
}

table.admin_table02 > tbody > tr > td  .change_span{
	//color:#af70f0;
	cursor:pointer;
	font-size:12px;
	width:60px;
	text-align:center;
	background:#dadada;
	border-radius:5px;
	margin:8px 0px;
	display:block;
}
table.admin_table02 > tbody > tr > td  input{
	height:26px;
	padding:4px;
	color:#333;
	border-radius:5px;
	border:#a0a0a0 solid 1px;
}
table.admin_table02 > tbody > tr > td  p.description{
	color:#da0000;
	padding:0px;
	font-size:13px;
}
.div_show01{
	text-align:right;
	cursor:pointer;
	margin-top:-44px;
}
.div_show01 img{
	width:30px;
	opacity:0.5;
	margin:4px 10px 4px auto;;
}

table#reserve_site_table th:nth-child(1){
	width: 25%;
}

#payment_div01{
	border:2px solid #e0e0e0;
	padding:8px 16px;
	display:none;
}
#payment_div01 > p{
	padding:0px;
	font-weight:bold;
	margin:4px 0px;
}
#payment_div01 table.price_payment_table01 th{
	text-align:left;
	padding:8px 16px 8px 8px;
	vertical-align:middle;
}
#payment_div01 table.price_payment_table01 input{
	border:1px solid #d0d0d0;
	padding:8px 6px;
}
#payment_div01 table.price_payment_table01 select{
	border:1px solid #d0d0d0;
	padding:8px 6px;
}
#payment_div01 table.price_payment_table01 input[type="button"]{
	border:1px solid #d0d0d0;
	border-radius:0px;
	padding:10px 0px;
	margin:6px 0px;
	width:100%;
}
#payment_div01 img{
	margin:6px 0px;
	width:100px;
}




div.time_setting_div01{
	padding:4px 0px 12px 0px;
}

table.time_setting_table01{
	width:100%;
	padding:0px;
	margin:0px;
}
.time_setting_record_div select
{
	border:none;
	font-size:16px;
	padding:6px;
	background:#efefef;
}

.reserve_reconciliation_table01 select{
	font-size:20px;
	border:none;
	border-bottom:1px solid #d0d0d0;
	padding:6px;
}
.reserve_reconciliation_table01 input{
	font-size:20px;
	border:none;
	border-bottom:1px solid #d0d0d0;
	padding:6px;
}
.reserve_reconciliation_table01{
	margin:32px 0px 640px 0px;
	width:100%;
}
.reserve_reconciliation_table01 > tbody > tr > th{
	font-weight:normal;
	text-align:left;
	border-bottom:1px solid #303030;
	padding:14px;
	width:25%;
}
.reserve_reconciliation_table01 td{
	font-weight:normal;
	text-align:left;
	border-bottom:1px solid #303030;
	padding:14px;
}

div.shinsatsuzikan_reserved{
	background:#efefef;
	color:#909090;
	width:15%;
	float:left;
	padding:4px 2px;
	text-align:center;
	margin:0px 4px 4px 0px;
	border-radius:5px;
	font-size:11px;
	line-height:18px;
}
div.shinsatsuzikan_reserved p.time{
	color:#555;
	font-size:20px;
	font-weight:bold;
	padding:4px 0px;

}

div.shinsatsuzikan_available{
	background:#1f2f55;
	color:#aaa;
	width:15%;
	float:left;
	padding:4px 2px;
	text-align:center;
	margin:0px 4px 4px 0px;
	border-radius:5px;
	font-size:11px;
	line-height:18px;
	transition:0.3s;
}
div.shinsatsuzikan_available p.time{
	color:#fff;
	font-size:20px;
	font-weight:bold;
	padding:4px 0px;

}
div.shinsatsuzikan_reserved div.kanja_yoyaku{
	margin:10px 0px 6px 0px;
	padding:2px 0px;
}
div.shinsatsuzikan_available div.kanja_yoyaku{
	background:white;
	margin:10px 4px 6px 4px;
	padding:2px 0px;
	border-radius:6px;
	cursor:pointer;
	color:#1f2f55;
	transition: 0.3s;
}
div.shinsatsuzikan_available div.kanja_yoyaku:hover{
	opacity:0.7;
	color:#8f2f55;
}
div.schedule_block_button{
	cursor:pointer;
	background: #fff;
	border-radius: 14px;
	color:#111;
	margin:3px 10%;
	padding:2px 0px;
	font-size:16px;
	font-weight:bold;
	float:left;
	width:30%;
	transition:0.3s;
}
div.delete_block:hover{
	background:#ad7262;
	color:white;
}
div.add_block:hover{
	background:#62a052;
	color:white;
}
div.shinsatsuzikan_available:hover{
	//opacity:0.7;
}

div.shinsatsuzikan_reserved_change{
	background:#efefef;
	color:#909090;
	width:12%;
	float:left;
	padding:10px 6px;
	text-align:center;
	margin:0px 8px 8px 0px;
	border-radius:5px;
	font-size:12px;
	cursor:pointer;
}

div.shinsatsuzikan_available_change{
	background:#dfdfff;
	color:#505050;
	width:12%;
	float:left;
	padding:10px 6px;
	text-align:center;
	margin:0px 8px 8px 0px;
	cursor:pointer;
	border-radius:5px;
	font-size:12px;
	transition:0.3s;
}
div.shinsatsuzikan_available_change:hover{
	opacity:0.7;
}






#div_fixed_confirm{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
#div_fixed_confirm > .black_background{
	background:black;
	opacity:0.5;
	position:absolute;
	width:100%;
	height:100%;
	z-index:10;
}
#div_fixed_confirm > .div_fixed_confirm02{
	background:white;
	position:absolute;
	margin:30px auto;
	width:340px;
	padding:10px;
	z-index:20;
}

table.keshikomi_table{
	width:100%;
}
table.keshikomi_table th{
	font-weight:normal;
	padding:8px;
	width:20%;
	text-align: left;
}













.time_setting_record_div select.time_setting_weekday{
	padding:6px 4px;
	margin-right:4px;
}

input.input_specificdate{
	width:70px;
	padding:6px 2px;
}


p.add_time_setting_record{
	padding:4px 0px;
	margin:10px 0px 10px 0px;
	color:#1f5fd5;
	font-weight:bold;
	border-radius:5px;
	text-align:center;
	width:70px;
	cursor:pointer;
}
p.save_time_setting_p{
	float:left;
	display:block;
	padding:4px 0px;
	margin:10px 0px 10px 0px;
	color:#333;
	font-weight:bold;
	border-radius:5px;
	text-align:center;
	width:70px;
	cursor:pointer;
}
p.cancel_time_setting_p{
	float:left;
	display:block;
	padding:4px 0px;
	margin:10px 0px 10px 20px;
	color:#333;
	font-weight:bold;
	border-radius:5px;
	text-align:center;
	width:130px;
	cursor:pointer;
}
p.add_time_setting_record:hover{
	background:#e0e0ff;
	transition: 0.3s;
}
p.save_time_setting_p:hover{
	background:#e0e0e0;
	transition: 0.3s;
}
.time_setting_delete{
	cursor:pointer;
}
.time_setting_delete:hover{
	color:red;
	font-weight:bold;
}
div.time_setting_record_div{
	margin:12px 0px;
	//background:red;
}

span.num_sametime_span{
	font-size:8px;
}
input.num_sametime{
	width:35px;
	padding:6px 2px;
}

div.shinsatsu_type_div{
	background:#efefef;
	margin:0px 0px 24px 0px;
	padding:18px;
}
div.shinsatsu_type_div h4{
	font-weight:bold;
	background:white;
	margin-top:32px;
	padding:4px 8px;
}

div.payment_div02{
	padding:0 2%;
	margin-bottom:10px;
}
div.payment_div02 p{
	padding:0;
	margin:0;
}

div.payment_div02 table.payment_table02{
	margin:10px 0px 20px 0px;
}
div.payment_div02 table.payment_table02 th{
	padding:12px;
}
div.payment_div02 table.payment_table02 td{
	padding:12px;
}

div.delete_reserve{
	text-align:right;
}
div.delete_reserve img{
	width:50px;
}


h2.customer_pay_h2{

}

table.pricetable02{
	width:100%;
	margin:0px 0px 24px 0px;
}
table.pricetable02 th{
	background:#eeeeee;
	border:1px solid #a0a0a0;
	font-size:14px;
	font-weight:normal;
}


table.pricetable02 tr{
	line-height:17px;
}
table.pricetable02 td{
	border:1px solid #a0a0a0;
	padding:14px 4px;
}

table.shinsatsu_setting_table{
}
table.shinsatsu_setting_table th{
	padding-right:12px ;
	vertical-align:middle;
}

table.shinsatsu_setting_table td {
	padding:9px 0px;
}
table.shinsatsu_setting_table td input{
	padding:6px 2px;
	margin:0px 4px;
}
table.shinsatsu_setting_table td input[type="color"]{
	border:none;
	margin-right:24px;
}
table.shinsatsu_setting_table td select{
	margin:0px 4px;
	padding:6px 2px;
}
table.shinsatsu_setting_table td input[type="number"]{
	width:40px;
	text-align:right;
}
select.google_calendar_color_select{
	display:block;
}

div#blackout_div {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 200;
  display: none;
}
div#blackout_div::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.8;
}

div#blackout_div > div {
  position: relative;
  background: white;
  border-radius: 10px;
  padding: 14px 14px 14px 60px;
  color: #303030;
  font-weight: bold;
  width: 330px;
  top: 38%;
  margin-right: auto;
  margin-left: auto;
}
div#blackout_div > div::before {
  content: " ";
  position: absolute;
  width: 30px;
  height: 30px;
  top: 37%;
  left: 10px;
  background: url("../sw/customer/img/loading-20.gif");
  background-size: 30px 30px;
  background-repeat: no-repeat;
}
div#blackout_div > div > div.close_video_indialog {
  background: #303030;
  color: white;
  border-radius: 10px;
  padding: 8px;
  margin-top: 16px;
  text-align: center;
  width: 60%;
}


div.video_div_wrapper{
}

div.video_div{
	max-width:1024px;
	margin:0px auto 32px auto;
}

div.video_top_message {
	font-size: 14px;
	margin: 20px;
	text-align: left;
}

div.video_top_message p {
	margin-bottom: 14px;
}

.video_top_txt01 {
	font-weight: bold;
}
.video_top_txt02 {
	font-size: 12px;
	color: red;
}

//#js-close-trigger,
#button_wrap button{
	/*リセット*/
	border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

//#js-close-trigger::-webkit-search-decoration,
#button_wrap button::-webkit-search-decoration{
	/*リセット*/
	display: none;
}

//#js-close-trigger:focus,
#button_wrap button:focus{
	/*リセット*/
	outline-offset: -2px;
}

//#js-close-trigger,
#button_wrap button{
	/*装飾*/
	width: 140px;
	padding: 10px 14px;
	border-radius: 8px;
	font-size: 14px;
}

/* video_customer_mesh.php */
#button_wrap > div{
	display: inline-block;
	vertical-align: top;
}
#button_wrap > div > div{
	display: inline-block;
}
#button_wrap > div > div > label{
	display: block;
	font-size: 12px;
}

/* video_multiparty_g.php ボタン共通 */
#button_wrap button{
	width: 160px;
}

div#google_calendar_account_test > p{
	padding:0px;
	margin:0px;
	font-size:10px;
	color:#1f2f78;
	font-weight:bold;
}
div#google_calendar_account_test > span.google_calendar_account_test_result{
	font-size:12px;
	color:#1fda28;
	font-weight:bold;
	padding-left:12px;
}




table.google_calendar_secret_table01{
}

table.google_calendar_secret_table01 th{
	background:grey;
	color:white;
	font-weight:normal;
	border:1px solid grey;
	padding:2px 4px;
}
table.google_calendar_secret_table01 td{
	border:1px solid grey;
	background:white;
	color:#333;
	font-weight:normal;
	padding:2px 4px;
}







div.time_setting_div02{
	margin-bottom:0px;
}




#google_calendar_account > p{
	padding:0px;
	margin:0px;
	font-size:12px;
}


div.submenu_div{
	background:#efefef;
	padding:0px;
	margin-bottom:24px;
}

ul.submenu_list{
	background:#efefef;
}
ul.submenu_list li{
	float:left;
	margin:0px 0px 0px 0px;
	padding:8px 12px;
	background:#efefef;
	cursor:pointer;
	border-right:1px solid #d0d0d0;
	transition-duration: 0.3s;
}
ul.submenu_list li:hover{
	background:#dddddd;
}

ul.submenu_list a{
	text-decoration:none;
	font-size:13px;
}

div.reserve_reconciliation_div01 p.explanation{
	padding:0px;
}

form#history_search_form select{
	border:1px solid #e0e0e0;
	padding:6px 10px;
}
form#history_search_form button{
	border:1px solid #e0e0e0;
	padding:6px 10px;
	border-radius:5px;
}
div#csv_download_link{
	text-align:right;
}
div#csv_download_link a{
	display:inline-block;
	margin:6px 0px 6px auto;
	padding:8px 4px;
	border-radius:5px;
	color:#707070;
	font-size:small;
	font-weight:bold;
	text-decoration:none;
	transition:0.5s;
}
div#csv_download_link a:hover{
	background:#e0e0e0;

}
div#csv_download_link a img{
	width:40px;
	padding-right:0;
}

p.warning_google_image_p01{
	padding:0px;
	font-size:12px;
	margin:20px 0px;
	color:red;
}
p.warning_google_image_p01 a{
	color:red;
	font-weight:bold;
}

table.multi_reserved_patient_table01{
	border-collapse:separate;
	border-spacing: 0px 12px;
}
table.multi_reserved_patient_table01 th{
	background:#efefef;
	color:#303030;
	font-weight:normal;
	padding:6px 12px;
	text-align:center;
	font-size:12px;
}
table.multi_reserved_patient_table01 td{
	text-align:center;
}
table.multi_reserved_patient_table01 tr{
}
table.multi_reserved_patient_table01 td.delete_button{
	font-size:16px;
	color:red;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
}
table.multi_reserved_patient_table01 td.add_button{
	font-size:10px;
	color:white;
	background:#1f2f55;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	border-radius:5px;
}

table.multi_reserved_patient_table01 td input{
	width:120px;
	padding:6px 4px;
	border:1px solid #d0d0d0;
}
table.multi_reserved_patient_table01 td select{
	padding:6px 4px;
	border:1px solid #d0d0d0;
}


div.creditcard_div01 h3{
	font-weight:bold;
	padding:0px;
	margin:4px 0px;
}
div.creditcard_div01 h3 span{
	font-weight:normal;
	font-size:11px;
	color:#60203f;
}

div.creditcard_div01 h4{
	font-weight:bold;
	padding:0px 2%;
	margin:10px 0px 0px 0px;
	background:white;
	border-left:1px #a0a0c0 solid;
	border-top:1px #a0a0c0 solid;
	border-right:1px #a0a0c0 solid;
}

table.creditcard_var_table{
	width:100%;
	font-size:12px;
}
table.creditcard_var_table th{
	background:#efefef;
	text-align:center;
	padding:4px;
	border:#a0a0a0 1px solid;
	font-weight:normal;
}
table.creditcard_var_table td{
	border:#a0a0a0 1px solid;
	padding:4px;
}
div.creditcard_div_preview{
	border:#a0a0a0 1px solid;
	background:#fff4f4;
	padding:8px;
	margin:20px 0px;
}
div.creditcard_div_preview > div{
	border-left:1px #a0a0c0 solid;
	border-bottom:1px #a0a0c0 solid;
	border-right:1px #a0a0c0 solid;
	background:white;
	margin:0px 0px 20px 0px;
	padding:0px 2%;
}
div.creditcard_div_preview > div > pre{
	padding:0px 0px 14px 0px;
	margin:0px;
	line-height:20px;
	width:100%;
	white-space: pre-wrap;
}
div.creditcard_div_subject{
	background:#efefef;
	padding:8px;
	margin:20px 0px;
}
div.creditcard_div_subject input{
	border:#a0a0a0 1px solid;
	width:98%;
	height:24px;
	font-size:16px;
}
div.creditcard_div_subject input[type="checkbox"]{
	margin-left:0px;
	margin-right:0px;
	text-align:left;
	margin:auto;
	display:inline;
	height:20px;
	width:20px;
	vertical-align: middle;
}
div.creditcard_div_subject label{
	margin:8px 0px;
	display:block;
	text-align:left;

}
div.creditcard_div_subject label{
	margin:8px 0px;
	display:block;
	text-align:left;

}
div.creditcard_div_subject textarea{
	border:#a0a0a0 1px solid;
	width:98%;
	height:400px;
	font-size:16px;
	line-height:1.2em;
	padding:6px;
	resize:none;

}

div.creditcard_div_body{
	background:#efefef;
	padding:8px;
	margin:20px 0px;
}
div.creditcard_div_body textarea{
	border:#a0a0a0 1px solid;
	width:98%;
	height:400px;
	font-size:16px;
}
div.creditcard_div_description ul.notice{
	padding-left:24px;
}
div.creditcard_div_description ul.notice li{
	list-style:square;
	font-size:12px;
	color:#ef2030;
	padding:4px 0px;

}

div.video_status01{
	margin:auto;
	padding:16px 0px;
	font-weight:bold;
	text-align:center;
}
div.video_status01 p.p01{
	font-weight:bold;
	text-align:center;
}
div.video_status01 img{
	height:32px;
	margin-right:20px;
}

div.customer_status{
	margin:0px auto;
	padding:0px 0px 0px 0px;
	font-weight:bold;
	text-align:center;
}
div.customer_status p{
	margin:0px auto;
	padding:0px;
	font-weight:bold;
	text-align:center;
}

/* video_multiparty_g.php */
div.video_start_div{
	text-align: center;
}
div.video_start_div > div{
	display: inline-block;
	vertical-align: top;
}
div.video_start_div > div > div{
	display: inline-block;
}
div.video_start_div > div > div > label{
	display: block;
	font-size: 12px;
}
/* video_multiparty_g.php ボタン共通 */
div.video_start_div button{
	width: 160px;
	border: none;
	padding: 6px 0;
	font-size:20px;
	margin: 4px;
	border-radius:5px;
	color:white;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	transition: 0.5s;
}
div.video_start_div .telephone_start{
	background:#65C466;
}
div.video_start_div button img{
	width:28px;
	margin-right:14px;
}
div.video_start_div button:hover{
	opacity:0.8;
}
div.video_start_div .telephone_end{
	background:#EB4D3D;
}

button.telephone_start_customer{
	background:#65C466;
	border:none;
	border-radius:5px;
	color:white;
	font-weight:bold;
	padding:6px 12px;
	margin:4px ;
}
button.telephone_start_customer img{
	width:24px;
	margin:2px 8px 2px 2px;
}
button.telephone_end_customer{
	background:#EB4D3D;
	border:none;
	border-radius:5px;
	color:white;
	font-weight:bold;
	padding:6px 12px;
	margin:4px ;
}
button.telephone_end_customer img{
	width:24px;
	margin:2px 8px 2px 2px;
}

button.telephone_camera{
	background:#ebb43d;
	border:none;
	border-radius:5px;
	color:white;
	font-weight:bold;
	padding:6px 12px;
	margin:4px;
}
button.telephone_camera_on:before{
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 2px 8px 2px 2px;
	background: url("/images/icon/video_on.png") no-repeat;
	background-size: contain;
	vertical-align: middle;
}
button.telephone_camera_on:after{
	content: "カメラON";
	display: inline-block;
	width: 5em;
	text-align: left;
}
button.telephone_camera_off{
	background: #d0d0d0;
}
button.telephone_camera_off:before{
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 2px 8px 2px 2px;
	background: url("/images/icon/video_off.png") no-repeat;
	background-size: contain;
	vertical-align: middle;
}
button.telephone_camera_off:after{
	content: "カメラOFF";
	display: inline-block;
	width: 5em;
	text-align: left;
}

button.telephone_mike{
	background:#3d74eb;
	border:none;
	border-radius:5px;
	color:white;
	font-weight:bold;
	padding:6px 12px;
	margin:4px;
}
button.telephone_mike_on:before{
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 2px 8px 2px 2px;
	background: url("/images/icon/mike_on.png") no-repeat;
	background-size: contain;
	vertical-align: middle;
}
button.telephone_mike_on:after{
	content: "マイクON";
	display: inline-block;
	width: 5em;
	text-align: left;
}
button.telephone_mike_off{
	background: #d0d0d0;
}
button.telephone_mike_off:before{
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 2px 8px 2px 2px;
	background: url("/images/icon/mike_off.png") no-repeat;
	background-size: contain;
	vertical-align: middle;
}
button.telephone_mike_off:after{
	content: "マイクOFF";
	display: inline-block;
	width: 5em;
	text-align: left;
}

div.video_div div.sendmail_div{
	transition: 0.5s;
	width:57%;
	background:black;
	margin:20px auto;
	background:#1f2f55;
	color:white;
	cursor:pointer;
	text-align:center;
	font-size:18px;
	border-radius:5px;
	padding:10px 0px;
	font-weight:bold;
}
div.video_div div.sendmail_div:hover{
	opacity:0.6;
}
div.video_div div.sendmail_div img{
	width:42px;
	margin-right:22px;
}

div.video_status02{
	text-align:center;
}

div.video.status_message p {

	text-align:center;
}

div.video_status_message p.video_end_customer_p{
	font-size:10px;
	margin:6px 14px;
}
div.video_status_message p.video_end_customer_p b{
	font-weight:bold;
	font-size:14px;
}
div.video_status_message p.video_end_customer_p span.video_close_browser{
	display:block;
	width:160px;
	margin:6px auto;
	background:red;
	color:white;
	padding:8px 0px;
	border-radius:5px;
	cursor:pointer;
}



table.calendar_search_table{
	width:100%;
	border-collapse: separate;
	border-spacing:0px 6px;
	border:0px;
	padding:0px;
	font-size:14px;
}
table.calendar_search_table th{
	font-size:12px;
	width:12%;
	text-align:left;
	background:#efefef;
	padding:14px 12px;
	font-weight:normal;
}
table.calendar_search_table td{
	padding:4px 12px;
	font-size:10px;
}
label.shinsatsu_type_label{
	display:block;
	float:left;
	margin-right:14px;
	vertical-align:middle;
}
label.shinsatsu_type_label input{
	vertical-align:middle;
}


label.shoshinsaishin_label input{
	vertical-align:middle;
}

div.shinsatsu_type_check_all{
	margin:6px;
	float:left;
	background:#303030;
	color:white;
	border-radius:5px;
	cursor:pointer;
	padding:2px 8px;
}
div.shinsatsu_type_check_all:hover{
	opacity:0.7;
}
div.shinsatsu_type_uncheck_all{
	margin:6px;
	float:left;
	background:#303030;
	color:white;
	border-radius:5px;
	cursor:pointer;
	padding:2px 8px;
}
div.shinsatsu_type_uncheck_all:hover{
	opacity:0.7;
}
form#calendar_search_form{
	margin-bottom:24px;
	padding:12px;
	border:1px #e0e0e0 solid;
}

form#calendar_search_form input[type="submit"]{
	border-radius:5px;
	margin:0px;
	padding:6px 32px;
}

p.not_found_search_fullcalendar{
	padding:0px;
	margin:20px 0px;
	color:red;
}



div.change_reserved_date{
	font-weight:bold;
	background:#1f2f55;
	font-size:12px;
	color:white;
	padding:3px;
	width:110px;
	border-radius:5px;
	text-align:center;
	cursor:pointer;
}

div.change_reserved_date_hidden{
	display:none;
}
div.change_reserved_date_hidden p.warning{
	color:red;
	margin:14px 0px 0px 0px;
	padding:0px;
	color:red;
	font-size:12px;
}

div.change_reserved_date_hidden table.change_reserved_date_table {
	margin:18px 0px;
	width:100%;
}
div.change_reserved_date_hidden table.change_reserved_date_table  > tbody > tr > th{
	font-weight:normal;
	text-align:left;
	padding:6px 16px 6px 0px;
	vertical-align:top;
}
div.change_reserved_date_hidden table.change_reserved_date_table > tbody > tr > td{
	font-weight:normal;
	text-align:left;
	padding:6px 16px 6px 0px;
	vertical-align:top;
}
div.change_reserved_date_hidden table.change_reserved_date_table td input{
	height:24px;
	border:#e0e0e0 1px solid;
	padding:14px 4px;
	font-size:16px;
}



div#change_time_fixed_div01{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:none;
}

div#change_time_fixed_div01 > div.change_time_fixed_div03{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:black;
	opacity:0.5;
	z-index: 10;
}
div#change_time_fixed_div01 > div.change_time_fixed_div02{
	position:relative;
	width:560px;
	background:white;
	padding:16px;
	margin:5% auto 0px auto;
	z-index: 2000000;
	border-radius:6px;
	box-shadow:4px 4px 4px 0px ;
}
div#change_time_fixed_div01 > div.change_time_fixed_div02 > h3{
	margin:0px 0px 8px 0px;
	padding:0px;
	background:none;
	color:#777;
	font-weight:normal;
	font-size:18px;

}
div#change_time_fixed_div01 > div.change_time_fixed_div02 > p.reserved_time_warning{
	margin:0px;
	padding:0px;
	color:red;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
}
div#change_time_fixed_div01 > div.change_time_fixed_div02 > table{
	margin:12px 0px;
	border-collapse: separate;
	border-spacing:0px 2px;
	background:#efefef;
	border-radius:6px;
	box-shadow:2px 2px 8px 0px rgba(0,0,0,0.2);
	padding:10px;
}
div#change_time_fixed_div01 > div.change_time_fixed_div02 > table th{
	text-align:left;
	font-weight:normal;
	vertical-align:top;
	color:#777;
	padding:2px 8px;
	font-size:14px;
}
div#change_time_fixed_div01 > div.change_time_fixed_div02 > table td{
	color:#333;
	vertical-align:top;
	padding:2px 8px;
}
div#change_time_fixed_div01 > div.change_time_fixed_div02 > table td input{
	height:19px;
	width:19px;
	vertical-align: middle;
	margin-right: 8px;
}
div#change_time_fixed_div01 > div.change_time_fixed_div02 > table td label{
	cursor:pointer;
}
div#change_time_fixed_div01 > div.change_time_fixed_div02 > button{
	padding:6px 22px;
	margin-right:20px;
	border:none;
	cursor:pointer;
	box-shadow:2px 2px 8px 0px rgba(0,0,0,0.2);
	border-radius:2px;
}
div#change_time_fixed_div01 > div.change_time_fixed_div02 > button:hover{
	box-shadow:0px 0px 0px 0px;
	background:#eaeaea;
}

textarea.monshin_memo_textarea{
	width:100%;
	height:200px;
	font-size:14px;
	line-height:18px;
	margin-bottom:10px;
	padding:4px;
}
button.monshin_memo_save_button{
	width:90px;
	padding:8px;
	margin-bottom:20px;
	color:white;
	background:#1f2f55;
	border:none;
	border-radius:5px;
	cursor:pointer;
}

div.past_monshin_memo_div{
	margin-bottom:20px;
}
div.past_monshin_memo_div p.warning{
	padding:0px;
	margin:0px;
	color:red;
	font-size:11px;
}
div.past_monshin_memo_div h3{
	background:white;
	padding:4px 0px;
	color:#707070;
	margin:0px;
}
div.past_monshin_memo_div01{
	margin:8px 0px;
	border-bottom:1px #d0d0df solid;
	padding:10px 2%;
	width:96%;
	overflow-wrap: break-all;
}
div.past_monshin_memo_div02{
	transition: 0.3s;
	cursor:pointer;
	font-size:13px;
	position:relative;
	transition: 0.3s;
}
div.past_monshin_memo_div02:hover{
	color:#808080;
}
div.past_monshin_memo_div02 img{
	transition: 0.5s;
	position:absolute;
	right:10px;
	width:20px;
	opacity:0.5;
	top:2px;
}
div.past_monshin_memo_div02 span.shinsatsu_thistime{
	color:#e03040;
	padding-left:6px;
}
div.past_monshin_memo_div03{
	display:none;
	margin:6px 1%;
	width:96%;
	font-size:13px;
	line-height:16px;
}
div.past_monshin_memo_div03 pre{
	margin:0px;
	padding:0px;
	font-size:13px;
	line-height:16px;
}
div.past_monshin_memo_div03 a{
	font-size:12px;
	text-decoration:none;
	color:#1f2f55;
	font-weight:bold;
}
div.there_is_memo{
	color:#3f2f55;
	font-weight:bold;
}

img.click_dustbox_button{
	opacity:0.4;
	cursor:pointer;
	transition: 0.5s;
}
img.click_dustbox_button:hover{
	opacity:0.9;
}



div#delete_diaglog01{
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
}
div#delete_diaglog02{
	position:fixed;
	background:black;
	opacity:0.5;
	width:100%;
	height:100%;
	z-index:10;
}
div#delete_diaglog03{
	position:relative;
	background:white;
	top:0px;
	left:0px;
	margin:40px auto;
	width:516px;
	padding:8px;
	z-index:100;
	border-radius:6px;
}
div#delete_diaglog03 p{
	margin:0px;
	padding:0px;
	color:#303030;
	font-weight:bold;
}
div#delete_diaglog03 label{
	color:#303030;
	display:block;
	margin:18px 0px;
	padding:0px;
	cursor:pointer;
}
div#delete_diaglog03 label input{
	margin-right:8px;
}
div#delete_diaglog03 button{
	box-shadow:2px 2px 8px 0px rgba(0,0,0,0.2);
	margin:0px 20px 10px 0px;
	border:none;
	padding:4px 22px;
	cursor:pointer;
}



div#item_master_wrapper{

}
.item_master_div01{
	overflow: auto;
    white-space: nowrap;
}
table.item_master_table{

}
table.item_master_table th{
	background:#efefef;
	font-weight:normal;
	padding:6px;
	border:1px solid #d0d0d0;
	font-size:12px;
	line-height: 16px;
}
table.item_master_table th span.category_name{
	font-weight:bold;
	color:#1f2f55;
	cursor:pointer;
}
table.item_master_table td{
	background:#ffffff;
	font-weight:normal;
	padding:6px;
	border:1px solid #d0d0d0;
	font-size:12px;
	line-height: 16px;
}
table.item_master_table td:hover{
	background:#ffefef;
}
table.item_master_table td img.edit_icon{
	width:30px;
	cursor:pointer;
	transition: 0.3s;
}
table.item_master_table td img.delete_icon{
	width:22px;
	cursor:pointer;
	transition: 0.3s;
}
table.item_master_table td.category_table_value{
	position:relative;
	padding-right:28px;
}
table.item_master_table td.category_table_value span{
	cursor:pointer;
}
table.item_master_table td.category_table_value img{
	position:absolute;
	cursor:pointer;
	right:4px;
	width:16px;
	opacity:0.4;
	transition:0.2s;
}
table.item_master_table td.category_table_value img:hover{
	opacity:0.8;
}
table.item_master_table th img.delete_category{
	width:16px;
	cursor:pointer;
	transition: 0.8s;
	vertical-align: middle;
	margin:4px;
	opacity:0.6;
}
table.item_master_table th img.add_category_value{
	opacity:0.6;
	width:16px;
	cursor:pointer;
	transition: 0.8s;
	vertical-align: middle;
}
table.item_master_table td img.save_icon{
	width:30px;
	cursor:pointer;
	transition: 0.3s;
}
table.item_master_table td img:hover{
	opacity:0.5;
}
table.item_master_table td img{
	padding:0px;
}
table.item_master_table td.edit_column{
	text-align:center;
}
table.item_master_table td.delete_item_td{
	text-align:center;
}
table.item_master_table td.new_item_name_td{
	position:relative;
	width:100%;
}
.left_save_popup:hover {
	background:#fff6f6;
}
.left_save_popup {
  position: absolute;
  display: inline-block;
  padding: 7px 10px;
  min-width: 60px;
  max-width: 60%;
  color: #555;
  background: #fff;
  border:#a0a0a0 2px solid;
  border-radius: 6px;
  top:-43px;
  left:6px;
  cursor:pointer;
  text-align:center;
  font-weight:bold;
  transition:0.2s;
}
.left_save_popup img.left_save_icon{
	width:20px;
	vertical-align:middle;
	margin-right:4px;
}

.left_save_popup:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #a0a0a0;
}



table.item_master_table input{
	padding:6px;
	border:1px solid #e0e0e0;
	font-size:12px;
	height:12px;
	width:120px;
}
table.item_master_table input:focus{
	padding:3px;
	outline:none;
	border:1px solid #af3f55;
	border-radius:6px;
}
table.item_master_table select{
	border:1px solid #e0e0e0;
	font-size:12px;
}
table.item_master_table select:focus{
	outline:none;
	border:1px solid #af3f55;
	border-radius:6px;
}
table.item_master_table input[name="new_item_unit_price"]{
	width:80px;
}

div.item_master_add{
	margin:10px 0px;
}
div.add_new_item_category:hover{
	opacity:1;
	background:#f0d0d0;
	color:black;
}
div.add_new_item_category{
	float:left;
	padding:4px 12px;
	border-radius: 6px;
	background:#efefef;
	cursor:pointer;
	transition: 0.2s;
	margin-right:14px;
}
div.add_new_item_div:hover{
	opacity:1;
	background:#f0d0d0;
	color:black;
}
div.add_new_item_div{
	float:left;
	padding:4px 12px;
	border-radius: 6px;
	background:#efefef;
	cursor:pointer;
	transition: 0.2s;
	margin-right:14px;
}
div.edit_item_category:hover{
	opacity:1;
	background:#f0d0d0;
	color:black;
}
div.edit_item_category{
	float:left;
	padding:4px 12px;
	border-radius: 6px;
	background:#efefef;
	cursor:pointer;
	transition: 0.2s;
	margin-right:14px;
}
div.add_new_item_remark:hover{
	opacity:1;
	background:#f0d0d0;
	color:black;
}
div.add_new_item_remark{
	float:left;
	padding:4px 12px;
	border-radius: 6px;
	background:#efefef;
	cursor:pointer;
	transition: 0.2s;
	margin-right:14px;
}


div#item_modal_window{
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	z-index:20;
}
div#item_modal_window div.background_black{
	position:absolute;
	background: black;
	top:0px;
	opacity:0.4;
	left:0px;
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	z-index:2000;
}
div#item_modal_window div.item_modal_window_div{
	box-shadow:2px 2px 8px 0px rgba(0,0,0,0.2);
	position:absolute;
	background: white;
	top:2%;
	left:10%;
	width:80%;
	height:90%;
	padding:10px 32px;
	margin:0px;
	border-radius:10px;
	z-index:22212;
	overflow:scroll;
}

div#item_modal_window div.item_modal_window_div h3{
	background:white;
	padding:0px;
	margin:0px;
	color:#606060;
	font-size:18px;
}
div#item_modal_window div.item_modal_window_div h3 span.span_grand_total{
	font-size:14px;
	padding-left:32px;
	text-decoration: underline;
}
div#item_modal_window div.item_modal_window_div h3 span.span_grand_total b{
	font-size:18px;
	font-weight:bold;
	color:#2f3f55;

}
div#item_modal_window div.item_modal_window_div div.item_list{
	height:260px;
	overflow:scroll;
	margin-bottom:12px;
}
table.item_modal_window_table01{

}
 table.item_modal_window_table01 tr th{
	border:1px solid #b5b5b5;
	font-weight:normal;
	padding:4px 12px;
	background:#efefef;
	font-size:12px;
}
table.item_modal_window_table01 tr:hover{
	background:#f4efef;
}
table.item_modal_window_table01 tr td{
	font-weight:normal;
	padding:4px 6px;
	border:1px solid #b5b5b5;
	font-size:12px;
}
table.item_modal_window_table01 tr td input{
	width:40px;
	text-align:right;
	border:none;
	border-bottom:1px solid #808080;
	padding:4px 0px;
	font-size:14px;
}
table.item_modal_window_table01 tr td.add_item img{
	width:26px;
	height:26px;
	display: block;
	margin:auto;
	cursor:pointer;
	opacity:0.7;
}
table.item_modal_window_table01 tr td.remove_item img{
	width:26px;
	height:26px;
	display: block;
	margin:auto;
	cursor:pointer;
	opacity:0.7;
}
table.item_modal_window_table01 tr th.fixed01{
	position: sticky;
    top: -1;
	border:1px solid #b5b5b5;
    color: #fff;
    background: #333;
	z-index:9999;
    &:before{
      content: "";
      position: absolute;
      top: -1px;
      left: -1px;
    }
}

div.item_modal_window_search_div{
}
table.item_modal_window_table02{
	border:1px solid #d0d0d0;
	border:none;
	margin-bottom:12px;
	border-radius: 6px;
}

table.item_modal_window_table02 th{
	font-size:13px;
	text-align:left;
	font-weight:normal;
	vertical-align:middle;
	padding:4px 14px 4px 4px;
	font-weight:bold;

}
table.item_modal_window_table02 td{
	font-size:14px;
	text-align:left;
	font-weight:normal;
	vertical-align:top;
	padding:4px;
}
table.item_modal_window_table02 td div.select_div{
	float:left;
}
table.item_modal_window_table02 td div.select_div span.category_title{
	font-size:10px;
	colur:#202030;
	padding-left:6px;
}
table.item_modal_window_table02 td select{
	margin-right:14px;
	padding:3px 0px;
	border:none;
	border-bottom:1px solid #a0a0a0;
}
table.item_modal_window_table02 td select:focus{
	outline:none;
}
table.item_modal_window_table02 td input{
	padding:3px 0px;
	height:32px;
	width:200px;
	border:none;
	font-size:16px;
	margin:0px;
}
table.item_modal_window_table02 td input:focus{
	outline:none;
	border:none;
}

table.item_modal_window_table02 td div.keyword_div{
	border:none;
	border-bottom:1px solid #a0a0a0;
	width:278px;
	padding:0px 6px;
}
table.item_modal_window_table02 td div.keyword_div img{
		width:18px;
		height:18px;
		margin-left:8px;
		padding-bottom:4px;
		cursor:pointer;
		transition:0.2s;
}
table.item_modal_window_table02 td div.keyword_div span.displayall_span{
	font-size:12px;
	font-weight:bold;
	padding:1px 6px;
	background:white;
	margin-left:12px;
	border-radius: 6px;
	transition: 0.2s;
	cursor: pointer;
}
table.item_modal_window_table02 td div.keyword_div span.displayall_span:hover{
	background:#e8e8e8;
}

table.item_modal_window_table02 td div.keyword_div img:hover{
	opacity:0.8;
}

table.item_modal_window_table03{

}
 table.item_modal_window_table03 tr th{
	border:1px solid #b5b5b5;
	font-weight:normal;
	padding:4px 12px;
	background:#efefef;
	font-size:12px;
}
table.item_modal_window_table03 tr:hover{
	background:#f4efef;
}
table.item_modal_window_table03 tr td{
	font-weight:normal;
	padding:4px 6px;
	border:1px solid #b5b5b5;
	font-size:12px;
}
table.item_modal_window_table03 tr td.num{
	text-align:right;
}
table.item_modal_window_table03 tr td input{
	width:40px;
	text-align:right;
	border:none;
	border-bottom:1px solid #808080;
	padding:4px 0px;
	font-size:14px;
}
table.item_modal_window_table03 tr td.add_item {
	text-align:right;
}
table.item_modal_window_table03 tr th.fixed01{
	position: sticky;
    top: -1;
	border:1px solid #b5b5b5;
    color: #fff;
    background: #1f2f55;
	z-index:9999;
    &:before{
      content: "";
      position: absolute;
      top: -1px;
      left: -1px;
    }
}
table.item_modal_window_table03 tr td.delete_record img {
	width:26px;
	height:26px;
	display: block;
	margin:auto;
	cursor:pointer;
	opacity:0.7;
}

div.selected_item_save{
	width:80px;
	background:#1f2f55;
	color:white;
	text-align:center;
	border-radius:6px;
	margin-top:12px;
	padding:2px;
	box-shadow:2px 2px 8px 0px rgba(0,0,0,0.5);
	cursor:pointer;
}
div.selected_item_save:hover{
	box-shadow:none;
	transition: 0.2s;			/*同上*/
	opacity:0.7;
}
div.item_regist_button:hover{
	box-shadow:none;
	transition: 0.2s;			/*同上*/
	opacity:0.7;
}

div.item_regist_button{
	width:120px;
	background:#e0e0e0;
	text-align:center;
	border-radius:6px;
	padding:2px;
	box-shadow:2px 2px 4px 0px rgba(0,0,0,0.2);
	cursor:pointer;
}

h3.h304{
	background:red;
	color:white;
	padding:6px;
}
h3.h303{
	background:#efefef;
	color:#303030;
	padding:3px 8px;
	margin:8px 0px;
}


table.item_detail_table01{
	margin:12px 0px;
}
table.item_detail_table01 th{
	background:#efefef;
	font-weight:normal;
	padding:5px;
	border:1px solid #c0c0c0;
	font-size:12px;
}
table.item_detail_table01 td{
	font-size:12px;
	border:1px solid #c0c0c0;
	padding:5px;
	text-align:center;
}
table.item_detail_table01 td.price{
	text-align:right;
	width:70px;
}
table.item_detail_table01 td.qty{
	width:40px;
}
table.item_detail_table01 td.name{
	text-align:left;
}
div.item_result{

}

span.delete_current_item{
	text-decoration:underline;
	cursor:pointer;
}
span.delete_current_item:hover{
	opacity:0.7;
}

div.item_master_div02{
	display:flex;
}



/***ダッシュボード start*******/

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

#dashboard .contents_box {
	width: 100%;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.16);
}
#dashboard .contents_box h3 {
	background-color: #EFEFEF;
	color: #303030;
	margin-bottom: 0;
	font-size: 18px;
	position:relative;
}
#dashboard .contents_box h3 img.information_dialog {
	position:absolute;
	width:20px;
	right:10px;
	top:7px;
	opacity:0.8;
	cursor:pointer;
}

#dashboard .table_shinsatsu_type {
	background:red;
	color:white;
	font-size:10px;
	text-align:center;
	border-radius:5px;
}
#dashboard .news {
	padding: 20px;
}
#dashboard .news a {
	text-decoration: none;
	display: block;
}
#dashboard .news .news_date {
	float: left;
	width: 7.5em;

}
#dashboard .news .news_arrow {
	padding-left: 16px;
	color: #E8818D;
}
#dashboard .news .news_txt {
	padding-left: 7.5em;
	display: block;
}
#dashboard .news .news_detail_div {
	padding-left:6%;
	font-size:12px;
	margin:4px 0px 24px 0px;
	cursor:default;
}
#dashboard .news .news_detail_div p{
	padding:0px;
	margin:0px;
}
#dashboard .news .news_detail_div p a{
	display:inline;
	text-decoration: underline;
	color:#a05673;
}
#dashboard .news .news_detail_div p a:hover{
	opacity:1;
}
#dashboard .news .news_new {
	margin-left: 1.5em;
	display: inline-block;
	background-color: #E8818D;
	font-size: 75%;
	text-align: center;
	padding: 0 8px;
	color: #fff;
	line-height: 1.6;
}
#dashboard .news a:hover {
	opacity: 0.6;
}
#dashboard .news li {
	cursor:pointer;
	transition: 0.6s;
}
#dashboard .news li:hover {
	/* opacity: 0.6; */
}
#dashboard .contents_wrapper {
	margin-top: 20px;
}
#dashboard .contents_box_left01 {
	width: 63%;
	float: left;
}
#dashboard .contents_box_left01:first-child {
	margin-right: 2%;
}

#dashboard .contents_box_right01 {
	width: 35%;
	float: left;
}

#dashboard .contents_box50 {
	width: 48%;
	float: left;
}
#dashboard .contents_box50:first-child {
	margin-right: 2%;
}
#dashboard .contents_box50:last-child {
	margin-left: 2%;
}
#dashboard .reserve_list {
	padding: 20px;
}
#dashboard .reserve_list table {
	width: 100%;
}
#dashboard .contents_box a {
	text-decoration: none;
}
#dashboard .reserve_list a {
	display: block;
	text-decoration: none;
}
#dashboard .reserve_list a:hover {
	opacity: 0.5;
}
#dashboard .reserve_list span {
	display: inline-block;
}
#dashboard .reserve_list .reserve_datetime {
	width: 7.5em;
	font-size: 80%;
	background-color: #EFEFEF;
	text-align: center;
}
#dashboard .reserve_list .reserve_name {
	width: calc(100% - 11em);
	padding-left: 1em;
}
#dashboard .reserve_list .reserve_shoshinsaishin {
	width: 3em;
	text-align: right;
}
#dashboard .reserve_list p{
	padding:0px;
	margin:0px;
}
#dashboard .contents_box_r {
	box-shadow: none;
}
#dashboard .contents_box_child {
	margin-bottom: 20px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.16);
}
#dashboard .contents_box_child .txt {
	font-size: 300%;
	padding: 20px;
	line-height: 1;
	text-align: right;
}
#dashboard .contents_box_child .txt span {
	font-size: 18px;
}

/*ダッシュボード詳細*/
#dashboard_detail .contents_box {
	width: 100%;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.16);
}
#dashboard_detail .contents_box h3 {
	background-color: #EFEFEF;
	color: #303030;
	margin-bottom: 0;
	font-size: 18px;
}
#dashboard_detail .contents_box .news_detail {
	padding: 20px;
}
#dashboard_detail .contents_box .news_detail p {
	padding: 0;
}
#dashboard_detail .contents_box .news_datetime {
	margin-bottom: 8px;
	font-size: 90%;
}
#dashboard_detail .contents_box .news_img {
	margin-top: 20px;
	margin-bottom: 20px;
	border: solid 6px #EFEFEF;
}
#dashboard_detail .contents_box .news_datetime {
}
#dashboard_detail .contents_box .news_datetime {
}


/***ダッシュボード end*********/

/*LINE連携 start*/
.line_table_th {
	padding: 16px;
	color: #666666;
	background: #EFEFEF;
	width: 90px;
}

/***LINE連携 end*********/











.shinsatsu_type_div ul li{
	margin:8px 0px;
	line-height:28px;
}
.enable_type2{
	padding-left:24px;
	margin:12px 0px 16px 0px;
}
.enable_type2 p.warning{
	padding:0px;
	font-size:12px;
	color:#e04567;
	line-height:1.5em;
	margin-bottom:14px;
}
.enable_type2 p.warning a{
	color:#e04567;
	font-weight:bold;
}

.credit_card_type_div input[type="radio"]{
	margin-right:8px;
	width:16px;
	height:16px;
	vertical-align: top;
}
.credit_card_type_div input[type="checkbox"]{
	margin-right:8px;
	width:16px;
	height:16px;
	vertical-align: top;
}

.save_creditcard_type{
	background:#e0e0f0;
	width:60px;
	padding:2px;
	text-align:center;
	border-radius: 6px;
	cursor:pointer;
	font-size:12px;
	color:#1f2f55;
	//box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.16);
	transition: 0.2s;
}
.save_creditcard_type:hover{
	background:#d0d0e0;
}
h5 > span.creditcard_alarmtime_setting{
	background:#1f2f55;
	color:white;
	padding:2px 6px;
	border-radius:6px;
	font-size:10px;
	margin-left:12px;
	cursor:pointer;
	transition: 0.2s;
}
h5 > span.creditcard_alarmtime_setting:hover{
	background:#3f4f75;
}

table.creditcard_alarmtime_table{
	width:100%;
	font-size:12px;
}
table.creditcard_alarmtime_table th.time{
	width:25%;
}
table.creditcard_alarmtime_table th{
	font-weight:normal;
	border:1px solid #d0d0d0;
	background:#e0e0e0;
	padding:2px 8px;
	text-align: center;
}
table.creditcard_alarmtime_table td{
	font-weight:normal;
	border:1px solid #d0d0d0;
	padding:2px 8px;
	background:white;
	line-height:1.5em;
}


div.creditcard_alarmtime_modal{
	position:fixed;
	left:0px;
	top:0px;
	z-index:10;
	width:100%;
	height:100%;
	display:none;
}

div.creditcard_alarmtime_modal .bg{
	background:black;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0.5;
	z-index:2;
	position:fixed;
}
div.creditcard_alarmtime_modal .creditcard_alarmtime_modal_wrapper{
	position:fixed;
	width:100%;
	left:0px;
	top:0px;
	z-index:9999;
}
div.creditcard_alarmtime_modal .creditcard_alarmtime_div01{
	margin:40px auto;
	background:white;
	width:800px;
	border-radius: 6px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.16);
}
div.creditcard_alarmtime_modal .creditcard_alarmtime_div01 h3{
	border-radius: 6px 6px 0px 0px;
	background:white;
	padding:12px 18px;
	border-bottom:1px solid #e0e0e0;
	color:#303030;
	margin:0px;
}

div.creditcard_alarmtime_modal .creditcard_alarmtime_div02{
	padding:12px 18px;
	overflow-y:scroll;
	height:auto;
}
div.creditcard_alarmtime_modal .creditcard_alarmtime_div02 .notice{
	padding:0px;
	font-size:12px;
	color:#903040;

}

div.creditcard_alarmtime_modal .creditcard_alarmtime_div02 .button{
	cursor:pointer;
	background:#d0d0d0;
	width:90px;
	float:left;
	text-align:center;
	font-size:12px;
	border-radius:6px;
	margin-right:14px;
	padding:4px 0px;
	color:#303030;
	transition: 0.2s;
}
div.creditcard_alarmtime_modal .creditcard_alarmtime_div02 .button:hover{
	opacity:0.8;
}

div.creditcard_alarmtime_modal .creditcard_alarmtime_div02 .add_creditcard_alarmtime{
	margin-bottom:10px;
}
div.creditcard_alarmtime_modal .creditcard_alarmtime_div02 .add_creditcard_alarmtime span{
	cursor: pointer;
	transition: 0.2s;
	padding:4px 6px;
	border-radius: 6px;
	font-size:14px;
}
div.creditcard_alarmtime_modal .creditcard_alarmtime_div02 .add_creditcard_alarmtime span:hover{
	color:black;
	background:#efefef;
}

table.creditcard_alarmtime_modal_table{
	width:100%;
	margin:10px 0px 10px 0px;
}
table.creditcard_alarmtime_modal_table th{
	border:1px solid #d0d0d0;
	width:10%;
	font-weight:normal;
	background:#e0e0e0;
}

table.creditcard_alarmtime_modal_table td{
	border:1px solid #d0d0d0;
	padding:4px 10px;
}

table.creditcard_alarmtime_modal_table td.alarm_day{
	width:30%;
}
table.creditcard_alarmtime_modal_table td.alarm_day input{
	width:50px;
	border:none;
	border-bottom:1px solid #d0d0d0;
	text-align: center;
	font-size:18px;
}
table.creditcard_alarmtime_modal_table td select{
	width:90px;
	border:none;
	text-align: center;
	font-size:16px;
}

table.creditcard_alarmtime_modal_table td.message{
	padding:0px;
	height:60px;
}

table.creditcard_alarmtime_modal_table textarea.message{
	width:98%;
	border:none;
	padding:4px 1%;
	height:52px;
	line-height:1.2em;
}
table.creditcard_alarmtime_modal_table textarea.message:focus{
	outline:none;
}
table.creditcard_alarmtime_modal_table span.delete_alarm_setting{
	transition: 0.2s;
	cursor:pointer;
	font-size:11px;
	background:#909090;
	color:white;
	padding:2px 6px;
	border-radius: 6px;
}
table.creditcard_alarmtime_modal_table span.delete_alarm_setting:hover{
	opacity:0.7;
}

div.time_setting_div01 p.warning{
	padding:0px;
	font-size:12px;
	color:#e04567;
	line-height:1.5em;
	margin-bottom:14px;
}

div.time_setting_div01 .float_div{
	float:left;
	margin-right:12px;
	cursor:pointer;
}
span.save_kanja_account_setting{
	transition: 0.2s;
	background:#e0e0e0;
	padding:4px 16px;
	border-radius: 6px;
	cursor: pointer;
	color:#303030;
}
span.save_kanja_account_setting:hover{
	color:#000000;
	opacity:0.7;
}


div.kanja_account_enable_div01{
	display:none;
	padding:10px 0px 10px 32px;
}
div.kanja_account_enable_div01 label.use_kanja_account_creditcard_flag{
	display:block;
}
div.kanja_account_enable_div01 h4{
	font-weight:bold;
	margin:4px 0px;
}





  div.kanja_wrapper{
      width:100%;
      padding:0px;
      margin:0px auto;
	  max-width:800px;
  }

  div.kanja_wrapper input[type="text"]{
      margin:0px 0px;
      height:30px;
      vertical-align: middle;
      font-size:20px;
      width:98%;
      padding:0px;
  }
  div.kanja_wrapper select{
      margin:0px 0px;
      height:30px;
      vertical-align: middle;
	  font-size:20px;
  }
  div.kanja_wrapper input[type="number"]{
      margin:0px 0px;
      height:30px;
      vertical-align: middle;
	  font-size:20px;
      width:98%;
      padding:0px;
  }
  div.kanja_wrapper input[type="password"]{
      margin:0px 0px;
      height:30px;
      vertical-align: middle;
	  font-size:20px;
      width:98%;
      padding:0px;
  }
  div.kanja_wrapper input.fullname{
      width:44%;
      margin:10px 1% 10px 0%;
  }
  div.kanja_wrapper input.input_kana{
      width:48%;
  }
  div.kanja_wrapper input.input_cardname{
      width:47%;
  }
  div.kanja_wrapper input.input_zipcode{
      width:48%;
  }
  div.kanja_wrapper span.check_name_button{
      height:36px;
      width:16%;
      background:#303030;
      color:white;
      margin:0px;
      margin: 0px 0px 0px 0px;
      padding:8px 16px;
      border-radius:5px;
      cursor:pointer;
      transition: 0.2s;
  }
  div.kanja_wrapper span.check_name_button:hover{
      opacity:0.7;
  }

  div.kanja_wrapper h1{
      width:auto;
      padding:24px 5%;
      font-size:14px;
      margin:0px 0px 8px 0px;
      background:#1f2f55;
      color:white;
      font-weight:normal;
  }
  div.kanja_wrapper h1 b{
	  font-size:24px;
      margin-right:20px;
  }
  div.kanja_wrapper h2.h2step{
      font-size:22px;
      text-align:center;
      margin:14px 0px;
      color:#1f2f55;
      font-weight:bold;
      border-top:2px solid #1f2f55;
      border-bottom:2px solid #1f2f55;
      padding:20px 0px;
  }
  div.kanja_wrapper span.require{
      background:#b03452;
      color:white;
      padding:2px 6px;
      border-radius: 5px;
      font-size:10px;
      margin-left:10px;
      position:absolute;
      right:8px;
      top:6px;
  }
  div.kanja_wrapper div.kanja_div01{
      width:90%;
      padding:0px 5%;
  }
  div.kanja_wrapper div.kanja_div01 p.warning{
      color:red;
  }
  div.kanja_wrapper div.agreement_div01{
      border:1px solid #a0a0a0;
      margin:32px 0px;
      padding:8px;
  }
  div.kanja_wrapper div.agreement_div01 p.agreement_text_p{
    text-align:left;
  }
  div.kanja_wrapper div.agreement_div01 p.agreement_checkbox_p{
    text-align:center;
    margin:6px 0px;
    font-weight:bold;
  }
  div.kanja_wrapper div.agreement_div01 ul{
      list-style:disc;
      padding-left:20px;
  }
  div.kanja_wrapper div.agreement_div01 li{
      padding-left:0px;
  }

  div.kanja_wrapper div.agreement_div02{
      display:none;
      margin-bottom:60px;
  }
  div.kanja_wrapper div.agreement_div03{
      display:none;
      margin-bottom:60px;
  }
  div.kanja_wrapper div.form_creditcard_div01{
      display:none;
      border:1px solid #e0e0e0;
      padding:12px!important;
  }
  div.kanja_wrapper div.form_creditcard_div01 h4{
      margin:6px 0px 3px 0px;
  }
  div.kanja_wrapper div.form_creditcard_div01 img{
      width:18%;
  }
  div.kanja_wrapper div.agreement_div03 h3{
      margin:8px 0px 0px 0px;
      padding:6px;
      font-size:12px;
      background:#efefef;
      position:relative;
  }
  div.kanja_wrapper div.agreement_div04{
      padding:4px 0px;
  }
  div.kanja_wrapper div.agreement_div04 .submit_button{
      margin:20px 0px;
      background:#d0d0d0;
      border-radius: 6px;
      text-align:center;
      padding:12px;
      color:#303030;
      transition: 0.2s;
	  cursor:pointer;
  }
  div.kanja_wrapper div.agreement_div04 .submit_button:hover{
      opacity:0.7;
  }
  div.kanja_wrapper div.agreement_div04 span.agreement_span01{
      padding:0px 2%;
      font-size:12px;
  }



span.fiex_candidate{
	border-radius:6px;
	background:#3f4f55;
	padding:2px 6px;
	font-size:10px;
	color:white;
	margin-right:4px;
	cursor:pointer;
	transition: 0.2s;
}
span.fiex_candidate:hover{
	opacity:0.7;
}
span.delete_candidate img{
	width:30px;
	cursor:pointer;
	transition: 0.2s;
}
span.delete_candidate img:hover{
	opacity:0.7;
}
span.reserved_candidate{
	border-radius:6px;
	background:#9fafb5;
	padding:2px 6px;
	font-size:10px;
	color:white;
	margin-right:4px;
	transition: 0.2s;
}

.reserve_fix_other_date{
	border-radius:6px;
	background:#4f5f65;
	padding:2px 6px;
	font-size:10px;
	color:white;
	margin:4px auto;
	cursor:pointer;
	transition: 0.2s;
	width:60%;
	line-height:2em;
}
.reserve_fix_other_date:hover{
	opacity:0.7;
}


p.print_calendar_other_date{
	margin:0px auto;
	padding:0px;
	width:80%;
	color:#303030;
	text-decoration:underline;
	cursor:pointer;
	transition: 0.2s;
}
p.print_calendar_other_date:hover{
	opacity:0.7;
}


p.warning_candidate{
	padding:0px;
	margin:0px 0px 4px 0px;
	font-size:14px;
	line-height:1.5em;
}

table.ex_monshin_table{
	width:100%;
	padding:0px;
	margin:0px;
	font-size:14px;
}
table.ex_monshin_table th{
	width:40%;
	font-weight:normal;
	text-align:left;
	vertical-align: top;
	padding:6px;
	color:#202020;
	border-top:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
}
table.ex_monshin_table td{
	border-top:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
	font-weight:normal;
	text-align:left;
	vertical-align: top;
	padding:6px 0px 6px 6px;
}

/*fullcalendar をカスタマイズ*/
a.fc-daygrid-day-number{
	padding-right:20px!important;
}




#div_fixed_reserve{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
#div_fixed_reserve > .black_background{
	background:black;
	opacity:0.5;
	position:absolute;
	width:100%;
	height:100%;
	z-index:10;
}
#div_fixed_reserve > .div_fixed_reserve01{
	position:absolute;
	width:100%;
	height:100%;
	z-index:20;
	top:0px;
	left:0px;
}

#div_fixed_reserve > .div_fixed_reserve01 > .div_fixed_reserve02{
	position:relative;
	width:90%;
	max-width: 700px;
	height:auto;
	max-height:80%;
	margin:32px auto;
	overflow-y:scroll;
	background:white;
	border-radius:6px;
}
#div_fixed_reserve > .div_fixed_reserve01 > .div_fixed_reserve02 > h3{
	background:white;
	margin:0px;
	position:relative;
	padding:6px 16px;
	border-bottom:1px solid #d0d0d0;
	color:#303030;
}
#div_fixed_reserve > .div_fixed_reserve01 > .div_fixed_reserve02 > p{
	margin:0px;
	padding:0px 16px;
	font-size:14px;
}
#div_fixed_reserve > .div_fixed_reserve01 > .div_fixed_reserve02 > h3 .close_button:hover{
	opacity:0.7;
}
#div_fixed_reserve > .div_fixed_reserve01 > .div_fixed_reserve02 > h3 .close_button{
	position:absolute;
	right:10px;
	cursor:pointer;
	transition: 0.2s;
	top:10px;
	background:#303030;
	color:white;
	border-radius: 6px;
	font-size:11px;
	padding:1px 6px;
}
#div_fixed_reserve > .div_fixed_reserve01 > .div_fixed_reserve02 > label.reserve_type_clinic{
	background:white;
	margin:0px;
	padding:0px 16px;
	display:block;
}
#div_fixed_reserve > .div_fixed_reserve01 > .div_fixed_reserve02 > .div_no_kanja_id{
	background:white;
	margin:12px 0px;
	padding:0px 16px;
	display:block;
}
#div_fixed_reserve > .div_fixed_reserve01 > .div_fixed_reserve02 > .div_no_kanja_id .table_no_kanja_id th{
	vertical-align: top;
	text-align:left;
	font-size:13px;
	padding:6px 8px 6px 3px;
	font-weight:normal;
	background:#efefef;
	border:1px #e0e0e0 solid;
}
#div_fixed_reserve > .div_fixed_reserve01 > .div_fixed_reserve02 > .div_no_kanja_id .table_no_kanja_id td{
	border:1px #e0e0e0 solid;
	text-align:left;
	padding:6px 8px 6px 3px;
	font-weight:normal;
}
#div_fixed_reserve > .div_fixed_reserve01 > .div_fixed_reserve02 > .div_no_kanja_id .table_no_kanja_id td textarea{
	width:98%;
	height:40px;
}
#div_fixed_reserve > .div_fixed_reserve01 > .div_fixed_reserve02 > .div_no_kanja_id .table_no_kanja_id td .submit_reserve{
	width:auto;
	background:#bfbfcf;
	border-radius: 6px;
	margin:8px 0px 12px 0px;
	cursor:pointer;
	text-align:center;
	padding:8px;
	transition: 0.2s;
}
#div_fixed_reserve > .div_fixed_reserve01 > .div_fixed_reserve02 > .div_no_kanja_id .table_no_kanja_id td .submit_reserve:hover{
	opacity: 0.7;
}
#div_fixed_reserve > .div_fixed_reserve01 > .div_fixed_reserve02 > .div_no_kanja_id .table_no_kanja_id td input[type="text"],
#div_fixed_reserve > .div_fixed_reserve01 > .div_fixed_reserve02 > .div_no_kanja_id .table_no_kanja_id td input[type="number"]
{
	padding:4px 2px;
}
#div_fixed_reserve > .div_fixed_reserve01 > .div_fixed_reserve02 > .div_no_kanja_id > table.table_no_kanja_id{
}
.print_calendar_other_date_div{
	display:none;
}
.print_calendar_other_date_div input{
	width:44%;
}


.shinsatsu_yoyaku{
	margin-bottom:32px;
}
.shinsatsu_yoyaku h4{
	color:black;
	margin:0px;
	padding:0px;
	font-size:13px;
}
.shinsatsu_yoyaku textarea{
	width:100%;
	height:100px;
	padding:4px;
	line-height: 1.4em;
}
.shinsatsu_yoyaku select,
.shinsatsu_yoyaku input[type="text"]{
	padding:4px 8px;
	line-height: 2em;
	width:250px;
	display:block;
	margin:10px 0px;
}
.shinsatsu_yoyaku select option{
	padding:4px 8px;
	height:40px;
}


.shinsatsu_yoyaku div.reserve_button{
	width:250px;
	background:#1f2f55;
	margin:10px 0px;
	text-align:center;
	padding:4px 12px;
	color:white;
	border-radius: 6px;
	cursor: pointer;
}

.shinsatsu_yoyaku input[type="checkbox"]{
	width:18px;
	height:18px;
	display:inline;
	vertical-align: middle;
	margin-right:6px;
}


.date_range_div01{
	float:left;
}
.time_range_div{
	margin:8px 0px;
}
.time_range_div select{
	background:none;
	border:none;
	font-size:16px;
}
.time_range_div span.num_sametime_span{
	font-size:12px;
}
label.range_date_type_label{
	display:block;
}
.range_date_save_button{
	width:80px;
	background: #e0e0e0;
	border-radius: 6px;
	cursor: pointer;
	transition: 0.2s;
	text-align: center;
	padding:4px 0px;
	margin-top:20px;
}
.range_date_save_button:hover{
	opacity:0.7;
}

p.warning_p01{
	padding:0px;
	margin:0px;
	font-size:12px;
	color:#707070;
}

form#history_search_form > div.history_search_table > div:not(:first-child){
	display: flex;
	flex-wrap: wrap;
}

form#history_search_form > div.history_search_table > div > div{
	padding: 0 8px 8px 0;
}
form#history_search_form > div.history_search_table select,
form#history_search_form > div.history_search_table input{
	border: 1px solid #e0e0e0;
	padding: 8px 2px;

}

span.resend_auth_mail{
	text-decoration: underline;
	cursor:pointer;
	transition: 0.2s;
}
span.resend_auth_mail:hover{
	opacity:0.7;
}

span.delete_patient{
	text-decoration: underline;
	cursor:pointer;
	transition: 0.2s;
}
span.delete_patient:hover{
	opacity:0.7;
}

div.resend_authmail_div{
	padding:0px;
	color: red;
	margin:20px 0px;
}
div.resend_authmail_div p.resend_authmail_button{
	padding:0px;
	text-decoration: underline;
	transition: 0.2s;
	cursor: pointer;
}
div.resend_authmail_div p.resend_authmail_button:hover{
	opacity:0.7;
}
table.ex_monshin_table p.change_email_p{
	padding:0px;
	font-size:12px;
	text-decoration: underline;
	color:#707070;
	cursor: pointer;
	transition: 0.2s;
}
table.ex_monshin_table p.change_email_p:hover{
	opacity:0.7;
}

div.change_email_div{
	margin:12px 0px;
}
div.change_email_div p{
	padding:0px;
	font-size:12px;
	line-height:1.5em;
	margin-bottom:6px;
}
div.change_email_div input{
	border:1px solid #a0a0a0;
	padding:4px;
	height:24px;
	width:300px;
	margin-right:10px;
}
div.change_email_div span{
	background:#e0e0e0;
	color:#303030;
	border-radius:5px;
	transition: 0.2s;
	padding:6px 10px;
	cursor:pointer;
}
div.change_email_div span:hover{
	opacity:0.7;
}








table.payment_log_table01{
	margin:12px 0px;
}
table.payment_log_table01 th{
	background:#efefef;
	font-weight:normal;
	padding:5px;
	border:1px solid #c0c0c0;
	font-size:11px;
	line-height:1.5em;
}
table.payment_log_table01 td{
	line-height:1.5em;
	font-size:11px;
	border:1px solid #c0c0c0;
	padding:5px;
	text-align:center;
}
table.payment_log_table01 td.price{
	text-align:right;
	width:70px;
}
table.payment_log_table01 td.qty{
	width:40px;
}
table.payment_log_table01 td.name{
	text-align:left;
}



div.cancel_payment{
	background:#1f2f55;
	color:white;
	cursor:pointer;
	transition: 0.2s;
	border-radius: 5px;
	width:70px;
	padding:4px 0px;
	font-size:10px;
}
div.cancel_payment:hover{
	opacity:0.7;
}

div.after_div01 select.select_shinsatsu_type{
	display:block;
	padding:4px ;
	margin:10px 0px;
	border:1px solid #a0a0a0;
}

div.after_div01 textarea.email_textarea{
	width:98%;
	height:300px;
	padding:1%;
	line-height:1.2em;
	border:1px solid #a0a0a0;
}
div.after_div01 div.send_after_email{
	width:160px;
	background:#707070;
	border-radius:5px;
	text-align: center;
	padding:4px 0px;
	color:white;
	transition: 0.2s;
	cursor:pointer;
	//box-shadow: 0px 2px 5px rgba(0,0,0,0.45);
}
div.after_div01 div.send_after_email:hover{
	//box-shadow: 0px 0px 0px rgba(0,0,0,0.45);
	opacity:0.8;
}

div.after_div01 table.after_table01{
	font-size:12px;
	font-weight:normal;
}
div.after_div01 table.after_table01 th{
	font-weight:normal;
	background:#efefef;
	border:#e0e0e0 1px solid;
	padding:2px 6px;
}
div.after_div01 table.after_table01 td{
	border:#e0e0e0 1px solid;
	padding:2px 6px;
	text-align:center;
	line-height:1.5em;
}
div.after_div01 table.after_table01 span.gifted_not_yet{
	background:#e0e0e0;
	border-radius:5px;
	padding:4px 6px;
	transition: 0.2s;
	cursor:pointer;
}
div.after_div01 table.after_table01 span.gifted_not_yet:hover{
	opacity:0.7;
}
div.after_div01 table.after_table01 span.gifted_already{
	background:#33aa63;
	color:white;
	border-radius:5px;
	padding:4px 6px;
	transition: 0.2s;
	cursor:pointer;
}
div.after_div01 table.after_table01 span.gifted_already:hover{
	opacity:0.7;
}

img.cancel_payment_dustbox_button{
	width:28px;
	opacity:0.8;
	cursor:pointer;
	transition: 0.2s;
}

img.cancel_payment_dustbox_button:hover{
	opacity:0.6;
}

p.pay_type_remark_p{
	font-size:12px;
	margin:10px 8px 4px 8px;
	line-height: 1.5em;
}
p.pay_type_remark_p span.move_to_item_regist_id{
	cursor:pointer;
	text-decoration:underline;
	color:#440000;
}
div.pay_type2_totalprice span{
	font-size:26px;
	padding-right:6px;
}
div.pay_type2_totalprice{
	margin:10px 0px 32px 0px;
	border:1px solid #808080;
	padding:0px 4px;
	width:160px;
	text-align:right;
	background:#e5e5e5;
	font-weight:bold;
}
div.pay_type3{
	background:white;
	padding:8px 20px;
	margin-bottom:32px;
}

div.pay_type3 table.pay_type3_item_table td{
	vertical-align: top;
}
div.pay_type3_01{
}

div.add_paytype_record{
	float:left;
	background:#efefef;
	border-radius:5px;
	margin:6px 0px;
	width:90px;
	font-size:12px;
	text-align:center;
	color:#ee0000;
	padding:4px 0px;
	cursor:pointer;
	transition: 0.2s;
}
div.add_paytype_record:hover{
	opacity:0.8;
}
.pay_type3_delete_row p.pay_type3_delete_row_p{
	color:black;
	border-radius: 6px;
	cursor:pointer;
	font-size:14px;
	font-weight:bold;
	padding:4px 4px;
	transition: 0.2s;
}
.pay_type3_delete_row p.pay_type3_delete_row_p:hover{
	opacity:0.8;
	color:red;
}

table.pay_type3_item_table td{
	padding:6px 0px;
}
div.sub_total_span{
	text-align:right;
	font-size:11px;
	margin-right:4px;
}
div.paytype3_total_div{
	float:right;
	width:400px;
	margin-top:10px;

}
div.paytype3_total_div table.paytype3_total_table{
	margin-right:32px;
	margin-left:auto;
}
div.paytype3_total_div table.paytype3_total_table tr{
	border-bottom:1px solid grey;
}
div.paytype3_total_div table.paytype3_total_table th{
	padding:2px 6px 2px 6px;
	width:80px;
	text-align:left;
	font-weight:normal;
	font-size:14px;
}
div.paytype3_total_div table.paytype3_total_table td{
	padding:2px 6px;
	text-align:right;
	font-weight:normal;
	font-size:14px;
}
div.paytype3_total_div div.round_div{
	margin:4px 32px 10px 0px;
	font-size:11px;
	text-align:right;
}
div.paytype3_total_div div.round_div label{
	padding-left:24px;
}


div.chat_template_input_div textarea{
	width:90%;
	display:block;
	outline:none;
	height:90px;
	margin-bottom: 6px;
	border:none;
	background: #eaeaea;
	line-height:1.2em;
	resize:none;
	padding:8px;
}
div.chat_template_input_div02{
	margin:32px 0px;
}
div.chat_template_input_div02 table.meeting_template_table01{
	width:100%;
	font-size:12px;
}
div.chat_template_input_div02 table.meeting_template_table01 th{
	border:#a0a0a0 1px solid;
	text-align: center;
	background:#e0e0e0;
}
div.chat_template_input_div02 table.meeting_template_table01 th.created_at{
	width:90px;
}
div.chat_template_input_div02 table.meeting_template_table01 th.edit{
	background:none;
	border:none;
	width:60px;
}
div.chat_template_input_div02 table.meeting_template_table01 td.edit{
	background:none;
	border:none;
	width:60px;
}
div.chat_template_input_div02 table.meeting_template_table01 td.edit img{
	display:block;
	cursor:pointer;
	transition: 0.2s;
	width:40%;
	margin:16px 0px;
}
div.chat_template_input_div02 table.meeting_template_table01 td.edit img:hover{
	opacity:0.7;
}
div.chat_template_input_div02 table.meeting_template_table01 td{
	border:#a0a0a0 1px solid;
	padding:8px;
}
div.chat_template_input_div02 table.meeting_template_table01 td textarea{
	display:block;
	resize:none;
	width:93%;
	height:200px;
	padding:6px;
	line-height:1.2em;
}
div.chat_template_input_div02 table.meeting_template_table01 td button{
	margin:4px 0px;
	padding:2px 14px;
}


table.table_style01{
	width:100%;
	font-size:12px;
}
table.table_style01 th{
	font-size:11px;
	font-weight:normal;
	border:#a0a0a0 1px solid;
	text-align: center;
	background:#e0e0e0;
}
table.table_style01 td{
	font-size:11px;
	border:#a0a0a0 1px solid;
	padding:4px;
	line-height:1.2em;
}

table.table_style02{
	font-size:12px;
	width:100%;
	margin:10px 0px;
}
table.table_style02 th{
	font-size:12px;
	font-weight:normal;
	border-bottom:#c0c0c0 1px solid;
	text-align: center;
	background:white;
	padding:8px 4px;
}
table.table_style02 td{
	font-size:12px;
	border-bottom:#c0c0c0 1px solid;
	padding:8px 4px;
}

table.item_detail_total_table{
	margin:10px 0px 20px auto;
	font-size:12px;
	width:auto;
}
table.item_detail_total_table th{
	font-size:12px;
	font-weight:normal;
	border-bottom:#c0c0c0 1px solid;
	text-align: center;
	background:white;
	padding:8px 4px;
}
table.item_detail_total_table td{
	font-size:12px;
	border-bottom:#c0c0c0 1px solid;
	padding:8px 14px;
	text-align:right;
}

table.mail_format_table01 input[type="radio"]{
	display:block;
	margin:auto;
	width:24px;
	height:24px;
}

table.mail_format_table01 th.edit{
	background:none;
	border:none;
	width:60px;
}
table.mail_format_table01 td.edit{
	background:none;
	border:none;
	width:60px;
}
table.mail_format_table01 td.edit img{
	display:block;
	cursor:pointer;
	transition: 0.2s;
	width:40%;
	margin:16px 0px;
}
table.mail_format_table01 td.edit img:hover{
	opacity:0.7;
}
table.mail_format_table01 td div.edit_template input[type="text"]{
	display: block;
	width:98%;
	font-size:16px;
	line-height:1.3em;
	padding:2px 0px;
	margin:4px 0px;
}

table.mail_format_table01 td div.edit_template textarea{
	display: block;
	width:95%;
	font-size:12px;
	height:400px;
	line-height:1.3em;
	padding:4px;
	margin:4px 0px;
}

div.mail_to_patient_div01{
	
}
div.mail_to_patient_div01 h3{
	background:#e0e0e0;
	padding:6px;
	color:#303030;
	line-height:1em;
	margin:12px 0px 3px 0px;
	
}
div.mail_to_patient_div01 .mail_sub_div01 input{
	display:block;
	width: 97%;
	font-size:14px;
	padding:5px;
}
div.mail_to_patient_div01 .mail_sub_div01 textarea{
	display:block;
	width: 97%;
	font-size:13px;
	line-height:1.3em;
	padding:5px;
	height:400px;
	resize:none;
}

div.mail_to_patient_div01 p{
	padding:0px;
	margin:0px;
	line-height:1.5em;
}
div.mail_to_patient_div01 label{
	display:block;
	font-size:12px;
	margin:5px 0px;
}
div.mail_to_patient_div01 label input[type="radio"]{
	width:15px;
	height:15px;
	vertical-align: middle;
}

div#select_mail_format_sub_div{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	margin:0px;
	height:100%;
	background:rgba(0,0,0,0.6);
	z-index:1000;
}
div#select_mail_format_body_div{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	margin:0px;
	height:100%;
	background:rgba(0,0,0,0.6);
	z-index:1000;
}

div.select_mail_format_sub_div02{
	width:90%;
	max-width:600px;
	background:white;
	border-radius: 6px;
	margin:24px auto;
	height:80%;
}
div.select_mail_format_body_div02{
	width:90%;
	max-width:600px;
	background:white;
	border-radius: 6px;
	margin:24px auto;
	height:80%;
}
div.select_mail_format_sub_div02 h3{
	background:none;
	padding:16px 2%;
	color:#303030;
	line-height:1em;
	margin:12px 0px 3px 0px;
	border-bottom:1px solid #a0a0a0;
	position:relative;
}
div.select_mail_format_body_div02 h3{
	background:none;
	padding:16px 2%;
	color:#303030;
	line-height:1em;
	margin:12px 0px 3px 0px;
	border-bottom:1px solid #a0a0a0;
	position:relative;
}
div.select_mail_format_sub_div02 h3 span.close{
	position:absolute;
	right:2%;
	top:12px;
	background:#303030;
	border-radius: 6px;
	cursor:pointer;
	transition: 0.2s;
	color:white;
	padding:4px 6px;
	font-size:11px;
}
div.select_mail_format_body_div02 h3 span.close{
	position:absolute;
	right:2%;
	top:12px;
	background:#303030;
	border-radius: 6px;
	cursor:pointer;
	transition: 0.2s;
	color:white;
	padding:4px 6px;
	font-size:11px;
}
div.select_mail_format_sub_div02 h3 span.close:hover{
	opacity:0.7;
}
div.select_mail_format_body_div02 h3 span.close:hover{
	opacity:0.7;
}
div.select_mail_format_sub_div02 div.select_mail_format_sub_div03{
	overflow-y:scroll;
	height:87%;
	padding:4px 2%;
	
}
div.select_mail_format_body_div02 div.select_mail_format_body_div03{
	overflow-y:scroll;
	height:87%;
	padding:4px 2%;
	
}
div.select_mail_format_content{
	background:#eaeaea;
	margin:16px 0px;
	padding:6px;
	border-radius:6px;
	transition: 0.2s;
	color:#303030;
	opacity:0.7;
	cursor:pointer;
}
div.select_mail_format_content:hover{
	opacity:1;
	background:#e0e0e0;
}
div.select_mail_format_content_body{
	background:#eaeaea;
	margin:16px 0px;
	padding:6px;
	border-radius:6px;
	transition: 0.2s;
	color:#303030;
	opacity:0.7;
	cursor:pointer;
}
div.select_mail_format_content_body:hover{
	opacity:1;
	background:#e0e0e0;
}



div.modal_div_wrapper{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	margin:0px!important;
	height:100%;
	background:rgba(0,0,0,0.7);
	z-index:1000;
}
div.modal_div_wrapper div.close_modal{
	position:absolute;
	right:2%;
	top:6px;
	font-size:16px;
	font-weight:bold;
	width:80px;
	text-align:right;
	color:white;
	transition: 0.2s;
	opacity:0.6;
	cursor:pointer;
}
div.modal_div_wrapper div.close_modal:hover{
	opacity:1;
}
div.modal_div01{
	width:90%;
	max-width:800px;
	background:white;
	border-radius: 6px;
	margin:24px auto;
	height:auto;
	overflow-y:auto;
	max-height:90%;
	padding:0px!important;
}
div.modal_div01 h3{
	padding:16px 3%;
	color:#303030;
	background:white;
	line-height:1em;
	margin:0px 0px 0px 0px;
	border-bottom:1px solid #d0d0d0;
}
div.modal_div01 h4{
	background:#eaeaea;
	padding: 6px;
	line-height:1em;
	margin:0px;
}

div.modal_div02{
	padding:16px 3%!important;
	margin:0px;
}

#mail_to_patient_confirm_modal div{
	padding:6px;
	margin-bottom:10px;
	line-height:1.3em;
	font-size:14px;
}

.button_style01{
	transition: 0.2s;
	background:#ddd;
	width:100px;
	font-size:14px;
	padding:5px;
	text-align:center;
	color:#303030;
	border-radius:6px;
	margin:6px 0px;
	cursor:pointer;
}
.button_style01:hover{
	opacity:0.8;
}
.button_style02{
	display:inline-block;
	transition: 0.2s;
	background:#ddd;
	font-size:14px;
	padding:6px 12px;
	text-align:center;
	color:#303030;
	border-radius:6px;
	margin:6px 0px;
	cursor:pointer;
}
.button_style02:hover{
	opacity:0.8;
}

.dataTables_filter{
	float: left !important;
}

.dataTables_length{
	float: right !important;
	margin-bottom: 3px;
}

.dataTables_paginate{
	float: none !important;
	text-align: center !important;
	margin-bottom: 48px;
}

.dataTables_filter input{
	margin-left: 0 !important;
}

.modal {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 2000;
	display: none;
}
  
.modal .bg {
	position:fixed;
	width:100%;
	height:100%;
	background:black;
	top:0px;
	left:0px;
	z-index:10;
	opacity:0.5;
}

.modal .modal_window {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 2002;
	background:white;
	border-radius:6px;
	width:90%;
	max-width:800px;
}

.modal .modal_window .modal_header {
	height: 50px;
	position: relative;
}

.modal .modal_window .modal_header .close_icon {
	position: absolute;
	top: 50%;
	right: 0;
	margin: 0 10px;
	transform: translate(0,-50%);
	background: #303030;
	color: white;
	border-radius: 16px;
	padding: 4px 8px;
	cursor: pointer;
	transition: 0.2s;
}

.modal .modal_window .modal_header .close_icon:hover{
	opacity:0.7;
}
  
  .modal .modal_window .modal_header h3{
	padding:10px 16px;
	background:none;
	border-radius:6px;
	color:#303030;
	border-bottom:1px #e0e0e0 solide;
	margin:0px;
  }

  .modal .modal_window .modal_content {
	padding: 10px;
	position: relative;
  }
  
  .modal .modal_window .modal_content pre {
	line-height:19px;
	white-space: pre-wrap;
	word-break:break-all;
  }

  .modal .modal_window .modal_footer {
	height: 50px;
	line-height: 50px;
	text-align: center;
  }

  .modal .modal_window .modal_footer button {
	width:140px;
	margin:auto;
	padding:4px 8px;
	font-size:14px;
	border-style:none;
	border-radius:5px;
	background:#e0e0e0;
	color:#303030;
	display:inline-block;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
	transition: 0.2s;
}

.modal .modal_window .modal_footer button:hover {
	opacity:0.8;
	color:black;
}


.modal_style01{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	margin:0px!important;
	height:100%;
	background:rgba(0,0,0,0.7);
	z-index:1000;
}
.modal_style01 div.close_modal{
	position:absolute;
	right:2%;
	top:6px;
	font-size:16px;
	font-weight:bold;
	width:80px;
	text-align:right;
	color:white;
	transition: 0.2s;
	opacity:0.6;
	cursor:pointer;
}
.modal_style01 div.close_modal:hover{
	opacity:1;
}
.modal_style01 .modal_window{
	position:relative;
	margin:40px auto;
	width:88%;
	max-width:500px;
	background:white;
	border-radius: 6px;
	max-height:85%;
	overflow-y: auto;
}
.modal_style01 .modal_window h3{
	color:#303030;
	background:none;
	padding:4px 12px;
	margin:0px;
	font-size:16px;
	border-bottom:1px solid #e0e0e0;
}
.modal_style01 .modal_window .modal_contents{
	color:#303030;
	background:none;
	padding:4px 12px;
	margin:0px;
	font-size:16px;
}






.modal_style02{
	display:none;
	position:fixed;
	justify-content: center;
	align-items: center;
	top:0;
	left:0;
	width:100%;
	margin:0px!important;
	height:100%;
	z-index:1000;
}
.modal_style02 > .bg{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	z-index:1010;
}

.modal_style02 .modal_window{
	position:relative;
	margin:40px auto;
	width:88%;
	max-width:600px;
	background:white;
	border-radius: 5px;
	z-index:1020;
}
.modal_style02 .modal_window h3{
	border-radius: 5px 5px 0px 0px;
	color:#303030;
	background:#eeeef2;
	padding:4px 2%;
	margin:0px;
	font-size:16px;
	width:96%;
}
.modal_style02 .modal_window h3 span.close_modal02{
	display:block;
	position:absolute;
	right:10px;
	top:7px;
	cursor:pointer;
	transition: 0.2s;
	width:1.5em;
	height:1.5em;
	line-height:1.5em;
	text-align:center;
	border-radius:18px;
}
.modal_style02 .modal_window h3 span.close_modal02:hover{
	background:#d0d0d0;
}

.modal_style02 .modal_window .modal_contents{
	display:block;
	width:96%;
	line-height:1.5em;
	overflow-y: auto;
	color:#303030;
	background:none;
	padding:16px 2%;
	margin:0px;
	font-size:16px;
}


/* アカウント関連 */
.inline_box_button01{

}
.inline_box_button01{
	display:inline-block;
	background:#e0e0e0;
	padding:4px 8px;
	cursor:pointer;
	transition: 0.2s;
	border-radius: 5px;
}
.inline_box_button01:hover{
	opacity:0.7;
}
.other_email_form{
	margin:24px 0px;
	border:1px solid #e0e0e0;
	padding:6px;
}
.other_email_form h4{
	background:#e0e0e0;
	padding:2px 6px;
}

.authentication_setting_div01 .other_email_form p{
	padding:0px;
	margin:0px;
}
/* アカウント関連 */


/* 	代引き請求ボタン國安 */
div.send_button_cod:hover{
	box-shadow:none;
	transition: 0.2s;			
	opacity:0.7;
}

div.send_button_cod_cansel:hover{
	box-shadow:none;
	transition: 0.2s;			
	opacity:0.7;
}

div.send_button_cod{
	width:auto;
	background:#102050;
	text-align:center;
	border-radius:6px;
	padding:2px;
	color:white;
	box-shadow:2px 2px 4px 0px rgba(0,0,0,0.2);
	cursor:pointer;
}
div.send_button_cod_cansel{
	width:auto;
	background:#102050;
	text-align:center;
	border-radius:6px;
	padding:2px;
	color:white;
	box-shadow:2px 2px 4px 0px rgba(0,0,0,0.2);
	cursor:pointer;
}

.status-cod-completed {
    background-color: #e0e0e0; /* 灰色の背景 */
    color: #333; /* テキストの色 */
    padding: 2px 10px; /* 上下の余白を少なく (3px), 左右はそのまま (7px) */
    border-radius: 5px; /* 角を丸くする */
    text-align: center; /* テキストを中央揃え */
    display: inline-block; /* インラインブロックで幅を調整 */
    margin-top: 0px; /* 上部の余白 */
}

.status-cod-completed, .send_button_cod, .send_button_cod_cansel{
    display: inline-block; /* 横並びに配置 */
    vertical-align: middle; /* 縦位置を揃える */
    margin-right: 10px; /* 要素間のスペース */
}

