@charset "utf-8";

@import url("reset.css");
@import url("../font/notosansjapanese.css");

html {
  background: #000;
}

body{
  font-weight: 300;
  font-size: 1em;
  color: #333333;
  min-width: 900px;
  margin: auto;
  background: rgb(26,58,117);
  background: linear-gradient(0deg, rgba(26,58,117,1) 0%, rgba(65,127,186,1) 100%);
}
@media screen and (max-width: 640px) { /** forMobile **/
  body {
    font-size: 0.8em;
    padding-top: 53px;
    min-width: inherit;
    background: #000;
  }
}

img {
	border:none;
}

table {
	border-collapse:collapse;
}

iframe {
	display:block;
}

a {
  color:#1F87CF;
}

a:hover {
	text-decoration:none;
  opacity:0.7;
  filter:alpha(opacity=70);
  transition: 0.3s;
}

#headerWrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background:#000;
  z-index:100;
  top: 0px;
  left: 0px;
  overflow:hidden;
  line-height: 1em;
  font-family: 'Noto Sans Japanese', sans-serif;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  #headerWrapper {
    width: 100%;
    margin: auto;
    padding: 0;
    position: static !important;
    overflow: auto !important;
    z-index: 0;
    height: 0;
    border: none;
  }
}

#header {
  overflow: hidden;
  width: 900px;
  margin: auto;
  padding: 5px 0;
  background: url("../img/common/headerBg.jpg") no-repeat right top;
  background-size: contain;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  #header { 
    overflow:visible !important;
    width:100%;
    padding:0 5%;
    position: fixed;
    top: 0px;
    left: 0px;    
    z-index: 9999;
    background: url("../img/common/headerBg.jpg") no-repeat 50px top #000;
    background-size: cover;
    box-sizing: border-box;
  }
}

#logo {
  display: block;
  text-align: center;
  margin: 10px 0 0 0 !important;
  padding: 0 !important;
  border:none !important;
  z-index: 500;
  float: left;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  #logo {
    margin: 0 !important;
    padding:10px 0 !important;
  }
}

#logo img {
  height: 49px;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  #logo img {
    height: 36px;
  }
}

#headerSubMenu {
  float: right;
  overflow: hidden;
  width: 500px;
  text-align: right;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  #headerSubMenu {
    display: none;
  }
}

#headerSubMenu a {
  display: inline-block;
  margin: 0;
  padding: 0 0.5em;
  color: #FFF;
  line-height: 1em;
  font-size: 0.6em;
  font-weight: 200;
  text-decoration: none;
  border-right: 1px solid #777;
}

#headerSubMenu a:first-child {
  border-left: 1px solid #AAAAAA;
}

#headerSubMenu a.langSelect {
  display: block;
  width: 9em;
  margin: 35px 0 0 auto;
  padding: 0;
  border: 0;
  font-size: 0.8em;
  line-height: 1.5em;
  color: #B37400;
  font-weight: 300;
  text-align: right;
}

#toggle {
  display:none;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  #toggle {
    display: block;
    width: 18px;
    height: 15px;
    margin: 0;
    position: fixed;
    cursor: pointer;
    float: none;
    top: 22px;
    left: 90%;
    z-index: 400;
  }
}

#toggle .bar {
	display: inline-block;
	width: 100%;
	height: 3px;
	background-color: #b4b4b5;
	position: absolute;
	left: 0;
	transition: .15s ease-in-out;
  border-radius: 1px;
  z-index: 500;
}
#bar01 {
	top: 0;
}
#bar02 {
	top: 6px;
}
#bar03 {
	top: 12px;
}
.active #bar01 {
	top: 7px;
	transform: rotate(45deg);
}
.active #bar02 {
	width: 0;
}
.active #bar03 {
	top: 7px;
	transform: rotate(-45deg);
}

/*================================================
  #mainMenu
================================================*/


#mainMenuWrapper {
  background: #000;
  width: 100%;
  padding: 8px 0;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  font-family: 'Noto Sans Japanese', sans-serif;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  #mainMenuWrapper {
    border: none;
    padding: 0;
  }
}

#mainMenuWrapper.fixed {
  position: fixed;
  top: 0;
  z-index: 9999;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  #mainMenuWrapper.fixed {
    position: static;
    top: 0;
    width: auto;
    padding: 0;
  }
}

