/*********************************************************************
 * お仕事詳細
 * （GnsAY0030Servlet）
 *
 * @author  C.Yamauchi (Nesty)
 * @version 1.00 (2014/12/22) create
*********************************************************************/
@charset "Shift_JIS";

#main_contents table {
  margin: 0 auto;
}

.ds_work_condition_space {
margin: 0px 15px;
word-break: keep-all;
}

/* テーブルセル タイトル部 */
.ds_detail_1, .ds_detail_osusume {
height: 30px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
text-align: left;
padding: 0px 10px;
}

.ds_detail_osusume {
background-color: #fcd150;
}

.ds_detail_1{
width:150px;
background-color: #eeeeee;
}

.ds_detail_2{
width:530px;
padding: 0px 10px;
word-wrap:break-word;
word-break:break-all;
}

.ds_cellline{
background-color: #dddddd;
height: 1px;
padding: 0px;
}

/* 未ログイン時のエントリー部分 */
.ds_registinfo_header {
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
width: 680px;
height:130px;
margin: 0 auto;
background-color:#D9E4F7;
}
.ds_registinfo_header2 {
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
width: 680px;
height:310px;
margin: 0 auto;
background-color:#dddddd;
}

.ds_registinfo_contents {
background-color:#FFFFFF;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
width: 654px;
height:104px;
padding: 10px;
position: relative;top:3px;left:3px;
}
.ds_registinfo_contents2 {
background-color:#FFFFFF;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
width: 654px;
height:284px;
padding: 10px;
position: relative;top:3px;left:3px;
}

.ds_registinfo_contents > table {
width: 630px;
}

.ds_registinfo_title, .ds_registinfo_title2 {
font-size: 14px;
font-weight: bold;
}
.ds_registinfo_title {
color: #86B0F4;
}
.ds_registinfo_title2 {
color: #aaaaaa;
}

.ds_registinfo_input_detail {
width: 100px;
}

.ds_registinfo_input_detail2 {
width: 140px;
}

.ds_registinfo_button {
text-align: right;
}

.ds_registinfo_table_detail1 {
width: 100px;
text-align: right;
}

.ds_registinfo_table_detail2 {
width: 80px;
text-align: right;
}

.ds_registinfo_table_detail3 {
width: 472px;
}

/* 未ログイン時のエントリー部分(内側のブロック) */
.ds_registinfo_inner {
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
width: 630px;
height:100px;
margin: 0 auto;
padding: 10px;
background-color:#eeeeee;
}

.ds_registinfo_inner > table {
width: 100%;
}

/* 募集終了文面 */
.ds_message_end {
text-align: center;
font-size: 16px;
}

.ds_message_end img {
position: relative;top:8px;
}