
*{padding:0; border:0; margin:0;}
#wrap {
  background: #fff;
}
a {text-decoration: none;}
table {
  border-collapse: collapse;
}



h1 {font-weight: normal;}

h4 {
  clear: both;
  float: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 10px 10px;
  color: #003399;
  font-weight: bold;
}

#foot_bbox li {
  margin-left: 12px;
}

.footer_h2 {
  font-size: 14px;
}

.font12{
  font-size: 12px;
}




/* メインヘッダ補正 */
#head_list {
  margin: 15px 0px 0px 140px;
}
#cases {
  margin-bottom: 20px;
  border-bottom: none;
}


/* ページヘッダ　ロゴ、旧ページ誘導、ログアウト */
#head {
  width: 950px;
  height: 60px;
  margin: 0px auto 0px auto;
}

#h_left {
  width: 610px;
  float: left;
}

#h_left p {
  display: inline;
  height: 50px;
  vertical-align: middle;
  padding: 0px 0px 35px 20px;
  font-size: 12px;
  color: #003399;
}

#h_right {
  float: right;
  height: 20px;
  margin: 22px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 12px;
}

/* アラート枠設定 */
#alert_box {
  width: 100%;
  height: 26px;
  margin: 0px 0px 10px 0px;
  padding: 6px 0px 0px 10px;
  border-radius: 6px;
  background-color: #aa0000;
  background-image: url(../img/common/alert_back.png);
  background-repeat: repeat-x;
  color: #f6ea20;
  font-size: 14px;
}

#alert_box img {
  margin-bottom: -3px;
  margin-right: 10px;
}

/* グローバルナビ設定 */
#main_navi {
  clear: both;
  width: 100%;
  height: 97px;
  margin: 0px auto 0px auto;
  background-image: url(../img/common/main_mbar.png);
  background-repeat: repeat-x;
}

#menu_all {
  width: 950px;
  margin: 0px auto 0px auto;
}

#manu_all ul {
  margin: 0px auto 0px auto;
}

#menu_all ul {
  list-style:none;
  display: inline;
}

#menu_all li {
  padding: 10px 0px 0px 5px;
  float: left;
}

#main {
}

/* グローバルナビリンク設定 */
#main a{
  display:block;
  width:100px;
  height:65px;
  float:left;
  background-image:url(../img/common/nav-sprite.png);
  background-repeat: no-repeat;
  cursor:pointer;
  text-indent:-9999px;
}

  #main_top{background-position:0 0;}
  #main_top:hover,#main_top.hover{background-position:0 -65px;}

  #main_search{background-position:-100px 0;}
  #main_search:hover,#main_search.hover{background-position:-100px -65px;}

  #main_needs{background-position:-200px 0;}
  #main_needs:hover,#main_needs.hover{background-position:-200px -65px;}

  #main_hansoku{background-position:-300px 0;}
  #main_hansoku:hover,#main_hansoku.hover{background-position:-300px -65px;}

  #main_shiire{background-position:-400px 0;}
  #main_shiire:hover,#main_shiire.hover{background-position:-400px -65px;}

  #main_tenjikai{background-position:-500px 0;}
  #main_tenjikai:hover,#main_tenjikai.hover{background-position:-500px -65px;}


#menu_sub {
  float: right;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}


#menu_sub ul {
  heignt: 97px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;

}


/* メイン全体設定 */
#main_box {
  clear: both;
  width: 950px;
  height: 100%;
  margin: 0px auto 0px auto;
  padding: 0px 0px 50px 0px;
}


/* メイン右設定 */
#main_right {
  clear: both;
  float: right;
  width: 760px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
}


/* パンくずリスト */
#breadcrumb_list {
  margin: 0px 0px 10px 10px;
  padding: 0px 0px 0px 0px;
  font-size: 10px;
  color: #003399;
}






