@charset "UTF-8";
/*ページネーション*/
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 10px 0;
    border-radius: 4px;
    font-size: 80%;
}
.pagination > li {
	display: inline;
}
.pagination > .count {
	margin:7px 10px 0 0;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #07e3f7;
	border-color: #07e3f7;
}
.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #ff69b4;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}
/*リストフォーム*/
.list-form {
	overflow-x: scroll;
}
.list-form table {
	width: 100%;
	margin-bottom: 10px;
	background-color: transparent;
	border-spacing: 0;
	border-collapse: collapse;
	border: 1px solid #ffc0cb;
	font-size: 80%;
}
.list-form table > caption + thead > tr:first-child > td,
.list-form table > caption + thead > tr:first-child > th,
.list-form table > colgroup + thead > tr:first-child > td,
.list-form table > colgroup + thead > tr:first-child > th,
.list-form table > thead:first-child > tr:first-child > td,
.list-form table > thead:first-child > tr:first-child > th {
	border-top: 0;
}
.list-form table > thead > tr > td,
.list-form table > thead > tr > th {
	border-bottom-width: 2px;
}
.list-form table > tbody > tr > td,
.list-form table > tbody > tr > th,
.list-form table > tfoot > tr > td,
.list-form table > tfoot > tr > th,
.list-form table > thead > tr > td,
.list-form table > thead > tr > th {
	border: 1px solid #ffc0cb;
}
.list-form table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 1px solid #ffc0cb;
}
.list-form table > thead > tr > th,
.list-form table > tbody > tr > th {
	padding: 10px 0;
	border-top: 1px solid #ffc0cb;
}
.list-form table > thead > tr > th,
.list-form table > tbody > tr > td {
	padding: 10px 5px;
	border-top: 1px solid #ffc0cb;
}
.list-form table > thead > tr > th,
.list-form table > tbody > tr > th {
	vertical-align: top;
}
.list-form table > tbody > tr > td {
	text-align: left;
}
.list-form table > tbody > tr > td {
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.list-form table > thead > tr th {
	font-weight: normal;
	text-align: center;
}
.list-form table > tbody > tr:nth-child(odd) {
	background: #ffe4e1;
}
.list-form table > tbody > tr:hover {
	background: #ffc0cb;
}
/*ソート*/
.list-form table thead tr th a.sort:after {
	content: "■";
}
.list-form table thead tr th a.sort-down:after {
	content: "▼";
}
.list-form table thead tr th a.sort-up:after {
	content: "▲";
}
/*基本設定*/
.list-form table > tbody > tr td span {
	padding: 0 1px;
}
/*入力*/
.list-form.scroll {
	height: 70vh;
}
.list-form table > tbody > tr td textarea {
	min-height: 20px;
	width: calc(100% - 20px);
}
.list-form table > tbody > tr td.checkbox {
	width: 20px;
	text-align: center;
}
.list-form table > tbody > tr td.ope {
}
.list-form table > tbody > tr td.ope textarea {
	width: calc(100% - 80px);
}
.list-form table > tbody > tr td.ope button {
	margin-left:5px;
}
/*ボタン*/
.list-form table > thead > tr th.button {
	width: 120px;
	text-align: center;
}
.list-form table > tbody > tr td.button {
	text-align: center;
}
.list-form table > tbody > tr td.button a {
	display: block;
	padding: 6px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-radius: 6px;
}
.list-form table > thead > tr th.last {
	width: 120px;
	text-align: center;
}
.list-form table > tbody > tr td.last {
	text-align: center;
}
.list-form table > tbody > tr td.last a {
	display: block;
	padding: 6px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-radius: 6px;
}
.list-form table > tbody > tr td.last span {
	display: block;
	padding: 6px;
}
/*リストフォーム（UL）*/
ul.list-form {
	width: 100%;
	margin-bottom: 10px;
	background-color: transparent;
}
ul.list-form li {
	display: flex;
	justify-content:flex-start;
	padding-bottom: 10px;
	border-bottom: solid 1px #ccc;
}
ul.list-form li a {
	display: flex;
	justify-content:flex-start;
}
ul.list-form li label {
	margin-right: 10px;
}
ul.list-form li label span {
	display: block;
	font-size: 90%;
	line-height: 110%;
	cursor: pointer;
}
/*リストフォーム（DL）*/
.list-form {
	width: 100%;
	text-align:left;
	margin-bottom: 10px;
	background-color: transparent;
}
.list-form dl {
	display: flex;
	align-items: center;
}
.list-form dt {
	min-width: 120px;
	text-align: right;
}
.list-form dd {
	margin: 5px;
	padding: 5px;
	width:calc(100% - 150px) !important;
}
.list-form dt.date {
    min-width: 100px !important;
	padding-left: 5px;
    text-align: left;
}
/*タイルフォーム*/
.tile-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	clear: both;
}
.tile-form div.tile {
	margin: 1px;
	padding: 10px 1px 1px 1px;
	width: 162px;
	border-radius:6px;
	background-color: #f5f5f5;
}
.tile-form div.tile p {
	word-wrap: break-word;
}
.tile-form div.tile div.breast_img {
	border-radius:6px;
	background-color: #fff;
}
.tile-form div.tile img {
	width: 158px;
}
.tile-form div.tile a {
	color: #000;
}
.tile-form div.temp {
	background-color: #ffd1d8;
}
.tile-form div.overflow {
	background-color: #ffa07a;
}
/*仮コレクションエリア*/
.tmp-register {
	margin-bottom: 50px;
}
/*メッセージ*/
.list-form-vertical-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.list-form-vertical-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.list-form-vertical-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.list-form-vertical dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 10px;
	padding: 10px;
	width: calc(100% - 150px);
	/*border: solid 1px #ccc;*/
	border-radius: 6px;
}
.list-form-vertical dl dt {
	width: 100% !important;
	text-align: left;
}
.list-form-vertical dl dt span {
	font-size: 90%;
}
.list-form-vertical dl dd {
	width: 99% !important;
	padding:10px;
	text-align: left;
	border: solid 1px #ccc;
	border-radius: 6px;
}
.list-form-vertical dl dd div a {
	word-wrap: break-word !important;
}
.list-form-vertical dl dd textarea {
	width: 100%;
}
.list-form-vertical-right dl dd textarea,
.list-form-vertical-left dl dd textarea {
	min-height: auto !important;
}

