@charset "UTF-8";

#info th {
	display: none;
}

.info_title{
	display: block; 
	width: 95%;
	height: 25px;
	font-size: 110%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 10px auto 5px auto;
	padding-left: 4%;
	background-image : url(../images/title_back2.png) ;
	background-repeat:no-repeat; 
	background-position:bottom left; 
}

div.csv2table-div {
	width: 95%; 
	height: 155px;
	overflow: auto; 
	padding-right : 10px; 
	margin : 0 auto;
	border-width: thick;
	border-color: #eee;
	border-style: ridge;
}

table.csv2table-table {
  border-collapse   : collapse;
  border-spacing    : 0px;
  background-color: #fff: 
}
td.csv2table-table-td{
  border-color      : #fff #fff #ddd #fff;
  border-style      : dotted;
  border-width      : 1px;
  padding           : 2px 0 2px 8px;
  font-size         : 90%;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align        : left;
}

td.csv2table-table-td:nth-child(1){
  width: 65px;
  text-align: right; 
  padding: 2px 2px 2px 5px;
}

.photo2_wrap{
	display: none; 
}

.map {
	display: block; 
	width: 100%; 
}
div.eventimg{
    width: 100%;
    text-align: center;
}
div.eventimg img{
    margin: 0 auto 20px auto;
    width: 100%;
}