@charset "utf-8";
/*-------------------------------------------------------------------
    * monitor.css
    * site name : チャンスイット
    * description : スマホ　モニター
    * Last Update: 2020/10/15 m-ido
-------------------------------------------------------------------*/

/*モニター 共通------------------------------------------------------------*/
img { display: block; }

/* ローテーション */
.rotation { margin-bottom: 5px;}
.rotation .rotation_inner { margin: 0 10px 10px;}

/*見出し*/
#monitor h1 {
    padding: 6px 0;
    border-bottom: 1px solid #bebebe;
    font-size: 16px;
    font-weight: bold;
    color: #555;
    text-align: left;
}
#monitor h1:before {
    content: "";
    padding: 4px 0 4px 32px;
    background: url("../../img/icon/ico_monitor.png") no-repeat 2px -2px;
    background-size: 28px auto;
}
#monitor h2 {
    padding: 6px 10px;
    background: #B7A38A;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}
#monitor h4 {
    padding: 3px 10px;
    background: #B7A38A;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
}

/*ローテションバナー 高さ調整*/
.camp_bnr { margin-bottom: 15px;}

/*CIコイン + ポイント*/
#monitor .point {
    background-image: url("../../img/base/icon_point.png");
    background-repeat: no-repeat;
    background-position: 3px 2px;
    background-size: 12px 12px;
    margin-bottom: 5px;
    padding:0 0 0 20px;
    font-weight: bold;
    color: #ff5555;
}
#monitor .tentame_list .point {
    background-position: 3px 5px;
    font-size: 16px;
}