#mainMenu {
  width:900px;
  margin:0 auto;
  padding:0;
  list-style:none;
  display: flex;
  box-sizing: border-box;
  border: 1px solid #444;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  #mainMenu {
    overflow: auto;
    width: 100%;
    height: auto;
    display: none;
    float: none;
    position: fixed;
    top: 53px;
    left: 0;
    text-align: center;
    font-size: 1.2em;
    z-index: 99999;
    padding: 0;
    background: #000;
    -webkit-justify-content: unset;
    justify-content: unset;
  }
}

#mainMenuWrapper .active {
}
@media only screen and (max-width: 640px) { /** forMobile **/
  #mainMenuWrapper.active {

  }
}

#mainMenu li {
  margin:0;
  padding: 0;
  width:100% !important;
  white-space: nowrap;
  line-height: 1em;
  box-sizing: border-box;
  vertical-align: middle;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  #mainMenu li {
    display: block !important;
    float: none;
    width:100% !important;
    margin: 0 !important;
    padding: 0!important;
    border-right: none;
    border-bottom: 1px solid #444;
  }
}

#mainMenu li.langSelect {
  display: none;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  #mainMenu li.langSelect {
    display: block !important;
  }
}

#mainMenu li a {
  color:#FFF;
  text-decoration:none;
  white-space: nowrap;
  display: block;
  text-align: center;
  font-size: 0.8em;
  margin: 0;
  padding: 12px 0;
  font-weight: 200;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(75,75,75,1) 100%);
  border: 1px solid #000;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  #mainMenu li a {
    display:block;
    padding: 15px 20px !important;
    font-size: 0.8em;
  }
}

#mainMenu li a:hover {
  background: rgb(40,40,40);
  background: linear-gradient(0deg, rgba(40,40,40,1) 0%, rgba(103,103,103,1) 100%);
  opacity:1;
  filter:alpha(opacity=100);
}
@media only screen and (max-width: 640px) { /** forMobile **/
  #mainMenu li a:hover {
  }
}

/*================================================
  #wrapper
================================================*/

#wrapper {
  overflow:auto;
  margin:0 auto;
  width: 900px;
  border-left:15px solid #7195AC;
  border-right:15px solid #7195AC;
  background: #FFF;
  font-size: 0.8em;
  line-height: 1em;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  #wrapper {
    width: auto;
    padding: 0;
    border: none;
    font-size: 1em;
  }
}

#contentsWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  padding: 15px 15px 0 15px;
  overflow: hidden;
  margin-top: 20px;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  #contentsWrapper {
    display: block !important;
    padding: 0;
    margin-top: 30px
  }
}

#mainImage {
  margin-bottom: -2px;
}

#mainImage img {
  width: 100%;
}


/*================================================
  h2,h3...
================================================*/


h2 {
  font-family: 'Noto Sans Japanese', sans-serif;
	margin: 0 auto !important;
  padding: 5px 0 5px 0.5em; 
  line-height:1.2em;
  font-size: 2.4em;
  color: #000;
  font-weight: 200;
  max-height: 100%; /** forAndroidChoromeFontSizeHack **/
  border-left: 5px solid #417DBB;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  h2 {
    margin: 0 auto 30px auto !important;
    line-height: 1em;
    font-size: 1.5em;
  }
}

h3 {
  font-family: 'Noto Sans Japanese', sans-serif;
  color: #002063;
  font-weight: 300;
  font-size: 1.4em;
  margin-bottom: 1.5em;
  background: url("../img/common/onePoint04.png") left 0.2em no-repeat;
  background-size: 15px;
  border-bottom: 1px solid #BCBCBC;
  padding: 0 0 0.5em 20px;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  h3 {
    font-size: 1.2em;
    margin-bottom: 1.5em;
  }
}


h4 {
  font-family: 'Noto Sans Japanese', sans-serif;
  color: #417DBB;
  font-weight: 400;
  font-size: 1.3em;
  margin-top: 2em;
  margin-bottom: 1em;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  h4 {
    font-size: 1.1em;
  }
}

h3 + h4 {
  margin-top: 1em;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  h4 {
  }
}




ul.default {
	margin:0.8em 0 0.8em 1.5em;
  padding:0;
}

ul.default > li {
	margin:0.8em 0 ;
	padding:0;
  
}

ul.default > li:first-child {
	margin-top:0;
}

ol.default {
	margin:0.8em 0 0.8em 0em;
  padding:0 0 0 2.3em;
}

ol.default > li {
	margin:0.3em 0;
	padding:0;
}

ol.default >s li:first-child {
	margin-top:0;
}


/*================================================
  table
================================================*/

table.default {
	margin:0;
  border-collapse: collapse;
  border-spacing: 1px;
  border-top: 1px solid #DCDCDC;
  width: 100%;
}

