@charset "utf-8";

/*
======== context ======================================

Last Updated:20180820
Summary:各ページ共通 基本テンプレートレイアウト設定

- #container
- #headerArea
- #contentsArea
- #footerArea
-
-
=======================================================
*/

/*-----------------------------------------------------
container
-------------------------------------------------------*/
#container {
  background: #fff;
}


/*-----------------------------------------------------
headerArea
-------------------------------------------------------*/
#headerArea {
  padding-top: 0;
  /* padding-bottom: 6px; */
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, .5);
	z-index: 20;
  position: relative;
}

/*utilityBlock*/
#utilityBlock {
  background: #006699;
}

#utilityBlockInner {
  margin-left: auto;
  margin-right: auto;
  width: 980px;
}

#utilityNav ul {
  display: flex;
	align-items: center;
	justify-content: flex-end;
  /* padding-top: 7px; */
  padding-bottom: 5px;
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
}

#utilityNav ul li {
  align-items: center;
  font-size: 0.9em;
  padding: 0 0 0 20px;
  position: relative;
}
#utilityNav ul li:before {
	position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: " ";
  vertical-align: middle;
  left: 12px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #006699;
}

#utilityNav ul li.search:before,
#utilityNav ul li.link-twitter:before,
#utilityNav ul li.link-yt:before {
	display: none;
}

#utilityNav ul li.link-twitter,
#utilityNav ul li.link-yt {
	padding: 0 7px 0 7px;
}

#utilityNav ul li.link-twitter {
	margin-left: 1em;
}

#utilityNav ul li.search {
	margin-left: 0;
	padding: 0;
}

#utilityNav ul li img{
	max-width: 100%;
	height: auto;
}

#utilityNav ul li a {
  color: #006699;
}

#utilityNav ul li a:focus {
}

#utilityNav ul li.link-twitter a {
}

/* #utilityNav ul li.link-cao img{
	max-width: 78px;
}

#utilityNav ul li.link-cao a {
	display: inline-block;
	border: solid 1px #999999;
} */

#utilityNav ul li.link-yt img{
	max-width: 25px;
}

#utilityNav ul li.link-twitter img{
  width: 25px;
}

#utilityNav ul li img {
	vertical-align: middle;
}

/*headerBlock*/
#headerBlock {
  position: relative;
}

#headerBlockInner {
  margin-right: auto;
  margin-left: auto;
  width: 980px;
	position: relative;
}


#headerBlock .header-logo-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: 0;
	width:50%;
	padding-top: 3px;
	padding-left: 3px;
}
	
#headerBlock .header-logo-box p,
#headerBlock .header-logo-box h1{
	display: table;
  background-color: white;
  margin: 0;
  padding: 0;
}

#headerBlock .header-logo-box p a,
#headerBlock .header-logo-box h1 a{
	display: table-cell;
	vertical-align: middle;
	height: 47px;
  padding-top: 0.2em;
}

/* h30 */
#headerBoxBody {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tbDisp,
.spDisp {
  display: none;
}

#headerBox .contBtn,
#headerBox .spCloseBtn {
  display: none;
}

#headerBox ul#globalNavList{
	display: table;
	width: 100%;
  height: 2.7em;
  padding-top: 0.3em;
	table-layout:fixed; 
  position: relative;
  box-sizing: border-box;
}

#headerBox ul#globalNavList li {
	margin: 0;
	display: table-cell;
	vertical-align: middle;
  font-weight: bold;
  font-size: 1em;
  /* padding-top: 7px; */
  /* padding-bottom: 3px; */
  /* position: relative; */
  text-align: center;
}

#headerBox ul#globalNavList li a {
  text-decoration: none;
}

#headerBox ul#globalNavList li:last-child {
  margin-right: 0;
}

#headerBox ul#globalNavList li a {
	display: block;
	color: #006699;
	text-decoration: none;
  font-size: 15px;
  line-height: 110%;
}


#headerBox ul#globalNavList li.current a { /* current */
	background-color:#006699;
	color:#ffffff;
}

