<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
#mainimage {

background: url(../img/news_img/bg_titleimage_sp.png) no-repeat center top;
background-size: 100%;
}
#mainimage .container{
  padding-left: 0;
  padding-right: 0;
}
          @media print, screen and (min-width:768px) {
            #mainimage {
              min-height: 230px;
            background: url(../img/news_img/bg_titleimage_pc.png) no-repeat center top;
            background-size: cover;
            }

          }
/*------------------------------------------------------------Content*/
/*NewsBox*/
.newsbox {
	overflow: hidden;/* for modern browser */
  text-align: left;
}
.newsbox .news_text {
	overflow: hidden;/* for modern browser */
	zoom: 1;/*ie6*/
	line-height: 1.5;
  text-align: left;
  margin-top: 20px;
}
.newsbox img {
	margin-bottom: 10px;
}
.newsbox a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
.newstitle {
  clear: both;
  margin: 2em auto 1em;
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
	padding: 0 0 0 1em;
	text-align: left;
  line-height: 1.4em;
  background: #19C2FA;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;  
  border-left: 10px solid #19C2FA;
  border-top: 12px solid #19C2FA;  
  position: relative;
  box-shadow:6px 0px 0px -1px #fff inset,0px 0px 0px 12px #19C2FA;
}

.newstitle span{
  color: #e8e8e8;
  font-size: 1.2rem;
  line-height: 1em;
}
.newsbox .newstitle:first-of-type{
  margin-top: 0;
}
          @media print, screen and (min-width:768px) {
            .newstitle{
              	padding: 0 0 0 1em;
            }
          .newstitle br {
            display:none;
          }
              .newstitle span{
              position: absolute;
              right: 1em;
              top: 50%;
               -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
              margin-left: 2em;
              float: right;
              color: #e8e8e8;
              font-size: 1.2rem;
              }
            .newsbox .news_text {
              margin-top: 30px;
            }
          }
/*PageNavi*/
#pagenavi {
	margin: 0 0 10px;
	padding: 10px 10px 5px;
	text-align: center;
}
#pagenavi li {
	display: inline;
	margin: 0 2px;
	padding: 0;
}
#pagenavi li span {
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	margin-bottom: 5px;
	padding: 3px 10px;
	color: #fff;
	border: 1px solid rgba(0,0,0,0.1);
	background: url(../img/common_img/bg_dot.png) repeat center center #91bbff;
  background-size: 2px;
	/* CSS3 */
	border-radius: 3px;
	/* Webkit */
    -webkit-border-radius: 3px;
	/* Firefox */
    -moz-border-radius: 3px;
}
#pagenavi li a {
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	margin-bottom: 5px;
	padding: 3px 10px;
	color: #666666;
  	border: 1px solid rgba(0,0,0,0.1);
	background: url(../img/common_img/bg_dot.png) repeat center center #f7f7f7;
  background-size: 2px;
	/* CSS3 */
	border-radius: 3px;
	text-shadow:1px 1px 0 #FFF;

}
#pagenavi li span {
	color: #fff;
}
#pagenavi li a:hover {
	background: #DFDFDF;
}

@media print, screen and (min-width:768px) {
    .news_space{
        padding-bottom: 100px;
    }
}</pre></body></html>