@charset "utf-8";

/* ------------------------------------------------------- */
/* PC・タブレット・スマホ共通設定 v1                          	  */
/* ------------------------------------------------------- */

html {
	overflow-y: scroll;				/* スクロールバー常に表示 */
}

/* 全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #444;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 2;
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form{margin: 0px; padding: 0px;}
ul{list-style-type: none;}
img{border: none; max-width: 100%; height: auto;}
table{border-collapse:collapse; font-size:100%; border-spacing:0;}
iframe{width: 100%;}

/* 共通定義
---------------------------------------------------------- */
.clearfix::after{
	content: "";
	display: block;
	clear: both;
}

input,select,textarea {
	font-family: Meiryo,'fgflop',Hiragino Kaku Gothic Pro,MS PGothic,sans-serif;
	font-size: 16px !important;
	/*transform: scale(0.875, 0.875); 	/* Equal to scaleX(2) scaleY(0.5) */
	transform-origin: left;
	border: 2px #DDDDDD solid;
	border-radius: 3px;
	vertical-align: middle;
	display: inline;
	padding: 0.3em;
	box-shadow: 1px 1px 1px #FAFAFA;
	outline: none;
	resize: none;
/* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#FAFAFA),
        to(#fff)
        );
     
/* Firefox */
    background: -moz-linear-gradient(
        top,
        #FAFAFA,
        #fff
        );
        
/* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ffeeeeee,endColorstr=#ffffffff);
    zoom: 1;
}
input,textarea{
/*
    padding:1px;
    border:#000 1px solid;
*/
}
/* チェックボックス01 */
input[type=checkbox] {
	transform: scale(1.4);
	margin: 0 6px 0 0;
}

.al_center {
	text-align: center;
}

.searchBox {
	font-size: 0.9rem;
}

/* リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #444;					/* リンクテキストの色*/
	-webkit-transition: 0.5s;		/* マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;				/* 同上*/
}
a:hover {
	color: #6cafee;				/* マウスオン時の文字色（全体）*/
	text-decoration: none;			/* マウスオン時に下線を消す設定。残したいならこの１行削除。*/
	cursor: pointer;
}

/* 疑似属性（マウスオーバー）
---------------------------------------------------------------------------*/
.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.alpha input:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.px16 {
	font-size: 1.2rem;
}
.px18 {
	font-size: 1.4rem;
}

/* TOPへ戻るリンク */
.toppage {
	display: none;
	position: fixed;
	bottom: 25px;
	right: 15px;
}
.toppage a {
	display: block;
	width: 40px;
	height: 40px;
	background-color: #333;
	text-align: center;
	color: #fff;
	font-size: 22px;
	text-decoration: none;
	line-height: 35px;
}

/*****************************************************************************/
/* 共通設定 END                                                              */
/*****************************************************************************/

/*****************************************************************************/
/* Bootstrapを上書き */
/*****************************************************************************/
/* ページ上部のタイトル領域 */
.content-header {
    padding: 0 !important;
}

/* レフトメニューの項目間隔 */
a.nav-link {
	padding: .3rem 1.0rem !important;	
}

.mb-3 {
	margin-bottom: 0rem !important;	
}

label {
	margin-bottom: 0.1rem !important;
}

/*****************************************************************************/
/* Bootstrapを上書き END */
/*****************************************************************************/

/* 入力テーブルのタイトル */
.inputTitle {
    padding : 2px;
    line-height: 24px;
    background: #333;
    color: #fff;
    font-size : 12px;
    FONT-FAMILY      : "メイリオ";
}

/* ヘッダー（サイトロゴとメインメニューが入ったブロック）
---------------------------------------------------------------------------*/
header {
	width: 100%;
	margin: 0 auto;
	clear: both;
	text-align: center;
	color: #fff;
	font-size: 1.2em;

	/* 上部メニュー固定 */
/*
	position: fixed !important;
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	*/
}
header a {
	text-decoration: none;
	color: #fff;
}
header a:hover {
	color: #fff;
}

header .inner {
	clear: both;
	width: 100%;
	/*background-color: #6CAFEE;*/
	background-color: #160DBA;
}

header .inner .head-title {
	float: left;
	width: 65%;
	margin-left: 15%;
}
header .head-title:before {
	position: relative;
	margin-right: 5px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f6d3";
}

header .head-title:after {
	position: relative;
	margin-left: 5px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f6d3";
}

header .inner .head-menu {
	float: right;
	margin-right: 5px;
}

/* ページナビ：大枠 */
header .head-navi {
	clear: both;
	width: 100%;
	background-color: #fff;
	padding: 0 5px;
}

/* ページナビ：ぱんくずメニュー */
.navi_title .breadcrumb {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	list-style: none;
	float: left;
	color: #007bff;
}

.navi_title .breadcrumb li {
	display: inline;		/* 横に並ぶように */
	list-style: none;
	font-weight: bold;		/* 太字 */
	font-size: 1.0rem;
}

.navi_title .breadcrumb li:after {
	/* >を表示*/
	content: '>';
	padding: 0 0.2em;
	color: #555;
}

.navi_title .breadcrumb li:last-child:after {
	content: '';
}

.navi_title .breadcrumb li a {
	text-decoration: none;
	font-size: 1.0rem;
	/*color: gray;*/
}
.navi_title .breadcrumb li a:hover {
	color: #6cafee;				/* マウスオン時の文字色（全体）*/
	text-decoration: none;			/* マウスオン時に下線を消す設定。残したいならこの１行削除。*/
	cursor: pointer;
}

/*
.breadcrumb li:first-child a:before {
	position: relative;
	margin-right: 2px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f015";
	color: #2e7fea;
}
*/

.breadcrumb li a:hover {
	text-decoration: underline;
}

/* ページナビタイトル */
.navi_title {
    padding: 2px 0 2px 4px;
    text-align: left;
    font-size: 1.0rem;
    font-weight: bold;
    color: #000000;
    FONT-FAMILY: "メイリオ";
    background-color:#e7e7e7;
    border-top: 1px solid #000099;
    border-bottom: 1px solid #000099;
	margin-bottom: 4px;
}
.navi_title a {
   text-decoration: none;
}

/* メインメニュー（右上のメニュー）
---------------------------------------------------------------------------*/
/* メニューボックス全体への設定*/
#menubar {
	position: absolute;
	right: 0px;	/*header #innerに対して右から0pxの場所に配置*/
	top: 0px;	/*header #innerに対して上から0pxの場所に配置*/
}

/* メニュー１個あたりの設定*/
#menubar li {
	float: left;	/*左に回り込み*/
	text-align: center;
	margin-left: 10px;	/*メニュー間にとるスペース*/
}
#menubar li a {
	display: block;
	text-decoration: none;
	background: #6cafee;	/*背景色（古いブラウザ用）*/
	background: #6cafee padding-box;	/*背景色*/
	border: 10px solid #fff;	/*枠線の幅、線種、色。（古いブラウザ用）*/
	border: 10px solid rgba(108,175,238,0.5);	/*枠線の幅、線種、色。カッコ内左３つの数字がrgbでの色指定で最後の小数点が透明度。*/
	margin-top: -10px;	/*上の線が見えないように、上に10px移動させる*/
	color: #fff;		/*文字色*/
	width: 100px;		/*幅*/
	line-height: 100px;	/*行間（高さ）*/
	overflow: hidden;	/*飛び出た文字を非表示に*/
	font-size: 12px;
}

/* マウスオン時、現在表示中のメニュー設定（※小さな端末menubar-sにも適用）*/
#menubar a:hover,
#menubar li.current a,
#menubar-s li.current a {
	background: #fff;				/* 背景色 */
	color: #6cafee;					/* 文字色 */
	border: 10px solid #6cafee;		/* 枠線の幅、線種、色 */
}

/* スマホ用メニューを表示させない */
#menubar-s {
	display: none;
}

/* ３本バーアイコンを表示させない */
#menubar_hdr {
	display: none;
}

/* メインメニュー（ログイン情報エリア）
---------------------------------------------------------------------------*/
/* メニューボックス全体への設定 */
#menubar_member {
	display: block;
	position: absolute;
	right: 0px;				/* header #innerに対して右から0pxの場所に配置 */
	top: 120px;				/* header #innerに対して上から0pxの場所に配置 */
}

/* メニュー１個あたりの設定 */
#menubar_member li {
	float: left;			/*左に回り込み*/
	text-align: center;
	margin-left: 10px;		/*メニュー間にとるスペース*/
}

/* コンテンツ（大枠）
---------------------------------------------------------------------------*/
#contents {
	width: 100%;
	color: #000;
	padding-bottom: 80px;
}
#contents a {
}
/* 中枠 */
#contents .inner {
	width: 99%;				/* コンテンツの幅 */
	margin: 0 auto;
	padding-top: 5px;
}

/* コンテンツ（本文）
---------------------------------------------------------------------------*/
#main {
	width: 100%;
	margin: 0 auto;
	margin-top: 0px;

	/* 上部メニュー固定 */
	height: 100%;  
/*	overflow: auto;*/
}
.c1 #main {
	float: none;
	width: auto;
}

#main h2 {
	clear: both;
	position: relative;		/* 相対位置 */
	margin-bottom: 4px;
	padding-left: 0.2em;	/* アイコン分のスペース */
	font-size: 1.2em;
	color: #7b6459;			/* 文字色 */
	border-bottom: solid 2px #7b6459;
}

#main h2:before {
	font-family: "Font Awesome 5 Free";
	content: "\f00a";		/* アイコンのユニコード */
	position: absolute;		/* 絶対位置 */
	font-size: 1.0em;		/* サイズ */
	left: 0;				/* アイコンの位置 */
	top: 0;					/* アイコンの位置 */
	color: #ff938b; 		/* アイコン色 */
}

/* mainコンテンツのh3タグの設定*/
#main h3 {
	padding: 0.4rem 0.8rem;
	color: #494949;	/*文字色*/
	border-left: 5px solid #7b6459;
	background: #c2edff;
	font-size: 1.1rem;
}

#main h3.cal_title {
	clear: both;
	border-left: none;
	font-size: 0.9rem;
	padding: 2px 6px;		/*上下、左右へとるボックス内の余白*/
	background: #067eec;	/*背景色*/
	color: #fff;
}
#main h3.birth_title {
	border-left: none;
	background: #fa8072;	/*背景色*/
	color: #fff;
	border-left: 5px solid #067eec;
}
#main h3.birth_title:before {
	content:"\f7f2";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color:#1a6212;	
	padding-right:5px;
}

#main h3.history_title {
	border-left: none;
	background: #c2edff;	/*背景色*/
	border-left: 5px solid #7b6459;
}
#main h3.history_title:before {
	content:"\f1da";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color:#1a6212;	
	padding-right:5px;
}

/* mainコンテンツの段落タグ設定*/
#main p {
	padding: 4px 4px 4px;				/*上、左右、下への余白*/
}
#main p + p {
	padding-top: 0px;
}
#main h2 + p,
#main h3 + p {
	padding-top: 0px;
	margin-top: -5px;
}

/*****************************************************************************/
/* 検索条件枠
/*****************************************************************************/
#searchWrap {
    width: 100%;
	padding: 2px 2px;
	background-color: #eeeeee;
}

