﻿@charset 'UTF-8';
/*---------------------------------------------------------------------------------
top
-----------------------------------------------------------------------------------
font size
147% = 24px
135% = 22px
122% = 20px
110% = 18px
97%  = 16px
85%  = 14px
72%  = 12px
60%  = 10px
---------------------------------------------------------------------------------*/

/*
トップ用区切り線
---------------------------------------------------------------------------------*/
#top_content {
  overflow: hidden;
  width: 680px;
}

/*
検索・特集枠
---------------------------------------------------------------------------------*/
#topSearch {
  background: #fff;
  margin: 0;
  overflow: hidden;
  padding: 0 0 10px;
  width: 944px;
}

/*
検索部分
---------------------------------------------------------------------------------*/
#search {
  background: url(../img/top/search/bgSearch.gif) repeat-y;
  border: 3px solid #a0a0a0;
  float: left;
  width: 675px;
}

/*
検索部分 - メニュー
---------------------------------------------------------------------------------*/
#searchTab {
  float: left;
  width: 220px;
}

#searchTab h3 {
  margin: 0;
  padding: 0;
}

#tabNavi {
  display: block;
  list-style: none;
  margin: 10px 0 0 10px;
  padding: 0;
  text-align: left;
  width: 210px;
}

#tabNavi li {
  cursor: pointer;
  display: block;
  height: 35px;
  line-height: 0;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  width: 210px;
}

#tabNavi span {
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  height: 35px;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  width: 210px;
}

#tabNavi #tabArea {
  background-image: url(../img/top/search/tabArea.gif);
}

#tabNavi #tabIndustry {
  background-image: url(../img/top/search/tabIndustry.gif);
}

#tabNavi #tabKodawari {
  background-image: url(../img/top/search/tabKodawari.gif);
}

#tabNavi span:hover {
  background-position: 0 -35px;
}

#tabNavi .select span {
  background-position: 0 -70px;
}

#tabNavi .select #tabArea:hover,
#tabNavi .select #tabIndustry:hover,
#tabNavi .select #tabKodawari:hover {
  background-position: 0 -70px;
}
/*
検索部分 - ワード検索
---------------------------------------------------------------------------------*/
#searchWord {
  background: #fff;
  border: 1px solid #a0a0a0;
  margin: 10px;
  padding: 2px 5px;
  text-align: left;
  width: 188px;
}

#searchWord dt,
#searchWord dd {
  margin: 0;
  padding: 0;
}

#searchWord dt {
  color: #f66;
  font-size: 85%;
}

#searchWord form {
  overflow: hidden;
}

#searchWord input {
  border: 1px solid #a0a0a0;
  border-right: none;
  float: left;
  font-size: 72%;
  height: 20px;
  padding: 0;
  width: 131px;
}

#searchWord #btnSearch {
  background: url(../img/top/search/btnWordSubmit.gif);
  border: 0;
  display: block;
  height: 22px;
  width: 48px;
}

#searchWord .freeWord p {
  font-size: 60%;
  margin: 2px 0;
}

#searchWord .ticker {
  height: 50px;
  overflow: hidden;
  position: relative;
  width: 185px;
}

.ticker p {
  font-size: 12px;
  height: 55px;
  line-height: 1.3;
  margin: 0;
  word-break: break-all;
}

.ticker a {
  color: #39f;
}

.ticker a:hover {
  color: #000;
}

/*
検索部分 - 内容表示部分
---------------------------------------------------------------------------------*/
#searchContent {
  background: #fff;
  float: right;
  width: 453px;
}

.disnon {
  display: none;
}

.tabContent p {
  color: #963;
  font-size: 97%;
  font-weight: bold;
  margin: 5px 10px;
  padding: 0;
  text-align: left;
}

.tabContent table {
  font-size: 72%;
  margin: 0 auto;
  text-align: left;
  width: 440px;
}

.tabContent table:first-child {
  border-top: 1px dotted #a0a0a0;
}

.tabContent tr:nth-child(2n) {
  background: #FFFFDD;
}

.tabContent td {
  border-bottom: 1px dotted #a0a0a0;
  padding: 7px 0;
  white-space: nowrap;
}

.tabContent ul {
  font-size: 72%;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 10px 0 5px 10px;
  text-align: left;
  width: 448px;
}

.tabContent li {
  border-bottom: 1px dotted #ccc;
  display: block;
  float: left;
  padding: 5px 0;
  width: 224px;
}

.tabContent table input {
  vertical-align: bottom;
}

.tabContent label {
  display: block;
}

.tabContent span {
  color: #c00;
}

.tabContent a {
  color: #39f;
}

