*{margin: 0; padding: 0;}
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: #555;
  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;
}

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