@charset "utf-8";

/*---------------------------------------------------------
 * お知らせと新着  #page-topic
 ---------------------------------------------------------*/

#page-topic .topicCategory {
	border: solid 2px #f03040;
	border-radius: 4px;
	box-sizing: border-box;
	display: table;
	width: 100%;
}

#page-topic .topicCategory li {
	display: table-cell;
}

#page-topic .topicCategory li a.active {
	background-color: #f03040;
	color: #fff;
}

#page-topic .topicCategory li.feature {
	width: 14%;
}

#page-topic .topicCategory li.all  {
	width: 14%;
}

#page-topic .topicCategory li.audition ,
#page-topic .topicCategory li.production{
	width: 27%;
}

#page-topic .topicCategory li.narrowInformation {
	width: 18%;
}

#page-topic .topicCategory li:first-child a {
	border-left: none;
}

#page-topic .topicCategory li a {
	border-left: solid 1px #f03040;
	color: #f03040;
	display: block;
	padding: 12px 0;
	text-decoration: none;
	font-size: 10px;
	text-align: center;
	line-height:1;
}

#page-topic .topicList li a {
	background: url('/img/element/arrow.png') no-repeat right center;
	background-size: 7px 10px;
	display: block;
	padding-right: 15px;
	text-decoration: none;
}

#page-topic .topicList li:first-child a {
	background: url('/img/element/arrow.png') no-repeat right 40%;
	background-size: 7px 10px;
}

#page-topic .topicList li .inner {
	border-bottom: solid 1px #eee;
	padding: 18px 0;
}

#page-topic .topicList li:first-child .inner {
	margin-top: 18px;
	padding: 0 0 18px;
}

#page-topic .topicList li .inner .text {
	float: left;
	position: relative;
	width: 66%;
}

#page-topic .topicList li .inner .text.topic {
	width: 100%;
}

#page-topic .tag {
	color: #9966cc;
	font-size: 13px;
	text-align: center;
}

#page-topic.page-featureList .tag {
	float: left;
	margin-right: 10px;
}

#page-topic.page-allTopicList .tag {
	float: left;
	margin-right: 5px;
	color: #fff;
	font-size: 11px;
	padding: 0 5px;
	line-height: 1.8;
}

#page-topic.page-allTopicList .auditionTag {
	background-color: #ff6600;
}

#page-topic.page-allTopicList .schoolTag {
	background-color: #30A54E;
}

#page-topic.page-allTopicList .productionTag {
	background-color: #3399ff;
}

#page-topic.page-allTopicList .narrowTag {
	background-color: #e52c2c;
}

#page-topic.page-allTopicList .featureTag {
	background-color: #9966cc;
}

#page-topic .tag.new {
	background-color: #f03040;
	color: #fff;
	font-size: 11px;
	line-height: 1.8;
	padding: 0;
	width: 35px;
}

#page-topic .topicList li .inner .text p {
	padding: 5px 0;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	vertical-align: middle;
	max-height: 45px;
	position: relative;
	overflow: hidden;
	line-height: 1.6;
}

#page-topic .topicList li .inner .text p:before,
#page-topic .topicList li .inner .text p:after {
	position: absolute;
	background: #fff;
}

#page-topic .topicList li .inner .text p:before {
	content: "…";
	bottom: 0;
	right: 0;
}

#page-topic .topicList li .inner .text p:after {
	content: "";
	width: 100%;
	height: 100%;
}

#page-topic .topicList li .inner .text .important {
    color: #96c;
    font-size: 12px;
    padding: 3px 5px;
    border: 2px solid #96c;
    margin-bottom: 10px;
    line-height: 1.5;
    font-weight: bold;
}

#page-topic .topicList li .inner .text .postDate {
	color: #999;
	font-size: 12px;
	line-height: 1.6;
	display: inline-block;
	vertical-align: text-bottom;
}

#page-topic .topicList li .inner .image {
	float: right;
	width: 80px;
}

#page-topic .topicList li .inner .image .imageInner {
	border: solid 1px #ccc;
	display: table-cell;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	height: 78px;
	width: 78px;
}

#page-topic .topicList li .inner .image .imageInner img,
#page-topic #audition .topicList li .inner .image .imageInner img.noimage {
	max-height: 100%;
	width: 100%;
}

#page-topic #audition .topicList li .inner .image .imageInner img {
	max-height: 100%;
	width: 235%;
}

#page-topic .toTop {
	background-color: #aaa;
	border-radius: 5px;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	display: block;
	padding: 15px;
	text-align: center;
	text-decoration: none;
}

.page-featureList left {
	float: left;
}

.page-featureList .inputKeyword {
	width: 75%;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border: 1px inset;
	padding: 7px 5px;
}

