/*----------------------------------------レイアウト*/

/* 左ブロック */
div#news_left {
  width: 665px;
  float: left;
  margin-left: 10px;
  text-align: left;
  margin-top: 10px;
}
/* 右ブロック */
div#news_right {
  width: 300px;
  float: right;
  margin-right: 10px;
  margin-top: 10px;
}



/* TOOPAGE NEWS */

.top_news_title{
  width: 100%;
  padding: 10px;
  border-bottom: dashed 1px #cccccc;
}

#top_news1{
  width: 100%;
  padding: 10px;
  border-bottom: dashed 1px #cccccc;
}

#top_news1 h1{
  font-size: 30px;
  font-weight: bold;
  margin-top: 15px;
}

#top_news1 h2, #top_news1 a{
  font-size: 30px;
  font-weight: bold;
  color: #00038c;
  margin-top: 15px;
}

#top_news1 a:hover{
  text-decoration: underline;
}

#top_news1 p{
  font-size: 100%;
  color: #333333;
  padding-left: 10px;
  padding-right: 10px;
}


.top_news2_left{
  width: 290px;
  padding: 10px;
  border: solid 1px #cccccc;
  margin-top: 10px;
  margin-left: 10px;

  position: relative;
  float: left;
  height: auto;
}

.top_news2_left ul, .top_news2_left a{
  font-size: 100%;
  color: #00038c;
  list-style-position: inside;
}

.top_news2_left a:hover{
  text-decoration: underline;
  font-size: 100%;
}

#top_news1 a:visited, .top_news2_left a:visited, .top_news2_right a:visited {
  color: #800080!important;
}

.top_news2_right{
  width: 290px;
  padding: 10px;
  border: solid 1px #cccccc;
  margin-top: 10px;
  margin-left: 10px;
  position: relative;
  float: right;
  height: auto;
}

.top_news2_right ul, .top_news2_right a{
  font-size: 100%;
  color: #00038c;
  list-style-position: inside;
}

.top_news2_right a:hover{
  text-decoration: underline;
}

.news_title {
  font-size: 180%!important;
}

.news_description {
  font-size: 100%!important;
}

.news_content {
  font-size: 130%!important;
  line-height: 1.8em;
}

.news_detail_social {
  padding-right:30px;
  margin-bottom:10px;
}

.news_detail_twitter {
  width: 70px;
  height: 30px;
}

.news_detail_facebook {
  width: 75px;
  height: 25px;
}

.news_detail_googleplus {
  width: 65px;
  height: 25px;
  text-align: right;
}

.news_img_detail {
   overflow: hidden;
   height: auto;
   padding-right: 15px;
}

.news_img_detail img {
   float: left;
   width: 200px !important;
   margin: 5 15 5 10 !important;
   padding: 3px !important;
   border: 0 !important;
}

.news_img_detail div {
   overflow: hidden;
   height: auto;
}