﻿@charset "utf-8";
/* CSS Document */

/* ページにスクロールバーを常に表示させる場合 */
/*html { overflow-y: scroll; }*/

/* フッターのリンク文字が見えにくい場合 */
/*#SF-footer a{ color:#FFFFFF; }*/

/* リンク周りの点線を表示させない */
a:focus {
    outline:none;
}

/* クリア関連 */
.clear { clear:both; }

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* sp用タグ非表示 */
.forSP {
  display: none;
}

/* サイト高さ上限拡大 */
#SF-outer-container,
.SF-module-container {
  max-height: 100000px;
}


/* フォント指定 */
h1 a { text-decoration: none!important; }

h1,h2,h3,h4,p,ul,li,strong,div,span,td,th,input,textarea {
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/* テーブルの基礎設定 */
.tablebase {
	width: 100%;
	border-collapse:collapse; /* セル同士のボーダーをくっつける時は collapse 、離す時は separate */
	border-spacing: 1px; /* separate する場合の間隔。IE7 以前は 2px 強制 */
	border: 1px solid #999; /* 外枠 普通の線は solid 、点線は dotted */
	/*background-color: #666;*/
}
.tablebase th { /* セルの設定 */
	padding: 8px;
	border: 1px solid #999;
	background-color: #CCC;
}
.tablebase td { /* セルの設定 */
	padding: 8px;
	border: 1px solid #999;
	/*background-color: #CCC;*/
}

/* テーブルモジュールのヘッダー使わない */
.SF-trheader {
  display: none;
}


/* リストスタイル */
.newslistdata ul.csUl {
    margin: 20px 0 0 30px;
}
.newslistdata ul.csUl li {
    font-size: 0.95em;
    line-height: 140%;
    list-style: disc;
    margin: 10px 0 0;
}
.newslistdata ul.csUl li ul li {
    list-style: outside none none;
    margin-left: 20px;
    text-indent: -1.5em;
}


/* 各ページ共通コンテンツ設定 */
#LEFTLINK {
	width:280px;
	height:700px;
	border:none;
}
#RIGHTLINK {
	width:280px;
	height:700px;
	border:none;
}
#BOTTOMLINK {
	width:960px;
	height:200px;
	border:none;
}





/* 追加下背景設定 */
#SF-outer-container {
  overflow: visible;
}
#ADDBGBOTTOM {
  bottom: 0;
  width: 100%;
  z-index: -10;
  position: relative;
  height: 335px; /* フッターの高さを入れます */
  min-width:1000px; /* ページの横幅を入れます */
  /* 背景画像が有る場合は下を設定します
  background-image: url("../assets/foot_bg.jpg");
  background-position: right top;
  background-repeat: no-repeat; */
  background-color: #171717;
}
#SF-footer {
  position:relative;
  margin-bottom: -335px; /* TWで設定したフッターの高さ（ height + padding ）を入れます */
}





/* ロゴリンクをナビゲーションに重ねる */
#Module-default-container {
  overflow: visible;
  position: relative;
  z-index: 100;
}
#Module-default-container p.header-discription-type2 {
  width: 281px;
  position: absolute;
  left: 13px;
}


/* ヘッダー */
#hdContents {
  display: table;
  table-layout: fixed;
  width: 100%;
}
#hdLeft {
  display: table-cell;
  vertical-align: top;
  width: 600px;
}
#hdRight {
  display: table-cell;
  padding: 90px 0 0;
  text-align: right;
  width: 400px;
}

/* フッター */
#csFooter a {
  color: #fff;
  text-decoration: none;
}
#csFooter a:hover {
  text-decoration: underline;
}
#csFootLinedBoxParent {
  display: table;
  height: 200px;
  table-layout: fixed;
  width: 100%;
}
#csFootLeft {
  display: table-cell;
  padding: 18px 0 0 40px;
  text-align: left;
  vertical-align: top;
  width: 380px;
}
#csFootLeft .textBox {
  margin: 1em auto 0;
}
#csFootRight {
  display: table-cell;
  padding: 25px 0 0;
  text-align: left;
  width: 620px;
}
#csFootRight .linkBox > div {
  float: left;
  width: 50%;
}
#csCopy {
  color: #919191;
  font-size: 10px;
}



/************ csLibrary start *************/

/* scrollbtnFollow */
#backtopbox {
	width:100%;
	text-align:left;
}
#back-top {
	/*width: 98%;*/
	height: 86px;  /* 画像の縦幅 */
	position: fixed;
	bottom: 350px; /* ページ下端からの距離 */
	/*margin-left: 1000px;  ページ左端からの距離 */
	right: 10px; /* ページ右端からの距離 */
}
#back-top a {
	width: 86px;  /* 画像の横幅 */
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	float: right;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:focus {
    outline:none;
}
/* arrow icon (span tag) */
#back-top span {
	width: 86px;  /* 画像の横幅 */
	height: 86px;  /* 画像の縦幅 */
	display: block;
	margin-bottom: 7px;
	background:  url(../assets/pagetoplink.png) no-repeat center center;
	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}


/* 1x1スペーサ画像使用時非表示 */
.hideElement {
  display: none !important;
}


/* リストモジュールにアンカー追加（β） */
.addAncr {
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}


/* リストモジュールType01の画像配置を左右交互にする（β） */
.csArticleLeft {
  float: left !important;
  margin-left: 0 !important;
}
.csArticleRight {
  float: right !important;
  margin-right: 0 !important;
}


/*************** csLibrary end ****************/