/*
# 【  Basic Layout  】
----------------------------------------------*/
@charset "utf-8";

html {
  font-size: 10px;
}

/*
```
<container>
  <header></header>
  <contents></contents>
  <footer></footer>
</container>
```

【  colmun  】
コンテンツレイアウト用カラム` .col_001` ` .col_002` ` .col_003` ...
*/

.skip {
  width: 1px;
  color: #000000;
  font-size: 0.1%;
  line-height: 0.1;
  background-color: #FFFFFF;
  position: absolute;
  left: -3000px;
  z-index: 9999;
}

.col_001 {
  width: 930px;
  margin: auto;
}

.col_002 { width: 210px; }

.col_003 {
  width: 690px;
  margin-left: 30px;
}

/*
【  container  】
*/

.container {
  width: 100%;
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  background: #FFF;
}

/*
【  header  】
*/
.header {
  position: relative;
  font-size: 1.2rem;
  height: 80px;
  padding-top: 20px;
}

.title_site {
  position: absolute;
  left: 140px;
  top: 20px;
  width: 300px;
  height: 56px;
}

.title_tokyoto {
  position: absolute;
  left: 0;
  top: 35px;
  display: block;
  width: 120px;
  height: 33px;
}

.box_header_001 {
  position: absolute;
  right: 0;
}

.box_header_001 li {
  display: inline-block;
  *display: inline;
  margin-left: 10px;
}

