@charset "utf-8";

table.my-list_statistic {
  margin: 4px 0 0 18px;
}

table.my-list_statistic li {
  margin: 0 16px 4px 0;
}

table.my-list_statistic li::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #ccc;
  display: inline-block;
  margin-right: 10px;
  text-indent: 0;
}

.mypage-contents li {
  margin-bottom: 20px;
}

.mypage-contents li a {
  font-weight: 600;
  margin-bottom: 6px;
  display: inline-block;
}

.my-selfPageInfo {
  height: 32px;
  background-color: #fff;
  padding: 6px 0 2px 16px;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin: 5px auto 0;
  border-radius: 8px 8px 0 0;
  width: 740px;
}

.my-selfPageInfo h1
,.my-updateArtice h1 {
  font-size: 16px;
  font-weight: 500;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  align-items: center;
}

.my-selfPageInfo_contents {
  border-top: 3px solid #ffaf19;
  background-color: #fff;
  font-size: 12px;
  padding: 16px 8px 24px;
  box-sizing: border-box;
  margin: 0 auto;
  width: 740px;
  border-radius: 0 0 8px 8px;
}

.my-selfPageInfo_contents h1 {
  font-size: 14px;
  font-weight: 500;
  margin: 24px 0 8px 8px;
}

.my-updateArtice_contents {
  margin-left: 8px;
}

.my-updateArtice_title {
  margin: 0 8px 8px 0;
  display: inline-block;
}

.my-updateArtice_title a {
  font-weight: 600;
  vertical-align: middle;
}

.my-selfPageInfo_detail {
  width: 100%;
}

.my-selfPageInfo_detail tr {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 0 92px 0 8px;
}

.my-selfPageInfo_detail ul li::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #ffaf19;
  display: inline-block;
  margin-right: 10px;
}

.my-selfPageInfo_detail ul li:first-child {
  margin-bottom: 8px;
}

/* ウォッチリスト */
.my-table_headLine-title {
  width: 290px;
  padding-left: 50px;
  box-sizing: border-box;
}

.my-table_contents-del {
  width: 50px;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  justify-content: center;
}

.my-table_contents-title {
  width: 240px;
  padding-right: 8px;
  box-sizing: border-box;
}

.my-table_headLine-lastUpdate
,.my-table_contents-lastUpdate {
  width: 130px;
  word-wrap: break-word;
}

.my-table_headLine-updateUser
,.my-table_contents-updateUser {
  width: 130px;
  padding-right: 8px;
  box-sizing: border-box;
}

.my-table_headLine-lastComment
,.my-table_contents-lastComment {
  width: 158px;
  box-sizing: border-box;
  padding-right: 8px;
}

.my-table_headLine {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  background-color: #e6e6e6;
  color: #4c4c4c;
  font-size: 11px;
  font-weight: bold;
  height: 36px;
  align-items: center;
  width: 718px;
}

.my-table_contents {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  min-height: 60px;
  padding: 8px 0;
  border-bottom: 1px solid #e6e6e6;
  align-items: center;
  font-size: 12px;
  box-sizing: border-box;
}

.my-listSubmit_del {
  border: none;
  color: #1e7dc0;
  font-weight: bold;
  font-size: 12px;
  padding: 0;
  margin-left: 2px;
  background-image: url(/img/icon_check-blue.png);
  background-repeat: no-repeat;
  background-position-y: 2px;
  padding-left: 18px;
  cursor: pointer;
}

.my-listSubmit-sort {
  border: none;
  font-weight: bold;
  font-size: 12px;
  padding: 0;
  background-image: url(/img/icon_sort-blue.png);
  background-repeat: no-repeat;
  background-position-y: -2px;
  padding-left: 24px;
  cursor: pointer;
}

