@charset "utf-8";

body {
	-webkit-print-color-adjust: exact;
}

.noprint {
	display: none;
}

    #article .body {
        position:relative;
    }
    #article .body .btn_print {
        position:absolute;
        right:10px;
        top:10px;
    }

	#article .section p {
		margin: 0 15px 15px;
	}
    .article_title {
        font-size:2em;
        margin-bottom:0.5em;
    }
    .img_right {
        float:right;
        padding:0 0 1em 1em;
    }
    .contact_block {
        padding:1em 3em;
    }
    .case_block .case_photo {
        position:absolute;
        right:0;
        top:20px;
    }
    #insert_container {
        padding:1em 2em;
    }
