@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

@CHARSET "UTF-8";

* {
    margin: 0;
    outline: 0;
    padding: 0;
}

html {
	background: #fff;
}

body {
    background-color: #fff2b0;
    background-size: cover;
    color: #333;
    font-family: ヒラギノ丸ゴ;
    font-size: 14pt;
    line-height: 25pt;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;

}
p {
    padding: 1%;
}
a {
    color: #922E30;
    text-decoration: underline;
}
a:FOCUS, a:ACTIVE,
button::-moz-focus-inner,
input[type='reset']::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner,
select::-moz-focus-inner,
input[type='file'] > input[type='button']::-moz-focus-inner {
    border: 0;
    outline: 0;
}
a:HOVER,
a.pull-right:HOVER {
    color: #333;
}

a:hover img{
opacity:0.5;
filter:alpha(opacity=50);
-ms-filter: "alpha( opacity=50 )";
background:none!important;
}

.body-page {
    margin: -2px 0 0;
    overflow: hidden;
}
.clear {
    clear: both;
}

.dn{
    display: none;
}

img {
/*  max-width: 100%;  Fluid images for posts, comments, and widgets */
  height: auto;
	padding: 0;
	margin: 0;
}

}
#main {
    border: none;
    left: 0;
    top: 0;
    visibility: visible;
    width: 100%;
}

footer {
	background-color: #91cf78;
	color: #333;
	font-size: 9pt;
	margin: 40px 0;
	padding: 10px;
}

.textbox{
	margin: 40px;
}

.back-to-top {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 2em;
    color: #FFF;
    cursor: pointer;
    display: none;
    font-size: 12px;
    height: 50px;
    padding: 5px;
    position: fixed;
    right: 0px;
    text-align: center;
    text-decoration: none;
    width: 70px;
    z-index: 9999;
}
.back-to-top:HOVER {
    background-color: rgba(135, 135, 135, 0.50);
    text-decoration: none;
}
.back-to-top span,
.back-to-top strong {
    float: left;
    width: 100%;
}

.content{
	margin:0 0 20px 0;
}

h1{display:none;}


.icon_dvd {
    display: inline-block;
	font-family: ヒラギノ丸ゴ;
    font-weight: bold;
    color: #e7d0af;
    line-height: 1.4em;
    padding: 0 2px;
	margin:2px 0;
    background:#a03235;
	font-size: 10pt;
}

.icon_bd {
    display: inline-block;
	font-family: ヒラギノ丸ゴ;
    font-weight: bold;
    color: #e7d0af;
    line-height: 1.4em;
    padding: 0 2px;
	margin:2px 0;
    background:#2f6366;
	font-size: 10pt;
}

.icon_cd {
    display: inline-block;
	font-family: ヒラギノ丸ゴ;
    font-weight: bold;
    color: #e7d0af;
    line-height: 1.4em;
    padding: 0 2px;
	margin:2px 0;
    background:#231815;
	font-size: 10pt;
}

#footer {
	text-align: center;
	position: sticky;
}

.rss-widget-feed{
	display: none;
}
.rss-widget-title{
	display: none;
}

ul{
  padding-left:0;
}

.rsswidget{font-size:15px;}
.rss-date{font-size:14px;}

li{
	list-style:none;
	border-bottom: 2px dotted #da8078;
	padding: 10px 0;
	line-height:130%
}