@charset "utf-8";

/*=================================

	layout settings [ layout.css ]

=================================*/

/* comon setting
=================================*/

/* icon-link */
#contents .icon-link {
  padding-left: 8px;
  background: url(/JP/images/ja/nav/com_ic001.gif) no-repeat 0 0.5em;
}
/* large-link */
#contents .large-link {
  padding-left: 18px;
  background: url(/JP/images/ja/nav/com_ic002.gif) no-repeat 0 0.4em;
  font-weight: bold;
}
/* pdf-link */
.contbox01 .pdf-link a {
  display: inline-block;
  padding-right: 18px;
  background: url(/JP/images/ja/nav/common_rdz/arrow_pdf.jpg) no-repeat right 0;
  font-weight: bold;
  background-size: auto 100%;
}

/* Contents
=================================*/
#contents {
  width: 980px;
  margin: 30px auto 0;
  text-align: left;
  line-height: 1.5;
}

/* ----------------------------------------------
 * 		Clear fix
 * ---------------------------------------------- */
#header:after,
#header #header-utility:after,
DUMMY:after,
DUMMY:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

#header,
#header #header-utility {
  min-height: 1px;
}

* html #header,
* html #header #header-utility {
  /* for IE6 */
  height: 1px;
}

*:first-child + html #header,
*:first-child + html #header #header-utility {
  /* for IE7 */
  zoom: 1;
}

/* Header
=================================*/
.headerArea {
  width: 100%;
  min-width: 980px;
  margin: 0 auto 0;
  padding: 0;
  max-height: 65px;
  text-align: left;
  line-height: 1;
  color: #000;
  display: block;
  background-color: #fbc400;
}

.headerArea .headerBlock {
  width: 980px;
  margin: 0 auto;
  min-height: 65px;
}

.headerArea .headerBlock .logoBox {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  float: none !important;
  width: auto !important;
}

.headerArea .headerBlock .logoBox img {
  height: 65px;
}

.headerArea .headerBlock .logoBox a {
  min-height: 65px;
}

.headerArea .headerBlock .menuBlock {
  display: inline-block;
  vertical-align: middle;
}

.headerArea .headerBlock .menuBlock .menuItem {
  display: inline-block;
  margin-right: 30px;
}

.headerArea .headerBlock .menuBlock .menuItem:last-child {
  margin-right: 0;
}

.headerArea .headerBlock .menuBlock .menuItem a {
  color: #000;
  font-weight: bold;
}

.headerArea .headerBlock .menuBlock .menuItem a:hover {
  opacity: 0.5;
  text-decoration: none;
}

@media screen and (max-width: 980px) {
}

#header .nav_Area #logo {
  display: inline-block;
}
#header .nav_Area .navLink {
  display: inline-block;
}

.legacy_global-color-band {
  width: 100%;
}

.legacy_global-color-band .color-band {
  height: 5px;
  width: 100%;
  display: block;
}

.legacy_global-color-band .band-1 {
  background-color: #d8222a;
}

.legacy_global-color-band .band-2 {
  background-color: #000;
}

.legacy_global-color-band .band-3 {
  background-color: #2c6ea8;
}

.legacy_global-color-band .band-4 {
  background-color: #808180;
}

/*============ pankuzu ===========*/

#breadCrumb {
  font-size: 12px !important;
  padding: 0 0 0 27px;
  margin-top: 10px;
  display: block;
  width: 100%;
}

#breadCrumb li {
  padding: 0 7px 0 0;
  float: left;
  color: #999999;
}

#breadCrumb li span {
  color: #999999;
}

#breadCrumb li a:link {
  color: #f2f2f2;
  text-decoration: underline;
}
#breadCrumb li a:visited {
  color: #f2f2f2;
  text-decoration: underline;
}
#breadCrumb li a:hover {
  color: #f2f2f2;
  text-decoration: none;
}
#breadCrumb li a:active {
  color: #f2f2f2;
  text-decoration: none;
}

/*============ contents_Area ===========*/

#contArea {
  width: 685px;
  float: right;
}
.contbox01 {
  width: 630px;
  margin: 30px 30px 30px 25px;
}

/*contents_lag*/

.con_lag_bg {
  background: url(/JP/images/ja/nav/common_rdz/con_lag_bg.png) repeat-y left top;
}

