@charset "UTF-8";
/* CSS Document */

/* -------------------------------------------------------------
  ユーザー側
-------------------------------------------------------------*/
.neta_list_article { margin-top: -1px; }
.tab_neta_icon {
    height: 20px;
    margin-right: 5px;
}
.box_article-list { margin-top: -1px; }
.btn {
    margin-bottom: 10px;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0 3px 0 #8c8c8c;
}
/*==== ブログネタ一覧 ================*/
.user-neta_list_li,
.neta_list_li {
    border-top: solid 1px #fff;
    border-bottom: solid 1px #ddd;
    color: #333;
}
.entry_list_a {
    display: block;
    padding: 10px 5px;
}
/*　ネタ一覧　*/
.neta_list_article .txt div { margin-left: 22px; }
.btn_box {
    width: 100%;
    max-width: 411px;
}
.user_deadline {
    color: #50adc5;
    display: block;
    font-size: 12px;
    margin-bottom: 6px;
    margin-top: 2px;
}
.btn_box [class^='detail_a'] {
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    padding: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    margin-top: 2px;
}
.detail_a {
    border: 1px solid #4848c4;
    font-weight: initial;
    font-size: 13px;
    background: url(../st_img/cur_host.png)right no-repeat;
    background-size: 12px 8px;
    color: #4848c4;
    width: 36%;
    width: -webkit-calc(36% - 4px);
    width: calc(36% - 4px);
}
.detail_a_entry {
    border: 1px solid #ff0093;
    font-weight: initial;
    font-size: 13px;
    background: url(../st_img/cur_cate03.png)right no-repeat;
    background-size: 12px 8px;
    color: #ff0093;
    width: 64%;
    width: -webkit-calc(64% - 2px);
    width: calc(64% - 2px);
}
@media screen and (max-width:320px) {
    .detail_a {
        border: 1px solid #4848c4;
        font-weight: initial;
        font-size: 12px;
        background: url(../st_img/cur_host.png)right no-repeat;
        background-size: 12px 8px;
        color: #4848c4;
        text-align: left!important;
        width: 35%;
        width: -webkit-calc(36% - 4px);
        width: calc(36% - 4px);
    }
    .detail_a_entry {
        border: 1px solid #ff0093;
        font-weight: initial;
        font-size: 12px;
        background: url(../st_img/cur_cate03.png)right no-repeat;
        background-size: 12px 8px;
        color: #ff0093;
        width: 64%;
        width: -webkit-calc(64% - 2px);
        width: calc(64% - 2px);
    }
}
.neta_list_article li:nth-child(2n) .txt {
    width: 100%;
    box-sizing: border-box;
    background: url(../st_img/neta_icon_single_yel01.png) no-repeat 0px 1px;
    background-size: 18px;
    font-size: 15px;
    vertical-align: middle;
    overflow: hidden;
    padding-left: 22px;
}
.neta_list_article li:nth-child(2n+1) .txt {
    box-sizing: border-box;
    width: 100%;
    background: url(../st_img/neta_icon_single_red01.png) no-repeat 0px 1px;
    background-size: 18px;
    font-size: 15px;
    overflow: hidden;
    padding-left: 22px;
}
.user-neta_list_li {
    padding: 6px;
    padding-bottom: 8px;
}
/* 本文 */
.box_info .text {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
}
/* 「ブログネタ：〜」box */
.neta_box {
    padding: 0;
    margin: 0px;
    border: none;
}
.neta_box p {
    background: #E8F6FF;
    background-image: url(../st_img/neta_icon_single.png);
    background-repeat: no-repeat;
    background-position: 8px center;
    -webkit-background-size: 32px;
    background-size: 32px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 10px 10px 50px;
    margin: 8px 4px 0;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    color: #333;
    text-align: left;
    border: 3px solid #B1CBF9;
}
/* 投稿受付中・過去の記事 */
p.period_now {
    font-size: 14px;
    background: #FFED7D;
    color: #333;
    padding: 5px 6px;
    border-bottom: 1px solid #ccc;
}
p.period_end {
    font-size: 14px;
    background: #85CE8D;
    color: #333;
    padding: 5px 6px;
    border-bottom: 1px solid #ccc;
}
/*  記事詳細＿ブログネタ参加中  */
.blog_neta_joining {
    background-color: #faffcf;
    background-image: url(../st_img/neta_icon.png);
    background-repeat: no-repeat;
    background-position: 8px center;
    -webkit-background-size: 28px;
    background-size: 28px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 3px 10px 42px;
    margin: 0 auto 15px;
    border-radius: 3px;
}
.neta_joining_a {
    text-decoration: underline;
    color: #F17709;
    font-weight: bold;
}
/*==== ブログネタ詳細（管理も） ================*/
.user_neta_entry_detai h3 {
    margin: 0px;
    border: none;
}
.neta_entry_Title,
.user_neta_entry_detai h3 {
    padding: 10px 10px 8px;
    border-bottom: 3px double #98C3FF;
    line-height: 1.4em;
}
.neta_entry_Title span,
.user_neta_entry_Title span {
    color: #003F8E;
    font-weight: bold;
}
.entry_list {
    background-image: url(../st_img/cur_host.png);
    background-repeat: no-repeat;
    background-position: 2px center;
    -webkit-background-size: 16px 11px;
    background-size: 16px 11px;
    padding-left: 16px;
    padding-top: 3px;
    font-size: 13px;
    color: #555;
    font-weight: bold;
    display: block;
}
.user_entry_list {
    background-image: url(../st_img/cur_host.png);
    background-repeat: no-repeat;
    background-position: 2px center;
    -webkit-background-size: 16px 11px;
    background-size: 16px 11px;
    padding-left: 16px;
    padding-top: 3px;
    font-size: 15px;
    color: #555;
    font-weight: bold;
    display: block;
}
.user_entry_list:hover {
    color: #FF6200;
    cursor: pointer;
}
.entry_List:hover {
    color: #FF6200;
    cursor: pointer;
}
.neta_entry_detailTxt,
.user_neta_entry_detailTxt { padding: 8px; }
.neta_entry_detailTxt p,
.user_neta_entry_detailTxt p { margin-bottom: 1em; }
.entry_period {
    font-size: 14px;
    color: #666;
}
.back_neta_list:hover {
    color: #f69203;
    text-decoration: underline;
}
.entry_list:hover {
    color: #4848c4;
    text-decoration: underline;
}
.entry_btn {
    padding: 10px;
    font-weight: bold;
    border: 0 none;
    background-color: #B6D7FF;
    margin: 0 5px 20px;
}
/*  一覧へ戻るボタン  */
.neta_entry_btn_img {
    height: 19px;
    margin-right: 8px;
}
.neta_entry_btn_a{
    text-align:center;
    margin: 0 5px 20px;
    font-weight: bold;
    border: 0 none;
    border-radius: 4px;
    background-color: #a3d200;
    box-shadow: 0 3px 0 #8c8c8c;
    color: #444;
    display: block;
    padding: 10px;
}
.neta_entry_btn_a:hover {
    -webkit-transform: translate3d(0, 3px, 0);
    transform: translate3d(0, 3px, 0);
    box-shadow: none;
}
.back_neta_list {
    background-image: url(../st_img/neta_back.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    -webkit-background-size: 8px 12px;
    background-size: 8px 12px;
    padding-left: 24px;
    font-size: 13px;
    color: #555;
    margin-top: 4px;
    font-weight: bold;
    display: block;
}
.back_neta_list:hover {
    color: #f69203;
    text-decoration: underline;
}
/* -------------------------------------------------------------
  管理側
-------------------------------------------------------------*/
/*  一覧へ戻るボタン  */
.neta_list_btn {
    background-color: #E2720D;
    margin: 10px 8px;
    border-radius: 5px;
    display: block;
    text-align: center;
}
.neta_list_btn_a { padding: 10px; }
.neta_list_btn_img {
    height: 28px;
    margin-right: 6px;
}
.neta_list_btn a {
    color: #fff;
    display: block;
}
/*== ブログネタ一覧 ================*/
/* ネタタイトル */
.neta_Title {
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    color: #333;
}

@media screen and (max-width: 320px) {
    .neta_Title { font-size: 14px; }
}
a.entry>div {
    display: inline-block;
    width: 95%;
    margin-right: 5%;
    font-size: 15px;
    vertical-align: middle;
}
/* 余白・線・矢印 */
.admin_blogneta li {
    padding: 5px 6px 5px;
    display: block;
    background: url(/sp/st_img/cur_red-d1a4be81d92b66aa926c8a170517d190.png) no-repeat right center;
    -webkit-background-size: 19px 14px;
    background-size: 19px 14px;
    border-bottom: 1px solid #ccc;
}
.admin_blogneta { background-color: #fff; }
.admin_blogneta li:first-child { border-top: none; }
.admin_blogneta li:last-child { border-bottom: none; }
/* タイトル下　投稿件数・締切 */
.admin_detaileTxt {
    font-size: 13px;
    margin-top: 4px;
}
.deadline {
    color: #4089E8;
    font-weight: initial;
}
.yoasobicon_pencil:before {
    padding-right: 2px;
    color: #4089E8;
}
/*== ブログネタ募集フォーム ================*/
/* ボタン */
.neta_form_btn_img {
    height: 26px;
    margin-right: 8px;
}
.neta_form_btn_a {
    border-radius: 4px;
    box-shadow: 0 3px 0 #21214c;
    border: 0 none;
    background-color: #4848c4;
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 6px;
    margin: 15px 8px 20px;
    margin-bottom: 10px;
    text-align: center;
}
.neta_form_btn_a:hover {
    -webkit-transform: translate3d(0, 3px, 0);
    transform: translate3d(0, 3px, 0);
    box-shadow: none;
}
/* フォーム */
#form .btn { box-shadow: none; }
.netaform { margin: 0 20px; }
.caution {
    padding: 10px;
    text-align: center;
}
.hissu { color: #E53030; }
.neta_form_textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #a0a0a0;
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 0 #ddd;
    box-shadow: 1px 1px 0 #ddd;
    margin-bottom: 10px;
    min-height: 50px;
}
.thanks_main { padding: 10px; }
.blogneta_form_h3 {
    padding-left: 10px!important;
    background: #ffddef;
    display: block;
}