 @CHARSET "utf-8";

/********************************************************/
/* 全体HTML */
/********************************************************/
html {
	overflow: auto;
	width: 100%;
	height: 100%;
	font-size:12px;		
	color: #333;	
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;	
}

/********************************************************/
/* 全体BODY */
/********************************************************/
body	{		
	margin: 0;
    padding: 0;
    position: relative;
    /* width: 100%; */
    min-width: 1326px;    
    height: 100%;
	overflow: hidden;	
	background-color: #FFFFFF; /* #F5F5F5 */
	/*background-color: #fff0f5;*/ /* demo */
	font-size:12px;		
	color: #333;	
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;	
}

/********************************************************/
/* フォント指定 */
/********************************************************/
button { font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; }
a { font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; }
input { font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; }
select { font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; }
textarea { font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; }

/********************************************************/
/* コントロール系 */
/********************************************************/
input[type="text"] {	
	height:20px;
	padding: 2px 5px;
	border:1px solid #CECECE;
}
input[type="password"] {
	height:20px;
	padding: 2px 5px;
	border:1px solid #CECECE;
}
input[type="submit"], input[type="reset"], input[type="button"], button{
  cursor: pointer;
}
select {	
	height:24px;
	border:1px solid #CECECE;
}

::-webkit-input-placeholder { color: #c0c0c0; opacity: 1; }
:-moz-placeholder { color: #c0c0c0; }
::-moz-placeholder { color: #c0c0c0; opacity: 1; }
:-ms-input-placeholder { color: #c0c0c0; }

input::-ms-clear { 
	display:none;
}
input::-ms-reveal { 
	display:none;
}

input[type="checkbox"] {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;	
}
label {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;	
}

.err_control{
	background-color: #ffffcc !important;
}

/********************************************************/
/* ログイン画面 */
/********************************************************/
#loginbox {
	position: absolute;  /*body要素に対して絶対配置*/
	padding:0px;	
	margin: 0px; 
	/*margin: -200px 0 0 -250px;*/  /*縦横の半分をネガティブマージンでずらす*/  
    top: 40%;  /*上端を中央に*/
    left: 50%;  /*左端を中央に*/
    width: 500px;  /*横幅*/
    height: 240px;  /*縦幅*/
}
#loginbox table tr td {
	text-align: center;
}
#loginbox table tr td .label {
	font-weight: bold;
}
#loginbox table input[type="text"] {
	width: 200px;
}
#loginbox table input[type="password"] {
	width: 200px;
}

/********************************************************/
/* 全体Aタグ */
/********************************************************/
a:link {
	color: #0284C3;
	text-decoration: none;
}
a:visited {
	color: #0284C3;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #0284C3;
	text-decoration: none;
}

/********************************************************/
/* 全体Aタグ(画像リンク用) */
/********************************************************/
a.imagelink:link {
	color: #0284C3;	
	text-decoration: none;
}
a.imagelink:visited {
	color: #0284C3;
	text-decoration: none;
}
a.imagelink:hover {
	color: #0284C3;
	text-decoration: none;
}
a.imagelink:active {
	color: #0284C3;
	text-decoration: none;
}

/********************************************************/
/* 全体Aタグ(ダイアログリンク用) */
/********************************************************/
a.dlglink:link {
	color: #0284C3;	
	text-decoration: underline;
}
a.dlglink:visited {
	color: #0284C3;
	text-decoration: underline;
}
a.dlglink:hover {
	color: #FF0000;
	text-decoration: underline;
}
a.dlglink:active {
	color: #0284C3;
	text-decoration: underline;
}

/********************************************************/
/* Aタグ(ロングランリンク用) */
/********************************************************/
a.longrunlink:link {
	color: #E31F61;	
	text-decoration: none;
}
a.longrunlink:visited {
	color: #E31F61;
	text-decoration: none;
}
a.longrunlink:hover {
	color: #E31F61;
	text-decoration: none;
}
a.longrunlink:active {
	color: #E31F61;
	text-decoration: none;
}

/********************************************************/
/* コンテナ */
/********************************************************/
#container {	
	position: relaitive;
	height: 100%;
	min-height: 100%;	
	margin-top: 0px;	
}
#container .grouparea {
	/*width:1366px;*/
	width:100%;
	margin:0px auto;
	text-align:center;
	background-color: #FFFFFF;
}

/********************************************************/
/* タイトル・ログイン情報エリア */
/********************************************************/
#h_top {	
	height: 40px;
	/*width: 100%;*/
	min-width: 1346px;
	/* background-image: url('../image/wall_header_01.png'); */
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	/*background-color: #fff0f5;*/ /* demo */
	position: fixed;  
    top:0;  
    left:0;  	
}
#h_top_area {
	height: 40px;	
	margin: 0px; /* auto*/ 
	float:left;
}
#h_top_title {
	width: 380px;	
	height: 40px;	
	font-size: 26px;	
	color: #FFFFFF;
	float: left;
}
#h_top_login {	
	width: 500px;	
	font-size: 15px;	
	color: #000000;
	margin-top: 8px;
	text-align: right;
	float:left;
}
#h_top_logout {
	float:left;
}
#h_top_area_right {	
	height: 40px;
	margin-top: 8px;	
	margin-left: 100px; /* auto*/	 
	float:right;
	font-size: 15px;	
	color: #000000;
	text-align: right;
	position: fixed;
	right:20px;	
}