#searchWrap div.guideBox {
	padding: 4px 0;
	font-size: 12px;
}

#searchWrap div.btnBox {
	padding: 8px 0;
}

#searchWrapBreed {
    width: 85%;
	padding: 2px 2px;
	background-color: #eeeeee;
}

#searchWrapBreed div.guideBox {
	padding: 4px 0;
	font-size: 12px;
}

#searchWrapBreed div.btnBox {
	padding: 8px 0;
}

/* MENUページ
---------------------------------------------------------------------------*/

/* ボックス共通設定*/
#main section.list {
	margin-bottom: 15px;	/*ボックスの下に空ける余白*/
	position: relative;
	overflow: hidden;
	background: #fff;	/*背景色*/
	padding: 3.5%;		/*ボックス内の余白*/
	color: #333;		/*文字色*/
}

/* ボックス内のh4タグ共通設定*/
#main section.list h4 {
	color: #6cafee;	/*文字色*/
	background: url(../images/mark1.png) no-repeat left 5px/15px;	/*王冠マークの読み込み。最後の15pxはサイズ指定。マークを入れ替えた場合に上下がずれるなら5pxの数字をcenterか他の近い数字に変更してみる。*/
	padding-left: 18px;	/*王冠マークに文字が重ならないように幅を確保*/
	margin-left: 24%;	/*画像とのバランスをとって設定（※横長タイプ用）*/
}

/* ボックス内の段落タグ共通設定*/
#main section.list p {
	padding: 0px;
	margin-left: 24%;	/*画像とのバランスをとって設定（※横長タイプ用）*/
}

/* ボックス内の写真共通設定*/
#main section.list figure img {
	float: left;	/*画像を左へ回り込み（※横長タイプ用）*/
	width: 20%;		/*写真の幅（※横長タイプ用）*/
}

/* コンパクトタイプのボックス追加設定*/
#main section.list.compact {
	width: 23%;		/*compactタイプの幅*/
	height: 220px;	/*compactタイプの高さ*/
	float: left;	/*ボックスを左に回り込み*/
	margin-left: 2.5%;	/*ボックス間の余白*/
}
.c1 #main section.list.compact {
	height: 250px;	/*１カラムの時の高さ*/
}

/* コンパクトタイプのh4タグ追加設定*/
#main section.list.compact h4 {
	margin-left: 0;
}

/* コンパクトタイプの段落タグ追加設定*/
#main section.list.compact p {
	margin-left: 0;
	font-size: 11px;	/*compactタイプの文字サイズ*/
	line-height: 1.4;
	margin-bottom: 5px;
}

/* コンパクトタイプの写真追加設定*/
#main section.list.compact figure img {
	float: none;
	width: auto;
	margin: 0;
}

/* おすすめマーク*/
.osusume {
	position: absolute;
	left: 5px;	/*ボックスの左から5pxの場所に配置*/
	top: 5px;	/*ボックスの上から5pxの場所に配置*/
	background :#f891b5;	/*背景色（※古いブラウザ用）*/
	background: rgba(246,68,130,0.6);	/*rgbaでの背景色。左３つが色指定で最後の小数点が透明度。*/
	color: #fff;	/*文字色*/
	border-radius: 50px;	/*角丸の指定。数字が大きければ正円になります。*/
	width: 50px;	/*幅*/
	line-height: 50px;	/*行間（高さ）*/
	text-align: center;
	font-size: 9px;	/*文字サイズ*/
	overflow: hidden;
	transform: rotate(-30deg);	/*左回転で30度傾ける設定*/
	border: 1px solid #fff;	/*枠線の幅、線種、色*/
}

/* サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*左に回り込み*/
	width: 220px;	/*幅*/
}
.c1 #sub {
	display: none;	/*１カラムの時に非表示にする*/
}

/* subコンテンツ内のh2タグ設定*/
#sub h2 {
	font-size: 100%;
	text-align: center;
	color: #333;			/*文字色*/
	background: #fff;		/*背景色（古いブラウザ用）*/
/*	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f3f1ec));	/*グラデーション*/
/*	background: -webkit-linear-gradient(#fff, #f3f1ec);	/*同上*/
/*	background: linear-gradient(#fff, #f3f1ec);			/*同上*/
	border-radius: 10px 10px 0px 0px;	/*角丸の指定。左上、右上、右下、左下への順番。*/
	padding: 10px 0px;	/*上下、左右へのボックス内の余白*/
	margin-bottom: 4px;
}


/* サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/

/* メニュー全体の設定*/
#sub ul.submenu {
	margin-bottom: 10px;		/*メニューブロックの下に空けるスペース*/
}

#sub ul.submenu li a:before {
	position: relative;
	top: 2px;
	margin: 0 10px 0 10px;

	content:"\f138";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color:#fff;	
}

#sub ul.submenu li a:hover:before {
	position: relative;
	top: 2px;
	margin: 0 10px 0 10px;

	content:"\f138";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color:#fff;	
}


/* メニュー１個ごとの設定 */
#sub ul.submenu li a {
	text-decoration: none;
	display: block;
	text-align: left;			/* 文字をセンタリング*/
	padding: 6px 0px;			/* 上下、左右へのボックス内の余白*/
	background :#73B5E4;		/* 背景色*/
	margin-bottom: 4px;			/* メニュー同士の余白*/
	color: #fff;				/* 文字色 */
	border-bottom: 1px solid #73B5E4;		/*枠線の幅、線種、色。（古いブラウザ用）*/
}

/* マウスオン時 */
#sub ul.submenu li a:hover {
	background: #fff;			/*背景色*/
	color: #27a4bd;				/*文字色*/
	border-top: 1px solid #27a4bd;		/*枠線の幅、線種、色。（古いブラウザ用）*/
	border-left: 1px solid #27a4bd;		/*枠線の幅、線種、色。（古いブラウザ用）*/
	border-right: 1px solid #27a4bd;		/*枠線の幅、線種、色。（古いブラウザ用）*/
	border-bottom: 1px solid #27a4bd;		/*枠線の幅、線種、色。（古いブラウザ用）*/
}


/* フッター設定
---------------------------------------------------------------------------*/
/*
footer {
	width: 99%;
	margin: 20px auto;
	clear: both;
	text-align: center;
	background-color: #6CAFEE;
}
footer a {
	text-decoration: none;
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a:hover {
	color: #fff;
}
*/

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
	padding-left: 15px;
	/*margin-bottom: 15px;*/
	/*overflow: auto;	/*高さ指定を超えるとiframe風にスクロールが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
	/*height: 240px;	/*ボックスの高さ*/
}
/*日付設定*/
#new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
/*	float: left;*/
	width: 12em;
}
/*記事設定*/
#new dd {
	/*padding-left: 8em;		左側余白 */
}
#newinfo {
}


/* マイページ（お問合せ履歴）
---------------------------------------------------------------------------*/
/* ブロック全体の設定 */
#mypageHistory {

}
#mypageHistory a {
    color: #6cafee;
}
#mypageHistory a:link {
    color: #6cafee;
}
#mypageHistory a:visited {
    color: #6cafee;
}
#mypageHistory a:hover {
    color: #6cafee;
}

/* 一覧リストのスタイル */
.list0 {
    background-color : #F9EEED;
    color            : #000000;
    padding          : 0.1em 0.1em 0.1em 0.1em;
    font-size        : 12px;
    line-height      : 1.8em;
}

.list1 {
    background-color : #dcdcdc;
    color            : #000000;
    padding          : 0.1em 0.5em 0.1em 0.5em;
    font-size        : 12px;
    line-height      : 1.8em;
}

.listred {
    background-color : red;
    color            : #000000;
    padding          : 0.1em 0.1em 0.1em 0.1em;
    font-size        : 12px;
    line-height      : 1.8em;
}

/* オス行 */
.list_male {
    background-color : #d3def1;
    color            : #000000;
    padding          : 0.1em 0.1em 0.1em 0.1em;
    font-size        : 12px;
    line-height      : 1.8em;
}

/* メス行 */
.list_female {
    background-color : #fff0f5;
    color            : #000000;
    padding          : 0.1em 0.1em 0.1em 0.1em;
    font-size        : 12px;
    line-height      : 1.8em;
}

/* テーブル
---------------------------------------------------------------------------*/
/* ta1設定 */
.ta1 {
	width: 100%;
	margin-bottom: 15px;
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #fff;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px;	/*ボックス内の余白*/
	word-break: break-all;
}
/* テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
	width: auto;
	text-align: left;	/*左よせ*/
	background: #067eec;	/*背景色*/
}
/* 左側ボックス*/
.ta1 th {
	width: 140px;	/*幅*/
	text-align: center;	/*センタリング*/
}

/* テーブル（ログイン）
---------------------------------------------------------------------------*/
.ta_login {
	width: 100%;
	margin-bottom: 15px;
}
.ta_login, .ta_login td, .ta_login th {
	border: 1px solid #eee;		/*テーブルの枠線の幅、線種、色*/
	padding: 6px;				/*ボックス内の余白*/
	word-break: break-all;
	font-size: 12px;
}
/* テーブル１行目に入った見出し部分 */
.ta_login th.tamidashi {
	width: auto;
	text-align: left;			/*左よせ*/
	background: #b9cde5;		/*背景色*/
	color: #000;
	font-weight: normal;
}
/* 左側ボックス*/
.ta_login th {
	width: 140px;				/*幅*/
	text-align: center;			/*センタリング*/
}

/* テーブル（検索条件）
---------------------------------------------------------------------------*/
.ta_search {
	width: 100%;
	margin-bottom: 5px;
	background-color: #fff;
}
.ta_search, .ta_search td, .ta_search th {
	border: 1px solid #eee;		/* テーブルの枠線の幅、線種、色 */
	padding: 4px;				/* ボックス内の余白 */
	font-size: 0.8rem;
	word-break: break-all;
}
/* 左側ボックス */
.ta_search th {
	width: 100px;
	text-align: left;			/* 左よせ */
	background: #c7d6d6;		/* 背景色 */
	color: #000;
	font-weight: normal;
	font-size: 0.8rem;
}

/* テーブル（汎用）
---------------------------------------------------------------------------*/
.ta_news {
	width: 100%;
	margin-bottom: 5px;
}
.ta_news, .ta_news td, .ta_news th {
	border: 1px solid #eee;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px;				/*ボックス内の余白*/
	font-size: 1.0rem;
	word-break: break-all;
}
/*左側ボックス*/
.ta_news th {
	width: 150px;
	text-align: left;			/*左よせ*/
	background: #b5b5b6;		/*背景色*/
	color: #000;
	font-weight: normal;
	font-size: 12px;
}
.ta_news .al_center {
	text-align: center;
}

/* テーブル（出退勤一覧）
---------------------------------------------------------------------------*/
.ta_timecard {
	width: 100%;
	margin-bottom: 5px;
	background-color: #fff;
}
.ta_timecard, .ta_timecard td, .ta_timecard th {
	border: 1px solid #eee;		/* テーブルの枠線の幅、線種、色 */
	padding: 4px;				/* ボックス内の余白 */
	font-size: 1.0rem;
	word-break: break-all;
}
/* 左側ボックス */
.ta_timecard th {
	width: 100px;
	text-align: left;			/* 左よせ */
	background: #c7d6d6;		/* 背景色 */
	color: #000;
	font-weight: normal;
	font-size: 0.8rem;
}

