@charset "utf-8";

/* CLUB */
#club {
    float: left;
    width: 440px;
    margin-right: 20px;
    padding-top: 3px;
}
#club h2 {
    margin-bottom: 20px;
}
table.cultuer,
table.sports {
    margin-bottom: 20px;
}
table.cultuer td {
    padding-right: 30px;
}
table.sports td {
    padding-right: 20px;
}
.border {
    clear: both;
    margin-bottom: 20px;
    border: 2px solid #d7d6d7;
}
#club a {
    color: #262626;
    text-decoration: none;
}
#club a:hover, #club a:active {
    color: #2941f5;
}

/* CLUB REPORT */
#clubReport {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 4px solid #d7d6d7;
}
#clubReport h2 {
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #cccccc;
}
#clubReport h2 span {
    font-weight: normal;
}
#clubReport a {
    color: #2f80f9;
}

/* PAGER */
.clubListPager {
    margin-bottom: 10px;
    text-align: right;
}

/* LIST */
dl#crList {
    clear: both;
    margin-bottom: 10px;
    
}
dl#crList dt {
    clear: both;
    float: left;
    width: 11.5em;
    margin-bottom: 0.5em;
}
dl#crList dd {
    margin-left: 11.5em;
    margin-bottom: 0.5em;
}

/* DETAIL */
.clibDetail{
}
p.crDate {
    margin-bottom: 10px;
    /*text-align: right;*/
}
h3#crTitle {
    margin: 0 0 5px;
}
.crHr {
    margin-bottom: 20px;
    border-color: 10px solid #dedede;
}