.con_lag_T {
  background: url(/JP/images/ja/nav/common_rdz/con_lag_top.png) no-repeat left
    top;
  padding: 10px 0 0 0;
}

.con_lag_B {
  background: url(/JP/images/ja/nav/common_rdz/con_lag_bottom.png) no-repeat
    left bottom;
  padding-bottom: 10px;
  width: 984px;
}

/*2018 追記*/
.cont_lag01 {
  background: url(/JP/images/ja/nav/common_rdz/con_lag_bg.png) repeat-y left top;
  padding: 4px 7px 3px;
  width: 984px;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
.cont_lag01:before {
  content: "";
  width: 984px;
  height: 8px;
  display: block;
  background: url(/JP/images/ja/nav/common_rdz/con_lag_top.png) no-repeat left
    top;
  position: absolute;
  top: -3px;
  left: 0;
}
.cont_lag01:after {
  content: "";
  width: 984px;
  height: 8px;
  display: block;
  background: #626262 url(/JP/images/ja/nav/common_rdz/con_lag_bottom.png)
    no-repeat left bottom;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.cont_lag01 .inner {
  position: relative;
  z-index: 1;
}

/*contents_Area_common*/

.com01Area {
  width: 984px;
  margin: 25px 0 0 0;
  background: url(/JP/images/ja/nav/common_rdz/com_bg01.jpg) left top repeat-y;
}
.com01T {
  background: url(/JP/images/ja/nav/common_rdz/com_bg01_top.jpg) left top
    no-repeat;
}
.com01B {
  background: url(/JP/images/ja/nav/common_rdz/com_bg01_bottom.jpg) left bottom
    no-repeat;
  padding: 7px 7px 37px 7px;
}

.com_linkbox01 {
  border: 1px solid #cccccc;
  background-color: #d9d9d9;
  padding: 10px;
}
.com_linkbox02 {
  border: 1px solid #cccccc;
  background-color: #d9d9d9;
  padding: 3px;
  text-align: center;
}
.com_link-pic01 {
  transform: all 0.6s ease;
}
.com_link-pic01:hover {
  opacity: 0.6;
  transform: all 0.6s ease;
}

/*maintitle_Area_tobira*/

.mainTit {
  font-size: 30px;
  color: #f2f2f2;
  margin-left: 27px;
}

/*maintitle_Area*/

#contArea .mainTitbox {
  background: transparent url(/JP/images/ja/nav/common_rdz/com_tit01_bg.jpg)
    no-repeat left top;
  width: 685px;
  height: 60px;
  min-height: 60px;
}

#contArea .mainTitbox h2 {
  padding: 19px 0 15px 20px;
  font-size: 22px;
  line-height: 1.2;
  color: #f2f2f2;
}

#contArea .mainTitbox h2 span {
  font-size: 14px;
  line-height: 1.2;
  color: #cccccc;
}

/*titl_Area_tobira*/

#contents .title-boxL .bg {
  width: 984px;
  background: url(/JP/images/ja/nav/common_rdz/com_tit_lag_bg.jpg) left top
    repeat-y;
}
#contents .title-boxL .titlT {
  background: url(/JP/images/ja/nav/common_rdz/com_tit_lag_top.jpg) left top
    no-repeat;
}
#contents .title-boxL .titlB {
  background: url(/JP/images/ja/nav/common_rdz/com_tit_lag_bottom.jpg) left
    bottom no-repeat;
  padding: 11px 27px 11px;
}

#contents .title-boxL h3 {
  font-weight: bold;
  font-size: 125%;
  line-height: 1.2;
}
#contents .title-boxL h3 span {
  color: #ffbc12;
  padding: 0 0 0 10px;
}

/*title_Area*/

.com_title_box {
  width: 630px;
  background: transparent url(/JP/images/ja/nav/common_rdz/com_tit02_bg.jpg)
    left top repeat-y;
}

.com_title_box .com_title_boxT {
  background: transparent url(/JP/images/ja/nav/common_rdz/com_tit02_top.jpg)
    left top no-repeat;
}

.com_title_box .com_title_boxB {
  background: transparent url(/JP/images/ja/nav/common_rdz/com_tit02_bottom.jpg)
    left bottom no-repeat;
  padding: 10px 10px 8px 25px;
}

