@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------------
基本設定
------------------------------------------------------- */
body{
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:12px;
	line-height:1.50;
	background:#f9f9f9;
}

#page{
	margin:0 auto;
}

a:link{ color:#0066cc; text-decoration:none;}
a:visited{ color:#0066cc; text-decoration:none;}
a:hover{ color:#0066cc; text-decoration:underline;}
a:active{ color:#0066cc; text-decoration:underline;}

.note_link a:link{ color:#ff0000; text-decoration:none;}
.note_link a:visited{ color:#ff0000; text-decoration:none;}
.note_link a:hover{ color:#ff0000; text-decoration:underline;}
.note_link a:active{ color:#ff0000; text-decoration:underline;}

.center{
	text-align:center;
}

label,
.ui-datepicker-trigger,
.clickable{
	cursor:pointer;
}

.w100{ width:100px; }
.w150{ width:150px; }
.w200{ width:200px; }
.w300{ width:300px; }
.w400{ width:400px; }
.w500{ width:500px; }

.h100{ height:100px; }
.h150{ height:150px; }
.h200{ height:200px; }
.h300{ height:300px; }
.h400{ height:400px; }
.h500{ height:500px; }

.mt10{ margin-top:10px; }
.mb10{ margin-bottom:10px; }
.mt15{ margin-top:15px; }
.mb15{ margin-bottom:15px; }
.mt20{ margin-top:20px; }
.mb20{ margin-bottom:20px; }
.mt25{ margin-top:25px; }
.mb25{ margin-bottom:25px; }
.mt30{ margin-top:30px; }
.mb30{ margin-bottom:30px; }

/*-------------------------------------------------------
ログインフォーム
------------------------------------------------------- */

.login_body{
	background:url(../images/bg_login_body.jpg) top;
}

.loginform{
	background:url(../images/bg_login.png) repeat-x;
	margin:140px auto 0 auto;
	text-align:center;
	padding:50px 0px 40px 0px;
	width:670px;
	height:260px;
}
.loginform .logo{
	margin:0 0 25px 0;
	font-size:24px;
	font-weight:bold;
	color:#ffffff;
}

.loginform .logout{
	color:#FC3;
}

.loginform .submit{
	text-align:center;
	width:270px;
	margin:0 auto 0 auto;
	padding:15px;
	
}

.loginform input{
	font-size:18px;
	font-weight:bold;
}

.loginform .submit .loginBtn{
	margin:0 -8px 0 0;
}

.loginform table{
	width:310px;
	margin:0 auto 15px auto;
	color:#ffffff;
}

.loginform table td{
	padding:5px;
}

/* -- ログアウト -------*/

.logout{
	padding:60px 0 0 0;
	width:450px;
	margin:0 auto 0 auto;
	text-align:center;
}

.logout .logout_text{
	font-size:17px;
	margin:0 0 10px 0;
}

.logout .goodbye{
	font:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:24px;
	font-weight:bold;
	margin:0 0 50px 0;
}


/*-------------------------------------------------------
ヘッダー
------------------------------------------------------- */

#header{
	height:60px;
	margin:0 0 0px 0;
	padding:10px 20px 0 20px;
	background:url(../images/bg_header.gif) repeat-x;
}

#header .shopName{
	font-size:28px;
	font-weight:bold;
	padding:6px 10px 0 0;
	float:left;
	color:#ffffff;
}

#header .shopName a:link{ color:#ffffff; text-decoration:none;}
#header .shopName a:visited{ color:#ffffff; text-decoration:none;}
#header .shopName a:hover{ color:#ffffff;}
#header .shopName a:active{ color:#ffffff;}


#header .preview{
	width:100px;
	float:left;
	margin:12px 0 12px 8px;
}

#globalNavi{
	height:29px;
	margin:0 0 0 0;
	padding:7px 24px 0 20px;
	background:url(../images/bg_gnavi.gif) top repeat-x;
	text-align:right;
}


#jump{
	color:#ffffff;
	font-size:14px;
	padding:12px 2px 0 0;
	float:right;
	z-index:9999;
}


#jump > li {
	position: relative;
	width: 170px;
	height: 24px;
	color:#ffffff;
	text-decoration:none;
	background:url(../images/bg_select_on.gif) no-repeat;
	font-size:13px;
	padding:4px 0 0 10px;
}

#jump > li:hover{
	color: #fff;
	text-decoration:none;
	background:url(../images/bg_select_off.gif) no-repeat;
}


#jump > li > a{
	display:block;
	width: 170px;
	height: 24px;
	color:#ffffff;
	text-decoration:none;
	z-index:9999;
}

#jump > li > a:hover{
	color: #fff;
	text-decoration:none;
	z-index:9999;
}