table.default .forMobile {
  display: none;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  table.default .forMobile {
    display: table-cell;
  }
}

table thead th {
  background: #F0ECE1;
  vertical-align: middle;
  text-align: left;
  font-weight: normal;
  padding: 10px 15px;
  border: 1px solid #DDD;
  border-bottom: 3px solid #DDD;
}

table.default tbody th {
  background: #EEE;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
  padding: 10px 25px;
  border: 1px solid #DDDDDD;
  white-space: nowrap;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  table.default tbody th {
    padding:5px;
    white-space: nowrap;
  }
}


table.default tbody td {
  vertical-align: top;
  text-align: left;
  margin: 0;
  padding: 10px 25px;
  background-color: #FFF;
  border: 1px solid #DDDDDD;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  table.default tbody td {
    padding:5px;
    margin:0;

  }
}

table th.subTH {
  background-color:#E6EFFF;
}

table th.center, table td.center {
  text-align:center;
}

table th.num, table td.num {
  text-align:right !important;
}

.tableStyle01 {
  width:auto !important;
}


.tableStyle02 {
  width:100% !important;
}

.tableStyle02 th {
	padding:3px 5px !important;
}

.tableStyle02 td {
	padding:3px 5px !important;
}

.tableWrapper {
  margin: 25px auto;
  padding:0;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  .tableWrapper {
s  }
}

.overTableBg {
  padding-bottom:28px;
  background:url(../img/common/touch-slide.png) no-repeat center bottom;
  background-size:80px 25px;
}


/*================================================
 class
================================================*/

.fontBlack {
	color:#000;
}

.fontBlue {
	color:#002063;
}

.fontRed {
	color:#C00;
}

.fontGreen {
	color:#59c6c6;
}

.fontPink {
	color:#e2006a;
}

.fontGray {
	color:#999;
}

.fontWhite {
	color:#FFF;
}

.small {
  display: inline-block;
	font-size:0.8em;
  line-height: 1.3em;
  margin: 0.2em 0;
}

.big {
	font-size:1.2em;
}

img.round {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

img.block {
	display:block;
}

img.fullSize {
  display: block;
  width: 100%;
}

.mobileBlock {
}
@media only screen and (max-width: 640px) { /** forMobile **/
  .mobileBlock {
    display:block;
   }
}

.mobileNone {
}
@media only screen and (max-width: 640px) { /** forMobile **/
  .mobileNone {
    display:none;
   }
}

.pcBlock {
  display:block;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  .pceBlock {
    display:inline;
   }
}

.pcNone {
  display:none;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  .pcNone {
    display:block;
   }
}

.topicpath {
  background: #000;
  color: #FFF;
  font-weight: 200;
  font-size: 0.8em;
  padding: 8px 10px;
  color: #8C8C8C;
}

.topicpath h1 {
  display: inline;
  font-size: 1em;
  font-weight: 200;
  font-size: 0.9em;
  color: #FFF;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  .topicpath h1 {
  }
}


#contents {
  width: 650px;
  margin: 0 auto auto 20px;
  padding: 0 0 50px 0;
  overflow: hidden;
  line-height: 1.5em;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  #contents {
    width: auto;
    margin: auto;
    line-height: 1.3em;
    padding: 0 5% !important;
  }
}

.section {
  width: 100%;
  margin: 30px auto;
  overflow: hidden;
  line-height:1.5em;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  .section {
  }
}

.section .section {
  width: auto !important;
  margin: 1.5em auto !important;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  .section .section {
  }
}

.section p {
  margin:0.75em 0;
  line-height:1.5em;
}

.section p:first-child {
  margin:0 0 0.5em 0;
}


.section p.center {
  text-align: center;
}

.f-left {
  float:left;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  .f-left {
    float:none;
  }
}

.f-right {
  float:right;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  .f-right {
    float:none;
  }
}
 
 
.left {
  width:48%;
  float:left;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  .left { 
    width: auto;
    float: none;
    margin: auto;
  }
}

.right {
  width:48%;
  float:right;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  .right { 
    width:auto;
    float:none;
    margin: auto;
  }
}


.textRight {
  text-align:right;
}

.textCenter {
  text-align:center !important;
}

.textLeft {
  text-align:left;
}


.button {
  text-align:center;
  margin:3em 0;
}

.button a, .button input {
  background:#417DBB;
  color:#FFF;
  padding:1em 2.5em;
  text-decoration:none;
  white-space:nowrap;
  display:inline-block;
  margin:auto 0.5em;
  line-height:1em;
  border: none;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  .button a, .button input {
    padding:1em 2.5em;
    display:block;
    width: 75%;
    margin:1em auto;
    box-sizing: border-box;
  }
}

