/*----------------------------------------------------
	オーディションを探す | .page-auditionSearch
----------------------------------------------------*/
#page-auditionSearch a:hover {
	opacity: 0.7;
}

#page-auditionSearch .main_bg {
	height: 320px;
	min-width: 1000px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../img/audition/main_.visual.png)no-repeat center center;
	margin: -25px 0 0 0;
	background-color: #f89420;
}

#page-auditionSearch nav {
	width: 1000px;
    margin: -50px auto 0;
    position: relative;
    z-index: 100;
}

#page-auditionSearch nav li {
	float: left;
	width: 235px;
	margin: 0 20px 0 0;
	background-color: #fff;
	text-align: center;
	border-radius: 10px;
	box-shadow: 0 3px #c9c9c9;
	background-image: url(../img/audition/nav_icon.png);
	background-repeat: no-repeat;
	background-position:center 75px;
}

#page-auditionSearch nav li:last-child {
	margin: 0;
}

#page-auditionSearch nav li a {
	display: block;
	padding: 15px 10px 30px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

#page-auditionSearch nav li a span {
	color: #f89420;
	font-size: 22px;
}

#page-auditionSearch .wrap {
	width: 1000px;
	margin: 0 auto;
}

#page-auditionSearch .wrap .narrow_limit_box,
#page-auditionSearch .wrap .ganre_box,
#page-auditionSearch .wrap .all_time_box,
#page-auditionSearch .wrap .search_box {
	background-color: #fff;
	padding: 20px;
	margin: 30px 0;
	border-radius: 10px;
}

#page-auditionSearch .wrap .box_ttl {
    padding: 20px 0 20px 60px;
    font-weight: bold;
    font-size: 26px;
    border-bottom: 4px solid #f89420;
    background: url(../img/audition/box_ttl_icon.png)no-repeat center left;
}

#page-auditionSearch .wrap .pr_ttl {
    font-weight: bold;
    font-size: 22px;
    border-left: 5px solid #f89420;
	color: #f89420;
	padding: 0 0 0 20px;
}

#page-auditionSearch .wrap .ganre_box ul {
	margin: 30px 0 0 0;
}

#page-auditionSearch .wrap .ganre_box ul li {
	float: left;
	width: 300px;
	margin-right: 20px;
	margin-bottom: 20px;
}

#page-auditionSearch .wrap .ganre_box ul li:nth-child(3),
#page-auditionSearch .wrap .ganre_box ul li:nth-child(6)
#page-auditionSearch .wrap .ganre_box ul li:nth-child(9)
#page-auditionSearch .wrap .ganre_box ul li:nth-child(12) {
	margin-left: 0;
}

#page-auditionSearch .wrap .ganre_box .left_img {
	float: left;
	width: 100px;
	margin-right: 20px;
}

#page-auditionSearch .wrap .ganre_box .right {
	float: right;
    width: 160px;
    padding: 30px 0 0 0;
}

#page-auditionSearch .wrap .ganre_box .ganre_ttl {
	font-weight: bold;
	color: #000;
	font-size: 18px;
}

#page-auditionSearch .wrap .ganre_box .ganre_number {
	color: #000;
}


#page-auditionSearch .wrap .narrow_limit_box .inner {
	margin-top: 30px;
}

#page-auditionSearch .wrap .narrow_limit_box .inner img {
	width: 320px;
	border-radius: 20px;
}

#page-auditionSearch .wrap .narrow_limit_box .inner .right {
	width: 620px;
}

#page-auditionSearch .wrap .narrow_limit_box .right .link_ttl {
	font-weight: bold;
	font-size: 20px;

}

#page-auditionSearch .wrap .narrow_limit_box .right .narrow_ttl {
	color: #606060;
	font-weight: bold;
	margin: 3px 0;
}

#page-auditionSearch .wrap .narrow_limit_box .right .period {
	color: #606060;
	font-size: 13px;
	margin: 3px 0;
}

#page-auditionSearch .wrap .detail_btn {
	width: 100%;
	background-color: #f89420;
	box-shadow: 0 3px #c57315;
	display: block;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
	border-radius: 10px;
	text-decoration: none;
	font-size: 17px;
}

#page-auditionSearch .wrap .all_time_box .left.min_box {
	width: 450px;
	margin: 20px 0;
}

#page-auditionSearch .wrap .all_time_box .left.min_box.odd {
	margin: 20px 40px 20px 0;
}

#page-auditionSearch .wrap .all_time_box .left.min_box .talent_img {
	width: 100px;
}

#page-auditionSearch .wrap .all_time_box .right.right_area {
	width: 330px;
	height: 100px;
}

#page-auditionSearch .wrap .all_time_box .images {
    float: left;
}

#page-auditionSearch .wrap .all_time_box .largeImg {
    border: solid 1px #ccc;
    border-radius: 50%;
    display: table-cell;
    height: 50px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 50px;
}

#page-auditionSearch .wrap .all_time_box .largeImg img {
	width: 50px;
}

#page-auditionSearch .wrap .all_time_box .right.right_area .right {
	width: 270px;
}

#page-auditionSearch .wrap .all_time_box .right.right_area .detail_btn {
	height: 20px;
	margin: 60px 0 0 0;
}

#page-auditionSearch .wrap .all_time_box .all_time_btn {
	width: 500px;
	margin: 20px auto 10px;
	background-color: #f89420;
	box-shadow: 0 3px #c57315;
	display: block;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 15px 0;
	border-radius: 10px;
	text-decoration: none;
	font-size: 20px;
}

#page-auditionSearch .wrap .search_box .free_text {
    width: 750px;
    background-color: #f0f0f0;
    border: none;
    padding: 12px;
    border-radius: 7px;
    float: left;
	margin: 20px 0 0 ;
}

#page-auditionSearch .wrap .search_box .free_submit {
    background-color: #f89420;
    float: right;
    width: 165px;
    border: none;
    border-radius: 7px;
    padding: 5px 5px 5px 20px;
    box-shadow: 0px 3px #c57315;
    background-image: url(../img/audition/search_icon.png);
    background-position: 28px;
    background-repeat: no-repeat;
    background-size: 24px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	margin: 20px 0 0 0;
	letter-spacing: 5px;
}

#page-auditionSearch .wrap .search_box .free_submit:hover {
	cursor: pointer;
}

#page-auditionSearch .wrap .pr_area ul li {
    float: left;
    border-radius: 15px;
    width: 485px;
    margin: 20px 20px 0 0;
}

#page-auditionSearch .wrap .pr_area li img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
	width: 485px;
}

#page-auditionSearch .wrap .pr_area li p {
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px;
    line-height: 1.5;
}

#page-auditionSearch .wrap .pr_area ul li:nth-child(even) {
    margin: 20px 0 0 0;
}

#page-auditionSearch  .wrap .ganre_box ul li.none {
    background-color: #ddd;
    opacity: 0.4;
    border-radius: 7px;
}

/*----------------------------------------------------
	オーディション一覧 | .page-auditionSearchList
----------------------------------------------------*/
#page-auditionSearchList .inner {
	width: 1000px;
	margin: 0 auto;
}

#page-auditionSearchList .main_bg_min {
	height: 160px;
	min-width: 1000px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../img/audition/main_visual.png) no-repeat center center;
	background-color: #f89420;
}

#page-auditionSearchList .main_ttl_area {
	background-color: #f89420;
	margin-bottom: 20px;
}

#page-auditionSearchList .main_ttl_area .main_ttl_area_inner {
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
}

#page-auditionSearchList .content {
	margin: 20px auto;
}

