@charset "utf-8";
/* CSS Document */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 12px;
	color: #474747;
}
a {
	color: #474747;
}
.pageitle {
	font-size: 180%;
}
.wrap {
	width: 1100px;
    margin-left: 250px;
	margin-top: 60px;
    margin-bottom: 50px;
}
.wrap-mini {
	width: 500px;
	margin: 0 auto;
	margin-top: 20px;
}
#content {
	position: relative
}
/* ヘッダ */
#common-header {
	background: #2196F3;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2;
	padding: 5px;
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	-webkit-align-items: center; /* Safari */
	align-items: center;
}
h1 {
	color: #fff;
	font-size: 170%;
}
.header-menu li {
	display: inline-block;
}
.header-menu li::after {
	content: "/";
	color: #fff;
	margin: 0 0.5em;
}
.header-menu li:last-child:after {
	content : none;
}
.header-menu li, .header-menu li a {
	color: #fff;
}
/* サイドバー*/
#sidebar {
	background: #f5f5f5;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	width: 200px;
}
#sidebar nav {
	margin-top: 60px;
}
.side-menu li {
	list-style: none;
	padding: 22px 0 22px 61px;
	font-size: 120%;
}
.nav-home {
	background: url(../img/icon/menu-home.svg);
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: 15px 50%;
}
.nav-set {
	background: url(../img/icon/menu-set.svg);
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: 15px 50%;
}
.nav-list {
	background: url(../img/icon/menu-list.svg);
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: 15px 50%;
}
.nav-register {
	background: url(../img/icon/menu-register.svg);
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: 15px 50%;
}
.nav-plan {
	background: url(../img/icon/menu-plan.svg);
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: 15px 50%;
}
.nav-faq {
	background: url(../img/icon/menu-faq.svg);
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: 15px 50%;
}
.nav-notice {
	background: url(../img/icon/menu-home.svg);
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: 15px 50%;
}
.current .nav-home {
	background: url(../img/icon/menu-home2.svg);
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: 15px 50%;
	font-weight: bold;
}
.current .nav-set {
	background: url(../img/icon/menu-set2.svg);
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: 15px 50%;
	font-weight: bold;
}
.current .nav-list {
	background: url(../img/icon/menu-list2.svg);
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: 15px 50%;
	font-weight: bold;
}
.current .nav-register {
	background: url(../img/icon/menu-register2.svg);
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: 15px 50%;
	font-weight: bold;
}
.current .nav-plan {
	background: url(../img/icon/menu-plan2.svg);
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: 15px 50%;
	font-weight: bold;
}
.current .nav-faq {
	background: url(../img/icon/menu-faq2.svg);
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: 15px 50%;
	font-weight: bold;
}
.current .nav-notice {
	background: url(../img/icon/menu-home2.svg);
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: 15px 50%;
	font-weight: bold;
}

/* リスト*/
.control-head {
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	margin-bottom: 10px;
    align-items: center;
}
.link-wrap {
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	line-height: 0;
	;
	border: 1px solid #dedede;
	border-radius: 1px;
}
.controler .link-wrap img {
	width: 21px;
}
.controler a {
	display: block;
	background: #fcfcfc;
	padding: 6px 15px;
	border-right: 1px solid #dedede;
}
.controler a:last-child {
	border-right: none;
}
/* ページャー */
.pager {
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	-webkit-align-items: center; /* Safari */
	align-items: center;
}
.pagetext {
	margin-right: 10px;
	font-weight: bold;
}
.pager-wrap {
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	line-height: 0;
	border: 1px solid #dedede;
	border-radius: 1px;
}
.pager-wrap a {
	display: block;
	background: #fcfcfc;
	padding: 6px 25px;
}
.pager-wrap a:first-child {
	border-right: 1px solid #dedede;
}
.pager-wrap img {
	width: 15px;
}
.previous {
	transform: scale(-1, 1);
}
/* フォーム */
select, input,textarea {
	border: 1px solid #dedede;
	padding: 5px;
	border-radius: 1px;
}
.bulk-submit {
	margin-left: 5px;
	padding: 5px 10px;
	background: #fcfcfc;
	border-radius: 1px;
}
/* メアドリスト */
.mail-list {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ebebeb;
	width: 100%;
}
.mail-list th {
	width: 150px;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ebebeb;
	color: #6f6f6f;
	background: #f2f2f2;
}
.mail-list td {
	width: 350px;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ebebeb
}
.mail-list th:first-child, .mail-list td:first-child {
	width: 1em;
}
.mail-list th:last-child, .mail-list td:last-child {
	width: 10em;
}
/* ユーザー追加 */