@media screen and (min-width: 960px) { /* pc */
  .pccol::before{
    content: '\A';
    white-space: pre ;
  }
}

/* グローバルメニュー第二階層（2022年度追記） */

#headerBox ul#globalNavList li ul.glovalNavLev2{
  display: none;
}

@media screen and (min-width: 960px) { /* pc */

  #headerBox ul#globalNavList li ul.glovalNavLev2{
    width: 100%;
    position: relative;

    display: flex;
    flex-wrap: wrap;
    width: 980px;
    background-color: #F2F2F2;
    margin: 0 auto;
  }
  
  #headerBox ul#globalNavList li div.glovalNavLev2Wrap{
    display: none;
    position: absolute;
    z-index: 2;
    top: calc(2.7em + 4px);
    left: 0;
    width: 100%;
    
    /* background-color: #F2F2F2; */
    box-sizing: border-box;
    margin: 0;
  }

  #headerBox ul#globalNavList li:hover div.glovalNavLev2Wrap{
    display: block;
  }

  #headerBlock div.glovalNavLev2Back{
    display: none;
    background-color: #F2F2F2;
    position:absolute;
    top: 93px;
    left: 0;
    height: 2.7em;
    width: 100%;
    z-index: 1;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
  }

  /* #headerBlock #headerBlockInner:has(#headerBox ul#globalNavList li:hover ul) + div.glovalNavLev2Back{
    display: block;
  } */

  /* #headerBlock #headerBlockInner:has(#headerBox ul#globalNavList li:hover ul.col2) + div.glovalNavLev2Back{
    display: block;
    height: calc(2.7em * 2);
  } */

  #headerBox ul#globalNavList li ul.glovalNavLev2 li{
    display: block;
    height: 2.7em;
    width: 20%;
  }

  #headerBox ul#globalNavList li ul.glovalNavLev2.nar li{
    width: 12.5%;
  }

  #headerBox ul#globalNavList li ul.glovalNavLev2.wide li{
    width: 25%;
  }

  #headerBox ul#globalNavList li ul.glovalNavLev2 li a::before{
    height: 0;
    display: none;
  }

  #headerBox ul#globalNavList li ul.glovalNavLev2 li a{
    padding-top: 1em;
    color: black;
    font-size: 0.9em;
  }
}

#headerBlock #utilityNav {
  margin: 1em auto 0.5em;
  width: 980px;
  height: 2em;
}

/*searchBlock*/
#searchBlockInner {
  display: table;
  margin-left: auto;
  margin-top: 0.5em;
  overflow: hidden;
  padding: 4px;
  text-align: left;
  background-color: none;
  margin-bottom: 8px;
  width: 170px;
}

#searchBlockInner #searchPart p {
  display: table-cell;
  vertical-align: middle;
  padding: 3px 5px 0 0;
}

#searchBlockInner form {
  display: table-cell;
  vertical-align: middle;
}

#searchBlockInner form input,
#searchBlockInner form textarea {
  vertical-align: middle;
    /* for iOS */
  border-radius: 0;
}

#spUtilityNav {
  display: none;
}

#searchBlockInner form input.button {
	background-color: white;
  background-image: url('/common2/img/search.svg');
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-size: 15px;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 1em;
  height: 1.8em;
  width: 20px;
  padding: 1px 6px 0 0;
}

#searchBlockInner form input.search {
  height: 1.2rem;
  font-size: 0.9em;
  border: 3px solid  #ddd;
  padding: 2px 5px;
  width: 130px;
  border-radius: 0.6rem;
}

#searchBlockInner #searchPart a {
  padding: 0 0 0 20px;
  position: relative;
}

#searchBox img {
  margin-right: 5px;
  vertical-align: middle;
}

/* globalNavCont */
#globalNavCont{
	flex: 1;
}

/*nopi*/
#closeMessageBlock {
  background: #ededed;
  border-bottom: 1px solid #c8c8c8;
}

#closeMessageBlockInner {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding-top: 11px;
  padding-bottom: 11px;
  text-align: left;
}