#page-auditionSearchList .status {
	width: 720px;
}

#page-auditionSearchList .main {
	float: left;
	width: 720px;
}

#page-auditionSearchList .side {
	float: right;
	width: 240px;
	margin: 20px 0 0;
}

/*main*/

#page-auditionSearchList .status.top p {
    font-weight: bold;
}

#page-auditionSearchList .status.top select {
    background-color: #fff;
    padding: 3px;
    border: none;
    border-radius: 3px;
    margin-left: 7px;
    font-size: 12px;
}

#page-auditionSearchList .status.top p {
    font-weight: bold;
}

#page-auditionSearchList .top_text {
	background-color: #f7f7f7;
	border-radius: 10px;
	padding: 10px 20px;
	margin: 20px 0;
}


#page-auditionSearchList .pr_area {
	background-color: #fff;
	border-radius: 7px;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#page-auditionSearchList .pr_area .pr_ttl {
	font-weight: bold;
    border-left: 4px solid #f89420;
    padding: 0px 0 0 10px;
    line-height: 1.5;
	font-size: 18px;
}

#page-auditionSearchList .pr_area .pr_datail {
	margin-top: 15px;
}


#page-auditionSearchList .pr_area .left {
	width: 300px;
	margin-right: 20px;
}

#page-auditionSearchList .pr_area .right {
    width: 360px;
}

#page-auditionSearchList .pr_area .right .btn {
	display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #f89420;
    width: 100%;
    padding: 7px 0;
    font-size: 18px;
    font-weight: bold;
    border-radius: 7px;
    box-shadow: 0px 3px #c57315;
}

#page-auditionSearchList .audition_pr_ttl {
    font-weight: bold;
    font-size: 15px;
}

#page-auditionSearchList .pr_area table {
	margin: 7px 0;
}

#page-auditionSearchList .pr_area table th {
	color: #f89420;
	font-weight: bold;
}

#page-auditionSearchList .pr_area table td {
	font-size: 18px;
	font-weight: bold;
	padding-left: 10px;
}

#page-auditionSearchList .pr_area table td span {
	font-weight: normal;
	font-size: 14px;
	color: #b6b6b6;
}

#page-auditionSearchList .main ul {
	margin: 20px 0;
}

#page-auditionSearchList .main ul li a {
	display: block;
	color: #333;
	text-decoration: none;
}

#page-auditionSearchList .main ul li .box {
	border-top: 6px solid #f89420;
	background-color: #fff;
	padding: 20px;
	position: relative;
	border-radius: 5px;
	margin-bottom: 20px;
}

#page-auditionSearchList .main ul li:nth-child(2) {
	margin-top: 20px;
}

#page-auditionSearchList .main .box .flag_area {
	position: absolute;
	right: 20px;
	top: -6px;
	font-size: 13px;
}

#page-auditionSearchList .main .box .flag_area .flag {
	background-repeat: no-repeat;
	background-size: 60px;
	height: 30px;
	width: 60px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	float: left;
	margin-left: 10px;
}

#page-auditionSearchList .main .box .flag_area .new {
	background-image: url(../img/audition/list_reborn_red.png);
}

#page-auditionSearchList .main .box .flag_area .pick_up {
	background-image: url(../img/audition/list_reborn_green.png);
}

#page-auditionSearchList .main .box .flag_area .point {
    background-image: url(../img/audition/list_reborn_orange.png);
    background-size: 100% 100%;
    font-size: 10px;
    height: 31px;
    width: 66px;
}

#page-auditionSearchList .main li .term {
	line-height: 1;
	font-size: 13px;
	color: #afafaf;
}

#page-auditionSearchList .main li .narrow_limited_icon {
    margin-right: 10px;
    padding: 3px 0 0 0;
}

#page-auditionSearchList .main li .audition_ttl {
	font-size: 22px;
	font-weight: bold;
	color: #36b;
	text-decoration: underline;
	margin-top: 10px;
	line-height: 1.5;
}

#page-auditionSearchList .main ul li a:hover .audition_ttl {
	text-decoration: none;
	opacity: 0.7;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}

#page-auditionSearchList .main li .audition_image {
	margin-top: 10px;
}

#page-auditionSearchList .main li .audition_image img {
	width: 100%;
	border-radius: 10px;
}

#page-auditionSearchList .main li .filter {
    position: relative;
}

#page-auditionSearchList .main li .filter:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(3px);
    height: 104%;
    position: absolute;
    left: 0;
    top: -2%;
    width: 100%;
}

#page-auditionSearchList .main li .filter:after {
    content: "会員限定のオーディションです。\Aログインすると閲覧できます。";
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
    font-size: 16px;
    font-weight: bold;
    height: 104%;
    line-height: 140%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: pre;
    width: 100%;
}

#page-auditionSearchList .main li .middle {
	margin-top: 20px;
}

#page-auditionSearchList .main li .middle .left {
	width: 370px;
}

#page-auditionSearchList .main li .middle .left .terms_ttl {
	color: #f89420;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 7px;
	line-height: 1;
}

#page-auditionSearchList .main li .middle .left .terms_text {
	color: #666;
	font-size: 12px;
	line-height: 1.5;
}

#page-auditionSearchList .main li .middle .left .terms_text em {
	font-weight: bold;
}

#page-auditionSearchList .main li .count {
	margin-top: 5px;
	border-width: 1px;
	border-style: solid;
	position: relative;
	text-align: center;
	padding: 4px;
	font-size: 12px;
	line-height: 1;
	vertical-align: middle;
	display: inline-block;
	border-radius: 5px;
	color: #fff;
}
#page-auditionSearchList .main li .count .subscription_number {
	font-weight: bold;
}
#page-auditionSearchList .main li .count.gold{
	background-color: #ddc445;
}
#page-auditionSearchList .main li .count.silver{
	background-color: #acbdc4;
}
#page-auditionSearchList .main li .count.bronze{
	background-color: #d19e81;
}

#page-auditionSearchList .main li .bottom .right.any_time_box p {
	color: #ddd;
}

#page-auditionSearchList .main li .middle .right {
	width: 300px;
}

#page-auditionSearchList .main li .middle .right .remaining_wrap {
    display: flex;
    justify-content: flex-end;
}

#page-auditionSearchList .main li .middle .right .already_entry {
	padding: 9px;
	border-radius: 5px;
	text-align: center;
	border: 1px solid #aaa;
	color: #aaa;
	width: 112px;
}

#page-auditionSearchList .main li .middle .right .oversubscribed {
    padding: 9px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #aaa;
    color: #aaa;
}

#page-auditionSearchList .main li .middle .right .remaining {
	padding: 9px;
	border-radius: 5px;
	text-align: center;
	border: 1px solid #f89420;
	width: 112px;
}

#page-auditionSearchList .main li .middle .right .remaining .ttl {
	font-size: 12px;
	font-weight: bold;
	color: #f89420;
	line-height: 1;
}

#page-auditionSearchList .main li .middle .right .remaining .relative_date {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	margin-top: 5px;
}

#page-auditionSearchList .main li .middle .right .remaining .relative_date em {
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
}

#page-auditionSearchList .main li .middle .right .remaining .absolute_date {
	font-size: 12px;
	line-height: 1;
	color: #999;
	margin-top: 5px;
}

#page-auditionSearchList .main li .middle .right .entry_button_area {
	align-items: center;
	background: #f89420;
	border-bottom: 5px solid #c57315;
	border-radius: 5px;
	color: #fff;
	display: flex;
	font-size: 18px;
	font-weight: bold;
	justify-content: center;
	padding: 9px;
	margin-left: 10px;
	width: 140px;
}