/********************************************************/
/* メニューエリア */
/********************************************************/
#h_menu {
	/*width: 100%;*/
	height: 30px;
	min-width: 1346px;	
	/*background-image: url('../image/wall.png');*/
	background-repeat: repeat-x;
	position: fixed;  
    top:40px;  
    left:0;  
}
#h_menu_area {	
	height: 30px;
	margin: 0px; /* auto */
	background-color:#4D4D4D;
	vertical-align: middle;
	font-size: 14px;
	line-height: 40px;
	color: #FFFFFF;
	clear: both;	
}
#h_menu_area .headsearch {
	/*color: #000;*/
	position: relative;	
	font-size:11px;
	border: 1px solid #c0c0c0;	
	width:140px;
	height:19px;
	margin-top:4px;
	margin-left:2px;
	vertical-align:top;
    padding:1px 5px 0px 15px; 
}
/***************************/
/*メニュー*/
/***************************/
#u_menu {margin:0; padding:0; width:900px; height: 30px;}
#u_menu li {
	position: relative;
	float:left;
	width: 120px;
	height: 30px;
	line-height: 30px;
	list-style:none;
	text-align: center;
	display: inline-block;	
	color: #FFFFFF;
	text-decoration: none;	
}
#u_menu li a {
	position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    padding: 0;	
	display: inline-block;	
	vertical-align: middle;	
	color: #FFFFFF;
	text-decoration: none;	
}
#u_menu li a:hover { background-color: #e31f61 } /* color: #ffcccc; */
#u_menu li ul {
	margin:0;
	padding:0;
	position:relative;
	visibility:hidden;
	list-style: none;
}
#u_menu li ul li {
	float:none;
	display:inline;
}
/*********************/
/*メニュー(ドロップダウン)*/
/*********************/
#u_menu li ul li a {
	width: 120px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url('../image/wall_menu_21.png');
	background-repeat: no-repeat;	
}
#u_menu li ul li a:hover {
	background-image: url('../image/wall_menu_21b.png');
	background-repeat: no-repeat;	
}
/******************/
/*メニュー(選択中)*/
/******************/
#u_menu .active {
	background-color: #e31f61;	
}
#u_menu .active a {	
	background-color: #e31f61;	
}
#u_menu .active a:hover {
	background-color: #e31f61;
}
/***************************/
/*メニュー(選択中 ドロップダウン)*/
/***************************/
#u_menu .active ul li a {
	width: 120px;
	color: #FFFFFF;	
	text-decoration: none;
	background-image: url('../image/wall_menu_21.png');
	background-repeat: no-repeat;	
}
#u_menu .active ul li a:hover {
	background-image: url('../image/wall_menu_21b.png');
	background-repeat: no-repeat;	
}

/********************************************************/
/* フッターエリア */
/********************************************************/
#footer {
	position: fixed; /*  !important */   
    position: absolute;
	left: 20px;
	bottom: 10px; 
	height: 25px;	
	font-size: 11px;
	color: #c0c0c0;
}

/********************************************************/
/* コンテンツエリア */
/********************************************************/
#content {	
	width:100%;
	margin: 0px;
	margin-bottom: 40px;
	padding: 0px 0px 30px 0px;
	clear: both;	
	position: relative;  
    top:70px;  
    left:0;    
}

/******************/
/* メニューボックス */
/******************/
#topmenubox {	
	
	min-width: 1346px;
	height:85px;
	background-color: #F2F2F2;	
	/*position: fixed;
	top: 62px;
	left: 0px;*/
}

