@charset "utf-8";

/* 共通スタイルを上書き
------------------------------------------------------------- */

/* タイトル
-------------------------- */
body.mt_main_index h1,
body.mt_category-archive h1 {
    margin-bottom: 5px;
}


/* div.entry asset_content
-------------------------- */
div.asset_content {
    padding: 8px 50px;
}


/* オリジナルスタイル
------------------------------------------------------------- */

/* p.short_cut
-------------------------- */
p.short_cut {
    text-align: center;
    line-height: 1;
}

/* ul.short_cut
-------------------------- */
ul.short_cut {
    width: 465px;
    margin: 0 0 20px;
    padding: 0 50px 8px;
    border-bottom: 1px solid #dfdfdf;
}
ul.short_cut:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

ul.short_cut li {
    display: inline;
    list-style: none;
}
ul.short_cut a {
    display: block;
    float: left;
    line-height: 1;
    padding: 7px;
}
ul.short_cut a:hover {
    background-color: #fffcad;
}

/* p.to_page_header
-------------------------- */
p.to_page_header {
    text-align: right;
}
