@charset "utf-8";
/*----------------------------------------------------
	共通
----------------------------------------------------*/
/* スクロールバーの有無によるズレ対策 */
html {
	overflow-y: scroll;
}

body {
	background-color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 180%;
	color: #333;
	overflow: hidden;
	-webkit-text-size-adjust: 100%;
}

input, textarea {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

/* for IE6 */
* html body {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
* html input, * html textarea {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

b, strong {
	font-weight: bold;
}

img{
	width: 100%;
}

a {
	color: #2692ff;
}

a:hover {
	text-decoration: none;
}

/* ----------------------------------------------------
 * 汎用クラス
 ---------------------------------------------------- */

/* clear clerfix */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.content:after,
.clearfix:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

.content, .clearfix {
	zoom: 1; /* for IE5.5 - IE7 */
}

/* 画像の透過 */
.transparent a:hover,
.transparent img:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.left {
	float: left;
}

.right {
	float: right;
}

/* ----------------------------------------------------
 * 各ページ共通のパーツ
 ---------------------------------------------------- */

.title {
	background-color: #F03040;
	color: #fff;
	text-align: center;
	padding: 8px 0;
	font-size: 15px;
	font-weight: bold;
}

.article .unit {
	margin: 10px 3% 25px;
}

.headingStar {
	background: url(/img/element/icon_title.png) no-repeat;
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 4px 22px;
	background-size: 18px;
	border-bottom: solid 2px #F03040;
}

.submit .btn {
	width: 100%;
	padding: 15px 0;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	background-color: #F03040;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.submit input {
	width: 48%;
	border: none;
	border-radius: 5px;
	padding: 10px 0;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}

.submit .complete {
	float: left;
	background-color: #F03040;
}

.submit .back {
	float: right;
	background-color: #808080;
}

#load {
	text-align: center;
}

#load .loadImg {
	width: 40px;
	height: 40px;
}

#load .loadCompleteImg {
	width: 70px;
	height: 50px;
}

#flashMessage {
	border: solid 1px #f03040;
	color: #f03040;
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0 20px;
	padding: 5px 10px;
}


/* エラーメッセージ */
.error .error-message {
	color: #f03040;
	font-weight: bold;
	margin: 10px 0;
	background-color: #FECCCB;
	padding: 5px;
}

.img_contain {
	overflow: hidden;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.img_contain.vertical {
	text-align: center;
}

.img_contain.circle {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.img_contain.horizontal .img_contain_inner1 {
	display: table;
}

.img_contain.horizontal .img_contain_inner2 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.img_contain.horizontal img {
	width: 100%;
	display: block;
}

.img_contain.vertical img {
	height: 100%;
}

.img_cover {
	position: relative;
	overflow: hidden;
}

.img_cover img {
	width: auto;
	position: absolute;
}

#now_searching {
	position: fixed;
	z-index: 10000000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../img/common/search_nowloading.gif) center center no-repeat;
}

/* ----------------------------------------------------
　ページ送り　.paginate
---------------------------------------------------- */
.paginate {
	background-color: #f6f6f6;
	padding: 6px 3%;
}

.paginate select {
	border-radius: 5px;
	float: left;
	height: 30px;
	width: 25%;
}

.paginate .pageButton span {
	background-color: #555;
	border-radius: 5px;
	color: #fff;
	float: left;
	font-weight: bold;
	margin-left: 3%;
	padding: 5px 0;
	text-align: center;
	text-decoration: none;
	width: 34%;
}

.paginate .pageButton span a {
	color: #fff;
	display: block;
	text-decoration: none;
}

.paginate .pageButton span.last {
	background-color: #ccc;
}

.paginate .pageButton span.top {
	background-color: #ccc;
}

/* ----------------------------------------------------
 * ヘッダー  #header
 ---------------------------------------------------- */
#header {
	background: #fff;
	padding: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 5;
}

#header .refine {
    background: #a93c45;
    color: #fff;
	padding: 2px 10px;
}

#header .refine a {
    color: #fff;
}