#jump li ul {
  display: none;
  position: absolute;
  top: 27px;
  left: 0;
  width: 180px;
  border: solid 1px #333333;
  z-index:9999;
}
#jump li ul li {
  z-index:9999;
}
#jump li ul li a {
	display:block;
	font-weight:bold;
	width:159px;
	padding:6px 6px 6px 15px;
	color:#000000;
	z-index:9999;
	background:url(../images/bg_menu_select_off.png);
	border-bottom:1px solid #cccccc;
}
#jump li ul li a:hover {
  color: #000000;
  z-index:9999;
  background:url(../images/bg_menu_select_on.png);
}


.user_info{
	padding:0px 0 0 0;
	color:#ffffff;
}

.user_info .name{
	font-weight:bold;
	font-size:14px;
}

.user_info .icon{
	vertical-align:middle;
	padding:0 3px 0 0;
}
.user_info a:link{color:#dddddd; text-decoration:none;}
.user_info a:visited{color:#dddddd; text-decoration:none;}
.user_info a:hover{color:#dddddd; text-decoration:underline;}
.user_info a:active{color:#dddddd; text-decoration:underline;}


/*-------------------------------------------------------
メニュー
------------------------------------------------------- */
#menu{
	width:213px;
	float:left;
	margin:0 0px 0 0;
	background:#393839;
}

#menu .listBlock{
	margin:0 0 0px 0;
}
#menu .listBlock img{
	vertical-align:middle;
	padding:0 6px 0 0;
}

#menu .listBlock p{
	background:url(../images/bg_menutitle.gif);
	width:201px;
	height:27px;
	padding:7px 0 0 10px;
	color:#ffffff;
	font-size:14px;
	border:1px solid #000000;
}

#menu dl.listNavi{
	position:relative;

}

#menu dl.listNavi .head{
	background:url(../images/bg_menuhead.gif) repeat-x;
	position:relative;
	font-weight:bold;
	position:relative;
}
#menu dl.listNavi .head a{
	display:block;
	height:26px;
	padding:6px 0 0 40px;
	background:url(../images/bg_arrow.gif) 10px center no-repeat;
}

#menu dl.listNavi .head img{
	padding:0 0 0 8px;
}

#menu dl.listNavi .head a:link{ color:#dddddd; text-decoration:none;}
#menu dl.listNavi .head a:visited{ color:#dddddd; text-decoration:none;}
#menu dl.listNavi .head a:hover{ color:#eeeeee; text-decoration:underline; background:url(../images/bg_menuhead_off.gif) right; padding-left:45px;}
#menu dl.listNavi .head a:active{ color:#eeeeee; text-decoration:underline; background:url(../images/bg_menuhead_off.gif) right; padding-left:45px;}
#menu dl.listNavi .head .selectedMenu{ color:#eeeeee; text-decoration:underline; background:url(../images/bg_menuhead_off.gif) right; padding-left:45px;}

#menu dl.listNavi ul li{
	background:#ffffff;
	border-top: 1px solid #bfbfbf;
}

#menu dl.listNavi ul li a{
	display:block;
	padding:5px;
}

#menu dl.listNavi ul li a:link{ text-decoration:none; }
#menu dl.listNavi ul li a:visited{ text-decoration:none; }
#menu dl.listNavi ul li a:hover{ text-decoration:none; background:#ecf7ff; }
#menu dl.listNavi ul li a:active{ text-decoration:none; background:#ecf7ff; }


#menu dl.listNavi .spread a{
	display:block;
	position:absolute;
	top:0px;
	left:187px;
	height:35px;
	width:25px;
	text-align:center;
	text-indent:-9999px;
}

#menu dl.listNavi .spread a:link{background:url(../images/lab_spread.png) repeat-x;}
#menu dl.listNavi .spread a:visited{background:url(../images/lab_spread.png) repeat-x;}
#menu dl.listNavi .spread a:hover{background:url(../images/lab_spread_off.png) repeat-x;}
#menu dl.listNavi .spread a:active{background:url(../images/lab_spread_off.png) repeat-x;}


/* 未読数表示チップ */
.unread_count{
	background:url(../images/bg_unread.png) no-repeat;
	display:inline-block;
	text-align:center;
	width:19px;
	height:19px;
	padding:2px 0 0 0;
	position:absolute;
	top:6px;
	right:12px;
	color:#c9c9c9;
	font-size:11px;
	font-weight:normal;
}

/*-------------------------------------------------------
各種パーツ
------------------------------------------------------- */

a.editBtn ,
a.deleteBtn ,
a.detailBtn {
	color:#ffffff;
	text-decoration:none;
	display:inline-block;
	height:19px;
	font-weight:bold;
	color:#ffffff;
	padding:3px 10px 0 27px;
	text-align:center;
}

