@charset "Shift_JIS";

/* ===================================== */
/* プライバシーポリシー */
/* ===================================== */
.category {
   float:left !important;
   margin: 0 35px 20px;
}
.category h3 {
   margin:0px;
   padding:0px;
   border-style:none !important;
   clear:both;
}

div.category ul {
   list-style-type:none;
   margin: 0 0px 0px;
   padding:0px;
   width:350px;
}
div.category ul li {
   margin:0px;
   padding:0.3em 0px 0.3em 20px;
   background-repeat:no-repeat;
   background-position:4px 0.4em;
   border-bottom:#666666 1px dotted;
}
div.category ul li ul {
   width:306px;
   margin:0.3em 0em;
}
div.category ul li ul li {
   font-size:80%;
   padding:0.3em 0px 0.3em 5px;
   background-repeat:no-repeat;
   background-position:0px 0.6em;
   border-bottom-style:none;
}

.category a {
text-decoration: none;
}