/* +++++++++++++++++++++++++++++++++++++++++++++++

- header
- section
	+ info
	+ free-space
	+ bbs
- footer

+++++++++++++++++++++++++++++++++++++++++++++++ */

body {
	text-align: center;
	font-size: 14px;
}
.txt-center {
	text-align: center;
}
.txt-left {
	text-align: left;
}
.txt-right {
	text-align: right;
}
.txt-bold {
	font-weight: 700;
}
.txt-red {
	color: #ff0000;
}
.txt-small {
	font-size: 10px;
}
.dis-pc-none {
	display: none;
}
iframe {
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: none;
}
body h1 {
    text-align: right;
    color: #333;
    height: 1.5em;
    font-size: 0.6em;
    font-weight: 300;
    padding-top: 2px;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    min-width: 600px;
    z-index: 99999;
    background: #eee;
    margin-top: 0;
}
#content-wrapper h3 {
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-align: center;
}
h4,h5 {
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#info-wrapper p, #bbs-wrapper p {
	padding: 0;
	margin: 0;
	font-size: 12px;
}
.divTable {
	margin-top: 2px;
}
body a{
	color: #0044cc;
	text-decoration: underline;
}
body a:hover {
	color: red;
}
body a:hover img  {
	border: 1px red solid;
}


/* --------------------------------- */
/* サイトのフレーム */
/* --------------------------------- */

header, section, footer {
	width: 840px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	clear: both;
}
section {
	padding-top: 20px;
}
footer {
	padding-top: 20px;
}
#content-wrapper {
	width: 673px;
	float: right;
}
.free-space {
	text-align: center;
	margin: 10px auto;
	padding: 10px 0;
}
#banner-wrapper {
	width: 147px;
	float: left;
}

#info-wrapper, .free-space, #bbs-wrapper {
	width: 100%;
}

@media (min-width: 992px){
	.container {
		margin: 0 !important;
		padding: 0 !important;
		width: 673px !important;
	}
}
@media (min-width: 768px){
	.container {
		margin: 0 !important;
		padding: 0 !important;
		width: 673px !important;
	}
}



/* --------------------------------- */
/* header / footer */
/* --------------------------------- */

header table {
	margin-top: 20px;
}
header ul {
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
}
header li {
	display: inline-block;
	border: 1px #eee solid;
	vertical-align: top;
	text-align: center;
	margin-top: 20px;
}
header li:first-child img {
 width:145px ;
 height:60px ;
}
header li:nth-child(2) {
	margin-left: 10px;
	margin-right: 10px;
}
header li h2 {
	margin: 0;
	padding: 0px;
}
header li h2 a, header li h2 a:hover {
	text-decoration: none;
}
header table .w82 {
	width: 82px;
}
header table .w733 {
	width: 733px;
	text-align: left;
}
header .exchange {
	background : #ccffff;
	font-weight: 700;
}
header li:nth-child(3), header iframe {
	 width: 468px;
	 height: 60px;
}
footer {
	font-size: 12px;
	line-height: 1.5em;
}

footer #copyright {
    text-align: center;
    color: #333;
    height: 2em;
    font-size: 1em;
    font-weight: 300;
    width: 100%;
    min-width: 840px;
    margin-top: 20px;
}


/* ENGLISH・天気・為替・送金 */
div.headerTable {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.divTable.headerTable .divTableCell, .divTable.headerTable .divTableHead {
  padding: 5px 4px;
}
.divTable.headerTable .divTableBody .divTableCell {
  font-size: 13px;
}
.headerTable .tableFootStyle {
  font-size: 14px;
}

/* --------------------------------- */
/* 左の小さいバナー */
/* --------------------------------- */
#banner-wrapper ul {
	list-style-type: none;
}
#banner-wrapper ul, #banner-wrapper li {
	margin: 0;
	padding: 0;
}
.sbn-img{
	border: #ccc solid 1px;
}
#banner-wrapper h3 {
	background-color: #ff0000;
	color: #fff;
	font-size: 14px;
	padding: 2px ;
	margin-bottom: 0;
}
#banner-wrapper #links_canada {
	background-color: #FFFFDD;
	padding: 5px;
	margin : 0;
	border: #eee 1px solid;
}
#banner-wrapper .autoplay1 button.slick-prev, #banner-wrapper .autoplay1 button.slick-next {
	display: none !important;
}
#banner-wrapper .autoplay2 button.slick-prev, #banner-wrapper .autoplay2 button.slick-next {
	display: none !important;
}

