@charset "utf-8";
/* =========================================================
	_Main.css
========================================================= */

/* =========================================================
	_Default
========================================================= */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td{padding:0;margin:0;}
table{border-collapse: collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-weight:normal;font-style:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:100%;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}
ronym{border:0;}

/* ---------------------------------------------------------
	_Init
--------------------------------------------------------- */
body {
	background-color: #EAEAEA;
	color: #333333;
	font-size: 12px; /* 10px */
	font-family: "ＭＳ Ｐゴシック" ,sans-serif;
	line-height: 1.5em;
}

img{
	vertical-align:middle;
}

/*---Links---*/
a img { border:0; }
a:link {
	color:#0086FF;
	text-decoration:none;
}
a:visited {
	color:#0086FF;
	text-decoration:none;
}
a:hover {
   text-decoration:underline;
}
a:active {
	color:#0062BB;
}
/*-----------*/

.hidden {
   display: none;
   visibility: hidden;
}
.txtHide {

}
.alignRight {
   float: right;
}
.alignLeft {
   float: left;
}
.clearFix {
   clear: both;
}
.clear {
   clear: both;
}
/* ------ IE6 CSS hack ------ */
* html .clearFix {
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
	display: inline;
}
/* -------------------------- */


#wrapper {

}

#login{
	text-align:center;
}

#loginbox {
	height: 200px;
	width: 400px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 20px;
}
#login #logo {
	height: 60px;
	margin-bottom: 10px;
	text-align: center;
}
#login #title {
	margin-bottom: 10px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
#login dl dd {
	margin-bottom: 10px;
}
#login dl dd input {
	font-size: 18px;
	width: 392px;
	font-weight: bold;
	border: 1px solid #999;
	padding: 2px;
}

#login #check {
	margin-bottom: 10px;
	vertical-align: middle;
}
#login #check input {
	vertical-align: middle;
	height: 14px;
	width: 14px;
}


#login #btnlogin {
	text-align: center;
}
#login #btnlogin input {
	height: 30px;
	width: 120px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url(../images/btn_login.jpg);
	background-repeat: no-repeat;
	color: #FFF;
}
#login #copyright {
	font-size: 10px;
	color: #999;
	width: 440px;
	margin-right: auto;
	margin-left: auto;
}







/* ---------------------------------------------------------
	_Navigation & Menu
--------------------------------------------------------- */


/* ---------------------------------------------------------
	_Header
--------------------------------------------------------- */

#header {
	margin-bottom: 10px;
}
#header #headline {
	background-color: #600;
	color: #FFF;
	padding: 5px;
	height:25px;
}
#header #headline a{color: #FFF;}
#header #headline a:hover{color: #FFF;}

#header #headline .left {
	float: left;
	width: 170px;
	font-size: 10px;
}
#header #headline .rifht {
	float: right;
	width: 300px;
	text-align: right;
	padding-right: 10px;
	font-size: 12px;
}


#header #headmain {
	height: 50px;
	padding: 5px;
}
#header #headmain #title {
	font-size: 24px;
	color: #CCC;
	font-weight: bold;
	padding: 5px;
	margin-top: 10px;
	width: 400px;
	float: left;
}
#header #headmain #site_preview {
	float: right;
	width: 160px;
	margin-top: 10px;
	margin-right: 20px;
	height: 30px;
}
#header #headmain #site_preview a{
	width: 150px;
	text-align: center;
	height: 20px;
	background-image: url(../images/btn_preview.jpg);
	background-repeat: no-repeat;
	display: block;
	padding: 5px;
	font-weight: bold;
	color: #333;
}







/* ---------------------------------------------------------
	_Contents
--------------------------------------------------------- */

#main {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}

#pagetitle {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 10px;
}

.contentbox {
	background-color: #FFF;
	border: 5px solid #CCC;
	padding: 20px;
	margin-bottom: 10px;
}
.contentbox .contenttitle {
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #666;
}


.contentbox .line {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	margin-top: 10px;
	margin-bottom: 10px;
}

.contentbox table {
	margin-top: 20px;
	font-size:13px;
	min-width:200px;
}
.contentbox table tr th {
	padding: 3px;
}

.contentbox td.no {
	width:20px;
}

.contentbox td.etc {
	height:100px;
}

.back_no{
	background:url(../images/back.gif);
	width:20px;
}

.back{
	background:url(../images/back.gif);
}

.contentbox table, td, th {
	border: 1px #CCCCCC solid;
}

