@charset "utf-8";
/* ---------------------------------------------

               　　共通

---------------------------------------------- */
div.tableScroll {
	/*overflow: scroll;
	width: auto;
	height: 450px;*/
}

/* ---------------------------------------------

               　　コンテンツ

---------------------------------------------- */
/*------------------ コンテンツ枠二段組用 ------------------*/
div#contents table.contentTable02 tr td {
	display: list-item;
	width: auto;
}
div#contents table.contentTable02 tr td:first-child {
    padding-right: 0;
}
div#contents table.contentTable02 tr td:last-child {
    padding-left: 0;
}


/*------------------ イベント情報 ------------------*/
div#contents table#calendar {
	/*width: 960px;*/
	width: 100%;
}
div#contents table#calendar tr th {
	min-width: initial;
}
div#contents table#calendar tr td {
	min-width: initial;
}
div#contents table#calendar tr td div.event {
	padding: 0;
}
/*------------------ お問い合わせ ------------------*/
div#contents .contact table tr th {
	width: 155px;
}
input.contactName {
	width: 100%;
}
input.contactAddress {
	width: 100%;
}
input.contactTell {
	width: 100%;
}
input.contactMail {
	width: 100%;
}
textarea.contactText {
	width: 100%;
}