/******************/
/* 新規作成 */
/******************/
#topmenubox .add_01 {
    background: url("../image/add_01.png");
    background-repeat: no-repeat;	
    float: left;
    margin-top: 10px;
    margin-left: 15px;
}
#topmenubox .add_01 a {
    width: 65px;
    height: 65px;
    background: url("../image/add_01.png");
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
}
#topmenubox .add_01 a:hover {
	background: url("../image/add_01_over.png");
}
/******************/
/* 編集・検索 */
/******************/
#topmenubox .search_01 {
    background: url("../image/search_01.png");
    background-repeat: no-repeat;	
    float: left;
    margin-top: 10px;
    margin-left: 15px;
}
#topmenubox .search_01 a {
    width: 65px;
    height: 65px;
    background: url("../image/search_01.png");
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
}
#topmenubox .search_01 a:hover {
	background: url("../image/search_01_over.png");
}
/******************/
/* 設定 */
/******************/
#topmenubox .setting_01 {
    background: url("../image/setting_01.png");
    background-repeat: no-repeat;	
    float: left;
    margin-top: 10px;
    margin-left: 15px;
}
#topmenubox .setting_01 a {
    width: 65px;
    height: 65px;
    background: url("../image/setting_01.png");
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
}
#topmenubox .setting_01 a:hover {
	background: url("../image/setting_01_over.png");
}
/******************/
/* メール管理 */
/******************/
#topmenubox .mail_01 {
    background: url("../image/mail_01.png");
    background-repeat: no-repeat;	
    float: left;
    margin-top: 10px;
    margin-left: 15px;
}
#topmenubox .mail_01 a {
    width: 65px;
    height: 65px;
    background: url("../image/mail_01.png");
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
}
#topmenubox .mail_01 a:hover {
	background: url("../image/mail_01_over.png");
}
/******************/
/* 保存 */
/******************/
#topmenubox .save_01 {
    background: url("../image/save_01.png");
    background-repeat: no-repeat;	
    float: left;
    margin-top: 10px;
    margin-left: 15px;
}
#topmenubox .save_01 a {
    width: 65px;
    height: 65px;
    background: url("../image/save_01.png");
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
}
#topmenubox .save_01 a:hover {
	background: url("../image/save_01_over.png");
}
/******************/
/* 下書き保存 */
/******************/
#topmenubox .draft_01 {
    background: url("../image/draft_01.png");
    background-repeat: no-repeat;	
    float: left;
    margin-top: 10px;
    margin-left: 15px;
}
#topmenubox .draft_01 a {
    width: 65px;
    height: 65px;
    background: url("../image/draft_01.png");
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
}
#topmenubox .draft_01 a:hover {
	background: url("../image/draft_01_over.png");
}
/******************/
/* キャンセル */
/******************/
#topmenubox .cancel_01 {
    background: url("../image/cancel_01.png");
    background-repeat: no-repeat;	
    float: left;
    margin-top: 10px;
    margin-left: 15px;
}
#topmenubox .cancel_01 a {
    width: 65px;
    height: 65px;
    background: url("../image/cancel_01.png");
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
}
#topmenubox .cancel_01 a:hover {
	background: url("../image/cancel_01_over.png");
}
/******************/
/* 編集 */
/******************/
#topmenubox .edit_01 {
    background: url("../image/edit_02.png");
    background-repeat: no-repeat;	
    float: left;
    margin-top: 10px;
    margin-left: 15px;
}
#topmenubox .edit_01 a {
    width: 65px;
    height: 65px;
    background: url("../image/edit_02.png");
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
}
#topmenubox .edit_01 a:hover {
	background: url("../image/edit_02_over.png");
}
/******************/
/* 複製 */
/******************/
#topmenubox .copy_01 {
    background: url("../image/copy_01.png");
    background-repeat: no-repeat;	
    float: left;
    margin-top: 10px;
    margin-left: 15px;
}
#topmenubox .copy_01 a {
    width: 65px;
    height: 65px;
    background: url("../image/copy_01.png");
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
}
#topmenubox .copy_01 a:hover {
	background: url("../image/copy_01_over.png");
}
/******************/
/* 解約 */
/******************/
#topmenubox .end_01 {
    background: url("../image/end_01.png");
    background-repeat: no-repeat;	
    float: left;
    margin-top: 10px;
    margin-left: 15px;
}
#topmenubox .end_01 a {
    width: 65px;
    height: 65px;
    background: url("../image/end_01.png");
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
}
#topmenubox .end_01 a:hover {
	background: url("../image/end_01_over.png");
}
/******************/
/* csv出力 */
/******************/
#topmenubox .export_01 {
    background: url("../image/export_02.png");
    background-repeat: no-repeat;	
    float: left;
    margin-top: 10px;
    margin-left: 15px;
}
#topmenubox .export_01 a {
    width: 65px;
    height: 65px;
    background: url("../image/export_02.png");
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
}
#topmenubox .export_01 a:hover {
		background: url("../image/export_02_over.png");
}
/******************/
/* 印刷 */
/******************/
#topmenubox .print_01 {
    background: url("../image/print_01.png");
    background-repeat: no-repeat;	
    float: left;
    margin-top: 10px;
    margin-left: 15px;
}
#topmenubox .print_01 a {
    width: 65px;
    height: 65px;
    background: url("../image/print_01.png");
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
}
#topmenubox .print_01 a:hover {
	background: url("../image/print_01_over.png");
}

/******************/
/* CSVインポート */
/******************/
#topmenubox .import_01 {
    background: url("../image/import_01.png");
    background-repeat: no-repeat;	
    float: left;
    margin-top: 10px;
    margin-left: 15px;
}
#topmenubox .import_01 a {
    width: 65px;
    height: 65px;
    background: url("../image/import_01.png");
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
}
#topmenubox .import_01 a:hover {
		background: url("../image/import_01_over.png");
}

/******************/
/* 整備項目追加 */
/******************/
#topmenubox .itemadd_01 {
    background: url("../image/itemadd_01.png");
    background-repeat: no-repeat;	
    float: left;
    margin-top: 10px;
    margin-left: 15px;
}
#topmenubox .itemadd_01 a {
    width: 65px;
    height: 65px;
    background: url("../image/itemadd_01.png");
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
}
#topmenubox .itemadd_01 a:hover {
		background: url("../image/itemadd_01_over.png");
}

/******************/
/* ロングラン */
/******************/
#topmenubox .longrun_01 {
    background: url("../image/longrun_01.png");
    background-repeat: no-repeat;	
    float: left;
    margin-top: 10px;
    margin-left: 15px;
}
#topmenubox .longrun_01 a {
    width: 65px;
    height: 65px;
    background: url("../image/longrun_01.png");
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
}
#topmenubox .longrun_01 a:hover {
		background: url("../image/longrun_01_over.png");
}