.my-position_listSide-between {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.my-listInfo_watchlists {
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  margin-bottom: 16px;
}

.my-listSubmit
,.my-edit_articleTitle {
  margin-top: 8px;
}

.my-table {
  margin: 8px 0;
}

.my-table_contents-titleInner {
  word-wrap: break-word;
}

.my-table_contents-titleInner  a
,.my-table_contents-titleInner .icon-category
,.my-table_contents-count {
  vertical-align: middle;
}

.my-table_contents-createdInfo
,.my-table_contents-lastRes
,.my-table_contents-userInfo {
  margin-top: 4px;
}

.my-edit_articleTitle-contents {
  margin: 0 8px 8px 0;
  display: inline-block;
}

div .my-edit_articleTitle-contents a {
  font-weight: 600;
  vertical-align: middle;
  margin: 0 2px 0 0;
}

.my-edit_articleTitle-contents span {
  vertical-align: middle;
}

/*----- ほめたピコカキコ -----*/
.my-homePiko_form {
  margin-bottom: 16px;
}

.my-homePiko_list {
  table-layout: fixed;
  width: 720px;
  margin: 16px 0;
}

.my-homePiko_list tr {
  display: table;
}

.my-homePiko_list td {
  width: 140px;
  overflow: hidden;
  padding: 6px;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: top;
}

.my-homePiko_player {
  border: 1px solid #d1d1d1;
  padding-bottom: 12px;
}

.my-homePiko_player div {
  text-align: center;
}

.my-homePiko_list-source {
  margin: 6px 0 4px;
  max-width: 123px;
  display: table;
}

.my-homePiko_list-source a {
  color: #999;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
}

.my-homePiko_list-source a:first-child {
  max-width: 94px;
  padding-right: 2px;
  font-weight: bold;
}

.my-homePiko_list-inner {
  height: 32px;
  margin: 8px 0 4px;
  word-break: break-all;
}

.my-homePiko_list-title {
  font-weight: 600;
  color: #1e7dc0;
  width: 120px;
  font-size: 13px;
  line-height: 16px;
}

.my-homePiko_list-created {
  color: #999;
  font-size: 0.9em;
}

/*----- メッセージ一覧 -----*/
.my-message_attention {
  margin-top: 16px;
}

/*----- ほめたお絵カキコ -----*/
.my-homeOekaki_form {
  margin-bottom: 16px;
}

.my-homeOekaki_list {
  table-layout: fixed;
  width: 720px;
  margin: 16px 0;
}

.my-homeOekaki_list tr {
  display: table;
}

.my-homeOekaki_list td {
  width: 140px;
  padding-bottom: 16px;
  display: table-cell;
  vertical-align: top;
}

.my-homeOekaki_list-source {
  margin: 0 0 4px;
  max-width: 123px;
  display: table;
  cursor: pointer;
}

.my-homeOekaki_list-source a {
  color: #999;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: table-cell;
  vertical-align: middle;
}

.my-homeOekaki_list-source a:first-child {
  max-width: 94px;
  padding-right: 2px;
  font-weight: bold;
}

.my-homeOekaki_list-inner {
  height: 32px;
  margin: 8px 0 4px;
  word-break: break-all;
}

.my-homeOekaki_list-title {
  font-weight: 600;
  color: #1e7dc0;
  width: 120px;
  font-size: 13px;
  line-height: 16px;
}

.my-homeOekaki_list-created {
  color: #999;
  font-size: 0.9em;
}

.my-homeOekaki_list-thumb {
  width: 134px;
  height: 134px;
  border: 1px solid #d1d1d1;
  position: relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.my-homeOekaki_list-thumb input {
  position: absolute;
  top: 2px;
  left: 2px;
}

.my-homeOekaki_list-thumb div {
  display:block;
  height: 100%;
  width: 100%;
  position: relative;
}

.my-homeOekaki_list-thumb div img {
  width:auto;
  height:auto;
  max-width:100%;
  max-height:100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/*----- ほめた記事-----*/
.my-homeArticle_form {
  margin-bottom: 16px;
}

/*----- 各種設定 -----*/
.my-setting_list {
  margin: 16px 0;
}

/*----- 自分が編集したリビジョンリスト -----*/
.my-revision {
  margin: 8px 0;
}

.my-revision_headLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #e6e6e6;
  color: #4c4c4c;
  font-size: 11px;
  font-weight: bold;
  height: 36px;
  align-items: center;
}

.my-revision_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 42px;
  padding: 8px 0;
  border-bottom: 1px solid #e6e6e6;
  align-items: center;
  font-size: 12px;
  box-sizing: border-box;
}

.my-revision_title {
  width: 180px;
  padding-left: 16px;
  word-break: break-all;
}

.my-revision_update {
  width: 120px;
  padding-left: 8px;
}

.my-revision_comment {
  width: 500px;
  word-break: break-all;
  padding-right: 16px;
}


/*----- メッセージ一覧 -----*/
.my-message_list {
  width: 100%;
  margin-bottom: 16px;
}

.my-message_headLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #e6e6e6;
  color: #4c4c4c;
  font-size: 11px;
  font-weight: bold;
  height: 30px;
  align-items: center;
}

