/* 番組登録フロー内のモーダル */
#noticeRegistry {
  overflow: auto;
  overflow-x: hidden;
  padding: 30px;
  position: relative;
  margin: 0 auto;
}
#noticeRegistry>.btn-fancy-close {
  position: relative;
  display: inline-block;
  margin: 20px auto 0;
  display: block;
  line-height: 56px;
  border: 1px solid #d0d0d0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(97%, #eee));
  background: linear-gradient(to bottom, #fff 20%, #eee 97%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eeeeee, GradientType=0);
  font-size: 18px;
  border-radius: 10px;
  font-weight: bold;
  color: #666;
  width: 270px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}
#noticeRegistry>.btn-fancy-close:hover {
  text-decoration: none;
  opacity: 0.7;
}
/* ページのタイトル */
.pageTitle {
  font-size: 1.2em;
}
.pageTitle h1 {
  font-size: 18px;
  font-weight: bold;
}
/* ページの説明 */
.pageDesc {
  padding: 5px 0;
}
/* 登録情報部分 */
.registrationInfo {
  padding: 20px 0;
  line-height: 1;
  font-weight: bold;
}
.registrationInfo>.errorTxt03 {
  margin: 10px 0 15px;
}
.registrationInfo .errorTxt03 {
  font-weight: bold;
}
.registrationInfo>p {
  font-size: 14px;
}
/* アドレスの入力エリア */
.addressArea {
  font-size: 16px;
  margin-bottom: 15px;
/* メインアドレス サブアドレス */
/* 削除 ボタン */
/* メールアドレスに対する見出し */
/* 登録しているメールアドレス */
}
.addressArea h2 {
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 14px;
}
.addressArea input[type="text"] {
  display: inline-block;
  font-size: 16px;
  padding: 0 10px;
  width: 400px;
  color: #333;
  border: 0;
  border: solid 1px #a0a0a0;
  margin: 0;
  border-radius: 5px;
  line-height: 38px;
  height: 40px;
}
.addressArea .addressWrapper {
  margin-top: 10px;
  margin-bottom: 60px;
}
.addressArea .addressWrapper .main,
.addressArea .addressWrapper .sub {
  margin-bottom: 10px;
}
.addressArea #tourokuBlock {
  text-align: center;
}
.addressArea .btn-fancy-close {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  line-height: 56px;
  border: 1px solid #d0d0d0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(97%, #eee));
  background: linear-gradient(to bottom, #fff 20%, #eee 97%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eeeeee, GradientType=0);
  font-size: 18px;
  border-radius: 10px;
  font-weight: bold;
  color: #666;
  width: 140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  text-indent: 20px;
  vertical-align: middle;
}
.addressArea .btn-fancy-close:hover {
  text-decoration: none;
  opacity: 0.7;
}
.addressArea .btn-fancy-close:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("/com/images/common/common-img-sprite.png");
  background-repeat: no-repeat;
  background-position: 0 -3298px;
  top: 50%;
  left: 30px;
  margin-top: -10px;
}
.addressArea .btn-submit {
  display: inline-block;
  vertical-align: middle;
}
.addressArea .btn-submit input[type=button],
.addressArea .btn-submit input[type=submit] {
  cursor: pointer;
  display: block;
  color: #fff !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(47%, #7fbe26), color-stop(109%, #608c1a));
  background: linear-gradient(to bottom, #7fbe26 47%, #608c1a 109%);
  background: -moz-linear-gradient(top, #7fbe26 47%, #608c1a 109%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fbe26, endColorstr=#608c1a, GradientType=0);
  display: inline-block;
  border-radius: 10px;
  padding: 17px 40px;
  line-height: 1;
  color: #fff !important;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none !important;
  letter-spacing: 0.05em;
  border: none;
}
.addressArea .delete {
  vertical-align: sub;
  margin-left: 5px;
}
.addressArea .label {
  vertical-align: sub;
}
.addressArea .address {
  font-size: 1.1em;
  font-weight: bold;
}
.initAddressWrapper {
  margin-bottom: 10px;
}
.initAddressWrapper .txt-important {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #f60;
}
#addMailAddressWrapper #addText1,
#addMailAddressWrapper #addText2 {
  margin-bottom: 10px;
}
/* 登録する番組のエリア */
.registoryArea {
  overflow: hidden;
  margin: 5px 0 20px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
/* 番組のタイトル */
}
.registoryArea h2 {
  margin: 10px 0;
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.registoryArea h2 .itemNumber {
  font-weight: normal;
  font-size: 14px;
  display: block;
  padding: 4px 0 3px 10px;
  border-left: 4px solid #e93399;
}
.registoryArea h2 .itemNumber+.itemName {
  padding: 3px 0 4px 10px;
}
.registoryArea h2 .itemName {
  border-left: 4px solid #e93399;
  padding: 4px 0 4px 10px;
  display: block;
}
.registoryArea h2 .itemDetail {
  font-weight: normal;
  display: inline-block;
  padding: 0 6px 0 14px;
  margin-top: 2px;
}
.registoryArea .title {
  background-color: #fff;
  font-size: 1.2em;
  padding: 10px 34px 10px 34px;
}
.brandRelationList {
  margin-bottom: 40px;
}
.brandRelationList dt {
  font-weight: bold;
  margin-bottom: 5px;
}
.brandRelationList dd {
  font-weight: normal;
}
.brandRelationList ul {
  margin-top: 5px;
}
.brandRelationList li {
  display: inline-block;
}
.brandRelationList li label {
  position: relative;
  display: block;
  padding: 10px 15px 10px 35px;
  margin-right: 10px;
  cursor: pointer;
}
.brandRelationList li label input[type="checkbox"] {
  position: absolute;
  left: 6px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1em;
  height: 1em;
  z-index: -1;
}
.brandRelationList li label input[type="checkbox"]:checked + span {
  font-weight: bold;
}
.brandRelationList li label input[type="checkbox"]:checked + span:before {
  overflow: hidden;
  display: inline-block;
  text-indent: 200%;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 1;
  background-image: url("/com/images/common/common-img-sprite.png");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  background-position: 0 -1998px;
}
.brandRelationList li label > span {
  display: block;
}
.brandRelationList li label > span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  overflow: hidden;
  display: inline-block;
  text-indent: 200%;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 1;
  background-image: url("/com/images/common/common-img-sprite.png");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  background-position: 0 -2032px;
  left: 0px;
  z-index: 1;
}
/* その他登録したい条件のエリア */
.recommendArea {
  border-top: 1px dotted #ddd;
  padding-top: 10px;
  margin-bottom: 10px;
}
.recommendArea h2 {
  margin-bottom: 10px;
}
.recommendArea .option {
  margin-bottom: 20px;
  padding-left: 17px;
}
.recommendArea .option .title {
  vertical-align: top;
  padding: 7px 0 0 5px;
  text-align: right;
  white-space: nowrap;
}
.recommendArea .option .contents {
  padding: 4px 8px;
  width: 477px;
}
.recommendArea .option .contents input[type="checkbox"] {
  left: 3px;
  position: absolute;
  top: 4px;
}
.recommendArea .option .contents.cast td,
.recommendArea .option .contents.guest td,
.recommendArea .option .contents.brand td {
  line-height: 1.6em;
  padding: 0 15px 10px 0;
  position: relative;
  width: 144px;
  vertical-align: top;
}
.recommendArea .option .contents.cast td label,
.recommendArea .option .contents.guest td label,
.recommendArea .option .contents.brand td label {
  display: block;
  padding-left: 20px;
  width: 127px;
}
.recommendArea .programList {
  padding-left: 2em;
}
.recommendArea .programList .program {
  margin-bottom: 15px;
}
.recommendArea .programList .program input {
  margin-right: 5px;
}
/* 登録ボタン部分 */
#registryBtn {
  text-align: center;
  margin-bottom: 10px;
}
/* 登録完了画面時 */
.init .registrationInfo {
  border: none;
}
.init .registrationInfo .notice {
  color: #666;
  text-align: center;
}
.init .registrationInfo p {
  font-size: 14px;
}
.init .registrationInfo .desc {
  background-color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 10px;
}
.init .registrationInfo .desc .address {
  padding: 0px 34px 10px 34px;
  margin: 10px 0;
}
.init .registrationInfo .desc .annotation {
  padding-top: 10px;
}
.init .registrationInfo .recover {
  color: #666;
  font-weight: normal;
  text-align: right;
}
/* 登録完了画面 メッセージ*/
.confirmMessage {
  text-align: center;
  margin-bottom: 15px;
}
.confirmMessage .label {
  font-size: 1.8em;
  line-height: 1em;
  margin-bottom: 8px;
  font-weight: bold;
}
/* ランキング  */
#rankingArea {
  margin: 0;
  overflow: hidden;
  background: #f4f4f4;
  padding: 10px 0 30px;
}
#rankingArea h2 {
  margin: 30px 0 10px;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  margin-top: 30px;
  text-align: center;
}
#rankingArea h2:before {
  overflow: hidden;
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 1;
  background-image: url("/com/images/common/common-img-sprite.png");
  background-repeat: no-repeat;
  background-position: center -3479px;
  height: 24px;
  margin: 0 20px 15px;
  content: "";
}
#rankingArea .annotation {
  margin: 0 0 10px;
  font-size: 12px;
  text-align: center;
}
#rankingArea .lead {
  margin: 0 0 40px;
  font-size: 12px;
  text-align: center;
}
#rankingArea .mod-ranking {
  margin: 0 auto;
  font-size: 14px;
  left: 0;
  width: auto;
  max-width: 920px;
}
#rankingArea .mod-ranking li {
  margin-bottom: 10px;
  padding: 10px;
  margin-left: 14px;
}
#rankingArea .mod-ranking a {
  color: #333;
  text-decoration: underline;
}
#rankingArea .mod-ranking a:visited,
#rankingArea .mod-ranking a:link {
  color: #333;
}
#rankingArea .mod-ranking a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.recommendArea #rankingArea {
  margin: 0;
}
.recommendArea #rankingArea h2 {
  margin: 0;
  text-align: center;
}
.recommendArea #rankingArea .annotation padding-left 0:hover {
  text-decoration: none;
  opacity: 0.7;
}
/* エラー文言 */
.errorMessage {
  color: #eb393f;
  font-weight: bold;
}
.ligntBoxA {
  margin: 20px auto 0;
}
.closeMessage {
  position: absolute;
  bottom: 0px;
  right: -5px;
}
