@charset "utf-8";
/* CSS Document */

#main .main_exp {
  background: url(../images/news/main_bnr.png);
  width: 670px;
  height: 50px;
  text-indent: -9999px;
  margin-bottom: 30px;
}


/* 記事 */
#main p.pre_text {
  margin-bottom: 50px;
}

#main .items {
  margin-bottom: 80px;
}

#main .items .item {
  background:url(../images/news/item_bg.png) bottom left no-repeat;
  width: 510px;
  min-height: 85px;
  padding-left: 100px;
  padding-right: 60px;
  padding-bottom: 10px;
  margin-bottom: 50px;
}

#main .items .item p.date {
}

#main .items .item h4 {
  color: #900;
  font-weight: bold;
  margin-bottom: 10px;
}

.items p.pagination{
  text-align: right;
  padding-top: 30px;
}

.items p.pagination a{
  background: #333;
  text-decoration: none;
  border: #333 solid 1px;
  padding-left: 3px;
  padding-right: 3px;
  color: #fff;
}

.items p.pagination a:hover{
  background: #999;
}

.items p.pagination strong{
  padding-left: 3px;
  padding-right: 3px;
  color: #900;
  font-weight: bold;
}


/*===============================================
●tab.css 画面の横幅が650~959px以下
===============================================*/
@media screen and (max-width:949px){
#main .main_exp {
  background: url(../images/news/main_bnr.png) no-repeat;
  background-size: 100%;
  max-width: 90%;
  height: 50px;
  text-indent: -9999px;
  margin: 0 auto;
}

/* 記事 */
#main p.pre_text {
	width: 90%;
  margin: 30px auto 50px;
  text-align: center;
}

#main .items {
	width: 90%;
  margin: 0 auto 80px;
}

#main .items .item {
  background:url(../images/news/item_bg.png) bottom left no-repeat;
  width: 75%;
  padding-left: 25%;
  padding-right: 0;
  padding-bottom: 10px;
  margin-bottom: 50px;
}
}