a:link.editBtn {background:url(../images/btn_edit.gif) no-repeat; border-right:1px solid #0051e5;}
a:visited.editBtn {background:url(../images/btn_edit.gif) no-repeat; border-right:1px solid #0051e5;}
a:hover.editBtn {background:url(../images/btn_edit.gif) no-repeat; border-right:1px solid #0051e5;}
a:active.editBtn {background:url(../images/btn_edit.gif) no-repeat; border-right:1px solid #0051e5;}

a:link.deleteBtn {background:url(../images/btn_delete.gif) no-repeat; border-right:1px solid #bd0000;}
a:visited.deleteBtn {background:url(../images/btn_delete.gif) no-repeat; border-right:1px solid #bd0000;}
a:hover.deleteBtn {background:url(../images/btn_delete.gif) no-repeat; border-right:1px solid #bd0000;}
a:active.deleteBtn {background:url(../images/btn_delete.gif) no-repeat; border-right:1px solid #bd0000;}

a:link.detailBtn {background:url(../images/btn_detail.gif) no-repeat; border-right:1px solid #d35d00;}
a:visited.detailBtn {background:url(../images/btn_detail.gif) no-repeat; border-right:1px solid #d35d00;}
a:hover.detailBtn {background:url(../images/btn_detail.gif) no-repeat; border-right:1px solid #d35d00;}
a:active.detailBtn {background:url(../images/btn_detail.gif) no-repeat; border-right:1px solid #d35d00;}



/* エラーメッセージ */
.attention{
	background:#fff59b;
	border:1px solid #ffc830;
	padding:5px;
	margin:0 0 5px 0;
}

.comp{
	background:#f2ffeb;
	border:1px solid #b4ee75;
	padding:8px;
	margin:0 0 15px 0;

}

.comp_a{
	background:#fff59b;
	border:1px solid #ffc830;
	padding:8px;
	margin:0 0 15px 0;

}

.comp_e{
	background:#ffebeb;
	border:2px solid #d60000;
	padding:8px;
	margin:0 0 15px 0;
	font-weight:bold;
	color:#ff0000;
	font-size:15px;

}

.comp img,
.comp_a img,
.comp_e img{
	margin:0 5px 0 0;
}

.publish_open{
	font-weight:normal;
	color:#3366ff;
}

.publish_reserve{
	font-weight:normal !important;
	color:#666666 !important;
}

/*-------------------------------------------------------
メインコンテンツ
------------------------------------------------------- */

#main{
	width:100%;
	float:right;
	margin-left:-215px;
	margin-top:20px;
}

#main #liquid{
	margin:0 20px 30px 235px;
	border:1px solid #cccccc;
	background:#ffffff;
	zoom:0;
	min-width:800px;
}

#main #sLiquid{
	width:1140px;
	float:left;
	border:1px solid #cccccc;
	background:#ffffff;
	overflow:auto;
}

#main #title{
	
	background:url(../images/bg_title.gif) repeat-x;
	height:50px;
}

#main #title .point{
	height:50px;
	background:url(../images/title_point.png) no-repeat;
	float:left;
}

#main #title .point p{
	font-size:15px;
	padding:13px 0px 0 28px;
	font-weight:bold;
	color:#ffffff;

}

#main #title .action{
	float:right;
	padding:7px 18px 0  0;
}

/* --  サブメニュー処理 -------------------- */

#main #subMenu{
	padding:0px 20px 0px 20px;
	margin:15px 0 0 0;
}

#main #subMenu .operate_box{
	float:left;
}

#main #subMenu .sort_box{
	float:right;
}
.page_anchor_box{
	text-align:right;
	margin:20px 0 15px 0;
}

/* タブメニュー */
#main #subMenu .tab{
	display:table;
	border-collapse:collapse;
	border-spacing:none;
}

#main #subMenu .tab li{
	display:table-cell;
	background:url(../images/bg_tab.gif) repeat-x top;
	border:1px solid #cbd2dc;
	border-collapse:collapse;
	border-spacing:none;
}

#main #subMenu .tab li.open{
	background:url(../images/bg_tab_open.gif) repeat-x top;
	border:1px solid #c2d6f2;
	
}

#main #subMenu .tab li a:link{ color:#5c8bcc; font-weight:bold;}
#main #subMenu .tab li a:visited{ color:#5c8bcc; font-weight:bold;}
#main #subMenu .tab li a:hover{ color:#5c8bcc; font-weight:bold;}
#main #subMenu .tab li a:active{ color:#5c8bcc; font-weight:bold;}

#main #subMenu .tab li.open a:link{ color:#476a9e; font-weight:bold;}
#main #subMenu .tab li.open a:visited{ color:#476a9e; font-weight:bold;}
#main #subMenu .tab li.open a:hover{ color:#476a9e; font-weight:bold;}
#main #subMenu .tab li.open a:active{ color:#476a9e; font-weight:bold;}


#main #subMenu .tab li a{
	display:block;
	padding:9px 20px 9px 20px;
	font-size:13px;
}




#main #contents{
	padding:10px 20px 20px 20px;
}

#main .submit{
	text-align:center;
	padding:15px 0 15px 0;
	position:relative;
	overflow:hidden;
	width:100%;
}