/* テーブル（汎用）
---------------------------------------------------------------------------*/
.ta_common {
	width: 100%;
	margin-bottom: 5px;
}
.ta_common, .ta_common td, .ta_common th {
	border: 1px solid #eee;		/*テーブルの枠線の幅、線種、色*/
	padding: 4px;				/*ボックス内の余白*/
	font-size: 1.0rem;
	word-break: break-all;
}
/*左側ボックス*/
.ta_common th {
	width: 150px;
	text-align: left;			/*左よせ*/
	background: #b5b5b6;		/*背景色*/
	color: #000;
	font-weight: normal;
	font-size: 0.9rem;
}
.ta_common .al_center {
	text-align: center;
}

/* テーブル（汎用）
---------------------------------------------------------------------------*/
.ta_list2 {
	width: 100%;
	margin-bottom: 5px;
}
.ta_list2, .ta_list2 td, .ta_list2 th {
	border: 1px solid #ccc;		/*テーブルの枠線の幅、線種、色*/
	padding: 4px;					/*ボックス内の余白*/
	font-size: 0.9rem;
	word-break: break-all;
}
/*左側ボックス*/
.ta_list2 th {
	text-align: left;				/*左よせ*/
	background: #b5b5b6;			/*背景色*/
	color: #000;
	font-weight: normal;
	font-size: 0.8rem;
}
.ta_list2 .al_center {
	text-align: center;
}

/* テーブル（レポート一覧）
---------------------------------------------------------------------------*/
.ta_report {
	width: 100%;
	margin-bottom: 5px;
}
.ta_report, .ta_report td, .ta_report th {
	border: 1px solid #ccc;		/*テーブルの枠線の幅、線種、色*/
	padding: 4px;					/*ボックス内の余白*/
	font-size: 0.9rem;
	word-break: break-all;
}
/*左側ボックス*/
.ta_report th {
	text-align: left;				/*左よせ*/
	background: #b5b5b6;			/*背景色*/
	color: #000;
	font-weight: normal;
	font-size: 0.8rem;
}
.ta_report .al_center {
	text-align: center;
}
/*.ta_report th:nth-of-type(2):before { content: "商品名";}*/
.ta_report th:nth-of-type(1){ width: 15%;}
.ta_report th:nth-of-type(2){ width: 10%;}
.ta_report th:nth-of-type(3){ width: 20%;}
.ta_report th:nth-of-type(4){ width: 25%;}
.ta_report th:nth-of-type(5){ width: 20%;}
.ta_report th:nth-of-type(6){ width: 10%;}


/* レポートの説明枠
---------------------------------------------------------------------------*/
.ta_info {
	width: 100%;
	margin-bottom: 5px;
	background-color: #fff;
}
.ta_info, .ta_info td, .ta_info th {
	border: 1px solid #eee;		/* テーブルの枠線の幅、線種、色 */
	padding: 4px;				/* ボックス内の余白 */
	font-size: 0.8rem;
	word-break: break-all;
}
/* 左側ボックス */
.ta_info th {
	text-align: left;			/* 左よせ */
	background: #c7d6d6;		/* 背景色 */
	color: #000;
	font-weight: normal;
	font-size: 0.9rem;
}
.ta_info th:nth-of-type(1){ width: 15%;}
.ta_info th:nth-of-type(2){ width: 75%;}

/* テーブル（お問い合わせフォーム）
---------------------------------------------------------------------------*/
.ta_contact {
	width: 100%;
	margin-bottom: 6px;
}
.ta_contact, .ta_contact td, .ta_contact th {
	border: 1px solid #eee;		/*テーブルの枠線の幅、線種、色*/
	padding: 4px;				/*ボックス内の余白*/
	font-size: 0.9rem;
	line-height: 1.5;
	word-break: break-all;
}
/* テーブル１行目に入った見出し部分 */
.ta_contact th {
	width: auto;
	text-align: left;			/* 左よせ */
	background: #b5b5b6;		/* 背景色 */
	color: #000;
	font-weight: normal;
	font-size: 0.8rem;
	white-space: nowrap;
}
/*左側ボックス*/
.ta_contact th {
	width: auto;
	text-align: left;			/*センタリング*/
	font-size: 0.9rem;
}

.ta_contact .al_center {
	text-align: center;
}

/* テーブル（点検日報登録）
---------------------------------------------------------------------------*/
.ta_inspection {
	width: 100%;
	margin-bottom: 5px;
}
.ta_inspection, .ta_inspection td, .ta_inspection th {
	border: 1px solid #eee;
	padding: 10px;
	font-size: 1.0rem;
	word-break: break-all;
}
/* 左側ボックス */
.ta_inspection th {
	width: 180px;
	text-align: left;
	background: #b5b5b6;
	color: #000;
	font-weight: normal;
	font-size: 1.0rem;
}
.ta_inspection .al_center {
	text-align: center;
}

/* テーブル（ランキング　オス）
---------------------------------------------------------------------------*/
.ta_ranking_male {
	width: 100%;
	margin-bottom: 15px;
}
.ta_ranking_male, .ta_ranking_male td, .ta_ranking_male th {
	border: 1px solid #eee;		/*テーブルの枠線の幅、線種、色*/
	padding: 4px;					/*ボックス内の余白*/
	font-size: 0.8rem;
	word-break: break-all;
}
/* テーブル１行目に入った見出し部分 */
.ta_ranking_male th.tamidashi {
	width: auto;
	text-align: left;			/* 左よせ */
	background: #dce6f2;		/* 背景色 */
	color: #000;
	font-weight: normal;
	font-size: 0.9rem;
}
/*左側ボックス*/
.ta_ranking_male th {
	width: auto;
	text-align: left;			/*センタリング*/
	font-size: 0.9rem;
}

/* テーブル（ランキング　メス）
---------------------------------------------------------------------------*/
.ta_ranking_female {
	width: 100%;
	margin-bottom: 15px;
}
.ta_ranking_female, .ta_ranking_female td, .ta_ranking_female th {
	border: 1px solid #eee;		/*テーブルの枠線の幅、線種、色*/
	padding: 4px;				/*ボックス内の余白*/
	font-size: 0.8rem;
	word-break: break-all;
}
/* テーブル１行目に入った見出し部分 */
.ta_ranking_female th.tamidashi {
	width: auto;
	text-align: left;			/* 左よせ */
	background: #f5b2b2;		/* 背景色 */
	color: #000;
	font-weight: normal;
	font-size: 0.9rem;
}
/*左側ボックス*/
.ta_ranking_female th {
	width: auto;
	text-align: left;			/*センタリング*/
	font-size: 0.9rem;
}
/* 一覧の情報 */
.ta_ranking_female td {
	font-size: 1.0rem;
}

/* テーブル（登録フォーム）
---------------------------------------------------------------------------*/
.ta_regist {
	width: 100%;
	margin-bottom: 15px;
}
.ta_regist, .ta_regist td, .ta_regist th {
	border: 1px solid #eee;		/* テーブルの枠線の幅、線種、色 */
	padding: 4px;				/* ボックス内の余白 */
	font-size: 0.9rem;
	word-break: break-all;
}
/* テーブル１行目に入った見出し部分 */
.ta_regist th {
	width: auto;
	text-align: left;			/* 左よせ */
	background: #b5b5b6;		/* 背景色 */
	color: #000;
	font-weight: normal;
	font-size: 1.0rem;
	white-space: nowrap;
}
/* 左側ボックス */
.ta_regist th {
	width: auto;				/* 幅 */
	text-align: left;			/* センタリング */
}

/* テーブル（検索フォーム）
---------------------------------------------------------------------------*/
.ta_parent {
	width: 100%;
}
.ta_parent, .ta_parent td, .ta_parent th {
	border: 1px solid #eee;		/* テーブルの枠線の幅、線種、色 */
	padding: 4px;				/* ボックス内の余白 */
	font-size: 1.2rem;
	word-break: break-all;
}
/* テーブル１行目に入った見出し部分 */
.ta_parent th.tamidashi {
	width: 20%;
	text-align: left;			/* 左よせ */
	background: #dce6f2;		/* 背景色 */
	color: #000;
	font-weight: normal;
	font-size: 0.9rem;
}
/* 左側ボックス*/
.ta_parent th {
	width: 20%;
	text-align: left;			/* センタリング */
}

.ta_parents_sub th {
	background-color: #c7d6d6;
}
.ta_parents_sub td {
	border: none;
}
.ta_parents_sub .al_left {
	text-align: left;
}

/* マイページ（履歴ブロック）
---------------------------------------------------------------------------*/
.historyBlk {
	width: 98%;
	padding: 5px;"
}

.historyLeft {
	width: 20%;
	float: left;
	margin-right: 10px;
}

.historyRight {
	width: 78%;
	float: left;
}

/* テーブル（history）
---------------------------------------------------------------------------*/
.ta_history {
	width: 100%;
	margin-bottom: 15px;
}
.ta_history, .ta_history td, .ta_history th {
	border: 1px solid #eee;		/*テーブルの枠線の幅、線種、色*/
	padding: 2px;				/*ボックス内の余白*/
	font-size: 12px;
	word-break: break-all;
}
/* テーブル１行目に入った見出し部分 */
.ta_history th.tamidashi {
	width: 30%;
	text-align: left;			/*左よせ*/
	background: #dce6f2;		/*背景色*/
	color: #000;
	font-weight: normal;
	font-size: 12px;
}
/* 左側ボックス*/
.ta_history th {
	text-align: center;			/*センタリング*/
}


/* テーブルセル（共通）
---------------------------------------------------------------------------*/
.inputHead {
    padding          : 8px;
	width            : auto;
    color            : #000;
    background-color : #dce6f2;
    FONT-FAMILY      : "メイリオ";
    font-size        : 13px;
    line-height      : 1.2em;
    text-align       : left;
    border           :1px solid #778899;
}
.inputCol {
    padding          : 8px;
    background       : #ffffff;
    font-size        : 14px;
   /*line-height      : 1.0em;*/
    text-align       : left;
    border:1px solid #778899;
    FONT-FAMILY      : "メイリオ";
}
.inputColError {
    padding          : 5px;
    background       : #FEE;
    font-size        : 14px;
    line-height      : 1.0em;
    text-align       : left;
    border:1px solid #778899;
    FONT-FAMILY      : "メイリオ";
}

/* 「必須」マーク
---------------------------------------------------------------------------*/
.required {
}

.required:after {
	padding: 0px 4px;
    color: #FFF;
	position: relative;
	float: right;
    content: " 必須 ";
	background: #FF0000;
	font-size: 11px;
}

/* PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
	padding-top: 40px;
}
#pagetop a {
	font-size: 20px;	/*文字サイズ*/
	background: #6CAFEE;	/*背景色*/
	color: #333;		/*文字色*/
	width: 80px;		/*幅*/
	line-height: 80px;	/*行間（高さ）*/
	text-decoration: none;
	text-align: center;
	display: block;
	float: right;
	border-radius: 50px;	/*角丸のサイズ*/
}
/* マウスオン時*/
#pagetop a:hover {
	/*background: #000;	/*背景色*/
	background: #6CAFEE;	/*背景色*/
	color: #FFF;			/*文字色*/
}

/* NEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 10px;	/*文字サイズ*/
	border-radius: 2px;	/*角丸のサイズ*/
	padding: 0px 2px;
	margin: 0px 2px;
}

/* その他
---------------------------------------------------------------------------*/
.look {background: #333;}
.mb15,.mb1em {margin-bottom: 15px;}
.clear {clear: both;}
ul.disc {padding: 0em 25px 1em;list-style: disc;}
.color1 {color: #ffde00;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}


/* 「状況」アイコン
---------------------------------------------------------------------------*/
/* 募集中 */
.flgLooking {
    border: solid 1px #ffdb01;
    background: #92d050;
    color: #000;
    padding: 0 2px;
	white-space: nowrap;
    zoom: 1;
	width: 110px;
	text-align: center;
	font-weight: bold;
	/*float: left;*/
	width: 45%;
}
/* 相談中 */
.flgConsulting {
    border: solid 1px #ffdb01;
    background: #ffff00;
    color: #000;
    padding: 0 2px;
    white-space: nowrap;
    zoom: 1;
	text-align: center;
	font-weight: bold;
	/*float: left;*/
	width: 48%;
	font-size: 10px;
}
/* 相談中 */
.flgConsulting2 {
    border: solid 1px #ffdb01;
    background: #ffff00;
    color: #000;
    padding: 0 2px;
    white-space: nowrap;
    zoom: 1;
	width: 140px;
	text-align: center;
	font-weight: bold;
	/*float: left;*/
	width: 90%;
}
/* 里親決定 */
.flgDecision {
    border: solid 1px #ffdb01;
    background: #ff0000;
    color: #000;
    padding: 0 2px;
    white-space: nowrap;
    zoom: 1;
	text-align: center;
	font-weight: bold;
	/*float: left;*/
	width: 55%;
}

/* 「お気に入り」アイコン
---------------------------------------------------------------------------*/
.flgFavolite {
    border: solid 1px #ffdb01;
    background: #ffccff;
    color: #000;
    padding: 0 2px;
    white-space: nowrap;
    zoom: 1;
	width: 110px;
	text-align: center;
	font-weight: bold;
}

/* 「！」アイコン
---------------------------------------------------------------------------*/
.cautiontxt:before,
.cautiontxtb:before{
	content:"\f12a";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color:#1a6212;	
	padding-right:5px;
}
.cautiontxt,.cautiontxtb{
	color:#1a6212;
	font-size:0.9em!important;
	margin-bottom:0px!important;
}
.cautiontxtb{
	display:inline;
}

/* 入力エラーメッセージ
---------------------------------------------------------------------------*/
.error_msg {
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
	color: red;
}


/* ------------------------------------------------------------------------- */
/* 検索結果一覧                                                              */
/* ------------------------------------------------------------------------- */
.itemList1 {
	margin:0 0 10px 0;
}
.itemList1 > li {
	width: 99%;
	border: 1px solid #ccc;
	float: left;
	margin-right: 2%;
	margin-bottom: 10px;
	padding: 2px 2px 2px 2px;
	line-height: 1.4em;
	position: relative;
}
.itemList1 > li:nth-child(2n) {
	margin-right:0;
}
.itemList1 > li:hover {
	border:1px solid #999;
}
.itemList1 > li ul li:hover {
	border:none;
}

.itemList1Inner {
	padding: 2px;
}

/* ボックス上部アイコンセット */
.itemList1UpperIcon {
  position:absolute;
  top:3px;
  right:3px;
  text-align:right;
  height:25px;
  letter-spacing: -.40em;
}
.itemList1Detail img {
	display: block;
}

/* 商品写真 */
img.itemList1ItemPhoto {
	display:block;
	margin:0 auto 3px;
	max-width: 100%;
}

/* 商品名 */
.itemList1Name {
	font-size:0.8em;
	margin:0 0 5px 0;
	word-break:break-all;
}

/* 価格 */
.itemList1Price1 {
	text-align:right;
	margin:0 0 5px 0;
}
.itemList1Price1 .il1p1Price1,
.itemList1Price1 .il1p1Price2 {
	font-size:0.9em;
}
.itemList1Price1 .il1p1Price2 span {
  font-weight:bold;
  font-size:1.6em;
  color:#ff6600;
  margin:0 0 0 3px;
  vertical-align:middle;
}
.itemList1Price1 .il1p1Price2 span[class*="il1p1Tax"] {
  font-weight:normal;
  font-size:0.9em;
  color:#fff;
  background:#ff6600;
  padding:1px 3px;
  line-height:1em;
}

/*簡易説明文*/
.itemList1Txt {
  border-top:1px solid #ccc;
  padding:8px 0;
}

/*特徴*/
.itemList1Feature {
  overflow:hidden;
  margin:0 0 5px 0;
}

.itemList1Feature li {
  float:left;
  padding:1px;
  margin-right: 2px;
  width: 30px;
  height:30px;
  background-repeat:no-repeat;
  background-size:30px 30px;
}
.itemList1Feature li.scim1-1 {background-image:url(../images/base/subContentsIconMenu1-1.png);}

.itemList1Feature li span {
  display:block;
  text-align:center;
  background:#ff6600;
  color:#fff;
  font-size:0.8em;
}
.itemList1Feature span.genkin {
  display:block;
  text-align:center;
  background:#fe0708;
  font-size:0.8em;
  color: #fff;
}
.itemList1Feature span.taimen {
  display:block;
  text-align:center;
  background:#f7931e;
  font-size:0.8em;
  color: #fff;
}

/* 数量 */
.itemList1Num {
  overflow:hidden;
  text-align:right;
  border-top:1px solid #ccc;
  padding:10px 0;
}
.itemList1Num select {
  display:inline-block;
}

/* 商品番号 */
.itemList1No {
	font-size: 0.8em;
	color: #666666;
	margin-bottom: 2px;
	display:table;
  display:inline-block;
	width: 65%;
}
.petInfoHdr {
	text-align: center;
	padding: 2px 0;
	font-size: 0.8rem;
	border-radius: 2px;
	background-color: #e1f5e6;
	color: #629153;
	margin-right: 4px;
	white-space: nowrap;			/* 文字折り返し禁止 */
}

/* 交配情報フッタ */
.petInfoFooter {
	margin-top: 4px;
	background-color: #cfcfcf;
	padding: 2px 4px;
}


/* 犬詳細ブロック関連定義
---------------------------------------------------------------------------*/

/* テーブル（犬詳細ブロックテーブル）*/
.ta_list {
	width: 100%;
	margin-bottom: 4px;
}
.ta_list, .ta_list td, .ta_list th {
	padding: 4px;
	font-size: 0.9rem;
	line-height: 1.3;
	word-break: break-all;
}
.ta_list th.tamidashi {
	text-align: left;
	background: #e1f5e6;
	color: #629153;
	font-weight: normal;
	font-size: 1.0rem;
}
.ta_list th {
	width: auto;
	text-align: left;			/*センタリング*/
	font-size: 1.0rem;
}
.ta_list td {
	font-size: 1.0rem;
}

/* 交配出産登録テーブルのタイトル行（オスの場合） */
.place_title {
	width: 100%;
	text-align: center;
	background-color: #dce6f2;
	margin: 0 0 5px 0;
	padding: 2px 0;
}

/* 交配出産登録テーブルのタイトル行（メスの場合） */
.place_title_female {
	width: 100%;
	text-align: center;
	background-color: #f5b2b2;
	margin: 0 0 5px 0;
	padding: 2px 0;
}

/* ------------------------------------------------------- */
/* 生体一覧                                                */
/* ------------------------------------------------------- */
.itemListDetail {
	margin:0 0 2px 0;
}
.itemListDetail > li {
	width: 99%;
	border: 1px solid #ccc;
	float: left;
	margin-right: 2%;
	margin-bottom: 4px;
	padding: 2px 2px 2px 2px;
	line-height: 1.4em;
	position: relative;
}
.itemListDetail > li:nth-child(2n) {
	margin-right:0;
}
.itemListDetail > li:hover {
	border:1px solid #999;
}
.itemListDetail > li ul li:hover {
	border:none;
}

.itemListDetailInner {
	padding: 2px;
}


/* 里親募集 詳細
---------------------------------------------------------------------------*/
#parentDetail {
	margin-bottom: 5px;
	padding: 10px;
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 200%;
}
#parentDetail .blkWrap {
	width: 100%;
}

#parentDetail .blkWrap .blkLeft {
	float: left;
	width: 48%;
	margin-right: 10px;
}

#parentDetail .blkWrap .blkRight {
	float: left;
	width: 48%;
}

/* 動画 */
.video{
	position:relative;
	width:100%;
	padding-top:56.25%;
}
.video iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}

.petKindNav {
    border-collapse: collapse;
    margin: 0 0 8px;
    overflow: hidden;
}
.petKindNav ul {
    margin-left: 10px;
    float: left;
}


.petKindNavHdr {
    float: left;
    margin-top: 5px;
}
.petKindNav li.active {
    border: 1px solid #8eb4e3;
}
.petKindNav li:first-child {
    width: 95px;
    border-left-width: 1px;
}
.petKindNav li {
    border: 1px solid #8eb4e3;
    border-left-width: 0px;
    float: left;
    width: 88px;
}
.petKindNav .active a {
    background-color: #8eb4e3;
    color: #fff;
}
.petKindNav li a {
    color: #9b805d;
    background-color: #dce6f2;
    text-align: center;
    font-size: 12px;
}
.petKindNav li span, .petKindNav li a {
    display: block;
    padding: 6px 0;
}

/* 里親 お申込みフォーム
---------------------------------------------------------------------------*/
#parentContact {
	margin-bottom: 5px;
	padding: 10px;
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 200%;
}
#parentContact .blkWrap {
	width: 100%;
}

#parentContact .blkWrap .blkLeft {
	float: left;
	width: 28%;
	margin-right: 10px;
}

#parentContact .blkWrap .blkRight {
	float: left;
	width: 70%;
}

/* ページャー
---------------------------------------------------------------------------*/
#pager_wrap {
	margin: 0 0 4px 0;
}

ul.pager {
      margin: 0px;
      font-size:12px;
}
ul.pager li {
      float: left;
      margin-right: 5px;
      border: 1px #3366FF solid;
      font-weight: bold;
}
ul.pager li.prev,
ul.pager li.next {
      border: none;
}
ul.pager li a {
      position: relative;
      display: block;
      padding: 2px 8px;
      color: #3366FF;
}
ul.pager li a:link,
ul.pager li a:visited {
      text-decoration: none;
}

ul.pager li a:hover,
ul.pager li a:active {
      background-color: #AADDFF;
      text-decoration: none;
}

ul.pager li em {
      display: block;
      padding: 2px 8px;
      background: #3366FF;
      color: #FFFFFF;
}

