@charset "UTF-8";
/*----------------------------------------
	news
----------------------------------------*/
/* common
----------------------------------------*/
#news .m-news-list li {
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: 1px solid #ccc;
 *zoom: 1;
}
#news .m-news-list li:after {
content: " ";
display: table;
clear: both;
}
#news .m-news-list li .m-news-thumb {
display: table;
float: left;
width: 304px;
min-height: 205px;
height: auto;
border: 1px solid #ccc;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
#news .m-news-list li .m-news-thumb {
float: none;
margin: 0 auto;
width: 264px;
}
}
#news .m-news-list li .m-news-thumb a, #news .m-news-list li .m-news-thumb span {
display: table-cell;
text-align: center;
vertical-align: middle;
}
#news .m-news-list li .m-news-thumb img {
padding: 10px;
max-width: 100%;
height: auto;
vertical-align: middle;
}
#news .m-news-list li dl {
margin-left: 336px;
padding-top: 10px;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
#news .m-news-list li dl { margin-left: 0; }
}
#news .m-news-list li dl .news-date.i-news-tag:after {
content: 'ニュース';
font-size: 78%;
color: #fff;
padding: 1px 12px 0;
margin-left: 12px;
background: #7fc16d;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
#news .m-news-list li dl .news-title {
font-size: 114%;
font-weight: 700;
float: none;
clear: right;
overflow: hidden;
}
#news .m-news-list li dl .news-title.i-new-tag:after {
content: 'NEW';
font-size: 68%;
font-weight: 300;
color: #fff;
padding: 1px 8px 0;
margin-left: 12px;
background: #4b4948;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
#news .m-news-list li dl dd + dt, #news .m-news-list li dl dt + dd { margin-top: 0.6em; }
.newsafter {
margin: 0 0 10px 0;
padding: 3px 15px;
display: block;
float: right;
background: #eee;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
.newsafter {
margin: 10px 0;
float: none;
clear: both;
overflow: hidden;
}
}

table.news_vb1{
table-layout:fixed;
font-size:1.3em;
}

.news_vb1 th{
vertical-align:top;
font-weight:100;
}

.news_vb2 th{
text-align:left;
text-indent:0.5em;
width:150px;
padding-bottom:0.2em;
}

.news_vb2 td{
text-align:left;
width:200px;
}
.n-red{
  color: red;
}
.n-subtit{
font-weight: bold;
color: chocolate;
}
.lower{
display:block;
padding-left:1em;
box-sizing:border-box;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
.pc{
display:none;
}
}
.businesshours th,
.businesshours td{
padding: 5px 10px;
vertical-align: top;
}
.title2-bh{
display: block;
margin-bottom: 5px;
font-weight: 600;
color: #FF7E00;
}
.title-bh{
display: inline-block;
border:1px solid #000;
padding: 5px 20px;
margin-bottom: 10px;
}
.bold{font-weight: bold;}
.pink{color: #CD5B82;}
.orange{color: #FF7E00;}
