*{margin: 0; padding: 0; list-style: none;}
body{
  background: #f6f6f6;
  margin:0;
  font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "‚l‚r ƒSƒVƒbƒN", "MS Gothic", Osaka, sans-serif;
  text-align:center;
  color: #000;
  font-size:18px;
  line-height: 2;
}
a{color: #e0224b;}
img{border: 0;}
#wrap{
  background: #ffffff;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}
#header{
  padding: 10px 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
}
#header h1{
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  color: #e51f1f;
}
#main{
  margin: 0 auto;
}
#main .cont{
  text-align: left;
  margin: 30px auto;
  max-width: 480px;
  padding: 0 10px;
}
#main .cont .comm {
}

#main .cont .comm .opentext {
color:#E2070B;
font-weight: bold;
}
#main .company {
text-align: right;
}

#main .cont .date{
  color: #e0224b;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #e1e1e1;
}
#main p img{
  border: 1px solid #e1e1e1;
}

#main .update {
font-size: 14px;
}

#main span{color: red;}


#main .chargeTable{
  margin: 0 auto;
  max-width: 480px;
}

#main .chargeTable h3{
  text-align: left;
  font-size: 15px;
  margin: 15px 0 5px;
  padding-left: 10px;
  font-weight: bold;
  border-left: 5px solid #1B5289;
}

#main .charge_table{
  width: 100%;
  font-size: 13px;
}
#main .charge_table, #main .charge_table th, #main .charge_table td {
  border: 1px solid #e1e1e1;
}

#main .charge_table tr th{
  background: #f0f0f0;
  color: #666666;
}
#main .charge_table .course th{
  padding: 8px 0;
}

#main .charge_table tr td{
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  padding: 10px 0;
}
#main .charge_table tr td span{
  display: block;
  font-size: 11px;
  font-weight: normal;
  color: #000;
}

#main .chargeTable ul{
  text-align: left;
  margin-top: 10px;
}

#main .chargeTable ul li{
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 5px;
  text-align: center;
  border: 1px solid #e1e1e1;
  background: #f0f0f0;
  color: #666666;
  font-size: 12px;
  font-weight: bold;
  border-radius: 5px;
}

/*iphone*/
@media screen and (max-device-width: 480px){
  #main p img{width: 310px;}
}
#footer{
  padding: 10px 5px;
}
#footer .copyright{font-size: 11px;}
.red {color:#ff0000;}