@charset "utf-8";
body {
    color:#333;
    font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
    font-size:14px;
    line-height:150%;
}

a,
a:link,
a:visited {
    color:#653210;
    text-decoration:none;
}

a:hover {
    color:#653210;
    text-decoration: underline;
}

table {
    border-collapse:collapse;
    border-spacing:0px;
    empty-cells:hide;
    margin:auto;
}

td a {
    display:block;
}

ul {
    list-style: none;
    padding:0;
}

strong {
    margin: 0px 2px;
}

.clearfix:after {
    clear:both;
    content:".";
    display:block;
    height:0;
    visibility: hidden;
}

.clearfix {
    min-height:1px;
}

* html .clearfix {
    height:1px;
    /*\*//*/
    height: auto;
    overflow: hidden;
    /**/
}

.toPageTop {
    font-size:12px;
    text-align:right;
    padding-top:10px
}

.toPageTop a {
    background:url(../img/yr01.gif) no-repeat left center;
    padding-left:20px;
}

.toPageTop img {
    vertical-align: middle;
}

div.breadcrumb {
    clear:both;
    font-size:12px;
    margin:14px 0;
}

div.breadcrumb div {
    display:inline;
}

div.fb-like-wrapper {
    margin-bottom:6px;
    text-align:right;
}

.attention {
    color:#ff0000;
}


.feature {
    background-color:#FFCC33;
    padding:0 4px;
}