#page-auditionSearchList .main li .middle .right .entry_button_area:hover {
	opacity: 0.5;
}

#page-auditionSearchList .main li .middle .right .free_plan_info {
    float: right;
    font-size: 13px;
    margin-top: 3px;
    text-align: center;
    width: 158px;
}

#page-auditionSearchList .main li .middle .right .free_plan_info.link_premium {
    width: 188px;
}

#page-auditionSearchList .main li .staff_comment_area {
	margin-top: 20px;
}

#page-auditionSearchList .main li .staff_comment_area .staff_comment_title {
	background: url(../img/audition/staff_icon.png) no-repeat left top 2px;
	border-bottom: 2px solid #f89420;
	color: #f89420;
	font-size: 18px;
	font-weight: bold;
	padding-left: 25px;
}


#page-auditionSearchList .main li .staff_comment_area .comment {
	line-height: 1.5;
	font-size: 14px;
	padding: 10px;
	background-color: #ffefde;
	border-radius: 5px;
	margin-top: 15px;
}

#page-auditionSearchList .main li .audition_introduction  {
	line-height: 1.5;
	font-size: 14px;
	padding: 10px;
	background-color: #ffefde;
	border-radius: 5px;
	margin-top: 15px;
}
#page-auditionSearchList .main li .bottom a {
    float: left;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #f89420;
	width: 530px;
    padding: 15px 0;
    font-size: 22px;
    font-weight: bold;
    border-radius: 7px;
    box-shadow: 0px 3px #c57315;
}

#page-auditionSearchList .main li .bottom a.big_btn {
    float: left;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #f89420;
	width: 100%;
    padding: 15px 0;
    font-size: 22px;
    font-weight: bold;
    border-radius: 7px;
    box-shadow: 0px 3px #c57315;
}

#page-auditionSearchList .main li .bottom a.done {
    background-color: #999999;
    box-shadow: 0px 0px #757575;
}

#page-auditionSearchList .main li .bottom .right.gold {
    border: 3px solid #ddc445;
    width: 130px;
    position: relative;
    text-align: center;
    padding: 4px 0;
}

#page-auditionSearchList .main li .bottom .right.gold img {
    width: 15px;
    position: absolute;
    top: 24px;
    left: -15px;
}

#page-auditionSearchList .main li .bottom .right.gold p {
    color: #ddc445;
}

#page-auditionSearchList .main li .bottom .right.gold .subscription_number {
    font-weight: bold;
    font-size: 22px;
}

#page-auditionSearchList .main li .bottom .right.silver {
    border: 3px solid #b3b3b3;
    width: 130px;
    position: relative;
    text-align: center;
    padding: 4px 0;
}

#page-auditionSearchList .main li .bottom .right.silver img {
    width: 15px;
    position: absolute;
    top: 24px;
    left: -15px;
}

#page-auditionSearchList .main li .bottom .right.silver p {
    color: #b3b3b3;
}

#page-auditionSearchList .main li .bottom .right.silver .subscription_number {
    font-weight: bold;
    font-size: 22px;
}

#page-auditionSearchList .main li .bottom .right.bronze {
    border: 3px solid #d19e81;
    width: 130px;
    position: relative;
    text-align: center;
    padding: 4px 0;
}

#page-auditionSearchList .main li .bottom .right.bronze img {
    width: 15px;
    position: absolute;
    top: 24px;
    left: -15px;
}

#page-auditionSearchList .main li .bottom .right.bronze p {
    color: #d19e81;
}

#page-auditionSearchList .main li .bottom .right.bronze .subscription_number {
    font-weight: bold;
    font-size: 22px;
}

#page-auditionSearchList .main li .bottom .right.any_time_box {
    border: 3px solid #d9d9d9;
    width: 130px;
    position: relative;
    text-align: center;
    padding: 4px 0;
	height: 44px;
}

#page-auditionSearchList .main li .bottom .right.any_time_box img {
	width: 13px;
    position: absolute;
    top: 18px;
    left: -13px;
}

#page-auditionSearchList .main li .bottom .right.any_time_box p {
    color: #d9d9d9;
	padding: 10px 0 0 0;
}

#page-auditionSearchList .main li .box.box_big {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

#page-auditionSearchList .main li .box_img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	width: 720px;
}

/*side*/
#page-auditionSearchList .side .condition_box,
#page-auditionSearchList .side .condition_change_box {
	background-color: #fff;
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 7px;
}

#page-auditionSearchList .side .narrow_limit_img {
	margin-bottom: 20px;
}

#page-auditionSearchList .side .narrow_limit_img:hover {
	opacity: 0.7;
}

#page-auditionSearchList .side .condition_box .side_ttl,
#page-auditionSearchList .side .condition_change_box .side_ttl {
	border-bottom: 2px solid #f89420;
	color: #f89420;
	font-weight: bold;
	padding: 0 0 5px;
	font-size: 16px;
}

#page-auditionSearchList .side .condition_box .condition_text {
	font-weight: bold;
	margin: 10px 0 0 0;
    line-height: 1.5;
}

#page-auditionSearchList .side .condition_change_box .min_ttl {
    font-weight: bold;
    border-left: 4px solid #f89420;
    padding: 0 0 0 10px;
    margin: 15px 0 10px;
    line-height: 1.5;
}

#page-auditionSearchList .side .condition_change_box .min_ttl.option_ttl {
    border-color: #ccc;
}

#page-auditionSearchList .side .condition_change_box label {
	font-weight: bold;
}

#page-auditionSearchList .side .condition_change_box .free_text {
	width: 130px;
    padding: 6px;
    border-radius: 5px;
    float: left;
    border: 1px solid #c9c9c9;
}

#page-auditionSearchList .side .free_submit {
    background-color: #f89420;
    float: right;
    width: 45px;
    border: none;
    border-radius: 5px;
    padding: 7px;
    box-shadow: 0px 3px #c57315;
    background-image: url(../img/production/search_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 19px;
	cursor: pointer;
}

#page-auditionSearchList .side .select_area {
	width: 100%;
    padding: 5px;
    border-radius: 5px;
    margin: 5px 0;
}

#page-auditionSearchList .side input[type="checkbox"],#page-auditionSearchList .side input[type="radio"]{
    display: none;
}

#page-auditionSearchList .side input[type="checkbox"] + label {
	padding: 5px 0 5px 25px;
    margin-right: 0;
    background: url(../img/audition/checkbox_off.png) no-repeat left center;
    background-size: 20px 20px;
    cursor: pointer;
	font-size: 12px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: center;
}

#page-auditionSearchList .side input[type="checkbox"]:checked + label {
    background: url(../img/audition/checkbox_on.png) no-repeat left center;
    background-size: 20px 20px;
    cursor: pointer;
}

#page-auditionSearchList .side input[type="checkbox"]:disabled + label {
    cursor: default;
    opacity: 0.4;
}

#page-auditionSearchList .side label {
    display: block;
}

#page-auditionSearchList .side label img {
	width: 20px;
    margin-right: 5px;
}

#page-auditionSearchList .side #select_genre_list {
    border: dashed 1px #ebebeb;
    margin-bottom: 15px;
    padding: 5px 10px;
}

#page-auditionSearchList .side input[type="radio"] + label {
    padding: 7px 0px 3px 40px;
    background: url(../img/audition/radio_off.png) no-repeat 10px center;
    background-size: 20px 20px;
    cursor: pointer;
    font-size: 12px;
    background-color: #f0f0f0;
    border-radius: 7px;
    margin: 10px 0;
}

