@charset "UTF-8";

/*****************************
  common.css
  共通設定
*****************************/

/*  外枠
-------------------------- */
#wrapper{
  width:100%;
  margin:0 auto;
}

/*  ヘッダー
-------------------------- */
#header{
  background:url(../img/head/headBack.gif) center no-repeat;
  width:100%;
  height:68px;
}
#header .line{
  position:relative;
  max-width:950px;
  height:65px;
  margin:0 auto;
  padding:3px 0 0 0;
}
#header h1 a{
  position:absolute;
  left:0;
  top:3px;
  display:block;
  background:url(../img/head/logo.svg) left center no-repeat;
  background-size: 319px;
  width:319px;
  height:65px;
  text-indent:-9999px;
}
#header #headInnerMenu{
  position:absolute;
  right:0;
  top:0;
  background:url(../img/head/headBackInner.gif);
  width:522px;
  height:65px;
}
#header #headInnerMenu .line{
  position:relative;
  width:466px;
  height:65px;
  margin:0 0 0 auto;
}
#header #headInnerMenu #teachersPage a{
  position:absolute;
  top:7px;
  left:0;
  display:block;
  background:url(../img/head/teachersPage.gif) 0 0;
  width:145px;
  height:22px;
  text-indent:-9999px;
}
#header #headInnerMenu #teachersPage a:hover{
  background:url(../img/head/teachersPage.gif) 0 -22px;
}
#header #headInnerMenu #headHome a{
  position:absolute;
  top:7px;
  left:150px;
  display:block;
  background:url(../img/head/home.gif) 0 0;
  width:110px;
  height:22px;
  text-indent:-9999px;
}
#header #headInnerMenu #headHome a:hover{
  background:url(../img/head/home.gif) 0 -22px;
}
#header #headInnerMenu #headSearch{
  position:absolute;
  top:7px;
  right:0;
}
#header #headInnerMenu #headSearch input[type="text"]{
  width:157px;
  height:22px;
}
#header #headInnerMenu #innerMenu{
  position:absolute;
  top:35px;
  right:0;
}
#header #headInnerMenu #innerMenu ul:after{
  display:block;
  clear:both;
  height:1px;
  margin-top:-1px;
  content:"";
}
#header #headInnerMenu #innerMenu li{
  float:left;
}
#header #headInnerMenu #innerMenu li a{
  display:block;
  text-indent:-9999px;
  height:18px;
}
#header #headInnerMenu #innerMenu li#innerMenuStudent a{
  background:url(../img/head/student.gif) no-repeat left top;
  width:108px;
}
#header #headInnerMenu #innerMenu li#innerMenuStudent a:hover{
  background:url(../img/head/student.gif) no-repeat left -18px;
}
#header #headInnerMenu #innerMenu li#innerMenuContact a{
  background:url(../img/head/contact.gif) 0 0;
  width:80px;
}
#header #headInnerMenu #innerMenu li#innerMenuContact a:hover{
  background:url(../img/head/contact.gif) 0 -18px;
}
#header #headInnerMenu #innerMenu li#innerMenuTopix a{
  background:url(../img/head/topix.gif) 0 0;
  width:105px;
}
#header #headInnerMenu #innerMenu li#innerMenuTopix a:hover{
  background:url(../img/head/topix.gif) 0 -18px;
}
#header #headInnerMenu #innerMenu li#innerMenuEnglish a{
  background:url(../img/head/english.gif) 0 0;
  width:73px;
}
#header #headInnerMenu #innerMenu li#innerMenuEnglish a:hover{
  background:url(../img/head/english.gif) 0 -18px;
}
#header #headInnerMenu #innerMenu li#innerMenuSiteMap a{
  background:url(../img/head/siteMap.gif) 0 0;
  width:99px;
}
#header #headInnerMenu #innerMenu li#innerMenuSiteMap a:hover{
  background:url(../img/head/siteMap.gif) 0 -18px;
}

