﻿@charset "UTF-8";
/** Nomalize
**************************/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure,  footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; vertical-align: baseline; word-break: break-all; }article, aside,details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }ul, ol { list-style: none; }table {	border-collapse: collapse; border-spacing: 0; } * { box-sizing: border-box; } form { display: inline; }



/** Generale
**************************/
body {
	background: #222;
	color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	font-size: 14px;
}
a {
	color: #fff;
}
a:hover {
	text-decoration: none;
}
a img:hover {
	opacity: .7;
}

.center {
	text-align: center;
}
.clear:after {
	content: "";
    clear: both;
    display: block;
}
.area {
	width: 100%;
	max-width: 960px;
	margin: 0px auto;
	padding: 2em 0;
}
@media (max-width: 960px) {
	.area {
		padding: 2em 1em;
	}
}

.page-title {
	margin-top: 1em;
	position: relative;
}
.sub-title {
	font-size: 16px;
	margin-top: 1em;
	margin-bottom: 1em;
	background: #333;
	padding: 1em;
}
.page-title span {
	position: absolute;
	top: -.5em;
	right: 0px;
	z-index: 1;
}
.page-title span a {
	font-size: 12px;
	display: inline-block;
	padding: 1em 2em;
	background: darkorange;
	text-decoration: none;
}
.page-title span a:hover {
	opacity: .9;
}
.help {
	margin-bottom: 1em;
}
.msg {
	background: #333;
	margin-bottom: 1px;
}
.msg.error {
	color: orange;
}

label {
	cursor: pointer;
}


.bace-table {
	width: 100%;
}
.bace-table th {
	background: #333;
}
.bace-table td {
	color: #000;
}
.bace-table tr {
	background: #f5f5f5;
}
.bace-table.list tr:nth-child(odd) {
	background: #f5f5f5;
}
.bace-table.list tr:nth-child(even) {
	background: #ddd;
}
.bace-table th,
.bace-table td {
	padding: .2em .5em;
	border: solid 1px #222;
	vertical-align: middle;
}
.bace-table td a {
	color: blue;
}
.tbl-id {
	text-align: center;
	width: 3em;
}
.tbl-name {
}
.tbl-pass {
	text-align: center;
	width: 80px;
}
.tbl-day {
	text-align: center;
	width: 80px;
}
.tbl-tel {
	text-align: center;
	width: 12em;
}
.tbl-bth {
	text-align: center;
	width: 80px;
}
.tbl-del {
	text-align: center;
	width: 30px;
}
.tbl-age {
	text-align: center;
	width: 80px;
}
.tbl-rank {
	text-align: center;
	width: 80px;
}
.tbl-memo {
	text-align: center;
	width: 80px;
}


input[type="text"] {
	font-size:1em;
	padding: .2em;
}
textarea {
	font-size:1em;
	padding: .2em;
	width: 100%;
}
div.btn-submit {
	text-align:center;
	padding-top: 1em;
}
div.btn-submit input[type="submit"] {
}

.scroll {
	overflow: scroll;
	overflow-x: hidden;
	height: 200px;
}


/** root
**************************/
#root {
	width: 100%;
	max-width: 960px;
	margin: 0px auto;
	padding: 0 2em;
}



/** adm-head
**************************/
#adm-head {
	border-bottom: solid 1px #111;
}


/** adm-menu
**************************/
#adm-menu {
	display: table;
	table-layout: auto;
	width: 100%;
	padding: 0px;
	border-left: solid 1px #111;
	border-right: solid 1px #333;
}
#adm-menu li {
	display: table-cell;
	text-align: center;
}
#adm-menu li a {
	display: block;
	padding: .2em .5em;
	text-decoration: none;
	border-right: solid 1px #111;
	border-left: solid 1px #333;
}
#adm-menu li a:hover {
	background: #444;
}
#adm-menu li.active a {
	background: #444;
}



/** adm-body
**************************/
#adm-body {
	border-top: solid 1px #333;
}


/** this-month-birthday
**************************/
#this-month-birthday {
}
#this-month-birthday table {
}


