/*
 * 音声説明
*/
.voicepagetitle {
	float: left;
	clear: both;
	margin: 0 0 26px 0;
}
.voicepagenotice {
    clear:both;
    width: 95%;
    padding: 10px 10px 50px 16px;
    margin: 0px 0 20px 0;
    font-size: 110%;
    display: none;
        
    -moz-border-radius: 8px;    /* Firefox */
    -webkit-border-radius: 8px; /* Safari,Chrome */
    border-radius: 8px;         /* CSS3 */

    background-color: #fcfcfc;   /* 背景色 */
}
.voicepagenotice a {
    float: right;
}
.voicepageimg {
    vertical-align: middle;
    margin: 0px 0px 0px 5px;
}