/******************/
/* 点検整備 */
/******************/
#topmenubox .mainteitem_01 {
    background: url("../image/mainteitem_01.png");
    background-repeat: no-repeat;	
    float: left;
    margin-top: 10px;
    margin-left: 15px;
}
#topmenubox .mainteitem_01 a {
    width: 65px;
    height: 65px;
    background: url("../image/mainteitem_01.png");
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
}
#topmenubox .mainteitem_01 a:hover {
		background: url("../image/mainteitem_01_over.png");
}

/******************/
/* メール設定 */
/******************/
#topmenubox .mastmail_01 {
    background: url("../image/mastmail_01.png");
    background-repeat: no-repeat;	
    float: left;
    margin-top: 10px;
    margin-left: 15px;
}
#topmenubox .mastmail_01 a {
    width: 65px;
    height: 65px;
    background: url("../image/mastmail_01.png");
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
}
#topmenubox .mastmail_01 a:hover {
		background: url("../image/mastmail_01_over.png");
}

/******************/
/* 店舗一覧 */
/******************/
#topmenubox .store_01 {
    background: url("../image/store_01.png");
    background-repeat: no-repeat;	
    float: left;
    margin-top: 10px;
    margin-left: 15px;
}
#topmenubox .store_01 a {
    width: 65px;
    height: 65px;
    background: url("../image/store_01.png");
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
}
#topmenubox .store_01 a:hover {
		background: url("../image/store_01_over.png");
}

/******************/
/* カタログ */
/******************/
#topmenubox .catalog_01 {
    background: url("../image/catalog_01.png");
    background-repeat: no-repeat;	
    float: left;
    margin-top: 10px;
    margin-left: 15px;
}
#topmenubox .catalog_01 a {
    width: 65px;
    height: 65px;
    background: url("../image/catalog_01.png");
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
}
#topmenubox .catalog_01 a:hover {
		background: url("../image/catalog_01_over.png");
}

/******************/
/* 実行 */
/******************/
#topmenubox .exec_01 {
    background: url("../image/exec_01.png");
    background-repeat: no-repeat;	
    float: left;
    margin-top: 10px;
    margin-left: 15px;
}
#topmenubox .exec_01 a {
    width: 65px;
    height: 65px;
    background: url("../image/exec_01.png");
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
}
#topmenubox .exec_01 a:hover {
		background: url("../image/exec_01_over.png");
}

/******************/
/* 削除 */
/******************/
#topmenubox .del_01 {
    background: url("../image/del_01.png");
    background-repeat: no-repeat;	
    float: left;
    margin-top: 10px;
    margin-left: 15px;
}
#topmenubox .del_01 a {
    width: 65px;
    height: 65px;
    background: url("../image/del_01.png");
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
}
#topmenubox .del_01 a:hover {
		background: url("../image/del_01_over.png");
}

/******************/
/* 担当者設定 */
/******************/
#topmenubox .staff_01 {
    background: url("../image/staff_01.png");
    background-repeat: no-repeat;	
    float: left;
    margin-top: 10px;
    margin-left: 15px;
}
#topmenubox .staff_01 a {
    width: 65px;
    height: 65px;
    background: url("../image/staff_01.png");
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
}
#topmenubox .staff_01 a:hover {
		background: url("../image/staff_01_over.png");
}

/******************/
/* 約款 */
/******************/
#topmenubox .provision_01 {
    background: url("../image/provision_01.png");
    background-repeat: no-repeat;	
    float: left;
    margin-top: 10px;
    margin-left: 15px;
}
#topmenubox .provision_01 a {
    width: 65px;
    height: 65px;
    background: url("../image/provision_01.png");
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
}
#topmenubox .provision_01 a:hover {
		background: url("../image/provision_01_over.png");
}

/******************/
/* リース設定 */
/******************/
#topmenubox .lease_01 {
    background: url("../image/lease_01.png");
    background-repeat: no-repeat;	
    float: left;
    margin-top: 10px;
    margin-left: 15px;
}
#topmenubox .lease_01 a {
    width: 65px;
    height: 65px;
    background: url("../image/lease_01.png");
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
}
#topmenubox .lease_01 a:hover {
		background: url("../image/lease_01_over.png");
}

/*********************************/
/* font_awesome使用メニュー */
/*********************************/
#topmenubox .font_awesome_01 {
	position: relative;
	width:63px;
	height:63px;
	float: left;
	margin-top: 10px;
	margin-left: 15px;
	background-color:#FFFFFF;
	border:1px solid #D90000;
	text-align:center;
	vertical-align:middle;
	color:#E31F61;			
}
#topmenubox .font_awesome_01:hover {
	background-color:#ffcccc;
}	
#topmenubox .font_awesome_01 p {
	margin-top: 3px;
	margin-bottom: 0px;
	font-size: 2.5em;
}
#topmenubox .font_awesome_01 p.margin0 {
	margin-top: 0px;
}
#topmenubox .font_awesome_01 p.margin1 {
	margin-top: 1px;
}
#topmenubox .font_awesome_01 p.margin2 {
	margin-top: 2px;
}
#topmenubox .font_awesome_01 div {	
	position: absolute;	
	bottom: 3px;
	width: 100%;
	text-align: center;
	font-size:0.9em;
	color:#000;
}
#topmenubox .font_awesome_01 div.double{
	font-size:0.8em;
	bottom: 0px;
	line-height: 10px;
}	
#topmenubox .font_awesome_01 div.double br{
	line-height: 0px;
}	
.fa-color-01:before
{
	color: #e30b5c;
}
#topmenubox .font_awesome_01 .sankaku{
	position: absolute;	
	top: 2px;
	right: 2px;
	width: 0 !important;
	height: 0 !important;
	/*border-topだけに色指定*/
	border-top: 4px solid #E31F61;
	border-left: 4px solid transparent;

	/*border-rightだけに色指定*/
	border-right: 4px solid #E31F61;
	border-bottom: 4px solid transparent;
}