#header .leftside {
    float: left;
    padding-top: 3px;
}

#header .rightside {
    float: right;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
}

#header .rightside .release{
    background: transparent;
    border-style: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
}

#header .refine.no_display .rightside .release {
    background: #cfcfcf;
    color: #555;
}

#header .refine.no_display {
    background: #cfcfcf;
    color: #888;
}

#header .refine.no_display a{
    color: #656565;
}

#header .sitemenu_area {
    display: table;
    height: 45px;
    width: 100%;
}

#header .sitemenu_area h1,
#header .sitemenu_area p {
    display: table-cell;
    padding: 8px 10px 0;
    vertical-align: middle;
}

#header .sitemenu_area a {
    display: inline-block;
}

#header img.logo {
    float: left;
    width: 91px;
}

#header .menu {
    display: table-cell;
    vertical-align: middle;
}

#header .menu .btnSiteMenu {
    background: url(../img/element/menu_icon.png) no-repeat bottom center;
    background-size: 31px auto;
    float: right;
	height: 24px;
    padding: 2px 12px 6px 15px;
}

#header img.usericon {
    width: 38px;
}

#header .toLogin {
    float: right;
    padding-left: 15px;
    display: block;
    color: #333;
}

#header .btn_help_menu {
	display: inline-block;
	float: right;
	padding-left: 15px;
}

#header .btn_help_menu img {
	width: 25px;
}

#header .menu_trigger,
#header .menu_trigger span {
    box-sizing: border-box;
    display: inline-block;
    transition: all .4s;
}

#header .menu_trigger {
    height: 18px;
    position: relative;
    top: 0;
    width: 24px;
}

#header .menu_trigger span {
    background: #e62c2d;
    border-radius: 6px;
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%;
}

#header .menu_trigger span:nth-of-type(1) {
    top: 0;
}

#header .menu_trigger span:nth-of-type(2) {
    top: 7px;
}

#header .menu_trigger span:nth-of-type(3) {
    bottom: 0;
}

#header .menu_trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
}

#header .menu_trigger.active span:nth-of-type(2) {
    opacity: 0;
}

#header .menu_trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
}

#header .btn {
    float: right;
}

#header .btn a {
    background: #e62c2d;
    border-radius: 5px;
    color: #fff;
    padding: 3px;
    text-decoration: none;
}

#header .btn a span {
    border: 1px solid #d8c966;
    border-radius: 3px;
    display: block;
    padding: 3px 10px 1px
}

.siteMenu {
    background: rgba(0,0,0,0.9);
    display: none;
    padding: 20px 0;
    position: absolute;
    z-index: 2;
    width: 100%;
}

.siteMenu .btn_area {
    border-bottom: 2px dotted #fff;
    margin: 0 20px;
    padding: 0 15px;
}

.siteMenu .btn_area a{
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: 15px auto;
    padding: 20px 15px 15px 15px;
    text-align: center;
    text-decoration: none;
}

.siteMenu .btn_area a.registration {
    background: #e62c2d;
    border-bottom: 4px solid #971617;
    position: relative;
}

.siteMenu .btn_area a.registration:after {
    border: 1px solid #d8c966;
    border-radius: 3px;
    content: "";
    display: block;
    height: 45px;
    left: 1.5%;
    position: absolute;
    top: 4px;
    width: 96%;
}

.siteMenu .btn_area a.login {
    background: #2f50b0;
    border-bottom: 4px solid #162e73;
}

.siteMenu .btn_area a.mypage {
	background: url(../img/element/mypage_icon.png) no-repeat 17px center #fff;
	background-size: 15px auto;
	border-bottom: 4px solid #b9b9b9;
	border-radius: 5px;
	color: #333;
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin: 15px auto;
	padding: 17px 15px 12px 45px;
	text-align: left;
	text-decoration: none;
}

.siteMenu .linkList01 {
    border-bottom: 2px dotted #fff;  
    margin: 0 20px;
    padding: 0 15px;
}