/* フォーム用ボタン設定 */
#button_001 {
  border: 1px solid #004b77;
  border-radius: 7px;
  margin:10px 0px 0px 0px;
  padding: 5px 12px 5px 12px;
  background-color: #116a9e;
  color: #fff;
  -moz-box-shadow: 1px 1px 1px #6e6e6e;
  -webkit-box-shadow: 1px 1px 1px #6e6e6e;
  font-size: 20px;
  text-shadow: 1px 1px 1px #004b77;
  font-weight: bold;
}

#button_002 {
  border: 1px solid #004b77;
  border-radius: 7px;
  margin:10px 0px 0px 0px;
  padding: 5px 12px 5px 12px;
  background-color: #116a9e;
  color: #fff;
  -moz-box-shadow: 1px 1px 1px #6e6e6e;
  -webkit-box-shadow: 1px 1px 1px #6e6e6e;
  font-size: 16px;
  text-shadow: 1px 1px 1px #004b77;
}

#button_003 {
  border: 1px solid #004c87;
  border-radius: 7px;
  margin:10px 0px 0px 0px;
  padding: 3px 10px 3px 10px;
  background-color: #116a9e;
  color: #fff;
  -moz-box-shadow: 1px 1px 1px #6e6e6e;
  -webkit-box-shadow: 1px 1px 1px #6e6e6e;
}

#button_004 {
  border: 1px solid #9b0202;
  border-radius: 7px;
  margin:10px 0px 0px 0px;
  padding: 5px 12px 5px 12px;
  background-color: #ca0000;
  color: #fff;
  -moz-box-shadow: 1px 1px 1px #6e6e6e;
  -webkit-box-shadow: 1px 1px 1px #6e6e6e;
  font-size: 18px;
  text-shadow: 1px 1px 1px #590000;
  font-weight: bold;
}

#button_005 {
  border: 1px solid #454545;
  border-radius: 7px;
  margin:10px 0px 0px 0px;
  padding: 3px 10px 3px 10px;
  background-color: #9e9e9e;
  color: #fff;
  -moz-box-shadow: 1px 1px 1px #606060;
  -webkit-box-shadow: 1px 1px 1px #606060;
  text-shadow: 1px 1px 1px #000;
}

#button_006 {
  display: block;
  width: 350px;
  border: 1px solid #c32e00;
  border-radius: 7px;
  margin:20px auto 20px auto;
  padding: 10px 20px 10px 20px;
  background-color: #ff5400;
  color: #fff;
  -moz-box-shadow: 1px 1px 1px #606060;
  -webkit-box-shadow: 1px 1px 1px #606060;
  text-shadow: 1px 1px 1px #c32e00;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}

.button_007 {
  padding: 3px 7px 3px 7px;
  border: 1px solid #737373;
  border-radius: 3px;
/* ボタングラデーション設定 */
background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-8 */
}







/* フォーム focus時設定 */
input:focus {
   background-color: #ffffcc;
   border: 1px dotted red;
}

textarea {
   background-color: #ffffff;
   border: 1px solid #999999;
}

textarea:focus {
   background-color: #ffffcc;
   border: 1px dotted red;
}





/* フォーム用入力アラート */

#alert_top{
  margin:10px 10px 10px 20px;
  padding: 10px 10px 10px 10px;
  border: 1px solid #CC0000;
  background-color: #FFFFCC;
  color: #CC0000;
  font-size: 16px;
  font-weight: bold;
}

.alert_form {
  margin:0px 0px 0px 8px;
  color: #990000;
  font-size: 12px;
}




/* ↓ ログイン/登録選択画面設定 ↓ */
#select_box {
  width: 100%;
  margin: -7px auto 20px auto;
  padding: 10px 0px 10px 0px;
  /* ↓背景グラデーション設定↓ */
  background: rgb(255,255,255);
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(242,247,249,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(242,247,249,1)));
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,247,249,1) 100%);
  background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,247,249,1) 100%);
  background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,247,249,1) 100%);
  background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,247,249,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f7f9',GradientType=0 );
}

#select_box #box {
  width: 970px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;;
  text-align: center;
}

#select_box #box img {
  padding: 0px 15px 0px 15px;
}