/*  メニュー
-------------------------- */
#headMenu{
  background:url(../img/head/menu/menuBack.png);
  width:100%;
  height:44px;
}
#headMenu .line{
  max-width:950px;
  height:44px;
  margin:0 auto;
}
#headMenu ul:after{
  display:block;
  clear:both;
  height:1px;
  margin-top:-1px;
  content:"";
}
#headMenu li{
  float:left;
  position: relative;
  background:url(../img/head/menu/menuBack.png);
}
#headMenu li .menu_link{
  display: block;
  height: 44px;
  color: #666;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  line-height: 43px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  background: url(../img/head/menu/sankaku.png) right 4px bottom 7px no-repeat;
}
#headMenu li .menu_link:before{
  content: "";
  width: 2px;
  height: 40px;
  background: linear-gradient(to right,#ccc 0%,#ccc 50%,#fff 50%,#fff 100%);
  position: absolute;
  left: 0;
  top: 1px;
}
#headMenu li:last-child .menu_link:after{
  content: "";
  width: 2px;
  height: 40px;
  border-right: solid 1px #ccc;
  position: absolute;
  right: 0;
  top: 1px;
}
#headMenu li .menu_link:hover{
  color: #fff;
  background: #255D8A url(../img/head/menu/sankaku_hover.png) right 4px bottom 7px no-repeat;
}
#headMenu li .menu_link:hover:before,
#headMenu li .menu_link:hover:after{
  content: none;
}
#headMenu #headMenu01 a{
  width:115px;
}
#headMenu #headMenu02 a{
  width:115px;
}
#headMenu #headMenu03 a{
  width:115px;
}
#headMenu #headMenu04 a{
  width:150px;
}
#headMenu #headMenu05 a{
  width:135px;
}
#headMenu #headMenu06 a{
  width:190px;
    line-height: 19px;
    padding: 4px 0 0 0;
}
#headMenu #headMenu07 a{
  width:130px;
}