#main .submit.alert{
	border:7px dotted #ff0000;
	padding:20px 0;
	font-size:18px;
	margin-bottom:15px;
}

#main .submit.alert button{
	font-size:20px;
	font-weight:bold;
	margin:15px 0 0 0;
}

#main .submit input{
	cursor:pointer;
}

#main .submit ul{
	text-align:center;
	position:relative;
	left:50%;
	float:left;
}

#main .submit ul li{
	position:relative;
	float:left;
	left:-50%;
	margin:0 10px 0 0;
}


/* --  サブミットボタン処理 -------------------- */

.submitAddBtn{
	background:url(../images/btn_submit_add.gif) no-repeat;
	border:none;
	width:166px;
	height:34px;
	text-indent:-9999px;
	display:block;
	margin:0 auto 0 auto;
}

.submitEditBtn{
	background:url(../images/btn_submit_edit.gif) no-repeat;
	border:none;
	width:166px;
	height:34px;
	text-indent:-9999px;
	display:block;
	margin:0 auto 0 auto;
}

.backBtn{
	background:url(../images/bg_back.gif) no-repeat;
	font-size:15px;
	border:none;
	width:140px;
	height:35px;
	color:#ffffff;
	font-weight:bold;
	text-indent:-9999px;
	display:block;
	margin:0 auto 0 auto;
}

.addBtn{
	background:url(../images/bg_insert_btn.gif) repeat-x;
	font-size:14px;
	border:1px solid #CCC;
	font-weight:bold;
	text-indent:-9999px;
	display:block;
	margin:0 auto 0 auto;
}

.addBtn a,
.backBtn a{
	display:block;
	width:170px;
	padding:8px;
}

.addBtn a:link, 
.backBtn a:link{ text-decoration:none; color:#000000;}
.addBtn a:visited, 
.backBtn a:visited{ text-decoration:none; color:#000000;}
.addBtn a:active, 
.backBtn a:active{ text-decoration:none; color:#000000;}
.addBtn a:hover, 
.backBtn a:hover{ text-decoration:none; color:#000000;}


/* --  検索ボックス -------------------- */
.searchBox{
	padding:8px;
	border:1px solid #cccccc;
	margin:0 0 10px 0;
	background:#f9f9f9;
}
.searchBox .button{
	margin:0 0 0 20px;
}


.searchBox .select{
	background:#d0ffbe;
	color:#363636;
	font-weight:bold;
}

.searchBox .head{
	font-weight:bold;
	text-align:right;
}

.searchBox table td{
	padding:7px 14px 7px 7px;
}

.searchBox table .btn{
	padding:10px;
}

.searchBox table .btn input{
	padding:5px 10px 5px 10px;
	font-size:14px;
}

.searchBox table .head{
	font-weight:bold;
	padding-right:0px;
}

.searchBox .separate {
	width:100%;
	border-bottom:1px dotted #cccccc;
	padding-top:5px;
	margin-bottom:5px;
}



.searchBox table .range{
	padding:0 15px 0 0;
}

.searchBox table .range li{
	padding-right:7px;
	padding-left:7px;
	border-left:1px solid #666666;
	display:inline;
}

.searchBox table .range li:first-child{
	border:none;
	padding-left:0;

}

/* --  汎用テーブル処理 -------------------- */

#main .bTable{
	width:100%;
	border:1px solid #CCC;
}

#main .inrTable{
	width:100%;
}
#main .bTable td{
	/*white-space:nowrap;*/
}

#main .bTable .title{
	background:#333;
	font-size:13px;
	color:#fff;
	padding:6px 8px;
	
}

#main .bTable .wTitle{
	vertical-align:middle; !important
}

#main .enquete .bTable th,
#main .whatsnew .bTable th,
#main .girls .bTable th,
#main .linkEdit .bTable th{
	padding:8px 8px 8px 11px;
	font-size:13px;
	background:url(../images/bg_stitle.gif) repeat-x bottom;
	text-align:left;
}


#main .enquete .bTable .head,
#main .whatsnew .bTable .head,
#main .linkEdit .bTable .head{
	background:#f2f2f1;
}


#main .enquete .bTable .head,
#main .whatsnew .bTable .head,
#main .linkEdit .bTable .head{
	width:160px;
	padding-left:9px;
}


#main .enquete .bTable td{
	padding:6px 4px 6px 8px;
}

#main .bTable .image_cell{
	text-align:center;
	vertical-align:middle;
	width:180px;
	border:1px solid #CCC;
}

#main .bTable.multi td.head{
	width:15% !important;
}

#main .bTable.multi td{
	width:35% !important;
}


#main .bTable p.date{
	font-size:11px;
}

#main .bTable .no{
	width:22px;
	text-align:center;
}

#main .bTable .handle{
	text-align:center;
}

#main .bTable .action{
	width:120px;
}

#main .bTable .limit_over{
	color:#ff0000;
	font-weight:bold;
}

