@import"../css/common.css";

/* contents
------------------------------------ */

.contentsText {
	padding: 10px 0 30px 0;
}

#selectshop {
	width: 568px;
	padding: 10px;
	border: 1px solid #ff6c00;
	}
	#selectshop select {
	float: left;
	margin: 1px 5px 0 0;
	}

#attendanceBox {
	clear: left;
	width: 590px;
	margin-top: 20px;
	}
	
	#attendanceBox table {
	width: 558px;
	margin: 10px auto;
	border-bottom: 3px solid #ff6c00;
	font-size: 10px;
	color: #888;
	text-align: center;
	}
	#attendanceBox td{
	padding: 1px 0 2px 0;
	}
	.attend-a {}
	.attend-b {
	background-color: #fff8f2;
	}
	.attend-name {
	margin-right: 44px;
	}

	#attend-time {
	color: #ff6c00;
	text-align: right;
	}
	


