@charset "utf-8";
/* CSS Document */

/*=========================================================

PR　CSS

pr/cityhotel.html（応援フェア）
pr/co-working/（県内コワーキングスペース紹介）
pr/niigata-award2021.html（新潟「食と健康」フォーラム）
pr/winternavi2021-22/index.html（ウインターナビ）
==========================================================*/

.nippo_pr_content a {
    color: #3079ca;
    text-decoration: underline;
}

.nippo_pr_content a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
}

/*
  SP
-----------------------------------------------------*/

/* wraper */

.nippo_responsive_wraper800 {
    width: 100%;
}

/*　ヘッダー　*/

.nippo_pr_header {
    width: 100%;
    margin: 10px 0px;
}

.nippo_pr_header img {
    width: 100%;
}

.nippo_pr_header2 {
    width: 100%;
    margin: 0px;
}

.nippo_pr_header2 img {
    width: 100%;
}



/*　タイトル　*/

.nippo_pr_title {
    margin: 20px 10px 0px 10px;
    font-size: 140%;
    font-weight: bold;
}

.nippo_pr_title2 {
    margin: 20px 10px 20px 10px;
    font-size: 180%;
    font-weight: bold;
}

.nippo_pr_title3 {
    margin: 20px 10px 30px 10px;
    font-size: 150%;
    font-weight: bold;
    text-align: left;
}

.nippo_pr_title4 {
    margin: 30px 10px;
    font-size: 180%;
    font-weight: bold;
}

.nippo_pr_title5 {
    margin: 50px 10px 40px;
    font-size: 180%;
    font-weight: bold;
}



/*　更新日　*/

.nippo_pr_update {
    text-align: right;
    margin-right: 5px;
}

/*　前文　*/

.nippo_pr_message {
    font-size: 105%;
    line-height: 1.75em;
}

.nippo_pr_message2 {
    font-size: 105%;
    line-height:
        1.75em;
}

.nippo_pr_message3 {
    font-size: 105%;
    line-height: 2.0em;
    margin-top: 20px;
}

.nippo_pr_message_box {
    text-align: center;
}

.nippo_pr_message4 {
    margin-top: 20px;
    font-size: 130%;
    font-weight: bold;
    text-align: left;
    display: inline-block;
}


/*　コンテンツ　*/

.nippo_pr_content {
    margin: 10px 10px 60px;
}

/*　セクション　*/

.nippo_pr_section {
    margin: 0px 0px;
}

/*　画像　*/

.nippo_pr_content a:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
}

.nippo_pr_content img {
    max-width: 100%;
    margin-bottom: 10px;
}

/*　角丸　*/

.nippo_pr_content .radius5 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.nippo_pr_content .radius10 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/*　段落　*/

.nippo_pr_content p {
    font-size: 100%;
    line-height: 1.8em;
    margin-bottom: 20px;
}

/*　PC中央、SP左寄せ　*/

.nippo_pr_pc_sl {
    text-align: left;
}

/*　右寄せ　*/

.nippo_pr_tar {
    text-align: right;
}

/*　中央　*/

.nippo_pr_tac {
    text-align: center;
}

/*　マージントップ　*/

.nippo_pr_mt10 {
    margin-top: 10px;
}

/*　マージンボトム　*/

.nippo_pr_mb10 {
    margin-bottom: 10px;
}

/*　罫線　*/

hr.contact_hr {
    border-top: 1px #ccc solid;
    margin: 30px 0px;
}

/*　画像　*/

.nippo_pr_content .nippo_pr_photo_L {
    width: 90%;
    margin: 30px auto 20px;
    text-align: center;
}

.nippo_pr_content .nippo_pr_photo_M {
    width: 90%;
    margin: 30px auto 20px;
    text-align: center;
}

.nippo_pr_content .nippo_pr_photo_S {
    width: 80%;
    margin: 30px auto 20px;
    text-align: center;
}



/*　太文字　*/

.nippo_pr_content .nippo_pr_fwb {
    font-weight: bold;
}

