@charset "utf-8";
/* category : display -none. Document: note_css01b.html */
/* Sample DIV Settei */
.sample {
 margin: 12px 54px;
 padding: 6px;
 border-left: dotted 2px #b0c4dd;
 border-right: dotted 2px #b0c4dd;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 border-radius: 6px;
 }
.sample-code {
 padding: 0 0.4em;
 font-style: oblique;
 font-weight: bold;
 color: #663366;
 background-color: #fff0f5;
 }