/* Contents
===============================================================*/
h2.tit{
	background:url(/blackjack/bj2016/blog/images/img_tit_01.png) no-repeat right top;
	text-indent:-9990px;
	width: 950px;
    height: 144px;
    margin: 48px auto 0;
	}


/* BLOG box */
#Main .box {
    width: 700px;
	padding-bottom:35px;
}

#Main .box h3 {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 32px;
	background:url(/blackjack/bj2016/blog/images/dot.png) repeat-x left bottom;
    padding-bottom: 6px;
	font-weight: normal;
}
#Main .box h3 span {
	display:block;
	font-size:14px;
	line-height:18px;
	color:#867d62;
}
#Main .box h3 a {
	color:#000000;
	display: block;
}
#Main .box h3 a:hover {
	text-decoration:underline;
}

#Main .box p {
	line-height:26px;
	margin-bottom:30px;
}

#Main .box p a {
	color:#000000;
	text-decoration:underline;
}


#Main .box .box_discription {
    position: relative;
}
#Main .box .box_discription p.photo {
    position: absolute;
    right: 0;
    top: 0;
}



/* PAGER */
.pager{
    width: 700px;
	padding: 15px 0 90px 0;
}
.pager ul li a {
	text-decoration: none;
	background-color: #c6bcb0;
	color: #FFF;
    display: block;
    font-size: 14px;
    line-height: 14px;
    padding: 10px;
	width: 14px;
}
.pager ul li a:hover {
	line-height: 14px;
	background-color: #ac0000;
}
.pager li {
    display: inline-block;
    margin: 0px 5px 0px 0;
    letter-spacing: normal;
}
.pager li:last-child {
	margin: 0;
}

.pager ul {
    text-align: center;
	margin: 0 auto;
}
	
.pager span.current_page {
	background-color: #ac0000;
	display: block;
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
    padding: 10px;
	width: 14px;
}
	
	
.pager li a.link_next {
	width: 50px;
    margin-left: 24px;
	background: none !important;
}
.pager li a.link_next:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.pager li a.link_before {
	width: 50px;
    margin-right: 24px;
    background: none !important;
}
.pager li a.link_before:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.pager li a.link_back{
	width: 120px;
	text-align: center;
}




/* SideBox
====================================================================== */
#SideBox .box .inner {
    padding-top: 10px;
}

#SideBox .box .inner li {
    border-bottom:none;
}
#SideBox .box .inner li a {
	padding: 9px 0 9px 25px;
}

#SideBox p.bg2 {
	margin-bottom: 16px;
}