.add-table {
	width: 100%;
	margin-top: 10px;
}
.add-table td {
	margin-bottom: 10px;
}
.add-table th, .add-table td {
	display: block;
	text-align: left;
}
.add-table th {
	color: #6f6f6f;
	margin-bottom: 5px;
}
.add-table input {
	width: 100%;
	border-radius: 1px;
	font-size: 15px;
}
.add-submit {
	width: 100%;
	margin-top: 10px;
	background: #2196F3;
	color: #fff;
	border: 1px #1E88E5 solid;
	padding: 10px 0;
}
 .add-submit input:placeholder-shown {
 color: red;
}
/* 登録者情報 */
.register-table {
	width: 100%;
	margin-top: 10px;
	border-spacing: 0 10px;
}
.register-table th {
	color: #6f6f6f;
	width: 100px;
	text-align: left;
}
.register-table input {
	width: 100%;
	border-radius: 1px;
	font-size: 15px;
}


/* 20171012追記 */

/* セットリスト */
.set-list {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ebebeb;
	width: 100%;
}
.set-list th {
	width: 150px;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ebebeb;
	color: #6f6f6f;
	background: #f2f2f2;
}
.set-list td {
	padding: 10px;
	vertical-align:middle;
	border-bottom: 1px solid #ebebeb;
}
.set-list th:not(:nth-child(5)),
.set-list td:not(:nth-child(5)){
white-space: nowrap;
}

.set-list th:nth-child(5),
.set-list td:nth-child(5){
	width: 100%
}
.set-list th:first-child, .set-list td:first-child {
	width: 1em;
}

.set-list th:last-child, .set-list td:last-child {
	width: 35em;
}
.set-list .sent td {
	background: #f5f5f5;
}

/* レポートリスト */
.report-list {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ebebeb;
	width: 100%;
}
.report-list th {
	width: 150px;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ebebeb;
	color: #6f6f6f;
	background: #f2f2f2;
}
.report-list td {
	padding: 10px;
	vertical-align:middle;
	border-bottom: 1px solid #ebebeb;
}


.report-wrap {
	width: 1100px;
	margin: 0 auto;
	margin-top: 20px;
}

/* 修正 */
.control-head {
    align-items: center;
}
.middle-layout {
    display: flex !important;
    align-items: center;
    justify-content: center;
	text-decoration: none;
}
.middle-layout img {
	margin-right: 5px;
}


/* 配信セット宛先設定 */
.set-target-wrap {
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
}
.set-target-child {
	width: 540px;
	height: 600px;
	overflow: auto;
	white-space: nowrap;
 overflow-y: scroll;
	border: 1px solid #dedede;
}
.set-target-child table {
	width: 100%;
}
.setting-pad {
	padding: 10px 10px 0px;
}

