@charset "utf-8";

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

/* common 共通
------------------------------------------------ */

/* 見出し */
.monitor h2 {
    border-top: 3px solid #ff5555;
    border-bottom: 1px solid #ccc;
    padding: 10px 10px 7px;
    color: #3b3b3b;
    clear: both;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    height: auto;
}
/* リンク */
.monitor a {
    transition: .2s linear;
}
/*  product_not 商品無し表示 */
    .tentame .product_not {
    font-size: 16px;
    margin: 0 auto 80px;
    padding: 70px 20px 0;
    text-align: center;
}
.tentame .mainvisual {
    border: none;
    margin: 0 auto 30px;
    padding: 0;
    width: 950px;
}

/* item_list 商品一覧
------------------------------------------------ */

.tentame_list {
    margin: 0 auto 60px;
    overflow: hidden;
    position: relative;
    width: 1000px;
}
.tentame_list iframe{
    width:998px;
    height:600px;
    border:0;
    margin:0 auto;
}
/* btn_area ボタンリスト */
    .tentame_list .btn_area {
    position: absolute;
    top: 13px;
    right: -5px;
}
.tentame_list .btn_area ul {
    overflow: hidden;
}
.tentame_list .btn_area li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.tentame_list .btn_area li a {
    border: 1px solid #e0e2e4;
    border-radius: 2px;
    color: #404040;
    display: block;
    font-size: 14px;
    padding: 5px 22px 3px 12px;
    position: relative;
    text-decoration: none;
}
.tentame_list .btn_area li.beginner a{
    background:url(../../img/monitor/icon_beginner.png) 10px 5px no-repeat;
}
.tentame_list .btn_area li.beginner a {
    padding: 5px 22px 3px 32px;
}
.tentame_list .btn_area a:before,
.tentame_list .btn_area a:after {
    background: #818181;
    border-radius: 4px;
    content: '';
    display: block;
    height: 2px;
    width: 7px;
    position: absolute;
    top: 50%;
    right: 5px;
}
.tentame_list .btn_area a:before {
    margin-top: -4px;
    -webkit-transform: rotate(58deg);
    transform: rotate(58deg);
}
.tentame_list .btn_area a:after {
    margin-top: 1px;
    -webkit-transform: rotate(-58deg);
    transform: rotate(-58deg);
}
.tentame_list .btn_area li a:hover {
    background-color: #555555;
    color: #fff;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    transition: .2s linear;
}

/* note 利用状況導線 */
.note {
    background: #f3f0e7;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 30px;
    padding: 10px 15px;
    width: 1000px;
}
.note .inner {
    color: #3d3d3d;
    background: #fff;
    border-radius: 3px;
    box-shadow: 1px 1px 2px #D3CCC2;
    box-sizing: border-box;
    overflow: hidden;
    padding: 15px 20px;
    width: 970px;
}
.note .inner .txt {
    float: left;
    line-height: 2.0;
    padding-top: 5px;
}
.note .inner .btn {
    display: inline-block;
    float: right;
}
.note .inner .btn a {
    background:#43bb90;
    border-radius: 2px;
    box-sizing: border-box;
    color: #fff;
    clear: both;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin: 0 auto;
    width: 265px;
    padding: 17px 0 15px;
    text-align: center;
    text-decoration: none;
    box-shadow: 1px 1px 2px #D3CCC2;
}
.note .inner .btn a:hover {
    background-color: #059262;
}
.note .inner .btn a span {
    position: relative;
}
.note .inner .btn a span:before,
.note .inner .btn a span:after {
    background: #fff;
    border-radius: 4px;
    content: '';
    display: block;
    height: 2px;
    width: 12px;
    position: absolute;
    top: 50%;
    right: -20px;
}
.note .inner .btn a span:before {
    margin-top: -6px;
    -webkit-transform: rotate(58deg);
    transform: rotate(58deg);
}
.note .inner .btn a span:after {
    margin-top: 3px;
    -webkit-transform: rotate(-58deg);
    transform: rotate(-58deg);
}