.tabContent a:hover {
  color: #000;
}

.tabContent .btnSearch {
  background: url(../img/top/search/btnSearch.gif) no-repeat;
  border: none;
  cursor: pointer;
  display: block;
  height: 40px;
  margin: 12px auto 10px;
  text-indent: -9999px;
  width: 150px;
}

/*
検索部分 - エリア検索
---------------------------------------------------------------------------------*/
#searchArea img {
  margin: 6px auto;
}

/*
検索部分 - 業種検索
---------------------------------------------------------------------------------*/
#searchIndustry p {
  overflow: hidden;
  width: 440px;
}

#searchIndustry p a#goKaisetsu {
  display: block;
  float: right;
  height: 20px;
  margin-top: 4px;
  width: 100px;
}

/*
検索部分 - こだわり検索
---------------------------------------------------------------------------------*/

/*
特集
---------------------------------------------------------------------------------*/
#special {
  float: right;
  width: 264px;
}

#special a {
  display: block;
  margin: 7px 11px 7px 6px;
  padding: 1px;
}

#special a:hover {
  background: #39f;
}

#special img {
  border: 1px solid #a0a0a0;
}

#special img:hover {
  border: 1px solid #39f;
}

/*
メンテナンス告知
---------------------------------------------------------------------------------*/
#mainte {
  background: #fee;
  border: 3px solid #c00;
  color: #c00;
  margin-bottom: 10px;
  padding: 5px 10px 10px;
  text-align: left;
  width: 644px;
}

#mainte h3 {
  background: url(../img/top/iconMainte.png) no-repeat left 0;
  font-size: 97%;
  margin: 0;
  padding: 6px 0 0 100px;
}

#mainte p {
  font-size: 75%;
  font-weight: bold;
  margin: 5px 0 0;
}

/*
コンテンツ共通
---------------------------------------------------------------------------------*/
.wrapCnt {
  border: 1px solid #a0a0a0;
  line-height: 1.5;
  margin: 0 0 10px;
  overflow: hidden;
  width: 668px;
}

.wrapCnt h3 {
  margin: 0;
}

/*
コンテンツ - 新着HOTニュース
---------------------------------------------------------------------------------*/
#hotNews #newsList {
  height: 430px;
  margin: 2px;
  overflow: auto;
  width: 664px;
}

#newsList dl {
  margin: 0;
  overflow: hidden;
  width: 644px;
}

#newsList dt,
#newsList dd {
  border-bottom: 1px dotted #a0a0a0;
  display: block;
  padding: 2px 4px;
}

#newsList dt {
  color: #39f;
  float: left;
  font-size: 72%;
  margin: 0;
  padding: 3px 4px 1px;
  width: 44px;
}

#newsList dd {
  margin: 0 0 0 50px;
  text-align: left;
  width: auto;
}

#newsList dd a {
  color: #f33;
  font-size: 85%;
}

#newsList dd a:hover {
  color: #630;
}

.color {
  background: #fffcf5;
}

#newsList ul {
  font-size: 72%;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

#newsList li {
  float: left;
  padding-right: 5px;
  width: auto;
}

#newsList .industryArea {
  width: auto;
}

#goMore {
  color: #39f;
  font-size: 85%;
  margin: 8px;
  text-align: right;
}

#goMore a {
  color: #39f;
}

#goMore a:hover {
  color: #f90;
}

/*
コンテンツ - インタビュー
---------------------------------------------------------------------------------*/
#interview ul {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 5px 4px;
  text-align: left;
}

#interview li {
  display: inline;
  float: left;
  margin: 5px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 320px;
}

#interview .thumb {
  display: block;
  float: left;
}

#interview p {
  display: inline;
  float: right;
  font-size: 72%;
  margin: 0 0 20px;
  padding: 0;
  width: 140px;
  word-break: break-all;
}

#interview .goMore {
  background: #39f;
  bottom: 0;
  clear: both;
  color: #fff;
  font-size: 72%;
  padding: 0 2px;
  position: absolute;
  right: 0;
  text-decoration: none;
}

#interview .goMore:hover {
  background: #f90;
  color: #fff;
}

/*
コンテンツ - SNAP
---------------------------------------------------------------------------------*/
#snap ul {
  display: table;
  border-spacing: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

#snap li {
  display: table-cell;
  font-size: 72%;
  line-height: 1.2;
  padding: 0;
  width: 210px;
}

#snap li a {
  color: #333;
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  word-break: break-all;
}

#snap li img {
  float: left;
}

#snap li p {
  margin: 0 0 0 85px;
  width: 125px;
}