ul.pager li.active {
      display: block;
      padding: 2px 5px;
      background: #3366FF;
      color: #ffffff;
}

/* サブページのタイトルバー画像
---------------------------------------------------------------------------*/
.imgTitle {
	width: 100%;
	margin: 4px 0;
}

/* 入力欄の注釈
---------------------------------------------------------------------------*/
.guide_msg {
	margin: 0;
	padding: 2px;
	font-size: 0.7rem;
	color: #808080;
	line-height: 120%;
}

.update_msg {
	padding: 6px;
	margin: 4px;
	background-color: #1e90ff;
	text-align: center;
	font-size: 16px;
	color: #fff;
}

.err_msg {
	padding: 4px;
	font-size: 14px;
	font-weight: bold;
	color: red;
	border-top: 6px #ff0000  solid;
	border-right: 6px #ff0000  solid;
	border-bottom: 6px #ff0000  solid;
	border-left: 6px #ff0000  solid;
}

/* スマートフォン専用メニュー
---------------------------------------------------------------------------*/
.spMenu1 {
/*	display:none;*/
}

/* --- button Area --- */

.btn_area {
	padding-top: 1em;
}

ul.btn_area li {
	margin-bottom: 1em;
}
ul.btn_area li a,
ul.btn_area li button {
	padding: 0.4em 0.4em 0.4em;
}
ul.btn_area li span {
	font-size: 10px;
	font-size: 1.0rem;
}

ul.btn_area {
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
}
ul.btn_area li.button02 {
	text-align: center;
}
ul.btn_area li.button03 {
	float: left;
	width: 45%;
}
ul.btn_area li.button05 {
	float: right;
	width: 45%;
}
ul.btn_area li.button05Dis {
	float: right;
	width: 45%;
}
ul.btn_area li.bt_left {
	float: left;
}
ul.btn_area li.bt_right {
	float: right;
}

/* --- button Area --- */

.btn_area_1cl {
	padding-top: 1em;
}

ul.btn_area_1cl li {
	margin-bottom: 1em;
}
ul.btn_area_1cl li a,
ul.btn_area_1cl li button {
	padding: 0.4em 0.4em 0.4em;
}
ul.btn_area_1cl li span {
	font-size: 10px;
	font-size: 1.0rem;
}

ul.btn_area_1cl {
	width: 40%;
	margin: 0 auto;
	overflow: hidden;
}
ul.btn_area_1cl li.button02 {
	text-align: center;
}
ul.btn_area_1cl li.button03 {
	float: left;
	width: 45%;
}
ul.btn_area_1cl li.button05 {
	float: right;
	width: 45%;
}
ul.btn_area_1cl li.button05Dis {
	float: right;
	width: 45%;
}
ul.btn_area_1cl li.bt_left {
	float: left;
}
ul.btn_area_1cl li.bt_right {
	float: right;
}