#page-auditionSearchList .side input[type="radio"]:checked + label {
	background: url(../img/audition/radio_on.png) no-repeat 10px center;
    background-size: 20px 20px;
    cursor: pointer;
	background-color: #fce7cf;
	border-radius: 7px;
}

#page-auditionSearchList .side .checkbox_audition_type input[type="checkbox"] + label {
    background-color: #ebebeb;
    background-position: left 7px center;
    border-radius: 5px;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding: 7px 0 7px 35px;
    width: 100%;
}

#page-auditionSearchList .side .checkbox_audition_type input[type="checkbox"]:checked + label {
    background-color: #fce7cf;
}

#AuditionSearchLesson {
	width: 100%;
    border-radius: 7px;
	border: #c9c9c9 1px solid;
}

/*パンクズ・ページ送り*/

.newBreadCrumb_area {
	width: 1000px;
	margin: 0 auto;
}

.newBreadCrumb,
.newBreadCrumb a{
	color: #fff;
	font-size: 12px;
}

.inner .newBreadCrumb {
	margin-bottom: 10px;
}

ul#page_nav {
	margin: 40px 0;
	width: 720px;
}

#page_nav li {
    float: left;
    background-color: #fff;
    margin: 0 10px !important;
    padding: 5px 10px;
    border-radius: 7px;
    box-shadow: 0 3px #c9c9c9;
}

#page_nav li a {
	text-decoration: none;
	font-weight: bold;
}

#page_nav li.point {
	background-color: transparent !important;
	box-shadow: 0 3px transparent;
}

#page_nav li.disable {
	box-shadow: none;
	border: 2px solid #606060;
}

#page_nav li.disable a {
	color: #606060;
}

#page_nav li.prev {
    padding: 5px 20px;
	margin-right: 30px;
	margin-left: 0;
	background-color: #fff;
    border: none;
	border-radius: 5px;
}

#page_nav li.next {
	padding: 5px 20px;
	margin-left: 30px;
	margin-right: 0;
	background-color: #fff;
    border: none;
	border-radius: 5px;
}

/*----------------------------------------------------
	オーディション一覧 | .page-auditionSearchList
----------------------------------------------------*/
#page-auditionView .ttl {
	background-color: #f89420;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	padding: 20px 0;
	margin-bottom: 20px;
}

#page-auditionView .ttl h1 {
    font-weight: bold;
}

#page-auditionView  .flash_message {
        background-color: #fff;
        box-sizing: border-box;
        border: solid 2px red;
        color: red;
        margin: 20px auto;
        padding: 10px 20px;
        width: 1000px;
}

#page-auditionView .ttl .inner {
    width: 1000px;
    margin: 0 auto;
}

#page-auditionView .main_baner {
	height: 100%;
	width: 1000px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

#page-auditionView .main {
	background-color: #fff;
	border-radius: 7px;
	width: 1000px;
	margin: 0 auto 80px;
	padding: 20px;
	box-sizing: border-box;
    position: relative;
}

#page-auditionView .img_area {
	margin: 0 auto;
	width: 1000px;
}

#page-auditionView .flag_area {
    align-items: baseline;
    display: flex;
    justify-content: flex-end;
    padding: 0 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

#page-auditionView .flag_area .flag {
    background: url(../img/audition/list_reborn_orange.png) no-repeat center;
    background-size: 100% auto;
    color: #fff;
    font-size: 11px;
    height: 36px;
    text-align: center;
    width: 72px;
}

#page-auditionView .main_ttl {
    padding: 23px 0 11px 60px;
    font-weight: bold;
    font-size: 26px;
    border-bottom: 4px solid #f89420;
    background: url(../img/audition/box_ttl_icon.png)no-repeat center left;
		line-height: 1.3;
}

#page-auditionView .introduction {
	font-size: 14px;
	margin-top: 20px;
	padding: 0 20px;
}

#page-auditionView .period_box {
	width: 350px;
	margin: 20px auto;
	text-align: center;
}

#page-auditionView .alreadyEntry {
	color: #bbb;
	font-weight: bold;
	border: 1px solid #bbb;
	padding: 12px 0;
	font-size: 22px;
	border-radius: 5px;
	text-align: center;
	width: 280px;
	margin: 0 auto;
}

#page-auditionView .oversubscribed {
    color: #888;
    font-weight: normal;
    border: 1px solid #bbb;
    padding: 12px 0;
    font-size: 16px;
    border-radius: 5px;
    text-align: center;
    width: 280px;
    margin: 0 auto;
}

#page-auditionView .period_box .time {
	font-weight: bold;
	font-size: 18px;
}

#page-auditionView .period_box .remaining {
	color: #606060;
}

#page-auditionView .btn_area {
    width: 600px;
    margin: 20px auto;
    display: flex;
}

#page-auditionView .free_plan_info {
    text-align: center;
    margin-bottom: 30px;
}

#page-auditionView .free_plan_info .link_premium {
    color: #333;
    font-weight: bold;
    text-decoration: none;
}

#page-auditionView .toEntry {
	margin: 10px 0;
}

#page-auditionView .toEntry {
    background-color: #f89420;
    box-shadow: 0 3px #c57315;
    display: block;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    border-radius: 10px;
    text-decoration: none;
    font-size: 17px;
    width: 290px;
    margin: auto;
}

#page-auditionView .resume_btn {
    background-color: #aaaaaa;
    box-shadow: 0 3px #939393;
    display: block;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    border-radius: 10px;
    text-decoration: none;
    font-size: 17px;
    width: 290px;
    margin: auto;
}

#page-auditionView .detail_ttl {
    border-bottom: 2px solid #f89420;
    color: #f89420;
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 5px;
}

#page-auditionView table {
	width: 100%;
	margin: 10px 0 30px;
}

#page-auditionView table tr {
	border-bottom: 2px solid #f0f0f0;
}

#page-auditionView table th {
	padding: 10px;
	font-weight: bold;
	font-size: 15px;
	vertical-align: middle;
	width: 150px;
}

#page-auditionView table th span {
	border-left: 5px solid #f89420;
	padding: 0 0 0 20px;
}

#page-auditionView table td {
	padding: 10px 0;
	overflow-wrap: anywhere;
}

#page-auditionView table td a {
	word-break: break-all;
}

#page-auditionView table td .separate_line {
	border-top: 2px solid #f0f0f0;
	margin-top: 10px;
	padding: 10px 0 0;
}

#page-auditionView .production_img {
    float: left;
}

#page-auditionView .production_img a {
	display: block;
}

#page-auditionView .production_img a .largeImg {
	width: 78px;
	height: 78px;
}

#page-auditionView .organization {
    float: left;
    padding: 23px 0 0 20px;
}

#page-auditionView .contact_box {
	border: 1px solid #c9c9c9;
	border-radius: 7px;
	padding: 20px;
	margin: 40px 0 20px;
}

#page-auditionView  .sorf {
    color: #F03040;
    font-size: 13px;
    font-weight: bold;
}

#page-auditionView .attention {
    color: #F03040;
    font-size: 13px;
}

#page-auditionView  .similar_audition_area {
	margin: 40px 10px 0;
}

#page-auditionView  .similar_audition_area .similar_audition {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	margin-top: 30px;
}

#page-auditionView  .similar_audition_area .similar_audition .audition_data {
	margin-right: 24px;
	width: 297px;
}

#page-auditionView  .similar_audition_area .similar_audition .audition_data:last-child {
	margin-right: 0;
}

#page-auditionView  .similar_audition_area .similar_audition .audition_data a {
	color: #333;
	display: block;
	text-decoration: none;
}

