@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;
}

/* ============================ */
/* ===== ■■ nav ■■ ===== */
/* ============================ */
.nav {
  width: 100%;
  height: fit-content;
  margin: 10px auto 5px;
  padding: 5px;
  background-color: #f3f3f3;
  border: 1px solid #ccc;
}
.tile_menu {
  padding: 5px 5px 4px 20px;
  display: flex;
  background-color: #f3f3f3;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 15px;
}
.menu1 {
  width: 100px;
}
.menu2 {
  width: 155px;
}
.menu_btn {
  height: 34px;
  font-size: 16px;
  background-color: lavenderblush;
  border: 1px solid #000;
  border-radius: 4px;
  padding-top: 2px; /* text-decorationによる縦ずれ補正 */
  font-family: sans-serif;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu_btn:hover {
  font-weight: bold;
  text-decoration: none;
  background-color: mistyrose;
  border: 2px solid #777;
}
a.tile:link,a.tile:visited {
  color: #000;
  text-decoration: none;
}
/*
#m_photo {
  width: 100%;
  margin: 0 auto;
  height: 150px;
}
*/

/* ====================== */
/* ===== ■ 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;
  text-indent: 16px;
}
.para1 {		/* 中央揃え ●短文向き */
  width: fit-content;
  margin: 0 auto;
  line-height: 22px;
  margin-bottom: 10px;
}
.para2 {		/* 左揃え、字下げ ■長文向き */
  width: fit-content;
  line-height: 22px;
  text-indent: 16px;
  margin-bottom: 10px;
}
.para5 {		/* 右寄せ */
  width: 100%;
  text-align: right;
  line-height: 22px;
}
/* ============================ */
/* ====== ■ footer ■ ======== */
/* ============================ */
footer {
  width: 100%;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  color: #eee;
  letter-spacing: 0.1em;
  text-align: center;
  margin : 0 auto;
  padding-top: 18px;
  background-color: rgba(128,0,0,0.7);
}


@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;
}

}