#snap li .shopIndustry,
#snap li .shopArea {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#snap li .shopIndustry span {
  color: #71c93a;
}

#snap li .shopArea span {
  color: #f7973d;
}

#snap li .shopName {
  border-bottom: 1px dotted #333;
  color: #ff7383;
  font-weight: bold;
  margin-bottom: 2px;
}

#snap li .goMore {
  background: #ff7383;
  bottom: 0;
  color: #fff;
  padding: 2px 2px 0;
  position: absolute;
  text-align: right;
  width: 121px;
}

#snap li .goMore:hover {
  background: #f90;
}

/*
コンテンツ - 読み記事
---------------------------------------------------------------------------------*/
#article h3 {
  margin-bottom: 10px;
}

#article ul {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0 4px;
  text-align: left;
}

#article li {
  display:inline-block;
  padding: 0;
  vertical-align: top;
}

#clm2 li {
  margin: 0 5px 10px;
  width: 315px;
}

#clm3 li {
  margin: 0 5px 10px;
  width: 205px;
}

#article a {
  display: block;
  float: left;
}

#clm2 a {
  width: 175px;
}

#clm3 a {
  width: 80px;
}

.balloon {
  background: #fff;
  border: 2px solid #a0a0a0;
  font-size: 72%;
  margin: 0;
  padding: 5px;
  position: relative;
  text-align: left;
  word-break: break-all;
}

#article .balloon a,
#help .balloon a {
  color: #333;
  display: inline;
  float: none;
  text-decoration: none;
}

#article .balloon a:hover,
#help .balloon a:hover {
  position: static;
  text-decoration: underline;
}

#clm2 .balloon {
  margin-left: 181px;
  width: 125px;
}

#clm3 .balloon {
  margin-left: 85px;
  width: 110px;
}

.balloon:after,
.balloon:before {
  border: solid transparent;
  content: " ";
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 100%;
  width: 0;
}

.balloon:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 10px;
  margin-top: -10px;
  top: 45%;
}

.balloon:before {
  border-color: rgba(160, 160, 160, 0);
  border-right-color: #a0a0a0;
  border-width: 13px;
  margin-top: -13px;
  top: 45%;
}

/*
コンテンツ - お役立ち・トレンドコンテンツ
---------------------------------------------------------------------------------*/
.jCarouselLiteDemo img {
  display: block;
}

.jCarouselLiteDemo .carousel {
  margin: 5px auto;
  padding: 0;
  position: relative;
  width: 648px;
}

.jCarouselLiteDemo .carousel a.prev,
.jCarouselLiteDemo .carousel a.next {
  background:url("../img/top/arrowLeft.gif") left center no-repeat;
  display: block;
  float: left;
  height: 60px;
  margin: 5px 0;
  text-decoration: none;
  width: 40px;
}

.jCarouselLiteDemo .carousel a.next {
  background:url("../img/top/arrowRight.gif") right center no-repeat;
  margin-left: 5px;
}

#useful .carousel a.prev,
#useful .carousel a.next,
#trend .carousel a.prev,
#trend .carousel a.next {
  background: none;
  display: none;
}
        
.jCarouselLiteDemo .carousel .jCarouselLite {
  float: left;
  height: 75px;
  position: relative;
  visibility: hidden;
  width: 560px;
}

.jCarouselLiteDemo .carousel ul {
  margin: 0;
  overflow: hidden;

  padding: 0;
}

.jCarouselLiteDemo .carousel li,
.jCarouselLiteDemo .carousel li img {
  float: left;
  height: 60px;
  list-style: none;
  padding: 0;
  width: 130px;
}

.jCarouselLiteDemo .carousel li {
  margin: 5px;
}

.jCarouselLiteDemo .carousel li img {
  cursor: pointer;
  overflow: hidden;
}

/*
コンテンツ - 困った時はココ！
---------------------------------------------------------------------------------*/
#help h3 {
  margin-bottom: 10px;
}

#help ul {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0 4px;
  text-align: left;
}

#help li {
  display: inline-block;
  padding: 0;
  vertical-align: top;
}

#help li {
  margin: 0 5px 10px;
  width: 315px;
}

#help a {
  float: left;
  display: block;
}

#help a {
  width: 80px;
}

#help .balloon {
  margin-left: 85px;
  width: 220px;
}

/*
スマホ切替
---------------------------------------------------------------------------------*/
#smart {
  background: #eee;
  border: 1px solid #ccc;
  font-size: 14px;
  margin: 20px auto;
  padding: 8px 5px;
  width: 250px;
}

#smart a {
  color: #00c;
}

#smart a:hover {
  color: #f60;
}