#page-auditionView  .similar_audition_area .similar_audition .audition_data a:hover {
	opacity: 0.5;
}

#page-auditionView  .similar_audition_area .similar_audition .audition_data .image_area img {
	width: 100%;
}

#page-auditionView  .similar_audition_area .similar_audition .audition_data .audition_name {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.4;
}

.back_btn {
    width: 320px;
    margin: 20px auto;
    background-color: #949494;
    box-shadow: 0 3px #606060;
    display: block;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 13px 0;
    border-radius: 10px;
    text-decoration: none;
    font-size: 19px;
}

#page-auditionView .message_inner {
	margin: 20px;
}

#page-auditionView .message_box .left {
	width: 150px;
	text-align: center;
}

#page-auditionView .message_box .left img {
	width: 150px;
}

#page-auditionView .message_box .right {
	width: 720px;
	position: relative;
}

#page-auditionView .message_box .right p {
	background-color: #fdf2e3;
	border-radius: 10px;
	padding: 20px;
	min-height: 150px;
	box-sizing: border-box;
}

#page-auditionView .message_box .no_image p {
	background-color: #fdf2e3;
	border-radius: 10px;
	padding: 20px;
	box-sizing: border-box;
}

#page-auditionView .message_box .no_image p span {
	font-weight: bold;
}

#page-auditionView .message_box .right img {
    position: absolute;
    left: -30px;
    top: 30px;
}

#page-auditionView .caution {
	border: 2px dotted #c9c9c9;
	padding: 15px;
	margin: 15px 0;
}

#page-auditionView .caution img {
	float: right;
	width: 255px;
}

#page-auditionView .caution .left {
    width: 480px;
}

#page-auditionView .caution_ttl {
    border-bottom: 2px solid #f89420;
    padding: 6px 0 2px 30px;
    background: url(../img/audition/caution_icon.png)no-repeat center left;
    font-weight: bold;
    font-size: 16px;
}

#page-auditionView .caution_text {
	margin: 10px 0 0 0;
}

#page-auditionView .caution_text .red {
	color: #F03040;
    font-weight: bold;
}

#page-auditionView .caution_text .black {
	font-weight: bold;
}

/*----------------------------------------------------
	オーディション一応募 確認 | #page-subscription
----------------------------------------------------*/
#page-subscription .ttl {
    background-color: #f89420;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    padding: 20px 0;
	margin-bottom: 20px;
}

#page-subscription .ttl .inner {
    width: 1000px;
    margin: 0 auto;
}

#page-subscription .main {
	background-color: #fff;
	border-radius: 7px;
	width: 1000px;
	margin: 0 auto;
	padding: 30px;
	box-sizing: border-box;
}

#page-subscription .applyAudition {
    border: 2px solid #f8950f;
    border-collapse: separate;
    border-radius: 5px;
    margin: 10px 0;
    width: 100%;
	padding: 20px;
    box-sizing: border-box;
}

#page-subscription .applyAudition.addConditions {
    border: none;
    padding: 0;
}

#page-subscription .applyAudition.addConditions table th {
    box-sizing: border-box;
    padding: 10px 20px 10px 10px !important;
    width: 210px !important;
}

#page-subscription .applyAudition.addConditions table th span {
    display: block;
    word-break: break-word;
}

#page-subscription .applyAudition.addConditions table th span.fieldRequired {
    border: none;
    font-size: 12px;
    font-weight: normal;
    padding-left: 20px;
    margin-top: 5px;
}

#page-subscription .applyAudition.addConditions table td .fieldText {
    margin-bottom: 10px;
    word-break: break-word;
}

#page-subscription .applyAudition.addConditions table td .fieldTypeWrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

#page-subscription .applyAudition.addConditions table td input[type="radio"],
#page-subscription .applyAudition.addConditions table td input[type="checkbox"],
#page-subscription .applyAudition.addConditions table td label {
    cursor: pointer;
}

#page-subscription .applyAudition.addConditions table td .error-message {
    position: static;
    width: fit-content;
}

#page-subscription .main .text_area {
	text-align: center;
}

#page-subscription .main .text_area p {
	font-weight: bold;
	font-size: 23px;
	margin: 10px 0 20px;
}

#page-subscription .applyAudition .imageArea {
	margin: 0 auto;
    width: 400px;
}

#page-subscription .applyAudition .imageArea img {
	width: 400px;
}

#page-subscription .applyAudition .all_time_imageArea {
    margin: 0 auto;
    width: 400px;
    background: no-repeat center center;
    background-size: 400px;
    height: 110px;
    padding: 15px 0 0 0;
    box-sizing: border-box;
	position: relative;;
}

#page-subscription .applyAudition .all_time_imageArea:before {
	content: "";
	background-color: rgba(255,255,255,0.95);
	height: 110px;
	width: 400px;
	border: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: absolute;
    top: 0;
    left: 0;
}

#page-subscription .applyAudition .all_time_imageArea .all_time_inner {
	position: relative;
	padding-left: 20px;
}

#page-subscription .applyAudition .all_time_imageArea .organization.imageArea_text {
	padding: 15px 0 0 15px;
	width: 265px;
}

#page-subscription .applyAudition .all_time_imageArea .organization_ttl {
	font-size: 16px;
	font-weight: bold;
}

#page-subscription .applyAudition .all_time_imageArea .organization_ttl {
	font-size: 16px;
	font-weight: bold;
}

#page-subscription .applyAudition .main_ttl {
    padding: 20px 0 10px 60px;
    font-weight: bold;
    font-size: 22px;
    border-bottom: 4px solid #f89420;
    background: url(../img/audition/box_ttl_icon.png)no-repeat center left;
}

#page-subscription .applyAudition table {
    width: 100%;
    margin: 10px 0;
}

#page-subscription.subscription .applyAudition table th {
    padding: 10px;
    font-weight: bold;
    font-size: 15px;
    vertical-align: middle;
    width: 150px;
	background-color: transparent;
	border-bottom: 2px solid #f0f0f0;
	text-align: left;
}

#page-subscription.subscription .applyAudition table td {
    padding: 10px 0;
	border-bottom: 2px solid #f0f0f0;
}

#page-subscription.subscription .applyAudition table td .separate_line {
	border-top: 2px solid #f0f0f0;
	margin-top: 7px;
	padding: 10px 0 0;
}

#page-subscription.subscription .applyAudition table th span {
    border-left: 5px solid #f89420;
    padding: 0 0 0 20px;
}

#page-subscription.subscription .applyAudition .image {
	float: left;
}

#page-subscription.subscription .applyAudition .image a {
	display: block;
}

#page-subscription.subscription .applyAudition .all_time_inner .image .img_contain {
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

#page-subscription.subscription .applyAudition .organization {
    float: left;
    padding: 23px 0 0 20px;
}

#page-subscription.subscription .page-resume .article {
	width: 1000px;
	background: #eee;
}

#page-subscription.subscription .resume {
	background: #eee;
    height: 600px;
    width: 100%;
	border: 1px solid #f89420;
	box-sizing: border-box;
	position: relative;
}

#page-subscription.subscription .resume .resume_inner {
    height: 598px;
    overflow: scroll;
}

/*↓JS実装用(未実装)↓*/

#page-subscription.subscription .resume .display {
	position: absolute;
    bottom: 0;
    right: 0;
    background-color: #f89420;
	padding: 7px 15px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-decoration: underline;
}

#page-subscription.subscription .resume .display span {
	padding: 0 10px 0 0;
}

#page-subscription.subscription .resume .display:hover {
	cursor: pointer;
}