#closeMessageBlockInner p {
  font-size: 1.1em;
}

/* breadcrumb */
.breadcrumb-box{
	background-color:#006699;
	color:#ffffff;
	padding: 2px 0;
}

.breadcrumb-box a{
	color:#ffffff;
}

/* topicPathBlock */
#topicPathBlock {
  width: 980px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0;
}

#topicPathBlock p {
  padding: 0;
  font-size: 0.9em;
}


/*-----------------------------------------------------
#contentsArea
-------------------------------------------------------*/
#contentsArea {
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  width: 980px;
  margin-bottom: 20px;
}

#mainConts-col2 { /* 2column wrap */
  padding: 0;
  margin: 34px auto 20px;
}

#mainContents {
  padding:0 0 0 15px;
}

#contentsArea #mainContentsBlock {
  clear: both;
}

#contentsArea #mainContentsBlock #ContentsBlock {
  margin-right : 240px;
}

#contentsArea #mainContentsBlock #SideBlock {
  float : right;
  width : 200px;
}

/* lead box */
#contentsArea .lead-box{
	overflow: hidden;
}

#contentsArea .lead-box p{
	margin-top: 0;
}

#contentsArea .lead-box p:last-child{
	margin-bottom: 0;
}

/* sec */
.sec{
	margin-bottom: 64px;
}

/* lead box pdf, event detail */
#contentsArea .lead-box .pdf-thumb-box{
	text-align: center;
	margin-bottom: 24px;
}

#contentsArea .lead-box .pdf-thumb-box .img-box{
	margin-bottom: 8px;
	display: block;
}

#contentsArea .lead-box .pdf-thumb-box .note-box{
	font-size: 0.8em;
}

/* common table layout */
.table-box{
}
.table-box table {
  border-collapse: collapse;
  border-spacing: 0;
	overflow-x: auto;
  white-space: nowrap;
	display: block;
}

.table-box table tr th{
	padding: 5px;
	background-color:#006699;
	color:#ffffff;
	border-right: 1px solid #ffffff; 
}

.table-box table tr th:last-child{
	border-right: 1px solid	#006699;
}

.table-box table tr td{
	padding: 5px;
	border: 1px solid #b3b3b3; 
}

.table-box table tr:nth-child(even){
	background-color:#f2f2f2;
}


/* event table layout */
.event-table-box table {
  border-collapse: collapse;
  border-spacing: 0;
	overflow-x: auto;
	display: block;
	width: 100%;
}

.event-table-box table th,
.event-table-box table td {
  padding: 5px 15px;
	border: 1px solid #cfcfcf;
	display: block;
}
.event-table-box table th {
  font-weight: bold;
  text-align: center;
  background-color: #eee;
	white-space: nowrap;
}

.event-table-box table td dl dt{
	font-weight: bold;
}
.event-table-box table td dl dd{
	margin-left: 1em;
}

@media screen and (min-width: 641px) { /* tab pc */
	div.event-table-box table {
		display: table;
	}
	div.event-table-box table th,
	div.event-table-box table td {
		display: table-cell;
	}
}