.siteMenu .linkList01 li a{
    background: #fff;
    border-bottom: 4px solid #b9b9b9;
    border-radius: 5px;
    color: #333;
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin: 15px auto;
    padding: 17px 15px 12px 45px;
    text-decoration: none;
}

.siteMenu .linkList01 li.audition a{
    background: url(../img/element/audition_icon.png) no-repeat 17px center #fff;
    background-size: 15px auto;
}

.siteMenu .linkList01 li.production a{
    background: url(../img/element/production_icon.png) no-repeat 17px center #fff;
    background-size: 15px auto;
}

.siteMenu .linkList01 li.school a{
    background: url(../img/element/school_icon.png) no-repeat 17px center #fff;
    background-size: 15px auto;
}

.siteMenu .linkList01 li.feature a{
    background: url(../img/element/feature_icon.png) no-repeat 17px center #fff;
    background-size: 15px auto;
}

.siteMenu .linkList01 li.advice a{
    background: url(../img/element/advice_icon.png) no-repeat 17px center #fff;
    background-size: 15px auto;
}

.siteMenu .linkList02 {
    margin: 0 20px;
}

.siteMenu .linkList02 li {
    border-bottom: 2px solid #8d8d8b;
}

.siteMenu .linkList02 li a{
    background: url(../img/element/arrow_red.png) no-repeat 95% center;
    background-size: 10px 10px;
    color: #fff;
    display: block;
    font-size: 16px;
    padding: 15px 30px 15px 15px;
    text-decoration: none;
}

.siteMenu .close {
    font-size: 18px;
    color: #fff;
    margin: 20px 0 10px;
    text-align: center;
}

.siteMenu .close:before {
    color: #fff;
    content: "×";
    font-size: 25px;
    font-weight: bold;
    position: relative;
    right: 6px;
    top: 2px;
}

/* ----------------------------------------------------
 * フッター上部　バナー等
 ---------------------------------------------------- */
.footer_advertisement.top_bg {
	background: #ececec;
	margin: 0;
	padding: 15px 2% 5px;
}

.footer_banner_area.top_bg {
	background: #ececec;
	margin: 0;
	padding: 0 10px 15px;
}

.footer_banner_area.premium {
	padding: 20px 10px 15px;
}

.footer_advertisement {
	margin: 16px 2%;
	text-align: center;
}

.footer_banner_area {
	margin: 20px 2%;
}

.footer_banner_area .banner_link {
	display: block;
	margin: 0 auto;
	max-width: 640px;
}

.footer_read_paragraph {
    color: #666;
    font-size: 11px;
    margin: 5px 3%;
}

.footer_read_paragraph p {
    max-width: 650px;
    margin: 0 auto;
}

/* ----------------------------------------------------
 * フッター  #footer
 ---------------------------------------------------- */

#footer {
	font-size: 11px;
	line-height: 19px;
	padding: 10px 10px;
	background-color: #F03040;
}

#footer .inner {
	align-items: start;
	display: flex;
}

#footer .inner .footer_navi  {
	background-color: #fff;
	border-radius: 10px;
	margin-right: 10px;
	padding: 10px;
	width: 90%;
}

#footer .inner .footer_navi ul li {
	margin-right: 5px;
	display: inline-block;
}

#footer .inner .footer_navi ul li a {
	color: #333;
}

#footer .inner .sns_link {
    margin-top: 10px;
}

#footer .inner .sns_link a {
    display: inline-block;
    margin-right: 10px;
    width: 20px;
}

#footer .inner .fortune a {
	display: block;
    margin-bottom: 10px;
    text-align: center;
}

#footer .inner .fortune img {
	width: 90px;
	border-radius: 10px;
}

#to_pagetop {
	border-top: 1px solid #ccc;
}

#to_pagetop a {
	display: block;
	font-size: 14px;
	color: #666;
	text-align: center;
	line-height: 16px;
	padding: 12px 0;
	text-decoration: underline;
}

#to_pagetop a img {
	width: 15px;
	margin-right: 5px;
	margin-top: -2px;
}