/*  フッター
-------------------------- */
#footer{
  width:100%;
}
#footer .line{
  max-width:950px;
  margin:0 auto;
}
#footer #footContents .line{
  max-width:950px;
  margin:0 auto;
  overflow: hidden;
}
/* フッターメニュー */
#footer #footMenu{
  background:url(../img/foot/footMenuBack.png);
  width:100%;
  height:30px;
}
#footer #footMenu ul:after{
  display:block;
  clear:both;
  height:1px;
  margin-top:-1px;
  content:"";
}
#footer #footMenu li{
  float:left;
}
#footer #footMenu li a{
  display:block;
  width:159px;
  height:30px;
  margin:0 0 0 4px;
  text-indent:-9999px;
}
#footer #footMenu li:first-child a{
  width:134px;
  margin:0;
}
#footer #footMenu li#footMenu01 a{
  background:url(../img/foot/footMenu.png) 0 0;
}
#footer #footMenu li#footMenu01.select a{
  background:url(../img/foot/footMenu.png) 0 -30px;
}
#footer #footMenu li#footMenu02 a{
  background:url(../img/foot/footMenu.png) -134px 0;
}
#footer #footMenu li#footMenu02.select a{
  background:url(../img/foot/footMenu.png) -134px -30px;
}
#footer #footMenu li#footMenu03 a{
  background:url(../img/foot/footMenu.png) -293px 0;
}
#footer #footMenu li#footMenu03.select a{
  background:url(../img/foot/footMenu.png) -293px -30px;
}
#footer #footMenu li#footMenu04 a{
  background:url(../img/foot/footMenu.png) -452px 0;
}
#footer #footMenu li#footMenu04.select a{
  background:url(../img/foot/footMenu.png) -452px -30px;
}
#footer #footMenu li#footMenu05 a{
  background:url(../img/foot/footMenu.png) -611px 0;
}
#footer #footMenu li#footMenu05.select a{
  background:url(../img/foot/footMenu.png) -611px -30px;
}
#footer #footMenu li#footMenu06 a{
  background:url(../img/foot/footMenu.png) -770px 0;
}
#footer #footMenu li#footMenu06.select a{
  background:url(../img/foot/footMenu.png) -770px -30px;
}
/* フッターコンテンツ(切り替わるところ) */
#footer #footContents{
  background:#ffffff;
  border-top: 1px solid #CECECE;
  border-bottom: 1px solid #CECECE;
  width:100%;
  height:110px;
}
#footer #footContents .line:after{
  display:block;
  clear:both;
  height:1px;
  margin-top:-1px;
  content:"";
}
#footer #footContents #footLeft{
  float:left;
  width:200px;
}
#footer #footContents #footLeft #footInfo {
  margin: 0 0 0 5px;
  padding: 12px 0 0 0;
}
#footer #footContents #footLogo a{
  display: block;
  background: url(../img/head/logo.svg);
  background-size: 195px;
  margin: 0 auto 10px;
  padding: 10px 0 10px 0;
  text-indent: -9999px;
}
#footer #footContents #footContact a{
  display: block;
  width: 160px;
  height: 30px;
  line-height: 28px;
  margin: 5px auto 0;
  padding: 0 0 0 10px;
  background: #255d8a;
  border: solid 1px #255d8a;
  color: #fff;
  position: relative;
  text-align: center;
  border-radius: 3px;
  box-sizing: border-box;
  text-decoration: none;
}
#footer #footContents #footContact a:before{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #fff;
  left: 15px;
  top: 50%;
  margin-top: -4px;
}
#footer #footContents #footContact a:hover{
  background: #fff;
  color: #255d8a;
}
#footer #footContents #footContact a:hover:before{
  border-left: 6px solid #255d8a;
}
#footer #footContents #footLeft p{
  width:150px;
  margin:0 auto;
  color:#999;
  font-size:0.8em;
  text-align:left;
}
#footer #footContents #footLeft ul{
  width:180px;
  margin:5px auto 0 auto;
}
#footer #footContents #footLeft ul:after{
  display:block;
  clear:both;
  height:1px;
  margin-top:-1px;
  content:"";
}
#footer #footContents #footLeft li{
  float:left;
  background:url(../img/foot/icon.gif) 3px 3px no-repeat;
  margin:0 5px 0 0;
  padding:0 0 0 10px;
  font-size:10px;
}
#footer #footContents #footLeft li a{
  color:#255d8a;
  text-decoration:none;
}
#footer #footContents #footLeft li a:hover{
  color:#999;
}
#footer #footContents #footAddress{
  float:left;
  padding: 24px 0 0 30px;
}
#footer #footContents #footAddress p{
  text-align:left;
  color:#333333;
  font-size:13px;
  letter-spacing:0.5px;
}
#footer #footContents #footRight{
  float:right;
  margin: 19px 20px 0 0;
  padding:10px 0;
}
#footer #footContents #footRight ul li{
  float:left;
  margin:0 0 0 10px;
  border:1px solid #255D8A;
  letter-spacing: 0.5px;
}
#footer #footContents #footRight ul li a{
  display: block;
  background:url(../img/foot/icon.gif) 12% 50% no-repeat;
  padding: 8px 16px 8px 26px;
  text-decoration:none;
  color:#255D8A;
}
#footer #footContents #footRight ul li a:hover{
  background:#255D8A url(../img/foot/icon_white.gif) 12% 50% no-repeat;
  color:#ffffff;
}

