/* CSS Document */
@import "acdn.css";


hr {
clear: both;
}

.class ul {
margin: 0 !important;
padding: 0 !important;
list-style-type: none !important;
}

.class li {
margin: 0 !important;
padding: 0 !important;
list-style-type: none !important;
clear: both;
}


/* ===================================== */
/* Curl とは */
/* ===================================== */
#acdn hr.hr_edge,#acdn div.hr_edge {
   width: 100%;
   /* margin-top: -10px !important; */
}

/* ===================================== */
/* 価格情報 */
/* ===================================== */
.price_a {
width: 37.5%;
}
.price_b {
width: 25%;
}
.price_c {
width: 25%;
}
.price_d {
width: 12.5%;
}

h4 span {
	padding-top: 30px;
}

/* ===================================== */
/* 掲載記事 */
/* ===================================== */
table.article_index {
   font-size: 0.9em;
}
table.article_index th {
   font-size: 0.9em;
   color:#666666;
   background-color:transparent;
   text-align:right;
   vertical-align:top;
   white-space:nowrap;
   padding:0px 20px 20px 0px;
}
table.article_index td {
   padding:0px 0px 20px 0px;
   width:100%;
}
table.article_index td p {
   margin:0px;
   padding:0px 0px 0px 8px;
   background-image:url(../mark_link.gif);
   background-repeat:no-repeat;
   background-position:0em 0.3em;
}