@charset "utf-8";

.slideMenu {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #efefed;
  text-align: center;
  overflow: auto;
}

.slideMenu ul {
  margin: 0 auto 50px;
  border-bottom: 1px solid #999;
}

.slideMenu ul li {
  box-sizing: border-box;
  border-top: 1px solid #999;
  border-bottom: 1px solid #eee;
  text-align: left;
}

.slideMenu ul li.first {
  box-sizing: border-box;
  background: none;
  border-top: 3px solid #000000;
  border-bottom: 1px solid #999;
  padding: 15px 10px;
  letter-spacing: -.4em;
  width: 100%;
}

.slideMenu ul li.second {
  box-sizing: border-box;
  border-top: none;
  border-bottom: 1px solid #eee;
}

.slideMenu ul li a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 15px;
  text-decoration: none;
  color: #333;
  font-size: 17px;
  font-weight: bold;
}

.slideMenu ul li.first a {
  padding: 0;
  display: inline;
  width: auto;
}

.slideMenu ul li a:hover {
  background: #95cb23;
  color: #fff;
}

.slideMenu ul li.first a:hover {
  background: none;
}

.shade {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: #333;
  background-color: rgba(0,0,0,.7);
}

.headerClass, .btnBox, .slideMenu, #side h2.sp img, .pcnon {
	display: none;
}

.tableLeft {
  float: left;
  width: auto;
  border-right: none;
}
.tableLeft th, .tableLeft td {
  border-right: none !important;
}
.tableRight {
  float: left;
  width: 92%;
}
.tableClear {
  clear: left;
}

  /*-------------*/
  .pc{
	  display:block;
  }
  .sp{
	  display:none;
  }
    /*-------------*/


@media screen and (max-width: 415px) {

  /* reset css */

  body {
	font-size: 100%;
  }

  ul, ol, dl {
	margin: 0;
  }
  /*-------------*/
  .sp{
	  display:block;
  }
  .pc{
	  display:none;
  }
    /*-------------*/
  /* responsive css */

  #header {
	box-sizing: border-box;
	background: none;
	border-bottom: 1px solid #999;
	padding: 15px 10px;
	letter-spacing: -.4em;
	width: 100%;
  }
  
  .headerClass, .btnBox, .slideMenu, #side h2.sp img, .pcnon {
    display: block;
  }
  
  #side h2.sp img {
    width: 100%;
	height: auto;
  }
  
  .headerClass {
	display: inline-block;
	vertical-align: bottom;
	letter-spacing: normal;
	width: 50%;
	text-align: left;
  }
  
  .btnBox {
	display: inline-block;
	vertical-align: bottom;
	letter-spacing: normal;
	width: 50%;
	text-align: right;
  }
  
  #headerId, #naviGlobal, #headerMain, #side h2.pc img, #sideNavi-1, .spnon {
	display: none;
  }

  #content h1 {
	padding-right: 5px;
  }

  #content h1.mb {
	margin-bottom: 20px;
  }

  #content #topicpath li {
	white-space: normal; 
  }
	
  #headerInner {
	width: 100%;
	box-sizing: border-box;  
  }
  
  #container, #footer {
	box-sizing: border-box;  
	width: 100%;  
  }
  
  #container {
	background: none;
	margin-top: 15px;
  }
  
  #content {
	margin: 0 auto 50px;
	padding: 0 10px;
	width: 100%;
	float: none;
	box-sizing: border-box;
  }

  #side {
	width: 100%;
	float: none;
	box-sizing: border-box;
	margin: 0 auto 30px;
	padding: 0 10px;
  }
  
  #sideNavi {
	margin-left: 0;
  }

  #sideNavi ul ul {
	margin-left: 0;
  }
  
  #sideNavi li.end {
	border-bottom: 1px dotted #dcddd5;
  }
  
  #sideNavi a, #sideNavi span {
	padding: 20px 20px 20px 0;
	background: url(../images/side_navi_icon_sp.gif) 98% center no-repeat;
  }
  
  #sideNavi li li a {
	background-position: 98% center; 
	padding-left: 1em;
  }

  #contentInner {
	padding: 0;
  }

  #content h2 {
	margin: 20px auto;
  }
  
  #anchorTop {
	box-sizing: border-box;
	margin: 0 10px 50px;
	width: auto;
  }
  
  #footer {
	padding: 0 10px;
  }
  
  #footerAddress {
	border-top: 5px solid #111;
	padding: 25px 0 0;
	float: none;
	margin-bottom: 20px;
  }
  
  #footerCopyright {
	float: none;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
  }

  #footer p {
	margin: 0 0 8px;
	line-height: 1.4;
  }

  .copyright {
	font-weight: bold;
  }

  .table-wrap {
	display: block;
	overflow-x: scroll;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	border-right: 10px solid #ddd;
   margin-top: 20px;
  }
  
  .table-wrap table, .tableLeft {
    margin-top: 0 !important;
  }
  
  .tableLeft.smt20 {
    margin-top: 20px !important;
    width: 89px !important;
  }
  
  .tableLeft.mt20 #thHeight {
    height: 53px !important;
  }

  .tableRight {
	-webkit-text-size-adjust: none;
  }

  /* mod_box.css reset */

.colL, .colR, .column11 .colL, .column11 .colR, .book .colL, .book .colR, .profile .colL, .profile .colR, .profile .colR.small {
	width: auto;
	float: none;
  }
.colL, .colR{
	width: auto;
	float: none;
	text-align:center;
	margin:auto;
  }
  
  /* mod_list.css reset */

  #content ul.listLink li {
	margin: 0 auto 10px;
  }

  #content ul.listLink li {
	background-position: 0 center;
  }

  /* mod_table.css reset */

  table.tblDate th {
	width: 35%;
  }

  table.tblDate td {
	width: 65%;
  }
  
.spmt20{
	margin-top:20px !important;
}
}