/*↑JS実装用(未実装)↑*/

/*↓スクロール実装↓*/

#page-subscription.subscription .display {
	cursor: pointer;
	margin-top: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #2692ff;
	text-decoration: underline;
	float: right;
	line-height: 1;
}

#page-subscription.subscription .display img {
	height: 16px;
	margin-left: 5px;
}

/*↑スクロール実装↑*/

#page-subscription.subscription .detail_ttl {
    border-bottom: 2px solid #f89420;
    color: #f89420;
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 5px;
	margin: 30px 0 20px;
}

#page-subscription .attention {
    color: #f03040;
}

#page-subscription .attention_error_box {
	border: solid 1px #f03040;
	margin: 20px 0;
	padding: 10px;
}

#page-subscription .attention_box {
	padding: 20px 0;
}

#page-subscription .applicationReason {
	margin-top: 50px;
}

#page-subscription .applicationReason .formArea textarea {
	width: 100%;
	height: 150px;
    margin: 10px 0;
	box-sizing: border-box;
}

#page-subscription .applicationReason .formArea .confirm {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
}

#page-subscription .applicationReason .formArea .confirm input {
	margin: 5px 10px 0 0;
}

#page-subscription .submit {
	margin: 20px auto 0;
	width: 450px;
}

#page-subscription .submit .btn {
    width: 450px;
    padding: 15px 0;
    font-size: 19px;
    font-weight: bold;
    color: #fff;
	background-color: #ff9933;
    box-shadow: 0 3px #df8011;
    border: none;
    border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin: 0 auto;
	text-align: center;
}

#page-subscription .submit .btn.entry.off {
	cursor: default;
	border: 2px solid rgb(221, 221, 221);
	color: rgb(221, 221, 221);
	background-color: rgb(255, 255, 255);
	box-shadow: none;
}

#page-subscription .submit .btn:hover {
	cursor: pointer;
}

#page-subscription .link_area {
	font-weight: bold;
	font-size: 16px;
	padding: 10px 0 0 0;
	text-align: center;
}

#page-subscription .narrow_limit_box .narrow_box_inner {
	border-bottom: 1px solid #f0f0f0;
	padding: 10px 0;
}

#page-subscription .narrow_limit_box .narrow_box_inner .img_contain {
	border: 1px solid #ccc;
}

#page-subscription .narrow_limit_box .narrow_box_inner .img_contain .img {
	width: 78px;
	height: 78px;
}

#page-subscription .narrow_limit_box .narrow_box_inner .right {
	width: 840px;
}

#page-subscription .narrow_limit_box .narrow_limit_ttl {
	font-weight: bold;
	font-size: 18px;
}

#page-subscription .narrow_limit_box .narrow_limit_text {
	color: #898989;
	font-size: 12px;
}

#page-subscription .narrow_limit_box .narrow_limit_text span {
	color: #f89420;
    width: 80px;
    font-weight: bold;
    display: inline-block;
}


#page-subscription #modal {
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2000;
	overflow: auto;
}

#page-subscription #modal #modal_box {
	width: 1000px;
	margin: 40px auto;
	background-color: #fff;
	padding: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	position: relative;
}

#page-subscription #modal #modal_box .title_bar {
	border-bottom: 1px solid #f89420;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#page-subscription #modal #modal_box .title_bar h3 {
	color: #f89420;
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
}

#page-subscription #modal #modal_box .close_button {
	border: 1px solid #f89420;
	color: #f89420;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	padding: 3px 4px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	width: 90px;
	cursor: pointer;
}

#page-subscription #modal #modal_box .title_bar .close_button {
position: absolute;
top: 10px;
right: 20px;
}

#page-subscription #modal #modal_box .note {
	font-size: 14px;
}

#page-subscription #modal #modal_box .note .color {
	color: #e94242;
	font-weight: normal;
}

#page-subscription #modal #modal_box .note strong {
	color: #e94242;
	font-weight: normal;
}

#page-subscription #modal #modal_box .page-resume {
	margin: 20px 0;
}

#page-subscription #modal #modal_box .bottom_note {
	font-size: 20px;
	text-align: center;
}

#page-subscription #modal #modal_box .bottom_close_button {
	margin: 20px auto 0;
}

/*----------------------------------------------------
	限定オーディション詳細 | #page-auditionNarrowLimited
----------------------------------------------------*/

#page-auditionNarrowLimited  .flash_message {
	background-color: #fff;
	box-sizing: border-box;
	border: solid 2px red;
	color: red;
	margin: 20px auto;
	padding: 10px 20px;
	width: 1000px;
}

#page-auditionNarrowLimited .ttl {
	background-color: #f89420;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    padding: 20px 0;
		margin-bottom: 20px;
}

#page-auditionNarrowLimited .main_visual_area {
	background-color: #FFF;
	text-align: center;
}

#page-auditionNarrowLimited .inner {
	width: 1000px;
    margin: 0 auto;
}

#page-auditionNarrowLimited .main {
	width: 1000px;
	margin: 0 auto;
}

#page-auditionNarrowLimited .main_box {
	background-color: #fff;
	padding: 30px 0 0;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}

#page-auditionNarrowLimited .main_text {
	color: #606060;
}

#page-auditionNarrowLimited table {
	width: 100%;
	margin: 10px 0;
	position: relative;
}

#page-auditionNarrowLimited table tr {
    border-top: 2px solid #f0f0f0;
}

#page-auditionNarrowLimited table th {
	padding: 20px 10px 20px 0;
    font-weight: bold;
    font-size: 15px;
    vertical-align: middle;
    width: 150px;
}

#page-auditionNarrowLimited table th span {
    border-left: 5px solid #f89420;
    padding: 0 0 0 20px;
}

#page-auditionNarrowLimited table td {
    padding: 20px 0;
}

#page-auditionNarrowLimited table td .separate_line {
	border-top: 2px solid #f0f0f0;
	margin-top: 15px;
	padding-top: 15px;
}

#page-auditionNarrowLimited .period_box {
	width: 400px;
	margin: 20px auto;
	border: 2px solid #f89420;
	padding: 10px;
	border-radius: 10px;
	text-align: center;
}

#page-auditionNarrowLimited .period_box .time {
	font-size: 20px;
}

#page-auditionNarrowLimited .period_box .time span {
	font-weight: bold;
}

#page-auditionNarrowLimited .period_box .period_time {
	color: #606060;
}

#page-auditionNarrowLimited .text_area {
	margin: 20px 0;
}

#page-auditionNarrowLimited .text_area .left {
	width: 100px;
}

#page-auditionNarrowLimited .text_area .right {
	width: 860px;
    margin: 20px 0 0;
}

#page-auditionNarrowLimited .text_area .right .balloon {
    border-radius: 10px;
    padding: 25px 0 15px;
    position: relative;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    background-color: #fff;
}

#page-auditionNarrowLimited .text_area .right .balloon img {
	position: absolute;
	left: -20px;
    top: 50%;
}

#page-auditionNarrowLimited .text_area .right .balloon p {
	border-bottom: 3px solid #f89420;
    display: inline-block;
	padding-bottom: 10px;
}

#page-auditionNarrowLimited .text_area .text {
	margin: 10px;
}

#page-auditionNarrowLimited .to_production {
    margin: 10px 0;
    text-align: center;
}

#page-auditionNarrowLimited .to_production a {
    background: url(../img/element/ico_other_tab_link.png) no-repeat left center;
    padding-left: 18px;
}

#page-auditionNarrowLimited .productuion_list {
	margin: 20px 0;
	width: 1040px;
}