.button a:hover, .button input:hover {
  opacity:0.7;
  filter:alpha(opacity=70);
  transition: 0.3s;
}


.hints {
  font-size:0.9em;
  color:#828282;
}

div.notice {
	background-color:#FFEEEE;
	border:1px solid #FFCCCC;
	margin:20px 0;
	padding:10px 20px;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  div.notice {
    font-size:0.8em;
    line-height:1.2em;
    padding:5px 10px;
  }
}


/*================================================
 imgLayout
================================================*/

img.imgStyleRight {
  float:right;
  max-width: 250px;
  margin: 0 0 1em 1em;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  img.imgStyleRight {
    display: block;
    float: none;
    margin: 0 auto 1.5em auto;
    width: 70%;
  }
}

/* PC中央 MOBILE幅100% */
.imgLayout-noriseze-full {
  text-align: center;
  margin: 1em auto;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  .imgLayout-noriseze-full img {
    max-width: 100%;
    display: block;
    margin: auto;
  }
}

/* PC中央 MOBILEスクロール*/
.imgLayout-noriseze-scroll {
  text-align: center;
  margin: 1em auto;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  .imgLayout-noriseze-scroll {
    overflow:auto;
    width:100%;
    text-align: left
    -webkit-overflow-scrolling:touch;
    padding-bottom:28px;
    background:url(../img/common/touch-slide.png) no-repeat center bottom;
    background-size:80px 25px;
  }
}


/* PC100%  MOBILE幅100% */
.imgLayout-full-full {
  text-align: center;
  margin: 1em auto;
  max-width: 100%;
  display: block;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  .imgLayout-full-full {
  }
}


/* PC右配置 MOBILE中央*/
.imgLayout-right-centerfull {
  float: right;
  width: 30%;
  margin: 0 0 15px 3%;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  .imgLayout-right-centerfull {
    float: none;
    width: 100%;
    margin: auto;
    text-align: center;
  }
}
.imgLayout-right-centerfull img {
  max-width: 100%;
  display: block;
  margin: auto;
}

/* PC右配置 MOBILE右配置*/
.imgLayout-right-right {
  float: right;
  width: 30%;
  margin: 0 0 15px 3%;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  .imgLayout-right-right {
  }
}
.imgLayout-right-right img {
  max-width: 100%;
  display: block;
  margin: auto;
}

/* PC左配置 MOBILE中央*/
.imgLayout-left-centerfull {
  float: left;
  width: 30%;
  margin: 0 3% 15px 0;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  .imgLayout-left-centerfull {
    float: none;
    width: 100%;
    margin: auto;
    text-align: center;
  }
}
.imgLayout-left-centerfull img {
  max-width: 100%;
  display: block;
  margin: auto;
}

/* PC左配置 MOBILE左配置*/
.imgLayout-left-left {
  float: left;
  width: 30%;
  margin: 0 3% 15px 0;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  .imgLayout-left-left {
  }
}
.imgLayout-left-left img {
  max-width: 100%;
  display: block;
  margin: auto;
}


.imgLayout-noriseze-full p {
}
@media only screen and (max-width: 640px) { /** forMobile **/
  .imgLayout-noriseze-full p {
    display: block;
    text-align: left;
  }
}




/*================================================
 indexMenuList
================================================*/

.indexMenuList {
  overflow: hidden;
  margin: 0 auto 35px auto;
  padding: 0;
  list-style: none;
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  .indexMenuList {
    padding: 0 5%;
  }
}

.indexMenuList li {
  color: #333333;
  text-decoration: none;
  width: 49%;
  display: block;
  margin: 0 2% 20px 0;
  padding: 0;
  box-sizing: border-box;
  border: 1px solid #DEDEDE;
  background: #EEE;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  .indexMenuList li {
    width: auto !important;
    display: block;
    margin: 0 auto 15px auto;
  }
}
.indexMenuList li:nth-child(even) {
  margin-right: 0;
}

.indexMenuList li a {
  text-decoration: none;
}

.indexMenuList li dl {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1em;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  .indexMenuList li dl{
  }
}

.indexMenuList li dt {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  .indexMenuList li dt {
  }
}

.indexMenuList li dt img {
  width: 100%;
}

.indexMenuList li dd {
  margin: 0;
  padding: 15px 15px 15px 10px !important;
  font-size: 0.9em;
  color: #000;
  background: url("../img/common/onePoint02.png") 98% center no-repeat;
  background-size: 11px auto;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  .indexMenuList li dd {
    padding: 0 0 10px 0;
  }
}

