@charset "utf-8";

h3#eyecatchWrapper {
    position: relative;
    height: 285px;
}

h3#headingWrapper {
    position: relative;
    height: 99px;
}

div#titleGroupWrapper {
    margin-bottom: 10px;
    position: relative;
}

div#titleGroupWrapper h4 {
    position: absolute;
    top: 60px;
    left: 14px;
    font-weight: bold;
    font-size: 1.4em;
    color: #755810;
}

img#eyecatch {
    position: absolute;
}

img#myStarButton {
    position: absolute;
    top: 210px;
    right: 14px;
    z-index: 52;
}

img#allDocButton {
    position: absolute;
    top: 50px;
    right: 10px;
    z-index: 51;
}

img#makeUrlButton {
    position: absolute;
    top: 50px;
    right: 170px;
    z-index: 50;
}

div.recentStarItem {
    padding: 10px;
    background: url(../../img/pc/cmn_border2.png) no-repeat bottom center;
}

div.recentStarItem h4 {
    margin-bottom: 4px;
    padding-top: 2px;
    font-size: 1.2em;
}

div.recentStarItem span {
    font-size: 1.2em;
}

div.titles {
    padding-left: 24px;
    float: left;
    display: inline;
    background: url(../../img/pc/cmn_icon_star.png) no-repeat 3px top;
}

div.recentStarItem .detailButton {
    margin-top: 10px;
    float: right;
    display: inline;
}

