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

/*-------------------------------------------------------------------
    * tentame.css
    * site name : チャンスイット
    * description : モニターパーツのcss
    * import : web/monitor/***.jsp
-------------------------------------------------------------------*/

/*------------------------------------------------
 共通設定
 ------------------------------------------------ */
#contents {
    width: 1000px;
    padding-bottom: 40px;
}
#container {
    width: 1000px;
    font-size: 14px;
    padding: 0 0 250px;
}
.l_content {
    overflow: hidden;
}
.monitor{
    font-family: "Meiryo","メイリオ","ＭＳ　Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
}
.monitor a {
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    transition: .2s linear;
    cursor: pointer;
}
.l_content2_main {
  width: 790px;
  float: right;
}
.l_content2_main.monitor_apply {
  width: 100%;
  float: none;
}

.l_content2_left {
  width: 180px;
  float: left;
}
.l_content2_left ul{
    margin:0 0 20px;
}
.l_content1 {
  width: 100%;
  clear: both;
}

/*------------------------------------------------
 見出し
 ------------------------------------------------ */

.monitor h2 {
    padding: 10px 10px 7px;
    color: #3b3b3b;
    clear: both;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    height: auto;
}
.top_tentame h2 {
    border-top: 3px solid #ff5555;
}
.monitor .point{
    color:#ff5555;
    font-weight:bold;
    background-size: 18px;
    display: inline-block;
    background: url(../../img/10/icon/ico-pt.gif) no-repeat 0 13px;
}