#login_reg_box {
  display: table;
  width: 900px;
  height: 300px;
  margin: 0px auto 120px auto;
  padding: 10px 10px 10px 10px;
}

/* 会員ログインBOX */
#login_reg_box #login {
  float: left;
  width: 438px;
  border: 1px solid #dcdcdc;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
  padding: 12px 0px 0px 0px;
}

#login_reg_box #login form {
  width: 400px;
  line-height: 3em;
}

#login_reg_box .input_border {
  border: 1px dotted #dcdcdc;
  padding: 5px 5px 5px 5px;
}

.box_contents .button_login {
  border: 1px solid #23559B;;
  border-radius: 6px;
   margin-left: 250px;
  padding: 5px 5px 5px 5px;
  font-weight: bold;
  color: #fff;
  /* ↓背景グラデーション設定↓ */
  background: rgb(30,71,153);
  background: -moz-linear-gradient(top,  rgba(30,71,153,1) 0%, rgba(87,159,214,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,71,153,1)), color-stop(50%,rgba(87,159,214,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1)));
  background: -webkit-linear-gradient(top,  rgba(30,71,153,1) 0%,rgba(87,159,214,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
  background: -o-linear-gradient(top,  rgba(30,71,153,1) 0%,rgba(87,159,214,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
  background: -ms-linear-gradient(top,  rgba(30,71,153,1) 0%,rgba(87,159,214,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
  background: linear-gradient(top,  rgba(30,71,153,1) 0%,rgba(87,159,214,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e4799', endColorstr='#7db9e8',GradientType=0 );
}

/* 会員登録BOX */
#login_reg_box #reg {
  float: right;
  width: 438px;
  border: 1px solid #dcdcdc;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
  padding: 12px 0px 0px 0px;
}

#login_reg_box .box_contents {
  vertical-align: middle;
  width: 410px;
  height: 150px;
  margin: 0px auto 0px auto;
  padding: 20px 10px 10px 10px;
  font-size: 13px;
  text-align: center;
}

.guide_info {
  display: table-cell;
  vertical-align: top;
  width: 438px;
  height: 50px;
  border-top: 1px dotted #dcdcdc;
  padding: 8px 5px 0px 10px;
  text-align: right;
  font-size: 12px;
}
/* ↑ ログイン/登録選択画面設定 ↑ */


/* Google Adsense 枠設定 */
#gad_footer {
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 10px 0px 0px 0px;
  padding: 10px 0px 60px 0px;
  background-color: #f9fbfc;
  border-top: solid 1px #efefef;
}

.gad_right250 {
  text-align: center;
  margin: 10px 0px 10px 0px;
  padding: 5px;
  border: solid 1px #999999;
}



















#main_wrapper{
  width: 950px;
  border-top: 2px solid #80271b;
  border-bottom: 2px solid #ab9191;
  margin: 20px auto 0px auto;
  padding-bottom: 30px;
  background-color: #f5f5f5;
  background-image: url(../img/needs_bg.jpg);
  background-repeat: repeat;
}

.center {
  text-align: center;
}

.font_orange {
  color: #ff4500;
}

/* ↓ヘッダ設定 ニーズリスト/ニーズ詳細ページ共通 */
#needs_head {
  width: 100%;
  padding: 20px 0px 0px 0px;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ',Verdana,'ＭＳ Ｐゴシック',sans-serif;
  margin: 30px 0px 0px 0px;
}

#needs_header1 {/* ヘッダ1設定 */
  background-color: #032b7d;
}
#needs_header1 p {/* ヘッダ1テキスト設定 */
  width: 950px;
  margin: 0px auto 0px auto;
  padding: 11px 0px 11px 0px;
  font-size: 28px;
  color: #ffffff;
}
#needs_header2 {/* ヘッダ2設定 */
  letter-spacing: 0.2em;
  background-color: #1142a6;
}

#needs_header2 img {
  margin-bottom: -7px;
}