.page-featureList .searchBtn {
	width: 20%;
	background-color: #9966cc;
	color: #FFFFFF;
	padding: 8px 6px;
	font-weight: bold;
	border-style: none;
	cursor: pointer;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
}

.page-featureList .detail_title {
    border-left: 4px solid #9966cc;
    margin: 20px 0 10px 0;
    font-weight: bold;
    padding: 5px 0 5px 15px;
    font-size: 15px;
}

.page-featureList .link_area {
	font-size: 11px;
	display: flex;
	flex-wrap: wrap;
}

.page-featureList .link_area a {
	display: block;
	padding: 6px 0 6px 25px;
	background: url(../img/feature/radio_off.png) no-repeat 8px center;
	background-size: 10px 10px;
	font-size: 12px;
	background-color: #f0f0f0;
	border-radius: 7px;
	margin: 5px 5px 0px 0;
	width: 30%;
	text-decoration: none;
	color: #3f3f3f;
}

.page-featureList .link_area .select {
	background: #eae1f4 url(../img/feature/radio_on.png) no-repeat 8px center;
	background-size: 10px 10px;
}

.page-featureList .tag_area a {
    text-decoration: none;
    color: #333;
    background-color: #f0f0f0;
    font-size: 12px;
    padding: 8px;
    display: inline-block;
    margin: 5px 0 0 0;
}

.page-featureList .rank_box .rank_ttl {
	border-bottom: 2px solid #9966cc;
    margin: 20px 15px 10px 15px;
    font-weight: bold;
    padding: 5px 0 8px 40px;
    background: url(../img/feature/ico_rank_ttl.png)no-repeat;
    font-size: 16px;
}

.page-featureList .rankingLink {
	width: 100%;
	display: inline-block;
	text-decoration: none;
	line-height: 150%;
}

.page-featureList .detail_box {
    padding: 0 0 0 20px;
}

.page-featureList .search_detail {
    border-bottom: #ddd 2px dotted;
}

.page-featureList .rank01 {
	background: url(../img/feature/ico_access_ranking_1.png) left center no-repeat;
}
.page-featureList .rank02 {
	background: url(../img/feature/ico_access_ranking_2.png) left center no-repeat;
}
.page-featureList .rank03 {
	background: url(../img/feature/ico_access_ranking_3.png) left center no-repeat;
}
.page-featureList .detail_box .rank04 {
	background: url(../img/feature/ico_access_ranking_4.png) left center no-repeat;
}
.page-featureList .detail_box .rank05 {
	background: url(../img/feature/ico_access_ranking_5.png) left center no-repeat;
}
.page-featureList .detail_box .rank06 {
	background: url(../img/feature/ico_access_ranking_6.png) left center no-repeat;
}
.page-featureList .detail_box .rank07 {
	background: url(../img/feature/ico_access_ranking_7.png) left center no-repeat;
}
.page-featureList .detail_box .rank08 {
	background: url(../img/feature/ico_access_ranking_8.png) left center no-repeat;
}
.page-featureList .detail_box .rank09 {
	background: url(../img/feature/ico_access_ranking_9.png) left center no-repeat;
}
.page-featureList .detail_box .rank10 {
	background: url(../img/feature/ico_access_ranking_10.png) left center no-repeat;
}

.page-featureList .detail_box .rankTitle {
	padding: 15px 20px 10px 50px;
}

.page-featureList .main_img_area {
	width: 95%;
	margin: 15px auto;
    max-width: 640px;
}

/* 詳細 */
#page-topic.page-topicDetail .postDate {
	color: #999;
}

#page-topic.page-topicDetail h2 {
	border-bottom: solid 1px #999;
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0 20px;
	padding-bottom: 10px;
}

#page-topic.page-topicDetail .content {
	font-size: 14px;
	margin-bottom: 25px;
}

#page-topic.page-topicDetail .tag {
	float: left;
	margin-right: 8px;
}

#page-topic.page-topicDetail .postDate {
	float: left;
	width: 100px;
}

#page-topic.page-topicDetail .head_txt {
    background: url(../img/topic/icon_sp.png) no-repeat left bottom 15px;
    background-size: 50px;
    border-bottom: 4px solid #e82e2d;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
    padding: 30px 0 10px 60px;
}

#page-topic.page-topicDetail .head_txt.middle {
    padding: 35px 0 25px 60px;
}

#page-topic.page-topicDetail .text {
	line-height: 180%;
    margin: 0 0 30px 0;
}

#page-topic.page-topicDetail .bottom_img {
    margin: 0 0 40px 0;
}


/*-------------------------------------
特集一覧　検索modal
--------------------------------------*/

#sb-site.is-overlay {
    z-index: 6;
    height: 650px;
}

