@charset "utf-8";

/*-----------------------------------

mypage.css
マイページレイアウト

-----------------------------------*/

/*
紹介キャンペーン
-----------------------------------*/
.introduction_info {
    background: #edf7ff;
    font-weight: bold;
    margin-bottom: 13px;
    padding: 10px;
}
.introduction_info:last-child{ margin-bottom: 0; }

.introduction_info strong {
    color: #ff6a00;
    font-size: 1.4em;
    margin-right: 3px;
}
.introduction_info a {
    position: relative;
    margin-left: 10px;
    padding-left: 20px;
}
.introduction_info a:after {
    position: absolute;
    top: 3px;
    left: 0;
    content: " ";
    display: block;
    width: 13px;
    height: 13px;
    background: url(/images/tnews/common/sprite.png?20190701) no-repeat -830px -80px;
}
.introduction_info.beginner a {
    margin-left: 0;
    padding-left: 0;
}
.introduction_info.beginner a:after { display: none; }
.introduction_info img {
    vertical-align: middle;
}
.introduction .box {
    margin: 0 8px 21px;
}


/*
自宅・キャンパス近くの塾講師アルバイト
-----------------------------------*/
#jobs_list .title {
    padding: 13px 0;
    border-top: 3px solid #ff700a;
    font-size: 20px;
}
#jobs_list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#jobs_list li {
    padding: 8px 0;
    border-top: 1px solid #d6d6d6;
    font-size: 12px;
}
#jobs_list li:first-child { border-top: none; }
#jobs_list li strong {
    display: block;
    font-size: 13px;
}
#jobs_list .more_job {
    position: relative;
    display: inline-block;
    padding: 5px 0 0 15px;
    color: #276ec4;
}
#jobs_list .more_job:after {
    position: absolute;
    top: 7px;
    left: 0;
    content: " ";
    display: block;
    width: 13px;
    height: 13px;
    background: url(/images/tnews/common/sprite.png?20190701) no-repeat -830px -80px;
}

/*
サイド　マイメニュー
-----------------------------------*/
#mymenu {
    padding: 8px;
    background: #edf7ff;
    border-top: 3px solid #46aaff;
}

#mymenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#mymenu .title {
    float: left;
    margin-bottom: 8px;
    font-size: 16px;
}
#mymenu > .button {
    float: right;
    width: 115px;
    height: 26px;
    margin: 0 0 8px;
    padding: 0 5px;
    border: none;
    font-size: 12px;
    line-height: 26px;
    text-align: left;
}
#mymenu > .button:before {
    top: 7px;
    right: 7px;
    left: auto;
    width: 7px;
    height: 12px;
    background: url(/images/tnews/common/sprite.png?20190701) no-repeat -870px -80px;
}
#mymenu .inner {
    clear: both;
    background: #fff;
    border-radius: 3px;
}
#mymenu .name {
    padding: 8px;
    font-size: 16px;
    font-weight: bold;
}
#mymenu .name span {
    font-size: 12px;
    font-weight: normal;
}

#mymenu .name + ul {
    margin: 0 8px 8px;
    font-size: 12px;
}
#mymenu .name + ul li { margin: 2px 0; }

#mymenu .my_nav li {
    position: relative;
    padding: 8px 0 0 25px;
    border-top: 1px solid #edf7ff;
    font-weight: bold;
}
#mymenu .my_nav a {
    display: block;
    padding: 0 8px 8px 0;
    color: #266dc4;
    font-weight: bold;
}
#mymenu .my_nav li:after {
    position: absolute;
    top: 10px;
    left: 8px;
    content: " ";
    display: block;
    width: 13px;
    height: 13px;
    background: url(/images/tnews/common/sprite.png?20190701) no-repeat -830px -80px;
}

#mymenu .my_nav a img {
    margin-left: 3px;
    vertical-align: top;
}
#mymenu .my_nav .button {
    display: inline-block;
    width: 40px;
    height: 12px;
    margin-left: 5px;
    padding: 3px 3px 2px;
    border: none;
    color: #fff;
    font-size: 10px;
    line-height: 12px;
}
#mymenu .my_nav .button:before { display:none; }

#mymenu .my_nav dt {
    font-size: 11px;
}
#mymenu .my_nav dd {
    margin: 0 0 5px;
    font-size: 11px;
    font-weight: normal;
}
#mymenu .my_nav dt:last-of-type,
#mymenu .my_nav dd:last-of-type  { display: inline-block; }
#mymenu .my_nav .tag {
    width: 3em;
    margin-right: 5px;
    padding: 2px 5px 1px;
    text-align: center;
}
#mymenu .my_nav .tag.main { background: #ff6a00; }

