@charset "utf-8";

/* --------------------------------------- */
/* etc-style
/* --------------------------------------- */
.list-menu ul {
	border-top: 1px solid #333;
}
.list-menu li a {
	background: url(../img/icon_link01.png) no-repeat 97% center;
	background-color: #fff;
	background-size: 5px 8px;   
	border-bottom: 1px solid #333;
	border-top: 1px solid #fff;
	color: #000;
	display: block;
	padding: 15px 10px;
}

/* --------------------------------------- */
/* login_err-style
/* --------------------------------------- */
.note h3 {
	background: #cb0000;
	color: #fff;
	font-size: 13px;
	margin-bottom: 10px;
	padding: 5px 10px;
}
.note p {
	color: #cb0000;
	padding: 0 10px 20px;
}

/* --------------------------------------- */
/* list-style
/* --------------------------------------- */
.area01 {
	margin-bottom: 10px;
	padding: 5px;
}
.area01 .dtb {
	table-layout: fixed;
	width: 100%;
}
.area01 .dtc {
	padding: 5px;
}
.area01 .dtc img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #000;
	width: 100%;
}

/* --------------------------------------- */
/* detail-style
/* --------------------------------------- */
.txt-dl {
	padding: 10px;
}
.txt-dl p {
	background: #ddd;
	border-radius: 5px;
	font-size: 12px;
	padding: 10px;
	text-align: center;
}

/* --------------------------------------- */
/* agree-style
/* --------------------------------------- */
.agree {
	border-top: 1px dotted #000;
	padding-top: 10px;
}
.agree li {
	font-size: 12px;
	padding-bottom: 10px;
}

/* --------------------------------------- */
/* genre-style
/* --------------------------------------- */
.ttl-genre {
	border-bottom: 2px dashed #000;
	font-size: 16px;
	font-weight: normal;
	padding: 10px 10px 5px;
	text-align: left;
}

/* --------------------------------------- */
/* ranking-style
/* --------------------------------------- */
.list-ranking ul {
	border-top: 1px solid #ccc;
}
.list-ranking li {
	background: #fff;
	border-bottom: 1px solid #ccc;
}
.list-ranking li a {
	background: url(../img/icon_link02.png) no-repeat 97% center;
	background-size: 9px 11px;
	color: #000;
	display: block;
	padding: 10px 30px 10px 10px;
}
.list-ranking li .dtc {
	color: #ff6600;
	vertical-align: middle;
}
.list-ranking li .dtc img {
	width: 70px;
}