/* */
.button05 {
	background: #f30;
	text-align: center;
	padding: 8px;
}
.button05:hover {background: #F23100;}

.button05 a {
	padding: 0.6em 0 0.6em;
	display: block;
	color: #fff;
}
.button05 button {
	background: none; border: none;
	padding: 0.6em 0 0.6em;
	color: #fff;
	cursor: pointer;
	width: 100%;
}
.button05 a span,
.button05 button span {
	background: url(../img/arrow_r01.png) left center no-repeat;
	background-size: 12px 12px;
	padding-left: 1.2em;
	font-weight: bold;
}

.button05 a:link { text-decoration: none;}
.button05 a:visited { text-decoration: none;}
.button05 a:hover { text-decoration: none;}
.button05 a:active { text-decoration: none;}

/* */
.button05Dis {
	background: #d3d3d3;
	text-align: center;
	padding: 8px;
}

.button05Dis a {
	padding: 0.6em 0 0.6em;
	display: block;
	color: #fff;
}
.button05Dis button {
	background: none; border: none;
	padding: 0.6em 0 0.6em;
	color: #fff;
	width: 100%;
}
.button05Dis a span,
.button05Dis button span {
	background: url(../img/arrow_r01.png) left center no-repeat;
	background-size: 12px 12px;
	padding-left: 1.2em;
	font-weight: bold;
}

.button05Dis a:link { text-decoration: none;}
.button05Dis a:visited { text-decoration: none;}
.button05Dis a:hover { text-decoration: none;}
.button05Dis a:active { text-decoration: none;}

.button03 {
	text-align: center;
	background: #bbb;
	padding: 8px;
}
.button03:hover {background: #aaa;}

.button03 a {
	padding: 0.6em 0 0.5em;
	display: block;
	color: #fff;
}
.button03 a:link { text-decoration: none;}
.button03 a:visited { text-decoration: none;}
.button03 a:hover { text-decoration: none;}
.button03 a:active { text-decoration: none;}

.button03 a span,
.button03 button span {
	background: url(../img/arrow_r01.png) left center no-repeat;
	background-size: 12px 12px;
	padding-left: 1.2em;
	width: 100%;
	font-weight: bold;
}
.button03 button {
	background: none; border: none;
	padding: 0.6em 0 0.5em;
	color: #fff;
	width: 100%;
	cursor: pointer;
}

/* */
.button_conf {
	background: #747474;
	text-align: center;
	padding: 8px;
}
.button_conf:hover {background: #747474;}

.button_conf a {
	padding: 0.6em 0 0.6em;
	display: block;
	color: #fff;
}
.button_conf button {
	background: none; border: none;
	padding: 0.6em 0 0.6em;
	color: #fff;
	cursor: pointer;
	width: 100%;
}
.button_conf a span,
.button_conf button span {
	background: url(../img/arrow_r01.png) left center no-repeat;
	background-size: 12px 12px;
	padding-left: 1.2em;
	font-weight: bold;
}

.button_conf a:link { text-decoration: none;}
.button_conf a:visited { text-decoration: none;}
.button_conf a:hover { text-decoration: none;}
.button_conf a:active { text-decoration: none;}

/* お気に入り解除ボタン */
.favorite_del {
	text-align: center;
	background: #bbb;
	padding: 2px;
	color: #fff;
}
.favorite_del:hover {
	background: #aaa;
	cursor: pointer;
}

.favorite_del a {
	padding: 0.6em 0 0.5em;
	display: block;
	color: #fff;
}
.favorite_del a:link { text-decoration: none;}
.favorite_del a:visited { text-decoration: none;}
.favorite_del a:hover { text-decoration: none;}
.favorite_del a:active { text-decoration: none;}

.favorite_del button {
	background: none; border: none;
	padding: 0.6em 0 0.5em;
	color: #fff;
	width: 100%;
	cursor: pointer;
}
.favorite_del:before {
	position: relative;
	margin-right: 10px;
	font-family:FontAwesome;
	content: "\f004";
}


/* お気に入り登録ボタン */
.favorite_add {
	text-align: center;
	background: #f30;
	padding: 2px;
	color: #fff;
}
.favorite_add:hover {
	background: #F23100;
	cursor: pointer;
}

.favorite_add a {
	padding: 0.6em 0 0.5em;
	display: block;
	color: #fff;
}
.favorite_add a:link { text-decoration: none;}
.favorite_add a:visited { text-decoration: none;}
.favorite_add a:hover { text-decoration: none;}
.favorite_add a:active { text-decoration: none;}

.favorite_add button {
	background: none; border: none;
	padding: 0.6em 0 0.5em;
	color: #fff;
	width: 100%;
	cursor: pointer;
}
.favorite_add:before {
	position: relative;
	margin-right: 10px;
	font-family:FontAwesome;
	content: "\f004";
}

/* 画像登録ボタン */
.btn_update {
	width: 80%;
	text-align: center;
	background: #4385bf;
	padding: 2px;
	color: #fff;
	font-size: 90%;
}
.btn_update:hover {
	background: #F23100;
	cursor: pointer;
}

.btn_update a {
	padding: 0.6em 0 0.5em;
	display: block;
	color: #fff;
}
.btn_update a:link { text-decoration: none;}
.btn_update a:visited { text-decoration: none;}
.btn_update a:hover { text-decoration: none;}
.btn_update a:active { text-decoration: none;}

.btn_update button {
	background: none; border: none;
	padding: 0.6em 0 0.5em;
	color: #fff;
	width: 100%;
	cursor: pointer;
}
.btn_update:before {
	position: relative;
	margin-right: 10px;
	content:"\f030";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color:#fff;	
}


/* カレンダー */
.calenderMidashiArea {
	background-color: #095679;
	padding: 2px 5px;
	margin-bottom: 5px;
	font-size: 0.8rem;
}
.calenderMidashiArea h2 {
	text-align: center;
	font-weight: bold;
	font-size: 1.4rem;
	padding: 2px 5px;
}
.calenderMidashiArea p {
	margin-bottom:0;
	text-align: center;
}

/* TOPページの出産予定表
---------------------------------------------------------------------------*/
.footerCalenderHead {
	font-size: 0.8rem;
	text-align: center;
}

.footerCalender {
	font-size: 0.8rem;
	width: 100%;
	overflow: auto;   /* スクロール表示 */ 
}
.footerCalender .table1 {
	margin-bottom: 5px;
	background-color: #fff;
	color: #333;
	width: 100%;
	/*table-layout: fixed;*/
}

.footerCalender .table1 th,.footerCalender .table1 td {
	padding: 3px;
	text-align: center;
	border: 1px solid #778899;
}
.footerCalender_bgsun {
	background-color: #fdc2c2;
}
.footerCalender_bgsat {
	background-color: #a2e2f2;
}
.footerCalender_bgweek {
	background-color: #e1e1e1;
}
/* 当日 */
.footerCalender_bgtoday {
	background-color: #ffff00;
	font-size: 1.0rem;
}
/* 当日以外 */
.footerCalender_bgother {
	background-color: #f5f5f5;
	font-size: 1.0rem;
}
.footerCalender_sunColor{color: #fdc2c2;}
.footerCalender_satColor{color: #a2e2f2;}
.footerCalender h3{
	font-weight: bold;
	text-align: center;
	font-size: 1.0rem;
}


/* 各種ボタン
---------------------------------------------------------------------------*/

/* 検索ボタン */
.btnSearch {
	display: inline-block;
	padding: 0.3em 1em;
	text-decoration: none;
	color: #67c5ff;
	background-color:#0C88CA;
	border-radius: 3px;
	transition: .4s;
}
.btnSearch:hover {
	opacity:0.8;
	cursor: pointer;
}
.btnSearch:visited {
    color: #fff;
    text-decoration: none;
}
.btnSearch:link {
    color: #fff;
    text-decoration: none;
}
.btnSearch:active {
    color: #fff;
    text-decoration: none;
}
.btnSearch:before {
	position: relative;
	margin-right: 10px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f002";
}

/* クリア系メニュー */
.btnClear {
	display: inline-block;
	padding: 0.3em 0.4em;
	text-decoration: none;
	color: #67c5ff;
	background-color:#ff0000;
	border-radius: 3px;
	transition: .4s;
}
.btnClear:hover {
	opacity:0.8;
	cursor: pointer;
}
.btnClear:visited {
    color: #fff;
    text-decoration: none;
}
.btnClear:link {
    color: #fff;
    text-decoration: none;
}
.btnClear:active {
    color: #fff;
    text-decoration: none;
}
.btnClear:before {
	position: relative;
/*	float: left;*/
	margin-right: 10px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f00d";
}

/* 印刷系メニュー */
.btnPrint {
	display: inline-block;
	padding: 0.3em 1em;
	text-decoration: none;
	color: #67c5ff;
	background-color:#228b22;
	border-radius: 3px;
	transition: .4s;
}
.btnPrint:hover {
	opacity:0.8;
	cursor: pointer;
}
.btnPrint:visited {
    color: #fff;
    text-decoration: none;
}
.btnPrint:link {
    color: #fff;
    text-decoration: none;
}
.btnPrint:active {
    color: #fff;
    text-decoration: none;
}
.btnPrint:before {
	position: relative;
/*	float: left;*/
	margin-right: 10px;
	font-family: "Font Awesome 5 Free";
/*	content: "\f02f";*/
	content: "\f1c1";
/*	font-size:0.9em;*/
}

/* 新規系メニュー */
.btnNew {
	display: inline-block;
	padding: 0.3em 1em;
	text-decoration: none;
	color: #67c5ff;
	background-color:#32cd32;
	cursor: pointer;
	border-radius: 3px;
	transition: .4s;
	/*font-size: 0.9rem;*/
}
.btnNew:hover {
	opacity:0.8;
	cursor: pointer;
}
.btnNew:visited {
    color: #fff;
    text-decoration: none;
	cursor: pointer;
}
.btnNew:link {
    color: #fff;
    text-decoration: none;
	cursor: pointer;
}
.btnNew:active {
    color: #fff;
    text-decoration: none;
	cursor: pointer;
}
.btnNew:before {
	position: relative;
	margin-right: 5px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f044";
}

/* 新規系メニュー */
.btnNew2 {
	display: inline-block;
	padding: 0.3em 1em;
	text-decoration: none;
	color: #67c5ff;
	background-color:#32cd32;
	cursor: pointer;
	border-radius: 3px;
	transition: .4s;
}
.btnNew2:hover {
	opacity:0.8;
	cursor: pointer;
}
.btnNew2:visited {
    color: #fff;
    text-decoration: none;
	cursor: pointer;
}
.btnNew2:link {
    color: #fff;
    text-decoration: none;
	cursor: pointer;
}
.btnNew2:active {
    color: #fff;
    text-decoration: none;
	cursor: pointer;
}
.btnNew2:before {
	position: relative;
	margin-right: 10px;
	font-family: "Font Awesome 5 Free";
	content: "\f044";
}

/* 検索ボタン */
.btnSearchPlus {
	width: 90%;
	display: inline-block;
	padding: 0.3em 1em;
	text-decoration: none;
	color: #67c5ff;
	background-color:#0C88CA;
	border-radius: 3px;
	transition: .4s;
	font-size: 1.0rem;
}
.btnSearchPlus:hover {
	opacity:0.8;
	cursor: pointer;
}
.btnSearchPlus:visited {
    color: #fff;
    text-decoration: none;
}
.btnSearchPlus:link {
    color: #fff;
    text-decoration: none;
}
.btnSearchPlus:active {
    color: #fff;
    text-decoration: none;
}
.btnSearchPlus:before {
	position: relative;
	margin-right: 5px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f00e";
}

/* 新規系メニュー */
.btnNewMaster {
	width: 90%;
	display: inline-block;
	padding: 0.3em 1em;
	text-decoration: none;
	color: #67c5ff;
	background-color:#32cd32;
	cursor: pointer;
	border-radius: 3px;
	transition: .4s;
	font-size: 1.0rem;
}
.btnNewMaster:hover {
	opacity:0.8;
	cursor: pointer;
}
.btnNewMaster:visited {
    color: #fff;
    text-decoration: none;
	cursor: pointer;
}
.btnNewMaster:link {
    color: #fff;
    text-decoration: none;
	cursor: pointer;
}
.btnNewMaster:active {
    color: #fff;
    text-decoration: none;
	cursor: pointer;
}
.btnNewMaster:before {
	position: relative;
	margin-right: 5px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f1c0";
}

/* 編集ボタン */
.btnEdit {
	width: 90%;
	display: inline-block;
	padding: 0.3em 1em;
	text-decoration: none;
	color: #67c5ff;
	background-color:#0C88CA;
	border-radius: 3px;
	transition: .4s;
	font-size: 1.0rem;
}
.btnEdit:hover {
	opacity:0.8;
	cursor: pointer;
}
.btnEdit:visited {
    color: #fff;
    text-decoration: none;
}
.btnEdit:link {
    color: #fff;
    text-decoration: none;
}
.btnEdit:active {
    color: #fff;
    text-decoration: none;
}
.btnEdit:before {
	position: relative;
	margin-right: 5px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f044";
}

/* 編集ボタン */
.btnEditBirth {
	width: 85%;
	display: inline-block;
	padding: 0.0em 0.5em;
	text-decoration: none;
	color: #67c5ff;
	background-color:#0C88CA;
	border-radius: 3px;
	transition: .4s;
	font-size: 0.8rem;
}
.btnEditBirth:hover {
	opacity:0.8;
	cursor: pointer;
}
.btnEditBirth:visited {
    color: #fff;
    text-decoration: none;
}
.btnEditBirth:link {
    color: #fff;
    text-decoration: none;
}
.btnEditBirth:active {
    color: #fff;
    text-decoration: none;
}
.btnEditBirth:before {
	position: relative;
	margin-right: 5px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f044";
}

/* 編集ボタン（メス） */
.btnEditFemale {
	width: 90%;
	display: inline-block;
	padding: 0.3em 1em;
	text-decoration: none;
	color: #67c5ff;
	/*background-color:#f5b2b2;*/
	background-color:#ffb000;
	border-radius: 3px;
	transition: .4s;
	font-size: 1.0rem;
}
.btnEditFemale:hover {
	opacity:0.8;
	cursor: pointer;
}
.btnEditFemale:visited {
    color: #fff;
    text-decoration: none;
}
.btnEditFemale:link {
    color: #fff;
    text-decoration: none;
}
.btnEditFemale:active {
    color: #fff;
    text-decoration: none;
}
.btnEditFemale:before {
	position: relative;
	margin-right: 5px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f044";
}

/* 編集ボタン（メス） */
.btnEditFemaleDis {
	width: 90%;
	display: inline-block;
	padding: 0.3em 1em;
	text-decoration: none;
	color: #67c5ff;
	background-color:#d3d3d3;
	border-radius: 3px;
	transition: .4s;
	font-size: 1.0rem;
}
.btnEditFemaleDis:hover {
	cursor: default;
	text-decoration: none;
}
.btnEditFemaleDis:visited {
    color: #fff;
    text-decoration: none;
}
.btnEditFemaleDis:link {
    color: #fff;
    text-decoration: none;
}
.btnEditFemaleDis:active {
    color: #fff;
    text-decoration: none;
}
.btnEditFemaleDis:before {
	position: relative;
	margin-right: 5px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f044";
}

/* マスター編集ボタン */
.btnEditMaster {
	width: 90%;
	display: inline-block;
	padding: 0.3em 1em;
	text-decoration: none;
	color: #67c5ff;
	background-color:#0C88CA;
	border-radius: 3px;
	transition: .4s;
	font-size: 1.0rem;
}
.btnEditMaster:hover {
	opacity:0.8;
	cursor: pointer;
}
.btnEditMaster:visited {
    color: #fff;
    text-decoration: none;
}
.btnEditMaster:link {
    color: #fff;
    text-decoration: none;
}
.btnEditMaster:active {
    color: #fff;
    text-decoration: none;
}
.btnEditMaster:before {
	position: relative;
	margin-right: 5px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f1c0";
}

/* 更新系メニュー */
.btnRegist {
	display: inline-block;
	padding: 0.3em 1em;
	text-decoration: none;
	color: #67c5ff;
	background-color:#0C88CA;
	border-radius: 3px;
	transition: .4s;
}
.btnRegist:hover {
	opacity:0.8;
	cursor: pointer;
}
.btnRegist:visited {
    color: #fff;
    text-decoration: none;
}
.btnRegist:link {
    color: #fff;
    text-decoration: none;
}
.btnRegist:active {
    color: #fff;
    text-decoration: none;
}

.btnRegist:before {
	position: relative;
/*	float: left;*/
	margin-right: 10px;
	font-family: "Font Awesome 5 Free";
	content: "\f0c7";
/*	font-size:0.9em;*/
}

.btnRegist:before {
	position: relative;
	margin-right: 5px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0c7";
}

/* 一覧メニュー */
.btnList {
	display: inline-block;
	padding: 0.3em 1em;
	text-decoration: none;
	color: #67c5ff;
	background-color:#008080;
	cursor: pointer;
	border-radius: 3px;
	transition: .4s;
}
.btnList:hover {
	opacity:0.8;
	cursor: pointer;
}
.btnList:visited {
    color: #fff;
    text-decoration: none;
	cursor: pointer;
}
.btnList:link {
    color: #fff;
    text-decoration: none;
	cursor: pointer;
}
.btnList:active {
    color: #fff;
    text-decoration: none;
	cursor: pointer;
}
.btnList:before {
	position: relative;
/*	float: left;*/
	margin-right: 10px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f03a";
}

/* 戻るボタン */
.btnBackList {
	display: inline-block;
	padding: 0.3em 1em;
	text-decoration: none;
	color: #67c5ff;
	background-color:#008080;
	cursor: pointer;
	border-radius: 3px;
	transition: .4s;
}
.btnBackList:hover {
	opacity:0.8;
	cursor: pointer;
}
.btnBackList:visited {
    color: #fff;
    text-decoration: none;
	cursor: pointer;
}
.btnBackList:link {
    color: #fff;
    text-decoration: none;
	cursor: pointer;
}
.btnBackList:active {
    color: #fff;
    text-decoration: none;
	cursor: pointer;
}
.btnBackList:before {
	position: relative;
/*	float: left;*/
	margin-right: 10px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f048";
}

/* 削除系メニュー */
.btnDelete {
	display: inline-block;
	padding: 0.3em 1em;
	text-decoration: none;
	color: #67c5ff;
	background-color:#ff0000;
	border-radius: 3px;
	transition: .4s;
	font-size: 1.0rem;
}
.btnDelete:hover {
	opacity:0.8;
	cursor: pointer;
}
.btnDelete:visited {
    color: #fff;
    text-decoration: none;
}
.btnDelete:link {
    color: #fff;
    text-decoration: none;
}
.btnDelete:active {
    color: #fff;
    text-decoration: none;
}
.btnDelete:before {
	position: relative;
	margin-right: 5px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f2ed";
}

/* タイムカード「出勤」 */
.btnTimecard {
	display: inline-block;
	padding: 1.3em 2.0em;
	text-decoration: none;
	/*color: #67c5ff;*/
	font-size: 1.5rem;
	background-color:#0C88CA;
	border-radius: 3px;
	transition: .4s;
}
.btnTimecard:hover {
	opacity:0.8;
	cursor: pointer;
}
.btnTimecard:visited {
    color: #fff;
    text-decoration: none;
}
.btnTimecard:link {
    color: #fff;
    text-decoration: none;
}
.btnTimecard:active {
    color: #fff;
    text-decoration: none;
}

.btnTimecard:before {
	position: relative;
/*	float: left;*/
	margin-right: 10px;
	font-family: "Font Awesome 5 Free";
	content: "\f2f6";
	font-weight: 900;
}

/* タイムカード「出勤」 */
.btnTimecardOut {
	display: inline-block;
	padding: 1.3em 2.0em;
	text-decoration: none;
	/*color: #67c5ff;*/
	font-size: 1.5rem;
	background-color:#ff0000;
	border-radius: 3px;
	transition: .4s;
}
.btnTimecardOut:hover {
	opacity:0.8;
	cursor: pointer;
}
.btnTimecardOut:visited {
    color: #fff;
    text-decoration: none;
}
.btnTimecardOut:link {
    color: #fff;
    text-decoration: none;
}
.btnTimecardOut:active {
    color: #fff;
    text-decoration: none;
}

.btnTimecardOut:before {
	position: relative;
/*	float: left;*/
	margin-right: 10px;
	font-family: "Font Awesome 5 Free";
	content: "\f2f5";
	font-weight: 900;
}

/* ランキングボタン */
.btnRanking {
	width: 90%;
	display: inline-block;
	padding: 0.3em 1em;
	text-decoration: none;
	color: #67c5ff;
	background-color:#0C88CA;
	border-radius: 3px;
	transition: .4s;
	font-size: 1.0rem;
}
.btnRanking:hover {
	opacity:0.8;
	cursor: pointer;
}
.btnRanking:visited {
    color: #fff;
    text-decoration: none;
}
.btnRanking:link {
    color: #fff;
    text-decoration: none;
}
.btnRanking:active {
    color: #fff;
    text-decoration: none;
}
.btnRanking:before {
	position: relative;
	margin-right: 5px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f091";
}

/* ログアウトメニュー */
.btnLogout {
	width: 94%;
	display: inline-block;
	padding: 0.3em 1em;
	text-decoration: none;
	color: #67c5ff;
	background-color:#ff0000;
	border-radius: 3px;
	transition: .4s;
	font-size: 1.0rem;
}
.btnLogout:hover {
	opacity:0.8;
	cursor: pointer;
}
.btnLogout:visited {
    color: #fff;
    text-decoration: none;
}
.btnLogout:link {
    color: #fff;
    text-decoration: none;
}
.btnLogout:active {
    color: #fff;
    text-decoration: none;
}
.btnLogout:before {
	position: relative;
	margin-right: 5px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f2f5";
}

/* 編集ボタン */
.btnListEdit {
    white-space: nowrap;
	display: inline-block;
	padding: 0.3em 0.8em;
	text-decoration: none;
	color: #67c5ff;
	background-color:#0C88CA;
	border-radius: 3px;
	transition: .4s;
	font-size: 0.8rem;
}
.btnListEdit:hover {
	opacity:0.8;
	cursor: pointer;
}
.btnListEdit:visited {
    color: #fff;
    text-decoration: none;
}
.btnListEdit:link {
    color: #fff;
    text-decoration: none;
}
.btnListEdit:active {
    color: #fff;
    text-decoration: none;
}
.btnListEdit:before {
	position: relative;
	margin-right: 2px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f044";
}

/* リスト内の印刷系ボタン */
.btnListPrint {
	display: inline-block;
	padding: 0.1em 0.6em;
	text-decoration: none;
	color: #67c5ff;
	background-color:#228b22;
	border-radius: 3px;
	transition: .4s;
}
.btnListPrint:hover {
	opacity:0.8;
	cursor: pointer;
}
.btnListPrint:visited {
    color: #fff;
    text-decoration: none;
}
.btnListPrint:link {
    color: #fff;
    text-decoration: none;
}
.btnListPrint:active {
    color: #fff;
    text-decoration: none;
}
.btnListPrint:before {
	position: relative;
	margin-right: 0px;
	font-family: "Font Awesome 5 Free";
	content: "\f1c1";
	font-size:1.5em;
}

/* 編集ボタン */
.btnListEditFemale {
    white-space: nowrap;
	display: inline-block;
	padding: 0.3em 0.8em;
	text-decoration: none;
	color: #67c5ff;
	background-color:#f5b2b2;
	border-radius: 3px;
	transition: .4s;
	font-size: 0.8rem;
}
.btnListEditFemale:hover {
	opacity:0.8;
	cursor: pointer;
}
.btnListEditFemale:visited {
    color: #fff;
    text-decoration: none;
}
.btnListEditFemale:link {
    color: #fff;
    text-decoration: none;
}
.btnListEditFemale:active {
    color: #fff;
    text-decoration: none;
}
.btnListEditFemale:before {
	position: relative;
	margin-right: 2px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f044";
}

/* 検索ボタン */
.btnListSearch {
	width: 90%;
	display: inline-block;
	padding: 0.3em 1em;
	text-decoration: none;
	color: #67c5ff;
	background-color:#0C88CA;
	border-radius: 3px;
	transition: .4s;
	font-size: 0.8rem;
}
.btnListSearch:hover {
	opacity:0.8;
	cursor: pointer;
}
.btnListSearch:visited {
    color: #fff;
    text-decoration: none;
}
.btnListSearch:link {
    color: #fff;
    text-decoration: none;
}
.btnListSearch:active {
    color: #fff;
    text-decoration: none;
}
.btnListSearch:before {
	position: relative;
	margin-right: 0px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f002";
}

/* 検索ボタン */
.btnListSearchFemale {
	width: 90%;
	display: inline-block;
	padding: 0.3em 1em;
	text-decoration: none;
	color: #67c5ff;
	background-color:#f5b2b2;
	border-radius: 3px;
	transition: .4s;
	font-size: 0.8rem;
}
.btnListSearchFemale:hover {
	opacity:0.8;
	cursor: pointer;
}
.btnListSearchFemale:visited {
    color: #fff;
    text-decoration: none;
}
.btnListSearchFemale:link {
    color: #fff;
    text-decoration: none;
}
.btnListSearchFemale:active {
    color: #fff;
    text-decoration: none;
}
.btnListSearchFemale:before {
	position: relative;
	margin-right: 0px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f002";
}

/* 詳細ボタン */
.btnListInfo {
    white-space: nowrap;
	display: inline-block;
	padding: 0.3em 0.8em;
	text-decoration: none;
	color: #67c5ff;
	background-color:#0C88CA;
	border-radius: 3px;
	transition: .4s;
	font-size: 0.8rem;
}
.btnListInfo:hover {
	opacity:0.8;
	cursor: pointer;
}
.btnListInfo:visited {
    color: #fff;
    text-decoration: none;
}
.btnListInfo:link {
    color: #fff;
    text-decoration: none;
}
.btnListInfo:active {
    color: #fff;
    text-decoration: none;
}
.btnListInfo:before {
	position: relative;
	margin-right: 4px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f05a";
}

/* 詳細ボタン */
.btnListInfoFemale {
    white-space: nowrap;
	display: inline-block;
	padding: 0.3em 0.8em;
	text-decoration: none;
	color: #67c5ff;
	background-color:#f5b2b2;
	border-radius: 3px;
	transition: .4s;
	font-size: 0.8rem;
}
.btnListInfoFemale:hover {
	opacity:0.8;
	cursor: pointer;
}
.btnListInfoFemale:visited {
    color: #fff;
    text-decoration: none;
}
.btnListInfoFemale:link {
    color: #fff;
    text-decoration: none;
}
.btnListInfoFemale:active {
    color: #fff;
    text-decoration: none;
}
.btnListInfoFemale:before {
	position: relative;
	margin-right: 4px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f05a";
}

/* リスト内の編集系ボタン */
.btnListCheck {
	display: inline-block;
	padding: 0.1em 0.6em;
	text-decoration: none;
	color: #fff;
	background-color:#4179be;
	border-radius: 3px;
	transition: .4s;
}
.btnListCheck:hover {
	opacity:0.8;
    color: #fff;
	cursor: pointer;
}
.btnListCheck:visited {
    color: #fff;
    text-decoration: none;
}
.btnListCheck:link {
    color: #fff;
    text-decoration: none;
}
.btnListCheck:active {
    color: #fff;
    text-decoration: none;
}
.btnListCheck:before {
	position: relative;
	margin-right: 4px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f058";
}

/* 増やすボタン */
.btnListPlus {
    white-space: nowrap;
	display: inline-block;
	padding: 0.3em 0.8em;
	text-decoration: none;
	color: #67c5ff;
	background-color:#0C88CA;
	border-radius: 3px;
	transition: .4s;
	font-size: 0.8rem;
}
.btnListPlus:hover {
	opacity:0.8;
	cursor: pointer;
}
.btnListPlus:visited {
    color: #fff;
    text-decoration: none;
}
.btnListPlus:link {
    color: #fff;
    text-decoration: none;
}
.btnListPlus:active {
    color: #fff;
    text-decoration: none;
}
.btnListPlus:before {
	position: relative;
	margin-right: 2px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f055";
}

/* 減らすボタン */
.btnListMinus {
    white-space: nowrap;
	display: inline-block;
	padding: 0.3em 0.8em;
	text-decoration: none;
	color: #67c5ff;
	background-color:#ff0000;
	border-radius: 3px;
	transition: .4s;
	font-size: 0.8rem;
}
.btnListMinus:hover {
	opacity:0.8;
	cursor: pointer;
}
.btnListMinus:visited {
    color: #fff;
    text-decoration: none;
}
.btnListMinus:link {
    color: #fff;
    text-decoration: none;
}
.btnListMinus:active {
    color: #fff;
    text-decoration: none;
}
.btnListMinus:before {
	position: relative;
	margin-right: 2px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f056";
}

/* 閉じるメニュー */
.btnClose {
	display: inline-block;
	padding: 0.3em 1em;
	text-decoration: none;
	color: #67c5ff;
	background-color:#32cd32;
	cursor: pointer;
	border-radius: 3px;
	transition: .4s;
}
.btnClose:hover {
	opacity:0.8;
	cursor: pointer;
}
.btnClose:visited {
    color: #fff;
    text-decoration: none;
	cursor: pointer;
}
.btnClose:link {
    color: #fff;
    text-decoration: none;
	cursor: pointer;
}
.btnClose:active {
    color: #fff;
    text-decoration: none;
	cursor: pointer;
}

/* パスワード変更ボタン */
.btnPassChg {
	width: 90%;
	display: inline-block;
	padding: 0.3em 1em;
	text-decoration: none;
	color: #67c5ff;
	background-color:#0C88CA;
	border-radius: 3px;
	transition: .4s;
	font-size: 1.0rem;
}
.btnPassChg:hover {
	opacity:0.8;
	cursor: pointer;
}
.btnPassChg:visited {
    color: #fff;
    text-decoration: none;
}
.btnPassChg:link {
    color: #fff;
    text-decoration: none;
}
.btnPassChg:active {
    color: #fff;
    text-decoration: none;
}
.btnPassChg:before {
	position: relative;
	margin-right: 5px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f084";
}

/* スマートフォン専用メニュー
---------------------------------------------------------------------------*/
.spMenu1 {
	display:block;
	position:fixed;
	bottom:0;
	left:0;
	overflow:hidden;
	/*	background:#6cafee;*/
	z-index:9998;
	width:100%;
/*	background:rgba(108,175,238,0.5);*/
	background:rgba(22,13,186,0.5);
}
.spMenu1 ul {
	width:100%;
	display:table;
	table-layout:fixed;
	border-top:1px solid #65ae5c;
	border-bottom:1px solid #65ae5c;
	-moz-box-shadow: 0px 0px 5px #666666;
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}
.spMenu1 ul li {
	display:table-cell;
	/*	background:#6cafee;*/
/*	background:rgba(108,175,238,0.5);*/
	background:rgba(22,13,186,0.5);
}
.spMenu1 a {
	text-decoration:none;
	color:#fff;
	padding:2px;
	display:block;
	margin-top: 5px;
	text-align: center;
}
.spMenu1 a:hover {
	/*background:#6cafee;*/
/*	background:rgba(108,175,238,0.5);*/
	background:rgba(22,13,186,0.5);
}
.spMenu1 ul li span {
	display:block;
	text-align:center;
	font-size:0.75em;
}
.spMenu1 ul li span[class*="fa"] {
	font-size:1.7em;
}


/* --- button Area --- */

.btn_area {
	padding-top: 1em;
}

ul.btn_area li {
	margin-bottom: 1em;
}
ul.btn_area li a,
ul.btn_area li button {
	padding: 0.4em 0.4em 0.4em;
}
ul.btn_area li span {
	font-size: 10px;
	font-size: 1.0rem;
}

ul.btn_area {
	width: 98%;
	margin: 0 auto;
	overflow: hidden;
}
ul.btn_area li.button02 {
	float: right;
	width: 48%;
}
ul.btn_area li.button03 {
	float: left;
	width: 48%;
}
ul.btn_area li.button05 {
	float: right;
	width: 48%;
}
ul.btn_area li.bt_left {
	float: left;
}
ul.btn_area li.bt_right {
	float: right;
}

/* ローディング画像 */
#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #000;
	z-index: 1;

	background-color: #eeeeee;
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
}
#loader {
	display: bloak;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -80px;
	text-align: center;
	color: #000;
	z-index: 2;
}
#loader222 {
	display: bloak;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 400px;
	margin-top: -100px;
	margin-left: -100px;
	text-align: center;
	color: #000;
	z-index: 2;
}

/* ローディング画像 */
#loader-bg2 {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #000;
	z-index: 1;

	background-color: #eeeeee;
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
}
#loader2 {
	display: bloak;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 400px;
	margin-top: -100px;
	margin-left: -100px;
	text-align: center;
	color: #000;
	z-index: 2;
}

