@charset "euc-jp";
/* CSS Document */


/* レイアウト解除
------------------------------------------------ */
.header {
  margin-bottom: 10px;
}
.header .siteinfo {
  margin: 0 auto 0;
}

.main_column {
  width: 630px;
  float: left;
  letter-spacing:0;
  margin:0 20px 0 0;
}

.sitemap{
  width:620px;
  overflow: hidden;
  border:1px solid #e0e0e0;
  border-top:none;
  padding: 5px 0 25px 10px;
}


/* リンク色 */
.contents a:link{ color:#57595a;}
.contents a:visited{ color:#57595a;}
.contents a:hover { color: #2882d6; }


/* ページ見出し */
.contents h2{
  width:610px;
  padding:12px 0 12px 20px;
}


/* カテゴリ小見出し */
.contents .category{
  background:none;
  color:#57595a;
  font-weight:bold;
  font-size:13px;
  padding:10px 0 3px 10px;
}


/* コンテンツレイアウト */
.contents ul{
  float:left;
  width:195px;
  margin-left:12px;
}

.contents li{
  background:url(../../img/15/sitemap/ico_arrow1.png) no-repeat 10px;
  color:#57595a;
  font-size:12px;
  padding:5px 0 5px 20px;
}

.contents .sitemap .service,.contents .sitemap .credit,.contents .sitemap .help,.contents .sitemap .company{
  margin-left:0;
}

.contents02 ,.contents03,.contents04{
  clear:both;
}

.contents02 ul,.contents03 ul,.contents04 ul{
  margin-top:10px;
}

.contents .help li:nth-child(2),.mypage li:nth-child(2),.pointchange li:nth-child(2),.company li:nth-child(2){
  padding-top:10px;
  background:url(../../img/15/sitemap/ico_arrow1.png) no-repeat 10px 15px;
}


/* カテゴリタイトル */
.contents h3{
  background:none;
  border:none;
  padding:0;
}

.sitemap .service .service_h3, 
.sitemap .shopping .shopping_h3,
.sitemap .game_h3,
.sitemap .credit .credit_h3,
.sitemap .questionnaire .questionnaire_h3,
.sitemap .monitor .monitor_h3,
.sitemap .help .help_h3,
.sitemap .mypage .mypage_h3,
.sitemap .pointchange .pointchange_h3,
.sitemap .company .company_h3
{
  border-bottom:1px solid #1d2087;
  color:#3a3a3a;
  font-size:14px;
  padding:8px 0 8px 45px;
}
.sitemap .service .service_h3{  background:url(../../img/15/sitemap/service_icon.png) no-repeat 8px center;}
.sitemap .shopping .shopping_h3{  background:url(../../img/15/sitemap/shopping_icon.png) no-repeat 8px center;}
.sitemap .game_h3{  background:url(../../img/15/sitemap/game_icon.png) no-repeat 8px center;}
.sitemap .credit .credit_h3{  background:url(../../img/15/sitemap/credit_icon.gif) no-repeat 8px center;}
.sitemap .questionnaire .questionnaire_h3{  background:url(../../img/15/sitemap/questionnaire_icon.png) no-repeat 8px center;}
.sitemap .monitor .monitor_h3{  background:url(../../img/15/sitemap/monitor_icon.png) no-repeat 8px center;}
.sitemap .help .help_h3{  background:url(../../img/15/sitemap/question_icon.png) no-repeat 8px center;}
.sitemap .mypage .mypage_h3{  background:url(../../img/15/sitemap/mypage_icon.png) no-repeat 8px center;}
.sitemap .pointchange .pointchange_h3{  background:url(../../img/15/sitemap/point_icon.png) no-repeat 8px center;}
.sitemap .company .company_h3{  background:url(../../img/15/sitemap/company_icon.png) no-repeat 8px center;}
