﻿@charset "utf-8";

/* ===================================================================
	Author: aki
=================================================================== */

.l-information li {
	list-style-type: none
}
.l-information dt,
.l-information .tag {
	float: left;
	width: 30%;
}

.l-information .txt {
	float: left;
	width: 70%;
}

.l-information dl:after {
	content: "";
	display:block;
	clear: both;
}