@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Julius+Sans+One|Rock+Salt);
@media only screen and (max-width:980px){
.menu{
font-size:7px;
}
.menu .link{
font-size:6px;
}
}

/* common */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
background:transparent;
border:0;
margin:0;
outline:0;
padding:0;
vertical-align:baseline;
}
ol,ul{
list-style:none;
}
blockquote,q{
quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
content:'';
content:none;
}
:focus{
outline:0;
}
ins{
text-decoration:none;
}
del{
text-decoration:line-through;
}
table{
border-collapse:collapse;
border-spacing:0;
}
#XML{
display:none;
}
html{
font:normal 12px 'Julius Sans One','meiryo',sans-serif;
overflow:hidden;
-webkit-text-size-adjust:100%;
}
body{
background:#000;
line-height:1;
max-height:100%;
}
a{
color:#fff;
text-decoration:none;
}
a:hover{
color:#ccc;
}
a img:hover{
filter:alpha(opacity=75);
-moz-opacity:0.75;
opacity:0.75;
}
hr {
border:0;
border-top:1px solid #fff;
height:0;
margin:0;
padding:0;
}
.closed{
filter:alpha(opacity=50);
-moz-opacity:0.5;
opacity:0.5;
}

/* header */

#container{
display:table-cell;
left:0;
position:absolute;
top:0;
width:100%;
}
#container h1{
font-size:10px;
font-weight:normal;
margin:10px;
text-align:center;
}
.logo{
float:left;
}
.logo img{
margin-left:5px;
}
.icons{
float:right;
}
.icons img{
margin:10px 10px 0;
}
.menu{
vertical-align:-15px;
}
.obi{
background:rgba(0, 0, 0, 0.65);
color:#fff;
display:table;
left:0;
position:relative;
top:0;
width:100%;
z-index:999;
}
.obi > *{
margin:10px;
}
.obi h1 img{
margin-bottom:10px;
}

/* entry */

#entry_block{
left:0;
position:absolute;
top:0;
width:100%;
z-index:99;
}
.entry{
background:center center;
background-size:cover;
display:table-cell;
left:0;
position:absolute;
top:0;
}
.entry .open_bt{
display:block;
height:100%;
width:100%;
}
.entry .open_bt:hover{
background:rgba(0, 0, 0, 0.25);
}
.entry .article{
background:rgba(0, 0, 0, 0.65);
border-radius:2px;
color:#fff;
height:340px;
margin:-170px 5% 0;
position:absolute;
top:50%;
width:90%;
z-index:102;
}
.entry .article_bg{
background:rgba(0, 0, 0, 0.4);
height:100%;
position:absolute;
width:100%;
z-index:101;
}

/* article */

.article{
overflow:hidden;
}
.article_main{
float:left;
width:100%;
}
.article_main > *, .article_sub > *{
margin:35px;
}
.article .close_bt_p{
float:right;
}
.article .close_bt{
border:1px solid #fff;
border-radius:3px;
display:inline-block;
font-size:25px;
padding:8px 14px;
}
.article .close_bt:hover{
border-color:#ccc;
}
.article_inner{
height:270px;
}
.article_inner > *{
margin:0.8em auto;
}
.entry_text{
height:203px;
line-height:1.4em;
margin:0;
}
.thumbnail{
border-radius:1.5px;
float:left;
margin-right:35px;
max-height:270px;
max-width:480px;
}
.title{
font-size:23px;
margin-bottom:10px;
}
.title img{
margin-left:10px;
}
.bottom5{
margin-bottom:5px;
}
.redtxt{
color:rgb(255, 170, 170);
}
a:hover .redtxt{
color:rgba(255, 170, 170, 0.75);
}
.link{
font:8px 'Julius Sans One',sans-serif;
vertical-align:middle;
}
.thanks{
font:18px 'Rock Salt',cursive;
}
.entry_meta{
font-size:7.5px;
margin-top:58px;
text-align:right;
}
.share{
float:left;
margin:15px 25px 0 0;
}

/* footer */

#footer_block{
position:fixed;
text-align:center;
top:100%;
}
#footer_block .switch_bt{
float:right;
font-size:22px;
margin-right:10px;
width:60px;
}
.counter{
float:left;
margin:12px 20px 0;
}
#NINCtDrawSection{
display:none;
}
.pagelink{
font-size:20px;
}

/* plugin */

.plugin{
line-height:1.4em;
margin:10px 0;
}
.plugin > div{
margin:5px 0;
}
.plugin .plugin_title{
display:none;
}
.plugin5{
clear:both;
margin:0 auto;
width:85%;
}
.plugin5 .plugin{
display:inline-block;
margin:10px 5px 20px;
min-width:220px;
vertical-align:top;
width:18%;
}
.plugin5 img{
max-height:90px;
max-width:170px;
}
.banner{
border-radius:1px;
}
.profile img{
float:left;
margin-right:10px;
}
.name{
font-family:'Rock Salt',cursive;
font-size:15px;
margin-bottom:13px;
}
.list img{
margin-left:8px;
}
.credit{
font-size:7.5px;
margin-bottom:10px;
}