/*----------------------------------------------------
page-topicList | 新着一覧
----------------------------------------------------*/
#page-topicList mark {
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	padding: 0px 7px;
	display: block;
	float: left;
	border-radius: 5px;
}

#page-topicList mark.audition {
	background-color: #ff9933;
}

#page-topicList mark.production {
	background-color: #3399ff;
}

#page-topicList mark.school {
	background-color: #30A54E;
	padding: 0 24px;
}

#page-topicList mark.information {
	background-color: #e52c2c;
	padding: 0 27px;
}

#page-topicList mark.feature {
	background-color: #9966cc;
	padding: 0 34px;
}

#page-topicList .article {
	background-color: #fff;
    border-radius: 10px;
    border: none;
}

#page-topicList h1.title {
    border-bottom: #ddd 2px dotted;
	background-color: #fff;
    color: #333;
	padding: 0;
	border-top-left-radius: 10px; 
	border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px; 
}

#page-topicList .list .text {
	margin-left: 15px;
	width: 650px;
}

#page-topicList .list .date {
	color: #9f9f9f;
}

#page-topicList  .topic_ico {
    background: url(../img/topic/topic.png) 7px no-repeat;
    background-color: #e52c2c;
    width: 43px;
    height: 43px;
    border-top-left-radius: 7px;
    float: left;
}

#page-topicList  .topic_ttl {
    padding: 0 0 0 15px;
    line-height: 2.1;
    float: left;
}

#page-topicList .list {
	border-bottom-left-radius: 10px; 
	border-bottom-right-radius: 10px; 
	-webkit-border-bottom-left-radius: 10px; 
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}

#page-topicList .pageNav a {
	color: gray;
	text-decoration: none;
	font-weight: bold;
	background-color: #ddd;
	font-size: 16px;
	border-radius: 50%;
	height: 28px;
	width: 35px;
	border: #ddd 5px solid;
	margin-left: 5px;
}

#page-topicList .pageNav a:hover{
	opacity: 0.7;
}

#page-topicList .current {
	background-color: #FFF;
	font-size: 16px;
	border-radius: 50%;
	height: 28px;
	width: 35px;
	border: #ddd 5px solid;
	cursor: default;
	pointer-events: none;
	color: gray;
	font-weight: bold;
	margin-left: 5px;
}

#page-topicList .next,
#page-topicList .prev{
	background-color: #ddd;
	border: #ddd 5px solid;
	font-size: 16px;
	padding: 7px 0px;
	border-radius: 10px;
	color: gray;
	font-weight: bold;
	margin: 0 10px;
}

#page-topicList .disabled_box {
    background-color: #FFF;
    font-size: 16px;
    padding: 7px 15px;
    border-radius: 5px;
    cursor: default;
    pointer-events: none;
    color: gray;
}