#needs_header2 p {/* ヘッダ2テキスト設定 */
  width: 950px;
  margin: 0px auto 0px auto;
  padding: 6px 5px 6px 5px;
  font-size: 14px;
  color: #ffffff;
}
#needs_header2 a:link {/* ヘッダ2リンク設定 */
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
#needs_header2 a:visited {
  color: #fff;
}
#needs_header2 a:hover {
  color: #ffb30f;
}
#needs_header2 a:active {
  color: #fff;
}

#needs_header3 {/* ヘッダ3設定 */
  margin-bottom: 10px;
  font-size: 12px;
  color: #0044cc;
  background-color: #fff;
}
#needs_header3 p {/* ヘッダ3テキスト設定 */
  width: 950px;
  margin: 0px auto 0px auto;
  padding: 5px 5px 5px 5px;
}
#needs_header3 span {
  margin-right: 10px;
  padding: 2px 0px;
  background-image: url(../img/bg_line0.png);
  background-repeat: repeat-x;
}
#needs_header3 span a:link {
}
#needs_header3 span a:visited {
}
#needs_header3 span a:hover {
  padding: 2px 0px;
  color: #e54d09;
  background-image: url(../img/bg_line1.png);
}
#needs_header3 span a:active {
}

/* ↑ヘッダ設定 ニーズリスト/ニーズ詳細ページ共通 */




/* ↓needs_sort */
#needs_sort {
  width: 900px;
  border-bottom: 2px solid #745747;
  margin: 0px auto 0px auto;
  padding: 15px 5px 5px 5px;
  text-align: right;
}

#needs_sort form {
  display: inline-block;
  padding: 10px 0px;
}

#needs_sort form select {
  border: 1px solid #727272;
}

#needs_sort .sort_submit {
  border: 1px solid #727272;
  margin: 0px 10px 0px 0px;
}
/* ↑needs_sort */




/* ↓needs_list 設定 */
#needs_list {
  width: 900px;
  margin: 0px auto 30px auto;
}

/* ↓needs_list タイトル設定 */
#needs_list li .needs_name_title {
  display: inline-block;
  width: 540px;
  color: #4b2c1c;
  font-weight: bold;
}
/* ↓needs_list 募集期限タイトル設定 */
#needs_list li .needs_end_title {
  display: inline-block;
  width: 160px;
  border-left: 1px solid #745747;
  padding-left: 10px;
  color: #4b2c1c;
  font-size: 12px;
  font-weight: bold;
}

/* 期限が迫っている場合、赤字で表示 */
.rem_day {
  color: #dc143c;
}

/* ↓needs_list オファー件数タイトル設定 */
#needs_list li .now_offer_title {
  display: inline-block;
  width: 80px;
  border-left: 1px solid #745747;
  padding-left: 10px;
  color: #4b2c1c;
  font-size: 12px;
  font-weight: bold;
}

/* ↓needs_list オファー件数タイトル設定 */
#needs_list li .pv_cnt_title {
  display: inline-block;
  width: 60px;
  border-left: 1px solid #745747;
  padding-left: 10px;
  color: #4b2c1c;
  font-size: 12px;
  font-weight: bold;
}

/* ↓needs_list リスト設定 */
#needs_list li {
  border-bottom: 1px dotted #745747;
  padding: 6px 0px 6px 10px;
  margin: 0px 0px 0px 0px;
  list-style: none;
/*list-style-position: inside;*/
  font-size: 13px;
}

#needs_list li .needs_name {
  display: inline-block;
  width: 540px;
  height: 100%;
  font-size: 14px;
}


#needs_list li a:link {
  width: 540px;
  color: #0044cc;
  overflow: hidden;
}
#needs_list li a:visited {
  color: #004499;
}
#needs_list li a:hover {
  color: #e54d09;
  background-color: #f4ebdb;
}
#needs_list li .needs_name a:active {
}
/* ↑needs_list hover設定 */


#needs_list li .needs_end {
  display: inline-block;
  width: 160px;
  border-left: 1px solid #745747;
  padding-left: 10px;
  color: #453833;
  font-size: 14px;
  text-align: left;
  vertical-align: top;
}

