﻿/* Add here all your css styles (customizations) */
body {
	background: url() center top no-repeat;
}

.g-bg-white {

	background-color: transparent !important;
	
	}

/** サイト名*/
.pp-site-name {
	font-weight : bold;
  color: #333;
}
/** ようこそ*/

.pp-greeting {
	font-weight : bold;
  color: #333;
}
/** ヘッダーナビ */
.pp-header-navi li a {
	font-weight : bold;
  font-size: 105%;
  color : #333 !important;
}
/** グローバルナビ */
.pp-global-navi li a {
	font-weight : bold;
  color : #333;
  font-size: 110%;
 }

/** サイドメニュー見出し */
.pp-side-menu-title {
	font-weight : bold;
  color: #333;
}

/** サイドメニュー */
.pp-side-menu li a {
	font-weight : bold;
  color: #333;
}

.pp-icon-width {
	text-align: center;
}

.et-icon-megaphone {
	display:none;
}

/**　タブリンクの文字色　*/
.nav-link {
	color:#333 !important;
}

.nav-link.active {
  color: #fff !important;
}

/** フッターsize color */
.size8w { 
  font-size: 8px; 
  color: #fff;
}
.size9w {
  font-size: 9px;
  color: #fff;
}
.size10w {
  font-size: 10px;
  color: #fff;
}
.size11w {
  font-size: 11px;
  color: #fff;
}
.size12w {
  font-size: 12px;
  color: #fff;
}
.colorw {
  color: #fff; 
}

/** デバイス用テーブルCSS　*/
table.ta1, td.ta1, th.ta1 {
  border: 0px white solid;
  width: 100% ;
  text-align: center;
  }
/* ドロップダウン②*/
/*横幅変更は下記のみ変更*/
#dropmenu{
  list-style-type: none;
  /*widthは全体の横幅*/
  width: 1000px;
  height: 40px;
  margin: 30px auto 300px;
  padding: 0;
  /*クリック前のメインカラー*/
  background: #2969ad;
  /*クリック前のメインカラー下のボトムの色*/
  border-bottom: 5px solid #122f4d;
  border-radius: 3px 3px 0 0;
}
#dropmenu li{
  position: relative;
  /*widthは全体に対しての1項目に対する割合*/
  width: 20%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
/*高さ変更は上下のpaddingとfont-sizeの合計*/
#dropmenu li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  /*テキストのカラー*/
  color: #fff;
  /*一番上の項目のフォントサイズ*/
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
/*マウスを乗せたときの色の設定 メインメニュー、サブメニュー共通*/
#dropmenu li:hover > a{
  /*オンマウス時の一番上の項目のカラー*/
  background: #1f5084;
  /*オンマウス時の一番上の項目のテキストカラ-*/
  color: #d0e1f4;
}
/*メインメニューオンマウス時の上側部分の角丸
#dropmenu > li:hover > a{
  border-radius: 3px 3px 0 0;
}
/*サブメニュー全体のul*/
#dropmenu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: 0 0 3px 3px;
}
/*下側の角を丸くしています。*/
#dropmenu li:last-child ul{
  left:  0%;
  width: 100%
}
/*サブメニューの幅はメインメニューの2倍なので、一番右がはみ出ないように左に配置*/
/*widthが2倍に*/
#dropmenu li ul li{
  overflow: hidden;
  width: 100%;
  height: 0;
  /*以下の色は触らない*/
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#dropmenu li ul li a{
  padding: 13px 15px;
  /*クリック時のドロップダウン項目のカラー*/
  background: #1f5084;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}
#dropmenu li:hover ul li{
  overflow: visible;
  height: 38px;
  /*プルダウン時の項目の境界線の色*/
  border-top: 1px solid #2969ad;
  /*以下の色は触らない*/
  border-bottom: 1px solid #616d0b;
}
#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}



/*ドロップメニュー②-2*/
#dropmenu2-2{
  list-style-type: none;
  width: 800px;
  height: 40px;
  margin: 30px auto 300px;
  padding: 0;
  background: #8a9b0f;
  border-bottom: 5px solid #535d09;
  border-radius: 3px 3px 0 0;
}
#dropmenu2-2 li{
  position: relative;
  width: 20%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#dropmenu2-2 li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
#dropmenu2-2 li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
	padding: 0;
  border-radius: 0 0 3px 3px;
}
#dropmenu2-2 li:last-child ul{
  left: -100%;
  width: 100%
}
#dropmenu2-2 li ul li{
  overflow: hidden;
  width: 200%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#dropmenu2-2 li ul li a{
  padding: 13px 15px;
  background: #6e7c0c;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}
#dropmenu2-2 li:hover > a{
  background: #6e7c0c;
  color: #eff7b1;
}
#dropmenu2-2 > li:hover > a{
  border-radius: 3px 3px 0 0;
}
#dropmenu2-2 li:hover ul li{
  overflow: visible;
  height: 38px;
  border-top: 1px solid #7c8c0e;
  border-bottom: 1px solid #616d0b;
}
#dropmenu2-2 li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu2-2 li:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu2-2 li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}



#pp-header {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

#pp-breadcrumb {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}






