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


/* スライドキービジュアル
----------------------------------------------- */
#headline-contents{width:680px;overflow: hidden;}
.keyarea{min-width:635px;width:auto !important;width:635px;height:310px;margin:0}
.keyarea a img{border-style:none}
.keyslider{position:relative;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;user-select:none;margin:0}
.viewfield{position:relative;overflow:hidden}
.keyslider .keyitems{position:relative;margin:0;padding:0;list-style:none}
.keyitems li{float:left;width:635px;height:310px}
.keyitems li img{width:635px}
.viewfield .leftmask{position:absolute;height:310px;top:0;background:#FFF;filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70}
.viewfield .leftmask .btnspace{position:absolute;width:33px;height:53px;top:124px;right:5px;background-image:url(../images/keyslider/arrow_key.png);background-repeat:no-repeat;background-position:-4px -19px}
.viewfield .rightmask{position:absolute;top:0;right:0;height:310px;background:#FFF;filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70}
.viewfield .rightmask .btnspace{position:absolute;width:33px;height:53px;top:124px;left:3px;background-image:url(../images/keyslider/arrow_key.png);background-repeat:no-repeat;background-position:-4px -115px}
.banner{/*position:absolute;top:245px*/margin-top: 6px;}/* サムネイル位置調整 */
.banneritems{list-style:none;margin-right:8px}
.banneritems li{position:relative;float:left;width:55px;height:54px;margin-left:6px;margin-right:0}
.banneritems li div.bannermask{position:absolute;top:0;left:0;width:55px;height:54px;background:#818181;filter:alpha(opacity=60);-moz-opacity:.60;opacity:.60;z-index:100}
.banneritems li div.act{display:none}
.banneritems li a img{width:55px;height:54px}
.banneritems li a{overflow:hidden;display:inline-block;*display:inline;*zoom:1}
.banneritems li a{border:0}
.banneritems li a.act{border:3px solid #c25160}
.banneritems li a img.act{margin:-3px}
.slidebtn{clear:both}
.prevbtn,.nextbtn{cursor:pointer}



/* 透過処理　
----------------------------------------------- */
.banneritems li a:hover img {
        filter: alpha(opacity=100);
        -moz-opacity:1.0;
        opacity:1.0;
}</pre></body></html>