#main .bTable .must{
	display:inline-block;
	background:url(../images/lab_must.gif) center right;
	width:41px;
	height:18px;
	float:right;
	margin:0 4px 0 0;
}

#main .bTable .join{
	text-align:center;
	width:90px;
}

#main .bTable .join:hover{
	background:#ffffff !important;
}

/* テーブルソート */
.bTable .sort_link a{
	display:block;
	width:100%;
	height:100%;
	color:#000000;
	text-decoration:none;
	padding:6px 6px 6px 10px !important;
}
.bTable .sort_link a:hover{
	text-decoration:underline;
}

.bTable .sort_link{
	padding:0 !important;
}

.bTable .sort_link .sort_btn{
	padding:0 0 1px 3px;
}


/* --  特記事項用テーブル -------------------- */
#main table.note_table td{
	max-width:110px;
}

#main table.note_table td.etc_cell{
	max-width:170px;
}

#main table.note_table .small{
	font-size:10px;
	color:#666;
}


/* --  アクセス解析テーブル処理 -------------------- */
.access_log_table{
}

.access_log_table .no{
	text-align:right;
	padding:0 5px 0 0;
}

.access_log_table .name{
	min-width:80px;
}

.access_log_table .numarea{
	text-align:right;
	padding:0 7px 0 0;
}

.access_log_table .log_num{
	min-width:70px;
	text-align:right;
}

.access_log_table .bararea img{
	margin:0;
	padding:0;
}

.access_log_table .bararea{
}

.access_log_table .bararea ul.bar li{
	height:10px;
}

.access_log_table .bararea ul.bar .pc_pv{
	background:url(../images/bar2.gif) repeat-x;
	float:left;
}

.access_log_table .bararea ul.bar .mobile_pv{
	background:url(../images/bar3.gif) repeat-x;
	float:left;
}

.access_log_table .bararea ul.bar .pc_uu{
	background:url(../images/bar1.gif) repeat-x;
	clear:both;
}


/* テーブル交互背景色 */
#main  tr.even td{background:#ffffff;}
#main  tr.odd td{background:#fafafa;}

#main .alter tr:hover td {  background: #dbffcc;  /* 列のハイライト色 */}


/* 新規追加セル */
#main .bTable .listAdd{
	background:#ffd8df;
}


/* --  分析テーブル処理 -------------------- */

#main .lTable{
	width:100%;
	border:1px solid #CCC;
}

#main .lTable th{
	border:1px solid #ccc;
	background:#f0f0f0;
	padding:6px 0px;
	text-align: center;
}

#main .lTable .sort_head th{
	padding:6px 10px;
	text-align: left;
}


#main .lTable td{
	border:1px solid #ccc;
	padding:4px 8px;
}

#main .lTable td.cel{
	text-align:center;
	min-width:20px;
	padding:4px 0;
}

#main .lTable .sep,
#main .lTable .sort_head th.sep{
	background:#eee;
	width:3px;
	padding:0;
}

#main .lTable th.sunday{
	background:#FFDAD6;
}

#main .lTable th.saturday{
	background:#DCE7FF;
}

#main .lTable th.headerSortUp,
#main .lTable th.headerSortDown{
	background:#e0e0e0;
}

.tooltip_box{
	position: relative;
}

.tooltip_box .tooltip{

	display: none;
	position: absolute;
	top: 30px;
	left: -180px;
	width: 200px;
	z-index: 200;
	background: #fff;
	padding: 12px;
	border: 1px solid #ccc;
	background: #ffffbd;

}

.memo_tooltip{
	cursor: pointer;
}


/* -- 非表示女の子リンク色変更 -- */

#main .girls .girlsBox.visOff{
	border:#cccccc solid 1px;
	background:#e0e0e0;
}

#main .bTable .visOff a:link{ color:#999; text-decoration:none;}
#main .bTable .visOff a:visited{ color:#999; text-decoration:none;}
#main .bTable .visOff a:hover{ color:#999; text-decoration:underline;}
#main .bTable .visOff a:active{ color:#999; text-decoration:underline;}


/* -- エラーメッセージ -- */
.error{
	border:2px solid #ff0000;
}

#main .bTable .error_message{
	color:#ff0000;
	font-size:14px;
	font-weight:bold;
}



/* -- TinyMCE CSS汚染回避 -- */

#main .bTable > tbody > tr > td{
	border-top:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
	padding:8px 4px 8px 8px;
}
#main .bTable > tbody > tr > th{
	border-top:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
	padding:8px 4px 8px 8px;
	text-align:left;
}

#main .bTable > tr > td{
	border-top:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
	padding:8px 4px 8px 8px;
}
#main .bTable > tr > th{
	border-top:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
	padding:8px 4px 8px 8px;
	text-align:left;
}


/* 行追加ボタン */
.addRowBtn{
	border:1px solid #8dd98d;
	margin:-20px 0 0 0;
	padding:10px 10px 10px 15px;
	display:block;
	border-collapse:collapse;
	border-spacing:none;
}

