@charset "utf-8";

/*----------------------------------------------------
 common
--------------------------------------------------- */
html, body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color:#50505a;
	line-height:150%;
	background-color:#FFF;
	font-size:16px;
}
/*----------------------------------------------------
 link
--------------------------------------------------- */
a:link,a:visited,a:active{
	color:#50505a;
	text-decoration:underline;
}
a:hover {
	color:#50505a;
	text-decoration:none;
}
.fade {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.fade:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
}
/*----------------------------------------------------
	#wrapper
--------------------------------------------------- */
#wrapper {
}
.inner {
	width:950px;
	margin:0px auto;
}
/*----------------------------------------------------
	#header
----------------------------------------------------*/
#headerRenew {
  position: relative;
	border-bottom: 1px solid #B5B4B9;
}
#headerRenew #tagline {
	color:#FFF;
	background-color:#B5B4BA;
}
#headerRenew #tagline h1 {
	float: left;
	line-height:20px;
	font-size:12px;
	font-weight: normal;
}
#headerRenew #tagline ul {
	float: right;
	padding:3px;
}
#headerRenew #tagline li {
	float: left;
	padding-right:18px;
	margin-right:18px;
	border-right: 1px solid #FFF;
	line-height:11px;
}
#headerRenew #tagline li.last {
	padding-right:0;
	margin-right:0;
	border-right: none;
}
#headerRenew #tagline li a {
	font-size:11px;
	color:#FFF;
	text-decoration:none;
}
#headerRenew #tagline li a:hover {
	text-decoration:underline;
}
#headerRenew #logoArea {
	position:relative;
	height:90px;
	width:950px;
	margin:0px auto;
}
#headerRenew #logoArea h2 {
	position:absolute;
	top:18px;
	left:0;
}
#headerRenew #logoArea .headTell {
	position:absolute;
	top:32px;
	right:396px;
}
#headerRenew #logoArea .headTell img{
	width: 177px;
}
#headerRenew #logoArea .btnArea div a{
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #fff !important;
  font-weight: bold;
  text-align: center;
  width: 180px;
  position: relative;
  box-sizing: border-box;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-decoration: none;
  letter-spacing: 0.2em;
	transition: 0.5s;
}
#headerRenew #logoArea .btnArea div a span{
  font-size: 12px;
  display: inline-block;
  padding-right: 5px;
  position: absolute;
  top: -8px;
  left: -5px;
}
#headerRenew #logoArea .btnArea div a span img {
  width: 38px;
  height: 38px;
  vertical-align: baseline;
}
#headerRenew #logoArea .btnArea .btn01 a{
  background:#ffb400;
  position: absolute;
	right: 195px;
	top: 20px;
}
#headerRenew #logoArea .btnArea .btn02 a{
  background:#ff7e00;
  position: absolute;
	right: 0;
	top: 20px;
}
#headerRenew #logoArea .btnArea .btn01 a::before,
#headerRenew #logoArea .btnArea .btn02 a::before{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6%;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#headerRenew #logoArea .btnArea div a:hover{
	opacity: 0.6;
}
#gNaviRenew {
	background: url(../img/common/head_bg.gif) repeat-x left top;
	padding-top:3px;
}
#gNaviRenew ul {
	width:950px;
  margin:0px auto;
}
#gNaviRenew li.gNavi {
  float: left;
  height:58px;
  box-sizing: border-box;
}
#gNaviRenew li.gNavi:hover {
  border-bottom: 3px solid #e32669;
}
#gNaviRenew li.gNavi01,
#gNaviRenew li.gNavi02,
#gNaviRenew li.gNavi03,
#gNaviRenew li.gNavi04,
#gNaviRenew li.gNavi06  {
	background: url(../img/common/head_gNavi_bg.png) no-repeat right center;
	padding-right:1px;
}
#gNaviRenew li.gNavi > a {
	display: block;
	height:58px;
  text-indent:-9999px;
  box-sizing: border-box;
}
#gNaviRenew li.gNavi01 > a {
	background: url(../img/common/head_gNavi01.png) no-repeat center center;
	width:142px;
}
#gNaviRenew li.gNavi02 > a {
	background: url(../img/common/head_gNavi02.png) no-repeat center center;
	width:165px;
}
#gNaviRenew li.gNavi03 > a {
	background: url(../img/common/head_gNavi03.png) no-repeat center center;
	width:143px;
}
#gNaviRenew li.gNavi04 > a {
	background: url(../img/common/head_gNavi04.png) no-repeat center center;
	width:179px;
}
#gNaviRenew li.gNavi05 > a {
	background: url(../img/common/head_gNavi05.png) no-repeat center center;
	width:157px;
}
#gNaviRenew li.gNavi06 > a {
	background: url(../img/common/head_gNavi06.png) no-repeat center center;
	width:159px;
}
#gNaviRenew li.gNavi .gSubNaviArea {
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  background: rgba(255, 255, 255, 0.85);
  transition: .3s ease-out;
  transition-property: opacity, visibility;
  z-index: 5;
  box-shadow: 0 5px 5px -5px rgba(0,0,0,0.3);
}
#gNaviRenew li.gNavi:hover .gSubNaviArea {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
#gNaviRenew li.gNavi .gSubNaviList {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 950px;
  height: 60px;
  box-sizing: border-box;
  z-index: 10;
}
#gNaviRenew li.gNavi .gSubNaviList02 {
  padding: 0 15px;
}
#gNaviRenew li.gNavi .gSubNaviList06 {
  padding: 0 140px;
}
#gNaviRenew li.gNavi .gSubNaviList > li {
  text-align: center;
}
#gNaviRenew li.gNavi .gSubNaviList03 .gSubNavi01 {
  background: url(../img/common/heder_national_flag01.jpg) no-repeat left center;
  background-size: contain;
}
#gNaviRenew li.gNavi .gSubNaviList03 .gSubNavi02 {
  background: url(../img/common/heder_national_flag02.jpg) no-repeat left center;
  background-size: contain;
}
#gNaviRenew li.gNavi .gSubNaviList03 .gSubNavi03 {
  background: url(../img/common/heder_national_flag03.jpg) no-repeat left center;
  background-size: contain;
}
#gNaviRenew li.gNavi .gSubNaviList03 .gSubNavi04 {
  background: url(../img/common/heder_national_flag04.jpg) no-repeat left center;
  background-size: contain;
}
#gNaviRenew li.gNavi .gSubNaviList03 .gSubNavi05 {
  background: url(../img/common/heder_national_flag05.jpg) no-repeat left center;
  background-size: contain;
}
#gNaviRenew li.gNavi .gSubNaviList03 .gSubNavi06 {
  background: url(../img/common/heder_national_flag06.jpg) no-repeat left center;
  background-size: contain;
}
#gNaviRenew li.gNavi .gSubNaviList03 .gSubNavi07 {
  background: url(../img/common/heder_national_flag07.jpg) no-repeat left center;
  background-size: contain;
}
#gNaviRenew li.gNavi .gSubNaviList03 .gSubNavi08 {
  background: url(../img/common/heder_national_flag08.jpg) no-repeat left center;
  background-size: contain;
}
#gNaviRenew li.gNavi .gSubNaviList > li > a {
  display: flex;
  align-items: center;
  color: #002c63;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  height: 20px;
}
#gNaviRenew li.gNavi .gSubNaviList03 li > a {
  padding-left: 37px;
}
#gNaviRenew li.gNavi .gSubNaviList > li > a:hover {
  text-decoration: underline;
}
#headerRenew .noteArea {
  background: #ffe5ea;
  padding: 3px 0;
}
#headerRenew .noteArea p{
  font-size: 13px;
}
#headerRenew .noteArea p a{
  color: #002d64;
}
/*----------------------------------------------------
	#headerScroll
----------------------------------------------------*/
#headerScroll {
  position: fixed;
  top: 0;
	opacity: 0;
	width: 100%;
  height: 80px;
  visibility: hidden;
  transition: all .3s ease-out;
  z-index: 10;
  background: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