#footer #footContents #footRight #footContent02,
#footer #footContents #footRight #footContent03,
#footer #footContents #footRight #footContent04,
#footer #footContents #footRight #footContent05,
#footer #footContents #footRight #footContent06{
  display:none;
}
#footer #footContents #footRight #footContent01:after{
  display:block;
  clear:both;
  height:1px;
  margin-top:-1px;
  content:"";
}
#footer #footContents #footRight .float{
  float:left;
  width:170px;
  margin:0 0 0 10px;
  text-align:left;
}
#footer #footContents #footRight .float2{
  width:100px;
}
#footer #footContents #footRight .float .title{
  background:url(../img/foot/icon.gif) 3px 5px no-repeat;
  padding:0 0 0 10px;
  color:#666;
  font-weight:bold;
}
#footer #footContents #footRight .float .title.margin{
  margin:10px 0 0 0;
}
#footer #footContents #footRight .float ul{
  margin:0 0 10px 0;
}
#footer #footContents #footRight .float li{
  background:url(../img/listdot.png) 0 0 no-repeat;
  margin:0 0 0 10px;
  padding:0 0 5px 10px;
  color:#999;
}
/* コンテンツとコピーライトの間のところ */
#footer #footSub{
  position:relative;
  padding:2px 0 5px 0;
  font-size:0.8em;
  text-align:left;
}
#footer #footSub li{
  display:inline;
  padding:0 1px;
  color:#666;
}
#footer #footSub li a,
#footer #footContents #footRight .float .title a,
#footer #footContents #footRight .float li a{
  color:#666;
  text-decoration:none;
}
#footer #footSub li a:hover,
#footer #footContents #footRight .float .title a:hover,
#footer #footContents #footRight .float li a:hover{
  color:#999;
}
#footer #footSub p{
  position:absolute;
  right:0;
  top:0;
  color:#999;
}
#footer #footContents #footRight .float .title {
  margin-bottom: 3px;
}
#footContent01 .float ul li,
#footContent02 .float ul li,
#footContent03 .float ul li,
#footContent04 .float ul li,
#footContent05 .float ul li,
#footContent06 .float ul li {
  /*margin-bottom: 10px;*/
  padding: 0 0 5px 5px;
  line-height: 1;
}

/* コピーライト */
#footer #copy{
  background:#255d8a;
  padding:5px;
  color:#fff;
  font-size:0.8em;
}

/*  メインコンテンツ
-------------------------- */
#content{
  width: 100%;
  max-width:950px;
  margin:0 auto 10px;
  padding:0 0 10px;
  box-sizing: border-box;
}
#content #inner{
  background:#fff;
  padding:5px 15px;
}
#content #inner:after{
  display:block;
  clear:both;
  height:1px;
  margin-top:-1px;
  content:"";
}
/* パンくず */
#crumb{
  text-align:left;
}
#crumb li{
  display:inline;
  padding:0 5px 0 0;
  color:#999;
  font-size:0.8em;
}
#crumb li a{
  color:#999;
}
#crumb li a:hover{
  color:#ccc;
  text-decoration:none;
}
#sideBar{
  float:left;
  width: 230px;
  padding:5px 0 5px 0;
  background: #F0F0F0;
}
#mainContent{
  float:right;
  width:690px;
  padding:0 0 10px 10px;
  color:#666;
  box-sizing: border-box;
}
#mainContent h3.title{
  clear:both;
  background:url(../img/title.jpg) bottom no-repeat;
  margin:20px 0 10px 0;
  padding:0 0 5px 0;
  text-align:left;
  font-size:16px;
  font-weight:bold;
  max-width: 670px;
}
#mainContent h3.title:first-child{
  margin:0 0 10px 0;
}
#mainContent p,
#mainContent dl{
  text-align:left;
  margin:5px 10px;
}
#mainContent p:first-child{
  margin:5px 0;
}

/* ページ内リンク */
#pageMenu{
  clear: both;
  background:#fff5cc;
  margin:5px 0;
  text-align:left;
}
#pageMenu ul:after{
  display:block;
  clear:both;
  height:1px;
  margin-top:-1px;
  content:"";
}
#pageMenu li{
  float:left;
}
#pageMenu li a{
  display:block;
  width:210px;
  padding:5px;
  color:#d77a37;
  text-decoration:none;
}
#pageMenu li.select{
  display:block;
  background:#ffcc66;
  width:210px;
  padding:5px;
  color:#fff;
  text-decoration:none;
}
#pageMenu li a:hover{
  background:#ffcc66;
  color:#fff;
  text-decoration:none;
}