.calender_clear {
		width: 22px;
		height: 22px;
		background: url("../image/calender_clear.png");
		background-repeat: no-repeat;
		background-position:6px 5px;
		cursor:pointer;
		margin-top:2px;
		border: none;
}

.calender_from {
	padding:5px;
	float:left;
	border: 0px #000 solid;
	
}


/******************/
/* コンテンツボックス */
/******************/
#contensbox {	
	/*width:1366px;*/
	width:98%;	
	height: 100%;
	padding: 5px 5px 20px 20px;	
}

/******************/
/* フッターボックス */
/******************/
#footerbox {
	/*width:1366px;*/
	/*width:100%;*/
	min-width: 1346px;
	height:200px;
	/*border-top:2px solid #ea5550;*/
	/*border-bottom:2px solid #ea5550;*/
	background-image: url("../image/footer2.png");
	background-repeat: repeat;
	padding: 5px 0px;	
	/*padding: 5px 5px 20px 20px;*/
}
#footerbox .footertable {
	width:750px;
	height:170px;
	background-color:#ffffff;
	margin-top:15px;
	margin-left:50px;
	padding: 2px 5px 2px 5px;
}
#footerbox .footertable td {
	margin: 0;
	padding: 1px 0px 1px 10px;
	vertical-align: top;	
	height: 18px;
	font-size: 12px;
}
#footerbox .footertable td.tdwaku {
	padding: 1px 0px 1px 0px;
	font-size: 12px;
}
#footerbox .footertable td.tdborder {
	width:10px;
	padding: 1px 4px 1px 5px;
}
#footerbox .footertable .hborder {
	margin: 0;
	width: 1px;
	height: 160px;
	border-left: 1px solid #dddddd; 
	line-height: 1.0em;
}
#footerbox .footertable .frame_01	{	 
	padding: 1px 10px 1px 10px; 	
	color : #ffffff;
	background-color: #666666;
	width: 220px;	
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	font-size: 12px;
	margin:1px 0px 0px 0px;
}
#footerbox .footertable .footerrow {
	width:220px;	
	margin-left:10px;	
}
#footerbox .footertable .footertitle {
	float:left;
	width:100px;
}
#footerbox .footertable .footerdata {
	float:right;
	width:100px;
	text-align:right;
}

/******************/
/* 検索ボックス */
/******************/
#content .searchbox {
	width: 1366px;
	padding: 10px;
	border: 1px #CECECE solid;
	background-color:#FFFFFF;
}
#content .searchbox .searchtable {
	width: 100%;
	font-size:12px;
	color:#333333;
}
#content .searchbox .searchtable th {
	text-align: left;
	font-weight: normal;
	vertical-align: 	middle;
	height: 28px;
}
#content .searchbox .searchtable .search  {
	background-image: url("../image/qes_01.png");
	background-repeat: no-repeat;
	background-position: 5px center;
	background-size: 15px;
	text-align: left;
	text-indent: 20px;
	font-weight: normal;
	vertical-align: 	middle;
	height: 15px;
}
#content .searchbox .searchtable input[type="text"] {
	border:1px #CECECE solid;
}

/******************/
/* エラーボックス */
/******************/
#content .errorbox {
	color: #ff0000;
	width: 740px;
	padding: 10px;
	margin: 10px;
	border: 1px #ff0000 solid;
}
#content .errorbox .msg {
	margin-left: 30px;
	margin-top: 5px;
}

/******************/
/* トップテーブル */
/******************/
#content .toptable {
	margin-bottom: 15px;
	table-layout: fixed;
	word-break: break-all;		
}
#content .toptable th {	
	border-bottom: 2px #666666 solid;	
	font-weight: bold;
	text-align: center;	
	vertical-align: bottom;
	height: 30px;
}
#content .toptable td {	
	margin:0;	
	padding : 2px 5px;	
	border-bottom: 1px #666666 dotted;
	vertical-align: middle;
	height: 24px;	
}

/******************/
/* スケジュールテーブル */
/******************/
#content .scheduletable {
	margin-top:10px;
	margin-bottom:10px;
	vertical-align:middle;	
	border-collapse: collapse;
	word-break: break-all;		
}
#content .scheduletable tr {
	height: 35px;
}
#content .scheduletable th {
	vertical-align: middle;
	font-weight: bold;
	text-align: left;
}
#content .scheduletable td {
	margin:0;
	padding : 2px 5px;
	/* border : 1px #808080 solid; */
	vertical-align: middle;
	font-size : 12px;	
	height:20px;
}

