@charset "UTF-8";
@import url(/mt/mt-static/support/themes/pandora-quattro/pandora-user.css);
/*******************************************************************************/
/* ランキングタブ関連
/*******************************************************************************/
.tabnav li {
    padding-right: 5px;
    display: inline;
    list-style: none;
}
.tabnav li.ui-tabs-selected a {
    filter:alpha(opacity=50);/* IE      */
    -moz-opacity: 0.50;      /* Firefox */
    opacity: 0.50;           /* Opera   */
}
.tabdiv {
    margin-top: .5em;
}
.ui-tabs-hide {
    display: none;
}
/*******************************************************************************/
/* レーティング関連
/*******************************************************************************/
div.sexyVote {
    display: inline;
}
div.sexyVote span {
    margin-left: 0.5em;
}
/*******************************************************************************/
/* 外部参照アンカー関連
/*******************************************************************************/
#alpha a[href^="http://bizcaz.com/"]:after {/*for Internal Link*/
    content: "";
    margin: 0;
}

/*******************************************************************************/
/* グラデーション関連
/*******************************************************************************/
* html .gradient a span,
* html .gradient span {/* for IE6.x */
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/mt/mt-static/support/themes/pandora-quattro/gradient.png', sizingMethod='scale');
    background: none;
}
/*******************************************************************************/
/* ハック
/*******************************************************************************/
.clearfix:after {
    height: .1px;
    display: block;
    visibility: hidden;
    content: ".";
    font-size: .1em;
    line-height: 0;
    clear: both;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/*******************************************************************************/
/* 共通
/*******************************************************************************/
.clear {
    clear: both;
}

.bold {
    font-weight: 700;
}
.strong {
    font-weight: 700;
    color: #e60033;
}
.del {
    text-decoration: line-through;
}
/*******************************************************************************/
/* テーブルデザイン関連
/*******************************************************************************/
table.stylish {
    margin-bottom: 30px;
    width: 100%;
    font-size: 80%;
    color: #666;
    border: 1px solid #ccc;
    border-collapse: separate;
    border-spacing: 1px;
}
table.stylish tr {
    padding: 5px;
    background-color: #e1e2e6;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
table.stylish th {
    padding: 5px;
    text-align: right;
    background-color: #e5e8e9;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
table.stylish td {
    padding: 5px;
    text-align: right;
    background-color: #eff2f3;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
/*******************************************************************************/
/* キャピタライズ関連
/*******************************************************************************/
p.capitalize:first-letter {
    margin-right: .2em;
    padding: .4em .4em;
    height: 1.4em;
    line-height: 1.4em;
    float: left;
    display: block;
    font-weight: 700;
    font-size: 160%;
}
/*******************************************************************************/
/* Amazon
/*******************************************************************************/
.amz-container {
    width: 100%;
}
.amz-image {
    text-align: center;
}

