@charset "UTF-8";
/* -------------------------------------------------------- CSS Information
Lust up date:   2013.06.05
Style Info:     index css
------------------------------------------------------------------------ */

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
@import url(calendar.css);

/*------------------------------------------------------------section*/
/*section02*/
#sec02 dl dd {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 1px dotted #999999;
	padding-bottom: 10px;
}



/*------------------------------------------------------------calendar*/
#btn_scroll {
  background: #f7f1e0;
  text-align: center;
  padding: 10px;
  color: #927c48;
  font-size: 12px;
  font-weight: bold;
}
#box_scroll {
  width: 280px;
  overflow-x: scroll;
}

