@charset "utf-8";
/****************************************
*	タイトル
****************************************/

/* -カテゴリタイトル
----------------------------------------------------------- */
.jtrCategoryTitle {
  margin: 5px 0;
  font-size: 1.8em;
}

/* -サブタイトル
----------------------------------------------------------- */
.pbHeaderArea h1 span,
.pbFooterArea h1 span {
  display: block;
  font-size: 0.5em;
  color: #767676;
}

/****************************************
*	コンテンツトップ
****************************************/
.jtrContentsTop {
  overflow: hidden;
  margin: 0 0 15px;
  background: #f0f0f0;
}
.jtrContentsTop .pic {
  float: left;
  width: 230px;
}
.jtrContentsTop .text {
  float: left;
  width: 690px;
  padding: 15px 20px 10px;
}

.jtrContentsTop h3 { margin: 0 0 5px;}

.jtrContentsTop .list {
  clear: both;
  overflow: hidden;
  padding: 20px 30px;
  background: #fff;
  border: 1px solid #dcdcdc;
}
.jtrContentsTop .list li {
  float: left;
  margin: 0 20px 0 0;
}

/****************************************
*	本文
****************************************/

/* -テキスト
----------------------------------------------------------- */
.jtrText { margin: 10px 0; }
.jtrText p + p { margin: 15px 0 0; }

/* -画像付テキスト
----------------------------------------------------------- */
.jtrTextImgLeft,
.jtrTextImgRight {
  overflow: hidden;
  margin: 0 0 15px;
}
.jtrTextImgLeft .pic,
.jtrTextImgRight .pic { width: 230px; }
.jtrTextImgLeft .pic { float: left; }
.jtrTextImgRight .pic { float: right; }

.jtrTextImgLeft .pic .caption,
.jtrTextImgRight .pic .caption { font-size: 12px; }

.jtrTextImgLeft .text,
.jtrTextImgRight .text { width: 710px;}
.jtrTextImgLeft .text {
  float: left;
  padding: 0 0 10px 20px;
}
.jtrTextImgRight .text {
  float: right;
  padding: 0 20px 10px 0;
}

.jtrTextImgLeft h2,
.jtrTextImgLeft h3,
.jtrTextImgRight h2,
.jtrTextImgRight h3 { margin: 0 0 5px; }

/****************************************
*	リストスタイル
****************************************/
.jtrListStyleDotted { padding: 5px 0; }
.jtrListStyleDotted ul li {
  margin: 0 0 5px;
  padding: 0 0 0 15px;
  background: url(/library/new/common/img/ico_dotted.png) no-repeat left 0.5em;
}

.jtrListStyleFree,
.jtrListStyle3,
.jtrListStyle4,
.jtrListStyle5 {
  margin: 0 0 0 -20px;
  padding :5px 0;
}

.jtrListStyleFree ul li,
.jtrListStyle3 ul li,
.jtrListStyle4 ul li,
.jtrListStyle5 ul li {
  display: inline-block;
  margin: 0 0 5px 20px;
  padding: 0 0 0 15px;
  vertical-align: top;
  background: url(/library/new/common/img/ico_dotted.png) no-repeat left 0.5em;
}
.jtrListStyle3 ul li { width: 285px; }
.jtrListStyle4 ul li { width: 205px; }
.jtrListStyle5 ul li { width: 155px; }

/****************************************
*	テーブル
****************************************/
.jtrTable table {
  border-collapse: collapse;
  width: 100%;
  margin:0 0 15px;
}
.jtrTable table th,
.jtrTable table td {
  padding: 15px 8px;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}
