/*-----*/
#content h2 {
	padding: 9px 15px 5px;
	font-size: 180%;
	margin-bottom: 40px;
	background-color: #fff;
	border-top: #ED5826 1px solid;
	border-left: #ED5826 8px solid;
	border-right: #ED5826 1px solid;
	border-bottom: #ED5826 1px solid;
	clear:both;
}
/*-----*/
#main h3 {
	padding: 5px 15px 4px;
	font-size: 150%;
	margin: 20px 0;
	border-left: #ED5826 5px solid;
	border-bottom: #ED5826 1px solid;
	clear:both;
}
/*-----*/
#main h4 {
	color: #ED5826;
	font-size: 120%;
	margin: 10px 0;
	background-color:#F0F0F0;
	/*padding:7px 0 5px 10px;*/
	padding: 10px 0 8px 10px;
	border-radius:3px;
}
/*-----*/
#main h5 {
	color: #ED5826;
	font-size: 110%;
	margin: 10px 0;
}
#main h5.member {
	position: relative;
	border-bottom: 1px solid #ccc;
	padding: .5em .75em .5em 1.2em;
}
#main h5.member:after {
	position: absolute;
	top: 0.5em;
	left: 0em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #b6c5d4;
	border-radius: 3px;
}
/*-----*/
#main .staff h6 {
	color: #ED5826;
	font-size: 120%;
	margin: 30px 0 5px;
}
#main .staff p {
	margin: 0 0 5px;
	padding: 0;
	line-height: 140%;
}
#main h6 + p {
	font-weight: bold;
	line-height: 180%;
	font-size: 110%;
}
/*-----*/
#main p {
	margin: 0 0 25px;
	padding: 0;
	line-height: 180%;
}
/*-----*/
#main table .table {
	width: 100%;
	border-collapse: collapse;
	border: #555 solid 1px;
}
#main table .table th, #main table .table td {
	padding:7px 5px;
	border: #555 solid 1px;
}
#main table .table th {
	color: #fff;
	text-align: center;
	font-weight: bold;
	background-color: #ED5826;
}
#main table .table thead th {
	border-bottom: #555 solid 3px;
	padding:7px 5px;
}
#main table .table tbody th {
	background-color:#FEAD77;
	padding:7px 5px;
}
#main table .table tbody td {
	background-color: #fff;
	padding:7px 5px;
}
/*-----*/
#main ul {
}
/*-----*/

.center {
	text-align:center;
}
.right {
	text-align:right;
}
/*-----*/
#main .inner {
	padding: 10px 20px;
}
/*-----*/
#main .frame {
	border: 1px solid #ccc;
	border-radius: 4px;
}
/*-----icon-----*/
img.icon {
	vertical-align: middle;
	padding-right: 8px;
}
/*-----photo-----*/
#main .photo {
	text-align: center;
	font-weight: bold;
	padding-left: 15px;
	margin: 0;
}
#main p.photo img {
	padding-bottom: 5px;
}
#main .photo em {
	font-weight: bold;
	font-size: 110%;
}
/*-----calendar-----*/
.cal_wrapper {
	max-width: 690px;
	min-width: 280px;
	margin: 2.0833% auto;
	padding: 0px;
}
.googlecal {
	position: relative;
	padding-bottom: 100%;
	height: 0;
	overflow: hidden;
}
.googlecal iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
/*info_list*/

table.info {
	width: 670px;
	margin: 20px 0px 20px 5px;
	padding: 0px;
	border-collapse: collapse;
}
table.info th, table.info td {
	margin: 0px;
	padding: 10px;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	background-color:transparent;
}
table.info th p, table.info td p {
	margin: 0px;
	padding: 0px;
}
table.info th {
	color: #369;
	width: 15%;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	background-color:transparent;
}
table.info th span {
	display: block;
	padding: 5px;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	font-size: 80%;
	font-weight: bold;
	background-color: #ccc;
}
table.info th span.event {
	background-color: #39C;
}
table.info th span.news {
	background-color: #F93;
}
/*pagenavi*/

.pagenavi {
	padding:20px 0;
}
.pagenavi ul {
	margin:0 auto;
	padding:0;
	list-style:none;
	text-align: center;
}
.pagenavi ul li {
	display: inline-block;
	border:1px solid #ED5826;
	margin:2px;
}
.pagenavi ul li a {
	color:#FFF;
	background-color:#ED5826;
	text-decoration:none;
	padding:8px 10px;
	display:block;
}
.pagenavi ul li.on {
	color:#ED5826;
	border:1px solid #ED5826;
	padding:8px 10px;
	background-color:#fff;
}
