
@media (min-width: 800px) {
  .page-header {
    padding: 10px 10px 10px 5px;
    background-color:#ffe4e1;
  }
  .page-cover {
    display: table;
    width: 100%;
    background-color:#ffffff;
  }
  .main-column {
    display: table-cell;
    background-color:#ffffff;
  }
  .side-column {
    display: table-cell;
    width: 30%;
    background-color:#ffffff;
  }

  .page-footer {
    display: table;
    width: 100%;
    background-color:#ffe4e1;
  }
  .footer-first {
    display: table-cell;
    background-color:#ffe4e1;
    padding: 10px 10px 10px 10px;
  }
  .footer-second {
    display: table-cell;
    width: 50%;
    background-color:#ffe4e1;
    padding: 10px 10px 10px 10px;
  }

}

* { margin: 0; padding: 0; }

.pheader-sptcmt {
  margin: 0px 20px 10px 20px;
  padding: 10px 10px 10px 10px;
  background-color:#eeeeee;
}

.pic-column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.pmove_top {
  clear: both;
  width: 100%;
  background-color:#ffdddd;
}
.plist {
  clear: both;
  width: 100%;
}
.pmove_btm {
  clear: both;
  width: 100%;
}
.clearboth {
  clear: both;
}

a {
  text-decoration: none;
}
dd {
  padding:0px 0px 0px 40px;
}

.bar_menu {
  padding: 0px 4px 0px 4px;
  background-image: url("../spic/bg_menubar2.png"); 
  height:20px; 
  color: #000000; 
  text-decoration: none;
  font-size: smaller;
}
.bar_menu_r {
  padding: 0px 4px 0px 4px;
  background-image: url("../spic/bg_menubar2.png"); 
  height:20px; 
  color: #000000; 
  text-decoration: none;
  text-align: right; 
  font-size: smaller;
}
.bar_title {
  padding: 0px 4px 0px 4px;
  background-image: url("../spic/bg_titlebar3.png"); 
  height:24px; 
  color: #000000; 
  text-decoration: none;
  text-align: left; 
}

.cmt-leftbox {
  padding: 4px 10px 4px 10px;
  background-color: #eeeeee;
}

.show-spttree {
  padding: 4px 20px 4px 20px;
}

.copy-right {
  width: 100%;
  text-align: center;
  background-color:#ffe4e1;
}
