@charset "UTF-8";
#yourdata {
	background: #282828;
	color: #FFF;
	font-size: 13px;
}
#yourdata #yourdata-inner {
	padding: 10px 30px;
	margin: 0 auto;
}
#yourdata a {
	color: #FFF;
}
#yourdata a:hover {
	color: #9DF;
}
#yourdata span {
	color: #666;
	margin-right: 1em;
	margin-left: 1em;
}
/*---------------------------------

Movie

---------------------------------*/
#movie-header {
	overflow: hidden;
	background: #282828;
	margin-bottom: 30px;
}
#movie-header-inner {
	background: #333;
}
#user-home, #user-container {
	width: 800px;
	margin: 0 auto 30px;
	padding: 0;
}
#user-header {
	width: 800px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 30px;
}
#user-home .editbtns {
	padding: 15px 0;
}
.makenewtable {
	/*position: absolute;
	top: 0;
	right: 0;*/
	width: 800px;
	margin: 0 auto 15px;
}
.makenewtable a {
	display: block;
	padding: 4px 12px;
	background: #000;
	border-radius: 3px;
	color: #FFF;
	text-align: center;
}
.theater-list {
	width: 800px;
	margin: 30px auto;
	background: #FFF;
	box-shadow: 0 1px 4px #BBB;
	box-sizing: border-box;
	border-radius: 3px;
}
.theater-list .table-title {
	background: #DDD;
	padding: 0.5em 0.7em;
	font-size: 14px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.theater-list li {
	padding: 14px 80px 14px 18px;
	border-bottom: solid 1px #99C;
	position: relative;
	overflow: hidden;
	font-size: 19px;
}
.theater-list li:last-child {
	border-bottom: none;
}
.theater-list li .preview {
	font-size: 14px;
}
.theater-list li .btns {
	position: absolute;
	top: 0;
	right: 0;
	padding: 19px 15px 0;
	font-size: 14px;
}
.theater-list li .btns a {
	color: #000;
}
.theater-list li .btns a .fa {
	padding-right: 5px;
}
.theater-list li .btns a:hover {
	text-decoration: underline;
}
.theater-list li .thumb {
	width: 50px;
	height: auto;
	float: left;
	padding-right: 10px;
}
#movie-info-outer {
	padding: 15px 0;
	background: url(/images/header_cover.png) repeat;
}
#movie-info {
	width: 800px;
	margin: 0 auto;
	padding: 30px 0;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
#movie-info::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
#movie-info #movie-poster {
	width: 100px;
	float: left;
	padding-right: 20px;
}
#movie-info #movie-poster img {
	width: 100%;
	height: auto;
}
#movie-info #movie-data {
	float: left;
	width: 650px;
}
#movie-data dl {
	margin-bottom: 25px;
}
#movie-data dt {
	font-weight: 700;
	font-size: 12px;
	margin-bottom: 5px;
	background: #000;
	text-align: center;
	width: 120px;
	color: #FFF;
	padding: 2px;
	border-radius: 2px;
}
#movie-data dd {
	font-size: 19px;
	color: #FFF;
	padding-left: 15px;
}
#movie-info .btns {
	position: absolute;
	top: 0;
	right: 0;
}
#movie-info .btns li {
	color: #FFF;
	font-size: 14px;
	float: left;
	padding: 0 15px 0 0;
}
#movie-info .btns a,
#movie-info .btns input[type="submit"] {
	color: #FFF;
	background: none;
	font-size: 14px;
	padding: 0 0 0 5px;
	cursor: pointer;
}
#movie-info .btns a:hover,
#movie-info .btns input[type="submit"]:hover {
	text-decoration: underline;	
}

