@charset "UTF-8";



.news_box{
	width: 1024px;
	margin: 6px auto 20px;
}

.news_box h3{
	font-size: 14px;
	color: #666;
	border-bottom: 1px solid #d3d3d3;
	margin: 0 auto 14px;
}

.news_box hr{
	border-bottom: 1px solid #d3d3d3;
	margin: 60px auto 20px;
	padding: 0;
}

.news{
	display: inline-block;
	   -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  background: #003366;
	border: 1px solid #999;
	border-radius: 8px;
	width: 200px;
	height: 230px;
		overflow: hidden;
	vertical-align: top;
	margin: 0 auto 20px;
}

/*サムネールのみ*/
.thumb_box{
	display: inline-block;
	   -moz-box-sizing: border-box;
	  box-sizing: border-box;
	border: 1px solid #999;
	border-radius: 8px;
	width: 200px;
	height: 113px;
		overflow: hidden;
	vertical-align: top;
	margin: 0 auto 20px;
}

.news .news_thumbnail img{
	width: 100%;
}

.news .news_info{
	width: 90%;
	height: 100px;
	margin: 8px auto 0;
}

.news .news_info p{
    line-height: 1.3;
    font-size: 14px;
    margin: 8px auto 0;
}

.news .news_info a{
	text-decoration: none;
	color: #fff;
	}
	

	
ul.news_info_txt li{
	font-size: 16px;
	line-height: 1.6;
	list-style: none;
	border-bottom: 1px dashed #999;
}

ul.news_info_txt li a{
	display: block;
	text-decoration: none;
	color: #00327d;
}

.news {
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	position: relative;
	margin: 0 auto .5rem;
	padding: 0;
}
	
.news .cat_icon{
	width: 100%;
	text-align: center;
  position: absolute;
  top: 0px;/*画像の左上に配置*/
  left: 0;
  margin: 0; /*余計な隙間を除く*/
  color: #fff;/*文字を白に*/
  background: rgba(255, 0, 0, 0.55);/*背景色*/
  border-radius: 8px 0 0 0;
  font-size: 12px;
  line-height: 1;/*行高は1に*/
  padding: 8px 10px;/*文字周りの余白*/
  }
  

  
  .news .price_icon{
	  width: 100%;
	  text-align: center;
  position: absolute;
  bottom: 0px;/*画像の左上に配置*/
  right: 0;
  margin: 0; /*余計な隙間を除く*/
  color: #fff;/*文字を白に*/
  background: #0d5ed6;/*背景色*/
  font-size: 13px;
  line-height: 1;/*行高は1に*/
  padding: 8px;/*文字周りの余白*/
  }
  
   .news .price_icon span{
	   line-height: 1.5;
	   font-size: 12px;
   }

	
		
.span_label	{
	font-family: 'Reggae One', cursive;
	font-weight: 400;
	font-size: 2rem;
	text-align: center;
	margin: 0 auto 1em;
}



.more_link{
	text-align: center;
}


@media only screen and (max-width: 736px) {/*スマホサムネイル*/

.news_box{
	width: 98%;
	margin: auto;
	}

.news{
	width: 49%;
	height: 250px;
}

.thumb_box{
	width: 49%;
	height:auto;
	border: none;
}





.more_link{
	width: 98%;
	margin: auto;
}


.news .news_info p{
    line-height: 1.3;
    font-size: 1rem;
    margin: 9px auto 0;
}

.news .cat_icon_1 span,
.news .cat_icon_2 span{
	color: #fff;
	font-size: 12px;
	line-height: 1.6;
	border-radius: 6px;
	border: .5px solid #fff;
	padding: 4px 2px;
}

ul.news_info_txt{
	width: 96%;
	margin: 0 auto;
}

}

@media only screen and (min-width: 419px) and (max-width: 1023px) {/*タブレットサムネイル*/
/*
.news_box{
	width: 100%;
	}

.news{
	width: 32%;
	height: 230px;
}

.thumb_box{
	width: 32%;
	height:auto;
	border: none;
}

.news .news_thumbnail img{
	display: block;
	margin: 0 auto;
}
*/


}

@media only screen and (max-width: 321px) {
	
.span_label	{
	font-size: 14px;
		text-align: center;
	margin: 0 auto 1em;
}


.news{
	width: 48%;
	height: 230px;
}

}



@media only screen and  (min-width: 737px) and (max-width: 1024px) {

.news_box{
	width: 98%;
	margin: auto;
	}

.news{
	width: 23%;
	height: 280px;
}



.news .news_thumbnail img{
	display: block;
	margin: 0 auto;
}


	
}













