#live_kikakubox {
	width: 631px;
	min-height: 100%;
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #d9d9d9;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
		}

#month_bar{
	font-size: 15px;
	font-weight: bold;
	color: #777777;
	line-height: 17px;
	width: 640px;
	min-height: 100%;
	padding: 4px;
	background-color: #eeeeee;
	border: 1px solid #d9d9d9;
		}
.calendar_day{
	color: #ffffff;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	}

.form_table{
  width:600px;
  margin:20px 0px 0px 0px;
}
.form_table table,th,td {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
.form_table table{
  width:100%;
  border:1px solid #aaaaaa;
}
.form_table th{
  width:70px;
  padding:5px;
  border:1px solid #aaaaaa;
  text-align:center;
  vertical-align:middle;
}
.form_table td{
  width:auto;
  padding:5px;
  border:1px solid #aaaaaa;
}

.input_table{
  width:600px;
  margin:0px 0px 0px 0px;
  color:#335066;
}
.input_table table,th,td {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
.input_table table{
  width:100%;
  border:1px solid #6688aa;
}
.input_table th{
  width:160px;
  padding:5px;
  border-left:1px solid #6688aa;
  border-bottom:1px solid #6688aa;
  font-size: 12px;
  line-height: 18px;
  text-align:left;
  vertical-align:middle;
  background-color:#d0e0f5;
}
.input_table td{
  width:auto;
  font-size: 14px;
  padding:5px;
  background-color:#d0e0f5;
  border-bottom:1px solid #6688aa;
}

.bgYellow { background-color:#ffffaa; }
.bgGray { background-color:#f0f0f0; }

.ttl1{
	font-size: 24px;
	line-height: 30px;
	margin-bottom:20px;
	color: #ff8800;}
.ttl2{
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #ff0000;}
.live_dtl{
	font-size: 20px;
	line-height: 35px;
	font-weight: bold;}

.dsc1{
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 5px;
	}
.ntc1{
	padding-left: 20px;
	font-size: 11px;
	line-height: 14px;
	}

.caution_box1{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	padding:10px;
	border:1px solid #ff0000;
	background-color:#ffaa00;
	}

.caution_box2{
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding:10px;
	border:3px solid #aaf033;
	border-radius: 40px;
	}

input.frm_ticket {
	width: 400px;
	height: 26px;
	font-size: 16px;
	}
.input_cfm{
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #000000;}
