@charset "utf-8";
/* else */

@import url(./common.css);

/******** Q&A ********/

dl.qa{
 margin-bottom:20px;
}

dl.qa dt{
 border-bottom:1px #E3E3E3 solid;
 font-weight:bold;
 color:#EE0000;
}

dl.qa dt a{
 text-decoration:none;
 color:#EE0000;
}

dl.qa dt a:hover{
 text-decoration: underline;
}

dl.qa dd{
 padding:10px;
}

/******** SITEMAP ********/

h3.sitemap{
 margin:50px 0 20px 0;
 font-size:1.6em;
 color:#4C4C4C;
 font-weight:bold;
 border-bottom:1px #999999 dotted;
 padding:0 10px;
}

h3.sitemap a{
 color:#4C4C4C;
 text-decoration:none;
}

h3.sitemap a:hover{
 color:#EE000B;
}

dl.sitemap{
 margin:0 10px;
}

dl.sitemap dt{
 border-bottom:1px #999999 dotted;
 margin:20px 0 10px 0;
 padding:0 10px;
 font-weight:bold;
}

dl.sitemap dt a{
 color:#4C4C4C;
 text-decoration:none;
}

dl.sitemap dt a:hover{
 color:#EE000B;
}

dl.sitemap dd{
 color:#006FE8;
 margin-bottom:10px;
 padding:0 20px;
}