/* --------------------------------- */
/* TABLE border color */
/* --------------------------------- */
.tbYellow { border: #daa520 1px solid; padding:3px; }
.tbGreen { border: #00cc33 1px solid; padding:3px; }
.tbBlue { border: #0000ff 1px solid; padding:3px; }
.tbLtBlue { border: #0099ff 1px solid; padding:3px; }
.tbOrange { border: #ff9933 1px solid; padding:3px; }
.tbPink { border: #ff00ff 1px solid; padding:3px; }
.tbStPink { border: #cc3399 1px solid; padding:3px; }
.tbSmBlue { border: #009999 1px solid; padding:3px; }
.tbGray { border: #bebebe 1px solid; padding:3px; }
.tbPurple { border: #990099 1px solid; padding:3px; }
.tbRed { border: #ff0000 1px solid; padding:3px; }
.tbYGreen { border: #33ff66 1px solid; padding:3px; }

.divTable { display: table; }
.divTableRow { display: table-row; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group;}

/* --------------------------------- */
/* お知らせ部分のTABLE */
/* --------------------------------- */
div.info-table {
  width: 100%;
  text-align: left;

}

.divTable.info-table .divTableCell, .divTable.info-table .divTableHead {
  padding: 5px 4px;
}
.divTable.info-table .divTableBody .divTableCell {
  font-size: 13px;
}
.divTable.info-table .divTableCell {
	width: 50%;
}

/* --------------------------------- */
/* 掲示板トピック別　部分のTABLE */
/* --------------------------------- */
div.bbs-table {
  width: 100%;
  text-align: left;
}
div.bbs-table .divTableCell{
	width: 33%;
}
.divTable.bbs-table .divTableCell, .divTable.bbs-table .divTableHead {
  padding: 5px 4px;
}
.divTable.bbs-table .divTableBody .divTableCell {
  font-size: 13px;
}
.bbs-table .tableFootStyle {
  font-size: 14px;
}

#bbs-area {
	margin-top: 15px;
}
.bbs-headline {
	display: block;
	background-color: #000;
	color: #fff;
	padding: 1px 2px;
}
#bbs-contents form {
	margin-bottom: 2px;
}


/* --------------------------------- */
/* 掲示板地域別　部分のTABLE */
/* --------------------------------- */
div.area-table {
  border: 1px solid #000;
  width: 100%;
  height: 200px;
  text-align: center;
  /*border-collapse: collapse;*/
}
.divTable.area-table .divTableCell, .divTable.area-table .divTableHead {
  border: 1px solid #FFFFFF;
  padding: 3px 2px;
}
.divTable.area-table .divTableBody .divTableCell {
  font-size: 13px;
  vertical-align: middle;
}
.divTable.area-table .divTableRow:nth-child(even) {
  background: #DEE0E0;
}
.area-table .tableFootStyle {
  font-size: 14px;
}
.area-table .tbHeader, .area-table .tbHeader a {
	background-color: #000;
	color: white;
}
.area-table .tbHeader a:hover {
	font-weight: 600;
}
.area-table .tbHeader .divTableCell {
	border: 1px #fff solid;
}
/* DivTable.com */
.divTable{ display: table; }
.divTableRow { display: table-row; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group;}


/* --------------------------------- */
/* Jpcanada ロゴ　傾ける */
/* --------------------------------- */
.tilt {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.tilt:hover {
  -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
          border: none;
}
