@charset "utf-8";

/* =================================================================================================
   印刷用css
   Copyright (C) 2015 THE MORI MEMORIAL FOUNDATION. All Rights Reserved.
================================================================================================= */
body {
    padding-top: 0px;
}
#strategies_header {
    display: none;
}
#footer_navi {
    display: none;
}
body {
-webkit-print-color-adjust: exact;
}
#main_photo {
    width: 100%;
    height: 374px;
    background: url("../img/icf_top_main_bg.jpg") center 0 no-repeat!important;
    margin-bottom: 80px;
}
#main_area #sns {
    display: none;
}
@supports (-ms-ime-align: auto) {
  #icf_detail .label {
    position: relative;
    padding: 0;
    margin: 30px 0;
    background-color: none;
    color: #000;
	font-weight:bold;
}
	#icf_detail .label::before {
    display:none;
}
	#icf_detail .label::after {
    display:none;
}
}