.set-target-btn-wrap {
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
}
.set-target-btn-wrap a {
	margin-top: 10px;
	display: block;
	width: 540px;
	padding: 10px;
	background: #393939;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
.set-target-btn-wrap a:last-child {
	background: #2196F3;
}


/* 配信セット内容設定 */
.setting-date {
	display: inline;
}
.setting-date:not(:last-child) {
	margin-right: 10px;
}

.setting-table {
	width: 100%;
	margin-top: 10px;
	border-spacing: 0 10px;
}
.setting-table th {
	color: #6f6f6f;
	width: 150px;
	text-align: left;
	vertical-align: top;
}
.setting-table input {
	width: 100%;
	border-radius: 1px;
	font-size: 15px;
}
.setting-table textarea {
	width: 100%;
	height: 400px;
}
.setting-kome {
	font-size: 90%;
	color: #d0d0d0;
}

.add-submit-dark {background: #393939;
	border: #393939 1px solid;
}



/* 配信セット任意送信 */
.any-table {
	width: 100%;
	margin-top: 10px;
	border-spacing: 0 10px;
}
.any-table th {
	color: #6f6f6f;
	width: 100px;
	text-align: left;
	vertical-align: top;
}
.any-table input {
	width: 100%;
	border-radius: 1px;
	font-size: 15px;
}
.any-table textarea {
	width: 100%;
	height: 400px;
}


/* 設定タブ */
.tab-wrap {
	width: 100%;
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	margin-bottom: 30px;
}
.tab-wrap a {
	width: 50%;
	text-align: center;
	padding: 10px;
	border: solid #d2d2d2 1px;
	background: #f1f1f1;
	text-decoration: none;
}
.tab-wrap a:first-child {
	border-right: none;
}
.tab-child-active {
	border-top: 3px #2d74ad solid !important;
	background: #fff !important;
	border-bottom: 0 !important;
}


/* よくある質問 */
.faq-margin {
	margin-top: 10px;
}
.faq-wrap {
	margin-bottom: 30px;
}
.faq-wrap .question {
	font-size: 16px;
  position: relative;
  padding: 0.6em;
    background: #f5f5f5;
	margin-bottom: 20px;
	border-radius: 10px;
}

.faq-wrap .question:after {
position: absolute;
content: '';
top: 100%;
left: 30px;
border: 15px solid transparent;
border-top: 15px solid #f5f5f5;
width: 0;
height: 0;
}

.faq-wrap .question span {
	display: inline-block;
	margin-right: 10px;
}
.faq-wrap .answer {
	margin-top: 5px;
	font-size: 15px;
	line-height: 1.8;
}
.faq-wrap .answer span {
	display: inline-block;
	margin-right: 10px;
}

/* プラン */
.plan-table {
	width: 100%;
	margin-top: 10px;
	border-spacing: 0;
}
.plan-table th {
	color: #6f6f6f;
	width: 100px;
	text-align: left;
	padding: 10px;
	vertical-align: top;
}
.plan-table td {
	border-top: 1px solid #ebebeb;
	padding: 15px 10px;
    vertical-align: middle;
}
.plan-table tr:last-child td {
	border-bottom: 1px solid #ebebeb;
}
.plan-table input {
	width: 100%;
	border-radius: 1px;
	font-size: 15px;
}
.plan-table textarea {
	width: 100%;
	height: 400px;
}
.current-plan {
	margin-top: 10px;
}


/* ホーム */
.news {
	margin-top: 10px;
}
.news a {
	display: block;
	padding: 15px 0;
	font-size: 15px;
	border-bottom: dotted 1px #ebebeb;
	text-decoration: none;
}
.news a time {
	margin-right: 10px;
}
.news .cat {
	display: inline-block;
	color:#fff;
	padding: 0 5px;
	width: 8em;
	text-align: center;
	margin-right: 10px;
}
.news .important {
	background: #ff6e6e;
}
.news .osirase {
	background: #ffd86e;	
}

/* モーダル */
.light-modal-heading {
	font-size: 20px;
}.light-modal-header {
    background: #393939;
}
.light-modal-content {
	background: #fcfcfc;
    width: 625px;
}
.light-modal-body {
	color: #333;
}
.modal-message {
	margin-bottom: 20px;
	text-align: center;
	padding:6px 0;
	font-size: 15px;
}

.modal-error {
	background: #ff3c6a;
	color:#fff;
}
.modal-notice {
	background: #2196f3;
	color:#fff;
}


/* モーダル一括インポート */
.import-form {
	text-align: center;
	margin-bottom: 15px;
}
.import-form .submit {
	margin-left: 5px;
	padding: 8px 10px;
	background: #2196F3;
	border: #2196F3;
	color: #fff;
}


/* モーダルニュース */
.modal-news {
	line-height: 1.8em;
}


/* プラン確認 */
.plan-table {
	margin-bottom: 20px;
}
.plan-table th {
	width: 150px;
}

.plan-table .plan-current td {
	background: #f9f9f9;
}
.plan-table .plan-current td:first-child {
	text-align: center;
}

/* ログアウト */
.logout .pageitle{
    margin-bottom: 40px;
}