.add_icon{
	display:inline-block;
	background:url(../images/icon_add.png) no-repeat 2px;
	width:16px;
	height:16px;
	position:relative;
	padding:0 10px 0 0;
	left:0;
	top:3px;
}


a.addRowBtn:link{ color:#379917; font-weight:bold; text-decoration:none; background:url(../images/bg_add_row.png) repeat-x top;}
a.addRowBtn:visited{ color:#379917; font-weight:bold; text-decoration:none; background:url(../images/bg_add_row.png) repeat-x top;}
a.addRowBtn:hover{ color:#379917; font-weight:bold; text-decoration:none; background:url(../images/bg_add_row.png) repeat-x bottom;}
a.addRowBtn:active{ color:#379917; font-weight:bold; text-decoration:none; background:url(../images/bg_add_row.png) repeat-x bottom;}




/* --  アンケート集計 -------------------- */

.circle_graph_box{
	float:left;
	border:1px solid #bbbbbb;
	padding:10px;
	margin:0 15px 15px 0;
}

.circle_graph_box .title{
	background:#e5e5e5;
	padding:4px;
	margin:0 0 10px 0;
}

.circle_graph_box .graph{
	margin:0 10px 0 0;
	float:left;
}

.circle_graph_box .list{
	float:left;
}

.circle_graph_box .list td{
	padding:4px;
	text-align:right;
}

.circle_graph_box .list td.label{
	text-align:left;
}

.enquete_comment{
	
}

.enquete_comment{
	overflow:hidden;
	zoom:1;
	border-bottom:#666 dotted 1px;
}

.enquete_comment dt{
	width:90px;
	float:left;
	clear:both;
	padding:8px;
	border-top:#666 dotted 1px;
}

.enquete_comment dt span{
	background:#FFFFCC;
	padding:2px;
	font-weight:bold;
	display:inline-block;
	width:80px;
	text-align:center;

}

.enquete_comment dd{
	margin-left:100px;
	padding:10px 8px 10px 8px;
	border-top:#666 dotted 1px;

}

.alert_list li{
	font-size:14px;
}
.alert_list li:last-child{
	margin-bottom:15px;
}

.alert_list a{
	color:#F00;
	font-size:18px;
	font-weight:bold;
	text-decoration:underline;
	padding:0 3px;
}

.alert_list a:hover{
	text-decoration:none;
	color:#CC0000;
}




/*-------------------------------------------------------
求人問い合わせ
------------------------------------------------------- */
.recruit .disp_label{
	display: inline-block;
	width: 45px;
	padding: 2px;
	margin-right: 8px;
	font-size: 11px;
	text-align: center;
}

.recruit .disp_label.none{
	background: #cee6ed;
}

.recruit .disp_label.dis{
	background: #ddd;
}

.recruit .disp_label.ok{
	background: #fffa73;
}


/*-------------------------------------------------------
ダッシュボード
------------------------------------------------------- */

#main .dashboard{
	overflow:hidden;
}

#main .dashboard .main_wrap{
	width:62%;
	float:left;
	
}

#main .dashboard .sub_wrap{
	width:35%;
	float:right;
}

#main .dashboard .alert_panel{
	overflow:hidden;
	width:100%;
}

#main .dashboard .h2{
	font-size:12px;
}


#main .dashboard .alert_panel .task_block table,
#main .dashboard .alert_panel .enquete_block table{
	width:100%;
	font-size:16px;

}

#main .dashboard .alert_panel .task_block{
	width:40%;
	float:left;
}

#main .dashboard .alert_panel .enquete_block{
	width:60%;
	float:left;
}

#main .dashboard .diary_title{
	margin-bottom: 10px;
}

#main .dashboard .diary_title span{
	font-size: 12px;
	color: #f00;
}

#main .dashboard .message_panel{
}

#main .dashboard .message_panel table{
	width: 100%;
}

#main .dashboard .message_panel table .head th{
	background: #ddd;
}

#main .dashboard .message_panel table th,
#main .dashboard .message_panel table td{
	padding: 6px 12px;
	border: 1px solid #ccc;
}
#main .dashboard .message_panel table td{
	text-align: right;
	font-size: 16px;
	width: 10%;
}

#main .dashboard .message_panel table th.title{
	width: 20%;
	font-size: 14px;
	text-align: left;
}


#main .dashboard .message_panel ul.list{
	border-top:1px solid #ccc;
}

#main .dashboard .message_panel ul.list > li{
	padding:8px 0 0 0;
	border-bottom:1px solid #ccc;
}

#main .dashboard .message_panel ul.list > li .label{
	color:#999;
}

#main .dashboard .message_panel ul.list > li .task_name{
	font-size:14px;
	font-weight:bold;
	margin:4px 0 6px 0;
}

