@charset "utf-8";

/* login */
#login {
  padding: 0 15px;
  height: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
#login .inner {
  margin: 0;
  width: 100%;
  max-width: 400px;
}
#login h1 {
  margin: 0 auto 1.5em;
  padding: 0;
  text-align: center;
  line-height: 1.25;
  border: none;
}
#login h1 img {
  max-width: 100%;
}
#login h1 span {
  margin-top: .5em;
  font-weight: 700;
  display: block;
}
#login input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 750pt #fff inset;
}
#login input {
  margin: 1.5em 0 0;
  padding: .7em;
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
#login input:focus {
  border-color: #F32525;
  outline: 0;
}
#login button {
  margin: 1.5em auto 0;
  padding: 1em;
  width: 100%;
  color: #fff;
  font-size: 16px;
  background: #6e6e7a;
  border: none;
  border-radius: 2px;
  display: block;
  position: relative;
  transition: .3s;
  cursor: pointer;
}
#login button:after {
  content: '';
  margin-top: -5px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: block;
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#login button:hover {
  opacity: .7;
}
#login footer {
  margin-top: 50px;
  text-align: center;
}

/* キャスト出欠席確認 */
.page {
	text-align: center;
	font-size: 1.2em;
	page-break-after: always;
}
.cast_reader {
	text-align: center;
	width: 100%;
}
.cast_reader hgroup.cr_h3 {
	margin: 10px auto 0;
}
.cast_reader hgroup.cr_h3 h3 {
	font-size: 1.2em;
	text-align: center;
}
.cast_reader .cr_list {
}
.cast_reader .cr_list hgroup.cr_h4 {
	margin: 5px auto 0;
}
.cast_reader .cr_list hgroup.cr_h4 h4 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
.cast_reader .cr_list {
	width: 80%;
 max-width:;
	margin: 10px auto 0;
}
.cast_reader .cr_list table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #dcdcdc;
}
.cast_reader .cr_list table th, .cast_reader .cr_list table td {
	padding: 5px;
	border: 1px solid #dcdcdc;
	font-size: 1.0em;
	text-align: center;
	vertical-align: middle;
}
.cast_reader .cr_list table th {
	background: #FFF;
	position: relative;
}
.cast_reader .cr_list table td img {
	width: 100%;/*	height:auto;*/
}
.cast_reader .cr_list table td.photo {
	padding: 3px;
}
.cast_reader .cr_list table th .ico_birthday {
	padding-top: .2em;
	width: 100px;
	height: 91px;
	color: #fff;
	font-family: 'Bebas Neue', cursive;
	font-size: 48px;
	text-align: center;
	background: url("img/ico_birthday.png") no-repeat center center;
	background-size: contain;
	text-shadow:1px 1px 1px rgba(0,0,0,.4);
	position: absolute;
	top: 10px;
	right: 10px;
}
.cast_reader .cr_list table td .ico_times {
	width: 100px;
	text-align: center;
}
.cast_reader .cr_list table td .ico_times img {
	margin-top: .5em;
}
.photo {
	width: 12% !important;
}
.name_p {
	width: 22% !important;
}
.abs {
	width: 11% !important;
}
.txt_p {
	width: 55% !important;
}
/* 入学数月間管理表 */
.admission_month {
	float: right !important;
	width: 77% !important;
	margin-right: 10px;
}
.admission_month hgroup.h3 {
	margin-top: 20px;
	padding-bottom: 3px;
	border-bottom: 3px double #f00;
}
.admission_month hgroup.h3 h3 {
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 5px;
}
.admission_month table.days_total {
	width: 100%;
}
.admission_month table.month_total {
	width: 60%;
}
.admission_month table.audition {
	width: 40%;
}
.admission_month table th {
	background-color: #666;
	text-align: center;
	color: #FFF;
}
.admission_month table.month_total th, .admission_month table.audition th {
	font-weight: bold;
	text-align: left !important;
	background-color: #eee;
	color: #333;
}
.admission_month table.month_total thead th {
	text-align: center !important;
}
.admission_month table thead th {
	background-color: #eee !important;
	color: #333;
}
.admission_month table th, .admission_month table td {
	padding: 3px;
	font-size: 80%;
	line-height: 1.2em;
	text-align: center;
}
.admission_month table.month_total th, .admission_month table.month_total td {
	padding: 5px;
	text-align: center;
}
.admission_month table tr.off th, .admission_month table tr.off td {
	background-color: #666 !important;
}
.admission_month table tr.total th, .admission_month table tr.total td {
	background-color: #FF9999 !important;
}
.admission_month table tr.total th {
	color: #333;
}
.admission_month table td.price {
	text-align: right;
}
/*	rankup_saiten
-------------------------------------------------------------------------------------------*/
.rankup_saiten {
	padding: 23px 0 !important;
}
.rankup_saiten h3 {
	font-size: 16px;
}
.rankup_saiten th, .rankup_saiten td {
	text-align: center;
	vertical-align: middle;
	line-height: 1.35;
}
.bikou td {
	height: 3em;
	border-bottom: 3px solid #b9b9b9;
}
.bb3s {
	border-bottom: 3px solid #b9b9b9;
}
/*	shirts
-------------------------------------------------------------------------------------------*/
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	zoom: 1;
}
.shirts_ttl {
	float: left;
	margin-right: 10px;
}
ul.shirts_list {
	width: 1900px;
}
.shirts_list li {
	float: left;
	margin: 7px 10px 0px 0px;
}
.shirts_list li a {
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	text-shadow: 1px 1px 3px #fcfcfc;
	color: #030303;
	font-size: 12px;
	background: #b7b7b7;
	padding: 13px;
	text-decoration: none;
}
.shirts_list li a:hover {
	background: #e2e2e2;
}
.shirts_list li.hover a {
	background: #e2e2e2;
}
.btn_area {
	margin-top: 20px;
}
.btn_area a {
	padding: 10px 40px 10px 15px;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	background-color: #ff0000;
	background-image: url(img/icon/arrow_right.png);
	background-repeat: no-repeat;
	background-position: 130px center;
	-moz-background-size: 12% auto;
	-webkit-background-size: 12% auto;
	-o-background-size: 12% auto;
	-ms-background-size: 12% auto;
}