/** search-box
**************************/
.search-box {
	position: relative;
	padding: .5em 0;
	margin-bottom: 1em;
}
.search-box label {
	display: inline-block;
}
.search-box input[type="text"] {
	margin-right: 1em;
	margin-left: 5px;
}


/** user cast info
**************************/
.cast-info th,
.user-info th {
	width:20%;
}
.user-info td input[type="text"],
.cast-info td input[type="text"] {
	width: 100%;
}
.user-info td input[type="text"].min,
.cast-info td input[type="text"].min {
	width: auto;
}
.cast-photo {
}
.cast-photo th.photo-num {
	width: 80px !important;
}
.cast-photo th.photo-thumb {
	width: 120px !important;
}
.cast-photo th.photo-cgange {
	width: 860px !important;
}
.cast-photo td {
	padding: 1em;
	text-align: center;
	position: relative;
}
.cast-photo input[type="file"] {
	width: 90%;
	display: block;
	margin: 10px auto;
}
.cast-photo td form {
	display: inline;
}
.photo-cng .img_view {
	position: absolute;
	top: 1em;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}
.img_view img {
	width: 120px;
}
.view_box {
}

.rireki-list {
	text-align: center;
}


/** yoyaku
**************************/
.yoyaku td {
	text-align: center;
}


/** news reg
**************************/
#news-reg input[type="text"] {
	width: 100%;
}


/** schedule
**************************/
#schedule table.list {
	margin-bottom: 1em;
}
#schedule .panel-list {
	display: table;
	width: 100%;
}
#schedule .panel-list > div.cast {
	position: relative;
	display: table-cell;
	width: 20%;
	text-align: center;
	float: left;
	padding: 1em 5px 3em;
	text-decoration: none;
}
#schedule .panel-list label {
	display: inline-block;
	padding: 2px 5px;
	border-radius: 3px;
	background: #333;
	margin-top: 1em;
}

#schedule .panel-list a img {
	width: 100%;
}

#schedule .panel-name {
	display: block;
	min-height: 1.4em;
	line-height: 1em;
	text-decoration: underline;
}
#schedule .panel-time {
	line-height: 1em;
}

.sc-link,
.sc-link-day {
	text-align: center;
	margin-bottom: 2em;
}
.sc-link a {
	display: inline-block;
	padding: .5em 1em;
	background: #222;
	border-radius: 3px;
	text-decoration: none;
	border: solid 1px #444;
}
.sc-link a:hover,
.sc-link-day a:hover,
.now {
	background: #444 !important;
}
.sc-link-day {
	margin-bottom: 2em;
}
.sc-link-day a {
	display: inline-block;
	padding: 1em 1.5em;
	border: solid 1px #444;
	border-radius: 3em;
	text-decoration: none;
}
.sc-link-day a span {
	display: block;
	font-size: 12px;
}

/* 週間表 */
.sc-month-item,
.sc-week-item {
	width: 100%;
	margin-bottom: 10px;
}
.sc-month-item th,
.sc-week-item thead {
	background: #444;
}
.sc-month-item th,
.sc-month-item td,
.sc-week-item th,
.sc-week-item td {
	border: 1px solid #333;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}
.sc-month-item th {
	width: 100px;
}
.sc-month-item td {
	text-align: left;
}


/** ranking
**************************/
#ranking form {
	display: inline-block;
	width: 30%;
}
#ranking table {
	display: block;
	width: 100%;
}
#ranking table td {
	display: block;
	text-align: center;
}
#ranking table td select {
	display: block;
	width: 100%;
}
#ranking table input[type="submit"] {
	display: block;
}
#ranking p.rank-name {
	text-align: center;
	background: #333;
	margin-bottom: 1em;
}
#ranking table th {
	padding-right: 1em;
}


/** uriage
**************************/
#uriage-link a {
	display: inline-block;
	text-decoration: none;
	border: solid 1px #444;
	padding: 4px 8px;
}
.uriage-list {
	text-align: center;
}
#goukei {
	font-size: 1.5em;
	margin-bottom: 1em;
	border: solid 1px #333;
	padding: .5em;
	text-align: center;
}
