@charset "utf-8";
body {
  background-color: #fefefe;
  font-family: Helvetica,'Meiryo','メイリオ',sans-serif;
  font-size: 16px;
  color: #152197;
  overflow: hidden;
}
#container {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  border: 1px solid #b19582;
  box-shadow: 1px 1px 10px #aaa;
}

/* ====================== */
/* ===== ■ main ■ ===== */
/* ====================== */
#main {
  margin: 0 auto 20px;
}
.p_box1 {
  width: 60%;
  max-width: 322px;
  margin: 10px auto 0px;
  border-bottom: 2px solid rgba(128,0,0,0.3);
}
.tt-sakuhin {
  width: 100%;
}

/* ============================== */
/* ====== ■ 写真本体 ■ ======== */
/* ============================== */
#p_box2 {
  width: calc(100% - 20px);
  max-width: 850px;
  border: 5px solid #777;
  margin: 10px auto 0;
}
.picture {
  width: 100%;			/* ASPECT比を維持して自動縮小 */
  vertical-align: bottom;	/* 写真下端の隙間除去 */
}

/* ===================================== */
/* ====== ■ タイトル･氏名等 ■ ======== */
/* ===================================== */
.p_box3 {
  width: fit-content;
  margin: 10px auto 20px;
  padding: 8px 40px 6px 40px;
  background-color: #fffdfb;
  border: 1px solid #333;
  box-shadow: 1px 1px 6px gray;
  border-radius: 6px;
}
.p_title {	/* タイトル */
  font-size: 22px;
  font-weight: 700;
  color: #00006f;
  font-family: "游明朝 Demibold",serif;
  text-align: center;
  margin-top: 2px;
}
.p_author {	/* 会員番号･作者名BOX */
  width: fit-content;
  font-size: 18px;
  font-weight: 700;
  color: #00006f;
  margin: 8px auto 0;
  padding-right: 6px;
  display: flex;
}
.m_number {	/* 会員番号 */
  font-size: 16px;
  flex-basis: fit-content;
  align-self: flex-end;
}
.m_name {	/* 作者名 */
  flex-basis: fit-content;
  font-family: "游明朝 Demibold",serif;
  margin-left: 15px;
}
.p_info0 {		/* width 左右20px余白 */
  width: fit-content;
  max-width: calc(100% - 40px);
  font-size: 18px;
  color: #00006f;
  margin: 10px auto 15px;
  text-indent: 18px;
  line-height: 22px;
}
.p_info1 {		/* width 70%枠 ●1行19文字まで、短文向き */
  width: 70%;
  max-width: 350px;
  font-size: 18px;
  color: #00006f;
  margin: 20px auto 15px;
  line-height: 22px;
}
.p_info2 {		/* width 80%枠 ■1行30文字まで、長文向き、字下げ */
  width: 80%;
  max-width: 550px;
  font-size: 18px;
  color: #00006f;
  margin: 20px auto 15px;
  line-height: 22px;
}
.para1 {		/* 中央揃え ■短文向き */
  width: 100%;
  text-align: center;
  margin: 50px 0 10px 0;
}
.para2 {		/* 左揃え、字下げ ■長文向き */
  width: fit-content;
  margin-bottom: 10px;
  text-indent: 16px;
}
.para5 {		/* 右寄せ */
  width: 100%;
  text-align: right;
}

@media screen and (max-width:600px) {
.p_box3 {
  width: fit-content;
  margin: 10px auto 20px;
  padding: 6px 25px 6px 25px;
  background-color: #fffdfb;
  border: 1px solid #777;
  box-shadow: 1px 1px 6px #ccc;
  border-radius: 6px;
}
.p_title {	/* タイトル */
  font-size: 18px;
  font-weight: 700;
  color: #00006f;
  font-family: "游明朝 Demibold",serif;
  text-align: center;
  margin-top: 2px;
}
.p_author {	/* 会員番号･作者名BOX */
  width: fit-content;
  font-size: 16px;
  color: #00006f;
  margin: 8px auto 0;
  padding-right: 6px;
  display: flex;
}
.m_number {	/* 会員番号 */
  flex-basis: fit-content;
  align-self: flex-end;
}
.m_name {	/* 作者名 */
  flex-basis: fit-content;
  font-family: "游明朝 Demibold",serif;
  margin-left: 15px;
}

}