/* テーブル */
#mainContent table{
  margin:0 10px;
}
table{
  width:650px;
  margin:0 0 10px 0;
  border-collapse:collapse;
}
table thead td{
  color:#255d8a;
  text-align:left;
}
table tr:first-child{
  border-top:1px solid #ccc;
}
table tr{
  border-bottom:1px solid #ccc;
}
*:first-child+html table{
  border-top:1px solid #ccc;
}
*:first-child+html th,
*:first-child+html td{
  border-bottom:1px solid #ccc;
}
table th,
table td{
  padding:5px;
  color:#666;
  vertical-align:middle;
  text-align:left;
}
table th{
  background:#efefef;
  width:80px;
  color:#255d8a;
}
table td a{
  color:#666;
}
table td a:hover{
  color:#999;
  text-decoration:none;
}

/* 文字装飾 */
.bold{
  font-weight:bold;
}
h4.mds{
  background:#EFEFEF;
  margin:10px 20px 5px 20px;
  padding:3px 5px 3px 10px;
  color:#255D8A;
  font-size:14px;
  font-weight:bold;
  text-align:left;
}
h4.mds + p{
  margin:5px 30px 20px 30px!important;
}
#mainContent h2 a:hover,
#mainContent h3 a:hover,
#mainContent p a:hover,
#mainContent ul li a:hover {
  text-decoration: none;
}

#mainContent .pdfIcon {
  margin:0 3px 0 0;
  padding:4px 0 0 0;
}
#mainContent .pdfIcon + a{
  padding:-2px 0 0 0;;
}
.line-through{
  text-decoration:line-through;
}
.red{
  color:#ff0000!important;
}
.pageTop{
  padding: 20px;
}
.pageTop:after{
  display:block;
  clear:both;
  height:1px;
  margin-top:-1px;
  content:"";
}
.pageTop a{
  display:block;
  float:right;
  background:url(../img/pagetop.gif) center no-repeat;
  background-size: 96px;
  width:96px;
  height:12px;
  text-indent:-9999px;
}

@media screen and (min-width: 761px){
.sp,
.menu_sp {
  display: none!important;
}
}

@media screen and (max-width: 760px){
.menu_pc {
  display: none!important;
}
/* ヘッダー */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
  border-top: solid 3px #255d8a;
}
.header .logo {
  width: 195px;
  margin: 8px 0 0 10px;
  float: left;
}
.header .logo a {
  display: block;
  background: url(../img/head/logo.svg) center no-repeat;
  background-size: 195px;
  height: 35px;
  text-indent: -9999px;
}
.header .header_in {
  width: 100%;
  height: 100%;
  background: #255d8a;
  box-sizing: border-box;
  display: none;
  position: fixed;
  text-align: center;
}
.header .header_in .inner {
  overflow: auto;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  padding: 0 0 40px;
}
.header_in > ul {
  padding: 0 0 25px;
  text-align: left;
}
.header_in li a,
.header_in li > span {
  padding: 0 50px 0 25px;
  line-height: 50px;
  color: #fff;
  font-weight: bold;
  box-sizing: border-box;
  display: block;
  background: #2a749e url(../img/menu_arrow1.png) right center no-repeat;
  background-size: 50px;
  border-bottom: solid 1px #ededed;
  text-decoration: none;
  text-align: left;
  position: relative;
}
.header_in li a:after,
.header_in li > span:after,
.header_in .teachers_link a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #fff;
  left: 13px;
  top: 50%;
  margin-top: -4px;
}
.header_in .conditions {
  background: #2a749e url(../img/plus.png) right center no-repeat;
  background-size: 50px;
}
.header_in .conditions_close {
  background: #2a749e url(../img/minus.png) right center no-repeat;
  background-size: 50px;
}
.header_in li ul {
  display: none;
}
.header_in li li a {
  padding: 0 50px 0 54px;
  position: relative;
}
.header_in li li a:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  border-top: solid 1px #fff;
  left: 35px;
  top: 25px;
}
.header_in li li a:after {
  content: none;
}
.header_in .blue a {
  background: #1482c6 url(../img/menu_arrow2.png) right center no-repeat;
  background-size: 50px;
}
.header_in .green a {
  background: #3daa79 url(../img/menu_arrow3.png) right center no-repeat;
  background-size: 50px;
}
.header_in .gray a {
  background: #ededed url(../img/menu_arrow4.png) right center no-repeat;
  background-size: 50px;
  color: #255d8a;
  border-bottom: solid 1px #dfdfdf;
}
.header_in .gray a:after {
  border-left: 6px solid #255d8a;
}
.header_in .teachers_link {
  overflow: hidden;
  padding: 25px 13px 35px;
}
.header_in .teachers_link a {
  line-height: 50px;
  padding: 0 10px 0 25px;
  background: #255d8a;
  color: #fff;
  font-weight: bold;
  width: 48%;
  float: left;
  margin: 0 0 30px;
  border: solid 2px #fff;
  position: relative;
  text-decoration: none;
  box-sizing: border-box;
}
.header_in .teachers_link a:first-of-type {
  margin: 0 4% 30px 0;
}
.header_in .teachers_link input {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 1px;
  vertical-align: middle;
  box-shadow: none;
  box-sizing: border-box;
  border-radius: 0;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", Meiryo, Osaka, "MS PGothic", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  color: #666;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 0;
  background: #fff;
}
.header_in .teachers_link .btn {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 0;
  margin: 0 0 0 5px;
  background: #e6e6e6;
}
.header_menu {
  background: #fff;
  line-height: 1;
  height: 50px;
  position: relative;
  border-bottom: solid 1px #eee;
}
.menu_trigger,
.menu_trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  cursor :pointer;
}
.menu_trigger {
  position: relative;
  width: 50px;
  height: 50px;
  z-index: 2;
  float: right;
  background: #255d8a;
}
.menu_trigger span {
  position: absolute;
  background: #fff;
  width: 25px;
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
}
.menu_trigger span:nth-of-type(1) {
  top: 15px;
}
.menu_trigger span:nth-of-type(2) {
  top: 0;
  bottom: 0;
}
.menu_trigger span:nth-of-type(3) {
  bottom: 16px;
}
.menu_trigger.active {
  background: #fff;
}
.menu_trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
  background: #255d8a;
}
.menu_trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu_trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
  background: #255d8a;
}
#crumb {
  padding: 5px 4%;
}
#crumb li {
  font-size: 11px;
}