/* event list / top,event,area */
#contentsArea .event-list-box {
}
#contentsArea .event-list-box .event-list {
	margin: 16px 0 0;
}
#contentsArea .event-list-box .event-list > li {
	margin-bottom: 24px;
	list-style: none;
	margin-left: 0;
}
#contentsArea .event-list-box .event-list > li a {
	display: inline-block;
}
#contentsArea .event-list-box .event-list > li a .ttl {
	text-decoration: underline;
}
#contentsArea .event-list-box .event-list > li a:hover .ttl {
	text-decoration: none;
}
#contentsArea .event-list-box .event-list > li .ttl-box {
	float: right;
	width: calc(70% - 1em);
	margin-bottom: 8px;
}
#mainContents .event-list-box .event-list > li .ttl-box .ttl {
	font-size: 1.1em;
	border-left: 1px solid #006699;
	padding: 0 0 0 1em;
	margin: 0;
	color: #006699;
	background-color: transparent;
	display: inline-block;
	font-weight: bold;
}
#contentsArea .event-list-box .event-list > li .ttl-box .ttl-sub-box {
	padding-top: 8px;
	font-size: 0.8em;
	text-align: right;
}
#contentsArea .event-list-box .event-list > li .img-box {
	width: 30%;
	float: left;
	margin-right: 1em;
}
#contentsArea .event-list-box .event-list > li .data-box {
	float: right;
	width: calc(70% - 1em);
}
#contentsArea .event-list-box .event-list > li .data-box > ul li {
	text-indent: -3.5em;
	margin-left: 3.5em;
	list-style: none;
}
#contentsArea .event-list-box .event-list > li .data-box > ul li * {
	text-indent: 0;
	margin-left: 0;
}
#contentsArea .event-list-box .event-list > li .data-box > ul li .item {
	display: inline-block;
	min-width: 3.5em;
}

/* scj/member/ list */
.member-list-box ul li{
	margin-bottom: 8px;
}

.member-list-box ul li:last-child{
	margin-bottom: 0;
}

.member-list-box ul li .name{
	font-weight: bold;
	font-size: 1.2em;
}

/* scj towa /ja/scj/ */
.bg-yellow-box{
	background-color: #FFC;
  padding: 16px;
}

#contentsArea .bg-yellow-box ul{
	margin: 0;
  padding: 0;
}

/* /ja/info/ */
/* /ja/info/ right link */
#subContentsBlock .info-right-box ul{
	padding-left: 0.7em;
}
#contentsArea #subContentsBlock .sideSection .info-right-box ul li{
	padding-left: 1em;
}
.info-right-box ul li::before {
	display: none;
}

.info-right-box ul li:nth-child(1){
	border-left:8px solid #1555ac;
}
.info-right-box ul li:nth-child(2){
	border-left:8px solid #118613;
}
.info-right-box ul li:nth-child(3){
	border-left:8px solid #7c0046;
}


/* /ja/head/ , /ja/sub/ */
.head-sub-box{
	overflow: hidden;
}

.head-sub-box .img-box{
	text-align: center;
	padding: 0 16%;
	margin-bottom: 40px;
}

@media screen and (min-width: 641px) { /* tab pc */
	div.head-sub-box .img-box{
		max-width: 120px;
		float:left;
		margin:0 1em 1em 0;
		padding: 0 0;
	}
}

#contentsArea .head-sub-box  ul.bulletList{
	margin-top: 0;
}

#contentsArea .head-sub-box  ul.bulletList li {
  margin-left: 0;
  padding: 10px 0 10px 15px;
  border-bottom: dotted 1px #cccccc;
  position: relative;
}

#contentsArea .head-sub-box  ul.bulletList li::before {
  content: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2212px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2012%2014%22%20style%3D%22enable-background%3Anew%200%200%206%207%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23005BAC%3B%7D%3C%2Fstyle%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%223%2C0%206%2C3.5%203%2C7%200%2C7%203%2C3.5%200%2C0%20%22%2F%3E%3C%2Fsvg%3E');
	z-index: 1;
	position: absolute;
	top: 1.2em;
	left: 2em;
}

.head-sub-box  ul.bulletList li a *{
	text-decoration: underline;
}

.head-sub-box  ul.bulletList li a:hover *{
	text-decoration: none;
}

/*-----------------------------------------------------
#footerArea
-------------------------------------------------------*/
#footerArea {
  clear: both;
  margin-top: 10px;
	background-color: #DEEBF7;
}

/* r4追加 */
#footerMenuBlock {
	background-color: #DEEBF7;
  max-width: 980px;
  margin: 0 auto;
  padding: 1em;
}

@media screen and (min-width: 960px) { /* pc */
  #footerMenuBlock {
    padding: 1em 0;
  }
}


#footerMenuBlock ul.footerMenu {
  display: block;
  margin-bottom: 1em;
  width: 100%;
}

