/* ユーザー定義CSS
---------------------------------------------*/
a:hover img{
filter: alpha(opacity=80);
-moz-opacity:0.80;
opacity:0.80;
}

body {
  -webkit-text-size-adjust: none;
}

#js_newsdate{
margin:20px 0px 10px 0px;
color:000;
font-size:16px;
font-weight:bold;
}

#filter{
width:100%;
height:1000px;
height:100%;
background:#000;
position:fixed;
top:0px;
left:0px;
z-index:1000;
}

#back_bt{
position:absolute;
bottom:0px;
right:0px;
z-index:5;
width:71px;
height:22px;
}

/*スタッフコメント テキストシャドウ*/
#layout8 .read {text-shadow: 1px 1px 0px #000;}

/*ニュース種別*/
.nc_info{padding-left:50px; background:url(../../images/main/ico_info.gif) 0px 4px no-repeat;}
.nc_story{padding-left:50px; background:url(../../images/main/ico_story.gif) left 4px no-repeat;}
.nc_goods{padding-left:50px; background:url(../../images/main/ico_goods.gif) left 4px no-repeat;}
.nc_sp{padding-left:50px; background:url(../../images/main/ico_sp.gif) left 4px no-repeat;}
.nc_event{padding-left:50px; background:url(../../images/main/ico_event.gif) left 4px no-repeat;}
.nc_oa{padding-left:50px; background:url(../../images/main/ico_oa.gif) left 4px no-repeat;}
*:first-child+html .new_ic {/display:block;}
.new_ic {_display:block;}

/* タイトル指定 */
/* ニュースタイトル */
h2.news_ti {
margin: 0px 0px 20px 0px;
padding: 0px 0px 0px 0px;
font-size: 24px;
color: #940000;
line-height:34px !important;
border-bottom:2px solid #940000;
}
/* スペシャルタイトル */
h2.special_ti {
margin: 0px 0px 30px 0px;
padding: 5px 0px 0px 10px;
font-size: 22px;
color: #000000;
line-height:28px !important;
background:#ffe400;
border-top:2px solid #000;
border-bottom:2px solid #000;
}
/* 大タイトル（赤） */
h2.red_ti {
margin: 0px 0px 10px 0px;
padding: 0px 0px 0px 0px;
font-size: 24px;
color: #940000;
line-height:34px !important;
border-bottom:2px solid #940000;
}
/* 大タイトル（白） */
h2.wh_ti {
margin: 0px 0px 10px 0px;
padding: 0px 0px 0px 0px;
font-size: 24px;
color: #fff;
line-height:34px !important;
border-bottom:2px solid #fff;
text-shadow: 1px 1px 0 #000;
}
/* 中タイトル （赤）*/
h3.red_ti {
margin: 30px 0px 10px 0px;
padding: 0px 0px 0px 0px;
font-size: 18px;
color: #c61717;
border-bottom:1px solid #c61717;
}
/* 中タイトル （白）*/
h3.wh_ti {
margin: 30px 0px 10px 0px;
padding: 0px 0px 0px 0px;
font-size: 18px;
color: #fff;
border-bottom:1px solid #fff;
}
p.h_no {
margin: 0px;
padding: 0px;
}