/*
サイド　トモノカイ関連サービス
-----------------------------------*/
#company_related .description {
    margin-bottom: 8px;
    padding: 13px 8px;
    background: #edf7ff;
    border-radius: 5px;
    font-size: 12px;
}
#company_related .item {
    width: 255px;
    margin: 0 auto 13px;
    font-size: 12px;
}
#company_related .item img {
    display: block;
    margin: 0 auto 5px;
}

#company_related .item .title {
    font-size: 13px;
    font-weight: bold;
}
#company_related .box_button {
    margin-top: 5px;
    text-align: right;
}
#company_related .button_s { margin: 0; }
#company_related .button_s:last-child { margin-left: 10px; }
#company_related .button_s:before { left: 30px; }

#company_related .button_mypage:after {
    position: absolute;
    top: 50%;
    left: 8px;
    content: " ";
    display: block;
    width: 16px;
    height: 14px;
    margin-top: -7px;
    background: url(/images/tnews/common/sprite.png?20190701) no-repeat -670px -240px;
}
#company_related .button_site:after {
    position: absolute;
    top: 50%;
    left: 8px;
    content: " ";
    display: block;
    width: 15px;
    height: 14px;
    margin-top: -7px;
    background: url(/images/tnews/common/sprite.png?20190701) no-repeat -670px -220px;
}

#company_related .station .button { background-color: rgba(255,112,10,1); }
#company_related .station .button:hover { background-color: rgba(255,112,10,0.7); }

#company_related .net .button { background-color: rgba(0,91,172,1); }
#company_related .net .button:hover { background-color: rgba(0,91,172,0.7); }
#company_related .net .button_site:after { background-position: -690px -220px; }

#company_related .kyouin .button { background-color: rgba(16,185,214,1); }
#company_related .kyouin .button:hover { background-color: rgba(16,185,214,0.7); }
#company_related .kyouin .button_mypage:after { background-position: -710px -240px; }
#company_related .kyouin .button_site:after { background-position: -710px -220px; }

#box_alert {
        border: 1px solid #fcc;
        background: #FDDDDB;
        color: #e60012;
        font-weight: bold;
        font-size: 13px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        padding: 10px;
        margin: 10px 0;
}
#box_alert p {
        background: url(/images/tnews/common/icon_alert.gif) no-repeat;
        padding: 2px 0 2px 28px!important;
        line-height: 1.5;
        margin: 0;
        text-align: left;
}

#box_alert p span {
        color: #333;
        font-weight: normal;
}

#box_alert .login_unavailable p { color: #000000; }
#box_alert .login_unavailable a { color: #266cc4; }
#box_alert .login_unavailable dl {
        width: auto;
        margin-top: 10px;
        border: 1px #000000 solid;
        font-weight: normal;
}

#box_alert .login_unavailable dl dt {
        margin: 10px;
        font-size: 16px;
        font-weight: bold;
        color: #e60012;
}

#box_alert .login_unavailable dl dd {
        margin: 10px;
        color: #000000;
}

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

li.attention {
        font-size: 12px;
        font-weight: normal;
        padding: 10px 0 9px 21px;
        background: #FDDDDB;
}
li.attention .cap {
        background: url(/images/tnews/mypage/icon_cap.gif) no-repeat;
        color: #E60012;
        font-weight: bold;
        padding: 0 0 5px 18px;
}

#attention_link {
        display: inline;
        color: #266dc4;
}

#showoverlay { 
	margin: 0px;
}
#modalbox {
	display:none;
	position:absolute;
	z-index:1000;
	width:400px;
	padding:30px 20px;
	background:#fff;
	border:4px solid #eee;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
#modalbox p.cap {
	text-align: center;
	margin: 0 0 7px;
	font-weight: bold;
	font-size: 18px;
}
#modalbox p.read {
	text-align: center;
	margin: 0 0 20px;
	line-height: 1.5;
	font-size: 14px;
}
#overlay {
	opacity:0;
	filter: alpha(opacity=0);
	position:fixed;
	top:0;
	left:0;
	z-index:900;
	width:100%;
	height:100%;
	background:#000;
}
#close {
	position: relative;
	top:0px;
	left: 155px;
}