/*　赤　*/

.nippo_pr_content .nippo_pr_red {
    color: #f00;
}

/*　SPのみ改行　*/
.nippo_pr_sp_br {
    display: block;
}

/*　PCのみ改行　*/
.nippo_pr_pc_br {
    display: none;
}

/*　サイズ　*/
.nippo_pr_content .nippo_pr_kome {
    font-size: 90%;
}

/*　追記　*/

.nippo_pr_content .nippo_pr_notice {
    font-size: 85%;
    color: #666;
}

/*　dl　*/

.nippo_pr_content .nippo_pr_dl {
    margin-bottom: 20px;
}

.nippo_pr_content .nippo_pr_dl dt {
    font-weight: bold;
}

.nippo_pr_content .nippo_pr_dl dd {
    margin-left: 1em;
}

/*　えんじ色　*/

.nippo_pr_contact_box span {
    color: #900;
}

/*　目次　*/

.nippo_pr_toc_box {
    width: 100%;
    margin: 50px auto;
    /*  border: 1px solid #339999;*/
    border: 1px solid #666;
    /*  background: #ffffef;*/
    padding: 10px 30px;
    font-size: 90%;
    box-sizing: border-box;
}

.nippo_pr_toc_box a {
    text-decoration: none;
    color: #333;
}

.nippo_pr_toc_box p {
    margin-bottom: 5px;
}

ol.nippo_pr_toc_li {
    padding-left: 10px;
    margin-left: 10px;
    list-style-type: decimal;
}

/*　見出し　*/

.nippo_pr_subtitle {
    border-top: 1px solid #339999;
    border-bottom: 1px solid #339999;
    background: #ffffef;
    padding: 20px 10px 20px;
    font-size: 130%;
    font-weight: bold;
    margin: 60px 0px 30px;
}

.nippo_pr_subtitle2 {
    font-size: 130%;
    font-weight: bold;
    margin: 50px 0px 20px;
}

.nippo_pr_subtitle3 {
    font-size: 120%;
    font-weight: bold;
    margin: 50px 0px 10px;
}

.nippo_pr_subtitle4 {
    border-bottom: 4px double #FF7300;
    padding-bottom: 5px;
    margin: 50px 0px 20px;
    font-size: 130%;
}

.nippo_pr_subtitle5 {
    margin: 10px 0px;
    text-align: center;
    font-weight: bold;
}

.nippo_pr_subtitle6 {
    font-size: 120%;
    font-weight: bold;
    margin-top: 10px;
}

.nippo_pr_subtitle7 {
    margin: 10px 0px 10px;
    font-weight: bold;
    color: #0099ff;
}

.nippo_pr_subtitle8 {
    width: 100%;
    margin: 50px auto 30px;
    text-align: center;
    padding: 10px;
    font-size: 150%;
    background: #0099ff;
    color: #fff;
    font-weight: bold;
}

.nippo_pr_subtitle9 {
    margin: 20px 0px 10px;
    text-align: center;
    font-weight: bold;
    font-size: 105%;
}

.nippo_pr_subtitle10 {
    margin: 10px 0px 10px;
    font-weight: bold;
    color: #ff9933;
    font-size: 95%;
}

.nippo_pr_subtitle11 {
    margin: 10px 0px;
    font-size: 95%;
    text-align: center;
    font-weight: bold;
}

.nippo_pr_subtitle12 {
    background: #1D4E87;
    padding: 10px 20px;
    color: #fff;
    margin: 20px 0px;
    font-size: 130%;
    font-weight: bold;
}

.nippo_pr_subtitle13 {
    background: #D64238;
    padding: 10px 20px;
    color: #fff;
    margin: 20px 0px;
    font-size: 130%;
    font-weight: bold;
}

/*　タブ型見出し　背景あり　*/

.nippo_pr_tab_h {
    display: inline-block;
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: #339999;
    border-radius: 0.75em 0.75em 0px 0px;
    padding: 10px 20px 5px 20px;
    font-size: 110%;
    font-weight: bold;
    background-color: #339999;
    color: #fff;
}

