@charset "UTF-8";

/* ===================================== */
/* プライバシーポリシー */
/* ===================================== */
div.category {
   float:left;
   margin: 0 3% 20px;
   width:40%;
}
div.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;
   
}
div.category ul li {
   margin:0px;
   padding:0.3em 0px 0.3em 20px;
   background-image:url(../mark_next.gif);
   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 8px;
   background-image:url(../mark_link.gif);
   background-repeat:no-repeat;
   background-position:0px 0.6em;
   border-bottom-style:none;
}

.category a {
text-decoration: none;
}

@media only screen and (max-width: 767px) {		
div.category {
   float: inherit;
   margin: 0 auto 0;
   width: 80%;
}
}