@charset "UTF-8";
@import "thickbox.css";

/* --------------------------------------------------------------------------------------
 下層ページ
--------------------------------------------------------------------------------------- */

/* event
 ------------------------------ */

div#ctArea div#main {
	min-height: 100%;
	color: #4C4C4C;
	letter-spacing: 0.1em;
	font-size: 1.2em;
}
* html div#ctArea div#main {
	height: 100%;
}

div#ctArea div#main h1 img {
	position: relative;
	margin-right: -13px;
}


/* .event_list
 ------------------------------ */

div#ctArea div#main.event_list table {
	clear: both;
	width : 100%;
	margin: 0;
	border-collapse: collapse;
	border-top: 2px solid #4C4C4C;
	border-bottom: 2px solid #4C4C4C;
}

div#ctArea div#main.event_list table thead {
	display: none;
	float: none;
}

div#ctArea div#main.event_list table tbody {
	display: block;
	width: 100%;
}

div#ctArea div#main.event_list table tbody tr {
	display: block;
	margin: 0;
}

div#ctArea div#main.event_list table th {
	padding: 5px 8px;
	width: 100%;
	box-sizing: border-box;
}

div#ctArea div#main.event_list table td {
	padding: 5px 8px;
	border-bottom: 1px solid #4C4C4C;
	vertical-align: top;
	display: block;
	width: 100%;
	box-sizing: border-box;
	
}



div#ctArea div#main.event_list table thead th {
	background : #f4f4f4;
	border-bottom: 1px solid #4C4C4C;
	text-align: left;
	display: block;
	width: 100%;
}

div#ctArea div#main.event_list table thead th.title {
	width: auto;
}

div#ctArea div#main.event_list table thead th.member,
div#ctArea div#main.event_list table tbody td.member {
	width: auto;
}

div#ctArea div#main.event_list table tbody th {
	font-weight: bold;
	border-bottom: 1px dotted #4C4C4C;
	text-align: left;
	display: block;
	width: 100%;
}

div#ctArea div#main.event_list table tbody td {
	width: auto;
}

div#ctArea div#main.event_list p.lead {
	margin-top: 20px;
	font-size: 1.0em;
}

div#ctArea div#main.event_list p.stat {
	font-size: 1.0em;
	text-align: right;
}


div#ctArea div#main.event_list p.page {
	text-align: center;
	font-size: 1.0em;
	margin: 10px 0;
}




/* .event_detail
 ------------------------------ */

div#ctArea div#main.event_detail h2 {
	margin: 20px 0 10px 0;
	padding: 5px 8px;
	background-color: #F4F4F4;
	font-size: 1.5em;
	font-weight: bold;
}

div#ctArea div#main.event_detail p.stat {
	font-size: 1.0em;
	text-align: right;
}


div#ctArea div#main.event_detail table {
	clear: both;
	width : 100%;
	margin: 0 0 20px;
	border-collapse: collapse;
	border-top: 2px solid #4C4C4C;
	border-bottom: 2px solid #4C4C4C;
}

div#ctArea div#main.event_detail table th {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 5px 8px;
	background-color: #F4F4F4;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px dotted #4C4C4C;
}

div#ctArea div#main.event_detail table td {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 5px 8px;
	border-bottom: 1px dotted #4C4C4C;
	word-wrap: break-word;
}

div#ctArea div#main.event_detail table tr td img {
	float: none;
	clear: right;
	margin-bottom: 5px;
	max-width: 100%;
	height: auto;
}

td.RelLink a {
	display: block;
	padding: 10px 5px;
	box-sizing: border-box;
	border: 1px solid #CCC;
}

input, select, textarea {
	width: 100%;
	padding: 10px;
	margin: 10px auto;
	box-sizing: border-box;
}

a.doc {
	padding: 5px 10px;
	background: none;
}

a.xls {
	padding: 5px 10px;
	background: none;
}

a.pdf {
	padding: 5px 10px;
	background: none;
}

a.jtd {
	padding: 5px 10px;
	background: none;
}

/* 2021/07/19 add */
a.docx {
	padding: 5px 10px;
	background: none;
}

a.xlsx {
	padding: 5px 10px;
	background: none;
}