.nippo_pr_tab_h_bottom {
    border-bottom: 1px solid #339999;
}

/*　タブ型見出し　ボーダー　*/

.nippo_pr_tab_h_b {
    display: inline-block;
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: #339999;
    border-radius: 0.75em 0.75em 0px 0px;
    padding: 5px 20px 0px 20px;
    font-weight: bold;
    background-color: #ffffef;
}

.nippo_pr_tab_h_b_bottom {
    border-bottom: 1px solid #339999;
}

/*　詳細テーブル　*/

.nippo_pr_co_working_table {
    margin: 30px auto 50px;
    border-collapse: collapse;
    width: 100%;
}

.nippo_pr_co_working_table th,
td {
    border: solid 1px #666;
    padding: 10px;
    font-size: 90%;
}

.nippo_pr_co_working_table th {
    text-align: center;
    font-weight: normal;
    width: 15%;
    white-space: nowrap;
}

.nippo_pr_co_working_table td {
    width: 75%;
}

/*　吹き出しテーブル　*/

table.nippo_pr_company_top {
    width: 100%;
    margin: 20px auto 30px;
    border-collapse: separate;
    border-spacing: 0px 5px;
}

table.nippo_pr_company {
    width: 100%;
    margin: 50px auto 30px;
    border-collapse: separate;
    border-spacing: 0px 5px;
}

table.nippo_pr_company caption,
table.nippo_pr_company_top caption {
    font-weight: bold;
    text-align: left;
    font-size: 2rem;
    margin-bottom: 15px;
    line-height: 2.5rem;
}

.article-body table.nippo_pr_company th,
.article-body table.nippo_pr_company td,
.article-body table.nippo_pr_company_top th,
.article-body table.nippo_pr_company_top td {
    padding: 10px 10px 10px 20px;
    border: none;
    font-size: 90%;
}

.article-body table.nippo_pr_company th,
.article-body table.nippo_pr_company_top th {
    background: #339999;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 80%;
    white-space: nowrap;
}

table.nippo_pr_company th:after,
table.nippo_pr_company_top th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: #ffffef;
    border-left-color: #339999;
    border-width: 10px;
    margin-top: -10px;
}

/* firefox */

@-moz-document url-prefix() {

    table.nippo_pr_company th:after,
    table.nippo_pr_company_top th:after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #339999 10px solid;
        margin-top: -10px;
    }
}

table.nippo_pr_company td,
table.nippo_pr_company_top td {
    background: #ffffef;
    width: 360px;
    padding-left: 20px;
}

/*　ページ内リンク　エリア　*/

.nippo_pr_area {
    margin-bottom: 30px;
}

.nippo_pr_area ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	padding: 0;
}

.nippo_pr_area ul a {
    flex-basis: 150px;
}

.article-body .nippo_pr_area ul li {
    font-size: 1.7rem;
    text-align: center;
    background-color: #ffffef;
    margin: 0 3% 20px;
    border: 2px solid #339999;
    border-radius: 5px;
    padding: 3px;
    color: #333;
    font-weight: bold;
    list-style: none;
}

.nippo_pr_area ul li a {
    text-decoration: none;
}

.nippo_pr_area_h {
    border-left: 10px solid #339999;
    padding-left: 10px;
    margin-top: 50px;
    font-weight: bold;
}

/*　地図　*/

.nippo_pr_area_map {
    width: 100%;
    height: 100%;
    margin: 30px auto;
}

.nippo_pr_area_map iframe {
    width: 100%;
    height: 100%;
}

/*　マーカー　*/

.nippo_pr_marker {
    background-color: #ffffbf;
}

/*　ページTOPに戻る　*/

.nippo_pr_topback {
    text-align: right;
}

/*　申し込みボタン　*/

.nippo_pr_content .nippo_pr_apply_box {
    margin: 0 auto;
    text-align: center;
    display: block;
}