#main .dashboard .message_panel ul.list > li ul{
	overflow:hidden;
	font-weight:bold;
	background:#f0f5fa;
	padding:3px 8px;
	margin:6px 0 0 0;
}

#main .dashboard .message_panel ul.list > li ul li img{
	margin:0 4px 0 0;
	position:relative;
	top:-2px;
}

#main .dashboard .message_panel ul.list > li ul li:first-child{
	float:left;
	margin-right:25px;
}

#main .dashboard .message_panel ul.list > li ul li:last-child{
	float:left;
}


#main .dashboard .driver_shift_list{
	overflow: hidden;
}


#main .dashboard .driver_shift_list li{
	text-align: center;
	padding: 8px 8px 2px 8px;
	float: left;
	width: 105px;
	margin-right: 12px;
	margin-bottom: 9px;
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #f8f8f8;

}

#main .dashboard .driver_shift_list li .name{
	font-size: 16px;
	font-weight: bold;
}
#main .dashboard .driver_shift_list li .car_no{
	font-size: 24px;
	font-weight: bold;
}

/*-------------------------------------------------------
女性編集
------------------------------------------------------- */

.recommend_girl_add{
	width:102px;
	height:165px;
	border:1px solid #cccccc;
	float:left;
	background:url(../images/bg_placeholder.gif) no-repeat top left;
	text-align:center;
	margin:0 10px 0 0;
}
.recommend_girl_add a{
	display:block;
	width:102px;
	height:165px;
}

.recommend dl{
	width:102px;
	height:165px;
	border:1px solid #cccccc;
	float:left;
	background:#fcfcfc;
	text-align:center;
	margin:0 10px 0 0;
	cursor:move;
	position:relative;
}

.recommend dt{
	padding:6px 0 0px 0;
}
.recommend .delete_btn{
	position:absolute;
	top:-5px;
	right:-6px;
}

.recommend a{
	cursor:pointer;
}

.recommend .placeholder{
	border:1px #999999 dotted;
	background:url(../images/bg_placeholder.gif) no-repeat top left;
}



#main .girls{
}

#main .girls .anker{
}

#main .girls .anker li{
	display:inline;
	padding:0 8px 0 0;
}

#main .girls .girlsBox{
	width:110px;
	text-align:center;
	padding:10px 0 10px 0;
	float:left;
	margin:0 12px 20px 0;
}

#main .girls .girlsBox.visOn{
	border:#06F solid 1px;
	background:#ccebff;
}

#main .girls .girlsBox.visOff{
	border:#cccccc solid 1px;
	background:#e0e0e0;
}

#main .girls .girlsBox .thumnail{
	border:1px solid #09F;
}

#main .girls .girlsBox .edit{
	padding:8px 0 0 0;
}


#main .girls .bTable,
#main .linkEdit .bTable{
	margin:0 0 20px 0;
}


#main .girls .bTable .head{
	background:#f7f7f5;
}

#main .girls .bTable .head{
	width:140px;
	padding-left:7px;
}

#main .girls .inrTable td{
	padding:6px 4px 6px 8px;
}


/*-------------------------------------------------------
出勤スケジュール
------------------------------------------------------- */

#main .schedule .girlsBox{
	width:110px;
	text-align:center;
	padding:10px 0 10px 0;
	float:left;
	margin:0 12px 20px 0;
}

#main .schedule .girlsBox.visOn{
	border:#d9d9d9 solid 1px;
	background:#fafafa;
}

#main .schedule .girlsBox.visOff{
	border:#d9d9d9 solid 1px;
	background:#fafafa;
}

#main .schedule .girlsBox .thumnail{
	border:1px solid #09F;
}

#main .schedule .girlsBox .point{
	padding:0 0 5px 0;
}

#main .schedule .girlsBox .edit{
	padding:8px 0 0 0;
}

#main .schedule .girlsBox .guide{
	font-size:11px;
}


#main .girls .schedule td{
	text-align:center;
}

#main .schedule .bTable{
	width:100%;
	border:1px solid #CCC;
}

#main .schedule .week .cell1 td{
	background:#ffffff;
}

#main .schedule .week .cell2 td{
	background:#f4f6fa;
}

#main .schedule .week th{
	background:#f4f6fa;
}

#main .schedule .week th.fri{
	background:#ffef68;
}

#main .schedule .week th.sat{
	background:#99c7ff;
}

#main .schedule .week th.sun{
	background:#ff7668;
}

#main .schedule .week td.fri{
	background:#fff8b1;
}

#main .schedule .week td.sat{
	background:#d9e8ff;
}

#main .schedule .week td.sun{
	background:#ffd2cd;
}

#main .schedule select{
	font-size:16px;
	font-weight:bold;
}


/*-------------------------------------------------------
コンテンツ項目編集
------------------------------------------------------- */

#main .listEdit{
}

/*--　ソート関係　--------- */
.hover{
	border:1px dotted #F69;
	padding:0;
	width:730px;
	height:31px;
	text-align:center;
	background:#eee;
}