#needs_list li .now_offer {
  display: inline-block;
  width: 80px;
  border-left: 1px solid #745747;
  padding-left: 10px;
  color: #453833;
  font-size: 14px;
  text-align: right;
  vertical-align: top;
}

#needs_list li .pv_cnt {
  display: inline-block;
  width: 60px;
  border-left: 1px solid #745747;
  padding-left: 10px;
  color: #453833;
  font-size: 14px;
  text-align: right;
  vertical-align: top;
}

/* ↑needs_list */




/* ↓ページング設定 */
.needs_paging {
  width: 100%;
  margin: 0px auto 0px auto;
  padding: 20px 0px 20px 0px;
  font-size: 13px;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ',Verdana,'ＭＳ Ｐゴシック',sans-serif;
}

.needs_paging ul{
  width: 100%;
  text-align: center;
}

.needs_paging li {
  width: 22px;
  height: 22px;
  margin: 3px 0px 0px 0px;
  text-align: center;
  list-style: none;
}

.needs_paging a {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-bottom: 10px;
  border: 1px solid #9b8983;
  color: #9b8983;
}
.needs_paging a:link {
}
.needs_paging a:visited {
}
.needs_paging a:hover {
  border: 1px solid #9b8983;
  background-color: #9b8983;
  color: #fff;
  text-align: center;
}
.needs_paging a:active {
}

/* ページング/ページがアクティブの場合の設定 */
#page_active {
  display: inline-block;
  width: 22px;
  height: 20px;
  border: 1px solid #9b8983;
  margin: 0px 0px 0px 0px;
  padding: 3px 0px 0px 0px;
  color: #fff;
  background-color: #9b8983;
}
/* ↑ページング設定 */


/* ↓バイヤーニーズ登録ボタン設定 */
.reg_needs_guide {
  width: 600px;
  margin: 0px auto 0px auto;
  padding: 20px 0px;
  text-align: center;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ',Verdana,'ＭＳ Ｐゴシック',sans-serif;
  background-color: #fff;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}

.reg_needs_guide .needs_button {
  width: 474px;
  height: 61px;
  margin: 0px auto 0px auto;
  color: #fff;
  background-image: url(../img/button01.jpg);
  background-repeat: no-repeat;
  box-shadow: 1px 1px 1px #a3a3a3;
}

.reg_needs_guide .needs_button p {
  display: table-cell;
  width: 474px;
  height: 61px;
  vertical-align: middle;
  color:#fff;
  font-size: 26px;
  font-weight: bold;
  text-shadow: 1px 1px 1px #15839d;
}

/* バイヤーニーズ登録ボタンhover設定 */
.reg_needs_guide a:link .needs_button {
  color: #0044cc;
}
.reg_needs_guide a:visited {
  color: #fff;
}.reg_needs_guide a:hover .needs_button {
  background-image: url(../img/button02.jpg);
  background-repeat: no-repeat;
}
.reg_needs_guide a:active {
  color: #fff;
}










/* バイヤーニーズ詳細ページ */
#main_wrapper  #needs_title {
  padding: 30px 10px 20px 80px;
  font-size: 24px;
  background-image: url(../img/icon_headpin.png);
  background-repeat: no-repeat;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ',Verdana,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: bold;
  text-align: left;
}

#needs_box {
  width: 930px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 20px 0px;
  background-color: #ffffff;
}

#needs_box h3 {
  padding: 5px;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  background-color: #705e55;
}

/* 左 box */
#needs_details {
  float: left;
  width: 675px;
  margin: 0px 0px 10px 0px;
  padding: 10px 0px 20px 10px;
}

#needs_details .needs_text {
  width: 625px;
  margin: 0px 0px 0px 0px;
  padding: 20px 20px 20px 20px;
  color: #565656;
  font-size: 13px;
  line-height: 1.3em;
  letter-spacing: 0.2em;
  background-color: #f4f1f1;
}

/* 右 box */
#needs_info {
  float: right;
  width: 230px;
  margin: 0px 0px 30px 0px;
  padding-right: 5px;
  color: #565656;
  font-size: 12px;
  background-color: #fff;
}