#page-auditionNarrowLimited .productuion_list > li {
	background-color: #fff;
	border-radius: 7px;
    width: 490px;
	float: left;
	margin: 0 20px 20px 0;
}

#page-auditionNarrowLimited .productuion_list > li.checked {
	background-color: #fef3e5;
}

#page-auditionNarrowLimited .productuion_list > li .checkbox_area {
	border-top: 2px solid #f0f0f0;
    font-weight: bold;
    font-size: 18px;
}

#page-auditionNarrowLimited .productuion_box {
    padding: 15px 15px 5px;
}

#page-auditionNarrowLimited .production_ttl {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 17px;
    border-left: 3px solid #f89420;
    padding: 0 0 0 15px;
}

#page-auditionNarrowLimited table.cost th {
    background-color: #fce7cf;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    padding: 0 10px;
    width: 50px;
}

#page-auditionNarrowLimited table.cost td {
    padding: 0 0 0 10px;
}

#page-auditionNarrowLimited .cost.cost_fee .part_link {
    text-decoration: underline;
	cursor: pointer;
}

#page-auditionNarrowLimited table.cost tr {
    border-top: none;
}

#page-auditionNarrowLimited input[type="checkbox"] {
    display: none;
}

#page-auditionNarrowLimited input[type="checkbox"] + label span {
    display: inline-block;
    padding-left: 35px;
    background: url(../img/audition/checkbox_off.png) no-repeat left center;
    background-size: 25px 25px;
    cursor: pointer;
}

#page-auditionNarrowLimited input[type="checkbox"]:checked + label span {
    background: url(../img/audition/checkbox_on.png) no-repeat left center;
    background-size: 25px 25px;
    cursor: pointer;
}

#page-auditionNarrowLimited .productuion_list .checkbox_area label,
#page-auditionNarrowLimited .productuion_list .checkbox_area .checkbox_entry_label {
    display: block;
    font-weight: bold;
    margin: 0;
    text-align: center;
    padding: 15px 0;
}

#page-auditionNarrowLimited .productuion_list .checkbox_area label {
    cursor: pointer;
}

#page-auditionNarrowLimited .productuion_list .production_img {
    border-radius: 50%;
    height: 87px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 87px;
    float: left;
	margin: 10px 0 0;
	border: 1px solid #e7e7e7;
}

#page-auditionNarrowLimited .productuion_list .images {
    float: left;
    position: relative;
    text-align: center;
	width: 100px;
    height: 100px;
}

#page-auditionNarrowLimited .productuion_list .images .production_img img {
	width: 100%;
    height: 100%;
}

#page-auditionNarrowLimited .productuion_list .tarentImg {
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
	border: solid 1px #ccc;
    background-color: #fff;
	float: left;
	width: 110px;
    height: 110px;
	position: relative;
	margin-left: 8px;
	cursor: pointer;
}

#page-auditionNarrowLimited .productuion_list .tarentImg.middle {
	margin: 0 10px;
}

#page-auditionNarrowLimited .productuion_list .tarentImg img {
    position: absolute;
    bottom: 8px;
    left: 50%;
    margin-left: -10px;
    width: 15px;
    z-index: 10;
    display: none;
}

#page-auditionNarrowLimited .productuion_list .productionImg {
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    border: solid 1px #ccc;
    float: left;
    width: 110px;
    height: 110px;
    margin-left: 8px;
    opacity: 0.4;
}

#page-auditionNarrowLimited .productuion_list .talent_balloon {
	border: 2px solid #f89420;
    padding: 10px 10px 5px;
    border-radius: 7px;
    position: absolute;
    background-color: #fff;
    margin-top: -11px;
     display: none;
    width: 500px;
	z-index: 1;
}

.free_comments_area {
    background-color: #fdf2e4;
    margin: 4px 12px 8px;
    padding: 8px 10px;
    height: 50px;
}

.free_comments {
    max-height: 55px;
}

.free_comments_area a {
    text-align: right;
}

#page-auditionNarrowLimited .productuion_list .talent_balloon .top {
    margin: 0 0 5px;
}

#page-auditionNarrowLimited .productuion_list .talent_balloon .top .left {
    font-size: 16px;
    font-weight: bold;
}

#page-auditionNarrowLimited .productuion_list .talent_balloon .top .right {
    border: 1px solid #f89420;
    border-radius: 5px;
    color: #f89420;
    padding: 0 5px;
	cursor: pointer;
}

#page-auditionNarrowLimited .productuion_list .talent_balloon .text {
    margin: 5px 0;
}

#page-auditionNarrowLimited .productuion_list .talent_balloon .link_area {
    text-align: center;
}

#page-auditionNarrowLimited .talent_balloon.cost_balloon {
	margin-top: 15px;
	position: absolute;
	left: 70px;
}

#page-auditionNarrowLimited .cost_balloon_icon {
	position: absolute;
	top: -22px;
    left: 25px;
}

#page-auditionNarrowLimited .btn {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #f89420;
    padding: 6px 0;
    font-size: 14px;
    font-weight: bold;
    border-radius: 7px;
    box-shadow: 0px 3px #c57315;
	margin: 10px 0;
}
#page-auditionNarrowLimited .done.btn {
	background-color: #999999;
	box-shadow:0px 0px #999999;
}

#page-auditionNarrowLimited .back_btn {
	width: 450px;
    margin: 20px auto;
    background-color: #949494;
    box-shadow: 0 3px #606060;
    display: block;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 13px 0;
    border-radius: 5px;
    text-decoration: none;
    font-size: 19px;
}

#page-auditionNarrowLimited #candidate_box {
	display: none;
	position: fixed;
	bottom: 0;
	right: 40px;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-ms-border-radius: 10px 10px 0 0;
	-o-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	border: 2px solid #f89420;
	border-width: 2px 2px 0;
	background-color: #fff;
	width: 200px;
	padding: 13px 8px 10px;
}

#page-auditionNarrowLimited #candidate_box #candidate_toggle_button {
	cursor: pointer;
}

#page-auditionNarrowLimited #candidate_box #candidate_toggle_button:hover {
	text-decoration: underline;
}

#page-auditionNarrowLimited #candidate_box .candidate_ttl {
	font-weight: bold;
	color: #f89420;
	font-size: 16px;
	line-height: 1;
	margin-bottom: 10px;
}

#page-auditionNarrowLimited #candidate_box #candidate_list {
	margin-top: 5px;
	max-height: 200px;
	overflow: auto;
}

#page-auditionNarrowLimited #candidate_box #candidate_list > li {
	border-bottom: 1px dotted #ccc;
	padding: 10px 25px 10px 45px;
	position: relative;
	min-height: 40px;
}

#page-auditionNarrowLimited #candidate_box #candidate_list > li:first-child {
	border-top: 1px dotted #ccc;
}

#page-auditionNarrowLimited #candidate_box #candidate_list > li .logo {
	position: absolute;
	top: 10px;
	left: 0;
	border: 1px solid #ccc;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	width: 38px;
	height: 38px;
}

#page-auditionNarrowLimited #candidate_box #candidate_list > li .name {
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
}

#page-auditionNarrowLimited #candidate_box #candidate_list > li .remove_button {
	position: absolute;
	right: 0;
	top: 20px;
}

#page-auditionNarrowLimited #candidate_box .all_btn {
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #f89420;
    padding: 7px 0;
    font-size: 16px;
    font-weight: bold;
    border-radius: 7px;
    box-shadow: 0px 2px #c57315;
    border: none;
    margin: 5px 0;
    width: 100%;
	cursor: pointer;
}

