<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (min-width:768px) {
.module .pager span {
    display: inline-block;
    position: relative;
    height: 40px;
    color: #2e3b4e;
    text-decoration: none;
    line-height: 40px;
}
.module .pager .page span{
    width: 40px;
    line-height: 38px;
    text-align: center;
}
.module .pager .page span.current {
    border: 1px solid #e1e1e1;
    background: #e1e1e1;
    width: 40px;
    line-height: 38px;
    text-align: center;
	color:#FFF;
}
/*ãŠå•ã„åˆã‚ã›*/
.module .contact-form .ul3c li{
	float:none;
    width: 100%;
	margin:0;
}
.module .contact-form .ul3c li span.mwform-checkbox-field{
    float: left;
    width: 250px;
    margin: 5px 0 0 0;
}
.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0px !important;
}

}
@media screen and (max-width:767px) {

.module .pager span {
    display: inline-block;
    position: relative;
    height: 40px;
    color: #2e3b4e;
    text-decoration: none;
    line-height: 40px;
}
.module .pager .page span{
    width: 40px;
    line-height: 38px;
    text-align: center;
}
.module .pager .page span.current {
    border: 1px solid #e1e1e1;
    background: #e1e1e1;
    width: 40px;
    line-height: 38px;
    text-align: center;
	color:#FFF;
}
.module .pager .next a{
	width:auto;
}

/*ãŠå•ã„åˆã‚ã›*/
.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0px !important;
	margin: 4px 0 0 0;
	display:block;
}


}
.mw_wp_form_confirm small,
.mw_wp_form_confirm .mwconf_none{
	display:none;
}
</pre></body></html>