#visual_image {
  background: url(images/bg_visual.gif) no-repeat left 203px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
	#visual_image {
		margin-bottom: 0;
	}
	#visual_image img {
		width: 100%;
	}
}

#container {
  float: left;
}
@media screen and (max-width: 769px) {
	#container {
		float: none !important;
	}
}

#container h3 {
  background: none;
  font-size: 120%;
  line-height: 120%;
  padding: 0px;
}

#sidebar {
  float: right;
}
@media screen and (max-width: 769px) {
	#sidebar {
		float: none !important;
	}
}

/* #news_information -----------------------------*/
#news_information {
  margin-bottom: 20px;
  position: relative;
}

#news_information h2 {
  margin-bottom: 10px;
}
#news_information h3 {
  height: auto;
  margin-bottom: 10px;
}
#news_information .post_date {
  font-size: 90%;
}
#news_information .comment {
  border-bottom: 1px dotted #a9a9a9;
}
#news_information a {
  text-decoration: none;
}
#news_information a:hover {
  text-decoration: underline;
}
#news_information .more {
  position: absolute;
  top: 0px;
  right: 5px;
}
#news_information .more a {
  color: #333;
}
@media screen and (max-width: 769px) {
	#news_information {
		margin-top: 25px;
	}
	#news_information img {
		width: 100%;
		height: auto;
	}
	#news_information h2 {
		background: #71C461;
		color: #FFF;
		font-size: 18px;
		padding: 15px;
	}
}



#sidebar .sidebox {
  background: url(images/bg_sidebox_middle.gif) repeat-y center bottom;
  margin-bottom: 10px;
}
@media screen and (max-width: 769px) {
	#sidebar .sidebox {
		background: none;
	}
}

#sidebar .sidebox footer {
  background: url(images/bg_sidebox_bottom.gif) no-repeat center bottom;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
	#sidebar .sidebox footer {
		background: none;
	}
}

#situation_sidebox {
}
#situation_sidebox h4,
#opentime_sidebox h4{
}
#situation_sidebox h4,
#situation_sidebox p {
  margin: 0;
  padding: 0;
}
#situation_sidebox .situation_icon {
  height: 84px;
  line-height: 74px;
  text-align: center;
}
#situation_sidebox .situation_icon img {
  vertical-align: middle;
}
#situation_sidebox .footer_comment {
  font-size: 90%;
  margin: 0 10px 10px;
  padding: 10px 10px 20px;
  background-color: #FAF8F5;
}
@media screen and (max-width: 769px) {
	#situation_sidebox .footer_comment {
		margin: 0 10px;
		padding: 10px;
	}
}

/* #opentime_sidebox -----------------------------*/
#opentime_sidebox {
}

#opentime_sidebox h4,
#opentime_sidebox p {
  margin: 0;
  padding: 0;
}
#opentime_sidebox .opentime_icon {
  height: 45px;
  line-height: 35px;
  text-align: center;
}
#opentime_sidebox .opentime_icon img {
  vertical-align: middle;
}
#opentime_sidebox .footer_comment {
  font-size: 90%;
  margin: 0 10px 10px;
  padding: 10px 10px 20px;
  background-color: #FAF8F5;
}
@media screen and (max-width: 769px) {
	#opentime_sidebox {
		margin-bottom: 25px !important;
	}
	#opentime_sidebox .footer_comment {
		margin: 0;
	}
}


.reserve .hidden {
	display: none;
}