.com_title_box h3 {
  font-weight: bold;
  font-size: 120%;
}

.com_title_box h3 span {
  color: #ffbc12;
}

.com_tits01:first-child {
  margin-top: 0;
}
.com_tits01 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 40px;
}

/*============ side_Area ===========*/

#sideArea {
  width: 274px;
  float: left;
}

#sideArea .sideTit {
  background: transparent
    url(/JP/images/ja/nav/common_rdz/com_side_tit01_bg.jpg) no-repeat left top;
  width: 274px;
  height: 60px;
  min-height: 60px;
}

#sideArea .sideTit ul {
  padding: 21px 0 18px 20px;
}

#sideArea .arrow01 li {
  padding: 0 0 0 16px;
  text-indent: -16px;
  line-height: 0;
}
#sideArea .arrow01 a {
  padding: 0 0 0 16px;
  background: transparent url(/JP/images/ja/nav/common_rdz/arrow01.png)
    no-repeat 0 0.2em;
  line-height: 1.2;
  font-size: 16px;
}

#sideArea .arrow01 a:link {
  color: #ffbc12;
  text-decoration: none;
}
#sideArea .arrow01 a:visited {
  color: #ffbc12;
  text-decoration: none;
}
#sideArea .arrow01 a:hover {
  color: #ffbc12;
  text-decoration: underline;
}
#sideArea .arrow01 a:active {
  color: #ffbc12;
  text-decoration: underline;
}

#sideArea .arrow02 {
  margin: 20px 5px 0 10px;
  background: transparent url(/JP/images/ja/nav/common_rdz/linedot01.gif)
    repeat-x left top;
}
#sideArea .arrow02 li {
  background: transparent url(/JP/images/ja/nav/common_rdz/linedot01.gif)
    repeat-x left bottom;
  line-height: 0;
}

#sideArea .arrow02 a {
  display: block;
  padding: 10px 0 10px 30px;
  background: transparent url(/JP/images/ja/nav/common_rdz/arrow02.gif)
    no-repeat 10px center;
  line-height: 1.2;
}

#sideArea .arrow02 a {
  font-size: 14px\9; /* IE8 */
}
#sideArea .arrow02 a {
  *font-size: 13px; /* IE7 */
}

#sideArea .arrow02 a:link {
  color: #333333;
  text-decoration: none;
}
#sideArea .arrow02 a:visited {
  color: #333333;
  text-decoration: none;
}
#sideArea .arrow02 a:hover {
  color: #333333;
  text-decoration: underline;
}
#sideArea .arrow02 a:active {
  color: #333333;
  text-decoration: underline;
}

#sideArea .arrow03 li {
  margin: 10px 5px 0 15px;
  padding: 0;
  text-indent: -16px;
  line-height: 0;
  background-image: none;
}

#sideArea .arrow03 a {
  padding: 0 0 0 16px;
  background: transparent url(/JP/images/ja/nav/common_rdz/arrow03.gif)
    no-repeat left center;
  line-height: 1.2;
}

#sideArea .arrow03 a:link {
  color: #333333;
  text-decoration: none;
}
#sideArea .arrow03 a:visited {
  color: #333333;
  text-decoration: none;
}
#sideArea .arrow03 a:hover {
  color: #333333;
  text-decoration: underline;
}
#sideArea .arrow03 a:active {
  color: #333333;
  text-decoration: underline;
}

#sideArea p.tits01 {
  margin: 30px 5px 9px 10px;
  padding: 0 0 0 10px;
}

#sideArea p.tits02 {
  margin: 20px 5px 9px 10px;
  padding: 0 0 9px 10px;
  background: transparent url(/JP/images/ja/nav/common_rdz/linedot01.gif)
    repeat-x left bottom;
}

.sideBnArea {
  width: 260px;
  margin-left: 10px;
  margin-top: 20px;
}

/* ========== footer01 ========== */