/******************/
/* メインテーブル */
/******************/
#content .maintable {
	/*width: 1260px;*/
	margin-bottom: 15px;	
	border-collapse: collapse;
	word-break: break-all;
}
#content .maintable th {
	background-color:#60a556; /* #60a556 #366092 #808080*/	
	border: 1px #4e8545 solid; /* #4e8545 #404040 */
	color: #FFFFFF;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
	height:20px;
}
#content .maintable th.sub {
	background-color:#9dc798; /* #95b3d7 #bfbfbf*/	
	border: 1px #4e8545 solid;
	color: #000000;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
}
#content .maintable td {
	margin:0;
	padding : 2px 5px;	
	border : 1px #4e8545 solid;	
	vertical-align: middle;
	font-size : 12px;	
	height:20px;
}
#content .maintable td.td-label { background-color:#7fc275; }
#content .maintable td.td-label2 { background-color:#b1d9aa; }
#content .maintable td.none-top { border-top : 0px; }
#content .maintable td.none-bottom { border-bottom : 0px; }
#content .maintable td.even { background-color:#ebf4ea; /* #dce6f1 #f2f2f2*/ }
#content .maintable td.blank {	
	background-color:#ffffff;
	border: 0px;		
	height:6px;	
	padding: 0px;
}
#content .maintable th.rightborder, #content .maintable td.rightborder { border-right-style:dotted; }
#content .maintable th.leftborder, #content .maintable td.leftborder { border-left-style:dotted; }
#content .maintable .mdate_label {
	width:130px;
	height:22px;
	border:0px;
	color:#000;
	background-color: #fff;
	/*background-color:#60a556; */
	/*color:#fff;*/
	/*font-weight:bold;*/
}
#content .maintable .mdate_input {
	width:130px;
	height:22px;		
	border:1px solid #4e8545;
	color:#000;
	background-color: #ffffcc !important;
	/*background-color:#60a556; */
	/*color:#fff;*/
	/*font-weight:bold;*/
}

/**********************************/
/* メインテーブル内のボーダーなしテーブル */
/**********************************/
#content .maintable .innertable {
	width: 100%;
	border:0px #000000 solid;
}
#content .maintable .innertable th {
	background-image: none;
	border-top: 1px #4e8545 solid;
	border-bottom: 1px #4e8545 solid;
	border-right: 0px;
	border-left: 0px;
	text-align: center;
	height: 20px;
	padding: 0px;	
}
#content .maintable .innertable td {
	text-align: center;
	border: 0px;
	height: 20px;
	padding: 0px;	
}
 .textMailArea{
	width:240px;
	height:400px;
	border :2px solid #D3D3D3;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding:2px;
}
 .textMailArea textarea {
	margin:0;
	width:100%;
	height:100%;
	overflow-y:auto;
	overflow-x:hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border :8px solid #D3D3D3;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding:15px;
	font-size:13px;
}

/***************************/
/* 大見出し */
/***************************/
#content .title_01 {
	margin-top: 10px;
	margin-bottom: 5px;	
	font-size:20px;
}
/***************************/
/* 小見出し */
/***************************/
#content .headline_01 {
	height:20px;
	margin-top: 5px;	
	margin-left: 10px;
	margin-bottom: 5px;	
	font-size: 16px;
}
/***************************/
/* 小見出し2 */
/***************************/
#content .headline_02 {
	height:20px;	
	margin-top: 10px;	
	margin-left: 10px;
	font-size: 16px;	
}
#content .headline_02 .hlborder {
	float:left;
	width:900px;
	margin: 0;	
	border-left: 4px solid #ffbf00; 
	line-height: 1.0em;
}
#content .headline_02 .hlborder2 {
	float:left;
	width: 100%;
	background-image: url('../image/border.png');	
	background-repeat: repeat-x;
	background-position: 0px -2px;
	margin-left: 5px;
	/*background-color: #fff;*/
}
/***************************/
/* 矢印画像付き見出し */
/***************************/
#content .arrow_01 {
	float: left;
	background-image: url('../image/arrow.png');
	background-repeat: no-repeat;
	padding: 2px 0px 0px 22px;
	margin-top:5px;
	margin-left:10px;
}

/***************************/
/* スケジュール関連 */
/***************************/
.s_title {
	float:left;
	margin-top:15px;
	padding-top:2px;
	font-weight:bold;
	height:20px;
}

.s_head {
	float:left;
	margin-top:15px;
	padding-top:2px;
	height:20px;
	text-align:center;
}

