/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th {
	text-align: left;
}
q:before,
q:after {
	content: "";
}
object,
embed {
	vertical-align: top;
}
hr,
legend {
	display: none;
}
img,
abbr,
acronym,
fieldset {
	border: 0;
}
img,
textarea {
	vertical-align: bottom;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.radius {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
:placeholder-shown {
	color: #bdbdbd;
}
::-webkit-input-placeholder {
	color: #bdbdbd;
}
:-moz-placeholder {
	color: #bdbdbd;
}
::-moz-placeholder {
	color: #bdbdbd;
}
:-ms-input-placeholder {
	color: #bdbdbd;
}
input,
select,
textarea {
	-webkit-appearance: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
input[type="submit"] {
	cursor: pointer;
}
h1 {
	font-size: 0.9rem;
}
h2 {
	font-size: 0.8rem;
}
p {
	font-size: 0.7rem;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	-webkit-text-size-adjust: 100%;
	word-break: break-all;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.right {
	text-align: right;
}
a:link,
a:visited,
a:active,
a:hover {
	text-decoration: none;
	color: #5cd5b1;
}
a.underline:hover {
	text-decoration: underline;
}
img {
	width: 100%;
	height: auto;
}
button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	-webkit-appearance: none;
}
/* センタリングクラス */
.center_800 {
	width: 800px;
	margin: 0 auto;
}
.center_900 {
	width: 900px;
	margin: 0 auto;
}
.center_1000 {
	width: 1000px;
	margin: 0 auto;
}
.center_1100 {
	width: 1100px;
	margin: 0 auto;
}
.center_1200 {
	width: 1200px;
	margin: 0 auto;
}
/* サジェスト */
.select2-results {
	color: #212121;
}
.select2-results ul li {
	background: #ffffff;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
	background-color: #bdbdbd;
}
.select2-search--dropdown {
	background: #ffffff;
}
.select2-dropdown {
	border-radius: 0px;
}
/* 配信設定 */
#conditionsApp {
	display: flex;
	flex-direction: column;
}
#conditionsApp .conditions_row {
	margin-bottom: 20px;
}
#conditionsApp .conditions_row .title_area {
	padding: 4px 0;
	display: flex;
	align-items: center;
	border-left: 12px solid #56688a;
	border-bottom: 1px solid #56688a;
	padding-left: 8px;
}
#conditionsApp .conditions_row .title_area strong {
	font-size: 14px;
	font-weight: bold;
	color: #56688a;
	display: flex;
	align-items: center;
}
#conditionsApp .conditions_row .title_area .sub_text {
	color: #ccc;
}
#conditionsApp .conditions_row .conditions_area {
	padding: 10px 0;
	display: flex;
	align-items: center;
}
#conditionsApp .conditions_row .conditions_area.pal {
	padding-left: 20px;
}
#conditionsApp .conditions_row .conditions_area span.close {
	cursor: pointer;
}
#conditionsApp .conditions_row .conditions_area label {
	width: auto !important;
	padding: 0 12px 0 0 !important;
}
#conditionsApp .conditions_row .conditions_area .error_message {
	font-size: 14px;
	color: #ff3300;
	display: flex;
	align-items: center;
}
#conditionsApp .modal {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	background-color: #00000088;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}
#conditionsApp .modal .card {
	background-color: #ffffff;
	border: 1px solid #888;
	border-radius: 8px;
	box-shadow: 0 0 10px 10px #00000033;
	width: 80vw;
	height: 80vh;
	overflow: hidden;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
}
#conditionsApp .modal .card .card_close {
	position: absolute;
	right: 8px;
	top: 8px;
}
#conditionsApp .modal .card .card_close button {
	width: 20px;
	height: 20px;
}
#conditionsApp .modal .card .card_title {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #56688a;
	padding: 12px;
}
#conditionsApp .modal .card .card_conditions {
	padding: 12px;
}
#conditionsApp .modal .card .card_conditions select,
#conditionsApp .modal .card .card_conditions input {
	margin-bottom: 12px;
}
#conditionsApp .modal .card .card_main {
	padding: 12px;
	flex: 1 0 1px;
	overflow-y: scroll;
}
#conditionsApp .modal .card .card_main table {
	width: 100%;
	max-width: 100%;
}
#conditionsApp .modal .card .card_main table th {
	text-align: center;
}
#conditionsApp .modal .card .card_main table tr {
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #eee;
}
#conditionsApp .modal .card .card_main table th,
#conditionsApp .modal .card .card_main table td {
	border-top: 1px solid #aaa;
	border-left: 1px solid #eee;
}
#conditionsApp .modal .card .card_main table tbody tr:hover {
	cursor: pointer;
	background-color: #ffffaa;
}