.edit-header {
	margin: 30px 0;
}
.edit-header .page-title {
	margin-bottom: 15px;
}
.edit-header ul {
	overflow: hidden;
}
.edit-header li {
	float: left;
	padding-right: 10px;
}
.edit-theaters {
	background: #FFF;
	margin-top: 30px;
	padding: 30px;
}
.edit-theaters h5 {
	background: #000;
	padding: 6px 8px;
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
}
.add-theaters {
	padding: 10px;
}
.add-theaters .area {
	clear: both;
	margin-bottom: 15px;
}
.add-theaters .area ul {
	clear: both;
	overflow: hidden;
}
.edit-theaters .area li {
	width: 33%;
	float: left;
	font-size: 12px;
}
.edit-theaters .area li.checked {
	background: #00ccff;
}
.edit-theaters .area li:nth-child(3n+1) {
	clear: left;
}
.edit-theaters .area .pref-name {
	font-weight: 700;
}
/*---------------------------------

Area Btns

---------------------------------*/
.areabtns {
	width: 800px;
	padding: 20px 25px;
	margin: 0 auto 30px;
	box-sizing: border-box;
}
.areabtns p {
	margin-bottom: 5px;
	font-weight: 700;
}
.areabtns ul {
	text-align: center;
	padding: 10px 0;
}
.areabtns li {
	display: inline;
	padding: 0 8px;
}
.areabtns li a {
	background: #FFF;
	border-radius: 4px;
	padding: 4px 8px;
}
#theaters {
	width: 800px;
	margin: 0 auto;
}
.area-title {
	color: #FFF;
	font-size: 14px;
	text-align: center;
	padding: 8px;
	background: #333;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.block {
	margin-bottom: 25px;
}
.index, .theater, .index-edit, .theater-edit {
	background: #FFF;
}
.theater, .theater-edit {
	border-bottom: solid 1px #CCC;
}
.index:after, .theater:after, .index-edit:after, .theater-edit:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.index li, .theater li, .index-edit li, .theater-edit li {
	float: left;
	padding: 8px 4px;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
	box-sizing: border-box;
}
.index li, .index-edit li {
	background: #CCC;
	border-left: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
}
.index li:first-child, .theater li:first-child, .index-edit li:first-child, .theater-edit li:first-child {
	border-left: none;
}
.theater li, .theater-edit li {
	background: #FFF;
}
li.pref {
	width: 12%;
}
li.theater-name {
	width: 24%;
}
li.theater-tel {
	width: 18%;
}
li.schedule {
	width: 18%;
}
li.option {
	width: 14%;
}
li.option2 {
	width: 14%;
}
.index-edit li.theater-name, .theater-edit li.theater-name {
	width: 22%;
}
.index-edit li.schedule, .theater-edit li.schedule {
	width: 19%;
}
.index-edit li.option, .theater-edit li.option {
	width: 18%;
}
.index-edit li.option2, .theater-edit li.option2 {
	width: 18%;
}
.index-edit li.view, .theater-edit li.view {
	width: 11%;
}
.theater li.theater-name, .theater-edit li.theater-name {
	text-align: left;
}
.theater-edit li input[type="text"], .theater-edit li textarea {
	background: #EFEFEF;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font-size: 13px;
	padding: 4px 6px;
	border-radius: 2px;
	border: solid 1px #CCC;
}
.btn-pagetop {
	padding: 0;
	font-size: 12px;
	overflow: hidden;
	margin-bottom: 30px;
}
.btn-pagetop a {
	display: block;
	float: right;
	background: #CCC;
	padding: 4px 8px;
	border-radius: 3px;
	color: #000;
}

/* Toggle */
.checkbox1-input {
	display: none;
}
.checkbox1-parts {
	position: relative;
	padding: 8px 3px 8px 46px;
	transition: .3s;
	color: #CCC;
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
}
.checkbox1-input:checked + .checkbox1-parts {
	background: #CCffCC;
	color: #005D00;
}
.checkbox1-parts::before {
	content: "";
	display: block;
	position: absolute;
	top: 7px;
	left: 7px;
	width: 30px;
	height: 17px;
	border-radius: 9px;
	border: 1px solid #CCC;
	background: #fff;
	display: block;
}
.checkbox1-parts::after {
	content: "";
	display: block;
	position: absolute;
	top: 9px;
	left: 9px;
	width: 15px;
	height: 15px;
	background: #CCC;
	border-radius: 50%;
	transition: .2s;
	display: block;
}
.checkbox1-input:checked + .checkbox1-parts::before {
	border: 1px solid #55ff66;
}
.checkbox1-input:checked + .checkbox1-parts::after {
	left: 22px;
	background: #55ff66;
}