.messageDetail01 *,
.messageDetail02 *,
.messageDetail03 * {
	box-sizing: border-box;
}
.messageDetail03 {
	border-top: solid 1px #ffe4e1;
}
.messageDetail01.on {
	padding: 15px;
	border: 1px solid #ccc;
}
.messageDetail01:not(:last-child) {
	margin-bottom: 30px;
}
.messageDetail01 dl dd:not(.upload-area, .no-backgroundcolor) {
	background: #98fb98;
}
.messageDetail02 dl dd:not(.upload-area, .no-backgroundcolor) {
	background: #f2eeee;
}
.messageDetail01 dt a,
.messageDetail02 dt a,
.messageDetail03 dt a {
  display: inline-block;
}
.messageDetail01 button:not(.grayBtn),
.messageDetail03 button:not(.grayBtn) {
	border: 0;
}
.messageDetail01 .upload-area button,
.messageDetail03 .upload-area button {
	width: auto;
}
.messageDetail03,
.messageDetail03 .opeBottom {
	margin-top: 30px;
}
@media screen and (max-width:480px) {
    /*メッセージ*/
    .messageDetail01 form dl,
    .messageDetail03 form dl {
        display: block;
        width:calc(100% - 10px);
    }
    .messageDetail01 form dt,
    .messageDetail03 form dt {
        min-width: 120px;
        text-align: left;
    }
    .messageDetail01 form dd,
    .messageDetail03 form dd {
        width: 100% !important;
    }
    .messageDetail01 form dd textarea,
    .messageDetail03 form dd textarea {
        width: 100% !important;
    }
    .list-form-vertical dl {
        width:80% !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    .messageDetail01.on div.list-form-vertical dl {
        width:100% !important;
        padding:0;
    }
    /*ページネーション*/
    .pagination {
        margin-top: 20px;
        font-size: 130%;
        justify-content: center;
    }
    .pagination > li:first-child {
        display: none;
    }
	.tile-form {
		justify-content: center;
	}
	.list-form dd {
		width:calc(100% - 50px) !important;
	}
	}