@charset "UTF-8";
/* ===================================
	File Name   : schedule.css
	Description : Schedule Calender CSS
	Editors     : Taz Sakurai
	Create Date : 2014/05/21

	Update Description :
		2014/05/21 File Create & Base Style Create
====================================== */

/*========== Style Contents ==========

	1. Global Redefinition
	2. Login Setting
	3. System Menu
	4. Schedule System Calendar Setting
	5. Schedule Color Setting
	6. Schedule Calendar Display Setting

====================================== */





/*===== ■1. Global Redefinition =====*/
body {
	background: url(img/bg_body-schedule.jpg) repeat-x top;
}

#Header p {
	top: 50px;
	font-size: 127.2%;
}

#Header p strong img {
	display: inline;
}

body#ScheduleTable {
	background: none;
	color: #fff;
}

a {text-decoration:none;}

.Section {
	margin: 0px 0px 0px 0px;
	width: 1000px;
}

#Footer dl dd address {
	padding: 180px 150px 0px 0px;
}





/*===== ■1. Log in =====*/
#ScheduleLogIn {
	padding: 50px 0px 0px;
}

#ScheduleLogIn h1 {
	height: auto;
	padding: 100px 0px 40px 300px;
}

#ScheduleLogIn form {
	margin: 0px;
	padding: 0px 0px 300px 400px;
}

#LogInError p {
	padding: 150px 0px 40px;
	text-align: center;
	font-size: 123.1%;
	font-weight: bold;
	color: #F0474A;
}

#LogInError ul {
	padding: 0px 0px 300px 430px;
}

#LogInError ul li a {
	display: block;
	background: url(../common/img/img_btn.png) no-repeat 0px -240px;
	width: 145px;
	height: 30px;
}




/*===== ■3. System Menu =====*/
#SystemMenu {
	border-bottom: 1px solid #EBEBEB;
	margin: 0px 0px 50px;
	padding: 50px 0px 15px;
}

#SystemMenu ul {
	float: left;
	padding: 0px 0px 0px 310px;
	width: 120px;
	height: 30px;
}

#SystemMenu ul li a {
	display: block;
	background: url(../common/img/img_btn.png) no-repeat 0px -135px;
	width: 100px;
	height: 30px;
}

#SystemMenu form input {
	border: none;
	background: none;
	background: url(../common/img/img_btn.png) no-repeat 0px -170px;
	float: left;
	width: 120px;
	height: 30px;
	text-indent: -9999px;
	cursor: pointer;
}

#SystemMenu form input#BtnColorSetting {
	background: url(../common/img/img_btn.png) no-repeat 0px -205px;
	margin: 0px 0px 0px 15px;
}

#SystemMenu ul li a:hover,
#SystemMenu form input:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}





/*===== ■4. Schedule System Calendar =====*/
#ScheduleSystem {
	background: url(../common/img/bg_schedule.png) no-repeat 300px -10px;
}

#ScheduleSystem p {
	padding: 0px 0px 15px;
	text-align: center;
}

#ScheduleSystem dl {
	margin: 0px 0px 0px 300px;
	width: 335px;
	height: 450px;
}

#ScheduleSystem dl dt {
	position: relative;
	padding: 60px 0px 5px 40px;
	text-align: center;
	color: #FFF;
}

#ScheduleSystem dl dd {
	position: relative;
	padding: 0px 5px 0px 45px;
}

#ScheduleSystem dl dt input {
	position: absolute;
	left: 60px;
	top: 60px;
}

#ScheduleSystem dl dt input#BtnNextMonth {
	left: 260px;
}

#ScheduleSystem dl dd table {
	width: 100%;
	border-collapse: separate;
	border-width: medium;
	border-spacing: 5px;
}

#ScheduleSystem dl dd table th {
	padding: 0px 0px 5px;
	width: 14%;
	text-align: center;
	font-size: 85%;
	color: #FFF;
}

#ScheduleSystem dl dd table td {
	width: 14%;
	border-top: 1px solid #EBEBEB;
	padding: 4px 0px 0px;
	text-align: center;
	line-height: 1;
	font-size: 108%;
	color: #FFF;
}

#ScheduleSystem dl dd table td imput {
	margin: 0px;
}