.box_header_001 li a { color: #757575; }

.box_header_001 li.login_name a {
  color:#046DCF;
  font-weight: bold;
}

.link_separate {
  color: #707070;
}

/* 文字サイズ変更 */
.box_header_002 {
  position: absolute;
  right: 0;
  top: 50px;
}

.box_header_002 p,
.box_header_002 ul { float: left; }

.box_header_002 p {
  padding-top:3px;
  margin-right: 5px;
  color: #666;
}

.box_header_002 li {
  display: inline-block;
  *display: inline;
}

.box_header_002 li div {
  border: 1px solid #CCC;
  padding: 1px 4px;
  margin-left: 6px;
  cursor: pointer;
  *display: inline;
  *position: relative;
}

.box_header_002 li div:hover,
.box_header_002 li div.current {
  background: #008736;
  color: #FFF;
  text-decoration: none;
}

/*
【  contents  】
*/
.contents { padding-bottom: 220px; }

/*
【  footer　】
*/
.footer {
  background: #f3f6f3;
  border-top: 1px solid #00B648;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 0 14px;
  min-width: 100%;
  overflow: auto;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2rem;
}

.block_footer_001 {
  width: 400px;
  float: left;
}

.title_footer_001 {
  font-weight: bold;
  background: url(../images/logo_003.png) no-repeat;
  width: 257px;
  height: 17px;
  text-indent: -9999px;
  margin-bottom: 20px;
}

.block_footer_001 p { margin-top: 5px; }

.foot_nav_002 {
  width: 100%;
  text-align: center;
  margin: 3px 0;
}

.foot_nav_001 li,
.foot_nav_002 li {
  display: inline-block;
  *display: inline;
  margin: 0 5px;
}

.copyright {
  clear: both;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

/*
##【  font  】
--------------------------------------------------------------*/
.fz_12 {
  font-size: 12px;
  font-size: 1.2rem;
}

.fz_14 {
  font-size: 14px;
  font-size: 1.4rem;
}

.fz_16 {
  font-size: 16px;
  font-size: 1.6rem;
}

/* #【  page items  】
*/
/*
/*
【  navigator　】
```
<div class="nav_001">
        <ul>
          <li class="item_001"><a href="#">組織概要</a></li>
          <li class="item_002"><a href="#">東京都による医工連携</a></li>
          <li class="item_003"><a href="#">補助金・助成金情報</a></li>
          <li class="item_004">データベース<span>2015年11月オープン予定</span></li>
          <li class="item_005"><a href="#">イベント情報</a></li>
          <li class="item_006"><a href="#">ニュース</a></li>
          <li class="item_007"><a href="#">コーディネーター紹介</a></li>
          <li class="item_008"><a href="#">リンク集</a></li>
          <li class="item_009"><a href="#">相談・問い合わせ窓口</a></li>
        </ul>
</div>
```
*/

.nav_login {
  border: 1px solid #FF9900;
  margin-bottom: 10px;
}

.nav_login ul{
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.nav_login a{
  color: #ab6700;
}

a.login_box {
    display: block;
    height: 73px;
    line-height: 73px;
    border: 1px solid #FF9900;
    cursor: pointer;
    background-color: #FF9900;
    color: #454540;
    font-size: 20px!important;
    font-weight: bold;
    text-align: center;
}

a.login_box:hover {
    background-color: #FFFFFF;
    color: #ab6700;
    text-decoration: none;
}

a.btn_regist {
    display: block;
    height: 48px;
    line-height: 48px;
    border: 1px solid #008736;
    cursor: pointer;
    background-color: #008736;
    color: #FFFFFF;
    font-size: 11.5pt!important;
    font-weight: bold;
    text-align: center;
}

a.btn_regist:hover {
    background: #fff;
    color: #008736;
    text-decoration: none;
}

.nav_001 li {
  display: block;
  border: 1px solid #e5e5e5;
  position: relative;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 1.1rem;
  color: #008033;
}

/*.nav_001 li span { display: none; }*/

.nav_001 li + li { margin-top: -1px; }

.nav_001 li a {
  color: #008033;
  display: block;
  padding: 14px;
  background: url(../images/arrow.png) no-repeat 95% 50%;
}

.nav_001 li a:hover {
  text-decoration: none;
  background: #f3f6f3 url(../images/arrow.png) no-repeat 95% 50%;
}

.nav_001 li.item_004 {
  height: 117px;
  position: relative;
  padding: 8px 0 0 14px;
}

.nav_001 li .item_004_subitem {
  margin-left: 10px;
}

.nav_001 li .item_004_subitem_001 a,
.nav_001 li .item_004_subitem_002 a {
  height: auto;
  text-indent: 0;
  line-height: 180%;
  font-size: 12px;
  padding: 0 25px;
}
.nav_001 li .item_004_subitem_001 a:hover,
.nav_001 li .item_004_subitem_002 a:hover {
  text-decoration: underline;
}

.nav_001 li .item_004_subitem_003 a  {
  height: auto;
  text-indent: 7px;
  line-height: 180%;
  font-size: 12px;
  padding: 0;
}
.nav_001 li .item_004_subitem_003 a:hover {
  text-decoration: underline;
}

.nav_001 li .item_004_subitem_001 a {
  background: url(../images/icon_013.png) no-repeat 5px center;
}

.nav_001 li .item_004_subitem_002 a {
  background: url(../images/icon_014.png) no-repeat 5px center;
}

.nav_001 li .item_004_subitem_003 a {
  background: none;
}

.nav_002 {
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  padding: 0 0 10px 0;
}

.nav_002_sub_title_001 {
  font-size: 14px;
  font-size: 1.4rem;
  background: url(../images/icon_009.png) no-repeat left center;
  padding: 0 0 0 16px;
  margin: 4px 10px;
}

.nav_002_form_needs_item li {
  color: #6c6c6c;
  margin: 0 0 3px 30px;
  font-size: 12px;
  font-size: 1.2rem;
  text-indent: -25px;
  width: 160px;
}

.nav_002_form_seeds_item li {
  color: #6c6c6c;
  margin: 0 0 3px 30px;
  font-size: 12px;
  font-size: 1.2rem;
  text-indent: -25px;
  width: 160px;
}

/*
【  layout block　】
*/
.block_center { margin: 0 auto; }

.block_001 { margin: 0 10px; }

.block_002 {
  margin-top: 15px;
}

.block_003 {
  padding: 0 30px 0 15px;
  line-height: 170%;
}

.block_003 li {
  margin-bottom: 10px;
}

.title_name_sub + .block_003 {
  padding-left: 30px;
}

.block_004 {
  width: 600px;
  margin: 0 auto;
}

.box_001 {
  padding: 15px;
  background: #f3f6f3;
}

.box_002 {
  padding: 20px;
  border: 1px solid #e6e6e6;
  font-size: 14px;
  font-size: 1.4rem;
}

.box_002 + .box_002 { margin-top: 30px; }

.box_003 {
  padding: 15px 10px 10px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  font-size: 14px;
  font-size: 1.4rem;
}

.box_003 + .box_003 { border-top: none; }

.box_004 {
  padding: 20px;
  background: #EFF3F2;
  color: #57756e;
}

.box_005 {
  padding: 20px;
  background: #EFEFEF;
}

.box_006 {
  padding: 20px;
  background: #DCF1DC;
  color: #007a31;
}

.box_007 {
  padding: 15px 15px 5px 15px;
  background: #f7f7f7;
  color: #6c6c6c;
  border-bottom: 2px solid #008736;
}
.box_007 .filter {
  margin-right: 10px;
  margin-bottom: 10px;
}
.box_007:after, .box_007 .filter:after {
  content: " ";
  width: 0;
  height: 0;
  clear: both;
  display: block;
}
.box_007 .filter div {
  float: left;
}
.box_007 .filter label {
  white-space: pre;
}

.box_008 {
  padding: 15px 0 20px;
  font-size: 14px;
  font-size: 1.4rem;
}

.box_009 {
  padding: 10px;
  border: 1px solid #e6e6e6;
  width: 318px;
  font-size: 12px;
  font-size: 1.2rem;
}


.box_search {
  margin-top: 10px;
}

.box_search_tool {
  float: left;
  margin-left: 5px;
}
.box_search_tool dd {
  margin-left: 10px;
  float: left;
  text-align: right;
}
.box_search_tool dt {
  float: left;
}

.box_search_tool_input {
  float: right;
}
.box_search_tool_input input {
  width: 300px;
}

.box_label_tag li {
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #f3f6f3;
  border: 1px solid #e6e6e6;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 1px 6px;
  margin-bottom: 10px;
}

.text-nowrap {
  white-space: nowrap;
}
/*
#

##【  button  】
```
<a href="#" class="btn_001">ボタン基本001</a>

<a href="#" class="btn_001 btn_index_mailmagazine">メールマガジン</a>

<a href="#" class="btn_001 btn_index_mailmagazine btn_disable">メールマガジン</a>

<a href="#" class="btn_001 btn_index_needs">ニーズを登録する・見る</a>

<a href="#" class="btn_001 btn_index_needs btn_disable">ニーズを登録する・見る</a>

<a href="#" class="btn_001 btn_index_seeds">シーズを登録する・見る</a>

<a href="#" class="btn_001 btn_index_seeds btn_disable">シーズを登録する・見る</a>
```
------------------------------------------------*/
a.btn_001,
input.btn_001,
button.btn_001 {
  display: inline-block;
  padding: auto 20px;
  height: 48px;
  line-height: 48px;
  border: none;
  cursor: pointer;
}

.btn_001:hover {
  text-decoration: none;
  background: #f3f6f3;
}

a.btn_index_mailmagazine {
  margin-top: 20px;
  background: #008736 url(../images/icon_003.png) no-repeat 30px center;
  color: #FFF;
  width: 210px;
  font-size: 14px!important;
  font-weight: bold;
  text-indent: 23px;
  text-align: center;
  border: 1px solid #008736;
  *display: block;
}

a.btn_index_mailmagazine:hover {
  background: #f3f6f3 url(../images/icon_003b.png) no-repeat 30px center;
  border: 1px solid #008736;
  color: #008736;
}

a.btn_index_mailmagazine.btn_disable {
  margin-top: 20px;
  padding-left: 5px;
  background: #d2d2d2 url(../images/icon_003.png) no-repeat 30px center;
  color: #FFF;
  width: 205px;
  font-size: 14px!important;
  font-weight: bold;
  cursor: default;
}

a.btn_index_needs {
  border: 1px solid #a00000;
  color: #a00000;
  font-weight: bold;
  font-size: 18px!important;
  padding-left: 60px;
  width: 155px;
  display: inline-block;
  background: url(../images/icon_001.png) no-repeat 20px center;
}

a.btn_index_needs:hover { background: #EFEFEF url(../images/icon_001.png) no-repeat 20px center; }

a.btn_index_seeds {
  border: 1px solid #0053a0;
  color: #0053a0;
  font-weight: bold;
  font-size: 18px;
  padding-left: 60px;
  width: 155px;
  display: inline-block;
  margin-left: 15px;
  background: url(../images/icon_002.png) no-repeat 15px center;
}

a.btn_index_seeds:hover { background: #EFEFEF url(../images/icon_002.png) no-repeat 15px center; }

a.btn_manual {
  color: #555;
  border: 1px solid #00b648;
  width: 292px;
  display: inline-block;
  margin-left: 15px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

div.btn_mobile_needs_list {
  margin: 5px 0;
  float: left;
}
div.btn_mobile_needs_list a {
  color: #555;
  border: 1px solid #00b648;
  text-align: center;
  font-size: 1.0rem;
  padding: 2px 18px;
  margin-left: 10px;
  font-weight: bold;
}

div.btn_mobile_needs_list a:hover {
  text-decoration: none;
  background: #f3f6f3;
}

.disabled_seeds_001 {
  border: 1px solid #e5e5e5;
  color: #fff;
  font-weight: bold;
  font-size: 15px!important;
  display: inline-block;
  width: 156px;
  height: 48px;
  line-height: 48px;
  background: #D1D2D1 url(../images/icon_021.png) no-repeat 27px center;
  padding-left: 52px;
  position: relative;
}

.disabled_seeds_001_caption {
  font-size: 11px;
  position: absolute;
  bottom: 3px;
  line-height: 100%;
  left: 16px;
}

.disabled_seeds_002 {
  border: 1px solid #e5e5e5;
  color: #fff;
  font-weight: bold;
  font-size: 15px!important;
  display: inline-block;
  width: 170px;
  height: 53px;
  background: #D1D2D1 url(../images/icon_021.png) no-repeat 15px 10px;
  padding-left: 40px;
  padding-top: 5px;
  float: right;
}
.disabled_seeds_002 a {
  color: white;
  text-decoration: none;
}

.disabled_seeds_002_text {
  font-weight: normal;
    font-size: 11px;
    line-height: 110%;
    text-indent: -1em;
}

a.btn_index_btn_regist {
    background: #008736;
    color: #fff;
    border: 1px solid #008736;
    font-weight: bold;
    font-size: 18px;
    width: 328px;
    display: inline-block;
    text-align: center;
}
a.btn_index_btn_regist:hover {
    color: #008736;
    background: #fff;
}

a.btn_index_btn_kousha {
  background: #172070;
  color: #fff;
  border: 1px solid #172070;
  font-weight: bold;
  font-size: 18px;
  width: 370px;
  height: 48px;
  display: inline-block;
  text-align: center;
}
a.btn_index_btn_kousha:hover {
  color: #172070;
  background: #fff;
}
a.btn_index_btn_kousha > span {
  font-weight: normal;
  font-size: 12px;
}

a.btn_needs_001 {
  border: 1px solid #a00000;
  color: #a00000;
  font-weight: bold;
  font-size: 15px!important;
  display: inline-block;
  width: 188px;
  background: url(../images/icon_017.png) no-repeat 27px center;
  padding-left: 18px;
}

a.btn_needs_001:hover { background: #EFEFEF url(../images/icon_017.png) no-repeat 27px center; }

a.btn_seeds_001 {
  border: 1px solid #0053a0;
  color: #0053a0;
  font-weight: bold;
  font-size: 15px!important;
  display: inline-block;
  width: 188px;
  background: url(../images/icon_018.png) no-repeat 27px center;
  padding-left: 18px;
}

a.btn_seeds_001:hover { background: #EFEFEF url(../images/icon_018.png) no-repeat 27px center; }

.disabled_needs_001 {
  border: 1px solid #e5e5e5;
  color: #fff;
  font-weight: bold;
  font-size: 15px!important;
  display: inline-block;
  width: 170px;
  height: 53px;
  background: #D1D2D1 url(../images/icon_020.png) no-repeat 15px 10px;
  padding-left: 40px;
  padding-top: 5px;
}
.disabled_needs_001 a {
  color: white;
  text-decoration: none;
}

.disabled_needs_001_text {
    font-weight: normal;
    font-size: 11px;
    line-height: 110%;
    text-indent: -1em;
}

a.btn_send_mails_at_once {
  background: #008736;
  color: #FFF;
  font-size: 12px!important;
  border: 1px solid #008736;
  *display: block;
  padding: 5px;
}
a.btn_send_mails_at_once:hover {
  background: #f3f6f3;
  color: #008736;
  text-decoration: none;
}

a.btn_style_001,
input.btn_style_001 {
  border: 1px solid #008736;
  background: #008736;
  color: #FFF;
  height: auto;
  line-height: 46px;
  min-width: 225px;
  font-size: 1.6rem;
}

a.btn_style_001:hover,
input.btn_style_001:hover {
  color: #008736;
  background: #f3f6f3;
}

a.btn_style_002,
input.btn_style_002,
button.btn_style_002 {
  border: 1px solid #008736;
  background: #FFF;
  color: #008736;
  height: auto;
  line-height: 46px;
  min-width: 225px;
  font-size: 1.6rem;
}

a.btn_style_003,
input.btn_style_003 {
  border: 1px solid #cecece;
  background: #d9d9d9;
  height: auto;
  font-size: 1.4rem;
  padding: 2px auto;
  line-height: 28px;
  width: 100px;
  color: #313131;
}

a.btn_style_004,
input.btn_style_004 {
  border: 1px solid #008736;
  background: #008736;
  color: #FFF;
  height: auto;
  font-size: 1.2rem;
  width: 90px;
  padding: 2px auto;
  line-height: 30px;
}

a.btn_style_004:hover,
input.btn_style_004:hover {
  color: #008736;
}

a.btn_style_005,
input.btn_style_005 {
  border: 1px solid #cecece;
  background: #d9d9d9;
  height: auto;
  font-size: 1.2rem;
  width: 90px;
  padding: 2px auto;
  line-height: 30px;
}

a.btn_style_006,
input.btn_style_006 {
  background: #008736;
  color: #fff;
  padding: 2px 15px;
  display: inline-block;
  border: 1px solid #008736;
  font-size: 1.4rem;
  height: 22px;
  line-height: 22px;
}

a.btn_style_006:hover,
input.btn_style_006:hover {
  color: #008736;
}

a.btn_style_007,
input.btn_style_007,
button.btn_style_007 {
  border: 1px solid #008736;
  background: #008736;
  color: #FFF;
  height: auto;
  font-size: 1.2rem;
  width: 80px;
  padding: 0 auto;
  line-height: 22px;
}

a.btn_style_007:hover,
input.btn_style_007:hover,
button.btn_style_007:hover {
  color: #008736;
}

a.btn_style_008,
input.btn_style_008 {
  outline: none;
  border: 1px solid #008736;
  background: #FFF;
  color: #008736;
  height: auto;
  font-size: 1.2rem;
  width: 80px;
  padding: 0 auto;
  line-height: 22px;
}

a.btn_style_008:hover,
input.btn_style_008:hover {
  color: #008736;
}

a.btn_negotiation_offer {
  display: block;
  border: 1px solid #FF9900;
  cursor:pointer;
  background-color: #FF9900;
  color: #454540;
  font-size: 1.0rem;
  line-height: 1.3;
  padding: 4px 8px;
  margin-left: auto;
  width: 66px;
}

a.btn_negotiation_offer:hover {
  background-color: #FFFFFF;
  color: #ab6700;
  text-decoration: none;
}

.block_contact_not_login {
    margin: 5px 0;
    display: inline-block;
}

.block_negotiation_offer_not_login {
    margin: 5px 0;
    display: inline-block;
}



/*
##【  title  】
```
<div class="title_001">見出し要素001</div>
<div class="title_002">見出し要素002</div>
<div class="title_003">見出し要素003</div>
<div class="title_007">見出し要素007</div>
<div class="title_008">見出し要素008</div>
```
------------------------------------------------*/
.title_001 {
  font-weight: bold;
  margin-bottom: 20px;
  width: 85px;
  height: 13px;
  background: url(../images/title_001.png) no-repeat;
  text-indent: -9999px;
}

.title_002 {
  text-align: center;
  border-bottom: 2px solid #00b648;
  padding: 6px 0;
  margin-bottom: 10px;
}

.title_003 {
  font-size: 20px;
  font-size: 2.0rem;
  margin-bottom: 10px;
  font-weight: bold;
}

.title_007 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
  font-weight: bold;
  padding-left: 15px;
  background: url(../images/icon_010.png) no-repeat left 7px;
}

.title_008 {
  margin-bottom: 10px;
  margin-top: 21px;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 21px;
  font-weight: bold;
  padding-left: 15px;
  background: url(../images/icon_010.png) no-repeat left 9px;
}

/* 各ページタイトル */
.page_title_bb{border-bottom: 1px solid #e6e6e6;}

.page_title {
  /*margin-bottom: 10px;*/
  background: url(../images/arrow.png) no-repeat left;
  /*border-bottom: 1px solid #e6e6e6;*/
  display: block;
  padding-left: 14px;
  float: left;
}
.page_title span {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.6rem;
  font-weight: bold;
}

.label_new_seeds {
  color: #ab6700;
  margin: 0 2px;
}

/*
##【  list  】
```
<div>パンくずリスト</div>
<ul class="topic_path">
   <li><a href="../">トップページ</a></li>
   <li>コーディネーター紹介</li>
</ul>
```
```
<dl class="dlist_watsnew">
  <dt>date</dt>
  <dd>トップinfo用リスト</dd>
  <dt>2015年12月31日</dt>
  <dd>○○○○○○○○○○○○○○</dd>
  <dt>2015年12月31日</dt>
  <dd>○○○○○○○○○○○○○○</dd>
</dl>
```
```
<dl class="dlist_news">
  <dt>date</dt>
  <dd>トップinfo用リスト</dd>
  <dt>2015年12月31日</dt>
  <dd>○○○○○○○○○○○○○○</dd>
  <dt>2015年12月31日</dt>
  <dd>○○○○○○○○○○○○○○</dd>
</dl>

```
```
<ul class="list_001">
  <li>○○○○○○○○○○○○</li>
  <li>○○○○○○○○○○○○○○○○○○○○</li>
  <li>○○○○○○○○○○○○○</li>
  <li>○○○○○○○○○○○○○○</li>
</ul>

```
```
<ol>
  <li>○○○○○○○○○○○○</li>
  <li>○○○○○○○○○○○○○○○○○○○○</li>
  <li>○○○○○○○○○○○○○○</li>
  <li>○○○○○○○○○○○○○
      <ul>
          <li>○○○○○○○○○○</li>
          <li>○○○○○○○○○○○○</li>
          <li class="list_item_001">○○○○○○○○○○○○○○○○</li>
          <li class="list_item_001">○○○○○○○○○○○○○○</li>
      </ul>
  </li>
</ol>

```
------------------------------------------------*/
.topic_path li {
  display: inline-block;
  font-size: 11px;
  font-size: 1.1rem;
  border: none;
  *display: inline;
  *zoom:1;
}

.topic_path li + li {
  padding-left: 10px;
  margin-left: 0;
  background: url(../images/icon_004.png) no-repeat left center;
}

.dlist_watsnew dt {
  width: 140px;
  float: left;
  clear: both;
  display: block;
  margin-bottom: 15px;
  color: #757575;
  border-top: 1px solid #e6e6e6;
  padding-top: 15px;
}

.dlist_watsnew dd {
  width: 550px;
  float: left;
  display: block;
  margin-bottom: 15px;
  border-top: 1px solid #e6e6e6;
  padding-top: 15px;
}

.what_is_new hr{
  margin-top: 21px;
  margin-bottom: 19px;
  color: #6e6e6e;
}

dl.dlist_watsnew:after {
  border-top: 1px solid #e6e6e6;
  content: "";
  display: block;
  clear: both;
}

.dlist_watsnew a { color: #333; }

.dlist_watsnew .icon_new { color: #008736; }

.dlist_news dt {
  width: 10em;
  float: left;
  clear: both;
  display: block;
  margin-bottom: 15px;
  color: #757575;
}

.dlist_news dd {
  width: 690px;
  display: block;
  margin-bottom: 15px;
}

.list_001 li {
  width: 100%;
  color: #008736;
  display: block;
  margin-bottom: 15px;
  line-height: 150%;
  background: url(../images/icon_010.png) no-repeat left 6px;
  padding-left: 12px;
}

.list_001 li ul {
  margin: 5px 0 0 0px;
}

.list_item_001:before {
  content: "ー";
}

.list_001 li ul li {
  background-image: none;
  margin: 0px 0px 5px;
  padding-left: 0;
}

.list_sub_001 .link_needs {
  background: url(../images/icon_013.png) no-repeat left 5px;
  padding-left: 20px;
}

.list_sub_001 .link_seeds {
  background: url(../images/icon_014.png) no-repeat left 5px;
  padding-left: 20px;
}

.list_item_001 {
  text-indent: -15px;
  margin-left: 55px;
}

ol li { margin-left: 3em; }

ol li + li { margin-top: 10px; }

.list_002 {
  text-indent:-5em;
  padding-left:5em;
}

.list_002 span {
  padding-left:4em;
}

.list_image_001 li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  *margin-right: 4px;
  width: 130px;
  text-align: center;
}

.list_image_001 li img {
  margin-bottom: 5px;
}

.list_image_001 li .caption_001 {
  display: inline;
  font-size: 12px;
  font-size: 1.2rem;
  color: #474747;
}

.list_item_tags dt,
.list_item_tags dd {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
}

.list_input_tags li {
  margin-bottom: 10px;
  text-indent: -5%;
  margin-left: 5%;
  width: 39%;
  *text-indent: 0;
  *margin-left: 0;
}

.list_pager_001  {
  text-align: center;
}

.list_pager_001 li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 3px;
}

.breadcrumb_001{
  float: right;
  font-weight: normal;
  padding-top: 5px;
}
/*
【リンク】
```
<a href="#">テキストリンク</a>
<a href="#" target="_blank" class="link_blank">テキストリンク</a>
```
------------------------------------------------*/
.link_blank:after {
  content: url(../images/icon_008.png);
  margin-left: 5px;
}

/*
【トップ】
------------------------------------------------*/
.box_index_img {
  margin-bottom: 24px;
  left: 4px;
  position: relative;
}

/* box-slide */
.bx-wrapper .bx-viewport {
  box-shadow: none;
  border: none;
  left: 0;
}

.bx-controls-direction { display: none; }

.bx-wrapper .bx-controls-auto {
  bottom: 0;
}
.bx-wrapper .bx-controls-auto .bx-start {
  width: 690px;
  height: 360px;
  background: url(../images/transparent_background.png) no-repeat;
  margin: 2px 0;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background: rgba(0, 0, 0, 0.2) url(../images/icon_play.png) no-repeat center;
  background-size: contain;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  width: 690px;
  height: 360px;
  background: url(../images/transparent_background.png) no-repeat;
  margin: 2px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background: rgba(0,0,0,0.2) url(../images/icon_pause.png) no-repeat center;
  background-size: contain;
}

a.bx-pager-link { background: #e5e5e5!important; }

a.bx-pager-link.active { background: #a0a0a0!important; }

/*
【コーディネーター紹介】
------------------------------------------------*/
.box_cordinator_001 a { color: #00B648; }

.box_cordinator_name {
  margin-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
}

.tab li.select a { color: #313131; }

.tab li.select a:hover { text-decoration: none; }

.tab_item .tab_content_item { }

.hide { display: none; }

.seihan {
  background: url(../images/title_002.png) no-repeat;
  text-indent: -9999px;
  padding-bottom:5px;
}

.rinsho {
  background: url(../images/title_003.png) no-repeat;
  text-indent: -9999px;
  padding-bottom:5px;
}

.kenkyu {
  background: url(../images/title_004.png) no-repeat;
  text-indent: -9999px;
  padding-bottom:5px;
}

/*【テキストのみ・初期ページ用】
------------------------------------------------*/
.title_name {
  margin-bottom: 10px;
  font-size: 1.3rem;
  line-height: 16px;
  display: block;
  padding-left: 15px;
  background: url(../images/icon_010.png) no-repeat left center;
}

.title_name_sub {
  margin: 15px 0 0;
  font-size: 1.1rem;
  line-height: 14px;
  display: block;
  padding-left: 15px;
}

.name {
  padding: 0 30px 0 15px;
  line-height: 170%;
}

.name li { line-height: 170%; }

/*
【イベント情報】
------------------------------------------------*/
.tab_content_item .block_001 + .block_001 { margin-top: 30px; }

.box_event_001 {
  padding: 5px;
  font-size: 15px;
  font-size: 1.5rem;
}

.box_event_001 li + li { margin-left: 0; }

/* カテゴリータブ */
.box_event_001 .tab li {
  text-indent: -9999px;
  margin-right: 0;
}

.box_event_001 .tab li.item_001 a {
  background: url(../images/tab_001.png) no-repeat;
  width: 173px;
  height: 15px;
  display: block;
  padding-right: 8px;
}

.box_event_001 .tab li.item_001.select a {
  background: url(../images/tab_001_on.png) no-repeat;
  width: 173px;
  height: 15px;
  display: block;
  cursor: default;
}

.box_event_001 .tab li.item_002 a {
  background: url(../images/tab_002.png) no-repeat;
  width: 46px;
  height: 16px;
  display: block;
  padding-right: 8px;
}

.box_event_001 .tab li.item_002.select a {
  background: url(../images/tab_002_on.png) no-repeat;
  width: 46px;
  height: 16px;
  display: block;
  cursor: default;
}

.box_event_001 .tab li.item_003 a {
  background: url(../images/tab_003.png) no-repeat;
  width: 126px;
  height: 16px;
  display: block;
  padding-right: 8px;
}

.box_event_001 .tab li.item_003.select a {
  background: url(../images/tab_003_on.png) no-repeat;
  width: 126px;
  height: 16px;
  display: block;
  cursor: default;
}

.box_event_001.cat_001 {
  font-size: 14px;
  font-size: 1.4rem;
  background: #f3dede;
  padding: 4px;
  text-align: center;
}

.box_event_001.cat_002 {
  font-size: 12px;
  font-size: 1.2rem;
  background: #dee9f3;
  padding: 4px;
  text-align: center;
}

.box_event_001.cat_003 {
  font-size: 14px;
  font-size: 1.4rem;
  background: #f3f3de;
  padding: 4px;
  text-align: center;
}

.title_event_item {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.title_tag_cat {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  display: block;
  margin: 5px 0 10px;
  font-weight: bold;
  background: url(../images/icon_010.png) no-repeat left center;
  padding: 0 0 5px 15px;
  border-bottom: 1px solid #ACD598;
}

.box_event_data {
  padding-top: 10px;
  margin-top: 10px;
}

.box_event_data {
  padding-left:1em;
}

.box_event_data dt {
  background: url(../images/icon_005.png) no-repeat left center;
  padding-left: 21px;
  margin-bottom: 6px;
}

.box_event_data dd {
  background: url(../images/icon_006.png) no-repeat left center;
  padding-left: 21px;
}

.box_event_term { margin-bottom: 40px; }

.box_event_term table {
  width: 700px;
  color: #008735;
  border-collapse: separate;
  border-spacing: 6px 4px;
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: -6px;
  margin-right: -6px;
}

.box_event_term th {
  text-align: left;
  font-weight: normal;
  background: #f3f6f3;
  padding: 4px 10px;
  color: #535353;
}

.box_event_term td {
  text-align: center;
  padding-top: 5px;
  color:#535353;
}


/*
【コンテンツ】
------------------------------------------------*/
.contents_article { font-size: 1.2rem; }

.contents_article + .contents_article { margin-top: 40px; }

.contents_article p + p { margin-top: 20px; }


/*
【フォーム】
------------------------------------------------*/
input[type="text"],input[type="password"], select {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border:0;
  padding: 4px 6px;
  font-size:1.1rem;
  border:solid 2px #BDCECA;
  *position: relative;
}

textarea {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border:0;
  padding:4px 10px;
  /*font-size:1.3rem;*/
  border:solid 2px #BDCECA;
  width: 100%;
  min-height: 100px;
  display: block;
  box-sizing: border-box;
}

input[type="text"]:focus,
select:focus {
  outline: none;
  border-color: #607d8b;
}

.table_form {
  width: 100%;
}

.table_form input[type="text"] {
  width: 300px;
}

.table_form th {
  text-align: right;
  font-weight: normal;
  width: 260px;
  padding-bottom: 10px;
  padding-top: 6px;
  padding-right: 20px;
  vertical-align: top;
}

.regist_form .left_number {
  text-align: left;
  text-indent: -40px;
  margin-left: 40px;
}

.table_form td {
  vertical-align: top;
  padding-bottom: 20px;
  word-break:break-all;
}

.table_form td input {
  margin-top: -6px;
  *position: relative;
}

.table_form_confirm {
  width: 100%;
}

.table_form_confirm th {
  text-align: right;
  font-weight: normal;
  width: 200px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-top: 20px;
  vertical-align: top;
  border-bottom: 1px solid #CCC;
}

.table_form_confirm td {
  vertical-align: top;
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #CCC;
}

.table_form_style_001 th {
  text-align: left;
  font-weight: bold;
}

.form_alert, .error-message {
  display: block;
  color: #D70000;
  margin-top: 5px;
}

.chk_adjust label{
  margin-left: 23px;
  display: inline-block;
  *display: inline;
  *margin-left: 0;
}

.chk_adjust input[type=checkbox] {
  margin-left: -20px;
  *margin-left: 0;
}

.chk_reform input[type=checkbox] {
  margin-left: -20px;
  *margin-left: 0;
}

.chk_reform label{
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
  max-width: 100%;
}

input[type="button"],input[type="submit"] {
   -webkit-appearance: none;
   border-radius: 0;
}

/*
【マイページ】
------------------------------------------------*/
.box_mypage_001 .tab_mypage li {
  text-indent: -9999px;
  margin-right: 0;
  *display: inline;
  *text-indent: 0;
  *font-size: 0;
}

.box_mypage_001 .tab_mypage li.item_001 a {
  display: block;
  *display: inline;
  *zoom: 1;
  width: 63px;
  height: 15px;
  padding-right: 8px;
  background: url(../images/tab_004.png) no-repeat 0 0;
}

.box_mypage_001 .tab_mypage li.item_001.select a {
  background: url(../images/tab_004_on.png) no-repeat 0 0;
  cursor: default;
}

.box_mypage_001 .tab_mypage li.item_002 a {
  display: block;
  *display: inline;
  *zoom: 1;
  *overflow: hidden;
  background: url(../images/tab_005.png) no-repeat 0 0;
  width: 126px;
  height: 15px;
  padding-right: 8px;
}

.box_mypage_001 .tab_mypage li.item_002.select a {
  background: url(../images/tab_005_on.png) no-repeat 0 0;
  cursor: default;
}

.box_mypage_001 .tab_mypage li.item_003 a {
  display: block;
  *display: inline;
  *zoom: 1;
  background: url(../images/tab_006.png) no-repeat 0 0;
  width: 126px;
  height: 15px;
  padding-right: 8px;
}

.box_mypage_001 .tab_mypage li.item_003.select a {
  background: url(../images/tab_006_on.png) no-repeat 0 0;
  cursor: default;
}

.box_logout_001 {
  text-align: center;
  margin-top: 50px;
  padding-top: 40px;
  border-top: 1px solid #e5e5e5;
}

.label_private {
  width: 28px;
  height: 28px;
  display: inline-block;
  font-size: 10px;
  margin: 0 0 0 8px;
  position: relative;
  top: 6px;
}


/*
【ニーズ・シーズ】
------------------------------------------------*/
.regist_form {
  margin-top: 30px;
}

.regist_form th {
  width: 230px;
  text-align: right;
  padding: 0 20px 20px 0;
}

.regist_form li input[type="text"] {
  margin-bottom: 10px;
}

.caption_001 { /* inputアラート */
  color: #D70000;
  margin: 5px 0 8px;
}

.caption_002 { /* input解説 */
  color: #D70000;
  margin: 0 0 10px;
  font-size: 12px;
  font-size: 1.2rem;
}

.block_upimage {
  border: 1px solid #efefef;
  padding: 20px;
  width: auto;
}

.box_image {
  float: left;
  width: 130px;
  margin-right: 20px;
}

.box_image_caption {
  font-size: 11px;
  font-size: 1.1rem;
  margin-top: 10px;
}

.fileup_box {
  position:relative;
  width: 240px;
  float: left;
}

.fileup_input {
  position:absolute;
  top:0;
  left:0;
  z-index:99;
  width:120px;
  height:30px;
  opacity:0;
  cursor: pointer;
}

.btn_fileup {
  background: #008736;
  color: #fff;
  padding: 4px 15px;
  display: inline-block;
  border: 1px solid #008736;
  font-size: 12px;
  font-size: 1.2rem;
  *display: none;
}

.btn_fileup_hover {
  background: #f3f6f3;
  border: 1px solid #008736;
  color: #008736;
}

.fileup_delete {
  margin-top: 10px;
}

.table_form td .box_input_caption input {
  margin-top: 8px;
}

a.btn_fin_seeds {
  background: url(../images/icon_016.png) no-repeat 38px center;
  width: 225px;
  text-indent: 20px;
  font-size: 16px!important;
}

a.btn_fin_seeds:hover { background: #EFEFEF url(../images/icon_016.png) no-repeat 38px center; }

a.btn_input_seeds {
  background: url(../images/icon_002.png) no-repeat 32px center;
  border: 1px solid #0053a0;
  width: 235px;
  text-indent: 25px;
  display: inline-block;
  color: #0053a0;
  line-height: 46px;
  font-size: 16px!important;
}

a.btn_input_seeds:hover { background: #EFEFEF url(../images/icon_002.png) no-repeat 32px center; text-decoration: none; }

.disabled_input_seeds {
  background: #D1D2D1 url(../images/icon_023.png) no-repeat 32px center;
  border: 1px solid #e5e5e5;
  width: 235px;
  text-indent: 25px;
  display: inline-block;
  color: #fff;
  line-height: 46px;
  font-size: 16px!important;
  position: relative;
}

.disabled_input_seeds_caption {
  position: absolute;
  bottom: 3px;
  font-size: 11px;
  line-height: 100%;
  left: 10px;
}

a.btn_fin_needs {
  background: url(../images/icon_015.png) no-repeat 38px center;
  width: 225px;
  text-indent: 20px;
  font-size: 16px!important;
}

a.btn_fin_needs:hover { background: #EFEFEF url(../images/icon_015.png) no-repeat 38px center; }

a.btn_input_needs {
  background: url(../images/icon_001.png) no-repeat 30px center;
  border: 1px solid #a00000;
  width: 235px;
  text-indent: 25px;
  display: inline-block;
  color: #a00000;
  line-height: 46px;
  font-size: 16px!important;
}

a.btn_input_needs:hover { background: #EFEFEF url(../images/icon_001.png) no-repeat 30px center; text-decoration: none; }

.disabled_input_needs {
  background: #D1D2D1 url(../images/icon_022.png) no-repeat 32px center;
  border: 1px solid #e5e5e5;
  width: 235px;
  text-indent: 25px;
  display: inline-block;
  color: #fff;
  line-height: 46px;
  font-size: 16px!important;
}

a.needs_links {
  font-weight: bold;
  color: red;
  white-space: nowrap;
}
table.needs_links {
  border-collapse: collapse;
}
table.needs_links td {
  border: 1px solid #ccc;
  padding: 4px;
}

table.table_detail_needs_split {
  width: 1320px;
}

table.table_detail {
  width: 100%;
}

.table_detail th,
.table_detail td {
  border: 1px solid #e5e5e5;
  font-weight: normal;
  font-size: 0.9rem;
  vertical-align: middle;
  height: 18px;
}

.table_detail th {
  background: #f7f7f7;
  padding: 5px 10px;
}

.table_detail td {
  text-align: center;
  padding: 1px 10px;
}

@media print {
  .table_detail {
    page-break-inside: auto;
  }
  .table_detail tr {
    page-break-inside: avoid;
    page-break-after: auto;
  }
  .table_detail th.matching, .table_detail td.matching {
    display: none;
  }
}

.table_detail_seeds td {
  text-align: center;
  padding: 5px 10px;
}

.js_view_block {
  display: none;
}

.tags_seeds_agency,
.tags_seeds_agency th,
.tags_seeds_agency td {
  border: none;
}

.tags_seeds_agency table {
  width: 240px;
  margin-left: auto;
  margin-right: auto;
}

.tags_seeds_agency td {
  padding: 2px;
  width: 44px;
  height: 17px;
}

.tags_needs_phase {
  display: inline-block;
  font-size: 0.9rem;
  text-align: center;
  margin: 0 auto 4px auto;
  min-width: 50px;
  padding: 1px 3px;
  color: black;
  border-radius: 4px;
}

.tags_needs_phase_2 {
  background-color: #C3EEF7;
}
.tags_needs_phase_3 {
  background-color: #FFF799;
}
.tags_needs_phase_4 {
  background-color: #FACD89;
}

.tags_needs_title {
  margin: 10px auto 0;
  width: 230px;
}

.tags_seeds_agency {
  margin: 10px auto 5px;
  width: 230px;
}

.tags_seeds_agency img {
    margin-bottom: 4px;
}

.tags_needs_title img {
  margin-bottom: 4px;
}

.table_detail td.cell_dev_title {
  padding: 5px 10px 5px;
  vertical-align: top;
}

.table_detail_seeds td.cell_seeds_image {
  vertical-align: top;
  padding: 10px 5px 5px 5px;
}

.label_dev_title {
  display: block;
  margin: 0 5px 0 0;
  float: left;
}

.dev_title {
  display: block;
  float: left;
  width: 180px;
  margin: 0 0 5px;
}

.needs_tags_btn,
.seeds_tags_btn {
  text-align: center;
  margin-top: 10px;
}

.block_agency {
  text-align: left;
}

/*
【会員登録】
------------------------------------------------*/
.block_regist_link_001 {
    vertical-align: top;
    margin: 30px 0;
}

a.btn_regist_link_001 {
    background: #ffd4d4;
    color: #535353;
    border: 1px solid #df9999;
    display: inline-block;
    text-align: center;
    width: 300px;
    vertical-align: middle;
    height: 50px;
    line-height: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
}

a.btn_regist_link_002 {
    background: #daefd9;
    color: #535353;
    border: 1px solid #8dbf8b;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 300px;
    height: 50px;
    line-height: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
}

a.btn_regist_link_003 {
    background: #d0e6ff;
    color: #535353;
    border: 1px solid #84a7d5;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 300px;
    height: 50px;
    line-height: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
}

a.btn_regist_link_004 {
    background: #ffffcc;
    color: #535353;
    border: 1px solid #ffcc00;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 300px;
    height: 45px;
    padding-top: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
}

a.btn_regist_link_001:hover {
    color: #df9999;
    background: #fff;
}

a.btn_regist_link_002:hover {
  color: #8dbf8b;
  background: #fff;
}

a.btn_regist_link_003:hover {
    color: #84a7d5;
    background: #fff;
}

a.btn_regist_link_004:hover {
  color: #ffcc00;
  background: #fff;
}

.block_regist_text_001{
    width: 380px;
    float: right;
}

.mendan_note {
  color: #008000;
  font-weight: bold;
}
.mendan_note a {
  text-decoration: underline;
}
.message_header{
  font-weight: bold;
}
.message_body{
  margin-top: 5px;
}
.message{
  border-top: 1px solid lightgray;
  padding: 10px;
}
.messages > .message:last-child {
  border-bottom: 1px solid lightgray;
}
a.selected {
  color:gray;
  z-index:100;
}
.messagepop {
  background-color: rgba(22,22,22,0.5);
  border:1px solid #757575;
  cursor:default;
  display:none;
  position: fixed;
  text-align:left;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  z-index: 10000;
  top: 0;
  left: 0;
}
.editnote {
  background-color: white;
  border:1px solid #757575;
  cursor:default;
  position: fixed;
  text-align:left;
  z-index:50;
  width: 600px;
  padding: 25px 25px 20px 20px;

}

.messagepop p, .messagepop.div {
  margin: 8px 0;
  top: 25%;
  left: 25%;
  height: 50%;
  background-color: white;
  text-align: center;
}

a.contact{
  display: block;
  border: 1px solid #008a27;
  cursor:pointer;
  background-color: #008a27;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 1.3;
  padding: 8px 4px;
  margin: auto;
  width: 66px;
  margin-top: 10px;
 }

a.contact:hover {
  background-color: #FFFFFF;
  color: #008a27;
  text-decoration: none;
  }

a.contact.noted{
  padding: 8px 0px 8px 18px;
  background-image: url(../images/note_icon_white.png);
  background-repeat: no-repeat;
  background-position: 10px;
}

a.contact.noted:hover {
  background-color: #FFFFFF;
  color: #008a27;
  text-decoration: none;
  background: url(../images/note_icon_green.png) no-repeat 10px;
}
#container {
  width: 100%;
  height: 100%;
  position: absolute;
  visibility:hidden;
  display:none;
  background-color: rgba(22,22,22,0.5);
}

/**
 アクセシビリティ方針ページ
 */
table.accessibility_check_result {
  border-collapse: collapse;
}
table.accessibility_check_result th, table.accessibility_check_result td {
  padding: 5px;
  border: 1px solid gray;
}
table.accessibility_check_result th {
  white-space: nowrap;
  background-color: lightgray;
}
table.accessibility_check_result td.clause,
table.accessibility_check_result td.level,
table.accessibility_check_result td.apply,
table.accessibility_check_result td.conform {
  white-space: nowrap;
  text-align: center;
}

/**
 YouTube動画
 */
div.youtube p {
  font-size: 0.8rem;
  text-align: center;
}

/**
 医療機器開発海外展開人材育成プログラム報告
 */
table.kaigai_jinzai_program_contents {
  margin: 10px;
  border-collapse: collapse;
  width: 670px;
}
table.kaigai_jinzai_program_contents th,
table.kaigai_jinzai_program_contents td {
  padding: 5px;
  border: 1px solid gray;
}
table.kaigai_jinzai_program_contents th {
  width: 100px;
}

/**
 医工連携人材育成講座開催実績
 */
div.contents_article.jinzai_koza_report p {
  margin: 0;
  text-indent: 1em;
}
div.contents_article.jinzai_koza_report div.line {
  margin: 15px 6px;
}
div.contents_article.jinzai_koza_report div.line div.unit_title {
  border-bottom: 1px solid darkgray;
  margin-bottom: 8px;
  font-size: 1.4rem;
}
div.contents_article.jinzai_koza_report div.program_title {
  margin-top: 10px;
  font-weight: bold;
}
/*
【メルマガ登録】
------------------------------------------------*/
.merumaga {
  margin-bottom: 15px;
}
.merumaga fieldset{
  border:none;
  overflow: hidden;
  width: 930px;
}

.merumaga legend{
  margin: 0;
  padding: 3px 20px 0 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  float: left;
  width: 280px;
  box-sizing: border-box;
  text-align: right;
  vertical-align: top;
}

.merumaga .inputselect{
  float: right;
  width: 650px;
}
.merumaga .inputselect ul.list_horizon,
.merumaga .inputselect .chk_adjust{
  margin-bottom: 15px;
}
.merumaga .inputselect .caption_002{
  margin: 0;
  padding-top: 3px;
}