#content {
  padding: 53px 0 0;
  margin: 0;
}
#sideBar {
  background: #fff;
  padding: 0;
  width: 100%;
}
#mainContent {
  float: none;
  width: 100%;
  padding: 0 4%;
}
#content #inner {
  padding: 5px 0 0;
}
#content #inner > div {
  width: 100%!important;
  margin: 0;
}
#content #inner > div > h2 {
  width: 100%!important;
  margin: 0 0 20px;
}
.innerMenu {
  padding: 5px 10px;
  margin: 0!important;
  box-sizing: border-box;
}
#footer #footContents {
  padding: 0 4%;
  text-align: center;
  overflow: hidden;
  height: auto;
}
#footer #footContents #footLeft {
  float: none;
  width: 100%;
}
#footer #footContents #footLeft #footInfo {
  margin: 0;
  display: inline-block;
}
#footer #footContents #footLogo a {
  display: inline-block;
  width: 195px;
}
#footer #footContents #footAddress {
  float: none;
  display: inline-block;
  padding: 20px 0;
  text-align: center;
}
#footer #footContents #footRight {
  float: none;
  margin: 0 0 10px;
  padding: 0;
}
#footer #footContents #footRight ul {
  letter-spacing: -.5em;
}
#footer #footContents #footRight ul li {
  float: none;
  display: inline-block;
  margin: 0 5px 10px;
}
#footer #footContents #footRight ul li a {
  background: url(../img/foot/icon.gif) 20px 50% no-repeat;
  padding: 8px 16px 8px 36px;
}
#footer #footSub {
  position: inherit;
  padding: 20px 4%;
}
#footer #footSub ul {
  text-align: center;
}
#footer #footSub p {
  position: inherit;
  text-align: center;
  padding: 10px 0 0;
}
#footer #copy {
  padding: 20px 4%;
}
h4.mds {
  margin: 0 0 10px;
}
#mainContent table {
  width: 100%;
  margin: 0;
}
}