body {
	margin: 0;
}

img {
	border: 0;
}


#header {
	background-color: #000000;
	height: 60px;
	text-align: center;
}
#header h1 {
	margin: 0;
}


#base {
	background-image: url('../image/bg_gradation_B-W.png');
	background-repeat: repeat-x;
}


#main {
	padding-top: 24px;
}


.warn h2 {
	margin: 0 0 1em 0;
	padding-left: 40px;
	background-image: url('../image/icon_warn.png');
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}


.block {
	margin-top: 8mm;
}


table.mesubuta {
	table-layout: fixed;
	border-collapse: collapse;
	border: 0;
	background-color: #202020;
	width: 100%;
}
td.comment {
	padding-left: 2mm;
	font-size: 90%;
	color: #F9FCBA;
	line-height: 140%;
	text-align: left;
}


.block div.bg {
	margin-bottom: 8px;
	background-image: url('../image/bg_bar.png');
	background-repeat: no-repeat;
	background-color: #730000;
	height: 28px;
	overflow: hidden;
}
div.bg h3 {
	margin: 0;
	padding: 5px 0 0 40px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
}


table.mania-o {
	table-layout: fixed;
	border-collapse: collapse;
	border: 0;
	width: 100%;
}
table.mania-o td {
	padding: 4px 2px;
	width: 25%;
	font-size: 90%;
}
table.mania-o td a {
	text-decoration: none;
	color: #303030;
}
table.mania-o td a:hover,
table.mania-o td a:active {
	text-decoration: underline;
}
img.mania-o-package {
	width: 76px;
}


div.duga-movie {
	text-align: center;
}
div.duga-movie-box {
	width: 240px;
	margin: 0 auto;
}
div.duga-info {
	line-height: 120%;
	font-size: 90%;
	padding: 1mm;
}
div.duga-info a {
	text-decoration: none;
	color: #6B3420;
}
div.duga-info a:hover,
div.duga-info a:active {
	text-decoration: underline;
}
dl.duga-history {
	margin: 2mm;
	padding: 10px;
	border: 1px solid #000000;
	background-color: #B5B5B5;
}
dl.duga-history dt {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 90%;
	color: #C9371E;
}
dl.duga-history dd {
	margin: 0;
	padding: 0;
}
dl.duga-history ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
dl.duga-history li {
	font-size: 14px;
	padding: 2mm 0;
}
dl.duga-history li a {
	text-decoration: none;
	color: #274B7C;
}
dl.duga-history li a:hover,
dl.duga-history li a:active {
	text-decoration: underline;
}


div.half {
	width: 50%;
	float: left;
	text-align: center;
}
div.half-body {
	width: 150px;
	margin: 0 auto;
	text-align: left;
}


dl.thumbnail {
	text-align: center;
}
dl.thumbnail dt {
	margin: 2px 0;
	padding: 2px;
	border-left: 5px solid #BA1231;
	border-right: 5px solid #BA1231;
	background-color: #E0A8A8;
	font-size: 90%;
	color: #A52B03;
}
dl.thumbnail dd {
	margin: 0;
	padding: 1em 0;
}


/* ↓↓以下削除↓↓ */
dl.thumbnail dd > a {
	display: block;
	margin-top: 5px;
}
dl.thumbnail dd > a:first-child {
	margin: 0;
}
/* ここまで */


dl.thumbnail > dd > ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

dl.thumbnail > dd > ul > li {
	margin: 0;
	margin-top: 15px;
	padding: 0;
}
dl.thumbnail > dd > ul > li:first-child {
	margin: 0;
}

dl.thumbnail > dd > ul > li a {
	text-decoration: none;
}

dl.thumbnail > dd > ul > li > div.comment {
	text-align: left;
	font-size: 12px;
	line-height: 1em;
}

div.AdInList {
	margin-bottom: 1em;
}


div.livechat {
	text-align: center;
	border-left: 35px solid #202020;
	border-right: 35px solid #202020;
}


ul.link {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.link li {
	margin: 2mm 1mm;
	padding: 0;
	font-size: 90%;
	border-bottom: 1px solid #F7455A;
}
ul.link li a {
	text-decoration: none;
	color: #F97FA0;
}
ul.link li a:hover,
ul.link li a:active {
	text-decoration: underline;
}


#bottom {
	background-color: #730000;
	margin-top: 4mm;
	padding: 5mm 1mm;
}


ul#navi {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
ul#navi li {
	padding: 10px 0;
	display: inline;
	font-size: 80%;
	margin-right: 16px;
}
ul#navi li a {
	text-decoration: none;
	color: #ffffff;
}
ul#navi li a:hover,
ul#navi li a:active {
	text-decoration: underline;
}


ul.adultgoodslist {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.adultgoodslist li {
	width: 50%;
	margin: 0;
	margin-top: 20px;
	padding: 0 5px;
	text-align: center;
	box-sizing: border-box;
}

.adultgoodslist li a {
	display: block;
	text-decoration: none;
}

.adultgoodslist li a div.image {
	width: 140px;
	height: 140px;
	overflow: hidden;
	margin: 0 auto;
}

.adultgoodslist li a div.image img {
	width: 100%;
	height: auto;
	border: 0;
}

.adultgoodslist li a div.comment {
	margin-top: 10px;
	text-align: left;
	line-height: 130%;
	font-size: 80%;
	color: maroon;
}



/* RSS */
div.rss_box {
	border: 1px solid dimgray;
	padding: 8px;
}

div.rss_box ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.rss_box ul li {
	width: 100%;
	box-sizing: border-box;
	padding: 15px 0;
	border-bottom: 1px solid lightgray;
}
div.rss_box ul li:last-child {
	border: 0;
}

div.rss_box ul li a {
	font-size: 14px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-decoration: none;
	color: royalblue;
}