/* card_layout カード型レイアウト - 1段4枚 */
.tentame .tentame_list .box4 {
    clear: both;
    margin-bottom: 50px;
}
.tentame .box4 li {
    float: left;
    margin: 0 19px 25px 0;
    position: relative;
    text-align: center;
}
.tentame .box4 li:nth-child(4n) {
    margin: 0 0 25px 0;
}
.tentame .box4 li a {
    color: #3d3d3d;
    background: #f5f5f5;
    border-radius: 3px;
    box-shadow: 2px 2px 2px #d5d5d5;
    box-sizing: border-box;
    display: block;
    margin-bottom: 10px;
    width: 235px;
    position: relative;
    padding: 10px;
    text-decoration: none;
    text-align: center;
    height:auto;
}
.tentame .box4 li a:hover {
    background: #FFF8D8;
}
.tentame .tentame_list 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;
}
.tentame .tentame_list li .status.no_apply {
    background: #fff;
    border: 2px solid #ff5555;
    color: #ff5555;
    padding: 1px 2px 0;
}
.tentame .tentame_list li .status.unanswered {
    background: #ff5555;
}
.tentame .tentame_list li .status.answered {
    background: #555555;
}
.tentame .tentame_list li .status.end_apply {
    background: #a8a8a8;
}
.tentame .tentame_list li .date {
    float: right;
    padding-top: 2px;
}
.tentame .tentame_list li .date span {
    color: #f23d52;
}
.tentame .box4 li .thumnail {
    background: #fff;
    box-sizing: border-box;
    clear: both;
    margin: 0 auto 12px;
    padding: 10px;
    height: 200px;
    width: 200px;
}
.tentame .box4 li .thumnail img {
    width: 100%;
}
.tentame .box4 li .product_name {
    color: #3d3d3d;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 8px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tentame .box4 .point {
   color:#f84848;
    font-weight:bold;
    background-position: 0;
    background-size: 18px;
    font-size: 28px;
    margin-bottom: 10px;
    padding-left: 22px;
    display: inline-block;
    background: url(../../img/10/icon/ico-pt.gif) no-repeat 0 13px;
}
.tentame .box4 .price,.tentame .box4 .number {
    margin-bottom: 5px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tentame .box4 .q_id {
    color: #aaa;
    border-top: 1px solid #cecece;
    font-size: 13px;
    margin-top: 10px;
    padding: 10px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* note 注意事項 */

.detail_action,.detail_action_note {
    clear: both;
    overflow: hidden;
    margin-bottom: 25px;
}
.detail_action_note {
    margin: 0 auto 40px;
    width: 1000px;
}
.tab_list,.tab_list_note{
    overflow:hidden;
    padding-bottom: 8px;
}
.tab_list li,.tab_list_note li{
    float: left;
    margin: 0 5px 0 5px;
    cursor: pointer;
}
.tab_list li:nth-child(1),.tab_list_note li:nth-child(1) {
    margin-left: 5px;
}
.tab_list li p,.tab_list_note li p  {
    border-radius: 5px;
    border: #ccc 1px solid;
    background: #ececec;
    color: #3a3a3a;
    padding: 6px 12px;
}
.tab_list li p:hover,.tab_list_note li p:hover {
    background: #fff8d6;
    transition: all 0.8s;
}
.tab_list li.select p,.tab_list_note li.select p {
    transition: all 0s;
    position: relative;
    border: 1px solid #FF5555;
    background: #FF5555;
    color: #fff;
}
.tab_list_note 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,.detail_list_note li {
    padding: 25px 25px 20px;
    border: 1px solid #cecece;
    border-radius: 8px;
}
.detail_list span,.detail_list_note span {
    color: #ff4467;
    font-weight: bold;
}
.hidden {
    display:none;
}
.detail_list_note li p {
    margin-bottom: 10px;
}
.detail_list_note li p:last-of-type {
    margin-bottom: 5px;
}

/* mypage 利用状況
------------------------------------------------ */

.tentame_list .box {
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    margin-bottom: 30px;
}