@charset "UTF-8";

/* style.css */
@import url(reset.css);
/* @import url(min/global.css); */
@import url(global.css);

/* detail */
@import url(custom.css);

/* ===== print ===== */
.print {
	display: none !important;
}
@media print {
/* print detail start */
html {
	overflow-y: auto;
}
body {
	_zoom: 0.8;
}
.print {
	display: block !important;
}
.clearfix {
	*overflow: auto;
	*zoom: 1;
}
.clearfix {
	overflow: hidden\9;
}
.clearfix:not(:target) {
	overflow: hidden\9;
}
/* print detail end */
}

section.personality_music10 {
    background-color: transparent !important;
    border: none !important;
}
section.personality_section ul li{
    background: #000;
}

section.personality_music10 dl dd {
    color: #fff;
}
section.personality_section .personality_detail .personality_image{
	background: #fff;
}