.jtrTable table th {
  width: 20%;
  border: 1px solid #dcdcdc;
  background: #f0f0f0;
}
.jtrTable table td { border: 1px solid #dcdcdc; }

.elem_table_basic .app00,
.elem_table_basic .app01 {
  display: block;
  margin-top: 1px;
  padding: 2px 10px;
  text-align: center;
  font-size: 12px;
  border: 1px solid #ccc;
}
.elem_table_basic .app02,
.elem_table_basic .app03 {
  display: block;
  margin-top: 1px;
  padding: 2px 10px;
  text-align: center;
  font-size: 12px;
  background-color: #ccc;
}

/* -お知らせ
----------------------------------------------------------- */
.jtrInfoTable,
.jtrInfoTableSupply { color: #646464; }
.jtrInfoTable table th,
.jtrInfoTableSupply table th {
  padding: 8px 8px 8px 0;
  border-bottom: 1px solid #dcdcdc;
}

.jtrInfoTable .day,
.jtrInfoTableSupply .day {
  width: 15%;
  white-space: nowrap;
}
.jtrInfoTable .area { width: 15%; }
.jtrInfoTable .event { width: 60%; }
.jtrInfoTableSupply .event { width: 75%; }

.jtrInfoTable table td,
.jtrInfoTableSupply table td {
  border-bottom: 1px solid #dcdcdc;
  padding: 15px 8px 15px 0;
}

/* -タブ切り替え用
----------------------------------------------------------- */
.jtrTabBtn5 table { margin: 0 0 10px; }
.jtrTabBtn5 table td {
  width: 20%;
  padding: 7px 10px;
  line-height: 1.2;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  background: #006ec8;
  cursor: pointer;
}
.jtrTabBtn5 table td.active {
  color: #000;
  border: 1px solid #dcdcdc;
  border-bottom: none;
  background: #fff;
}

/****************************************
*	ローカルナビ
****************************************/
.jtrLocalNavigation {
  margin: 0 0 15px;
  padding: 5px 15px 0;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.jtrLocalNavigation ul li {
  display: inline-block;
  margin: 0 20px 5px 0;
  padding: 0 0 0 15px;
  background: url(/library/new/common/img/ico_dotted.png) no-repeat left 0.5em;
}

/****************************************
*	ページ内リンク
****************************************/
.jtrAnchorLengthwise,
.jtrAnchorSide {
  margin: 0 0 5px;
}
.jtrAnchorLengthwise ul li {
  margin: 0 0 5px;
  padding: 0 0 0 15px;
  background: url(/library/new/common/img/arw_anchor.gif) no-repeat left 0.5em;
}
.jtrAnchorSide ul li {
  display: inline-block;
  margin: 0 40px 5px 0;
  padding: 0 0 0 15px;
  background: url(/library/new/common/img/arw_anchor.gif) no-repeat left 0.5em;
}

/****************************************
*	ページャー
****************************************/
.jtrPager {
  margin: 0 0 35px;
  text-align: center;
}
.jtrPager ul { font-size: 0; }
.jtrPager ul li {
  display: inline-block;
  margin: 1px;
  line-height: 1.2;
  font-size: 12px;
}
.jtrPager ul li a {
  display: block;
  padding: 10px 14px;
  font-weight: bold;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.jtrPager ul li a:hover,
.jtrPager ul li a.active {
  text-decoration: none;
  color: #000;
  background: #f0f0f0;
}

/****************************************
*	ランキングリスト
****************************************/
.jtrRankListStyle {
  margin: 0 0 15px;
  border-top: 1px solid #dcdcdc;
}
.jtrRankListStyle ul li {
  overflow: hidden;
  width: 920px;
  padding: 15px 40px 15px 0;
  border-bottom: 1px solid #dcdcdc;
}
.jtrRankListStyle ul li .number {
  float: left;
  width: 42px;
  margin: 0 15px 0 0;
  padding: 10px 0;
  text-align: center;
  border: 1px solid #969696;
}
.jtrRankListStyle ul li .text {
  float: left;
  width: 860px;
}

/****************************************
*	分割ユニット
****************************************/
.jtrUnit2,
.jtrUnit3,
.jtrUnit5,
.jtrUnit2Gry,
.jtrUnit3Gry,
.jtrUnit5Gry { margin: 0 -30px 15px 0; }
.jtrUnit4,
.jtrUnit4Gry { margin: 0 -20px 15px 0; }

.jtrUnit2 .block,
.jtrUnit3 .block,
.jtrUnit4 .block,
.jtrUnit5 .block { float: left; }

.jtrUnit2Gry .block,
.jtrUnit3Gry .block,
.jtrUnit4Gry .block,
.jtrUnit5Gry .block {
  float: left;
  background: #f0f0f0;
}

.jtrUnit2 .block,
.jtrUnit2Gry .block {
  width: 465px;
  margin: 0 30px 0 0;
}
.jtrUnit3 .block,
.jtrUnit3Gry .block {
  width: 300px;
  margin: 0 30px 0 0;
}
.jtrUnit4 .block,
.jtrUnit4Gry .block {
  width: 225px;
  margin: 0 20px 0 0;
}
.jtrUnit5 .block,
.jtrUnit5Gry .block {
  width: 176px;
  margin: 0 22px 0 0;
}

.jtrUnit2Gry .block .textArea,
.jtrUnit3Gry .block .textArea,
.jtrUnit4Gry .block .textArea,
.jtrUnit5Gry .block .textArea { padding: 15px 20px 10px; }

.jtrUnit2 .block > div,
.jtrUnit3 .block > div,
.jtrUnit4 .block > div,
.jtrUnit5 .block > div,
.jtrUnit2Gry .block .textArea > div,
.jtrUnit3Gry .block .textArea > div,
.jtrUnit4Gry .block .textArea > div,
.jtrUnit5Gry .block .textArea > div,
.jtrUnit2Gry .block h3,
.jtrUnit3Gry .block h3,
.jtrUnit4Gry .block h3,
.jtrUnit5Gry .block h3 { margin: 0 0 10px; }

.jtrUnit2 ul li,
.jtrUnit3 ul li,
.jtrUnit4 ul li,
.jtrUnit5 ul li,
.jtrUnit2Gry ul li,
.jtrUnit3Gry ul li,
.jtrUnit4Gry ul li,
.jtrUnit5Gry ul li {
  margin: 0 0 5px;
  padding: 0 0 0 15px;
  background: url(/library/new/common/img/ico_dotted.png) no-repeat left 0.5em;
}

.jtrUnit2 table,
.jtrUnit3 table,
.jtrUnit4 table,
.jtrUnit5 table,
.jtrUnit2Gry table,
.jtrUnit3Gry table,
.jtrUnit4Gry table,
.jtrUnit5Gry table {
  width: auto;
  margin: 0 0 10px;
}
.jtrUnit2 table th,
.jtrUnit3 table th,
.jtrUnit4 table th,
.jtrUnit5 table th,
.jtrUnit2Gry table th,
.jtrUnit3Gry table th,
.jtrUnit4Gry table th,
.jtrUnit5Gry table th {
  padding: 0;
  white-space: nowrap;
}
.jtrUnit2 table td,
.jtrUnit3 table td,
.jtrUnit4 table td,
.jtrUnit5 table td,
.jtrUnit2Gry table td,
.jtrUnit3Gry table td,
.jtrUnit4Gry table td,
.jtrUnit5Gry table td {
  padding: 0;
}

.jtrUnit2 .notation li,
.jtrUnit3 .notation li,
.jtrUnit4 .notation li,
.jtrUnit5 .notation li,
.jtrUnit2Gry .notation li,
.jtrUnit3Gry .notation li,
.jtrUnit4Gry .notation li,
.jtrUnit5Gry .notation li {
  padding: 0 0 0 1.5em;
  text-indent: -1.5em;
  background: none;
}

/****************************************
*	コンテンツ一覧ユニット
****************************************/
.jtrUnitList {
  overflow: hidden;
  margin: 0 -30px 15px 0;
}
.jtrUnitList .block {
  overflow: hidden;
  float: left;
  width: 465px;
  margin: 0 30px 0 0;
  background: #f0f0f0;
}
.jtrUnitList .block .pic {
  float: left;
  width: 186px;
}
.jtrUnitList .block .text {
  float: left;
  width: 239px;
  padding: 15px 20px 10px;
}

.jtrUnitList .block .text h3 { margin: 0 0 5px; }
.jtrUnitList .block .text .more { margin: 15px 0 0; }

/****************************************
*	絞り込み
****************************************/
.jtrSqueeze {
  margin: 0 0 50px;
  padding: 30px 30px 0;
  background: #f0f0f0;
}
.jtrSqueeze .ttl {
  margin: 0 0 10px;
  line-height: 1.2;
  font-weight: bold;
  font-size: 135%;
}
.jtrSqueeze .area {
  overflow: hidden;
  margin: 0 0 20px -10px;
}
.jtrSqueeze .area li {
  float: left;
  margin: 0 0 10px 10px;
}

.jtrSqueeze .purpose {
  overflow: hidden;
  margin: 0 0 20px;
}
.jtrSqueeze .purpose .list01 {
  float: left;
  width: 440px;
  margin: 0 10px 0 0;
}
.jtrSqueeze .purpose .list01 li {
  display: inline-block;
  margin: 0 40px 5px 0;
}
.jtrSqueeze .purpose .list01 li a {
  padding: 0 15px 0 0;
  background: url(/library/new/common/img/arw_anchor.gif) no-repeat right 0.5em;
}
.jtrSqueeze .purpose .list02 {
  float: left;
  width: 450px;
}
.jtrSqueeze .purpose .list02 li {
  display: inline-block;
  width: 120px;
  margin: 0 10px 5px 0;
  padding: 0 0 0 15px;
  background: url(/library/new/common/img/ico_dotted.png) no-repeat left 0.5em;
}

.jtrSqueeze .industry { margin: 0 0 20px; }
.jtrSqueeze .industry li {
  display: inline-block;
  width: 195px;
  margin: 0 10px 5px 0;
  padding: 0 0 0 15px;
  background: url(/library/new/common/img/ico_dotted.png) no-repeat left 0.5em;
}

.jtrSqueeze .keyword { margin: 0 0 15px; }
.jtrSqueeze .keyword li {
  display: inline-block;
  width: 150px;
  margin: 0 10px 5px 0;
  padding: 0 0 0 15px;
  background: url(/library/new/common/img/ico_dotted.png) no-repeat left 0.5em;
}

.jtrSqueeze .others { margin: 0 0 30px; }
.jtrSqueeze .others a {
  padding: 0 15px 0 0;
  background: url(/library/new/common/img/arw_anchor.gif) no-repeat right 0.5em;
}

.jtrSqueeze .time { margin: 0 0 20px; }
.jtrSqueeze .time li {
  display: inline-block;
  width: 270px;
  margin: 0 10px 5px 0;
  padding: 0 0 0 15px;
  background: url(/library/new/common/img/ico_dotted.png) no-repeat left 0.5em;
}

.jtrSqueeze .category {
  overflow: hidden;
  margin: 0 0 20px;
}
.jtrSqueeze .category .ttl { margin: 0 0 20px; }
.jtrSqueeze .category .ttl input {
  margin: 0 0 0 50px;
  color: #636363;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Sans-Serif";
  font-weight: bold;
  font-size: 70%;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
.jtrSqueeze .category .ttl input:hover { text-decoration: underline; }
.jtrSqueeze .category li {
  float: left;
  width: 170px;
  margin: 0 10px 0 0;
}
.jtrSqueeze .category li p {
  margin: 0 0 10px;
  line-height: 1.2;
  font-weight: bold;
  font-size: 120%;
}
.jtrSqueeze .category li input {
  width: 15px;
  height: 15px;
  margin: 0 5px 5px 0;
  vertical-align: middle;
  cursor: pointer;
}
.jtrSqueeze .category li label {
  display: inline-block;
  width: 150px;
  margin: 0 0 5px;
  vertical-align: middle;
  cursor: pointer;
}

/****************************************
*	フッター
****************************************/

/* -パンくずリスト
----------------------------------------------------------- */
.jtrFooterNavigation ul {
  overflow: hidden;
  width: 960px;
  margin: 0 auto 40px;
  padding: 0 0 40px;
  color: #757575;
  font-size: 85%;
  border-bottom: 1px solid #dcdcdc;
}
.jtrFooterNavigation ul li {
  float: left;
  margin: 0 0 0 10px;
  padding: 0 0 0 16px;
  background: url(/library/new/common/img/bg_navigation.gif) no-repeat left center;
}
.jtrFooterNavigation ul li.home {
  float: left;
  margin: 0;
  padding: 0;
  background: none;
}
.jtrFooterNavigation ul li.home img { vertical-align: middle; }

/* -お問い合わせ
----------------------------------------------------------- */
.jtrFooterContact {
  width: 960px;
  margin: 0 auto 50px;
}
.jtrFooterContact h2 { margin: 0 0 15px; }
.jtrFooterContact img { margin: 0 0 15px; }