@media screen and (min-width: 960px) { /* pc */
  #footerMenuBlock ul.footerMenu {
    display: flex;
    justify-content: space-between;
  }
}

#footerMenuBlock ul.footerMenu:last-child {
  margin-bottom: 0;
}

#footerMenuBlock ul.footerMenu > li {
  font-weight: bold;
  font-size: 1em;
  width: 100%;
}

@media screen and (min-width: 960px) { /* pc */
  #footerMenuBlock ul.footerMenu > li {
    width: calc(20% - 10px);
  }
}

#footerMenuBlock ul.footerMenu > li > ul {
  margin-top: 5px;
}

#footerMenuBlock ul.footerMenu > li > ul > li {
  font-weight: normal;
  font-size: 0.85em;
  margin-bottom: 5px;
}

#footerMenuBlock ul.footerMenu > li > ul > li:last-child {
  font-weight: normal;
  font-size: 0.85em;
  margin-bottom: 2em;
}

@media screen and (min-width: 960px) { /* pc */
  #footerMenuBlock ul.footerMenu > li > ul > li:last-child {
    margin-bottom: 0;
  }
  
}

#footerMenuBlock a {
  color: black;
  text-decoration: none;
}

/* その他r4追加 */
span.pc,
br.pc {
  display: none;
}


@media screen and (min-width: 960px) { /* pc */
  span.pc,
  br.pc {
    display: inline;
  }
}

div.KVBox {
  width: 100%;
  height: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 15%;
}

div.KVBox+h1 {
  margin-top: 0;
}

div.KVBox.news {
  background-image: url(/img/index/topcontents/news.jpg);
}

div.KVBox.press {
  background-image: url(/img/index/topcontents/press.jpg);
}

ul.newsList li{
  margin-bottom: 1em;
}

/* アコーディオン */
div.moreBox{
  display: none;
}

input.moreCheck{
  display: none;
}

input.moreCheck:checked+div.moreBox{
  display: block;
}

input.moreCheck:checked~label.openLabel{
  display: none;
}

label.openLabel, label.closeLabel {
  font-weight: bold;
  /* color: white;
  background-color: #006699; */
  color: #006699;
  border: 1px solid #006699;
  /* border-radius: 1em; */
  padding: 2px 10px;
  display: block;
  text-align: center;
}

/* アコーディオン用CSS ここまで */

/* カードレイアウト用CSS */

.cardBox {
  width: 100%;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .5);
	box-sizing: border-box;
	border: 2px solid #006699;
  margin-bottom: 2em;
}

.cardBox .cardcol2Wrap {
  display: block;
}

.cardBox  .imageBox, 
.cardBox  .overviewBox {
  position: relative;
}

.cardBox  .imageBox {
  width: 100%;
  margin: auto;
}

.cardBox  .imageBox.portrait img{
  max-width: 250px;
  width: 100%;
}

.cardBox .imageBox > .caption,
.cardBox .overviewBox > .attachBox {
  position: absolute;
  bottom: 0;
}

.cardBox .imageBox > .cardImgCaption {
  background-color: #006699;
  color: white;
  font-size: 1.2em;
  font-weight: bold;
  width: 100%;
  margin: 0;
  padding: 0.5em;
  padding-top: calc(0.5em + 2px);
}

.cardBox .cardTitleBox {
  font-weight: bold;
  text-decoration: underline;
  font-size: 1.2em;
  padding-top: 1.2em;
  padding-left: 1em;
}

#contentsArea .cardBox p,
#contentsArea .cardBox div.cardContent {
  margin: 1.5em;
}

@media screen and (min-width: 960px) { /* pc */
  .cardBox  .imageBox {
    max-width: 400px;
  }

  .cardBox  .imageBox.imageBox.portrait {
    max-width: 250px;
    margin: 0;
  }

  .cardBox  .imageBox img{
    width: 100%;
  }

  .cardBox .cardcol2Wrap {
    display: flex;
  }
}
/* カードレイアウト用CSS ここまで */

