@charset "UTF-8";
#opW{
position:absolute;
width:100%;
height:100%;
background:url(images_new/op_w.png) center center no-repeat;
background-size:cover;
}
#opB{
position:absolute;
width:100%;
height:100%;
background:url(images_new/op_b.png) center center no-repeat;
background-size:cover;
}

#main{
position: relative;
background:url(images_new/main_bg.jpg) top center no-repeat;
overflow: hidden;
}
#don{
position: absolute;
display: block;
margin-top:50px;
margin-right:10px;
top:240px;
right: 0;
}
#dvdBNR{
position: absolute;
display: block;
top:10px;
right:10px;
}
#catch{
position: absolute;
display: block;
top:0;
left: 0;
}
#moguro{
position: absolute;
display: block;
top:20px;
left: 50%;
margin-top: 40px;
margin-left: -540px; 
}
#headline{
position: absolute;
width:250px;
height:auto;
/*max-height:310px;*/
left: 280px;
text-align: right;
}
#headlineTTL{
position: absolute;
display: block;
left: 50%;
margin-left: -65px;
z-index: 1;
}
#headlineWrap{
width:214px;
height:260px;
/*max-height:214px;*/
padding:15px;
margin-top: 40px;
margin-bottom: 5px;
border: #FFF solid 3px;;
background: #000;
font-size: 13px;
color: #FFF;
text-align: justify;
overflow: hidden;
}
#headlineWrap a{
display: block;
color: #FFF;
line-height: 1.2em;
text-decoration: none;
}
#headlineWrap a span{
display: block;
font-size: 12px;
margin-bottom: 5px;
color: #E50012;
}
#headlineWrap hr{
border-top: 1px solid #FFF;
margin: 10px 0;
}
#moreNews{
display: block;
margin: 0 0 0 auto;
width: 64px;
height: 14px;
}
#twTimeline{
position: absolute;
width:250px;
height:auto;
left: 300px;
text-align: right;
bottom:10px;
}
#twTTL{
position: absolute;
display: block;
left: 50%;
margin-left: -65px;
margin-top: -40px;
z-index: 1;
}

#menuSche{
position: absolute;
right: auto;
left:920px;
text-align: right;
}

@media screen and (min-width: 1200px){

#menuSche{
right: 20px;
left:auto;
}
}