@charset "UTF-8";

.news_box_single{
width:100%;
border-bottom:1px #D3D3D3 solid;
margin:0;
display:table;
padding-bottom:20px;
}

.sg_first{
border-top:1px #D3D3D3 solid;
margin:0;
}

.news_box_ttl_media{
width:95px;
height:26px;
margin:20px 30px 0 0;
background:#6e9e3c;
color:#FFFFFF;
text-align:center;
line-height:26px;
float:left;
font-size:11px;
}

.news_box_ttl_topic{
width:95px;
height:26px;
margin:20px 30px 0 0;
background:#E66A22;
color:#FFFFFF;
text-align:center;
line-height:26px;
float:left;
font-size:11px;
}

.news_box_ttl_event{
width:95px;
height:26px;
margin:20px 30px 0 0;
background:#FF7491;
color:#FFFFFF;
text-align:center;
line-height:26px;
float:left;
font-size:11px;
}

.news_box_ttl_special{
width:95px;
height:26px;
margin:20px 30px 0 0;
background:#2D4549;
color:#FFFFFF;
text-align:center;
line-height:26px;
float:left;
font-size:11px;
}

.news_box_ttl_press{
width:95px;
height:26px;
margin:20px 30px 0 0;
background:#FF3B3C;
color:#FFFFFF;
text-align:center;
line-height:26px;
float:left;
font-size:11px;
}

.news_box_ttl_recipe{
width:95px;
height:26px;
margin:20px 30px 0 0;
background:#FFAC4C;
color:#FFFFFF;
text-align:center;
line-height:26px;
float:left;
font-size:11px;
}

.news_box_ttl_campaign{
width:95px;
height:26px;
margin:20px 30px 0 0;
background:#437B7C;
color:#FFFFFF;
text-align:center;
line-height:26px;
float:left;
font-size:11px;
}

.news_box_day{
width:68px;
font-size:12px;
color:#3B3B3B;
float:left;
margin-right:16px;
padding-top:25px;
}

.news_box_text{
width:725px;
font-size:14px;
font-weight:bold;
float:left;
padding-top:22px;
line-height:24px;
}

.news_box_text a{
text-decoration:underline;
}

.news_all {	/*タブ*/
	margin-bottom: -1px;
	padding: 15px 25px 15px 0;
	display: block;
	color: #FFF;
	width:200px;
	margin:0 auto;
	text-align:center;
	border-radius:5px;
	background:url(../images/TOA-38J/news_all.png) 90% 16px no-repeat #999999;
	cursor: pointer;
	transition: .3s;
	margin-top:50px;
	font-size:15px;
}

.news_all:hover{
    opacity: 0.7;
}

#space80_news{
width:100%;
height:150px;
}

#space40_pc{
width:100%;
height:40px;
}

ul.next_news {
display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	text-align: center;
	font-size:15px;
}

.next_news li.link_news {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color:#999999;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  display: inline;
  margin:0 10px;
  border:1px solid #999999;
}

.next_news li.link_none {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color:#fff;
  border-radius: 50%;
  color: #393939;
  text-align: center;
  display: inline;
  margin:0 10px;
  border:1px solid #393939;
}
.next_news li.link_news a{
display: block;  height: 100%;  color:#fff;
text-decoration:none;
}

@media only screen and (max-width:1100px){
#space80_news{
height:50px;
}

#space40_pc{
height:20px;
}

.news_box_single{
width:90%;
margin:0 auto;
padding-bottom:10px;
border-bottom:1px #E7E7E7 solid;
}

.sg_first{
border-top:1px #E7E7E7 solid;
margin:0;
}

.news_box_ttl_media{
width:80px;
height:26px;
margin:10px 0 0 0;
background:#6e9e3c;
color:#FFFFFF;
text-align:center;
line-height:26px;
float:left;
}

.news_box_ttl_topic{
width:80px;
height:26px;
margin:20px 0 0 0;
background:#E66A22;
color:#FFFFFF;
text-align:center;
line-height:26px;
float:left;
}

.news_box_ttl_event{
width:80px;
height:26px;
margin:20px 0 0 0;
background:#FF7491;
color:#FFFFFF;
text-align:center;
line-height:26px;
float:left;
}

.news_box_ttl_special{
width:80px;
height:26px;
margin:20px 0 0 0;
background:#2D4549;
color:#FFFFFF;
text-align:center;
line-height:26px;
float:left;
}

.news_box_ttl_press{
width:80px;
height:26px;
margin:20px 0 0 0;
background:#FF3B3C;
color:#FFFFFF;
text-align:center;
line-height:26px;
float:left;
}

.news_box_ttl_recipe{
width:80px;
height:26px;
margin:20px 0 0 0;
background:#FFAC4C;
color:#FFFFFF;
text-align:center;
line-height:26px;
float:left;
}

.news_box_ttl_campaign{
width:80px;
height:26px;
margin:20px 0 0 0;
background:#437B7C;
color:#FFFFFF;
text-align:center;
line-height:26px;
float:left;
}

.news_box_day{
width:68px;
font-size:12px;
color:#3B3B3B;
float:left;
margin-right:0;
padding-top:15px;
float:right;
}

.news_box_text{
width:100%;
font-size:13px;
font-weight:bold;
float:left;
padding-top:12px;
line-height:24px;
}
}

@media only screen and (max-width:960px){
.news_box_single{
width:100%;
margin:0 auto;
}
}

@media only screen and (max-width:640px){
.next_news li.link_news {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color:#999999;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  display: inline;
  margin:0 6px;
  border:1px solid #999999;
}

.next_news li.link_none {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color:#fff;
  border-radius: 50%;
  color: #393939;
  text-align: center;
  display: inline;
  margin:0 6px;
  border:1px solid #393939;
}
}


