@charset "euc-jp";

/* monitor
モニターのみで使用するスタイル
------------------------------------------------ */

/*  common 共通
------------------------------------------------ */
.l_content {
    overflow: hidden;
}
.monitor a {
    cursor: pointer;
}

/* 見出し */
.monitor h2 {
    background: #fff;
    border: none;
    border-bottom: #2879c4 2px solid;
    color: #3b3b3b;
    clear: both;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 30px;
    height: auto;
    padding: 7px 0 12px 0;
}
.monitor .menu_list h3 {
    height: 100%;
    padding: 17px 0 5px 10px;
}


/* rotation bnr ローテーションバナー
   ※詳細は jquery.bxslider.cssを参照
------------------------------------------------ */
.monitor .rotation { padding-top: 0;}
.mainimg_1frame h2 { border: none;}


/*  main メイン
------------------------------------------------ */
/* card_layout カード型レイアウト - 1段3枚 */
.box3 {
    clear: both;
    margin-bottom: 50px;
}
.box3 ul {
    margin-bottom: 10px;
}
.box3 li {
    float: left;
    margin: 0 20px 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: #fef5d1;
}
.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: 40px;
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: 10px;
    text-align: left;
    white-space: normal;
}
.box3 .point {
    background-position: 4px 2px;
    display: inline;
    font-size: 16px;
}

/* card_layout カード型レイアウト - 1段4枚 */
.content_inner {
    margin: 0 auto;
    width: 1000px;
}
.box4 {
    clear: both;
    margin-bottom: 50px;
}
.box4 ul {
    margin-bottom: 10px;
}
.box4 li {
    float: left;
    margin: 0 20px 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: #fef5d1;
}
.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;
}
.box4 .point {
    background-position: 4px 0;
    display: inline-block;
    font-size: 16px;
    max-height: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1px 0 0 25px;
}

.box4.real_monitor {
    margin-top: 10px;
}

/* card_layout_tentame カード型レイアウト - 1段4枚 テンタメ */
.box4.tentame {
    clear: both;
    margin-bottom: 50px;
}
.box4.tentame li {
    float: left;
    margin: 0 19px 25px 0;
    position: relative;
    text-align: center;
}
.box4.tentame li:nth-child(4n) {
    margin: 0 0 25px 0;
}
.box4.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: 415px;
    width: 235px;
    position: relative;
    padding: 10px;
    text-decoration: none;
    text-align: center;
}
.box4.tentame li a:hover {
    background: #fef5d1;
}
.box4.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.tentame li .status.no_apply {
    background: #fff;
    border: 2px solid #3693ec;
    color: #3693ec;
    padding: 1px 2px 0;
}
.box4.tentame li .status.unanswered {
    background: #f05451;
}
.box4.tentame li .status.answered {
    background: #3693ec;
}
.box4.tentame li .status.end_apply {
    background: #a8a8a8;
}
.box4.tentame li .date {
  float: right;
  padding-top: 2px;
  margin-bottom: 10px;
}
.box4.tentame li .date span {
  color: #f23d52;
}
.box4.tentame li .thumnail {
    background: #fff;
    box-sizing: border-box;
    clear: both;
    margin: 0 auto 12px;
    padding: 10px;
    height: 200px;
    width: 200px;
}
.box4.tentame li .thumnail img {
    width: 100%;
}
.box4.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.tentame .point {
    background-position: 0;
    background-size: 18px;
    display: inline-block;
    font-size: 28px;
    margin-bottom: 10px;
    padding: 5px 0 0 22px;
}
.box4.tentame .price,.tentame .number {
    margin-bottom: 5px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.box4.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;
}

/*  new_icon NEWアイコン
----------------------------------- */
.monitor .ico_new {
    animation:blink 1.15s ease-in-out infinite alternate;
    background: #f03955;
    border-radius: 3px;
    color: #fff;
    display: block;
    float: left;
    font-size: 11px;
    line-height: 1;
    margin-right: 8px;
    padding: 4px 5px 3px;
    width: 30px;
}

/* header ヘッダー調整 */
.header .userinfo_list ul li .ico_new {
    animation: none;
    float: none;
}


/*  round type まる型 */
.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;}
}


/*  error エラー表示
----------------------------------- */
.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 落選・応募完了表示
----------------------------------- */
.notice {
    border: 2px solid #3693ec;
    border-radius: 3px;
    margin: 10px auto;
    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;
}


/* pager ページャー　CSS調整
----------------------------------- */
.monitor .pager_wrap {
    margin: 0 auto;
    width: 790px;
    text-align: center;
}
.monitor .pager {
    border: none;
    padding: 0;
    width: 100%;
}
.pager li:nth-child(n+1) {
    margin-right: 0;
}
.monitor .pager li a {
    box-sizing: border-box;
    padding: 7px 11px;
    font-size: 17px;
}
.monitor .pager li.select {
    background: #5da0dd;
    color: #fff;
    font-size: 17px;
    padding: 7px 11px;
}
.monitor .pager li.next a,
.monitor .pager li.prev a {
    font-size: 14px;
}
.monitor .pager li.prev {
    margin-right: 10px;
}
.monitor .pager li.next {
    margin-left: 10px;
}
.monitor .pager_wrap p {
    padding: 5px 0 0;
}


/* left_column 左カラム
------------------------------------------------ */
.menu_list li a {
    font-size: 13px;
    padding: 15px 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bnr_list ul {
    margin: 30px 0 0;
}
.bnr_list li {
    margin-bottom: 30px;
}
.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;
}