/* NEWS用リストレイアウト */
.newsList li{
  list-style: none;
}

/* .newsList li div {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	width: 100%;
} */

.newsList .news-date {
	font-size: 0.85em;
}

.newsList .news-txt {
	height: auto;
	padding : 0 0 0 1.4em;
	margin: 0;
	display: block;
	position: relative;
}

.newsList .news-txt::before {
	content: '';
	display: block;
	background-color: #006699;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 1em;
	height: 2px;
	margin-top: -1px;
}


/* r4追加　ここまで */

#footerNavBlock {
	background-color: #DEEBF7;
  text-align: center;
  padding : 0.5em 0 1em 0;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 960px) { /* pc */
  #footerNavBlock {
    width: 980px;
  }
  
}

#contentsArea #footerNavBlock ul {
  list-style-type: none;
  width: 980px;
	margin: 0 auto;
}

#footerNavBlock ul#list_footerNav li {
  padding-right : 15px;
  padding-left: 20px;
  vertical-align: middle;
	display: inline-block;
}

#footerNavBlock ul#list_footerNav li a:focus{
	outline-color: rgba(256, 256, 256, .85);
}

#footerNavBlock ul.bullet02 li{
  position: relative;
}

#footerNavBlock ul.bullet02 li::before {
  content: '';
  position: absolute;
	left: 5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2218%22%20viewBox%3D%220%200%2010%2018%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Ebullet%3C%2Ftitle%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22logo%22%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%221%200%200%200%204%204.5%200%209%201%209%205%204.5%201%200%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  height: 10px;
  width: 5px;
}

#footerNavBlock a {
  color : black;
}

#footerNavBlock ul {
  display: flex;
	align-items: center;
	justify-content: flex-start;
  text-align: right;
}

#footerNavBlock ul li {
  align-items: center;
  font-size: 0.9em;
  padding: 0 0 0 20px;
  position: relative;
}
#footerNavBlock ul li:before {
	position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: " ";
  vertical-align: middle;
  left: 12px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #006699;
}

#copyrightBlock {
  background: #DEEBF7;
  color: black;
  margin : 0 auto;
  text-align : left;
  width: 100%;
  padding: 0 1em;
}

@media screen and (min-width: 960px) { /* pc */
  #copyrightBlock {
    width: 980px;
    padding: 0;
  }
}


#copyrightBlock .footerSign {
  font-weight: bold;
  font-size: 1em;
}

#copyrightBlock > p {
  font-size: 0.85em;
}

#copyrightBlock address {
  font-style: normal;
  margin-right: auto;
  margin-left: auto;
}

#copyrightBlock address .footer_logo_j{
	width: 116px;
	display: inline-block;
  vertical-align: middle;
	margin: 0 16px;
	padding-bottom: 8px;
}

#copyrightBlock address .footer_logo_e{
	width: 191px;
	display: inline-block;
  vertical-align: middle;
	padding-bottom: 8px;
}

#copyrightBlock address .address{
	display: block;
	padding: 0 0 8px;
}

#copyrightBlock address .tel{
	display: inline-block;
	margin: 0 16px;
}

#copyrightBlock em {
  padding-right : 20px;
}

#copyrightBlock p#txt_copyright {
  font-size: 0.9em;
}

#footerBannerBlock{
  padding-bottom: 30px;
}

#footerBannerBlock ul {
  margin:0 auto;
  text-align:center;
  width:820px;
}

#footerBannerBlock li {
  margin:0 15px ;
  display: inline;
}

/*-----------------------------------------------------
2Column
-------------------------------------------------------*/

#contentsArea .col2{
  padding:0 15px;
}
.col2 #mainContentsBlock{
  width:100%;
  margin-right:-224px;
  overflow:hidden;
  z-index:1;
  float:left;
  clear:both;
}

.col2 #mainContents{
  margin:0 263px 40px 0;
  clear:both;
}

.col2 #subContentsBlock{
  float:left;
  width:224px;
  z-index:2;
  margin:0 0 0 0;
}