/*
=====================================================================
* ローテバナー
=====================================================================
*/
.rotation {
    width: 100%;
    margin: 10px 0;
    position: relative;
    overflow: hidden;
}
.rotation .bx-wrapper {
    margin: 0 auto;
    position: relative;
}
.rotation .rotation_inner {
    width: 900px;
    height: 250px;
    margin: 0 auto;
}
.rotation .slider li { display: block;}
.rotation .slider li a {
    width: 250px;
    display: block;
    margin: 0 auto;
}
.rotation .slider li a:hover { opacity: 0.6;}
.rotation .bx-controls-direction { position: relative;}
.rotation .bx-next, .rotation .bx-prev {
    width: 30px;
    height: 60px;
    position: absolute;
    z-index: 1;
    background: url("../../img/top/bg_prevenext.png") no-repeat 1px center;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.rotation .bx-prev {
    top: -155px;
    left: -30px;
    transform: rotateY( 180deg );
}
.rotation .bx-next {
    top: -155px;
    right: -30px;
}
.rotation .bx-controls-direction a.disabled { display: none;}

.rotation_txt {
    width: 840px;
    padding: 10px 0;
    margin: -30px auto 30px;
    position: relative;
    background: #FF5555;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}
.rotation_txt a {
    color: #FFF000;
    text-decoration: underline;
}
.rotation_txt::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  bottom: -8px;
  margin: 0 auto;
  border-top: 8px solid #FF5555;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}

/*------------------------------------------------
 モニターグローバルナビ
  ------------------------------------------------ */

.monitor_navi {
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 0 25px;
    width: 1000px;
}
.monitor_navi li {
    background: #f4f4f4;
    border-radius: 2px;
    box-shadow: 0 0 1px #c3c2c1;
    box-sizing: border-box;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
    height: 60px;
    width: 19.2%;
    width: calc( calc(100% - 50px) / 5);
    position: relative;
}
.monitor_navi li:last-child {
    margin-right: 0;
}
.monitor_navi li a {
    border: 1px solid #cecece;
    border-radius: 2px;
    box-sizing: border-box;
    color: #3b3b3b;
    display: block;
    height: 100%;
    line-height: 2.6;
    padding: 11px 10px 9px;
    text-align: center;
    text-decoration: none;
    transition: .2s linear;
}
.monitor_navi li a:hover {
    background: #43bb90;
    border: 1px solid #43bb90;
    border-radius: 2px;
    box-sizing: border-box;
    color:#fff;
}
.monitor_navi .on{
    background: #43bb90;
    border: 1px solid #43bb90;
    color: #fff;
    box-shadow: 1px 1px 2px #D3CCC2;
}

/*------------------------------------------------
スタッフのオススメ
 ------------------------------------------------ */

.push_item {
    margin: 5px auto 40px;
    width: 1000px;
}
.push_item h2 {
    background: #ffe4a2;
    background: -moz-linear-gradient(left, #ffe4a2 0%, #ffc63c 40%, #ffeba4 100%);
    background: -webkit-linear-gradient(left, #ffe4a2 0%,#ffc63c 40%,#ffeba4 100%);
    background: linear-gradient(to right, #ffe4a2 0%,#ffc63c 40%,#ffeba4 100%);
    padding:15px 20px;
    border:none;
    border-radius: 3px 3px 0 0;
    color: #3b3b3b;
    font-size: 22px;
    margin-bottom: 0;
    position: relative;
    text-align: center;
}
.push_item h2:before,.push_item h2:after {
    border-top: 2px solid #3b3b3b;
    border-bottom: 2px solid #3b3b3b;
    content: "";
    display: block;
    height: 5px;
    width: 180px;
    position: absolute;
    top: 25px;
}
.push_item h2:before {
    left: 98px;
}
.push_item h2:after {
    right: 98px;
}
.push_item .box {
    background: #f3f0e6;
    border-radius: 0 0 2px 2px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 10px 15px;
    position: relative;
    width: 970px;
}
.push_item .box:before,.push_item .box:after {
    background: #4A432A;
    content: "";
    display: block;
    height: 8px;
    width: 15px;
    position: absolute;
    top: 0;
}
.push_item .box:before {
    border-radius: 0 0 0 5px;
    left: -15px;
}
.push_item .box:after {
    border-radius: 0 0 5px 0;
    right: -15px;
}
.push_item .box .box_inner {
    background: #fff;
    border-radius: 2px;
    box-shadow: 2px 2px 2px #d5d5d5;
    box-sizing: border-box;
    overflow: hidden;
    padding: 10px;
    width: 940px;
}
.push_item .box .box_inner .thumnail {
    float: left;
    margin-right: 10px;
    width: 348px;
}
.push_item .box .box_inner .thumnail a {
    display: block;
}
.push_item .box .box_inner .thumnail a:hover {
    opacity: 0.7;
}
.push_item .box .box_inner .thumnail img {
    width: 100%;
}
.push_item .box .box_inner .name {
    color: #3d3d3d;
    box-sizing: border-box;
    font-size: 15px;
    max-height: 27px;
    line-height: 1.5;
    margin-bottom: 10px;
    padding: 5px 0;
    text-align: left;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}
.push_item .box .box_inner .point {
    font-size: 18px;
    float: left;
    padding: 2px 0 2px 25px;
    width: 350px;
    word-break: break-all;
    background-position:3px 7px;
}
.push_item .box .box_inner .btn_detail {
    float: right;
    margin: 10px 10px 10px 0;
    padding: 12px 0 9px;
    width: 170px;
}


/*------------------------------------------------
 ショップ詳細
 ------------------------------------------------ */

.shop_box {
    background: #f5f5f5;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 30px;
}
.shop_box .box_inner {
    color: #3d3d3d;
    background: #fff;
    border-radius: 3px;
    box-shadow: 2px 2px 2px #d5d5d5;
    box-sizing: border-box;
    overflow: hidden;
    width: 770px;
    padding: 8px 15px 20px;
}
.monitor .shop_box h2 {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 20px;
    white-space:normal;
    border:none;
    border-bottom: 3px solid #ff5555;
}
.shop_box .box_inner .thumnail {
    float: left;
    margin-right: 20px;
    width: 300px;
}
.shop_box .box_inner .thumnail img {
    width: 100%;
}
.shop_box .box_inner .summary {
    float: right;
    width: 420px;
}

/*------------------------------------------------
 横[3]枚のカードレイアウトの場合
 ------------------------------------------------ */

.box3 {
    clear: both;
    margin-bottom: 50px;
}
.box3 ul {
    margin-bottom: 10px;
}
.box3 ul:after{
    content: "";
    clear: both;
    display: block;
}
.box3 li {
    float: left;
    margin: 0 18px 25px 0;
    position: relative;
}
.box3 li:nth-child(3n) {
    margin: 0 0 25px 0;
}
.box3 li a {
    color: #3d3d3d;
    background: #f5f5f5;
    border-radius: 3px;
    box-shadow: 2px 2px 2px #d5d5d5;
    box-sizing: border-box;
    display: block;
    height: 300px;
    width: 250px;
    position: relative;
    padding: 15px 15px 0;
    text-decoration: none;
    text-align: center;
}
.box3 li a:hover {
    background: #fff8d6;
}
.box3 li .thumnail {
    width: 220px;
    margin-bottom: 5px;
}
.box3 li .thumnail img {
    width: 100%;
}
.box3 li .name {
    color: #3d3d3d;
    box-sizing: border-box;
    font-size: 14px;
    height: 45px;
    line-height: 1.7;
    letter-spacing: 0;
    margin: 13px 0 10px;
    text-align: left;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}
.box3 .point {
    background-position: 4px 2px;
    display: inline;
    padding:0 0 0 25px;
    font-size: 16px;
}

/*------------------------------------------------
 横[4]枚のカードレイアウトの場合
 ------------------------------------------------ */

.content_inner {
    margin: 0 auto;
    width: 1000px;
}
.box4 {
    clear: both;
    margin-bottom: 50px;
}
.box4 ul {
    margin-bottom: 10px;
}
.box4 ul:after{
    content: "";
    clear: both;
    display: block;
}
.box4 li {
    float: left;
    margin: 0 18px 25px 0;
    position: relative;
}
.box4 li:nth-child(4n) {
    margin: 0 0 25px 0;
}
.box4 li a {
    color: #3d3d3d;
    background: #f5f5f5;
    border-radius: 3px;
    box-shadow: 2px 2px 2px #d5d5d5;
    box-sizing: border-box;
    display: block;
    height: 280px;
    width: 235px;
    position: relative;
    padding: 15px 15px 0;
    text-decoration: none;
    text-align: center;
}
.box4 li a:hover {
    background: #fff8d6;
}
.box4 li .thumnail {
    margin-bottom: 5px;
    width: 206px;
}
.box4 li .thumnail img {
    width: 100%;
}
.box4 li .name {
    color: #3d3d3d;
    box-sizing: border-box;
    font-size: 14px;
    height: 40px;
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: 10px;
    text-align: left;
    white-space: normal;
    overflow: hidden;
}
.box4 .point {
    background-position: 0px 4px;
    display: inline-block;
    font-size: 16px;
    max-height: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1px 0 0 18px;
}
.box4.real_monitor {
    margin-top: 10px;
}

/*------------------------------------------------
テンタメ・横[4]枚のカードレイアウトの場合
 ------------------------------------------------ */

.box4.top_tentame {
    clear: both;
    margin-bottom: 50px;
}
.box4.top_tentame li {
    float: left;
    margin: 0 19px 25px 0;
    position: relative;
    text-align: center;
}
.box4.top_tentame li:nth-child(4n) {
    margin: 0 0 25px 0;
}
.box4.top_tentame li a {
    color: #3d3d3d;
    background: #f5f5f5;
    border-radius: 3px;
    box-shadow: 2px 2px 2px #d5d5d5;
    box-sizing: border-box;
    display: block;
    margin-bottom: 10px;
    height: 435px;
    width: 235px;
    position: relative;
    padding: 10px;
    text-decoration: none;
    text-align: center;
}
.box4.top_tentame li a:hover {
    background: #fef5d1;
}
.box4.top_tentame li .status {
    border-radius: 2px;
    box-sizing: border-box;
    color: #fff;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 24px;
    margin-bottom: 10px;
    padding: 3px 2px 2px;
    text-align: center;
    width: 64px;
}
.box4.top_tentame li .status.no_apply {
    background: #fff;
    border: 2px solid #ff5555;
    color: #ff5555;
    padding: 1px 2px 0;
}
.box4.top_tentame li .status.unanswered {
    background: #ff5555;
}
.box4.top_tentame li .status.answered {
    background: #555555;
}
.box4.top_tentame li .status.end_apply {
    background: #a8a8a8;
}
.box4.top_tentame li .date {
  float: left;
  margin: 0 0 10px 10px;
}
.box4.top_tentame li .date span {
  color: #f23d52;
}
.box4.top_tentame li .thumnail {
    background: #fff;
    box-sizing: border-box;
    clear: both;
    margin: 0 auto 12px;
    padding: 10px;
    height: 200px;
    width: 200px;
}
.box4.top_tentame li .thumnail img {
    width: 100%;
}
.box4.top_tentame li .product_name {
    color: #3d3d3d;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 10px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.box4.top_tentame .point {
    background-position: 0;
    display: inline-block;
    font-size: 28px;
    margin-bottom: 8px;
    padding: 0 0 0 22px;
}
.box4.top_tentame .price,.top_tentame .number {
    margin-bottom: 5px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.box4.top_tentame .q_id {
    color: #aaa;
    border-top: 1px solid #cecece;
    font-size: 13px;
    margin-top: 10px;
    overflow: hidden;
    padding: 10px 0 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*------------------------------------------------
 ファンくるカテゴリメニュー
  ------------------------------------------------ */

.fancrew_menu {
    border-top: 3px solid #ff5555;
    padding: 10px 0 0;
}
.btn_list {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 10px 10px;
    overflow: hidden;
    width: 1000px;
}
.btn_list li {
    background: #3dba8f;
    border-radius: 2px;
    box-shadow: 0 0 1px #c3c2c1;
    box-sizing: border-box;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
    height: 60px;
    width: 19.2%;
    width: calc( calc(100% - 50px) / 5);
    position: relative;
}
.btn_list li:last-child {
    margin-right: 0;
}
.btn_list li a {
    border: 1px solid #cecece;
    border-radius: 2px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    height: 100%;
    line-height: 2.6;
    padding: 11px 10px 9px;
    text-align: center;
    text-decoration: none;
    transition: .2s linear;
}
.btn_list a span:before,
.btn_list a span:after {
    background: #fff;
    border-radius: 4px;
    content: '';
    display: block;
    height: 2px;
    width: 12px;
    position: absolute;
    top: 50%;
    right: -20px;
}
.btn_list a span:before {
    margin-top: -6px;
    -webkit-transform: rotate(58deg);
    transform: rotate(58deg);
}
.btn_list a span:after {
    margin-top: 3px;
    -webkit-transform: rotate(-58deg);
    transform: rotate(-58deg);
}
.btn_list li a:hover {
    background: #059262;
    border: 1px solid #059262;
    border-radius: 2px;
    box-sizing: border-box;
    color:#fff;
}

/*------------------------------------------------
 ボタンデザイン
 ------------------------------------------------ */

 /* 緑のボタン*/
.btn_more a {
    background:#3dba8f;
    box-shadow: 1px 1px 2px #a8a8a8;
    border-radius: 2px;
    box-sizing: border-box;
    color: #fff;
    clear: both;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin: 0 auto;
    width: 460px;
    padding: 20px 0 15px;
    text-align: center;
    text-decoration: none;
}
.btn_more a span {
    position: relative;
}
.btn_more a span:before,
.btn_more a span:after {
    background: #fff;
    border-radius: 4px;
    content: '';
    display: block;
    height: 2px;
    width: 12px;
    position: absolute;
    top: 50%;
    right: -20px;
}
.btn_more a span:before {
    margin-top: -6px;
    -webkit-transform: rotate(58deg);
    transform: rotate(58deg);
}
.btn_more a span:after {
    margin-top: 3px;
    -webkit-transform: rotate(-58deg);
    transform: rotate(-58deg);
}
.btn_more a:hover{
    transition: all 0.4s;
    background-color:#059262;
}

/*  赤のボタン*/
a.btn_detail {
    background: #3dba8f;
    border-radius: 2px;
    box-shadow: 1px 1px 2px #a8a8a8;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 19px 15px 14px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    transition: .2s linear;
    vertical-align: middle;
}
a.btn_detail:hover {
    background: #059262;
}
/*  灰色のボタン*/
a.btn_done {
    background: #a8a8a8;
    border-radius: 2px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 19px 15px 14px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    transition: .2s linear;
    vertical-align: middle;
}

/*------------------------------------------------
 NEWアイコン
 ------------------------------------------------ */

/* 四角形*/
.ico_new {
    animation:blink 1.15s ease-in-out infinite alternate;
    background: #ff5555;
    border-radius: 3px;
    color: #fff;
    display: block;
    float: left;
    font-size: 11px;
    line-height: 1;
    margin-right: 8px;
    padding: 4px 5px 3px;
    width: 25px;
}
/*まる型 */
.box3 .ico_new,.box4 .ico_new {
    animation:blink 1.15s ease-in-out infinite alternate;
    border-radius: 50%;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    height: 50px;
    width: 50px;
    padding: 19px 6px 0;
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: 1;
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

/*------------------------------------------------
 検索ボックス
 ------------------------------------------------ */

 /* 中央の検索窓*/

.l_content2_main .search_box {
    margin-bottom: 30px;
}
.l_content2_main .search_box ul.tab {
    border: none;
    display: block;
    overflow: hidden;
    width: 100%;
}
.l_content2_main .search_box .tab li {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-radius: 3px 3px 0 0;
    box-sizing: border-box;
    color: #aaa;
    cursor: pointer;
    font-size: 22px;
    font-weight: bold;
    padding: 16px 0 13px;
    text-align: center;
    width: 384px;
}
.l_content2_main .search_box .tab li:first-child {
    float: left;
}
.l_content2_main .search_box .tab li:last-child {
    float: right;
}
.l_content2_main .search_box .tab li:hover{
    background:#fff8d6;
    transition: all 0.8s;
    color:#555555;
}
.l_content2_main .search_box .tab li.select {
    background: #555555;
    color: #fff;
    position: relative;
}
.l_content2_main .search_box .search_box_inner {
    background: #f3f0e7;
    border: 1px solid #ccc;
    border-radius: 0 0 3px 3px;
    padding: 20px 20px 15px;
    position: relative;
}
.l_content2_main .search_box .search_box_inner dl {
    overflow: hidden;
    margin: 0 0 10px;
}
.l_content2_main .search_box .search_box_inner dt {
    box-sizing: border-box;
    float: left;
    font-size: 18px;
    font-weight: bold;
    padding-top: 5px;
    width: 104px;
}
.l_content2_main .search_box .search_box_inner dd {
    background: #fff;
    border: 1px solid #e0e2e4;
    border-radius: 2px;
    display: inline-block;
    float: left;
    position: relative;
    width: 300px;
}
.l_content2_main .search_box .search_box_inner dd select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    padding: 10px 30px 10px 10px;
    width: 100%;
}
.l_content2_main .search_box .search_box_inner dd input#freeword,
.l_content2_main .search_box .search_box_inner dd input#freeword2{
    border: none;
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
}
.l_content2_main .search_box .search_box_inner dd select::-ms-expand {
    display: none;
}
.l_content2_main .search_box .search_box_inner dd.plus {
    background: none;
    border: none;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 0;
    text-align: center;
    width: 40px;
}
.l_content2_main .search_box .search_box_inner dd:before {
    content: "";
    width: 30px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}
.l_content2_main .search_box .search_box_inner dd:after {
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #575757 transparent transparent transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    top: 18px;
    right: 12px;
    margin: auto 0;
    z-index: 0;
}
.l_content2_main .search_box .search_box_inner .plus:after,
.l_content2_main .search_box .search_box_inner .keyword:after{
    display: none;
}
.l_content2_main .search_box .search_box_inner .submit {
    margin: 0 auto;
    position: absolute;
    right: 20px;
    bottom:24px;
}
.submit input {
    font-family: "Meiryo","メイリオ","ＭＳ　Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
    background: #FF4B4E;
    border: none;
    border-radius: 2px;
    box-shadow: 1px 1px 2px #a8a8a8;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    padding: 9px 5px 8px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    transition: .2s linear;
    vertical-align: middle;
    width: 300px;
}
.submit input:hover {
    background: #c6000c;
}
.hidden{
    display:none;
}

/* 左カラムの検索窓*/

.l_content2_left .search_box{
    margin-bottom: 20px;
}
.l_content2_left .search_box h3 {
    box-sizing: border-box;
    padding: 10px;
    letter-spacing: 0;
    font-weight: bold;
    font-size: 15px;
    border-top: 2px solid #ff5555;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}
.l_content2_left .search_box .search_box_inner {
    background: #f3f0e7;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    padding: 10px;
}
.l_content2_left .search_box .search_box_inner dt {
    margin-bottom: 5px;
}
.l_content2_left .search_box .search_box_inner dd select,
.l_content2_left .search_box .search_box_inner dd input#freeword,
.l_content2_left .search_box .search_box_inner dd input#freeword2{
    border: 1px solid #e0e2e4;
    box-sizing: border-box;
    margin-bottom: 10px;
    width: 158px;
}
.l_content2_left .search_box .search_box_inner dd select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #e0e2e4;
    cursor: pointer;
    padding: 5px 22px 5px 5px;
}
.l_content2_left .search_box .search_box_inner dd input#freeword,
.l_content2_left .search_box .search_box_inner dd input#freeword2{
    padding: 5px;
}
.l_content2_left .search_box .search_box_inner dd select::-ms-expand {
    display: none;
}
.l_content2_left .search_box .search_box_inner dd {
    position: relative;
}
.l_content2_left .search_box .search_box_inner dd:before {
    content: "";
    width: 30px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}
.l_content2_left .search_box .search_box_inner dd:after {
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #575757 transparent transparent transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    top: 13px;
    right: 6px;
    margin: auto 0;
    z-index: 0;
}
.l_content2_left .search_box .search_box_inner .keyword:after {
    display: none;
}
.l_content2_left .search_box .search_box_inner .submit input {
    font-size: 16px;
    padding: 10px 5px 8px;
    width: 156px;
    margin:10px 0 0;
}

/*------------------------------------------------
 エラー表示
 ------------------------------------------------ */
.error {
    border: 2px solid #ff0000;
    border-radius: 3px;
    margin: 10px auto;
    padding: 20px;
    text-align: center;
}
.error p {
    color: #ff0000;
    font-size: 18px;
    font-weight: bold;
}

/*------------------------------------------------
落選・応募完了表示
 ------------------------------------------------ */
.notice {
    border: 2px solid #ff5555;
    border-radius: 3px;
    margin: 0 auto 20px;
    padding: 20px;
    text-align: center;
}
.notice p {
    color: #3d3d3d;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px
}
.notice p:last-child {
    margin-bottom: 0;
}

/*------------------------------------------------
ページャー
 ------------------------------------------------ */

.monitor .pager_wrap {
    margin: 0 auto;
    width: 790px;
    text-align: center;
}
.monitor .pager {
    border: none;
    padding: 0;
    text-align: center;
}
.monitor .pager li {
  display: inline-block;
}
.monitor .pager li:nth-child(n+1) {
  margin-right: 5px;
}
.monitor .pager li:nth-child(n+1) {
    margin-right: 0;
}
.monitor .pager li.prev {
  margin-right: 10px;
}
.monitor .pager li:last-child {
  margin-left: 5px;
  margin-right: 0;
}
.monitor .pager li a {
    display: block;
        color: #555;

  border: #e0e0e0 1px solid;
  background: #fff;
  text-decoration: none;
  transition: .2s linear;
  -webkit-transition: .2s linear;
  -moz-transition: .2s linear;
  -o-transition: .2s linear;
  -ms-transition: .2s linear;
    box-sizing: border-box;
    padding: 4px 15px;
    font-size: 17px;
}
.monitor .pager li a:hover{
    background: #fff8d6;
}
.monitor .pager li.select {
    background: #555555;
    color: #fff;

    font-size: 17px;
    padding: 4px 15px;
    border: #555555 1px solid;
}
.monitor .pager li.next a,
.monitor .pager li.prev a {
    font-size: 14px;
    padding:6px 10px;
}
.monitor .pager li.prev {
    margin-right: 10px;
}
.monitor .pager li.next {
    margin-left: 10px;
}
.monitor .pager_wrap p {
    padding: 5px 0 0;
}

/*------------------------------------------------
店舗詳細
------------------------------------------------ */

/* 見出し */
.monitor_detail h2 {
    margin-bottom: 20px;
}
.monitor_detail h3 {
    font-size: 18px;
    font-weight: bold;
    padding: 0 5px;
    margin-bottom: 20px;
}
.monitor_detail h4 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* ポイント加算情報 */
.monitor_detail_inner {
    padding: 0 10px;
}
.monitor_detail_inner .point {
    font-size: 22px;
    margin-bottom: 20px;
    padding:0 0 0 23px;
    background-position:0 7px;
}
.monitor_detail_inner dl {
    font-size: 15px;
    margin-bottom: 10px;
    overflow: hidden;
}
.monitor_detail_inner dt {
    float: left;
    margin-bottom: 10px;
}
.monitor_detail_inner dd {
    margin-bottom: 10px;
}

/* note ご注意 */
.monitor_detail_inner .note {
    background: #f5f5f5;
    padding: 15px;
    margin-bottom: 30px;
}
.monitor_detail_inner .note p {
    line-height: 1.45;
    margin-bottom: 15px;
    padding-left: 1rem;
    text-indent: -1rem;
}
.monitor_detail_inner .note p.caution {
    background: #f23d52;
    border-radius: 3px;
    margin: 10px auto;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}
.monitor_detail_inner .note p.caution a{
    display: block;
    color: #fff;
}

/* ボタン */
.monitor_detail .btn_area {
    margin-bottom: 35px;
    text-align: center;
}
.monitor_detail a.btn_detail {
    display: block;
    font-size: 22px;
    margin: 0 auto;
    padding: 28px 0 23px;
    width: 630px;
}
.monitor_detail .btn_area p {
    margin-top: 10px;
}
/* 終了・応募済ボタン */
.monitor_detail .btn_done {
    background: #a8a8a8;
    border-radius: 2px;
    box-sizing: border-box;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    margin: 0 auto;
    padding: 30px 0 26px;
    width: 630px;
}

/*  tab_list 店舗情報・詳細、店舗レビュー タブ---------------- */
.detail_action,.detail_action2 {
    clear: both;
    overflow: hidden;
    margin-bottom: 25px;
}
.detail_action2 {
    margin-bottom: 40px;
}
.tab_list{
    overflow: hidden;
    padding-bottom: 8px;
}
.tab_list li{
    cursor: pointer;
    float:left;
    margin-right: 5px;
}
.tab_list li:nth-child(1){
    margin-left: 5px;
}
.tab_list li p{
    border-radius: 5px;
    border: #ccc 1px solid;
    background: #ececec;
    color: #3a3a3a;
    padding: 6px 12px;
}
.tab_list li p:hover{
    transition: all 0.8s;
    background: #fff8d6;
}
.tab_list li.select p{
    transition: all 0s;
    position: relative;
    border: 1px solid #FF5555;
    background: #FF5555;
    color: #fff;
    border-radius: 5px;
    padding: 6px 12px;
}
.tab_list li.select p:before{
    width: 0;
    height: 0;
    content: '';
    display: inline-block;
    position: absolute;
    top: 34px;
    left: 50%;
    border-top: 6px solid #FF5555;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    margin-left: -3px;
}
.detail_list li{
    padding: 15px;
    border: 1px solid #cecece;
    border-radius: 8px;
}
.detail_list span{
    color: #ff4467;
    font-weight: bold;
}
.hidden {
    display:none;
}
.detail_list li dl {
    margin-bottom: 10px;
    overflow: hidden;
}
.detail_list li dt {
    background: #555555;
    border-radius: 2px;
    color: #fff;
    float: left;
    font-size: 13px;
    margin-right: 15px;
    padding: 4px 0 2px;
    width: 100px;
    text-align: center;
}
.detail_list li dd {
    padding: 5px 0 0 115px;
}
.detail_list li dd p {
    border: none;
    display: inline-block;
    padding: 0;
}
.detail_list li > p {
    margin:8px 0;
    padding-left:1em;
    text-indent:-1em;
}
.detail_list li dd p:after {
    content: " >";
}
.detail_list li dd p:last-child:after {
    content: "";
}
.detail_list2 li p {
    margin-bottom: 20px;
}
.detail_list2 li p:last-of-type {
    margin-bottom: 5px;
}

/* map 地図 */
#map {
    margin: 0 auto 10px;
    text-align: right;
}
#map_canvas {
    margin: 0 auto 10px;
    height: 420px;
    width: 695px;
}
.goto_googlemap {
    text-align: right;
}

/* レビュー */
.shop_review div{
    border-bottom: 1px dashed #d1d1d1;
    padding: 20px 0;
}
.shop_review div:first-of-type {
    padding: 0 0 20px;
}
.shop_review div:last-of-type {
    border: none;
    padding: 20px 0 10px;
}
.review-person span {
    color: #36ae81;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 5px;
}
.review-person span:first-child {
    float: left;
}
.review-person span:last-child {
    float: right;
}
.review-dtl {
    clear: both;
    font-size: 15px;
}
.shop_review .not_review {
    margin-bottom: 5px;
    text-align: center;
}

/* レコメンド枠------------------------------------- */

.recommend .box4 {
    clear: both;
    margin-bottom: 50px;
}
.recommend .box4 li {
    float: left;
    margin: 0 20px 40px 0;
    position: relative;
}
.recommend .box4 li:last-child {
    margin: 0 0 25px 0;
}
.recommend .box4 li a {
    color: #3d3d3d;
    background: #f5f5f5;
    border-radius: 3px;
    box-shadow: 2px 2px 2px #d5d5d5;
    box-sizing: border-box;
    display: block;
    height: 215px;
    width: 182px;
    position: relative;
    padding: 10px;
    text-decoration: none;
    text-align: center;
}
.recommend .box4 li a:hover {
    background: #fef5d1;
}
.recommend .box4 li .thumnail {
    width: 160px;
    margin-bottom: 5px;
}
.recommend .box4 li .thumnail img {
    width: 100%;
}
.recommend .box4 li .name {
    color: #3d3d3d;
    box-sizing: border-box;
    font-size: 12px;
    height: auto;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    white-space: nowrap;
}
.recommend .box4 .point {
    background-position: 0 2px;
    display: inline;
    font-size: 13px;
    padding-left: 18px;
}

/*  モニター詳細応募フォーム*/
#monitor-frame iframe {
    display: block;
    margin: 0 auto;
    border:0;
    height:600px;
}
#monitor-frame .flow iframe {
    width: 855px;
}
#monitor-frame .shopF iframe {
    width: 610px;
}
.monitor_frame {
    background: #f5f5f5;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 30px;
}
.monitor_frame_inner {
    color: #3d3d3d;
    background: #fff;
    border-radius: 3px;
    box-shadow: 2px 2px 2px #d5d5d5;
    box-sizing: border-box;
    overflow: hidden;
    width: 770px;
    padding: 15px 15px 20px;
}
.monitor_apply .monitor_frame_inner {
    width: 100%;
}

