@import url("isa_base.css");
@import url("isa_layout.css");

/* visual */
.sub_visual.community {margin-bottom:85px;background:url("../images/community/visual_01.jpg") no-repeat 50% 0;}

/* title */
.title_notice {margin-bottom:53px;text-align:center;}

/* list */
.list th {height:28px;font-weight:normal;font-size:16px;border:1px solid #e6e6e6;
	background-color: #fafafa;
	background-image: -webkit-linear-gradient(top, #fff, #fafafa);
	background-image: -moz-linear-gradient(top, #fff, #fafafa);
	background-image: -ms-linear-gradient(top, #fff, #fafafa);
	background-image: -o-linear-gradient(top, #fff, #fafafa);
	background-image: linear-gradient(to bottom, #fff, #fafafa);
}
.list td {height:34px;font-size:13px;text-align:center;border-bottom:1px solid #ededed;}
.list tr:last-child td {border-bottom:2px solid #ededed;}
.list td.title {padding-left:43px;text-align:left;}
.list td a {font-size:13px;}

/* page */
.page {padding-top:25px;text-align:center;}
.page a {display:inline-block;min-width:25px;padding:5px 0;font-size:10px;text-indent:2px;background:url("../images/bul/dot_gray_01.gif") no-repeat 0 50%;}
.page a.first {background:none;}
.page a.current {font-weight:bold;color:#3b3b3b;}
.page button {width:20px;height:17px;text-indent:-10000em;vertical-align:middle;}
.page .btn_page_first {background:url("../images/icon/arrow_double_left.png") no-repeat 50% 50%;}
.page .btn_page_before {background:url("../images/icon/arrow_single_left.png") no-repeat 50% 50%;}
.page .btn_page_next {background:url("../images/icon/arrow_single_right.png") no-repeat 50% 50%;}
.page .btn_page_last {background:url("../images/icon/arrow_double_right.png") no-repeat 50% 50%;}
