@charset "utf-8";

/*******************************************************************************
 * common
 *******************************************************************************/
body {
    font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
body, nav { min-width: 1000px; }

/* table */
th {
    text-align: center;
    white-space: nowrap;
}
.bg-primary th a {
    color: #fff;
    text-decoration: underline dotted;
}
.table-hover .bg-no-hover { background: #fff !important; }

/* margin */
.noMargin { margin: 0; }
.mt10     { margin-top: 10px; }

/* placeholder*/
.form-control::-moz-placeholder {
  color: #ccc;
}
.form-control:-ms-input-placeholder {
  color: #ccc;
}
.form-control::-webkit-input-placeholder {
  color: #ccc;
}

/* メッセージ */
.message {
    margin: 1em 0;
    padding: 0.5em;
}

/* エラーメッセージ */
.error-message {
    margin: 0.5em 1em;
    color: #ff4e00;
    font-weight: bold;
}

/*
.error-message ul {
    margin: 0.5em 0;
    padding-left: 1.5em;
}
.error-message li {
    list-style: disc;
    margin-bottom: 0.5em;
}
.error-message li:last-child { margin-bottom: 0; }
*/

/* pagination */
.paginationNav-totalPage {
    margin: 20px 0;
    padding: 6px 0 6px 20px;
}

/* searchUnit */
.searchUnit {
    margin-top: 20px;
}
.searchUnit .form-group {
    margin-bottom: 0;
}


/* ユーティリティ */
.vAlignT { vertical-align: top; }
.vAlignM { vertical-align: middle; }
.vAlignB { vertical-align: bottom; }
.mT20 { margin-top: 20px; }
.mR15 {margin-right: 15px;}

/*******************************************************************************
 * Dashbord
 *******************************************************************************/
.dashboard-badge {
    background-color: #FF00AD !important;
}

/*******************************************************************************
 * Management
 *******************************************************************************/
/* Bbs */
/* スレッド一覧 */
.bbs__thread-list__message div {
    max-height: 4.5em;
    overflow-y: auto;
}
/* PaypalIpnOrigin - IPN */
.paypal__thread-list__ipn{
    width: 70%;
    word-break: break-all;
}

/*******************************************************************************
 * Short Url
 *******************************************************************************/
.shourt-url-view {
/*    z-index: 100;*/
    position: fixed;
    overflow-y: scroll;
    height: 400px;
    background: #fff;
}
.shourt-url-view-font {
    font-size: 10px;
}
.shourt-url-view table {
    width: 250px;
}

/*******************************************************************************
 * Analytics
 *******************************************************************************/
.analytics-graph-area-nav {
    position: relative;
}

.analytics-graph-area-nav .nav li a {
    padding: 5px 10px !important;
    margin-top: 2px;
}
.analytics-graph-area-body{
    border-right : silver 1px solid;
    border-bottom: silver 1px solid;
    border-left  : silver 1px solid;
    padding: 5px;
    position: relative;
    overflow: auto;
}
.analytics-graph-size{
    position: absolute;
    font-size: 24px;
    z-index: 2;
    right: 5px;
    top:  5px;
}
.analytics-graph-size div{
    position: absolute;
    z-index: 3;
    opacity: 0.5;
}
.analytics-graph-size div:hover{
    opacity: 1;
    cursor: pointer;
}
.analytics-graph-size .doubledown{ right:  5px;}
.analytics-graph-size .down      { right: 25px;}
.analytics-graph-size .up        { right: 45px;}
.analytics-graph-size .doubleup  { right: 65px;}
/*******************/
/* analytics graph */
/*******************/
#analytics-graph-area{
    position: absolute;
    width: 98%;
    margin-left: 2px;
}

/*******************/
/* analytics table */
/*******************/
.analytics-table-wrapper{
    margin-top: 5px;
    overflow-x: auto;
}
.analytics-table, .analytics-table td,  .analytics-table th{
    border: 1px solid silver;
}
.analytics-table-header{
    background-color: #f5f5f5;
}
.analytics-table th{
    text-align: center;
    padding: 0 2px !important;
}
#analytics-calendar-select{
    padding-left: 5px;
    padding-right: 5px;
}
.analytics-table tbody tr td {
    padding: 1px;
    text-align: right;
}
.analytics-table th.analytics-flow-diagram{
    padding-bottom: 16px !important;
}
.analytics-flow-diagram-icon{
    font-size: 200%;
}
.analytics-make-graph:hover {
    font-size: 120%;
    position: static;
    z-index: 2;
}
.analytics-make-graph, .analytics-link4detail {
    color: #5bc0de;
}
.analytics-table-data0 {
    color: silver;
}
.analytics-table-data-{
    color: silver;
    text-align: center !important;
}
.analytics-table-data-saturday {
    background-color: #ffe1f5 !important;
}
.analytics-table-data-sunday {
    background-color: #ffd1f0 !important;
}