/* ローディング画像 */
#loader-bg3 {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #000;
	z-index: 1;

	background-color: #eeeeee;
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
}
#loader3 {
	display: bloak;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 400px;
	margin-top: -100px;
	margin-left: -100px;
	text-align: center;
	color: #000;
	z-index: 2;
}

/* 「?」吹き出し 上部
---------------------------------------------------------------------------*/
.cp_tooltip {
	position: relative;
	display: inline-block;
	cursor: pointer;
/*	background: linear-gradient(transparent 60%, #f19ec2 60%);*/
}
.cp_tooltip .cp_tooltiptext {
	position: absolute;
	z-index: 1;
	bottom: 150%;
	line-height: 180%;
	left: 0;
	visibility: hidden;
	width: auto;
	white-space: nowrap;
	padding: 0.6em 0.6em;
	transition: opacity 1s;
	text-align: left;
	opacity: 0;
	color: #ffffff;
	border-radius: 6px;
	background-color: #da3c41;
}
.cp_tooltip .cp_tooltiptext::after {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	content: ' ';
	border: 5px solid transparent;
	border-top-color: #da3c41;
}
.cp_tooltip:hover .cp_tooltiptext {
	visibility: visible;
	opacity: 1;
}

/* 「?」吹き出し 下部
---------------------------------------------------------------------------*/
.cp_tooltip_low {
	position: relative;
	display: inline-block;
	cursor: pointer;
/*	background: linear-gradient(transparent 60%, #f19ec2 60%);*/
}
.cp_tooltip_low .cp_tooltiptext {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 30px;
	line-height: 180%;
	visibility: hidden;
	width: auto;
	white-space: nowrap;
	padding: 0.6em 0.6em;
	transition: opacity 1s;
	text-align: left;
	opacity: 0;
	color: #ffffff;
	border-radius: 6px;
	background-color: #da3c41;
	font-size: 0.7rem;
}
.cp_tooltip_low .cp_tooltiptext::after {
	position: absolute;
	left: 50%;
	margin-left: -5px;
	content: ' ';
	border: 5px solid transparent;
	border-top-color: #da3c41;
}
.cp_tooltip_low:hover .cp_tooltiptext {
	visibility: visible;
	opacity: 1;
}