/*------------------------------------------------
検索結果一覧
 ------------------------------------------------ */
.monitor_list,.monitor_list_shop {
    margin-bottom: 40px;
}

/* 並び替え */
.monitor_list .sort {
    position: relative;
    width: 790px;
    top:7px;
}
.monitor_list .sort ul {
    position: absolute;
    top: -70px;
    right: 10px;
}
.monitor_list .sort li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.monitor_list .sort li:nth-child(1) {
    border: none;
    font-size: 15px;
}
.monitor_list .sort li a {
    border: 1px solid #e0e2e4;
    color: #404040;
    display: block;
    font-size: 14px;
    padding: 5px 10px 3px;
    text-decoration: none;
    border-radius: 5px;
}
.monitor_list .sort li a:hover {
    background: #FFF8D8;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    transition: .2s linear;
}
.monitor_list .sort .select a,.monitor_list .sort .select a:hover {
    background: #555;
    border: #888888 solid 1px;
    color: #fff;
}

/* ブロック型レイアウト - イメージあり */
.block_list {
    background: #f5f5f5;
    margin: 25px 0 30px;
    padding: 10px;
}
.block_list li {
    color: #3d3d3d;
    background: #fff;
    border-radius: 3px;
    box-shadow: 2px 2px 2px #d5d5d5;
    box-sizing: border-box;
    margin-bottom: 10px;
    overflow: hidden;
    width: 770px;
    padding: 15px 15px 10px;
}
.block_list li .thumnail {
    float: left;
    margin-right: 15px;
    width: 220px;
}
.block_list li .thumnail:hover {
    opacity: 0.8;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    transition: .2s linear;
}
.block_list li .thumnail img {
    width: 100%;
}
.block_list li .text_box {
    padding: 5px 0;
}
.block_list li .text_box .name {
    color: #3b3b3b;
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 5px;
    white-space: normal;
    font-weight:bold;
}
.block_list li .text_box .category {
    font-size: 14px;
    margin-bottom: 10px;
}
.block_list li .text_box .point {
    background-position: 0 center;
    font-size: 18px;
    margin-bottom: 15px;
    padding-left: 20px;
}