#needs_info .info_box {
  margin-bottom: 30px;
}

#needs_info .info_box h4 {
  width: 230px;
  height: 20px;
  margin: 10px 0px 5px 0px;
  padding: 0px 0px 5px 0px;
  color: #565656;
  background-image: url(../img/side_line.png);
  background-repeat: repeat-x;
}

#needs_info  .info_box p {
  width: 215px;
  border-bottom: 1px dotted #656565;
  margin: 10px 0px 0px 10px;
  padding: 5px 0px 0px 0px;
  line-height: 1.3em;
  letter-spacing: 0.1em;
}

#needs_info .info_box .memo {
  width: 215px;
  font-size: 11px;
  text-align: right;
  border: 1px solid #dcdcdc;
}





/* ↓オファーボタン設定 */
#needs_details .offer_button {
  width: 568px;
  height: 62px;
  margin: 20px auto 0px auto;
  color: #fff;
  text-align: center;
  background-image: url(../img/offer_button01.jpg);
  background-repeat: no-repeat;
  box-shadow: 1px 1px 1px #a3a3a3;
}

#needs_details .offer_button p {
  display: inline-block;
  width: 568px;
  height: 62px;
  margin-top: 20px;
  vertical-align: middle;
  color:#fff;
  font-size: 26px;
  font-weight: bold;
  text-shadow: 1px 1px 1px #658918;
}

/* オファーボタンhover設定 */
#needs_details a:link .offer_button {
  color: #0044cc;
}
#needs_detailss a:visited {
  color: #fff;
}
#needs_details a:hover .offer_button {
  background-image: url(../img/offer_button02.jpg);
  background-repeat: no-repeat;
}
#needs_details a:active {
  color: #fff;
}

/* オファーについてのアラート枠 */
#alert_offer {
  margin: 10px 20px 10px 10px;
  padding: 20px;
  border: 3px solid #006400;
  font-size: 15px;
}

#alert_offer .alert_text{
  margin: 12px 12px 12px 12px;
  line-height: 1.5em;
}

#alert_offer p{
}

/* 通常ニーズ一覧 */
#normal_needs_h {
  margin: 14px 14px 14px 14px;
  padding: 5px 5px 5px 5px;
  border-bottom: 2px solid #745747;
  font-size: 13px;
}

#normal_needs_title {
  margin: 0px 0px 10px 0px;
  font-size: 20px;
  font-weight: bold;
}

#normal_needs_h p {
  margin: 0px 0px 0px 40px;
  letter-spacing: 0.2em;
  line-height: 125%;
}

#normal_needs_h a {
  text-decoration: underline;
}

#normal_needs_f {
  margin: 14px 14px 0px 20px;
  padding: 5px 5px 0px 5px;
  font-size: 14px;
}



/* ニーズ共通設定
------------------------------------------------------------ */
.needs_intro {
  display: table;
  width: 930px;
  margin: 10px auto;
  padding: 10px;
  border: 5px solid #e9e9e9;
/* border-radius */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.needs_intro .needs_intro_img {
  display: table-cell;
  width: 419px;
}
.needs_intro .needs_intro_text {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 0px 0px 10px;;
  font-size: 18px;
  text-align: center;
  line-height: 1.6em;
}
.needs_intro .n_reg_button a {
  width: 80%;
  display: block;
  border: 3px solid #e9e9e9;
  margin: 20px auto 0px auto;
  padding: 10px 0px;
  font-size: 22px;
  text-align: center;
  color: #fff;
  background: #4a7f15;
/* border-radius */
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.needs_intro .n_reg_button a:link {
}
.needs_intro .n_reg_button a:visited {
}
.needs_intro .n_reg_button a:hover {
  background: #57a00e;
}
.needs_intro .n_reg_button a:active {
}


#offerend_text {
  margin: 20px 10px 10px 0px;
  padding: 20px 30px 20px 20px;
  border: dotted 3px #999999;
}

#offerend_text p{
  padding: 8px 0px 8px 0px;
}

.rows_offer {
  text-align: center;
}