/*----------------------------------------------------
	オーディション応募完了 | #page-subscriptionComplete
----------------------------------------------------*/
#page-subscriptionComplete .ttl {
	background-color: #f89420;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	padding: 20px 0;
	margin-bottom: 20px;
}

#page-subscriptionComplete .ttl .inner {
    width: 1000px;
    margin: 0 auto;
}

#page-subscriptionComplete .unit {
    background-color: #fff;
    padding: 20px 20px 0px;
    width: 1000px;
    margin: 0 auto;
    border-radius: 7px;
    box-sizing: border-box;
}

#page-subscriptionComplete .btnDefaultAudition a {
	width: 300px;
    background-color: #f89420;
    box-shadow: 0 3px #c57315;
    display: block;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    border-radius: 10px;
    text-decoration: none;
    font-size: 17px;
	margin: 0 auto;
	border: none;
}

/*----------------------------------------------------
	随時オーディション詳細 | #page-auditionNarrowLimited
----------------------------------------------------*/
#page-auditionView.any_time_audition_view {

}

#page-auditionView.any_time_audition_view .main_ttl {
	margin-bottom: 30px;
} 

#page-auditionView.any_time_audition_view .all_time_imageArea {
	margin: 0 auto;
	width: 1000px;
	background: no-repeat center center;
	background-size: 1000px;
	height: 250px;
	padding: 25px 20px 0;
	box-sizing: border-box;
	position: relative;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-ms-border-radius: 10px 10px 0 0;
	-o-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}

#page-auditionView.any_time_audition_view .all_time_imageArea:before {
    content: "";
    background-color: rgba(255,255,255,0.95);
    height: 250px;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

#page-auditionView.any_time_audition_view .all_time_imageArea .all_time_inner {
    position: relative;
}

#page-auditionView.any_time_audition_view .image {
    float: left;
}

#page-auditionView.any_time_audition_view .all_time_imageArea .organization.imageArea_text {
	padding: 60px 0 0 30px;
    width: 700px;
}

#page-auditionView.any_time_audition_view .all_time_imageArea .organization_ttl {
    font-size: 20px;
    font-weight: bold;
	line-height: 2;
}

#page-auditionView.any_time_audition_view .all_time_imageArea .image .img_contain {
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

#page-auditionView.any_time_audition_view .all_time_imageArea .image a .largeImg {
	width: 200px;
	height: 200px;
}

#page-auditionView.any_time_audition_view .main {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#page-auditionView.any_time_audition_view .period_box a {
	border-radius: 5px;
    padding: 13px 0;
	font-size: 19px;
}

#page-auditionView.any_time_audition_view .talent_area {
    padding: 0 30px;
    margin-top: 40px;
}

#page-auditionView.any_time_audition_view .talent_area_01, .talent_area_02 {
    float: left;
    width: 33%;
    border-right: #ddd solid 1px;
    min-height: 500px;
}

#page-auditionView.any_time_audition_view .talent_area_03 {
    float: left;
    width: 33%;
}

#page-auditionView.any_time_audition_view .talent_img {
    border: #ddd solid 1px;
    width: 240px;
    height: 240px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

#page-auditionView.any_time_audition_view .pickup {
    position: absolute;
    top: -5px;
    right: 10px;
}

#page-auditionView.any_time_audition_view .talent_img .pickup_talent {
    max-width: 200px;
    max-height: 200px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

#page-auditionView.any_time_audition_view .talent_area .name {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}

#page-auditionView.any_time_audition_view .txt {
    text-align: left;
    padding-left: 35px;
    padding-right: 20px;
    word-break: break-all;
}

#page-auditionView .ttl_area {
	position: relative;
}

#page-auditionView .production_talent_link {
	position: absolute;
    right: 0;
    top: 0;
}

/*----------------------------------------------------
	限定オーディション詳細の詳細 | #page-auditionNarrowLimitedDetail
----------------------------------------------------*/

#page-auditionNarrowLimitedDetail .ttl {
	background-color: #f89420 ;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	padding: 20px 0;
	margin-bottom: 15px;
}

#page-auditionNarrowLimitedDetail .ttl .inner {
	width: 1000px;
	margin: 0 auto;
}

#page-auditionNarrowLimitedDetail .main {
	width: 1000px;
	margin: 0 auto;
}

#page-auditionNarrowLimitedDetail .img_area {
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

#page-auditionNarrowLimitedDetail .img_area img {
	width: 1000px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

#page-auditionNarrowLimitedDetail .main_box {
	background-color: #fff;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	padding: 30px;
	box-sizing: border-box;
	position: relative;
}

#page-auditionNarrowLimitedDetail .detail_ttl {
	border-bottom: 2px solid #f89420 ;
	color: #f89420 ;
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 5px;
	margin: 30px 0 0 0;
}

#page-auditionNarrowLimitedDetail table {
	width: 100%;
}

#page-auditionNarrowLimitedDetail table tr {
	border-bottom: 1px solid #f0f0f0 ;
}

#page-auditionNarrowLimitedDetail table th span {
	border-left: 5px solid #f89420 ;
	padding: 0 0 0 20px;
}

#page-auditionNarrowLimitedDetail table th {
	padding: 10px;
	font-weight: bold;
	font-size: 15px;
	vertical-align: middle;
	width: 150px;
}

#page-auditionNarrowLimitedDetail table td {
	padding: 10px 0;
	vertical-align: middle;
}

#page-auditionNarrowLimitedDetail .period_box {
	width: 400px;
	margin: 20px auto;
	text-align: center;
}

#page-auditionNarrowLimitedDetail .period_box .time {
	font-size: 18px;;
}

#page-auditionNarrowLimitedDetail .period_box .time span {
	font-weight: bold;
}

#page-auditionNarrowLimitedDetail .period_box .remaining {
	color: #606060 ;
}

#page-auditionNarrowLimitedDetail .btn {
	width: 450px;
	background-color: #f89420 ;
	box-shadow: 0 3px #c57315 ;
	display: block;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 13px 0;
	border-radius: 7px;
	text-decoration: none;
	font-size: 19px;
	margin: 0 auto;
}

#page-auditionNarrowLimitedDetail .detail_link_box {
	border: 1px solid #f89420 ;
	padding: 20px;
	text-align: center;
	margin: 20px 0;
}

#page-auditionNarrowLimitedDetail .detail_link_box a {
	font-weight: bold;
	font-size: 18px;
}

#page-auditionNarrowLimitedDetail .images .largeImg {
	border: solid 1px #ccc;
	border-radius: 50%;
	height: 80px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	width: 80px;
}

#page-auditionNarrowLimitedDetail .images .largeImgBig {
	border: 2px solid #f89420 ;
	border-radius: 50%;
	height: 150px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	width: 150px;
}

#page-auditionNarrowLimitedDetail .images .largeImgBig img {
	width: 150px;
}

#page-auditionNarrowLimitedDetail .images {
	float: left;
}

#page-auditionNarrowLimitedDetail .images .largeImg img {
	width: 80px;
}

#page-auditionNarrowLimitedDetail .organization {
	float: left;
	padding: 35px 0 0 20px;
	font-weight: bold;
	font-size: 18px;
}

#page-auditionNarrowLimitedDetail .organization_ttl {
	font-size: 22px;
	line-height: 1.8;
}

#page-auditionNarrowLimitedDetail .ttl_box {
	margin: -50px 0 0 0;
}


.newBreadCrumb {
	width: 1000px;
	margin: 0 auto 20px;
	font-size: 12px;
	line-height: 1.6;
	color: #666;
}
.newBreadCrumb a {
	color: #36b;
}