/*	user_linfo
-------------------------------------------------------------------------------------------*/
.cast_pinfo .cnt {
	overflow: hidden;
}
.cast_pinfo .linfo {
	float: left;
}
.cast_pinfo .rest {
	margin-left: 20px;
	float: left;
	overflow: hidden;
}
.cast_pinfo .rest table {
	float: left;
}
.cast_pinfo .rest th {
	text-align: center;
}
.cast_pinfo .rest .graph {
	margin: 10px -10% 0;
	width: 400px;
	float: left;
}
.cast_pinfo .rest .total {
	margin-top: 10px;
	font-weight: bold;
	text-align: center;
}

/*	teacher_lesson_history
-------------------------------------------------------------------------------------------*/
.teacher_lesson_history > p {
	margin-bottom: 10px;
}
.teacher_lesson_history .total {
	padding-bottom: 0.1em;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #000;
	display: inline-block;
}
.teacher_lesson_history .total span {
	font-size: 125%;
	font-weight: bold;
}
.teacher_lesson_history table th {
	text-align: center;
}

.teacher_lesson_history.print {
	overflow: hidden;
}
.teacher_lesson_history.print .left {
	float: left;
}
.teacher_lesson_history.print .right {
	float: right;
}
.teacher_lesson_history.print .right table {
	table-layout: fixed;
}
.teacher_lesson_history.print .right table th {
	width: 5em;
}
.teacher_lesson_history.print .right table td {
	text-align: center;
}
.teacher_lesson_history.print > table th {
	text-align: center;
}

/*	audition_goukaku
-------------------------------------------------------------------------------------------*/
.audition_goukaku > table th {
	text-align: center;
}
.audition_goukaku > table .no,
.audition_goukaku > table .age,
.audition_goukaku > table .bust,
.audition_goukaku > table .waist,
.audition_goukaku > table .hip,
.audition_goukaku > table .shoe {
	width: 3em;
	text-align: center;
}
.audition_goukaku > table .height,
.audition_goukaku > table .mail {
	width: 4em;
	text-align: center;
}
.audition_goukaku > table .tel {
	width: 7em;
	text-align: center;
}
.audition_goukaku > table .mail img {
	vertical-align: bottom;
}