@charset "utf-8";

/* 紹介ステータス */
.introduction_info {
    margin-bottom: 10px;
    padding: 10px;
    border: 3px solid #4bacff;
    border-radius: 5px;
    font-weight: bold;
}
.introduction_info strong {
    margin-right: 3px;
    color: #ff6a00;
    font-size: 1.4em;
}
.introduction_info a {
    margin-left: 10px;
    padding-left: 13px;
    background: url(../../images/tnews/mypage/icon_arrow_article.gif) no-repeat  left center;
}
.introduction_info.beginner a {
    margin-left: 0;
    padding-left: 0;
    background: none;
}
.introduction_info img { vertical-align: middle; }

/* 紹介ページ */

.introduction .box { margin: 0 8px 21px; }

.ttl_article {
    height: 30px;
    margin: 0;
    padding: 0 0 0 13px;
	background: url(../../images/tnews/mypage/bg_ttl.png) no-repeat left top;

    line-height: 30px;
    font-size: 16px;
    color: #FFF;
    text-shadow: 1px 1px 0px #1c75ff;
}
.ttl_article_heading {
    margin: 21px auto 10px ;
    padding: 5px;
    background: url(../../images/tnews/detail/midashi_level2.gif) no-repeat left bottom;
    font-size: 16px;
    font-weight: bold;
}

.introduction table {
    width: 500px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 1px;
    table-layout: fixed;
}
.introduction th,
.introduction td {
    padding: 5px;
    text-align: center;
}

.introduction th {
    background: #1c75ff;
    color: #fff;
}
.introduction tr:nth-child(even) td { background: #ecf6ff; }

#mypage-contents .box_article .list_text { margin: 21px 0 0; }
#mypage-contents .box_article .list_text li {
    padding: 3px 0 3px 13px;
    border: none;
    text-indent: -13px;
    line-height: 1.4;
}
.attention { color: #f00; }



#intro_code input[type="text"] {
    display: inline-block;
    width: 500px;
    margin: 0 5px 0 8px;
}
#intro_code input { font-size: 15px; }

/* 紹介ページ内リンク */
#mypage-contents .introduction .howto {
    padding: 8px;
    text-align: right;
}
#mypage-contents .introduction .howto a {
    margin-top: 10px;
    padding-left: 13px;
    background: url(../../images/tnews/mypage/icon_arrow_article.gif) no-repeat scroll left center;
}
.link_text {
    display: inline-block;
    margin: 8px 0;
    padding-left: 20px;
    background: url(../../images/tnews/mypage/ico_link.png) no-repeat left center;
}
.list_text .link_text { text-indent: 0; }
#mypage-contents .rescission {
    margin: 89px 8px 21px;
    text-align: right;
}
#mypage-contents .rescission a {
    margin-top: 10px;
    padding-left: 13px;
    background: url(../../images/tnews/mypage/icon_arrow_article.gif) no-repeat scroll left center;
}



/* ポップアップ */
#colorbox {
    background: #fff;
    border-radius: 6px;
}
#cboxClose {
    width: 27px;
    height: 27px;
    background: #38a4ff url(/images/tnews/common/sprite.png?20190701) no-repeat scroll -767px -278px;
    color: transparent;
}
#cboxClose:hover {
    -ms-filter: "alpha(opacity=70)";
    filter: alpha(opacity=70);
    opacity:0.7;
}

/* エントリー */
#article_body img {
    vertical-align: baseline;
}

/* エントリー */
.insert_content img {
    vertical-align: baseline;
}

