/*-------------------------------------------------------------------*/
/*         PC        */
/*-------------------------------------------------------------------*/
/*         ヘルプ画面用 スタイルシート        */
/*-------------------------------------------------------------------*/
table {
  width: 95%;
  margin: auto;
}

/************Classes**************/


.tbl_help1 th{
    border: 0px;
    /*font-size: 12px;*/
    font-weight: normal;
}
.tbl_help1 td {
    border: 0px;
    /*font-size: 12px;*/
    font-weight: normal;
    padding: 5px;
}

.sub_title_header {
  position: relative;
  padding: 20px 0 17px 0;
  border-bottom: 1px dotted #E8EAEC;
  margin-bottom: 30px;
}

.sub_title {
  height:25px;
  line-height:25px;
  padding-left:42px;
  background:url(../../images/sp/sub_title.png) no-repeat;
  color:#4C4C4C;
  font-size:22px;
  font-weight:bold;
  letter-spacing:2pt;
  display: inline-block;
}

.help_head {
  border-bottom: 1px dashed #E3E3E3;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

h3.sub_title_help {
    display: inline-block;
    font-size: 15px;
    letter-spacing: 2pt;
    line-height: 20px;
    margin: 0 10px;
    text-indent: 1em;
}


.msg {
  font-size: 1.2em;
  margin-left: 20px;
}

li.indent{
    text-indent: 1em;

}
.submit_area {
  margin-top: 20px;
  text-align: center;
}

.adv1, .adv2, .adv3, .adv4 {
  padding-left: 40px;
  padding-right: 40px;
}

/************End Classes**************/
#top {
    border-bottom: 1px dotted #E8EAEC;
    padding-bottom: 17px;
    margin-bottom: 17px;
}

#content {
  padding: 0;
  width: 980px;
}

#main {
  /*margin-left: 200px;*/
  padding: 30px 30px 100px 30px;
  background:#FFFFFF;
}

#table1 th.col1 {
    width: 173px;
}
z