.handle{
	cursor: move;
}


/*-------------------------------------------------------
リンク編集・追加
------------------------------------------------------- */


/*-------------------------------------------------------
ナレッジ
------------------------------------------------------- */
.user_name{
	display:inline-block;
	margin:0 10px 0 0;
}

.read{
	color:#ffffff;
	background:#003399;
	border:1px solid #003399;
	padding:2px;
}

.unread{
	color:#039;
	border:1px solid #003399;
	padding:2px;
}

#googlecalendar{
}


/* --  ページング処理 -------------------- */

.pager_foot{
	padding:8px 14px 8px 14px;
	border:1px solid #cccccc;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin:15px 0 0 0;
	background:#f2f2f2;
}

/*  リンク  */
.pager_foot .navi a{
	padding:2px 6px 2px 6px;
	border:#a1c1e4 solid 1px;
	background:#f7faff;
}

.navi a{
	 margin:0 0 0 10px;
}

.pager_foot .navi a:link{color:#003091; text-decoration:none;}
.pager_foot .navi a:visited{color:#003091; text-decoration:none;}
.pager_foot .navi a:hover{background:#d9e5ff; color:#003091; text-decoration:none;}
.pager_foot .navi a:active{background:#d9e5ff; color:#003091; text-decoration:none;}

/*  選択中  */
.pager_foot .current{
	padding:2px 6px 2px 6px;
	background:#0066cc;
	border:#a1c1e4 solid 1px;
	color:#ffffff;
	margin:0 10px 0 0;
}


.pager_foot .navi{
	float:left;
}

.pager_foot .navi a{
	margin:0 10px 0 0;
}

.pager_foot .arrow{
	float:right;
}

.pager_foot .arrow a{
	margin:0 0 0 15px;
}


/*-------------------------------------------------------
タスク
------------------------------------------------------- */

/* タスク詳細 */

.task_un{
	border:1px solid #ccc;
	background:#FFD6D6;
	width:55px;
	text-align:center;
	
	display:inline-block;
	
	margin-right:6px;
}

.task_prog{
	border:1px solid #ccc;
	background:#D4E9FF;
	width:55px;
	text-align:center;

	display:inline-block;
	
	margin-right:6px;
}

.task_comp{
	background:#FFF7D1;
	width:55px;
	border:1px solid #ccc;
	text-align:center;
	
	display:inline-block;
	
	margin-right:6px;
}

.task_add{
	background:#d6ffd1;
	width:55px;
	border:1px solid #ccc;
	text-align:center;
	
	display:inline-block;
	
	margin-right:6px;
}


/* タスク詳細 */

.task_detail{
	width:100%
	
}

.task_detail th,
.task_detail td{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	
	padding:8px;
	
}

.task_detail th{
	text-align:left;
	position:relative;
}

.task_detail th h3{
	font-size:20px;
}

.task_detail th .task_action{
	position:absolute;
	top:12px;
	right:15px;
}

.task_detail td.head{
	width:12%;
}

.task_detail td.comment{
	font-size:14px;
	padding:12px 18px;
}


/*-------------------------------------------------------
新人情報
------------------------------------------------------- */
.message_selecting{
	padding:15px;
	font-size:14px;
	font-weight:bold;
}

.selectTable{
	margin-left:10px;
}
.selectTable td{
	padding:10px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	line-height:1.5em;
}

.selectTable td img{
	border:#09F 2px solid;
}


/*-------------------------------------------------------
ホテルマップ
------------------------------------------------------- */


#footer{
	width:100%;
	padding:7px 0 7px 0;
	background:#030303;
	text-align:center;
	color:#666666;
}

.scroll_navi{
	position:fixed;
	bottom:0px;
	right:0px;
}


.scroll_navi li a{
	display:block;
	padding:7px 0 7px 0;
	text-align:center;
	width:19px;
	margin:15px 0 0 0; 
}

.scroll_navi li a:link{ background:#999999; color:#ffffff; text-decoration:none;}
.scroll_navi li a:visited{ background:#999999; color:#ffffff; text-decoration:none;}
.scroll_navi li a:hover{ background:#000000; color:#ffffff; text-decoration:none;}
.scroll_navi li a:active{ background:#000000; color:#ffffff; text-decoration:none;}


/*-------------------------------------------------------
汎用デザイン
------------------------------------------------------- */

a.tooltip{ cursor:pointer; }

a.tooltip span {display:none; padding:2px 3px; margin-left:8px; width:110px;} 
a.tooltip:hover span{display:inline; position:absolute; background:#ffffff; border:1px solid #cccccc; color:#696969;} 



/*-------------------------------------------------------
入力フォーム関係
------------------------------------------------------- */

.styledRadio {
	float:			left;
	clear:			both;
	margin-bottom:	10px;
	}
	
.styledCheckbox {
	float:			left;
	clear:			both;
	margin-bottom:	10px;
	}