.tobes-community-list-bi {
    height: 24px;
    margin-top: 5px;
    margin-right: 5px;
}

.tobes-pannel-body {
    padding-bottom: 5px;
}

.tobes-panel-title {
    font-weight: bold;
}

.tobes-panel-title-spec {
    font-size: smaller;
    color: #aaaaaa;
}

div.panel-body.tobes-pannel-body>div>table>thead>tr>th {
    text-align: center;
}

div>div.panel-body.tobes-pannel-body>div>table>tbody>tr>td {
    text-align: center;
}

div>div.panel-body.tobes-pannel-body>div>table>tbody>tr>td:nth-child(1) {
    text-align: left;
}

.tobes-label {
    margin-top: 1px;
}

.foldRow {
    display: none;
}

.unfoldRow {
    display: block;
}

.expandRows {
    display: none;
}

.tobes-brand-icon {
    width: 25px;
    height: 40px;
    margin-left: 20px;
    margin-top: 10px;
}

.date>input {
    height: 36px;
}

.day {
    color: #000;
}

.mar-top-2x {
    margin-top: 20px !important
}

.mar-btm-2x {
    margin-bottom: 20px !important
}

.mar-btm-3x {
    margin-bottom: 30px !important
}

.mar-no-bottom {
    margin-bottom: 0 !important
}

.pad-no-bottom {
    padding-bottom: 0 !important;
}

#ranking-table th,
#ranking-table td {
    vertical-align: middle;
}

.legend-items {
    display: inline-block;
    padding-left: 15px;
    font-size: .85em;
    vertical-align: middle;
    margin-bottom: 10px;
}

.legend-items>span {
    display: inline-block;
    width: .6em;
    height: .6em;
    margin-right: 7px;
    border-radius: 50%;
    vertical-align: middle;
}

.blog_hr {
    border: none;
    line-height: 0;
    height: 20px;
    background: url(/img/svg/divider-line.svg);
    background-size: 200px 200px;
    cursor: pointer !important;
    background-position: 0 -180px;
    background-repeat: no-repeat;
    width: 200px;
    display: block;
    unicode-bidi: isolate;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 40px;
}

.blog_subtitle {
    text-indent: 0ex !important;
}

.blog_impression {
    border-left: none;
    padding: 20px;
    font-size: 20px;
    margin: 10px;
}

.community-share-icon {
    width: 60px;
}

@media (min-width: 768px) {
    .tobes-brand-icon {
        width: 25px !important;
        height: 40px !important;
    }
}

@media (max-width: 768px) {
    .fixed-fluid>[class^="fixed-"],
    .fixed-fluid [class*=" fixed-"] {
        padding-top: 10px;
    }
}

.base-background {
    background-color: #2C4667;
}

* {
    -webkit-tap-highlight-color:rgba(255,255,255,0);
    user-select: none;
    -webkit-touch-callout: none;
}

.shopping-img {
    width: 140px;
    height: 140px;
}

.shopping-top-ads {
    z-index: 999;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}