/* 終了・応募済 */
.block_list .done,.block_list_shop .done {
    background: #eaeaea;
}

/* ボタン */
.block_list li .btn_area {
    overflow: hidden;
}
.block_list li .btn_area .btn_detail,.block_list li .btn_area .btn_other,.block_list li .btn_area .btn_done {
    border-radius: 2px;
    box-sizing: border-box;
    font-size: 18px;
    display: block;
    margin-bottom: 2px;
    padding: 10px 5px;
    width: 240px;
    text-align: center;
    text-decoration: none;
}
.block_list li .btn_area .btn_detail {
    float: left;
    margin-right: 20px;
}
.block_list li .btn_area .btn_other {
    border: #36ae81 1px solid;
    color: #36ae81;
    float: right;
    font-size: 17px;
    font-weight: bold;
    padding: 10px 5px;
}
.btn_area .btn_other:hover {
    background-color: #fff8d6;
    border: #5a9fdf 1px solid;
    border-radius: 2px;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    transition: .2s linear;
}

/*  店舗一覧
------------------------------------------------ */
/* 地域選択 */
.area_nav {
    margin-bottom: 25px;
}
.area_nav ul {
    margin: 0;
    padding: 0;
    position: relative;
}
.area_nav ul::after {
    display: block;
    clear: both;
    content: '';
}
.area_nav ul li {
    border-right: 1px solid #adadad;
    float: left;
    position: relative;
}
.area_nav ul li:first-child {
    border-left: 1px solid #adadad;
}
.area_nav ul li .area:hover {
    background: #fff8d6;
}
.area_nav ul li a {
    color: #04c;
    display: inline-block;
    padding: 0 4px;
    text-align: center;
    text-decoration: underline;
}
.area_nav ul li p {
    color: #04c;
    cursor: pointer;
    display: inline-block;
    padding: 0 4px;
    text-align: center;
}
.area_nav ul li p:hover {
    background: #fff8d6;
}
.area_nav ul ul {
    opacity: 0;
    position: absolute;
    top: 100%;
    left: -2px;
    visibility: hidden;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.area_nav ul ul li {
    background: #f4f4f4;
    border-top: 1px dashed #d1d1d1;
    border-left: 1px solid #adadad;
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
    padding: 2px;
    width: 100px;
}
.area_nav ul ul li:farst-child {
    border-top: none;
}
.area_nav ul ul li:last-child {
    border-bottom: 1px solid #adadad;
}
.area_nav ul ul li a {
    text-decoration: none;
}
.area_nav ul ul li a:hover {
    background: #f4f4f4;
    color: #f5a202;
    text-decoration: underline;
}
.area_nav ul li:hover > ul {
    opacity: 1;
    visibility: visible;
}

/* ブロック型レイアウト - イメージなし */
.block_list_shop {
    background: #f5f5f5;
    margin: 25px 0 30px;
    padding: 10px;
}
.block_list_shop li {
    color: #3d3d3d;
    background: #fff;
    border-radius: 3px;
    box-shadow: 2px 2px 2px #d5d5d5;
    box-sizing: border-box;
    margin-bottom: 10px;
    overflow: hidden;
    width: 770px;
    padding: 15px 15px 10px;
}
.block_list_shop li .name {
    border-bottom: 1px solid #a0a0a0;
    color: #3b3b3b;
    font-size: 18px;
    line-height: 1.25;
    margin-bottom: 15px;
    padding: 0 0 5px 0;
    white-space: normal;
    font-weight:bold;
}
.block_list_shop li .text_box {
    float: left;
    width: 530px;
}
.block_list_shop li .text_box .access {
    background: url(../../img/monitor/ico_access.png) no-repeat left 2px;
    background-size: 20px;
    margin-bottom: 10px;
    padding: 2px 0 2px 25px;
}
.block_list_shop li .text_box .point {
    font-size: 18px;
    margin-bottom: 15px;
    padding-left: 25px;
    background-position:0 6px;
}
.block_list_shop li .btn_area {
    float: right;
}
.block_list_shop li .btn_area a.btn_detail,.block_list_shop li .btn_area a.btn_done {
    padding: 20px 15px 15px;
    width: 200px;
}


/*------------------------------------------------
左カラム
 ------------------------------------------------ */

.menu_list h3 {
color:#4d4d4d;
    font-size:15px;
    font-weight:bold;
    border-top:2px solid #ff5555;
    border-bottom:1px solid #cccccc;
    padding:10px;
    overflow:hidden;
    border-left:1px solid #cccccc;
    border-right:1px solid #cccccc;
}
.menu_list ul{
    border-left:1px solid #cccccc;
    border-right:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
}
.menu_list li {
border-bottom: 1px dotted #ccc;
}
.menu_list li:last-child{
      border:none;
}
.menu_list li a {
 text-decoration:none;
    font-size:14px;
    display:block;
    height: 19px;
    padding: 12px;
    color:#555555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bnr_list ul {
    margin: 30px 0 0;
}
.bnr_list li {
    margin-bottom: 30px;
    letter-spacing: 0;
  font-size: 13px;
}
.bnr_list li a {
    display: block;
}
.bnr_list li a:hover {
    opacity: 0.8;
    transition: .2s linear;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
}
.l_content2_left .ad-network {
    text-align: center;
}

.l_content2_left .menu_list li a:hover { background-color: #fff8d6;}
.l_content2_left .menu_list li.select a { background-color: #fff8d6;}