/*ボタン*/
.guide_button {
    text-align: center;
    text-decoration: none;
    color: #333;
    border: 1px solid #999999;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d0d0d0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%, #d0d0d0 100%); /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(top, #ffffff 0%, #d0d0d0 100%);
    padding: 10px;
    width: 70%;
    margin: 30px auto;
    display: block;
    font-size: 16px;
    font-weight: bold;
}
.top_btn {
    text-align: center;
    text-decoration: none;
    color: #333;
    border: 1px solid #999999;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d0d0d0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%, #d0d0d0 100%); /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(top, #ffffff 0%, #d0d0d0 100%);
    padding: 10px;
    width: 70%;
    margin: 30px auto;
    display: block;
    font-size: 16px;
    font-weight: bold;
}
/*読み込みモニタートップへ戻るボタン*/
/*モニタートップへ戻る*/
.monitor_back a {
    display:block;
    padding:10px 20px 10px 35px;
    margin:25px auto 15px auto;
    border: 1px solid #858585;
    border-radius: 5px;
    font-weight: bold;
    position:relative;
    color: #4B4B4B;
    text-decoration:none;
    text-align:centert;
    width:150px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e9e9e9 99%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#e9e9e9 99%);
    background: linear-gradient(to bottom, #ffffff 0%,#e9e9e9 99%);
    background-repeat:no-repeat;
}
.monitor_back a:after {
    width: 6px;
    height: 6px;
    display: block;
    content: "";
    position: absolute;
    top: 17px;
    left: 25px;
    border-top: 2px solid #333333;
    border-left: 2px solid #333333;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* もっと見る */
.loadmore,
.btn_more {
    display: inline-block;
    position: relative;
    padding: 0 20px 0 0;
    background: none;
}
.loadmore:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid #FFA131;
    border-right: 2px solid #FFA131;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
a.btn_more,
a#loading {
    margin: 10px 10px 30px;
    background: #fff;
    border: 1px solid #bebebe;
    -webkit-box-shadow: 0px 1px 3px #cec4b9;
    -moz-box-shadow: 0px 1px 3px #cec4b9;
    box-shadow: 0px 1px 3px #cec4b9;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 8px 0;
    display: block;
    position: relative;
    text-decoration: none;
    color: #555;
    text-shadow: none;
}
a.btn_more:before {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    right: 17px;
    background: #ffab47;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
a.btn_more:after {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    right: 20px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*注意事項*/
.monitor_caution ul { margin: 10px 10px 30px; }
.monitor_caution ul li {
    padding-left: 1em;
    text-indent: -1em;
    margin: 0 0 20px;
    text-align: left;
    font-size: 14px;
}
.monitor_caution ul li.caution {
    background: #f23d52;
    border-radius: 3px;
    padding: 10px 5px;
    text-align: center;
    font-weight: bold;
}
.monitor_caution ul li.caution a {
    display: block;
    color: #fff;
    text-decoration: underline;
}

/*アドネットワーク*/
.adnetwork { margin-bottom: 30px;}

/*モニター ナビゲーション------------------------------------------------------------*/

/*モニターナビ 2列*/
nav.nav_monitor {
    background-color:#ffab47;
    padding:10px;
    margin:0 0 10px;
}
nav.nav_monitor ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
nav.nav_monitor ul li {
    width:50%;
    box-sizing: border-box;
}
nav.nav_monitor ul li:nth-child(-n+2) { padding-bottom: 8px;}
nav.nav_monitor ul li:nth-child(odd) { padding-right: 8px;}
nav.nav_monitor ul li a {
    display:block;
    background-color:#ffffff;
    padding: 15px 0;
    border-radius: 8px;
    box-shadow: 0px 1px 3px #cec4b9;
    font-size: 12px;
    text-decoration: none;
    color: #555555;
    line-height:1.2;
}
nav.nav_monitor ul li a span {
    display: inline-block;
    position: relative;
    padding-right: 12px;
}
nav.nav_monitor ul li a span:before {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    right: 0;
    background: #ffab47;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
nav.nav_monitor ul li a span:after {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    right: 3px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
nav.nav_monitor ul li a.on {
    background-color:#db8b2c;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset;
    color:#fff;
}
nav.nav_monitor ul li a.on span { padding-right: 0;}
nav.nav_monitor ul li a.on span:before,
nav.nav_monitor ul li a.on span:after { content: none;}


/*モニターナビ 4列*/
nav.nav_monitor_side {
    background-color:#ffab47;
    padding:10px;
    margin:0 0 15px;
}
nav.nav_monitor_side ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
nav.nav_monitor_side ul li {
    width: calc(100%/3);
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-right: 8px;
}
nav.nav_monitor_side ul li:last-child { padding-right: 0;}
nav.nav_monitor_side ul li a {
    width: 100%;
    background-color:#ffffff;
    padding: 45px 0 8px;
    background-repeat: no-repeat;
    border-radius: 8px;
    box-shadow: 0px 1px 3px #cec4b9;
    background-position:center 0;
    font-size: 12px;
    text-decoration: none;
    color: #555555;
    line-height:1.2;
}
nav.nav_monitor_side ul li a.on {
    background-color:#db8b2c;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset;
    color:#fff;
}
nav.nav_monitor_side ul li a span {
    display: block;
    box-sizing: border-box;
    padding-top: 5px;
}

/*モニター 検索------------------------------------------------------------*/

/*フォーム設定*/
input, button, select { -webkit-appearance: none; -moz-appearance: none;}
input, select, textarea {
    box-sizing: border-box;
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    border-radius: 3px;
    padding: 10px;
    border: 1px solid #ccc;
    width: 100%;
    margin: 10px 0;
    background-color: #fff;
}
input[type="submit"] {
    border-radius: 8px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    padding: 8px 10px;
    width: 80%;
    margin: 10px auto;
    background: #FF695E;
}

/*検索*/
.monitor_search {
    background-color: #f2f2f2;
    padding: 15px 10px;
}
.monitor_search table {
    width: 100%;
}
.monitor_search table th { width: 100px; }
.monitor_search table td select,
.monitor_search table td input[type="search"] {
    margin: 5px 0;
    padding: 5px;
    color: #555;
}
.monitor_search table td select,
.brand table td select {
    margin: 5px 0;
    padding-left: 30px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 16px;
}
.monitor_search table td select#pref,
.brand table td select#pref {
    background-image: url("../../img/monitor/ico_search_pref.gif");
}
.monitor_search table td select#area { background-image: url("../../img/monitor/ico_search_area.gif");}
.monitor_search table td select#genre, .monitor_search table td select#detailed_genre { background-image: url("../../img/monitor/ico_search_genre.gif");}
.monitor_search table td input[type="submit"] {
    cursor: pointer;
    font-size: 17px;
}

/*My検索リスト 追加*/
.mysearch_add {
    position: relative;

}
.mysearch_add .mysearch_btn {
    width: 80%;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding: 10px 5px;
    border: #ccc 1px solid;
    border-radius: 8px;
    background: -moz-linear-gradient(to top,  #dfdfdf 0%, #ffffff 100%);
    background: -webkit-gradient(linear, bottom, top, color-stop(0%,#dfdfdf), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top,  #dfdfdf 0%, #ffffff 100%);
    background: linear-gradient(to top,  #dfdfdf 0%, #ffffff 100%);
    cursor: pointer;
    font-size: 16px;
    color: #555;
}

.mysearch_add .mysearch_comment {
  display: none;
  position: absolute;
  top: -58px;
  left: 50%;
  margin-left: -90px;
  border-radius: 8px;
  border: #ffab47 3px solid;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.4);
}
.mysearch_add .mysearch_comment p {
  width: 180px;
  height: auto;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  padding: 8px 10px;

  text-align: center;
  font-weight: bold;
  font-size: 15px;
  color: #555;
}
.mysearch_add .mysearch_comment p:before {
  width: 0;
  height: 0;
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  border-top:11px solid #ffab47;
  border-bottom:8px solid transparent;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  margin-left: -9px;
}
.mysearch_add .mysearch_comment p:after {
  width: 0;
  height: 0;
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -19px;
  left: 50%;
  border-top:11px solid #fff;
  border-bottom:11px solid transparent;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  margin-left: -9px;
}

/*アコーディオン*/
.monitor_search_area {
    padding: 10px;
}
.monitor_search_area .trigger {
    background-color: #FF695E;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.2);
    border-bottom: solid 2px #e04034;
    border-radius: 5px;
    position: relative;
    text-align: center;
    color: #fff;
    padding: 14px 10px 12px 10px;
    font-size: 14px;
}
.monitor_search_area .trigger span {
    padding-left: 25px;
    background-image: url("../../img/monitor/ico_search_btn.png");
    background-repeat: no-repeat;
    background-size: 16px;
}
.monitor_search_area .trigger:after {
    width: 6px;
    height: 6px;
    display: block;
    content: "";
    position: absolute;
    top: 18px;
    right: 25px;
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.monitor_search_area .trigger.active {
    border-radius: 5px 5px 0 0;
    box-shadow: none;
    border-bottom: none;
}
.monitor_search_area .trigger.active:after {
    width: 6px;
    height: 6px;
    display: block;
    content: "";
    font-size: 24px;
    position: absolute;
    top: 22px;
    right: 25px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    border-bottom: none;
    border-left: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.monitor_search_area .monitor_search {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 0 0 5px 5px;
    border-top: none;
}

/*並び替え*/
.sort {
    box-sizing: border-box;
    position: relative;
    padding: 0 10px;
}
.sort select {
    width: auto;
    float: right;
    padding: 5px 40px 5px 10px;
    border-radius: 5px;
    border: 1px solid #ffb359;
    font-size: 15px;
    background: #fff;
}
.sort:before {
    z-index: 1;
    position: absolute;
    right: 20px;
    top: 25px;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffb359;
}

/*My検索リスト------------------------------------------------------------*/
.monitor_mysearch {
    box-sizing: border-box;
    background: #eee;
    padding-bottom: 20px;
}
.monitor_mysearch .mysearch_none {
    box-sizing: border-box;
    margin: 15px 10px 0;
    padding: 25px 0;
    border-radius: 4px;
    background: #fff;
    text-align: center;
    font-size: 15px;
}
.monitor_mysearch .mysearch_about {
    box-sizing: border-box;
    margin-top: 15px;
    padding: 15px 10px 10px;
    background: #fff;
    text-align: left;
}
.monitor_mysearch .mysearch_about h3 {
    box-sizing: border-box;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: #ffab47 1px solid;
    font-weight: bold;
    font-size: 15px;
}
.monitor_mysearch .mysearch_about .txt {
    margin-bottom: 10px;
    line-height: 1.8em;
    font-size: 15px;
}
.monitor_mysearch .mysearch_about .txt.center { text-align: center;}
.monitor_mysearch .mysearch_about .txt span { font-weight: bold;}
.monitor_mysearch .mysearch_about .txt a { color: #0c90ff;}
.monitor_mysearch .mysearch_about .image { margin-bottom: 10px;}
.monitor_mysearch .mysearch_about .image img {
    width: 100%;
    vertical-align: bottom;
}
.monitor_mysearch .mysearch_list {
    box-sizing: border-box;
    position: relative;
    margin-top: 15px;
    padding: 0 10px;
    text-align: left;
}
.monitor_mysearch .mysearch_list .delete {
    width: 24px;
    height: 24px;
    position: absolute;
    top: -5px;
    right: 0;
    z-index: 10;
    border-radius: 15px;
    background: #b9b9b9;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.monitor_mysearch .mysearch_list .delete a {
    width: 24px;
    height: 24px;
    display: block;
}
.monitor_mysearch .mysearch_list .delete:before,
.monitor_mysearch .mysearch_list .delete:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    height: 12%;
    margin: -2px 0 0 -7px;
    background: #fff;
}
.monitor_mysearch .mysearch_list .delete:before { transform: rotate(-45deg);}
.monitor_mysearch .mysearch_list .delete:after { transform: rotate(45deg);}
.monitor_mysearch .mysearch_list li {
    position: relative;
    margin-bottom: 15px;
    border-radius: 4px;
    background: #fff;
}
.monitor_mysearch .mysearch_list li:last-child { margin-bottom: 0;}
.monitor_mysearch .mysearch_list li a {
    text-decoration: none;
}
.monitor_mysearch .mysearch_list li div {
    box-sizing: border-box;
    padding: 10px;
    font-size: 15px;
    color: #555;
}
.monitor_mysearch .mysearch_list li .submit {
    box-sizing: border-box;
    border-radius: 0px 0px 4px 4px;
    background: #ffab47;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
}

/*モニター 一覧------------------------------------------------------------*/

/*モニター一覧*/
ul.monitor-list {
    width: 100%;
    clear: both;
    display: flex;
    box-sizing: border-box;
    flex-wrap: wrap;
    background: #fdf4e7;
    overflow: hidden;
    padding: 12px 10px 2px;
}
ul.monitor-list li {
    width: 50%;
    box-sizing:border-box;
    padding-bottom: 10px;
    font-size: 12px;
}
ul.monitor-list li:nth-child(odd) { padding-right: 5px;}
ul.monitor-list li:nth-child(even) { padding-left: 5px;}
ul.monitor-list li a {
    height: 100%;
    display: block;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 1px 1px #ddd;
    text-align: left;
    text-decoration: none;
}
ul.monitor-list li a h3 {
    margin: 10px 0 6px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #555;
}
ul.monitor-list.real li a h3 { background: url(../../img/monitor/ico_search_area.gif) no-repeat 0 0; background-size: 18px 18px; padding-left: 20px;}
ul.monitor-list li a img {
    width: 120px;
    margin:0 auto;
    border: #cccccc 1px solid;
    box-sizing: border-box;
}
ul.monitor-list li a img  .m_img{
    width:150px;
    height:105px;
}

/*検索結果なし*/
.search_none {
    width:100%;
    clear: both;
    box-sizing: border-box;
    padding: 15px 10px;
    background: #fdf4e7;
}
.search_none_inner {
    box-sizing: border-box;
    padding: 15px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 1px 1px #ddd;
}
.search_none h3 {
    font-weight: bold;
    padding: 0 0 5px 0;
}

/*一覧 （文字のみ）（アイコン+文字）---------------*/

/*汎用一覧 1列*/
.monitor_page_list {
    overflow: hidden;
    margin: 0 0 25px;
}
.monitor_page_list li a {
    padding: 10px 5px 10px 10px;
    display: block;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    text-align: left;
    text-decoration: none;
    color: #555;
}
.monitor_page_list li a:before {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    right: 10px;
    background: #ffab47;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.monitor_page_list li a:after {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    right: 13px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*ジャンル一覧 2列*/
.monitor_category {
    overflow: hidden;
    margin: 0;
}
.monitor_category li {
    float: left;
    width: 50%;
}
.monitor_category li a {
    padding: 10px 5px 10px 10px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    text-align: left;
    text-decoration: none;
    color: #555;
}
.monitor_category li:nth-child(even) a { border-right: none;}

/*モニター ブランドページ-------------------------*/
.brand .monitor_shop {
    background: #fff;
    padding: 5px 10px 0;
    margin-bottom: 10px;
}
.brand .monitor_shop > p { margin-bottom: 10px; }
.brand .monitor_shop .shop_detail { padding: 0; }
.brand .monitor_shop .shop_detail table th { padding: 5px 5px 0; }
.brand .monitor_shop .shop_detail table td { padding: 5px 5px 0; }
.brand select { color: #555; }
.brand .monitor_page_list li a:before {
    content: none;
}
.brand .monitor_page_list li a:after {
    content: none;
}
.brand .monitor_page_list li a {
    padding: 15px 10px;
    font-size: 13px;
}
.brand .monitor_page_list li a h3 {
    margin-bottom: 3px;
    white-space: normal;
    color: #555;
}
.brand .monitor_btn {
    display: block;
    font-size: 14px;
    margin-top: 3px;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #214E0C;
    border-radius: 5px;
    background: -moz-linear-gradient(top, #1ab049 0%, #29924A 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1ab049), color-stop(100%,#29924A));
    background: -webkit-linear-gradient(top, #1ab049 0%, #29924A 100%);
    background: linear-gradient(to bottom, #1ab049 0%, #29924A 100%);
    box-shadow: inset 1px 1px 0 #78C792;
    color: #fff;
}
.brand .monitor_page_list li.done a {
    background: #eaeaea;
}
.brand .monitor_page_list li.done .monitor_btn {
    box-shadow: none;
    border: none;
    background: #a8a8a8;
    color: #fff;
}

/*モニター 詳細ページ--------------------------*/
.monitor_plan { text-align: left; }

/*モニター名*/
.monitor_plan h3 {
    font-weight: bold;
    padding: 10px 0 10px 0;
    margin: 0 10px;
    word-wrap: break-word;
}
.monitor_plan img {
    margin: 5px auto;
    border-top: #cccccc 1px solid;
    border-bottom: #cccccc 1px solid;
}

/*応募ボタン*/
.monitor_btn a {
    display: block;
    font-size: 16px;
    padding: 10px;
    margin: 25px 10px 15px 10px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #214E0C;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: -moz-linear-gradient(top, #1ab049 0%, #29924A 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1ab049), color-stop(100%,#29924A));
    background: -webkit-linear-gradient(top, #1ab049 0%, #29924A 100%);
    background: linear-gradient(to bottom, #1ab049 0%, #29924A 100%);
    -webkit-box-shadow: inset 1px 1px 0 #78C792;
    box-shadow: inset 1px 1px 0 #78C792;
    font-weight: bold;
    color: #fff;
}

/*詳細情報*/
.monitor_detail {
    padding: 10px;
    text-align: left;
}
.monitor_detail table {
    width: 100%;
    table-layout: fixed;
    word-wrap: break-word;
    border-top: solid 1px #ebebeb;
    margin: 0 0 20px 0;
}
.monitor_detail table tr { border-bottom: solid 1px #ebebeb; }
#monitor .monitor_detail table td.point {
    font-weight: bold;
    font-size: 16px;
    color: #ff5555;
    padding: 15px 0 15px 25px;
    background-position: 5px 20px;
}
.monitor_detail table th {
    padding: 15px 5px 13px 5px;
    font-weight: bold;
}
.monitor_detail table td {
    padding: 15px 5px 13px 5px;
}

/*店舗詳細*/
.monitor_shop {
    background-color: #fff4e6;
    padding: 10px;
    margin: 0 0 20px 0;
    text-align: left;
}
.monitor_shop .shop_detail {
    margin: 10px 0 0 0;
    padding: 0 10px;
    background-color: #ffffff;
    border-radius: 5px;
}
.monitor_shop .shop_detail table {
    width: 100%;
    table-layout: fixed;
    word-wrap: break-word;
    border-top: none;
    margin: 0;
}
.monitor_shop .shop_detail table tr:first-child td {
    text-align: center;
    font-weight: bold;
    padding: 10px 0 5px 0;
}
.monitor_shop .shop_detail table tr { border-bottom: solid 1px #ebebeb; }
.monitor_shop .shop_detail table th { padding: 15px 5px 13px; }
.monitor_shop .shop_detail table td { padding: 15px 5px 13px 5px; }
.monitor_shop .shop_detail table tr:last-child { border-bottom: none; }
.monitor_shop .shop_detail table td a.map {
    display: inline-block;
    padding: 5px 15px 5px 30px;
    margin: 7px 0 0 0;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #858585;
    color: #4B4B4B;
    background: #ffffff;
    background: url(../../img/monitor/ico_detail_map.png),-moz-linear-gradient(top, #ffffff 0%, #e9e9e9 99%);
    background: url(../../img/monitor/ico_detail_map.png),-webkit-linear-gradient(top, #ffffff 0%,#e9e9e9 99%);
    background: url(../../img/monitor/ico_detail_map.png),linear-gradient(to bottom, #ffffff 0%,#e9e9e9 99%);
    background-repeat: no-repeat;
    background-size: 12px 16px,100% 100%;
    background-position: 13px 7px, 0 0;
}
/*応募終了*/
.monitor_end {
    text-align: left;
    border-top: 4px solid #f64141;
    border-bottom: 4px solid #f64141;
    background-color: #fff7c5;
    margin: 30px 0;
    }
.monitor_end p{
    font-weight: bold;
    padding: 15px 10px 10px 10px;
}
.monitor_end p span {
    display: inline-block;
    padding: 0 0 0 20px;
    background: url(../../img/monitor/ico_detail_attention.png) no-repeat;
    background-size: 18px 14px;
    background-position: 0px 2px;
}
.monitor_end a {
    display: block;
    text-align: center;
    padding: 10px 20px 10px 35px;
    margin: 5px auto 15px auto;
    border: 1px solid #858585;
    border-radius: 5px;
    font-weight: bold;
    position: relative;
    color: #4B4B4B;
    text-decoration: none;
    width: 130px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e9e9e9 99%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#e9e9e9 99%);
    background: linear-gradient(to bottom, #ffffff 0%,#e9e9e9 99%);
    background-repeat: no-repeat;
}
.monitor_end a:after {
    width: 6px;
    height: 6px;
    display: block;
    content: "";
    position: absolute;
    top: 16px;
    left: 25px;
    border-top: 2px solid #333333;
    border-left: 2px solid #333333;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.monitor_guide .guide_area a {
    display: inline-block;
    margin: 10px 15px 5px;
    text-decoration: underline;
    color: #ffab47;
}

/*テンタメ------------------------------------------------------------*/

/*モニターナビ 4列 テンタメ*/
nav.nav_tentame ul li a {
    background-image: url(../../img/monitor/ico_nav_tentame.png);
    background-size: 50px auto;
}
nav.nav_tentame ul li a.on { background-image: url(../../img/monitor/ico_nav_tentame_on.png);}
nav.nav_tentame ul li:nth-child(1) a {background-position:center 8px;}
nav.nav_tentame ul li:nth-child(2) a {background-position:center -60px;}
nav.nav_tentame ul li:nth-child(3) a {background-position:center -129px;}
nav.nav_tentame ul li:nth-child(4) a {background-position:center -198px;}
nav.nav_tentame ul:nth-child(n+2) { margin-top:10px;}


/*テンタメ利用状況を確認するボタン*/
.btn_tentame_mypage {
    box-sizing: border-box;
    margin: 15px 0;
    padding: 0 15px;
}
.btn_tentame_mypage a {
    display: block;
    box-sizing: border-box;
    border-radius: 8px;
    background: #ec7264;
    padding: 8px 0;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
}
.btn_tentame_mypage a span {
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    padding-right: 20px;
}
.btn_tentame_mypage a span:before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    right: 0;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn_tentame_mypage a span:after {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    right: 3px;
    background: #ec7264;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn_tentame_mypage.return a span {
    padding-left: 20px;
}

.btn_tentame_mypage.return a span:before {
    left: 0;
}
.btn_tentame_mypage.return a span:after {
    left: 3px;
}

/*モニター一覧*/
ul.tentame_list { margin-bottom: 20px;}
ul.tentame_list li { border-bottom: #ccc 1px solid;}
ul.tentame_list li a {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 10px 10px 5px;
    text-decoration: none;
    color: #555;
}
ul.tentame_list li a .tentame_list_inner {
    width: 100%;
    display: table;
    table-layout: fixed;
}
ul.tentame_list li a .thumnail,
ul.tentame_list li a .detail {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: top;
}
ul.tentame_list li a .thumnail {
    width: 120px;
}
ul.tentame_list li a .thumnail img {
    width: 120px;
    vertical-align: bottom;
}
ul.tentame_list li a .detail {
    width: 100%;
    overflow: hidden;
    padding-left: 10px;
    text-align: left;
}
ul.tentame_list li a .detail .status {
    width: 70px;
    display: inline-block;
    margin-bottom: 5px;
    padding: 2px 0;
    text-align: center;
    font-size: 12px;
    color: #fff;
}
ul.tentame_list li a .detail .status.no_apply {
    border: 1px solid #ff5555;
    background: #fff;
    color: #ff5555;
}
ul.tentame_list li a .detail .status.unanswered { background: #ff5555;}
ul.tentame_list li a .detail .status.answered { background: #555;}
ul.tentame_list li a .detail .status.end_apply { background: #a8a8a8;}
ul.tentame_list li a .detail .product_name {
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    font-size: 15px;
}
ul.tentame_list li a .detail .date span {
    color: #f23d52;
}
ul.tentame_list li a .q_id {
    text-align: right;
    font-size: 11px;
    color: #ccc;
}
ul.tentame_list li a .new {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    top: 10px;
    left: 10px;
    border: #fff 1px solid;
    border-radius: 15px;
    background: #ed7365;
    padding: 1px 10px;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 13px;
    color: #fff;
    animation:newAnimate 1.15s ease-in-out infinite alternate;
}
@keyframes newAnimate {
    0% {opacity:0;}
    100% {opacity:1;}
}


/*テンタメ利用状況*/
.tentame_mypage {
    padding: 0 15px;
}
.tentame_mypage iframe {
    width: 100%;
    height: 325px;
    box-sizing: border-box;
    border: 2px solid #ddd;
    margin: 0 auto;
}