#ScheduleSystem dl dd input#BtnSetComp {
	position: absolute;
	left: 145px;
	top: 270px;
}





/*===== ■5. Schedule Color =====*/
#ScheduleColor {
	padding: 0px 0px 80px;
}

#ScheduleColor p {
	padding: 0px 0px 50px;
	text-align: center;
}

#ScheduleColor input#BtnSetComp {
	position: absolute;
	left: 450px;
	bottom: 15px;
}

#ScheduleColor table {
	margin: 0px auto;
	width: 400px;
}

#ScheduleColor table th {
	border-bottom: 1px solid #EBEBEB;
	background: url(../common/img/arrow_blue.jpg) no-repeat 0px 27px;
	width: 100px;
	padding: 0px 10px 0px 12px;
	line-height: 1;
	font-size: 93%;
}

#ScheduleColor table td {
	border-bottom: 1px solid #EBEBEB;
	text-align: left;
}

#ScheduleColor table table table td {
	border-bottom: none;
}

#ScheduleColor table table td table th {
	border-bottom: none;
	background: none;
	width: auto;
	padding: 0px;
}

#ScheduleColor table table td table {
	float: left;
	margin: 15px 0px 12px;
	width: auto;
}

#ScheduleColor table table td table th,
#ScheduleColor table table td table th input {
	height: 30px;
}

#ScheduleColor table table td table td span {
	display: block;
	margin: 0px 0px 3px 5px;
	width: 80px;
	height: 25px;
}

#ScheduleColor table#TablePassword {
	display: none;
}

#ScheduleColor table#TablePassword {
	float: none;
	margin: 30px auto 0px;
}

#ScheduleColor table#TablePassword th {
	border-bottom: none;
	background: url(../common/img/arrow_blue.jpg) no-repeat 0px 10px;
	padding: 0px 0px 0px 12px;
}

#ScheduleColor table#TablePassword td {
	border-bottom: none;
}






/*===== ■6. Schedule Display Calendar =====*/
#ScheduleTable div {
	position: relative;
	width: 260px;
	font-family: Arial, Helvetica, sans-serif;
}

#ScheduleTable div h1 {
	position: absolute;
	top: -2px;
	left: 60px;
	width: 150px;
	text-align: center;
	font-size: 93%;
	font-weight: bold;
}

#ScheduleTable div h1 em {
	padding: 0px 3px;
	font-size: 150%;
	font-weight: bold;
}

#ScheduleTable div p {
	padding: 7px 0px 5px;
	text-align: center;
	line-height: 1.1;
	font-size: 93%;
}

#ScheduleTable div p span {
	margin: 0px 1px 0px 0px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 116.6%;
	color: #DF566D;
}

#ScheduleTable div ul {
	border-bottom: 1px solid #fff;
	padding: 5px 0px;
}

#ScheduleTable div ul li#BtnPrevMonth a {
	float: left;
	display: block;
	background: url(../common/img/img_btn.png) no-repeat 0px -100px;
	width: 44px;
	height: 13px;
}

#ScheduleTable div ul li#BtnNextMonth a {
	float: right;
	display: block;
	background: url(../common/img/img_btn.png) no-repeat -50px -100px;
	width: 47px;
	height: 13px;
}

#ScheduleTable div ul li#BtnPrevMonth a:hover {background-position: 0px -115px;}
#ScheduleTable div ul li#BtnNextMonth a:hover {background-position: -50px -115px;}

#ScheduleTable div table {
	margin: 0px 0px 2000px;
	width: 100%;
	border-collapse: separate;
	border-width: medium;
	border-spacing: 5px;
}

#ScheduleTable div table th {
	padding: 0px 0px 5px;
	width: 14%;
	text-align: center;
	font-size: 85%;
	color: #FFF;
}

#ScheduleTable div table td {
	width: 14%;
	height: 28px;
	text-align: center;
	font-size: 123.1%;
	color: #FFF;
}


#ScheduleTable div table td em {
	display: block;
	border: 3px solid #42A2FF;
	margin: 0px auto;
	width: 22px;
	height: 22px;
}



/*-- Clear Release -- */
#ScheduleTable div ul {
	/zoom: 1;
}

#ScheduleTable div ul:after {
	content: '';
	display: block;
	clear: both;
}