/***************************/
/* タブ表示サンプル --- */
/***************************/
ul.tab {
	margin: 0 0 0 15px;
	padding: 0;
}
/***************/
/* タブ未選択 */
/***************/
ul.tab li {	
	bottom: -1px;
	float: left;
	margin: 0 0 0 0px;
	position: relative;
	bottom: 0px;
	list-style-type: none;	
	border-top: 1px #666666 solid;
	width:132px;
	height: 28px;
	text-align:center;
}
ul.tab li a {	
	font-size: 12px;
	color: #666666;
	display: block;
	padding: 5px 10px 5px;
	text-decoration: none;	
}
ul.tab li hr {
	margin: 0;
	border: 0;
	height:3px;
	background-color:#dddddd;	
}
ul.tab li a {
	/*letter-spacing:1px;*/
	color:#808080;
}
ul.tab li.left {
	border-left: 1px #666666 solid;
}
ul.tab li.right {
	border-right: 1px #666666 solid;
}
/***************/
/* タブ選択中 */
/***************/
ul.tab li.none {
	/* bottom: -1px; */
	color:#000000;
	border-top: 1px #666666 solid;
	border-bottom: 0px #fff dotted; /*dotted*/
	border-left: 1px #666666 solid;
	border-right: 1px #666666 solid;
	/*font-weight: bold;*/
	height: 29px;
}
ul.tab li.none a {
	/*letter-spacing:1px;*/
	font-size: 13px;
	color: #000;	
	background: #FFFFFF;
}
ul.tab li.none hr {	
	margin: 0;
	border: 0;
	height:4px;
	background-color:#ffbf00;	
}
/***************/
/* タブclearfix */
/***************/
.clear:after {
    content:"";
    display:block;
    overflow:hidden;
}
.clear:after {
    clear:both;
}
.clear {
    zoom:1;
}

/*******************************/
/* 標準ボタン1(検索・表示等) */
/*******************************/
.btnbase_01 {
	width:50px;
	height:22px;
	border:0;
	color:#ffffff;
	background-color:#e31f61;	
}

/*******************************/
/* 標準ボタン2(クリア・キャンセル等) */
/*******************************/
.btnbase_02 {
	width:50px;
	height:22px;
	border:0;
	color:#ffffff;
	background-color:#4d4d4d; /* #4d4d4d */
}

/*******************************/
/* 標準ボタン3(クリア) */
/*******************************/
.btnbase_03 {
	width:50px;
	height:22px;
	border:0;
	color:#ffffff;
	background-color:#999999; /* #4d4d4d */
}

/*******************************/
/* 印刷メニュー */
/*******************************/
#PrintMenu{
	position:absolute;
	border:0px #0284C3 solid;
	width:370px;
	left: -370px;
	height:100%;
	background-color:#FFFFFF;
	color:#000000;
	padding-bottom: 20px;	
}	
#PrintMenu .pframe {
	border:0px #7fc275 solid;
	width: 360px;
	height: 55px;
	font-size: 20px;
	font-weight: bold;
	background-color:#e31f61;	
	padding-left: 10px;
	color: #FFFFFF;	
}
#PrintMenu .pframe2 {	
	width: 370px;
	height : 90% ; /* IE8以下とAndroid4.3以下用フォールバック */
	height : -webkit-calc(100% - 75px) ;
	height : calc(100% - 75px) ;	
	overflow: auto;	
}

#pframe_close {
	border:0px #000000 solid;
	height: 14px;
	text-align: right;
	font-size: 14px;
 	padding-top:0px;
	padding-right:10px;	
	font-weight:bold;
  color: #FFFFFF;	

}

#pframe_close a {
	color: #FFFFFF;
	text-decoration: none;	
	border:0px #000000 solid;
	padding:0px;
}

#PrintMenu .pheadline_01 {
	width: 320px;
	padding-left: 10px;
	padding-bottom:3px;
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom:10px;
	font-size: 18px;
	font-weight: bold;
	border-bottom:1px #000 solid;
	clear: both;
}
#PrintMenu .pheadline_02 {
	width: 270px;
	height: 20px;
	margin-top: 5px;
	margin-left: 40px;
	font-size: 14px;
	font-weight:bold;
}
#PrintMenu .pgroup {
	border:0px #000000 solid;
	width: 310px;
	height: 20px;
	margin-top: 10px;
	margin-left: 30px;
	
	font-size: 14px;
}
#PrintMenu .pcheck {
	float: left;
	margin-left:0px;
	margin-right:5px;
	vertical-align:middle;
}
#PrintMenu .plabel {	
	display:block;
	float: left;	
	font-size: 14px;
	font-weight:normal;	
	padding-top:2px;
	text-align: left;
	font-size: 14px;
}

#PrintMenu .pbutton {
	float: right;
	/*margin-left:0px;*/
}

#PrintMenu .pmsg {
	border:0px #000000 solid;
	clear: both;
	color: #000000;
	width: 230px;
	padding:5px 10px 5px 10px;
	font-size:12px;
	
}

#PrintMenu .pcaution {
	clear: both;
	border:1px #FF0000 solid;
	color: #FF0000;
	width: 220px;
	padding:10px;
	font-size:12px;
}

/*******************************/
/* 印刷メニュー表示中のモーダルパネル */
/*******************************/
#PrintmodalPnl{
	background-color:	#000;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity:0.85;
	display:none;
	width:100%;
	height:100%;
	TOP:0;
	LEFT:0;
	position:absolute;
}

/**********************************/
/*　カレンダーコントロール(datapicker) */
/**********************************/
.ui-datepicker { z-index: 1000 !important; }
.Cpicker-wrap img { vertical-align: middle; margin-left: 2px; }