#page-topic .category {
    clear: both;
}

#search_condition_area {
    width: 93%;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #fff;
    border-radius: 6px;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.15s ease, opacity 0.15s ease;
}

#search_condition_area:before {
    content: "";
    display: block;
}

#search_condition_area.is-visible {
    opacity: 1;
    visibility: visible;
    transition: visibility 0.1s ease, opacity 0.1s ease;
    z-index: 1002;
}

#modalOverlay {
    transition: all 0.1s ease;
    z-index: 1001;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

#page-topic .terms_ttl {
    color: #9966cc;
    font-size: 15px;
    font-weight: bold;
    background: url(../img/feature/search_icon_sp.png) no-repeat left center;
    background-size: 15px;
    padding-left: 20px;
}

#page-topic .search_modal {
    padding: 10px 0 0;
}

#page-topic .close_btn {
    color: #9a67cc;
    border: 1px solid;
    padding: 0 15px;
    font-size: 11px;
}

#page-topic .btn_area {
    display: flex;
    justify-content: flex-end;
}

#page-topic .close_bottom {
    text-align: center;
    padding: 10px 0;
}

#page-topic .close_btn_bottom {
    font-size: 15px;
    font-weight: bold;
}

#page-topic .search_feature_contents {
    border-bottom: 1px dotted #dddddd;
    padding: 0 10px 25px;
}

#page-topic .search_feature_contents:last-child {
    padding-bottom: 45px;
}

#page-topic .top {
    padding: 0 10px;
}

#page-topic .search_feature_btn {
    float: right;
}

#page-topic .search_feature_btn a {
    background: url(../img/feature/search_icon_sp.png) no-repeat left center;
    background-size: 15px;
    font-size: 14px;
    padding-left: 20px;
    color: #383838;
    text-decoration: underline;
}

#page-topic .unit {
    margin-top: 10px;
}

#page-topic .feature-now-category {
    clear: both;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    display: inline-block;
    font-size: 16px;
    padding: 11px 0;
    width: 100%;
}

/*-------------------------------------
特集一覧　職業別検索
--------------------------------------*/

#page-topic .feature_search_area {
	border-bottom: 3px solid #965cc9;
	padding: 10px 3% 0;
}

#page-topic .feature_search_area .search_feature_tab,
#page-topic .feature_search_area .search_feature_tab p {
	float: left;
}

#page-topic .feature_search_area .search_feature_tab p {
	border: 3px solid #965cc9;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	margin-right: 10px;
	padding: 5px 0 3px;
	text-align: center;
	text-decoration: none;
	width: 70px;
}


#page-topic .feature_search_area .search_feature_tab p.on {
	color: #fff;
	background: #965cc9;
}

#page-topic .occupation {
	display: none;
	margin: 10px 3%;
	padding: 0 5px;
}

#page-topic .occupation .occupation_title {
	border-bottom: 2px solid #965cc9;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
}

#page-topic .occupation .occupation_title .purple {
	color: #965cc9;
	font-size: 14px;
}

#page-topic .occupation .occupation_box li a {
	box-sizing: border-box;
	color: #333;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 0;
	padding: 5px 10px 5px 50px;
	text-decoration: none;
	width: 48%;
}

#page-topic .occupation .occupation_box li:nth-child(2n+1) a {
	margin-right: 10px;
}

#page-topic .occupation .occupation_box li a.occupation_1 {
	background: url(../img/feature/genre_ico_15.png) no-repeat left 10px center, #f0f0f0;
	background-size: 30px 30px, 12px 10px;
}

#page-topic .occupation .occupation_box li a.occupation_2 {
	background: url(../img/feature/genre_ico_13.png) no-repeat left 10px center, #f0f0f0;
	background-size: 30px 30px, 12px 10px;
}

#page-topic .occupation .occupation_box li a.occupation_3 {
	background: url(../img/feature/genre_ico_16.png) no-repeat left 10px center, #f0f0f0;
	background-size: 30px 30px, 12px 10px;
}

#page-topic .occupation .occupation_box li a.occupation_4 {
	background: url(../img/feature/genre_ico_12.png) no-repeat left 10px center, #f0f0f0;
	background-size: 30px 30px, 12px 10px;
}

#page-topic .occupation .occupation_box li a.occupation_5 {
	background: url(../img/feature/genre_ico_20.png) no-repeat left 10px center, #f0f0f0;
	background-size: 30px 30px, 12px 10px;
}

#page-topic .occupation .occupation_box li a.occupation_6 {
	background: url(../img/feature/genre_ico_11.png) no-repeat left 10px center, #f0f0f0;
	background-size: 30px 30px, 12px 10px;
}

#page-topic .recommend_feature {
	display: none;
}