.indexMenuList li:hover {
  opacity:0.7;
  filter:alpha(opacity=70);
  transition: 0.3s;
}

/*================================================
  #sideMenu
================================================*/

#sideMenu {
  width: 200px;
  background: #DDD;
  padding-bottom: 30px;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  #sideMenu {
    width: auto !important;
    background: #DDD;
    padding: 0 5%;
    background: none;
    margin-bottom: 35px;
  }
}

.sideMenuList {
  margin: 0 0 30px 0;
  padding: 0;
  line-height: 1em;
}

.sideMenuList dt {
  margin: 0;
  padding: 0;
  width: 100%;
  display: table;
}

.sideMenuList dt a {
  background: url("../img/common/onePoint03.png") no-repeat 98% center #3E7DBB;
  background-size: 7px;
  display: table-cell;
  box-sizing: border-box;
  width:100% !important;
  padding: 3px;
  color: #FFF;
  vertical-align: middle;
  text-decoration: none;
  font-family: 'Noto Sans Japanese', sans-serif;
  border-bottom: 1px solid #CCC;
}

.sideMenuList dt a img {
  background: #3E7DBB;
  width: 40px;
  vertical-align: middle;
  margin-right: 0.8em;
}

.sideMenuList dd {
  margin: 0;
  padding: 0;
}

.sideMenuList dd a {
  display: block;
  margin: 0;
  padding: 1.5em;
  background: url("../img/common/onePoint01.png") center left no-repeat #EEE;
  background-size: 10px auto;
  border-bottom: 1px solid #CCC;
}

#sideBunnerList {
  margin: 25px 10px;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  #sideBunnerList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
  }
}

#sideBunnerList li {
  margin: 5px 0;
  padding: 0;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  #sideBunnerList li {
    width: 48%;
    margin-right: 4%;
  }
}

#sideBunnerList li:nth-child(even) {
}
@media only screen and (max-width: 640px) { /** forMobile **/
  #sideBunnerList li:nth-child(even) {
    margin-right: 0 !important;
  }
}

#sideBunnerList li img {
  width: 100%;
}

/*================================================
  #footer
================================================*/

#footerWrapper {
  background: url("../img/common/footerBg.jpg") center bottom no-repeat;
  background-size: 100% auto;
  width: 900px;
  margin: auto;
  padding-top: 80px;
  border-left:15px solid #7195AC;
  border-right:15px solid #7195AC;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  #footerWrapper {
    width: auto;
    padding-top: 0;
    background: url("../img/common/footerBg.jpg") right bottom no-repeat;
    background-size: cover;
    border: none;
  }
}


#footer {
  margin: auto;
  padding: 10px 20px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: rgba(0,0,0,0.6);
}
@media only screen and (max-width: 640px) { /** forMobile **/
  #footer {
    width: 100%;
    padding: 30px 5% 20px 5%;
  }
}

#footer dl {
  display: table;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  #footer dl {
    display: block;
  }
}

#footer dt {
  display: table-cell;
  width: 130px;
  vertical-align: middle;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  #footer dt {
    width: 40%;
    display: block;
  }
}

#footer dt img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  #footer dt img {
    margin: auto;
  }
}

#footer dd {
  display: table-cell;
  margin: 0;
  padding: 0 0 0 50px;
  font-size: 0.7em;
  font-weight: 200;
  color: #FFF;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  #footer dd {
    display: none;
  }
}

#footer dd table th {
  text-align: left;
  font-weight: normal;
}

#footer dd table td {
  padding-left: 1em;
}

#footerSubMenu {
  display: none;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  #footerSubMenu {
    display: block;
    text-align: center;
    margin: 15px auto 0 auto
  }
}

#footerSubMenu a {
}
@media only screen and (max-width: 640px) { /** forMobile **/
  #footerSubMenu a {
    display: inline-block;
    margin: 0.3em 0.75em;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    font-size: 0.8em;
  }
}

#copyright {
  font-size: 0.7em;
  font-weight: 200;
  color: #FFF;
  text-align: center;
  padding: 5px;
  background: #000;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  #copyright {
  }
}




#toTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
  z-index:1000;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  #toTop {
    bottom: 10px;
    right: 10px;
  }
}

#toTop a {
	display: block;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  #toTop a {
  }
}

#toTop a img {
	display: block;
  width: 60px;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  #toTop a img {
    width:40px
  }
}

#toTop a:hover {
	top:-2px; position:relative;
}
