@charset "UTF-8";
/*	お知らせ記事
------------------------*/
/* リスト--*/
#main-contents #topic-headline-section {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  clear: both;
  width: 650px;
  height: 250px;
  margin: 0 auto 12px;
  background: white;
  overflow: auto; }
  #main-contents #topic-headline-section dl {
    width: 92%;
    margin: 0 auto; }
  #main-contents #topic-headline-section dt {
    margin: 0px;
    padding-top: 10px;
    font-size: 100%;
    color: #333333; }
    #main-contents #topic-headline-section dt .date {
      color: #333333;
      float: none;
      display: block;
      font-size: 100%;
      margin: 0 15px 10px 0px;
      padding: 0 20px 0 0;
      float: left;
      position: relative; }
      #main-contents #topic-headline-section dt .date:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 3.5px 0 3.5px 9px;
        border-color: transparent transparent transparent #27a8b8;
        float: right;
        margin: 0;
        position: absolute;
        right: 0px;
        top: 4px; }
    #main-contents #topic-headline-section dt a {
      text-decoration: underline;
      color: #0b73b7; }
      #main-contents #topic-headline-section dt a:hover {
        color: #27a8b8; }
  #main-contents #topic-headline-section dd {
    padding: 0 0 5px 0;
    color: #333333;
    margin: 0px;
    border-bottom: 1px dotted #a0a0a0;
    display: block;
    float: none;
    clear: both; }

/*toppage 
------------------*/
#main-contents {
  width: 930px;
  margin: 10px auto;
  color: #333333; }
  #main-contents .toppage {
    margin-top: 10px; }
  #main-contents .side-cont {
    width: 230px;
    vertical-align: top;
    border-top: 1px solid #a0a0a0; }
    #main-contents .side-cont p {
      margin: 0; }
  #main-contents .spacer {
    width: 30px; }
  #main-contents .main-cont {
    width: 670px;
    vertical-align: top; }

/*for yamayoshi
------------------*/
.yy-top {
  width: 100%; }
  .yy-top tr td {
    vertical-align: top; }
    .yy-top tr td:first-child {
      width: 279px;
      float: left; }
    .yy-top tr td:last-child {
      width: 380px;
      float: right; }
  .yy-top:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.tk-top {
  width: 100%;
  border-collapse: collapse;
  background: #ebebeb; }
  .tk-top tr td {
    vertical-align: top; }
    .tk-top tr td .tk-ttl {
      display: block;
      width: 610px;
      margin: 10px auto;
      background: #616161;
      color: white;
      padding: 7px 0 7px 40px;
      font-size: 140%;
      position: relative; }
      .tk-top tr td .tk-ttl:before {
        content: "";
        width: 15px;
        height: 15px;
        background: #27a8b8;
        position: absolute;
        left: 15px; }
    .tk-top tr td .tk-list {
      width: 650px;
      margin: 0 auto 10px; }
      .tk-top tr td .tk-list tr td {
        vertical-align: top; }
        .tk-top tr td .tk-list tr td p {
          margin: 0; }

.tk-bnr {
  width: 100%;
  margin: 15px 0; }
  .tk-bnr tr td {
    vertical-align: top; }
    .tk-bnr tr td .box-bnr {
      display: block; }
      .tk-bnr tr td .box-bnr .img {
        display: block; }
        .tk-bnr tr td .box-bnr .img img {
          vertical-align: top; }
    .tk-bnr tr td .link-bnr {
      display: block;
      background: #27a8b8;
      padding: 10px 15px 10px 0;
      text-align: right; }
