﻿@charset "UTF-8";
/**
*-------------------------------------------------------
*  トーバン CSS
*-------------------------------------------------------
**/

.top-image {
  background: url(../img/top-img4.jpg) center top no-repeat #0c1d40;
  height: 283px;
  border-bottom: 5px solid #003990;
  margin-bottom: 40px;
}

.wrap {
 width: 930px;
 margin: 0 auto;
}

.side {
  width: 212px;
  float: left;
}

.main {
  width: 686px;
  padding-left: 15px;
  margin-left: 16px;
  border-left: 1px solid #EDEDED;
  float: left;
}

.top-navi li {
  display: block;
  width: 332px;
  margin-bottom: 4px;
  float: left;
  }
  .top-navi li:nth-child(odd) {
    margin-right: 22px;
  }

.top-news-icon {
  padding: 0 20px 0 0;
  float: right;
}

.icon-rss {
  border-right: 1px solid #DADADA;
  padding-right: 10px;
  margin-right: 5px;
}

#news {
  height: 250px;
  outline: none;
}

#news dl {
  }
  #news dt {
    clear: left;
    float: left;
    font-size: 12px;
    line-height: 3.2;
    width: 80px;
    text-indent: 1em;
  }
  #news dd {
    border-bottom: 1px dotted #DADADA;
    font-size: 12px;
    line-height: 3.2;
    padding-left: 100px;
  }

.top-list {
  background: url(../img/top-list-logo.jpg) 34px 60px no-repeat;
  width: 730px;
  margin: 60px auto 0;
  border: 1px solid #EDEDED;
  border-bottom: 0;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  padding: 28px 0 0 200px;
}

.top-list1 {
  width: 190px;
  margin-right: 25px;
  float: left;
}

.top-list2 {
  float: left;
}

.top-list p {
  font-size: 13px;
  border-bottom: 1px solid #EDEDED;
}

.top-list1 li {
  background: url(../img/li-arrow2.png) left center no-repeat;
  font-size: 11px;
  text-indent: 13px;
  line-height: 2.0;
  color: #777;
  border-bottom: 1px solid #EDEDED;
}

.top-list2 ul {
  margin-right: 25px;
  float: left;
  
  }
  .top-list2 ul:last-child {
    margin-right: 0;
  }

.top-list2 li {
  background: url(../img/li-arrow2.png) left center no-repeat;
  font-size: 11px;
  text-indent: 13px;
  line-height: 2.0;
  color: #777;
  border-bottom: 1px solid #EDEDED;
  padding-right: 1em;
}
