@charset "UTF-8";

/*初期化用*/
@import "common.css";

/*デザイン用*/
@import "base.css";

/*印刷用*/
@import "print.css";

/*拡張用*/
@import "advanced.css";

/*--------------------------------------------------------
独自css
--------------------------------------------------------*/

/*POP---------------------------------------------------*/
#flashcontent{
	width:610px;
	height:280px;
	margin-bottom: 10px;
}

/*本日の出勤情報----------------------------------------*/

/*ボックス*/
.today{
	width: 608px;
	height: auto;
	background: #fff;
	border: 1px solid #ccc;
	overflow: hidden;
	padding: 5px 0 10px 0;
}

/*女の子ボックス*/
div.today li{
	background: url(../images_design/girl_pnl.jpg) no-repeat;
	width: 190px;
	height: 245px;
	overflow: hidden;
	float: left;
	margin: 5px 1px 5px 9px;
	_margin: 5px 5px 5px 5px;
}

/*名前*/
div.today .name{
	margin: 9px 0 0 10px;
	font-size: 12px;
	color: #fff;
}

/*名前リンク設定*/
div.today .name a{ font-weight: bold; color: #fff;}/*リンク色（通常）*/
div.today .name a:hover{ font-weight: bold; text-decoration: underline; color: #f90;}/*リンク色（オンマウス）*/

/*写真ボックス*/
div.today .image{
	float: left;
	margin: 2px 0 8px 8px;
	_margin: 2px 0 8px 4px;
}

/*写真リンク設定*/
div.today .image a, div.today .image a:hover{
	width: 120px;
	height: 160px;
	display: block;
}

div.today .image a{ border: 1px solid #333;}/*リンク色（通常）*/
div.today .image a:hover{ border: 1px solid #f90;}/*リンク色（オンマウス）*/

/*データボックス*/
div.today .data{
	float: left;
	margin: 2px 0 0 2px;
	_margin: 2px 0 0 2px;
}

/*アイコン*/
div.today .data .ico{
	margin-bottom: 5px;
}

/*3サイズ*/
div.today .data .size{
	color: #fff;
	line-height: 1.7;
	margin: 14px 0 0 7px;
}

/*3サイズ項目名*/
div.today .data .size .title{
	color: #ccc;
}

/*出勤時間ボックス*/
div.today .comment{
	clear: both;
	width: 100%;
	color: #fc0;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

/*待ち時間ボックス*/
div.today .wait{
	clear: both;
	width: 100%;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}