/* 「?」吹き出し 左部
---------------------------------------------------------------------------*/
.cp_tooltip_left {
	position: relative;
	display: inline-block;
	cursor: pointer;
/*	background: linear-gradient(transparent 60%, #f19ec2 60%);*/
}
.cp_tooltip_left .cp_tooltiptext {
	position: absolute;
	z-index: 1;
	left: -200px;
	line-height: 180%;
	visibility: hidden;
	width: auto;
	white-space: nowrap;
	padding: 0.6em 0.6em;
	transition: opacity 1s;
	text-align: left;
	opacity: 0;
	color: #ffffff;
	border-radius: 6px;
	background-color: #da3c41;
}
.cp_tooltip_left .cp_tooltiptext::after {
	position: absolute;
	left: 50%;
	margin-left: -5px;
	content: ' ';
	border: 5px solid transparent;
	border-top-color: #da3c41;
}
.cp_tooltip_left:hover .cp_tooltiptext {
	visibility: visible;
	opacity: 1;
}

#login_wrap {
	padding-bottom: 20px;
	height: auto;
	text-align: left;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}
#login_wrap .floatClear {
    clear:  both;
    display: block;
}

.clear {
    clear: both;
    display: block;
}


/*****************************************************************************/
/* メインコンテンツ内のコンテンツ枠定義
/*****************************************************************************/
#login_contents {
    float: left;
    width: 100%;
    min-height: 680px;
    height: auto;
    margin-top: 0px;
    padding: 14px 4px;
}

#userid{
}
#pass{
}
#userid,#pass{
	margin: 3px 0px;
	padding-left: 5px;
	padding-right: 5px;
	height: 45px;
	width: 248px;
	background-repeat: no-repeat;
	background-position: left center;
	ime-mode: disabled;
	font-size: 21px;
	line-height: 45px;
}

#login_area{
	margin-top: 50px;
	padding-top: 25px;
	height: 330px;
	width: 300px;
	background-color: #2D2F35;
}
#login_area_footer{
	height: 5px;
	width: 290px;
	background-color: #646977;
}

/*****************************************************************************/
/* 中央ポップアップダイアログ設定 */
/*****************************************************************************/

.modal {
	display: none;
}
.modalBody {
	position: fixed;
	z-index: 1000;
	background: #eee;
	width: 400px;
	left: 50%;
	top: 40%;
	color: #ff0000;
	height: 200px
	border-width: 5px;
	border-color: #ff0000;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.modalBK {
	position: fixed;
	z-index: 999;
	height: 100%;
	width: 100%;
	background: #ccc;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
}

.close {
	cursor: pointer;
	margin: 0px 0 0 0;
	text-align: right;
}
/*
.modal {
	width:690px;
	color: #eee;
}
*/
.modal p {
	font-size:16px;
	text-align:justify;
}
.modal h1{
	font-weight:bold;
	font-size: 30px;
}
.modalBody{
	padding: 10px;
}

/* 出勤簿関連
---------------------------------------------------------------------------*/

/* 出勤済のスタッフのボタン */
.radius_in {
	width: 200px;               	/* 幅指定 */
	height: 120px;              	/* 高さ指定 */
	border: solid 2px #00ffff;		/* 枠線指定 */
	background-color: #00ffff;		/* 背景色指定 */
	border-radius: 10px;       		/* 角丸指定 */
	padding: 10px;
	margin-bottom: 10px;
}
.radius_in .name {
	font-weight: bold;
	font-size: 1.4rem;
}
.radius_in .incheck {
	font-size: 1.4rem;
	color: #0c88ca;
}
a {
	color: #000;
}

/* 退勤済のスタッフのボタン */
.radius_out {
	width: 200px;               	/* 幅指定 */
	height: 120px;              	/* 高さ指定 */
	border: solid 2px #ffc0cb;   /* 枠線指定 */
	background-color: #ffc0cb;   /* 背景色指定 */
	border-radius: 10px;        	/* 角丸指定 */
	padding: 10px;
	margin-bottom: 10px;
}
.radius_out .name {
	font-weight: bold;
	font-size: 1.4rem;
}
.radius_out .incheck {
	font-size: 1.4rem;
	color: #ff0000;
}

/* 未出勤のスタッフのボタン */
.radius_wait {
	width: 200px;               	/* 幅指定 */
	height: 120px;              	/* 高さ指定 */
	border: solid 2px #eee;   		/* 枠線指定 */
	background-color: #eee;   		/* 背景色指定 */
	border-radius: 10px;        	/* 角丸指定 */
	padding: 10px;
	margin-bottom: 10px;
}
.radius_wait .name {
	font-weight: bold;
	font-size: 1.4rem;
}
.radius_wait .incheck {
	font-size: 1.4rem;
	color: #ff0000;
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* ------------------------------------------------------- */
/* max-width:768px tablet Base --------------------------- */
/* PC用 */
/* ------------------------------------------------------- */
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
@media only screen and (min-width: 960px){

	/* 画面サイズが960pxからはここを読み込む */
	
}
	

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* ------------------------------------------------------- */
/* max-width:800px tablet Base --------------------------- */
/* スマートフォン */
/* ------------------------------------------------------- */
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
@media only screen and (max-width:959px){
	
	/* 959pxまでの幅の場合に適応される */

	/* テーブル（登録フォーム）
	---------------------------------------------------------------------------*/
	.ta_regist {
		width: 100%;
	}
	
}
	
/* ------------------------------------------------------- */
/* max-width:480px tablet Base --------------------------- */
/* スマートフォン */
/* ------------------------------------------------------- */
	
/* スマートフォン 縦(ポートレート) */
/* 480pxまでの幅の場合に適応される */
@media only screen and (max-width:767px){
	
	/* 480pxまでの幅の場合に適応される */
	.ta_regist {
		width: 100%;
	}

	/* テーブル（検索条件）
	---------------------------------------------------------------------------*/
	.ta_search {
		width: 100%;
	}

	.ta_search .last td:last-child {
		border-bottom: solid 1px #ccc;
		width: 100%;
	}

	.ta_search th {
		border-bottom: none;
		display: block;
		width: 98%;
		font-size: 0.9rem;
	}

	.ta_search td {
		border-bottom: none;
		display: block;
		width: 98%;
		font-size: 0.9rem;
	}
}
	