@charset "utf-8";

/********************************************
公募一覧・詳細
********************************************/
#body_block .cnt_block p {
    margin: 0 12px 15px;
}


/* 
ソート　レイアウト
*/
.sorting div.control_area{
width: 768px;
border-right: 1px solid #bfbfbf;
}

.sorting div.sort{
width: 370px;
padding: 12px 0 5px 0;
}

.sorting div.number{
padding: 0 0 0 30px;
border-left: 1px solid #bfbfbf;
margin-top: 7px;
}

.freetxt{
height: 26px;
width: 490px;
}

.searchbtn{
margin: 20px 0 0 18px;
}
.searchbtn a{
display: inline-block;
width: 128px;
height: 28px;
vertical-align: middle;
border: 1px solid #ffffff;
border-radius: 8px;
line-height: 28px;
font-size: 13px;
text-decoration: none;
text-align: center;
font-weight: bold;
color: #000;
position: relative;
background: #017701;
background: url(../../images/erad/icon_search_black.png),linear-gradient(to bottom, #fff1e3 5%, #ffd4bc 90%);
background-repeat: no-repeat;
background-position: 38px 7px,0 0;
padding-left: 10px;
}

.searchbtn a:after {
content:"";
display:block;
width:calc(100% + 2px);
height:28px;
border: 1px solid #7f7c7c;
border-radius: 8px;
position: absolute;
top:-2px;
left:-2px;
}

.searchbtn a:hover{
background: #008800;
background: url(../../images/erad/icon_search_black.png),linear-gradient(to bottom, #ffdfc0 5%, #ffb58a 90%);
background-repeat: no-repeat;
background-position: 38px 7px,0 0;
padding-left: 10px;
}



/* 
公募一覧用テーブル
*/

table.offer{
width: 956px;
margin: 5px 12px;
border-collapse: collapse;
}

table.offer th,
table.offer td{
border: 1px solid #b4b4b4;
padding: 8px;
text-align: center;
vertical-align: middle;
line-height: 1.2;
}

table.offer td.left{
text-align: left;
}

table.offer th{
padding-bottom: 15px;
background-color: #d4e1f9;
background-image: url(../img/icon_sort_down.png);
background-repeat: no-repeat;
background-position: right 5px bottom 5px;
}

table.offer th span{
font-weight: normal;
}

table.offer th.fast,
table.offer td.fast{
border-left: none;
}

table.offer th.last,
table.offer td.last{
border-right: none;
}

table.offer tr:nth-child(odd) td {  
  background-color: #effcef;  
}

table.offer tr:nth-child(even) td {  
  background-color: #fff;  
}  


/* 
公募詳細
*/
header.offer_dit{
width: 100%;
height: 47px;
background: url(../img/header_bk.jpg)center top no-repeat;
border-bottom: 3px solid #22304f;
}

header .close_btn{
float: right;
margin: 10px 0 0 0;
}

header .close_btn a{
color: #fff;
background: url(../img/x.png) 0 5px no-repeat;
padding: 0 0 0 12px;
}

header .close_btn a:hover{
color: #ff9900;
}

.plink{
width: 980px;
margin: 0 auto 5px;
}

.plink li{
float: left;
list-style: none;
margin-right: 20px;
}

table.offer_dit{
width:938px;
}

table.offer_dit th,
table.offer_dit td{
padding: 10px;
border: none;
text-align: left;
font-weight: normal;
border-bottom: 1px solid #d7d7d7;
background-color: #fff !important;
}

table.offer_dit th{
width: 280px;
border-right: 1px solid #d7d7d7;
}

table.offer_dit th.half{
width: 140px;
}

table.subTable{
width: 590px;
margin: 0;
}

table.subTable th,
table.subTable td{
padding: 5px;
border:  1px solid #d7d7d7;
text-align: center;
}

table.subTable th{
background-color: #d4e1f9 !important;
}

table.subTable th:first-child,
table.subTable td:first-child{
border-left: none;
}

table.subTable th:last-child,
table.subTable td:last-child{
border-right: none;
}
















