@charset "utf-8";
/* CSS Document */

/* =import 
----------------------------------*/

@import url(base.css);

/* =list main
----------------------------------*/

#list #main #main-inner{
padding: 0 15px 0 20px;
border-left: 1px solid #ccc;
}

#list .under #main{
width: 566px;
min-height: 700px;
background: url(../images/under/list_visual.jpg) 1px top no-repeat;
border-left: 1px solid #ccc;
}

#list .under #main #main-inner h2{
display: block;
line-height: 28px;
background-color: #bc4863;
color: #fff;
padding-left: 15px;
font-size: 120%;
margin-bottom:25px;
}

#list .under #main #main-inner h3{
line-height: 26px;
font-size: 120%;
color: #bc4863;
background: url(../images/common/dottedline.gif) left bottom repeat-x;
margin-bottom:12px;
}

#list .under #main #main-inner h3 span{
padding-left: 17px;
background: url(../images/under/h4_arrow.gif) left top no-repeat;
}

#list .under #main #main-inner h4{
font-size: 120%;
font-weight: bold;
margin-bottom: 12px;
}

#list .under #main #main-inner p,
#list .under #main #main-inner li{
font-size: 120%;
}

#privacy p,
#privacy li{
margin-bottom: 15px;
}

#privacy ul li{
list-style-type:decimal;
margin-left: 20px;
}

#sitemap h4{
margin-bottom: 10px !important;
}

#sitemap ul{
margin: 0 0 15px 20px;
}

#sitemap li{
line-height: 1.6;
padding-left: 20px;
background: url(../images/under/sitemap_line01.gif) left center no-repeat;
}

#sitemap li.end{
background: url(../images/under/sitemap_line02.gif) left center no-repeat;
}

table.table-style01{
width:100%;
font-size: 120%;
border-top:#c5c5b6 solid 1px;
border-left:#c5c5b6 solid 1px;
margin-bottom:12px;
}

table.table-style01 th{
width:23%;
border-right:#c5c5b6 solid 1px;
border-bottom:#c5c5b6 solid 1px;
padding:5px 8px;
background:#f8f8ee;
color:#545438;
}

table.table-style01 td{
border-right:#c5c5b6 solid 1px;
border-bottom:#c5c5b6 solid 1px;
padding:5px 8px;
}

.category-box .inside{
padding: 10px;
border: 1px solid #ccc;
}


