@charset "utf-8";
/* CSS Document */


/*///////////////////////////////////////////////////

　　news | style.css

///////////////////////////////////////////////////*/

#accordionArea {
	min-height: 485px;
}

.accordion5 {
	font-weight:bold;
	cursor:pointer;
	border-bottom: solid 1px #4D4D4D;
}

.accordion5:hover {
	border-bottom: solid 1px #CCC;
	color: #E40A72;
}

.accordion5.selected {
	border-bottom: solid 1px #CCC;
}

.accordion5 table td {
	vertical-align: middle;
	height: 59px;
}

.accordion5 table td.newsDate {
	background: url(../images/arrow.gif) ;
	padding-left: 20px;
	white-space: nowrap;
}

.accordion5 table td.newsTitle {
	font-size: 20px;
	font-weight: bold;
	padding-left: 20px;
	line-height: 24px;
}

.accordion5.selected table td.newsDate,
.accordion5:hover table td.newsDate {
	background: url(../images/arrow_on.gif);
	padding-left: 20px;
}

.content {
	padding: 20px 35px;
	border-bottom: solid 1px #4D4D4D;
}

.content p {
	min-height: 1.8em;
	line-height: 1.8;
}

#entryImage {
	padding: 20px 0;
}

#entryImage img {
	border: solid 1px #CCC;
}

#entryPdf a {
	width: 10em;
	display: block;
	background-color: #FA8BBF;
	margin-left: 2em;
	padding: 0.75em 0 0.5em;
	text-align: center;
	line-height: 1em;
	color: #FFF;
}

#entryPdf a:hover {
	background-color: #E40A72;
}


/* pagebute */

#pagebute {
	text-align: center;
	padding-top: 20px;
}

#pagebute table {
	border-collapse: collapse;
	margin: 0 auto;
}

#pagebute table td {
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	padding: 0 5px;
	line-height: 1.2em;
	vertical-align: middle;
}



/* entry */


.entry dt {
	font-weight:bold;
	border-bottom: solid 1px #CCC;
}

.entry dt table td {
	vertical-align: middle;
	height: 59px;
}

.entry dt table td.newsDate {
	background: url(../images/arrow_on.gif) ;
	padding-left: 20px;
	white-space: nowrap;
}

.entry dt table td.newsTitle {
	font-size: 20px;
	font-weight: bold;
	padding-left: 20px;
	line-height: 24px;
}

.entry dd div {
	padding: 20px 35px;
	border-bottom: solid 1px #4D4D4D;
}


/* ぱんくず */

#topicPath {
	padding-bottom: 30px;
	color: #999;
	font-size: 10px;
	line-height: 1.5em;
}

#topicPath li {
	float: left;
}