#headerScroll.show {
  opacity: 1;
  visibility: visible;
}
#headerScroll .inner {
  position: relative;
  width: 950px;
  height: 100%;
  margin: 0 auto;
}
#headerScroll .inner > * {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#headerScroll .logo {
	width: 50px;
	height: 40px;
}
#headerScroll .gNaviList {
  display: flex;
  align-items: center;
  margin-left: 52px;
}
#headerScroll .gNaviList .gNavi {
  display: flex;
  align-items: center;
  height: 80px;
}
#headerScroll .gNaviList .gNavi + .gNavi {
  background: url(../img/common/head_gNavi_bg.png) no-repeat left center;
  padding-left: 1px;
}
#headerScroll .gNaviList .gNavi:hover > a {
  border-bottom: 3px solid #e32669;
}
#headerScroll .gNaviList .gNavi > a {
  display: block;
  padding: 0 20px;
  height: 50px;
  box-sizing: border-box;
}
#headerScroll .gNaviList .gNavi > a .t {
  display: block;
  height: 50px;
  box-sizing: border-box;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#headerScroll .gNaviList .gNavi06 > a .t {
  width: 87px;
  background: url(../img/common/head_gNavi06.png) no-repeat center center;
  background-size: contain;
}
#headerScroll .gNaviList .gNavi02 > a .t {
  width: 85px;
  background: url(../img/common/head_gNavi02.png) no-repeat center center;
  background-size: contain;
}
#headerScroll .gNaviList .gNavi03 > a .t {
  width: 72px;
  background: url(../img/common/head_gNavi03.png) no-repeat center center;
  background-size: contain;
}
#headerScroll .gNaviList .gNavi04 > a .t {
  width: 103px;
  background: url(../img/common/head_gNavi04.png) no-repeat center center;
  background-size: contain;
}
#headerScroll .gNaviList .gSubNaviArea {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.85);
  transition: all .3s ease-out;
  transition-property: opacity, visibility;
  z-index: 5;
  box-shadow: 0 5px 5px -5px rgba(0,0,0,0.3);
}
#headerScroll .gNaviList .gNavi:hover .gSubNaviArea {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
#headerScroll .gNaviList .gSubNaviArea .gSubNaviList {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 950px;
  height: 60px;
  margin: 0 auto;
  box-sizing: border-box;
}
#headerScroll .gNaviList .gSubNaviArea .gSubNaviList02 {
  padding: 0 15px;
}
#headerScroll .gNaviList .gSubNaviArea .gSubNaviList06 {
  padding: 0 140px;
}
#headerScroll .gNaviList .gSubNaviArea .gSubNaviList > li {
  text-align: center;
}
#headerScroll .gSubNaviList03 .gSubNavi01 {
  background: url(../img/common/heder_national_flag01.jpg) no-repeat left center;
  background-size: contain;
}
#headerScroll .gSubNaviList03 .gSubNavi02 {
  background: url(../img/common/heder_national_flag02.jpg) no-repeat left center;
  background-size: contain;
}
#headerScroll .gSubNaviList03 .gSubNavi03 {
  background: url(../img/common/heder_national_flag03.jpg) no-repeat left center;
  background-size: contain;
}
#headerScroll .gSubNaviList03 .gSubNavi04 {
  background: url(../img/common/heder_national_flag04.jpg) no-repeat left center;
  background-size: contain;
}
#headerScroll .gSubNaviList03 .gSubNavi05 {
  background: url(../img/common/heder_national_flag05.jpg) no-repeat left center;
  background-size: contain;
}
#headerScroll .gSubNaviList03 .gSubNavi06 {
  background: url(../img/common/heder_national_flag06.jpg) no-repeat left center;
  background-size: contain;
}
#headerScroll .gSubNaviList03 .gSubNavi07 {
  background: url(../img/common/heder_national_flag07.jpg) no-repeat left center;
  background-size: contain;
}
#headerScroll .gSubNaviList03 .gSubNavi08 {
  background: url(../img/common/heder_national_flag08.jpg) no-repeat left center;
  background-size: contain;
}
#headerScroll .gNaviList .gSubNaviArea .gSubNaviList > li > a {
  display: flex;
  align-items: center;
  color: #002c63;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  height: 20px;
}
#headerScroll .gNaviList .gSubNaviArea .gSubNaviList03 > li > a {
  padding-left: 37px;
}
#headerScroll .gNaviList .gSubNaviArea .gSubNaviList > li > a:hover {
  text-decoration: underline;
}
#headerScroll .btnArea {
  right: 0;
  display: flex;
  height: 50px;
}
#headerScroll .btnArea .btn {
  position: relative;
  border-radius: 4px;
  transition: 0.5s;
}
#headerScroll .btnArea .btn01 {
  background: #ffb400;
}
#headerScroll .btnArea .btn02 {
  margin-left: 15px;
  background: #ff7e00;
}
#headerScroll .btnArea .btn:hover {
  opacity: 0.6;
}
#headerScroll .btnArea .btn a {
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #fff !important;
  font-weight: bold;
  text-align: center;
  width: 180px;
  position: relative;
  box-sizing: border-box;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-decoration: none;
  letter-spacing: 0.2em;
}
#headerScroll .btnArea .btn .badge {
  display: block;
  position: absolute;
  top: -11px;
  left: -5px;
  width: 38px;
}
#headerScroll .btnArea .btn .badge img {
  width: 100%;
}
/*----------------------------------------------------
	.cvArea
----------------------------------------------------*/
.cvArea {
	display: none;

	clear:both;
	font-size:13px;
	line-height:22px;
	color:#FFF;
	background-color:#E1015A;
	height:90px;
}
.cvArea .inner {
	position:relative;
}
.cvArea .btnEntryText {
	position:absolute;
	top:16px;
	left:0;
	padding-top:8px;
}
.cvArea .btnMaterialText {
	position:absolute;
	top:16px;
	left:625px;
	height:60px;
	border-left: 1px dotted #FFF;
	padding:0 0 0 32px;
}
.cvArea .btnMaterialText p {
	padding-top:8px;
}
.cvArea .btnEntry {
	position:absolute;
	top:10px;
	left:376px;
	width:220px;
	height:70px;
	background-color:#FFF;
}
.cvArea .btnMaterial {
	position:absolute;
	top:10px;
	left:770px;
	width:180px;
	height:70px;
	background-color:#FFF;
}
.cvArea .btnEntry .cvFree,
.cvArea .btnMaterial .cvFree {
	position:absolute;
	top:-17px;
	left:-17px;
	z-index:2;
}
.cvArea .btnEntry a,
.cvArea .btnMaterial a {
	z-index:1;
}
/*----------------------------------------------------
	.footFix_cv　固定
----------------------------------------------------*/
#footFix_cv{
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10000;
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.1);
	transform: translateY(102%);
	transition: transform .4s ease;
}
#footFix_cv.show {
	transform: translateY(0);
}
#footFix_cv .inner{
	position: relative;
}
#footFix_cv .tell{
  position: absolute;
  top: 23px;
  left: 57px;
}
#footFix_cv .btnArea div a{
  display: block;
  font-size: 18px;
  color: #fff !important;
  font-weight: bold;
  text-align: center;
  line-height: 56px;
  width: 310px;
  position: relative;
  box-sizing: border-box;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-decoration: none;
	transition: 0.5s;
}
#footFix_cv .btnArea div a span{
  display: inline-block;
  position: absolute;
  top: -8px;
  left: -5px;
}
#footFix_cv .btnArea div a span img {
  width: 50px;
  height: 50px;
  vertical-align: baseline;
}
#footFix_cv .btnArea .btn01 a{
  background:#ffb400;
  position: absolute;
  top: 22px;
  right: 340px;
}
#footFix_cv .btnArea .btn02 a{
  background:#ff7e00;
  letter-spacing: 0.3em;
  position: absolute;
  top: 22px;
  right: 0;
}
#footFix_cv .btnArea .btn01 a::before,
#footFix_cv .btnArea .btn02 a::before{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6%;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#footFix_cv .btnArea div a:hover{
	opacity: 0.6;
}
/*----------------------------------------------------
	.aboutArea
----------------------------------------------------*/
.aboutArea {
	clear:both;
	background-color:#FFE6E1;
	padding: 15px 0;
}
.aboutArea .inner .aboutAreaBtn a {
	background: url(../img/common/btn_about.jpg) no-repeat left top;
	width:950px;
	height:121px;
	text-indent:-9999px;
	display:block;
}
/*----------------------------------------------------
	.centerArea
----------------------------------------------------*/
.centerArea {
	clear:both;
	background-color:#EBF0F4;
	padding:20px 0 20px 0;
}
.centerArea .inner {
	background: #FFF url(../img/common/icon_blue.png) no-repeat left top;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-top:20px;
	padding-bottom:20px;
}
.centerArea .flL {
	width:540px;
	height:410px;
	margin-left:20px;
	position:relative;
}
.centerArea .flL a{
	text-decoration:none;
	width:540px;
	height:410px;
	display:block;
}
.centerArea .flR {
	width:340px;
	height:410px;
	margin-right:20px;
	background: url(../img/common/center_map.gif) no-repeat left top;
}
.centerArea .flR .centerMap {
	width:340px;
	height:410px;
	position:relative;
}
.centerArea .flL h2 {
	font-size:22px;
	font-weight:bold;
	color:#002d64;
	border-bottom: 1px dotted #002d64;
	padding:0 0 15px 0;
	margin-bottom:15px;
}
.centerArea .flL .photo {
	position:absolute;
	bottom:0;
	left:0;
}
.centerArea .flR h2 {
	text-indent:-9999px;
}
.centerArea .flR .centerBtn01 {
	position:absolute;
	top:175px;
	left:162px;
}
.centerArea .flR .centerBtn02 {
	position:absolute;
	top:235px;
	left:137px;
}
.centerArea .flR .centerBtn03 {
	position:absolute;
	top:300px;
	left:137px;
}
.centerArea .flR .centerBtn04 {
	position:absolute;
	top:255px;
	left:22px;
}
.centerArea .flR .centerBtn05 {
	position:absolute;
	top:320px;
	left:22px;
}
/*----------------------------------------------------
  .foot_centerArea
----------------------------------------------------*/
.foot_centerArea {
  clear:both;
  background-color:#EBF0F4;
  padding:20px 0 20px 0;
}
.foot_centerArea .inner {
  background-color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding-top:20px;
  padding-bottom:20px;
  text-align: left;
}
.foot_centerArea .flL {
  width:440px;
  margin-top: 35px;
  margin-left:20px;
  position:relative;
}
.foot_centerArea .flL a{
  text-decoration:none;
  display:block;
}
.foot_centerArea .flR {
  margin-right:20px;
  background: url(/renew_common/img/common/center_ft_map.gif) no-repeat left top;
}
.foot_centerArea .flR .centerMap {
  width:440px;
  height:240px;
  position:relative;
}
.foot_centerArea .flL .title {
  font-size:22px;
  font-weight:bold;
  color:#002d64;
  border-bottom: 1px dotted #002d64;
  padding:0 0 15px 0;
  margin-bottom:15px;
}
.foot_centerArea .flL .text {
  font-size:16px;
}
.foot_centerArea .flR .centerBtn01 {
  position:absolute;
  top:45px;
  right:40px;
}
.foot_centerArea .flR .centerBtn02 {
  position:absolute;
  top:105px;
  right:60px;
}
.foot_centerArea .flR .centerBtn03 {
  position:absolute;
  top:165px;
  right:80px;
}
.foot_centerArea .flR .centerBtn04 {
  position:absolute;
  top:105px;
  left:50px;
}
.foot_centerArea .flR .centerBtn05 {
  position:absolute;
  top:165px;
  left:30px;
}
/*----------------------------------------------------
  #footer
----------------------------------------------------*/
#footer {
  clear: both;
  background-color: #fff;
}
/* .footerInfo */
#footer .footerInfo {
  padding: 30px 0;
}
#footer .footerInfo .inner{
  background-color: #dcf2fe;
  padding: 40px 50px 50px;
  text-align: center;
}
#footer .footerInfo .title {
  font-size:20px;
  color: #002d64;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
}
#footer .footerInfo .title span{
  font-size:30px;
}
#footer .footerInfo .box {
  background-color: #fff;
  padding: 50px 0 30px;
}
#footer .footerInfo .box .btnArea {
  background-color: #fff;
}
#footer .footerInfo .box .btnArea div {
  display: inline-block;
  margin: 0 20px 20px;
}
#footer .footerInfo .box .btnArea div a{
  display: inline-block;
  font-size: 20px;
  line-height: 66px;
  color: #fff !important;
  font-weight: bold;
  text-align: center;
  width: 310px;
  position: relative;
  box-sizing: border-box;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-decoration: none;
  transition: 0.5s;
}
#footer .footerInfo .box .btnArea div a span{
  display: inline-block;
  position: absolute;
  top: -15px;
  left: -15px;
}
#footer .footerInfo .box .btnArea div a span img {
  width: 50px;
  height: 50px;
  vertical-align: baseline;
}
#footer .footerInfo .box .btnArea .btn01 a{
  background:#ffb400;
}
#footer .footerInfo .box .btnArea .btn02 a{
  background:#ff7e00;
  letter-spacing: 0.2em;
}
#footer .footerInfo .box .btnArea .btn01 a::before,
#footer .footerInfo .box .btnArea .btn02 a::before{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#footer .footerInfo .box .btnArea div a:hover{
  opacity: 0.6;
}
#footer .footerInfo .box .tell img{
  display: inline-block;
}
/* .linkArea */
#footer .linkArea {
  clear:both;
  font-size:13px;
  border-top: 1px solid #b4c8dc;
}
#footer .linkArea .inner {
  padding-top:30px;
  padding-bottom:15px;
}
#footer .linkArea ul {
  margin-bottom:10px;
}
#footer .linkArea li {
  float:left;
  padding-right:20px;
  margin-right:20px;
  border-right: 1px solid #A19FAA;
  line-height:13px;
  margin-bottom:10px;
}
#footer .linkArea li.last {
  padding-right:0;
  margin-right:0;
  border-right: none;
}
#footer .linkArea dt {
  float:left;
  padding-top:20px;
  line-height:13px;
  color:#002d64;
  font-weight:bold;
}
#footer .linkArea dd {
  padding-left:100px;
  padding-top:20px;
  border-top: 1px solid #B3C8DB;
}
/* .sublinkArea */
#footer .sublinkArea {
  clear:both;
  background-color:#B5B4BA;
  font-size:12px;
  color:#FFF;
}
#footer .sublinkArea .inner {
  padding-top:15px;
  padding-bottom:15px;
}
#footer .sublinkArea a {
  color:#FFF;
}
#footer .sublinkArea li {
  float:left;
  padding-right:10px;
  margin-right:10px;
  border-right: 1px solid #FFF;
  line-height:1.8;
}
#footer .sublinkArea li.last {
  padding-right:0;
  margin-right:0;
  border-right: none;
}
/* .addressArea */
#footer .addressArea {
  clear:both;
  background-color:#002D64;
  font-size:12px;
  line-height:18px;
  color:#FFF;
  text-align: left;
  position: relative;
}
#footer .addressArea .inner {
  padding-top:15px;
  padding-bottom:15px;
}
#footer .addressArea #copyright {
  font-family: "Times New Roman", "游明朝", YuMincho;
}
#footer .addressArea a {
  color:#FFF;
}
/* .srchArea */
#footer .srchArea {
  position:absolute;
  bottom:55px;
  right:0;
  color: #fff;
}
#footer .srchArea p {
  font-size:14px;
}
/*----------------------------------------------------
	#pageTop
----------------------------------------------------*/
#pageTop {
	display: none;
	position:fixed;
	bottom:25px;
	right:20px;
  z-index: 10001;
}
/*----------------------------------------------------
	.bannerArea
----------------------------------------------------*/
.bannerArea { margin: 30px auto 50px; }
.bannerArea .inner { text-align: center; }

/*----------------------------------------------------
	#cascade
----------------------------------------------------*/
#bcArea { padding: 19px 0 40px; }
#pankuzu { width: 950px; margin: 0 auto; font-size: 14px; }
#pankuzu li { float: left; background: none; padding-left: 0; padding-right: 5px; }
#pankuzu li:after { content: " >"; text-align: center; }
#pankuzu li:last-child:after { content: ""; }

#footer .tellArea .srchArea #srchInput { margin-right: 5px; padding: 2px 0; border: 1px solid #a5acb2; background: #fff url(https://i.yimg.jp/images/search/customsearch/yjlogo/yjlogo_type4.gif) center center no-repeat; border-radius: 3px; }

#moreContents .inner { width: auto; }
