/*----------------------------------------------------
　テンプレート用CSS（在籍一覧・本日の出勤）
----------------------------------------------------*/
div.plist {
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
div.d-sche {
	margin: 0;
	padding: 0;
	width: 720px;
	text-align: center;
}
div.day {
	overflow: hidden;
	margin: 10px 0;
	padding: 0;
}
div.plist ul,
div.day ul {
	margin: 0;
	padding: 0;
}
div.plist ul li,
div.day ul li {
	display: inline-block;	/* table風表示 */
	vertical-align: top;	/* 縦の位置設定 */
	display: inline-block;
	margin: 0;
	list-style: none;
	border: 1px solid #ff6285;
	background-color: #ffffff;
	text-align: center;
	font-size: 12px;
	line-height: 1.25em;
}
div.plist ul li {
	width: 150px;
	margin-right: 5px;
	padding: 10px;
}
div.day ul li {
	width: 80px;
	margin: 0;
	padding: 9px;
}
div.plist ul li:nth-child(4n),
div.day ul li:nth-child(4n) {
	margin-right: -5px;	/* 隙間対策 */
}
div.plist ul li img {
	width: 150px;
	margin-bottom: 5px;
	border: none;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	-o-box-shadow: 1px 1px 1px  rgba(0,0,0,0.2);
	-ms-box-shadow: 1px 1px 1px  rgba(0,0,0,0.2);
	behavior: url(https://www.miraclegirls.net/PIE.htc);	/* IE用CSS3表示 ※後でフルパスに変更 */
}
div.day ul li img {
	width: 80px;
	margin-bottom: 5px;
	border: none;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	-o-box-shadow: 1px 1px 1px  rgba(0,0,0,0.2);
	-ms-box-shadow: 1px 1px 1px  rgba(0,0,0,0.2);
	behavior: url(https://www.miraclegirls.net/PIE.htc);	/* IE用CSS3表示 ※後でフルパスに変更 */
}
div.day ul li img.detail-btn {
	margin: 0px;
	margin-top: 5px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
}
div.plist ul li a {
	font-size: 14px;
	color: #ff6285;
	text-decoration: none;
}
div.day ul li a {
	font-size: 12px;
	text-decoration: none;
}
div.plist ul li p {
	margin: 0 auto;
	margin-top: 5px;
	padding: 2px;
	border: 1px solid #e73562;
	background-color: #ff6285;
	color: #fff;
	font-size: 12px;
	text-align: center;
	width: 7em;
}
/*----------------------------------------------------
　テンプレート用CSS（プロフィール）
----------------------------------------------------*/
div.z-portfolio {
	margin: 0 auto;
	padding: 0 0 10px 0;
	width: 720px;
}
div.z-profile {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	float: right;
	width: 270px;	/* 全体横幅-写真サイズ-70 */
}
div.z-profile p {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #ff6285;
}
div.z-profile table {
	margin: 10px 0;
	padding: 0;
	border-collapse: collapse;
	font-size: 12px;
	margin-bottom: 5px;
	width: 100%;
}
div.z-profile table tr {
	border-bottom: 1px dotted #ccc;
}
div.z-profile table td {
	padding: 5px;
}
div.z-profile table td:first-child {
	color: #ff6285;
	width: 8em;
}
div.z-profile table td span {
	color: #000;
}
div.p-week {
	margin: 0;
	padding: 0;
	width: 730px;
}
iframe {
	margin: 0;
	padding: 10px 0 0 0;
	overflow: auto;
}
/*----------------------------------------------------
　テンプレート用CSS（個別スケジュール）
----------------------------------------------------*/
body.each {
	font: 14px/1.4 "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3","Helvetica","ＭＳ Ｐゴシック",sans-serif;
	color: #000;
	background-image: none;
	border: none;
	background-color: #FFF;
}
div.per-sch,
div.week {
	margin: 0 auto;
	padding: 0;
	text-align: center;	/* 中央揃え */
	width: 720px;
}
div.per-sch h3,
div.week h3,
div.d-sche h3 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	color: #F36;
}
div.per-sch p,
div.week p,
div.d-sche p {
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 12px;
}
table.wper {
	margin: 0 auto;
	padding: 0;
	border-collapse: collapse;
	font-size: 12px;
	border: 1px #ede4cd solid;
	margin-bottom: 5px;
}
table.wper th,
table.wper td {
	width: 12.5%;
	padding: 3px;
	border: 1px #fff solid; 
	font-size: 12px;
	text-align: center;
	vertical-align: middle;	/* 縦の位置設定 */
}
table.wper thead th {
	background-color: #ff6285; /* 見出しセルの背景色 */
	font-weight: normal;
}
table.wper tr.odd {
	background-color: #ff6285; /* 奇数行の背景色 */
}
table.wper tr.even {
	background-color: #FFF; /* 偶数行の背景色 */
}
table.wper tr.even td {
	font-size: 14px;
}
