@charset "UTF-8";
/*reset*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, th, td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

fieldset, img {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

img {
  margin: 0px;
  padding: 0px;
  border: none;
}

br {
  letter-spacing: 0;
}

/*ie6の改行のバグをなくす*/
img {
  /*vertical-align:bottom*/
}

/*tableの画像の隙間をなくす*/
/*clearfix*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
  clear: both;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

body {
  background: #ede5d8;
  overflow-x: hidden;
}

.wapper {
  width: 657px;
  background: #ede5d8;
  padding-bottom: 20px;
}
.wapper .castphoto {
  display: block;
  margin-bottom: 20px;
}
.wapper .h_profile {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
.wapper .h_comment {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
.wapper p {
  color: #333;
  font-size: 16px;
  line-height: 1.5em;
  padding: 0 20px;
}
.wapper p.proftext {
  font-size: 14px;
  color: #666;
  margin-bottom: 30px;
}