#footer .copyright {
	color: #fff;
    line-height: 1.4;
	margin: 14px auto 0;
	font-size: 11px;
    text-align: center;
}

#footer .copyright a {
    color: #fff;
    text-decoration: none;
}

.footerFortuneArea {
	margin: 20px auto;
	text-align: center;
	width: 96%;
}

.footerFortuneArea #join_fortune {
	max-width: 100%;
	width: auto;
}


/*
 * 共通
 */
.title {
	background-color: #F03040;
	color: #fff;
	text-align: center;
	padding: 8px 0;
	font-size: 15px;
	font-weight: bold;
}

.headingStar {
	background: url(/img/element/icon_title.png) no-repeat;
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 4px 22px;
	background-size: 18px;
	border-bottom: solid 2px #F03040;
}

.submit .btn {
	width: 100%;
	padding: 15px 0;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	background-color: #F03040;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.submit input {
	width: 48%;
	border: none;
	border-radius: 5px;
	padding: 10px 0;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	-webkit-appearance: button;
}

.submit .complete {
	float: left;
	background-color: #F03040;
}

.submit .back {
	float: right;
	background-color: #808080;
}

select {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	background: url('/img/common/bg_selectbox.png') no-repeat 98% 50%;
	background-size: 12px;
}


/* ----------------------------------------------------
 *　エラーページ  .page-error
 ---------------------------------------------------- */

#page-error400 .toTop,
#page-error500 .toSupport {
	background-color: #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 17px;
	font-weight: bold;
	margin-top: 20px;
	padding: 15px 0;
	text-align: center;
	text-decoration: none;
}

/* ----------------------------------------------------
　ポップアップ　.modalContent
---------------------------------------------------- */
#modalContent,
#fortuneModal,
.modalContent {
	background-color: #fff;
	display: none;
	margin: 0;
	padding: 10px;
	position: fixed;
	z-index: 2;
	width: 300px;
}

#modalContent .hedding,
.modalContent .hedding {
	border-bottom: dotted 3px #ddd;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

#modalContent .hedding .titleIcon img,
.modalContent .hedding .titleIcon img {
	border: solid 1px #f03040;
	border-radius: 50%;
	float: left;
	overflow: hidden;
	padding: 3px;
	width: 15px;
}

#modalContent .hedding h1,
.modalContent .hedding h1 {
	float: left;
	font-weight: bold;
	margin: 1px 0 0 10px;
	width: auto;
}

#modalContent .hedding #modalClose,
.modalContent .hedding .modalClose {
	float: right;
	height: 20px;
	width: 60px;
}

#modalContent .setting h2,
.modalContent .setting h2 {
	border-left: solid 3px #f03040;
	font-weight: bold;
	padding-left: 8px;
	margin-bottom: 10px;
}

#modalContent .setting .position,
.modalContent .setting .position {
	border: solid 2px #f03040;
	border-radius: 5px;
}

#modalContent .setting .position li,
.modalContent .setting .position li {
	color: #f03040;
	float: left;
	padding: 5px 0;
	text-align: center;
	width: 50%;
}

#modalContent .setting .position .active,
.modalContent .setting .position .active {
	background-color: #f03040;
	color: #fff;
	font-weight: bold;
}

#modalOverlay {
	z-index:1;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.8);
}

/* ----------------------------------------------------
　パンくず
---------------------------------------------------- */
.newBreadCrumb {
	list-style-type: none;
	padding: 5px 10px;
	background-color: #ebebeb;
}

.newBreadCrumb li,
.newBreadCrumb li a {
	display: inline!important;
}

/* ----------------------------------------------------
  決済完了ページ
---------------------------------------------------- */
#page-billingComplete .unit > p {
	font-weight: bold;
	text-align: center;
}

#page-billingComplete .unit > a {
	background: #ccc;
	border-radius: 8px;
	color: #555;
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin: 10px auto 0;
	text-align: center;
	text-decoration: none;
	padding: 12px 0;
	width: 100%;
}