
* {
	font-family:"ヒラギノ角ゴ Pro W3","メイリオ", "ＭＳ Ｐゴシック",sans-serif;
}
a {
	font-family:"ヒラギノ角ゴ Pro W3","メイリオ", "ＭＳ Ｐゴシック",sans-serif !important;
}
button {
	font-family:"ヒラギノ角ゴ Pro W3","メイリオ", "ＭＳ Ｐゴシック",sans-serif !important;
}



.login {
	width: 100% !important;
	margin:0 !important;
	background: #006699 !important;
	color:#ddd !important;
}
.login:hover {
	filter:alpha(opacity=70);-moz-opacity:0.70;opacity:0.70;
}

.iptLogin {margin:0 !important;}
.iptPassword {margin:0 !important;}

.caution {
	font-size:14px !important;
	padding: 8px !important;
	background-color: #FFD060;
	color:#333 !important;
}


#login {
	padding-left:5px;
}
#login h1 {
	padding-left:5px;
	margin-left:5px;
}

a.edit {
	text-align: center;
	display: block;
	padding:4px;
	background-color: #006699 !important;
	color:#fff !important;
}
a.edit:hover {
	filter:alpha(opacity=70);-moz-opacity:0.70;opacity:0.70;
}

a.pdflink {
	margin-left: 0px;
	padding-left: 15px;
	background: url(../img/ico_pdf.png) no-repeat center left;
	display: block;
}

a.pagetop {
	text-align: center;
	display: block;
	padding:4px;
	background-color: #333 !important;
	color:#fff !important;
}
a.pagetop:hover {
	filter:alpha(opacity=70);-moz-opacity:0.70;opacity:0.70;
}

#header i.fa-bars {
	color: #990033;
}

#mypanel .ui-btn {
	color:#ccc;
}

#mypanel .ui-btn:hover {
	color:#fff;
}

#footer {
	background-color:#EAEAEA;
}
#copyright {
	background-color:#111;
	color:#ffffff;
	text-align:center;
	padding:4px;
	font-size:11px;
	font-family:"Segoe UI" !important;
}

h1 {
	padding-top: 11px !important;
	font-size: 20px !important;
}

h2#pageTitle {
	background:#222;
	color:#ffffff;
	text-align:left;
	padding:8px;
	margin:0 !important;
}
.pageExp {
	padding: 4px 8px 4px 8px;
	margin-bottom: 10px !important;
	background:#444;
	color: #ddd;
	font-size: 14px;
}

h3 {
	background:#6A0023;
	color:#fff;
	padding:8px;
	margin:0 !important;
}
.time {
	padding:4px 8px !important;
	background-color: #8A3752;
	font-size:12px;
	color: #fff;
}

h4 {
	background:#666;
	color:#fff;
	padding:8px;
	margin:0 !important;
}
.section {
	margin-bottom:30px;
}
.sectionnormal {
	margin-bottom: 30px;
	font-size: small;
	font-weight:100;
}

.section p {
	padding:8px;
}
.section ul li {
	padding:4px 8px;
}
.section ul.link li {
	padding:0;
}
.section ul li:nth-child(odd) {
	background-color:#E3EEFB;
}


.section dl dt {
	background-color:#E8EBEE;
	color: #333;
	padding:4px 8px;
}
.section dl dt i {
	color: #333;
}
.section dl dt {
}
.section dl dd {
	padding:4px 8px;
	font-size: 15px;
	line-height: 1.6;
}
.section dl dd.selectBtn {
	margin: 0 !important;
	padding:0 !important;
}
.section dl dd textarea {
	background-color: #fff;
}

.section dl.finish {
	margin:10px;
	border-radius: 15px !important;
}
.section dl.finish dt {
	color: #6A0023;
	background-color: #DEB4BB;
}
.section dl.finish dt i {
	color: #6A0023;
}
.section dl.finish dd {
	background-color: #EAD5D6;
}
.section dl.finish dd.editBtn {
	background-color:#DEB4BB;
	padding:2px 8px !important;
}
.section button {
	padding: 6px 14px 6px 12px !important;
	background-color: #418228 !important;
	color: #fff !important;
}
.section button i {
	color: #fff !important;
}

.section button:hover,
.section button:active,
.section button:focus {
	filter:alpha(opacity=70);-moz-opacity:0.70;opacity:0.70;
}

.section dl.finish dd.editBtn button {
	background-color:#555 !important;
	padding:2px 8px !important;
}


.ui-li-count {
	background-color: #006699 !important;
	border-radius: 15px !important;
	color: #fff !important;
}
em {
	padding: 2px 8px;
	background-color: #006699 !important;
	border-radius: 15px !important;
	color: #fff !important;
	font-style: normal;
	font-size: 12px;
}

.section button.appBtn {
	width: 100% !important;
	margin:0 !important;
	padding: 12px 0 !important;
	color:#ddd !important;
}


.section button.appBtn:hover {
	filter:alpha(opacity=70);-moz-opacity:0.70;opacity:0.70;
}

button.backBtn {
	padding: 8px 12px !important;
	font-size:14px !important;
}
.section button.backBtn {
	background-color: #666 !important;
	padding: 8px 12px !important;
	font-size:14px !important;
}

label.ui-radio-on {
	background-color: #990033 !important;
	color: #fff !important;
}

/*-------------------------------------------------*/
#time-schedule {
	margin: 10px 0 30px 0px;
}

#time-schedule table {
	margin: 10px 0 6px 0;
}

#time-schedule table.timetable {
	background-color:#E8E8E8;
	border-collapse: collapse;
	border: solid 1px #999;
	
}


#time-schedule table.timetable th{
	width:60px;
}


#time-schedule table.timetable td {
	margin: 2px 0 2px 0;
	font-size:90%;
	height:50px;
	width:50px;
}

#time-schedule table.timetable td span {
	margin:0px 1px 1px 0px ;
	text-align:center;
}


#time-schedule table.timetable td.g{
	background-color: #A0DEE4;
	margin: 0;
	padding: 0 5px;
}

#time-schedule table.timetable td.a{
	background-color: #D6F0F3;
	margin: 0;
	padding: 0 5px;
}
#time-schedule table.timetable td.schedule_date {
	background-color: #F4F8EF;
	margin: 0 0 2px 0 ;
}
#time-schedule table.timetable td.schedule_date span.schedule_day {
	font-weight:bold;
}

#time-schedule table.timetable td.empty {
	background-color: #333333;
	margin:0px ;
}
#time-schedule table.timetable td.division {
	background-color: #333333;
	color:White;
	font-size:90%;
	margin:0px ;
}

judgment1 {
	/*background: url(../img/img_judgment1.gif) no-repeat 0 0;*/
	margin: 0px;
	width: 30px;
	height: 18px;
	background-color: #D5D5D5;
	text-align:center;
}
judgment2 {
	/*background: url(../img/img_judgment2.gif) no-repeat 0 0;*/
	margin: 0px;
	width: 30px;
	height: 18px;
	background-color: #999999;
	text-align:center;
}
judgment3 {
	/*background: url(../img/img_judgment3.gif) no-repeat 0 0;*/
	margin: 0px;
	width: 30px;
	height: 18px;
	background-color: #288E9D;
	text-align:center;
}

judgment4 {
	/*background: url(../img/img_judgment4.gif) no-repeat 0 0;*/
	margin: 0px;
	width: 30px;
	height: 18px;
	background-color: #ffffff;
	text-align:center;
}
/*-------------------------------------------------*/

