@charset "utf-8";
/* CSS Document */

.cata_dl {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.cata_dl + .cata_dl {
	margin-top: -20px;
}
.cata_dl li {
	list-style: none;
	padding: 10px 15px 3px;
	box-sizing: border-box;
	width: 282px;
	margin: 5px;
	background: -webkit-linear-gradient(#c3e3f7, #f7fcff);
	background: -o-linear-gradient(#c3e3f7, #f7fcff);
	background: linear-gradient(#c3e3f7, #f7fcff);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
}
.cata_dl li .detail {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.cata_dl li .image {
	width: 64px;
	margin-right: 10px;
}
.cata_dl li .text {
	width: 178px;
}
.cata_dl li .text dl {
	display: flex;
	margin-bottom: 5px;
}
.cata_dl li .text dt {
	width: 59px;
	margin-right: 5px;
}
.cata_dl li .text dd {
	font-size: 10px;
	width: 109px;
}


.nstyle .download_quick {
	clear: none;
	float: left;
	margin-top: 90px;
}
.nstyle .download_quick.en {
	margin-top: 5px;
}

.nstyle #vol33 .download_quick {
	margin-top: 110px;
}
.nstyle #vol33 .download_quick.en {
	margin-top: 5px;
}

.nstyle .quick_start .download_quick {
	margin-top: 20px;
}


div#rightcol_top .mente p,
div#rightcol div.links .mente a:link {
    color: #1683fc;
}
div#rightcol_top .mente p {
    margin-bottom: 1em;
    font-size: 14px;
}
div#rightcol div.links .mente a:link {
    text-decoration: underline;
}
div#rightcol div.links .mente a:hover {
    text-decoration: none;
}
div#rightcol_top .mente p.big {
    font-size: 18px;
}
