@charset "UTF-8";

/* =========================================================
copyright
========================================================= */
#vncopyright {
	clear: both;
}
#returntotop {/* reset */
	display: none;
}
/* -----------------------------------------------
header
----------------------------------------------- */
#vncopyright .header {
	margin-bottom: 30px;
}
#vncopyright .header h1 {
	color: #484848;
	font-size: 16px;
	margin-bottom: 10px;
}
#vncopyright .header p {
	line-height: 146%;
}
/* -----------------------------------------------
common
----------------------------------------------- */
#vncopyright h2 {
	color: #484848;
	font-size:14px;
	font-weight: bold;
	border-top: 1px solid #aeaeae;
	border-bottom: 1px solid #aeaeae;
	padding: 8px 0;
	margin-bottom: 10px;
}
#vncopyright .chapter {
	margin-bottom: 30px;
}
#vncopyright .chapter p {
	line-height: 146%;
}
/* =========================================================
media
========================================================= */
#vncopyright .media .form {
	margin: 20px 0;
}
#vncopyright .media dl {
	border-collapse: collapse;
	border-top: 1px solid #e6eae6;
	border-spacing: 0;
	width: 100%;
}
#vncopyright .media dt {
	text-align: left;
	line-height: 137%;
	font-weight: bold;
	margin: 10px 0 5px 0;
	white-space: nowrap;
}
#vncopyright .media dt span {
	display: inline-block;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	line-height: 100%;
	background-color: #ff9900;
	border-radius: 3px;
	padding: 2px;
	margin-left: 10px;
}
#vncopyright .media dd {
	line-height: 137%;
	border-bottom: 1px solid #e6eae6;
	padding-bottom: 10px;
}
/* -----------------------------------------------
button
----------------------------------------------- */
#vncopyright .media .button {
	clear: both;
	text-align: center;
	margin: 20px 0 40px 0;
}
#vncopyright .button input[type="submit"] {
	display: inline-block;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	color: #ffffff;
	text-align: center;
	line-height: 100%;
	border-bottom: 3px solid rgba(0,0,0,0.2);
	border-radius: 3px;
	background-color: #666666;
	cursor: pointer;
	padding: 14px 20px 10px 20px;
	margin: 0 5px;
	min-width: 100px;
}
#vncopyright .button a {
	display: inline-block;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	color: #ffffff;
	text-align: center;
	line-height: 100%;
	border-bottom: 3px solid rgba(0,0,0,0.2);
	border-radius: 3px;
	background-color: #666666;
	cursor: pointer;
	padding: 14px 0 10px 0;
	margin: 0 5px;
	min-width: 100px;
}
#vncopyright .button a:hover,
#vncopyright .button input[type="submit"]:hover {
	background-color: #ffcc00;
}
/* -----------------------------------------------
final
----------------------------------------------- */
#vncopyright .media .return {
	margin: 20px 0 0 0;
}
/* =========================================================
license
========================================================= */
#vncopyright .license {
	border-bottom: 1px solid #d9d9d9;
	padding: 0 0 15px 0;
	margin: 0 0 35px 0;
}
#vncopyright .license li {
	margin-bottom: 5px;
}
