@charset "utf-8";

@import url("./organ_common.css");

/*==================================================
page setting
================================================== */

#suntory_contents #container_organ_masterpiece #insidenav li.nv_masterpiece a {
	background-color: #fff4d0;
	pointer-events: none;
}
#suntory_contents #container_organ_masterpiece .inner .text p strong {
font-weight: bold;
}

/*==================================================
sp
================================================== */
@media screen and (max-width:767px){


/*==================================================
section common [sp]
================================================== */
#suntory_contents #container_organ_masterpiece h3 .write_e {
margin-left: 4vw;
font-size: 3.2vw;
font-weight: normal;
}
#suntory_contents #contents section .inner .text p:first-of-type {
		margin-top: 0;
}

}
/*==================================================
pc
================================================== */
@media print, screen and (min-width:768px){

/*==================================================
section common [pc]
================================================== */
#suntory_contents #contents section .inner .text {
	width: 100%;
}
#suntory_contents #container_organ_masterpiece h3 .write_e {
margin-left: 30px;
font-size: 14px;
font-weight: normal;
}


}