@charset "shift-jis";
/*------------------------------------------------------------
	�g�b�v�y�[�W
------------------------------------------------------------*/
#top{
	text-align:left;
}
#top h2 {
	color:#fff;
	text-align:left;
	padding:8px 15px;
	border-bottom: solid 1px #1d0002;
	border-top: solid 1px #522c27;
	background: -moz-linear-gradient(top, #3b1a1a, #340002);
  background: -webkit-gradient(linear, left top, left bottom, from(#3b1a1a), to(#340002));
}
#information{
	padding:15px;
	text-align:center;
}
/* ���������̗\��� */
#today_yoyaku {
	background-color: #900;
	padding: 10px;
}
#today_yoyaku h2 {
	background: none;
	border: none;
	margin:2px 2px 5px;
	text-align:center;
	color:#fff;
	font-size:18px;
}
#today_yoyaku h2 span{
	font-size:15px;
	font-weight:normal;
	color:#fff;
}
.today_yoyaku_box {
	background-color: #fff4f4;
	padding: 10px;
	margin-bottom: 10px;
}
.today_yoyaku_box .time{
	float:left;
	width:42%;
	text-align: right;
	margin-right: 10px;
}


.today_yoyaku_ttl {
	color: #c42930;
	font-size: 20px;
	text-align: center;
	border-bottom: 1px solid #c42930;
}
.today_yoyaku_ttl:before {
	content: "";
	background: url(/sp/img/icon_tenpo.png) no-repeat;
	width: 21px;
	height: 15px;
	display: inline-block;
	background-size: 21px;
  margin-right: 5px;
}
.today_yoyaku_txt {
	color:#711515;
	text-align: center;
	margin-bottom: 15px;
}
.today_yoyaku_status {
	text-align:center;
	color:#c42930;
	font-size:20px;
	font-weight:bold;
	margin: 15px 0 10px;
}
#today_yoyaku .btn_style1 {
	float: left;
  width: 50%;
  text-align: center;
	margin-top: 20px;
}
#today_yoyaku .btn_style2 {
  width: 100%;
  text-align: center;
}
#today_yoyaku .btn_style1 a,
#today_yoyaku .btn_style2 a {
	background-color: #333;
	color: #fff;
	text-decoration: none;
	display: block;
	font-size: 13px;
	padding: 15px 0;
	margin: 0 5px;
}


/* �V����� */
#news {
	margin-top: 15px;
}
#news li {
	text-align: left;
  padding: 0 15px 15px;
	margin-bottom: 15px;
	border-bottom: dotted 1px #beb1a6;
}
#news li:last-child {
	border-bottom: none;
}
#news .date {
	color: #7a3637;
  font-weight: bold;
}
#news li a {
	display: initial;
	background: none;
}
