/* CSS Document */
.nonIME {
	ime-mode: disabled;
}
.formError {
	background-color:#FFFFDD;
	color:#FF0000;
	font-weight:bold;
	padding-left:5px;
	width:100%;
}
.center {
	text-align: center;
}
.btn_form01 {
	border: none !important;
}

.thanksTxt {
	text-align: center;
	margin-top: 50px;
}
.thanksTxt span {
	font-weight: bold;
	font-size: 25px !important;
	margin-bottom: 20px;
}
#pageSidebar div.pageSidebarinner ul li a{
	text-decoration: none;
	color: #777;
	display: block !important;
}



/* 一覧
-----------------------------------------*/
.downloadList {
	width: 790px;
}
.downloadList dl {
	border-bottom: 1px dotted #333;
	float: left;
	margin: 0 20px 20px 0;
	padding: 0 0 20px 0;
	width: 243px;
}
.downloadList dl a {
	text-decoration: none;
}
.downloadList dt {
	margin-bottom: 10px;
	text-align: center;
}
.downloadList dd {
	font-weight: bold;
	text-align: left;
}
.downloadList dd + dd {
	font-weight: normal;
}


@media all and (min-width: 0px) and (max-width: 768px) {
	.btn_form01 {
		widht: 100%;
	}
	.downloadList {
		width: 100%;
	}
	.downloadList dl {
		border-bottom: 1px dotted #333;
		float: none;
		margin: 0 0 20px 0;
		padding: 0 0 20px 0;
		width: 100%;
	}
	.docimg img {
		width: 100%;
	}
}