.breadnavi{
	top: 0;
	left: 0;
	padding: 5px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.btnsave {
	height: 30px;
	width: 100px;
	background-image: url(../images/btn_bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	color: #FFF;
	font-weight: bold;
	margin:5px 0;
}
.btndelete {
	height: 30px;
	width: 100px;
	background-image: url(../images/btn_bg2.jpg);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	color: #FFF;
	font-weight: bold;
	margin:5px 0;
}
.btnnormal {
	height: 30px;
	width: 100px;
	background-image: url(../images/btn_bg3.jpg);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	color: #333;
	font-weight: bold;
	margin:5px 0;
}
.btnsavebox {
	background-color: #BCBCBC;
	padding: 5px;
	margin-bottom: 10px;
	text-align: left;
}



/* ---------------------------------------------------------
	_Sidebar
--------------------------------------------------------- */

 
/* ---------------------------------------------------------
	_Footer
--------------------------------------------------------- */
 
#footer {
	height: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	text-align: left;
	padding-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
	color: #8A8A8A;
}

/* ---------------------------------------------------------
	_etc
--------------------------------------------------------- */

.att{
	color:#FF0000;
}

.submit{
	margin:10px 0;
}

.calender{
	text-align:left;
}

.calender table{
	width:700px;
	margin:0 0 20px 0;
}

.calender th.sun{
	width:100px;
	height:60px;
	color:#ff0000;
	text-align:center;
	background:#FFCCFF;
}

.calender th.sat{
	text-align:center;
	width:100px;
	height:60px;
	color:#0000ff;
	background:#99CCFF;
}

.calender th{
	text-align:center;
	width:100px;
	height:60px;
	padding:5px;
}

.calender td{
	width:100px;
	height:60px;
	line-height:1.4;
}

.calender td.sun{
	width:100px;
	height:60px;
	color:#ff0000;
}

.calender td.sat{
	width:100px;
	height:60px;
	color:#0000ff;
}

.calender td{
	width:100px;
	height:60px;
}

.calender td a{
	width:100px;
	height:60px;
	display:block;
	text-decoration:none;
}

.calender td.gray{
	width:100px;
	height:60px;
	background:url(../images/back.gif);
}

.calender td.today{
	width:100px;
	height:60px;
	border:2px solid #ff0000;
}

.today_list{
	margin-bottom:20px;
}

.today_list table{
	margin-bottom:20px;
}

.today_list td,th{
	padding:5px;
}

.today_list th{
	background:#bad0ed;
	text-align:center;
}

.today_list td.no{
	width:25px;
	text-align:center;
}

.today_list td.img{
	height:75px;
	width:60px;
	text-align:center;
	padding:0;
}

.list_img{
	width:50px;
	text-align:center;
	height:75px;
	overflow:hidden;
}

.today_list td.item1{
	width:70px;
	text-align:center;
}

.today_list td.item2{
	width:120px;
	text-align:center;
}

.today_list td.item3{
	width:160px;
	text-align:center;
}

.today_list td.item4{
	width:160px;
	line-height:1.4;
	text-align:left;
}

.center{
	text-align:center;
}

.total td.title{
	text-align:center;
}

.total td.item_bar{
	padding:0;
	writing-mode:tb-rl;
	font-size:11px;
	height:40px;
	width:20px;
}

.total td.item_bar2{
	text-align:center;
	padding:0;
	font-size:11px;
	width:20px;
}

.itv_num{
	font-size:24px;
	font-weight:bold;
	text-align:center;
	width:100%;
}

.contentbox li {
	display:inline;
}

.list_detail td,th{
	padding:3px;
}

.list_detail th{
	background:#bad0ed;
}

.interview_list table{
	width:824px;
}

.interview_list td,th{
	padding:0px 5px;
}

.interview_list th{
	background:#bad0ed;
	width:65px;
	height:18px:
}

.interview_list td{
	height:18px:
	width:160px;
}

.interview_list td.size{
	width:400px;
}

.interview_list td input.size_a{
	width:30px;
}

.interview_list td.img{
	width:80px;
	text-align:center;
}

.interview_list td.etc{
	width:600px;
	text-align:left;
	height:30px;
}

.interview_list2 table{
	width:780px;
}

.interview_list2 td,th{
	padding:0px 5px;
}

.interview_list2 th{
	background:#bad0ed;
	width:54px;
	height:18px:
}

.interview_list2 td{
	height:18px:
	width:160px;
}

.interview_list2 td.size{
	width:400px;
}

.interview_list2 td input.size_a{
	width:30px;
}

.interview_list2 td.img{
	width:80px;
	text-align:center;
}

.interview_list2 td.etc{
	width:600px;
	text-align:left;
	height:30px;
}

.custom_list td,th{
	padding:5px;
}

.custom_list th{
	background:#bad0ed;
}

.select_day{
	background:url(../images/pink.gif);
}

.main_date{
	font-size:24px;
	font-weight:bold;
	margin:0 0 10px 0;
}

.normal_day{
	color:#000000;
	font-size:14px;
	font-weight:bold;
}

.sat_day{
	font-weight:bold;
	color:#0000FF;
	font-size:14px;
}

.sun_day{
	font-weight:bold;
	color:#FF0000;
	font-size:14px;
}

.total td{
	padding:10px;
}

.total td.item{
	text-align:center;
}

.total td.items{
	text-align:center;
	width:100px;
}

.total td.title,.total td.sum{
	text-align:center;
	padding:10px 0;
	width:60px;
}

.main_div:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

.main_div .item1, .main_div .item2{
	float:left;
	font-size:11px;
}

.main_div .item1{
	width:120px;
}

.cast_list li{
	float:left;
	font-size:13px;
	border: 1px #eee solid;
	border-collapse: collapse;
	height:140px;
	width:116px;
	padding:5px;
	margin:3px;
}
.cast_list li img{
	text-align:center;
}

ul.cast_list:after{
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
div.tab a:nth-child(8) {
	display:none;
}