/**********************/
/*日曜日の背景を変える */
/**********************/
.ui-datepicker-sunday .ui-state-default {    
    color: red;
}
/**********************/
/*土曜日の背景を変える */
/**********************/
.ui-datepicker-saturday .ui-state-default {
   color: blue;
}

/**********************/
/*当日の背景を変える */
/**********************/
.ui-datepicker-today .ui-state-default {
	background-image: none;	
	background-color:#60a556;
	color: #fff;
	border: 1px solid #60a556;
}

/**********************/
/*ymカレンダーで当月の背景を変える。ympicker.jsに独自クラスを直接記載。その後別の年でも色が変わってしまうことが判明。とりあえずcssの名前にxxxつけておく */
/**********************/
.ui-datepicker-now-month_gc_xxx {
	background-image: none !important;
	background-color:#60a556 !important;
	color: #fff !important;
	border: 1px solid #60a556 !important;
}




/**********************/
/* カーソルポインタ変更 */
/**********************/
.ui-datepicker-trigger {
	cursor: pointer;	
}
.ui-widget-header {
	color: #fff;
	background-image: none;
	background-color:#60a556;	
}

/**********************************/
/* ダイアログ表示中のモーダルパネル */
/**********************************/
#modalPnl{
	background-color:#d3d3d3; /*#d3d3d3*/
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity:0.85;
	display:none;
	width:100%;
	height:100%;
	TOP:0;
	LEFT:0;
	position:absolute;
}

/**********************************/
/* ダイアログui-datepicker  */ 
/**********************************/
.ui-dialog {border:1px solid #fff; font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック', sans-serif;}
.ui-dialog .ui-dialog-titlebar {
	color: #000;
	background-image: none;
	background-color: #fff;
	font-size: 16px;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック', sans-serif;
	font-weight: normal;		
	border: 0px;	
	border-bottom: 1px solid #000;		
	border-radius:0;
	padding: 0.4em 1em 0em;
	margin-left:5px;
	margin-right:5px;	
	z-index: 2;	 
	clear: both;
}

.jquery-ui-dialog-addstyle {	
	border-color: #adadad;
	background-color: #fff;
    z-index: 2;	
}

.no-close .ui-dialog-titlebar-close {	
	display: none;
	margin: 0;
}

/**********************/
/* 上へ戻る */
/**********************/
.page-back {
	position: fixed;
	bottom: 20px;
	right: 0px;
	background-image: url('../image/top.png');
	background-repeat: no-repeat;
	width: 65px;
	height: 45px;
	cursor:pointer;	
}

.page-back_dlg {
	position:absolute;
	right:0px;
	bottom:0px;
	background-image: url('../image/top.png');
	background-repeat: no-repeat;
	width: 65px;
	height: 45px;
	cursor:pointer;	
}

button.linkbutton {
	cursor:pointer;	
}

button.linkbutton:hover {
	background-color: #ffcccc;
	border: 2px solid #ff0000;
}

/*******************************/
/* 処理中のモーダルパネル */
/*******************************/
#progressbar{
	background-color: #000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	display: none;
	border:1px solid #000000;
	width: 100%;
	height: 100%;
	-height: 100%;
	top: 0px;
	left: 0px;
	position: absolute;	
	z-index: 999;
}

#progressbarbox{
	background-color: #fff;
	display: none;
	width: 500px;
	height:	250px;
	position: absolute;
	text-align:center;
	vertical-align: middle;
	font-weight: bold;
	z-index: 1000;
}

/*******************************/
/* ロングラン表示 */
/*******************************/
#longrunbox{
	background-color: #FFFFBF;
	width: 300px;
	height: 30px;
	margin-top: 3px;
}

#chk_Longrun{
	margin: 9px 10px 9px 15px ;
	vertical-align:middle;	
}

/*******************************/
/* テーブル列固定用*/
/*******************************/
#x_data_area {
   width: 1850px;/* テーブルのwidth */
   position:relative;
   word-break: keep-all;
   word-wrap : normal;
   overflow-wrap : normal;
}

#x_data_area table td span{
	height: 20px;
	max-height:20px;
	overflow: hidden;
	display: block;
}

#header {
   width: 20%;
   position: absolute;
   left: 0px;
   top: 0px;
}

#data {
   width:80%;
   position: absolute;
   left:20%;
   top:0;
   overflow-x:scroll;
}

#data table {
	word-break: keep-all;
	word-wrap : normal;
	overflow-wrap : normal;
   /*width: 250%;*/
}

#data table td span{
	height: 20px;
	max-height:20px;
	overflow: hidden;
	display: block;
}

.end_badge {
	width: 40px;
	height:25px;
	line-height: 25px;
	text-align:center;
	color:#fff;
	background-color: #008000;
}

/*******************************/
/* jqueryのautocomplete */
/*******************************/
.free_select {	
	position: relative;
	width: 205px;
}

.free_select input {
	width: 194px;
	cursor: pointer;
}

.free_select:after {
	content: "\f0dd";
	font-family: FontAwesome;
	pointer-events: none;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 17px;
	height: 25px;
	background-color: #e31f61;		
	color: #fff;
	text-align: center;
	line-height: 23px;
	cursor: pointer;
}

.ui-state-focus {
  background: #1E90FF !important;
  color: #ffffff !important;
}

.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    /*padding-right: 20px;*/
}