.nippo_pr_content .nippo_pr_apply_btn {
    margin: 40px auto 20px;
    text-align: center;
    padding: 8px 0px 8px;
    display: block;
    text-decoration: none !important;
    border-radius: 10px;
    background: #FF7300;
    border: 4px #fff double;
    color: #fff !important;
    font-weight: bold;
    font-size: 140%;
    width: 300px;
    letter-spacing: 0.1em;
    font-family: sans-serif;
}

.nippo_pr_content .nippo_pr_apply_btn:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha( opacity=50 )";
}

/*　申し込みボタン２　*/

.nippo_pr_apply_box2 {
    margin: 0 auto;
    text-align: center;
    display: block;
}

.nippo_pr_apply_btn2 {
    margin: 40px auto 20px;
    text-align: center;
    padding: 8px 0px 8px;
    display: block;
    text-decoration: none !important;
    border-radius: 10px;
    background: #0099ff;
    border: 4px #fff double;
    color: #fff !important;
    font-weight: bold;
    font-size: 140%;
    width: 300px;
    letter-spacing: 0.1em;
    font-family: sans-serif;
}

.nippo_pr_apply_btn2:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha( opacity=50 )";
}


/*　※リスト　*/

.nippo_pr_content ul.come_list {
    font-size: 90%;
    padding-left: 1em;
    margin-bottom: 20px;
    line-height: 1.7;
}

.nippo_pr_content ul.come_list li {
    margin-bottom: 5px;
    list-style-type: none;
    text-indent: -1em;
}

.nippo_pr_content ul.come_list li:before {
    content: "※";
}

.nippo_pr_framebox {
    width: 100%;
    margin: 0px auto;
    border: 1px solid #999;
    padding: 20px 30px 0px 30px;
}

/*　アイテム一覧*/

.nippo_pr_item_box {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.nippo_pr_item {
    border: 1px solid #0066cc;
    background: #fff;
    flex-basis: 100%;
    padding: 5px 15px 15px 15px;
    margin: 0px 1% 20px;
    list-style-type: none;
}

.nippo_pr_item p {
    font-size: 95%;
}

.nippo_pr_item_navi {
    border: 1px solid #D64238;
}

.nippo_pr_item img {
    width: 100%;
}

.nippo_pr_item_box a:link,
a:visited,
a:hover,
a:active {
    color: #333;
    text-decoration: none;
}

.nippo_pr_area2 {
    display: inline-block;
    background: #000;
    color: #fff;
    font-weight: bold;
    font-size: 90%;
    padding: 0px 5px;
    margin: 10px 0px 0px 0px;
}

/*　colorbox モーダルウインドウ　*/
.nippo_pr_detail_box {
    padding: 20px 20px 10px 20px;
}

.nippo_pr_detail_box img {
    width: 100%;
}

.nippo_pr_detail_box dl {
    margin: 10px 0px;
}

.nippo_pr_detail_box dt {
    float: left;
}

.nippo_pr_detail_box dd {
    margin-left: 5em;
}

.nippo_pr_detail_box ul {
    margin-left: 1em;
}

.nippo_pr_detail_box li {
    margin-bottom: 5px;
}


/*　プレゼント　*/
.nippo_pr_present_box {
    width: 80%;
    margin: 0px auto 30px;
}

.nippo_pr_present_box img {
    width: 100%;
}

/*　グラフ画像　*/
.nippo_pr_graph {
    margin: 20px auto;
    width: 60%;
}

/*　詳細文章　*/
.nippo_pr_detail_text {
    margin: 20px 0px;
}

/*　マージン　*/
.nippo_pr_mtb10 {
    margin: 10px 0px;
}

/*　申し込みボタン　*/
#tokusen .moushikomi_btn {
    margin: 40px auto 0px;
    text-align: center;
    padding: 15px 0px;
    display: block;
    text-decoration: none !important;
    border-radius: 5px;
    background: #3399cc;
    color: #fff !important;
    font-weight: bold;
    font-size: 150%;
    width: 280px;
}

#tokusen .moushikomi_btn:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha( opacity=50 )";
}

