@charset "utf-8";
/* CSS Document */
.sp {
	display:none !important;	
}
#popup {
	font-size:1.3rem;	
}
main {
	width:640px;	
	margin:0 auto 56px;
	padding:0 4%;
}
h1 {
	height:89px;	
	padding:36px 0 0 150px;
	color:#5f9735;
	font-size:3.2rem;
	margin-bottom:1.0em;
}
.howtoFAX h1 {
	background:url(../images/popup/img_howto01.png) no-repeat 0 0;
}
.howtoDOC h1 {
	background:url(../images/popup/img_howto02.png) no-repeat 0 0;
}

h1 + p{
	margin:0;
	padding:0;
}
h2 {
	font-size:1.6rem;
	color:#5f9735;
	border-bottom:1px solid #5f9735;	
	margin:2.5em 0 1.5em;
	padding:0;
}
figure {
	width:250px;	
	margin:0 auto 2.5em;
	box-shadow:0 0 16px rgba(0,0,0,0.3) ;
}
dl dt {
	font-weight:bold;	
	font-size:1.4rem;
}
dl dd {
	margin-bottom:1.2em;
	font-size:1.2rem;
}
figure + dl dt:before {
	content:"■";
	color:#5f9735;
	font-size:1.2rem;
	margin-right:0.2em;
}
figure + dl dd {
	margin-left:1.2em;
}
dl dd strong{
	color:#5f9735;
}
p + dl {
	margin:1.5em 0 2.0em;	
	padding:1.0em 1.0em 0.5em;
	background:#eee;
}
p + dl dt{
	color:#5f9735;
	display:inline-block;
	width:116px;
	vertical-align:top;
}
p + dl dd{
	display:inline-block;
	width:480px;
	vertical-align:top;
}
@media screen and (max-width:1024px) {
}
@media screen and (max-width:767px) {

}