@charset "utf-8"; 
@media print, screen and (min-width: 751px) {
  #mainContents .contents > div{
    padding-top: 60px;
  }
  #mainContents .contents > div:first-child{
    padding-top: 0;
  }
  #application h3 {
    padding: 10px;
    color: #000000;
    text-align: center;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
  }
  #oneslef h3 {
    background-color: #FFCCCC;
  }
  #agent h3 {
    background-color: #FFFFCC;
  }
  #application ul  {
    margin-left: 10px;
    padding-left: 20px;
    margin-top: 10px;
    padding-right: 10px;
    color: #5c5c5c;
  }
  #application li  {
    list-style-type: disc;
    line-height: 1.8;
  }
  #application #oneslef,#application #agent{
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
    padding-bottom: 20px;
    margin-top: 20px;
    font-size: 0.85em;
  }
  #application #agent p {
    padding-right: 15px;
    padding-left: 15px;
  }
  #application p.clear {
    padding-top: 20px;
    font-size: 0.85em;
  }
  #textArea td {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    padding: 10px;
  }
  #textArea a,#dimensionArea a {
    background-image: url(/welfare/commons/img/pdf_icon.gif);
    background-repeat: no-repeat;
    background-position: left 3px;
    padding-left: 25px;
    display: block;
    font-size: 0.85em;
  }
  #dimensionArea table {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCCCCC;
    margin-top: 10px;
  }
  #dimensionArea th {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #CCCCCC;
    padding: 10px;
    font-size: 0.85em;
    width: 25%;
  }
  #dimensionArea td {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    padding: 10px;
  }
  #dimensionArea .oddLine {
    background-color: #EEEEEE;
  }
}
@media only screen and (max-width: 750px) {
  #application h3 {
    padding: 10px;
    color: #000000;
    text-align: center;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
  }
  #oneslef h3 {
    background-color: #FFCCCC;
  }
  #agent h3 {
    background-color: #FFFFCC;
  }
  #application ul {
    margin-left: 10px;
    padding-left: 20px;
    margin-top: 10px;
    padding-right: 10px;
  }
  #application li {
    list-style-type: disc;
    line-height: 1.8;
  }
  #application #oneslef,
  #application #agent {
    border: 1px solid #CCCCCC;
    padding-bottom: 20px;
    margin-top: 20px;
    font-size: 0.85em;
  }
  #application #agent p {
    padding-right: 15px;
    padding-left: 15px;
  }
  #application p.clear {
    padding-top: 20px;
    font-size: 0.85em;
  }
  #textArea td {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    padding: 10px;
  }
  #textArea a,
  #dimensionArea a {
    background-image: url(/welfare/commons/img/pdf_icon.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    display: block;
    font-size: 0.85em;
  }
  #dimensionArea table {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCCCCC;
    margin-top: 10px;
    width: 100%;
  }
  #dimensionArea th {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #CCCCCC;
    padding: 10px;
    font-size: 0.85em;
    width: 25%;
  }
  #dimensionArea td {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    padding: 10px;
  }
  #dimensionArea .oddLine {
    background-color: #EEEEEE;
  }
}