/*　詳細を見る　*/
.nippo_pr_read {
    text-align: right;
    margin-top: 10px;
    font-size: 95%;
}


/*
  PC
-----------------------------------------------------*/

@media print,screen and (min-width: 768px) {

    /* wraper */

    .nippo_responsive_wraper800 {
        width: 800px;
        margin: 0 auto;
    }

    .nippo_pr_content {
        margin: 40px 10px 60px;
        line-height: 1.75em;
    }

    /*　タイトル　*/
    .nippo_pr_title3 {
        margin: 20px 10px 30px 10px;
        font-size: 150%;
        font-weight: bold;
        text-align: center;
    }

    .nippo_pr_message2 {
        font-size: 105%;
        line-height: 1.75em;
        margin-right: 55px;
        margin-left: 55px;
    }

    .nippo_pr_content .nippo_pr_photo_L {
        width: 700px;
        margin: 40px auto 30px;
        text-align: center;
    }

    .nippo_pr_content .nippo_pr_photo_M {
        width: 600px;
        margin: 40px auto 30px;
        text-align: center;
    }

    .nippo_pr_content .nippo_pr_photo_S {
        width: 400px;
        margin: 40px auto 30px;
        text-align: center;
    }

    /*　SPのみ改行　*/
    .nippo_pr_sp_br {
        display: none;
    }

    /*　PCのみ改行　*/
    .nippo_pr_pc_br {
        display: block;
    }

    .nippo_pr_pc_sl {
        text-align: center;
    }

    .clearfix:before,
    .clearfix:after {
        display: block;
        visibility: hidden;
        height: 0;
        content: "\0020";
    }

    .clearfix:after {
        clear: both;
    }

    .clearfix {
        zoom: 1;
    }

    .clear {
        clear: both;
        zoom: 1;
    }

    .nippo_pr_contact_box {
        font-size: 90%;
        line-height: 1.5em;
        width: 90%;
        margin: 0px auto;
    }

    .nippo_pr_contact_box_left {
        float: left;
        width: 55%;
    }

    .nippo_pr_contact_box_right {
        float: right;
        width: 45%;
    }

    .nippo_pr_section {
        margin: 0px 10px;
    }

    .nippo_pr_section2 {
        margin: 0px 10px 50px;
    }

    /*　更新日　*/
    .nippo_pr_update {
        text-align: right;
        margin-right: 0px;
    }

    /*　目次　*/
    .nippo_pr_toc_box {
        width: 500px;
    }

    ol.nippo_pr_toc_li {
        padding-left: 10px;
        margin-left: 20px;
    }

    .nippo_pr_co_working_table {
        margin: 30px auto 60px;
        width: 700px;
    }

    .nippo_pr_co_working_table_top {
        margin: 30px auto 60px;
        width: 700px;
    }

    /*　見出し　*/
    .nippo_pr_subtitle {
        padding: 20px 10px 15px;
    }

    /*　吹き出しテーブル　*/
    table.nippo_pr_company {
        width: 760px;
        margin: 50px auto 0px;
    }

    table.nippo_pr_company_top {
        width: 760px;
        margin: 20px auto 0px;
    }

    table.nippo_pr_company th,
    table.nippo_pr_company_top th {
        width: 50px;
        text-align: center;
    }

    /*　地図　*/
    .nippo_pr_area_map {
        width: 600px;
        height: 400px;
        margin: 30px auto 50px;
    }

    .nippo_pr_framebox {
        width: 550px;
        margin: 0px auto;
        border: 1px solid #999;
        padding: 20px 40px 0px 40px;
    }

    /*　アイテム一覧*/

    .nippo_pr_item_box {
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
    }

    .nippo_pr_item {
        border: 1px solid #0066cc;
        flex-basis: 31%;
        padding: 5px 15px 15px 15px;
        margin: 0px 1% 20px;
        list-style-type: none;
    }

    .nippo_pr_item_navi {
        border: 1px solid #D64238;
    }

    .nippo_pr_item img {
        width: 100%;
    }
}