.my-message_from {
  width: 160px;
  padding: 0 8px 0 16px;
  word-wrap: break-word;
}

.my-message_name {
  padding-right: 16px;
  word-wrap: break-word;
}

.my-message_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  padding: 8px 0;
  border-bottom: 1px solid #e6e6e6;
  align-items: center;
  font-size: 12px;
  box-sizing: border-box;
}

/*----- 自分が描いたお絵カキコリスト -----*/
.my-oekaki_list {
  table-layout: fixed;
  width: 720px;
  margin: 16px 0;
}

.my-oekaki_list tr {
  display: table;
}

.my-oekaki_list td {
  width: 140px;
  padding-bottom: 16px;
  display: table-cell;
  vertical-align: top;
}

.my-oekaki_list-source {
  margin: 0 0 4px;
  max-width: 123px;
  display: table;
  cursor: pointer;
}

.my-oekaki_list-source a {
  color: #999;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: table-cell;
  vertical-align: middle;
}

.my-oekaki_list-source a:first-child {
  max-width: 94px;
  padding-right: 2px;
  font-weight: bold;
}

.my-oekaki_list-inner {
  height: 32px;
  margin: 8px 0 4px;
  word-break: break-all;
}

.my-oekaki_list-title {
  font-weight: 600;
  color: #1e7dc0;
  width: 120px;
  font-size: 13px;
  line-height: 16px;
}

.my-oekaki_list-created {
  color: #999;
  font-size: 0.9em;
}

.my-oekaki_list-thumb {
  width: 134px;
  height: 134px;
  border: 1px solid #d1d1d1;
  position: relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.my-oekaki_list-thumb input {
  position: absolute;
  top: 2px;
  left: 2px;
}

.my-oekaki_list-oekaki {
  width:auto;
  height:auto;
  max-width:100%;
  max-height:100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.my-oekaki_list-counter
,.my-piko_list-counter {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: #4c4c4c;
  opacity: 0.6;
  height: 26px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  box-sizing: border-box;
  padding: 1px 8px 0 4px;
}

.my-oekaki_list-counter img
,.my-piko_list-counter img {
  display: inline-block;
  vertical-align: middle;
}

.my-oekaki_list-counter span
,.my-piko_list-counter span {
  vertical-align: middle;
}

 a.my-oekaki_button-seiga {
  height: 32px;
  background-color: #fff;
  border: 1px solid #fdae32;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fdae32;
  font-size: 12px;
  font-weight: bold;
  padding-right: 12px;
  cursor: pointer;
  display: block;
  text-align: center;
  line-height: 32px;
  width: 94px;
}

.my-oekaki_list-buttonArea {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}

.my-oekaki_seiga-text::before {
  content: '';
  background-image: url(/img/icon_arrow-post.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  display: inline-block;
  padding-right: 4px;
}

.my-oekaki_seiga-text {
  display: inline-block;
  vertical-align: middle;
  padding-left: 8px;
}

/*----- 自分が投稿したピコカキコリスト -----*/

.my-piko_list {
  table-layout: fixed;
  width: 720px;
  margin: 16px 0;
}

.my-piko_list tr {
  display: table;
}

.my-piko_list td {
  width: 140px;
  overflow: hidden;
  padding: 6px;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: top;
}

.my-piko_player {
  border: 1px solid #d1d1d1;
  padding: 32px 0 16px;
  position: relative;
}

.my-piko_player div {
  text-align: center;
}

.my-piko_list-source {
  margin: 6px 0 4px;
  max-width: 123px;
  display: table;
}

.my-piko_list-source a {
  color: #999;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
}

.my-piko_list-source a:first-child {
  max-width: 94px;
  padding-right: 2px;
  font-weight: bold;
}

.my-piko_list-inner {
  height: 32px;
  margin: 8px 0 4px;
  word-break: break-all;
}

.my-piko_list-title {
  font-weight: 600;
  color: #1e7dc0;
  width: 120px;
  font-size: 13px;
  line-height: 16px;
}

.my-piko_list-created {
  color: #999;
  font-size: 0.9em;
}
