﻿.TitleContainer {
    padding: 0 0 10px 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #dedcdc;
}
.Title {
    font-size: 16px;
    font-weight: bold;
}
.BoardListItemTitleWrapper {
	overflow:hidden;
	position:relative;
    padding: 3px 5px;
}
	.BoardListItemTitleWrapper:after {
		clear:right;
	}

.BoardListItemCategory {
	display:inline-block;
	color:#3694a5;
	float:right;
}

.BoardListItemLocation {
    margin-left:5px;
	display:inline-block;
	color:#c6c6c6;
}

.BoardListItemTitle {
	font-weight:500;
    font-size:14px;
}
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.BoardListItemHitContainer {
    float: right;
    text-align: right;
    min-width: 80px;
    padding-left: 10px;
}
.BoardListItemDate, .BoardListItemTel {
    float: right;
}
.BoardListItemDate, .BoardListItemName, .BoardListItemTel {
    display: inline-block;
    color: #808080;
}

.MyPageButton {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color: #ededed;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    color: #777777;
    font-weight: 500;
    padding: 6px 9px 6px 9px;
    margin-left: 4px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #ffffff;
    cursor: pointer;
    vertical-align: text-bottom;
}
.BoardListSeperator {
    border-bottom: 1px solid #EBE8E8;
}

/* Page */
#BoardListPager, #BoardListPager2 {
    text-align: center;
    padding: 10px 0 10px 0;
}
.PagerButton, .PagerNormal {
    border-width: 0px;
    padding: 5px;
    color: #545454;
    text-decoration: none;
    margin: 0px 2px;
    font-size: 14px;
    font-weight: bold;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.PagerCurrent {
    padding: 2px 5px;
    margin: 0px 2px;
    border-bottom: 3px solid #f46e0f;
    font-size: 14px;
    font-weight: bold;
}
