@charset "utf-8";
/* ==================================================================================================== */
/* ▼ HOME STYLES （START） */


.theme-list-wrap .theme-list a {
	display: block;
	padding: 5% 0;
	text-decoration: none;
	color: #444;
}
.theme-list-wrap .theme-list:first-child a {
	padding-top: 0;
}
.theme-list-wrap .theme-list a:hover {
	color: #999;
}
.theme-list-wrap .theme-list .eyecatch{
	width: 80%;
	max-width: 550px;
	margin: auto;
}
.theme-list-wrap .theme-list .ttl {
	text-align: center;
	margin: .5em 0;
}
.theme-list-wrap .theme-list .label {
	display: inline-block;
	width: auto;
	margin-right: 0.5em!important;
	margin-left: -1em!important;
	line-height: 1.4;
	font-size: 12px;
}
.theme-list-wrap .theme-list .description {
	font-size: .9em;
	text-align: left;
	opacity: 0.8;
}
.theme-list-wrap .theme-list .description,
.theme-list-wrap .theme-list .price {
	max-width: 530px;
	display: block;
	margin: auto;
}
.theme-list-wrap .theme-list .price {
	margin-top: 5px;
}


#topdocument ul,
#topdocument li {
	margin: 0;
	padding: 0;
}
#topdocument li::before {
	content: none;
}
#topdocument a {
	color: #333;
	text-decoration: none;
}
#topdocument a:hover {
	opacity: 0.5;
}
#topdocument dl {
	margin: 5% 0;
}
#topdocument dl a {
	padding: .5em;
	border-top: 1px dotted;
	display: block;
}
#topdocument dt a {
	padding-top: 1em;
	padding-bottom: 1em;
	font-weight: bold;
	border-top: none;
}
#topdocument dt a i {
	color: #58551c;
	font-size: 1.5em;
	margin-left: -3px;
	margin-right: 5px;
}
@media screen and (min-width: 680px) {
	.theme-list-wrap {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-around;
	}

	.theme-list-wrap .theme-list {
		width: 30%;
	}
	.theme-list-wrap .theme-list:first-child {
		width: 100%;
	}

	#topdocument dl {
		margin: 5%;
	}
}
/* ▲ HOME STYLES （END） */
/* ==================================================================================================== */