@charset "utf-8";

@import url("/products/bizprinter/smartcharge/css/sub_nav.css");
#content_remote {
	width: 960px;
	margin: 80px auto 80px auto;
}

.mainArea {
	margin: 0 auto;
	text-align: center;
}
.mainArea .note {
	margin: 25px 0 0;
	font-size: 12px;
	text-align: left;
	color: #555555;
	font-weight: normal;
}
.mainArea > p {
	font-size: 16px;
	text-align: left;
}
.box {
	width: 960px;
	margin: 80px auto 0 auto;
	padding: 0 0 50px 0;
	border:1px solid #E5E5E5;
	text-align: center;
}
.box h4 {
	width: 930px;
	padding:12px 15px 10px 15px;
	background-color:#FAFAFA;
	border-bottom:1px solid #E5E5E5;
	text-align: left;
}
.box p {
	margin: 45px auto 0;
	width: 815px;
	text-align: left;
}
.box .note {
	margin: 20px auto 0;
	width: 815px;
	text-align: left;
}
.box a {
	display: block;
	margin: 35px auto 0;
	width: 342px;
	height: 49px;
}
.box a:hover {
}
.box a:hover img {
	opacity: .4;
	-webkit-opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=40)"; /* IE 8 */
}
.box a img {
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-ms-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}
.img {
	width: 960px;
	margin: 20px auto 0 auto;
}
.img img {
	margin: 40px auto 0 auto;
}
table {
	width: 960px;
	margin: 60px auto 0 auto;
	border:1px solid #E5E5E5;
}
table th {
	background-color: #666;
	color: #fff;
	padding: 0 10px;
	height: 60px;
	border:1px solid #E5E5E5;
	width: 16%;
}
table td {
	border:1px solid #E5E5E5;
	padding: 0 10px;
	height: 60px;
}

@media screen and (max-width:767px) {
	.remote {
		background-color: #FFF;
		font-family: Arial,'Hiragino Kaku Gothic ProN',sans-serif;
		font-size: 14px;
		color: #333;
		line-height: 1.5;
		word-break: break-all;
		-webkit-text-size-adjust: none;
	}
	.remote #content_remote {
		width: 100%;
		/* margin-top: 110px; */
		margin-top: 0;
		/* padding: 0 4%; */
		padding: 100px 4% 0;
		box-sizing: border-box;
	}
	.remote #content_remote .box {
		width: 100%;
		margin-top: 40px;
		padding-bottom: 40px;
	}
	.remote #content_remote .box h4 {
		width: 100%;
		box-sizing: border-box;
	}
	.remote #content_remote .box p {
		width: 100%;
		margin: 40px 0;
		padding: 0 4%;
		box-sizing: border-box;
	}
	.remote #content_remote .box:nth-child(n+2) p {
		margin-bottom: 0;
	}
	.remote #content_remote .box .note {
		width: 100%;
		padding: 0 4% 0 3em;
		text-indent: -1.5em;
		box-sizing: border-box;
	}
	.remote #content_remote .box a {
		width: 92%;
	}
	.remote #content_remote .img {
		width: 100%;
	}
	.remote #content_remote .tableNote {
		padding-left: 2em;
		text-indent: -1.5em;
	}
	.remote #content_remote table {
		width: 100%;
		table-layout: fixed;
		word-break: break-all;
	}
}