#footNav {
  width: 980px;
  margin: 0 auto;
}
#footNav .footNavbox {
  width: 275px;
  float: left;
  text-align: left;
}
#footNav .border01 {
  padding: 0 10px 0 30px;
  border-right: 1px solid #e1a202;
  border-left: 1px solid #e1a202;
}
#footNav .footNavbox dt {
  padding: 5px 0 0;
}
#footNav .footNavbox dt a {
  color: #333;
  font-size: 14px;
  padding-left: 15px;
  background: url(/JP/images/ja/nav/common_rdz/ft_arrow01.png) no-repeat left
    center;
}

#footNav .footNavbox dd a {
  color: #333;
  font-size: 11px;
  padding-left: 15px;
  background: url(/JP/images/ja/nav/common_rdz/ft_arrow02.png) no-repeat left
    center;
}

#footNav .footNavbox dd li {
  margin-top: 5px;
}

/* ========== footer02 ========== */

.footer02 {
  width: 980px;
  margin: 0 auto;
  padding-bottom: 30px;
  padding-top: 20px;
  text-align: left;
  line-height: 1;
}

.toplink {
  margin: 50px auto 0;
  width: 980px;
  text-align: right;
}

#footer02bg {
  min-width: 980px;
  background: #ffb700;
  border-top: #000 5px solid;
  padding: 50px 0;
  position: relative;
}
@media screen and (max-width: 980px) {
  #footer02bg {
    padding: 50px 10px;
  }
}

#footer02bg #footer-utility {
  text-align: center;
  margin: 40px auto 0;
}
#footer02bg #footer-utility li {
  /*		float: left;*/
  margin-right: 15px;
  padding-right: 14px;
  font-size: 12px;
  border-right: 1px solid #e1a202;
  color: #ef2e24;
  display: inline-block;
  padding-top: 2px\9;
  padding-bottom: 2px\9;
}
#footer02bg #footer-utility li a {
  font-size: 12px;
  color: #ef2e24;
}
#footer02bg #footer-utility li.last {
  border: none;
  padding-right: 0px;
  margin-right: 0px;
}

#footer02bg #copy {
  margin-top: 20px;
  text-align: center;
  color: #333;
}

#footer02bg .snsLink {
  margin-top: 30px;
}
#footer02bg .snsLink .btn01 {
  float: left;
  margin: 0 20px 0 0;
}
#footer02bg .snsLink .btn01:last-child {
  margin-right: 0;
}

#footer02bg .snsLink .btn01 a {
  background: none;
  padding: 0;
}

.fdLogo {
  right: 0;
  bottom: 0;
  position: absolute;
}

/**/
#footer02bg .langLink {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 5;
}
#footer02bg .langLink :last-child {
  margin-right: 0;
}
#footer02bg .langLink a {
  color: #000;
}
#footer02bg .langLink a.icon-link {
  padding-left: 8px;
  /*	background: url(/JP/images/ja/nav/headNav/header_ic001.gif) no-repeat 0 0.3em;*/
  background: url(/JP/images/ja/nav/common_rdz/nav_icon_arrow01.png) no-repeat
    left 48%;
  background-size: 4%;
  color: #000;
}
/* searchBox */
input[type="text"],
input[type="password"],
textarea,
input,
select {
  outline: none;
}
#footer02bg #header-utility #searchBox {
  /*float: left;
		width: 240px;
		height: 20px;
		padding: 5px;
		margin-top:-10px;
		margin-right:25px;
		position:relative;*/
  display: none;
}
#footer02bg #searchBox input[type="text"],
#footer02bg #searchBox input[type="submit"] {
  float: left;
}
#footer02bg input#inputBox {
  width: 250px;
  height: 20px;
  padding: 5px 10px;
  border: 0;
  background: url(/JP/images/ja/nav/common_rdz/search_bg01.png) no-repeat 0 0;
  color: #666666;
  font-size: 14px;
}
* html #footer02bg input#inputBox {
  height: 15px;
  font-size: 14px;
}
#footer02bg input#inputBt {
  position: absolute;
  right: 1%;
  top: 30%;
}
#footer02bg legend {
  display: none;
}

/*2018.12 追記*/
.contPd {
  padding: 20px;
}
.tits_bgGray {
  background: #ddd;
  padding: 8px 10px;
}
.tits_bgGray h3 {
  font-size: 16px;
  font-weight: bold;
}
.listArea .elemBox {
  margin-bottom: 30px;
}
.listArea .elemBox:last-child {
  margin-bottom: 10px;
}
