@charset "UTF-8";
/* ======================
　0:共通
====================== */
body a {
  text-decoration: none;
}

/* ======================
　1:入力画面
====================== */
/* フロー指示 */
.con_wrapper {
  min-height: 250px;
  margin: 60px auto 0;
}

.complete_status {
  margin: 0 0 20px 0;
  color: #50ca30;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
.complete_status span {
  padding: 2px 0 2px 32px;
  background: url("../../image/sw/cu/common/ico_complete.png") no-repeat left 5px;
}
.complete_status .sub_msg {
  margin: 20px 0 0;
  color: #555;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
}
.complete_status.next {
  margin: 0;
  padding: 0 0 85px 0;
  background: url("../../image/sw/cu/common/bg_next_circle.png") no-repeat center 66px;
}

.next_flow {
  margin: 0 0 17px 0;
  color: #333;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
.next_flow.next {
  padding: 92px 0 0 0;
  background: url("../../image/sw/cu/common/bg_next_circle.png") no-repeat center 32px;
}

.err_status {
  color: #fd0585;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}

.err_supply {
  margin: 20px 0 10px 0;
  color: #fd193f;
  font-size: 12px;
  text-align: center;
}

/* フォーム */
.form_col_inner {
  width: 60%;
  margin: 0 auto;
}

.form_explain {
  margin: 0 0 10px 0;
}

.primary_form_inner {
  width: 65%;
  margin: 0 auto;
}

.primary_form {
  margin: 0 0 24px 0;
  padding: 15px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f1f1f1;
}
.primary_form .basic_input {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  margin: 5px 0;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1;
  outline: none;
}
.primary_form .basic_input:focus {
  border: 1px solid #00a0e9;
  box-shadow: none;
}

.form_supply_wrapper {
  font-size: 12px;
}

.form_main_supply {
  margin: 0 0 10px 0;
  padding: 0 0 8px 0;
  border-bottom: 1px dotted #d9d9d9;
}
.form_main_supply .ttl {
  padding: 2px 0 2px 23px;
  background: url("../../image/sw/cu/common/ico_circle_q.png") no-repeat left center;
  font-weight: bold;
  font-size: 13px;
}

.form_sub_supply li {
  list-style-type: disc;
  margin: 0 0 0 20px;
  font-size: 11px;
  line-height: 1.5;
}
.form_sub_supply .supply_inner_list li {
  list-style-type: none;
  margin: 0;
}

/* エラーメッセージ  */
.err_msg {
  display: block;
  color: #fd193f;
  font-size: 12px;
}

.err_bg {
  background-color: #ffebeb;
}

/* ワークサマリーボックス */
.work_sum_box {
  font-size: 13px;
  list-style-type: none;
  margin: 30px 0 10px;
  padding: 20px;
  border: 2px solid #ddd;
  border-radius: 3px;
}
.work_sum_box li {
  margin: 5px 0 0 0;
}
.work_sum_box li:first-child {
  margin: 0;
}
.work_sum_box .emph {
  font-size: 14px;
  font-weight: bold;
}

.status_supply {
  font-size: 13px;
}
.status_supply_box {
  padding: 10px;
  background: #f0f0f0;
}
.status_supply_item {
  list-style-type: disc;
  margin: 0 0 5px 15px;
}
.status_supply_item:last-child {
  margin: 0 0 0 15px;
}
.status_supply .emph {
  font-weight: bold;
}
.status_supply .emph_color {
  color: #ff852a;
}

.flow_list li.flow_item:not(:last-child):after, .flow_list li.flow_now:not(:last-child):after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 16px;
  right: -5px;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
}

.flow_list {
  text-align: center;
  margin: 10px auto 20px;
}
.flow_list li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 145px;
  height: 40px;
  line-height: 40px;
  list-style-type: none;
  margin: 0 3px 0 0;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
.flow_list li:last-child {
  margin-right: 0;
}
.flow_list li.flow_now:not(:last-child):after {
  border: 1px solid #ffb100;
  background-color: #ffb100;
}
.flow_list li.flow_item:not(:last-child):after {
  border: 1px solid #cacaca;
  border-top: none;
  border-left: none;
  background-color: #fff;
}

.flow_item .num, .flow_now .num {
  border-radius: 16px;
  font-size: 16px;
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: 0 4px 0 0;
  line-height: 19px;
  text-align: center;
}

.flow_now {
  position: relative;
  border: 1px solid #ffb100;
  color: #fff;
  font-weight: bold;
  background-color: #ffb100;
  text-shadow: -1px -1px 0 #e69f00;
}
.flow_now .num {
  color: #ffb100;
  background: #fff;
  text-shadow: none;
}

.flow_item {
  position: relative;
  border: 1px solid #cacaca;
  color: #cacaca;
  background-color: #fff;
}
.flow_item .num {
  color: #fff;
  background: #cacaca;
}

.attention_modal_box {
  display: none;
  position: fixed;
  z-index: 10001;
  width: 450px;
  margin: 0 auto;
  border-radius: 3px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  line-height: 1.4;
}
.attention_modal_box .modal_header {
  position: relative;
  padding: 16px 0;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.attention_modal_box .modal_ttl {
  font-weight: normal;
  font-size: 18px;
}
.attention_modal_box .modal_regist_inner {
  padding: 35px 52px;
}
.attention_modal_box .phone_number {
  margin: 0 0 32px 0;
  font-weight: bold;
}
.attention_modal_box .phone_number p {
  padding: 23px 0 20px 112px;
  background: url("../../image/sw/cu/common/bg_smp.png") #fff 48px center no-repeat;
  font-size: 24px;
  text-align: left;
}
.attention_modal_box .main_txt {
  margin: 0 0 20px 0;
  font-size: 14px;
}
.attention_modal_box .main_txt .primary_txt {
  margin: 0 0 10px 0;
}
.attention_modal_box .main_txt .emph {
  color: #ff852a;
  font-weight: bold;
}
.attention_modal_box .btn_normal {
  margin: 0 auto 20px;
}
.attention_modal_box .link_sub {
  font-size: 12px;
  text-align: center;
}
.attention_modal_box .link_sub a {
  text-decoration: none;
}
.attention_modal_box .link_close {
  color: #325ec0;
  text-align: center;
  cursor: pointer;
}
.attention_modal_box .btn_close {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 100;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.attention_modal_box .btn_close:hover:before, .attention_modal_box .btn_close:hover:after {
  background: #b2b2b2;
}
.attention_modal_box .btn_close:before, .attention_modal_box .btn_close:after {
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 18px;
  height: 2px;
  background-color: #ddd;
  content: "";
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.attention_modal_box .btn_close:before {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.attention_modal_box .btn_close:after {
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

#modal_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 120%;
  background-color: rgba(255, 255, 255, 0.85);
}

.swfamily_mod {
  width: 650px;
  margin: 30px auto;
  border: 1px solid #ddd;
}
.swfamily_mod_half {
  width: 325px;
}
.swfamily_mod_link {
  display: block;
  position: relative;
  padding: 25px 10px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.swfamily_mod_link:hover {
  background: #fffdf2;
}
.swfamily_mod_link:after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: 1;
  width: 8px;
  height: 8px;
  background: transparent;
  content: "";
  margin-top: -4px;
  border-left: 2px solid #a4a49b;
  border-top: 2px solid #a4a49b;
}

/* ----------------------
 共通
---------------------- */
/* アイコン */
.icon_Link {
  background: url("../../image/sw/cu/profile/icon_link.png") no-repeat left center;
  padding-left: 13px;
}

.iconMail {
  background: url("../../image/sw/cu/profile/icon_mail.png") no-repeat left center;
  padding-left: 28px;
}

#columnWrap {
  margin-bottom: 70px;
}

#breadcrumb {
  margin: 0;
}

/* テキスト入力モード指定(IEのみの対応) */
.txtmodeJpn {
  ime-mode: active;
}

/* 初期値が日本語入力モードになります。　*/
.txtmodeEng {
  ime-mode: inactive;
}

/* 初期値が英数字入力モードになります。　*/
.txtmodeEngImp {
  ime-mode: disabled;
}

/* 英数字入力モードになります。ユーザーの操作によるモードの変更はできません。　*/
/* 補足文 */
.supply {
  color: #999;
}

/* フォーカス */
input[type=text], input[type=tel], input[type=email], input[type=number], input[type=password], textarea {
  outline: none;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
input[type=text]:focus, input[type=tel]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, textarea:focus {
  border: 1px solid #00a0e9 !important;
  box-shadow: none;
}

/* ----- エラーメッセージ ------ */
.mainErrBox {
  display: block;
  margin: 0 0 10px 0;
  border: 1px solid #f39;
  background: none repeat scroll 0 0 #fff4fa;
  color: #f39;
  font-size: 15px;
  line-height: 130%;
}

.mainErrBox p {
  margin: 5px 5px 5px 10px;
  padding: 4px 0 2px 20px;
  background: url("../../image/sw/cu/icon/spr_icon_attention.gif") no-repeat scroll left center transparent;
  text-align: left;
}

.errMsg {
  display: block;
  margin: 5px 5px 5px 0;
  padding: 2px 0 2px 20px;
  background: url("../../image/sw/cu/icon/pr_icon_checkpink.png") no-repeat scroll left center transparent;
  color: #f39;
}
.errMsg a {
  color: #f39;
}

.errBox {
  background: #fcebd0;
}

.top_err_detail_box {
  margin: 0 0 0 10px;
}

.js_err_hide {
  display: none;
}

/* ----------------------登録画面---------------------- */
.submitBox .btn_normal {
  width: 40%;
}

/* ----------------------
基本情報
---------------------- */
/*  ベース  */
#cuRegistBasic .subTtl {
  width: 890px;
  margin: 0;
  padding: 0;
}

#cuRegistBasic .subTtl .ttl {
  float: left;
  width: 100px;
  margin: 0 0 5px 0;
  padding: 3px 0 3px 10px;
  color: #ed8d05;
  font-weight: bold;
  font-size: 15px;
  text-align: left;
  border-left: 7px solid #ed8d05;
}

#cuRegistBasic .subTtl.bLine .ttl {
  border-left: 7px solid #333;
}

#cuRegistBasic .subTtl .txt {
  float: right;
  width: 300px;
  width: 300px;
  padding: 6px 10px 0 0;
  color: #666;
  font-size: 12px;
  text-align: right;
}

#cuRegistBasic .subTtl .txt .hikkoMark {
  margin: 0 5px 0 3px;
}

.registBasicBox {
  display: block;
  position: relative;
  width: 880px;
  margin: 0;
  padding: 13px 30px 16px 30px;
  overflow: hidden;
  border: 5px solid #fea305;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  behavior: url(/lib/PIE.htc);
}

.registBasicBox table {
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px dashed #d2d1d1;
}

.registBasicBox td {
  font-size: 12px;
  border-bottom: 1px dashed #d2d1d1;
}

.registBasicBox input {
  vertical-align: middle;
}

.hikkoMark {
  padding: 2px 2px 0 3px;
  border: 1px solid #fa9317;
  background: #fff;
  color: #fe8605;
  font-size: 11px;
  line-height: 10px;
}

.registBasicBox table .columnTtl {
  width: 140px;
  margin: 0;
  padding: 13px 0 13px 20px;
  background: #f5f5f5;
  color: #333;
  font-weight: bold;
  font-size: 12px;
  vertical-align: top;
}

.registBasicBox table .columnHikko {
  width: 35px;
  padding: 15px 10px 0 0;
  background: #f5f5f5;
  font-size: 12px;
  vertical-align: top;
}

.registBasicBox table .columnInput {
  width: 635px;
  padding: 10px 15px 10px 38px;
}

.registBasicBox table .columnInput input {
  line-height: 16px;
}

.registBasicBox table .attentionTxt {
  padding: 0 0 0 15px;
  color: #666;
  font-size: 12px;
}

/* 氏名 */
.registBasicBox .nameTr td {
  margin-bottom: 0 !important;
  padding-bottom: 5px !important;
  border-bottom: none !important;
}

.registBasicBox .nameTr td input {
  float: left;
  margin-top: 5px !important;
  margin-right: 10px !important;
}

.registBasicBox .columnInput .nameInput {
  float: left;
  width: 155px;
  padding: 2px 5px;
  border: 1px solid #abadb3;
  color: #000;
  font-size: 14px;
}

.registBasicBox .nameTr td .nameTxt {
  float: left;
  margin-top: 5px !important;
}

.registBasicBox .columnInput .nameTxt {
  display: block;
  float: left;
  width: 25px;
  line-height: 20px;
  text-align: right;
  margin-right: 5px;
}

/* フリガナ */
.registBasicBox .kanaTr td input {
  float: left;
  margin-top: 5px !important;
  margin-right: 10px !important;
}

.registBasicBox .kanaTr td .nameTxt {
  float: left;
  margin-top: 5px !important;
}

.registBasicBox .kanaTr td input {
  margin-bottom: 4px !important;
}

/* 性別 */
.registBasicBox table .columnInput .sexBox label {
  margin: 0 30px 0 0;
  padding: 0;
  color: #000;
  letter-spacing: 2px;
}

.registBasicBox table .columnInput .sexBox label input {
  margin: 0 5px 0 0;
  padding: 0;
}

/* 属性 */
.registBasicBox table .columnInput .attributeSelect select {
  width: 337px;
  padding: 3px 2px 3px 5px;
  border: 1px solid #abadb3;
  color: #000;
  font-size: 14px;
  letter-spacing: 0.1em;
}

/* 誕生日 */
.registBasicBox table .columnInput .birthSelect select {
  padding: 2px 2px 2px 4px;
  border: 1px solid #abadb3;
  font-size: 14px;
}

.registBasicBox table .columnInput .autoAddress {
  width: 200px;
  height: 28px;
  margin: 0 40px 0 0;
  padding: 0 10px 1px 10px;
  text-align: center;
}

/* 住所 */
.registBasicBox table .columnInput .postCodeBox {
  margin: 2px 0 5px 0;
}

.registBasicBox table .columnInput .postCodeBox .postCode {
  font-size: 14px;
}

.registBasicBox table .columnInput .postCodeBox .postCode input {
  width: 70px;
  padding: 3px 4px 3px 4px;
  border: 1px solid #abadb3;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.08em;
  text-align: center;
}

.registBasicBox table .columnInput .prefCodeBox {
  margin: 0 0 2px 0;
}

.registBasicBox table .columnInput .prefCodeBox select {
  width: 337px;
  margin: 0;
  padding: 3px 2px 3px 5px;
  border: 1px solid #abadb3;
  color: #000;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.registBasicBox table .columnInput .municipalityBox input {
  width: 325px;
  margin: 5px 3px 0 0;
  padding: 3px 5px 3px 5px;
  border: 1px solid #abadb3;
  font-size: 14px;
  ime-mode: active;
}

.registBasicBox table .columnInput .addressBox input {
  width: 325px;
  margin: 7px 3px 0 0;
  padding: 3px 5px 3px 5px;
  border: 1px solid #abadb3;
  font-size: 14px;
  ime-mode: active;
}

/* 最寄駅 */
.registBasicBox table .columnInput .stationsearch input[type=text] {
  width: 250px;
  margin: 0 6px 0 0;
  padding: 3px 2px 3px 5px;
  border: 1px solid #abadb3;
  color: #000;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.registBasicBox .stationsearch .setumei {
  position: relative;
  width: 338px;
  margin: 2px 0 5px 0;
  padding: 4px 0;
  border-radius: 3px;
  background: #ececeb;
  color: #000;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 0.1em;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  behavior: url(/lib/PIE.htc);
}

.registBasicBox table .columnInput .btnGetStation input {
  padding: 2px 5px;
}

.registBasicBox table .columnInput .stationsearch .attentionTxt {
  color: #000;
  font-weight: bold;
}

.registBasicBox table .columnInput .walkTime input {
  width: 50px;
  margin: 0 2px 0 0;
  padding: 2px;
  border: 1px solid #abadb3;
  color: #000;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: center;
}

.registBasicBox table .columnInput .walkTime span {
  margin: 0 2px 0 0;
  line-height: 30px;
}

.registBasicBox table .columnInput #stationselect {
  margin: 5px 0 5px 5px;
  font-size: 13px;
  line-height: 20px;
}

.registBasicBox table .columnInput #stationselect .stationTxt {
  font-weight: bold;
}

.registBasicBox table .columnInput #stationselect label {
  display: inline-block;
  padding: 5px 10px 5px 0;
}

.registBasicBox .columnInput .stationName span {
  margin: 8px 5px 0 0;
  font-size: 15px;
}

.registBasicBox #stationdisp input {
  padding: 1px 5px;
}

.registBasicBox .stationText {
  margin: 5px 0;
  line-height: 1.3em;
}

/* TEL */
.registBasicBox table .tellBox .tellTtl {
  color: #333;
  font-weight: bold;
  font-size: 12px;
}

.registBasicBox table .columnInput .mobileNumBox input {
  width: 323px;
  margin: 0;
  padding: 3px 5px 3px 5px;
  border: 1px solid #abadb3;
  font-size: 14px;
  letter-spacing: 0.1em;
  ime-mode: disabled;
}

.registBasicBox table .tellBox .editBox {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* mail */
.registBasicBox table .mailBox .columnInput {
  padding-left: 5px;
}

.registBasicBox table .columnInput .mobileBox input {
  width: 247px;
  margin: 1px 5px 3px 0;
  padding: 2px 5px 2px 5px;
  border: 1px solid #abadb3;
  font-size: 14px;
  ime-mode: inactive;
}

.registBasicBox table .columnInput .mobileBox select {
  width: 200px;
  margin: 0 0 3px 5px;
  padding: 1px 2px 1px 5px;
  border: 1px solid #abadb3;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.registBasicBox table .columnInput .checkInfo {
  margin: 0 0 5px 0;
}

.registBasicBox table .columnInput .checkInfo label {
  padding: 0 0 0 40px;
}

/* ----説明BOX----*/
.helpBox {
  display: none;
  padding: 5px 0 5px 20px;
  color: #999;
  font-size: 13px;
}

/* 基本情報 の説明 */
.registBasicBox #help01, .registBasicBox #help02 {
  padding: 2px 0 5px 30px;
}

.registBasicBox #help03 {
  padding: 3px 0 7px 15px;
}

.registBasicBox #help04, .registBasicBox #help05, .registBasicBox #help11, .registBasicBox #help12, .registBasicBox #help13 {
  padding: 5px 0 10px 2px;
}

.registBasicBox #help06 {
  padding: 5px 0 10px 0;
}

.registBasicBox #help07 {
  padding: 5px 0 10px;
}

.registBasicBox #help09 {
  padding: 5px 0 10px 40px;
}

/* プロフィール の説明 */
.registOptionBox #help08 {
  padding: 5px 0 10px;
}

.registOptionBox #help10 {
  padding: 2px 0 15px;
}

.registOptionBox #help201 {
  padding: 0 0 8px 3px;
}

.registOptionBox #help202 {
  padding: 3px 0 5px 5px;
}

.registOptionBox #help203 {
  padding: 0 0 0 85px;
}

.registOptionBox #help204 {
  padding: 8px 0 15px 0;
  font-size: 13px;
}

.registOptionBox #help205 {
  padding: 3px 0 0 0;
  color: #333;
  font-size: 13px;
  font-size: 14px;
}

#helpWorkSample {
  padding: 20px 15px 15px 15px;
  color: #333;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
}

#helpWorkSample .closeBtn {
  display: block;
  position: relative;
  clear: both;
  width: 150px;
  height: 15px;
  margin: 20px auto;
  padding: 10px 0;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: url("../../image/sw/cu/profile/grayBtnbg_off.png") repeat-x scroll 0 bottom transparent;
  color: #666;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  behavior: url(/lib/PIE.htc);
}

#helpWorkSample .closeBtn:hover {
  background: url("../../image/sw/cu/profile/grayBtnbg_on.png") repeat-x scroll 0 bottom transparent;
}

/* ログイン情報 */
.loginid_box {
  margin: 0 0 10px 0;
}
.loginid_box dl {
  margin: 0 0 5px 0;
}
.loginid_box dt {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 123px;
}
.loginid_box dd {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-weight: bold;
  font-size: 14px;
  word-break: break-all;
}

.password_box {
  margin: 10px 0 0 0;
}
.password_box label {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 123px;
}
.password_box input[type=password] {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 155px;
  padding: 2px 5px;
  border: 1px solid #abadb3;
  color: #000;
  font-size: 14px;
}
.password_box .supply {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 11px;
}

/* ----------------------
プロフィール
---------------------- */
/*  ベース */
#cuRegistOption .subTtl {
  width: 890px;
  margin: 0;
  padding: 0;
}

#cuRegistOption .subTtl .ttl {
  margin: 0 0 5px 0;
  padding: 3px 0 3px 10px;
  color: #ed8d05;
  font-weight: bold;
  font-size: 15px;
  text-align: left;
  border-left: 7px solid #ed8d05;
}

#cuRegistOption .subTtl .txt {
  float: right;
  width: 300px;
  padding: 8px 0 0 0;
  color: #333;
  text-align: right;
}

.registOptionBox {
  display: block;
  position: relative;
  width: 880px;
  margin: 0;
  padding: 15px 30px;
  overflow: hidden;
  border: 5px solid #d3d3d3;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  behavior: url(/lib/PIE.htc);
}

.registOptionBox table {
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px dashed #d2d1d1;
}

.registOptionBox td {
  font-size: 12px;
  border-bottom: 1px dashed #d2d1d1;
}

.registOptionBox input {
  vertical-align: middle;
}

.registOptionBox .columnTtl {
  width: 160px;
  margin: 0;
  padding: 13px 0 13px 20px;
  background: #f5f5f5;
  color: #333;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  vertical-align: top;
}

.registOptionBox .columnInput {
  width: 627px;
  padding: 5px 5px 5px 38px;
}

.registOptionBox .attentionTxt {
  padding: 0 0 0 10px;
  color: #666;
  font-size: 12px;
}

.registOptionBox .setumei {
  position: relative;
  width: 410px;
  margin: 0 0 10px 0;
  padding: 5px 5px 5px 15px;
  border-radius: 5px;
  background: #ececeb;
  color: #333;
  font-size: 12px;
  line-height: 17px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  behavior: url(/lib/PIE.htc);
}

/* 学歴*/
.registOptionBox .academicBox input, .registOptionBox .academicBox select {
  border: 1px solid #abadb3;
  color: #333;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.registOptionBox .academicBox select {
  width: 170px;
  margin: 0 10px 5px 0;
  padding: 3px 2px 3px 5px;
}

.registOptionBox .academicBox .sName {
  width: 345px;
  margin: 0 10px 5px 0;
  padding: 3px 2px 3px 5px;
}

.registOptionBox .academicBox .sMajor {
  width: 345px;
  margin: 0 10px 3px 0;
  padding: 3px 2px 3px 5px;
}

.registOptionBox .homeNumBox input, .registOptionBox .pcBox input {
  width: 345px;
  margin: 0 10px 3px 0;
  padding: 3px 2px 3px 5px;
  border: 1px solid #abadb3;
  color: #333;
  font-size: 14px;
  letter-spacing: 0.1em;
}

/* 仕事経験 */
.registOptionBox .workListBox {
  margin: 7px 0 5px 0;
}

.registOptionBox .workBox {
  margin: 0 0 5px 0;
  padding: 7px 5px 10px 0;
  border-bottom: 1px dashed #ccc;
}

.registOptionBox .workBox .workNum {
  margin: 0;
  margin: 0 0 2px 0;
  padding: 1px 0 0 15px;
  background: url("../../image/sw/cu/icon/pr_icon_note.png") no-repeat scroll left center transparent;
  color: #000;
  font-weight: bold;
  font-size: 13px;
}

.registOptionBox .workBox .inputTtl {
  display: inline-block;
  width: 80px;
  margin: 7px 0;
  color: #666;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: left;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
}

.registOptionBox .workBox input, .registOptionBox .workBox select {
  border: 1px solid #abadb3;
  color: #333;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.registOptionBox .workBox input {
  width: 305px;
  margin: 0 5px 4px 0;
  padding: 2px 2px;
  ime-mode: active;
}

.registOptionBox .workBox select {
  width: 310px;
  margin: 0 0 4px 0;
  padding: 2px 1px 2px 2px;
}

.registOptionBox .workBox textarea {
  width: 302px;
  height: 60px;
  margin: 0 5px 0 0;
  padding: 4px 3px;
  border: 1px solid #abadb3;
  color: #333;
  font-size: 12px;
  letter-spacing: 0.05em;
  ime-mode: active;
}

.registOptionBox .moreWork {
  position: relative;
  width: 390px;
  margin: 10px 0 10px 0;
  border: 1px dashed #666;
  border-radius: 3px;
  background: #fffff3;
  color: #333;
  font-weight: bold;
  letter-spacing: 0.2em;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  behavior: url(/lib/PIE.htc);
}

.registOptionBox .moreWork:hover {
  background: #fcfcd4;
}

.registOptionBox .moreWork span {
  display: block;
  width: 390px;
  padding: 6px 0 6px 0;
  background: url("../../image/sw/cu/profile/cuRegist_plusBtn_on.png") no-repeat 23px center;
  text-align: center;
}

.registOptionBox .moreWork span:hover {
  background: url("../../image/sw/cu/profile/cuRegist_plusBtn_off.png") no-repeat 23px center !important;
}

.registOptionBox .del_workBox {
  margin: 2px 3px;
  background: #fcd6d6;
  color: #fe0d51;
  font-weight: normal;
  font-size: 13px;
  cursor: pointer;
}

.registOptionBox .del_workBox:hover {
  color: #fe0d0d;
  text-decoration: underline;
}

.registOptionBox #workSample {
  margin: 15px 0 0 0;
  color: #04c !important;
  font-weight: normal !important;
  line-height: 20px;
  text-decoration: underline;
  cursor: pointer;
}

.registOptionBox #workSample:hover {
  text-decoration: none;
}

/* 写真 */
.registOptionBox .photoBox input {
  margin: 4px 0;
  color: #333;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.registOptionBox .photoBox span {
  margin: 0 0 0 5px;
}

/* 服サイズ */
.registOptionBox .uniformBox select {
  width: 350px;
  padding: 2px 1px 2px 2px;
  border: 1px solid #abadb3;
  color: #333;
  font-size: 14px;
  letter-spacing: 0.1em;
}

/* スキル */
.registOptionBox .skillBox {
  margin: 10px 0;
}

.registOptionBox .carSkill {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
}

.registOptionBox .carSkill input {
  margin-right: 5px;
}

.registOptionBox .moreSkill {
  position: relative;
  width: 390px;
  margin: 4px 0;
  border: 1px dashed #666;
  border-radius: 3px;
  background: #fffff3;
  color: #333;
  font-weight: bold;
  letter-spacing: 0.2em;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  behavior: url(/lib/PIE.htc);
}

.registOptionBox .moreSkill:hover {
  background: #fcfcd4;
}

.registOptionBox .moreSkill span {
  display: block;
  width: 390px;
  padding: 6px 0 6px 0;
  background: url("../../image/sw/cu/profile/cuRegist_plusBtn_on.png") no-repeat 23px center;
  text-align: center;
}

.registOptionBox .moreSkill span:hover {
  background: url("../../image/sw/cu/profile/cuRegist_plusBtn_off.png") no-repeat 23px center !important;
}

.registOptionBox #skillDiv {
  display: block;
  margin: 0 0 15px 0;
  padding: 0;
  border: 1px dashed #ffa21f;
  background: #fdf7de;
  border-width: 0 1px 1px 1px;
}

.registOptionBox #skillDiv dt {
  display: block;
  padding: 5px 10px 5px 20px;
  background: #fdae05;
  color: #fff;
  font-size: 13px;
}

.registOptionBox #skillDiv dd {
  margin: 5px 5px 10px 5px;
}

.registOptionBox #skillDiv ul {
  list-style: none;
}

.registOptionBox #skillDiv li {
  display: block;
  float: left;
  margin: 5px 15px 10px 5px;
  font-size: 12px;
}

.registOptionBox #skillDiv input[type=checkbox] {
  margin-right: 5px;
}

/* 自己PR */
.registOptionBox .selfPrBox {
  margin: 5px 0;
}

.registOptionBox .selfPrBox textarea {
  width: 340px;
  height: 60px;
  margin: 0 5px 0 0;
  padding: 4px 3px;
  border: 1px solid #abadb3;
  color: #333;
  font-size: 12px;
  letter-spacing: 0.05em;
  ime-mode: active;
}

/* 急募メール */
.registOptionBox .noBorder td {
  border-bottom: none !important;
}

.registOptionBox .urgentRecBox {
  margin: 5px 0;
}

.registOptionBox .urgentRecBox .txt {
  margin: 0 0 10px 0;
  color: #333;
  font-size: 12px;
}

.registOptionBox .urgentRecBox label {
  margin: 0 30px 0 0;
  padding: 0;
  color: #000;
  letter-spacing: 2px;
}

.registOptionBox .urgentRecBox label input {
  margin: 0 5px 0 0;
  padding: 0;
}

.registOptionBox .uWishBox {
  margin: 10px 0 5px 0;
}

.registOptionBox .uWishBox .txt {
  float: right;
  width: 255px;
  margin: 0 0 10px 0;
  color: #666;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.15em;
}

.registOptionBox .uWishBox .areaBox {
  float: left;
  width: 355px;
  margin: 0 0 15px 0;
}

.registOptionBox .moreArea {
  position: relative;
  width: 344px;
  margin: 4px 0;
  border: 1px dashed #666;
  border-radius: 3px;
  background: #fffff3;
  color: #333;
  font-weight: bold;
  letter-spacing: 0.2em;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  behavior: url(/lib/PIE.htc);
}

.registOptionBox .moreArea:hover {
  background: #fcfcd4;
}

.registOptionBox .moreArea span {
  display: block;
  width: 342px;
  padding: 6px 0 6px 0;
  background: url("../../image/sw/cu/profile/cuRegist_plusBtn_on.png") no-repeat 23px center;
  text-align: center;
}

.registOptionBox .moreArea span:hover {
  background: url("../../image/sw/cu/profile/cuRegist_plusBtn_off.png") no-repeat 23px center !important;
}

.registOptionBox .uWishBox .ttl {
  margin: 0 0 5px 0;
  color: #333;
  font-weight: bold;
  font-size: 12px;
}

.registOptionBox .uWishBox select {
  width: 350px;
  margin: 0 0 3px 0;
  padding: 2px 1px 2px 2px;
  border: 1px solid #abadb3;
  color: #333;
  font-size: 14px;
  letter-spacing: 0.1em;
}

/* 非表示職種設定 */
.registOptionBox .noViewJob {
  margin: 7px 0 0 0;
}

.registOptionBox .noViewJob select {
  width: 350px;
  margin: 0 0 3px 0;
  padding: 2px 1px 2px 2px;
  border: 1px solid #abadb3;
  color: #333;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.registOptionBox .noViewJob .leftBox {
  float: left;
  width: 355px;
  margin: 0 0 4px 0;
}

.registOptionBox .noViewJob .rightBox {
  float: right;
  width: 255px;
  margin: 0 0 10px 0;
  color: #666;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.15em;
}

/* ---------------------- 確認画面 ---------------------- */
#cuConfirm .mainTtl {
  width: 890px;
  margin: 0 0 0 25px;
  padding: 0;
}

#cuConfirm .mainTtl .ttl {
  position: relative;
  float: left;
  width: 160px;
  padding: 10px 0 6px 0;
  border-radius: 3px 3px 0 0;
  background: #fea305;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-align: center;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  behavior: url(/lib/PIE.htc);
}

#cuConfirm .mainTtl .txt {
  float: left;
  margin: 4px 0 0 80px;
  padding: 3px 40px;
  border: 1px dashed #fcc672;
  border-radius: 3px;
  background: #fdf3e2;
  color: #333;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  behavior: url(/lib/PIE.htc);
}

#cuConfirm ul {
  list-style: none;
  margin: 0 0 0 2px;
}

#cuConfirm ul li {
  padding: 1px 0 1px 12px;
  background: url("../../image/sw/cu/profile/profArrow_01.png") no-repeat 0 center;
  font-size: 14px;
}

#cuConfirm .subTtl {
  width: 890px;
  margin: 0;
  padding: 0;
}

#cuConfirm .subTtl .ttl {
  float: left;
  width: 100px;
  margin: 0 0 5px 0;
  padding: 3px 0 3px 10px;
  color: #ed8d05;
  font-weight: bold;
  font-size: 15px;
  text-align: left;
  border-left: 7px solid #ed8d05;
}

#cuConfirm .subTtl.bLine .ttl {
  border-left: 7px solid #333;
}

#cuConfirm .subTtl .txt {
  float: right;
  width: 300px;
  padding: 6px 10px 0 0;
  color: #666;
  font-size: 12px;
  text-align: right;
}

#cuConfirm .subTtl .txt .hikkoMark {
  margin: 0 5px;
}

.confirmoBox {
  display: block;
  position: relative;
  width: 880px;
  margin: 0;
  padding: 13px 30px;
  overflow: hidden;
  border: 5px solid #fea305;
  border-radius: 5px;
  font-size: 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  behavior: url(/lib/PIE.htc);
}

.confirmoBox table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 25px;
  border-top: 1px dashed #d2d1d1;
}

.confirmoBox td {
  font-size: 12px;
  border-bottom: 1px dashed #d2d1d1;
}

.confirmoBox input {
  vertical-align: middle;
}

.hikkoMark {
  padding: 2px 2px 0 3px;
  border: 1px solid #fa9317;
  background: #fff;
  color: #fe8605;
  font-size: 11px;
  line-height: 10px;
}

.confirmoBox table .columnTtl {
  width: 150px;
  margin: 0;
  padding: 13px 0 13px 20px;
  background: #f5f5f5;
  color: #333;
  font-weight: bold;
  font-size: 12px;
  vertical-align: top;
}

.confirmoBox table .columnHikko {
  width: 35px;
  padding: 15px 10px 0 0;
  background: #f5f5f5;
  font-size: 12px;
  vertical-align: top;
}

/* オレンジver */
.confirmoBox table.tdOrg .columnTtl {
  background: #fefbda;
}

.confirmoBox table.tdOrg .columnHikko {
  background: #fefbda;
}

.confirmoBox table .columnInput {
  width: 610px;
  padding: 10px 15px 10px 45px;
  color: #333;
  font-size: 16px;
  line-height: 20px;
}

.confirmoBox table .attentionTxt {
  padding: 0 0 0 15px;
  color: #666;
  font-size: 12px;
}

/* 氏名 */
.confirmoBox .nameInput span {
  margin-right: 8px;
}

/* 性別 */
/* 属性 */
/* 誕生日 */
/* 住所 */
.confirmoBox .prefBox p span {
  margin-right: 10px;
}

/* TEL */
.confirmoBox .tellTr .columnInput {
  padding: 10px 10px 10px 8px;
}

.confirmoBox .tellTr .tellTtl {
  color: #333;
  font-weight: bold;
  font-size: 13px;
  margin-right: 15px;
}

.confirmoBox .tellTr .hikkoMark {
  margin: 0 10px 0 0;
}

.confirmoBox .tellTr .homeNumBox {
  margin: 3px 0 0 0;
  padding: 0 0 0 39px;
}

/* mail */
.confirmoBox table .mailBox .columnInput {
  padding-left: 5px;
}

.confirmoBox table .columnInput .mobileBox {
  margin: 0 0 5px 0;
  font-size: 15px;
}

.confirmoBox table .columnInput .mailTtl {
  color: #333;
  font-weight: bold;
  font-size: 13px;
}

.confirmoBox table .columnInput .mobileBox .hikkoMark {
  margin: 0 12px 0 3px;
}

.confirmoBox table .columnInput .pcBox {
  margin: 5px 0 5px 45px;
  font-size: 13px;
}

.confirmoBox table .columnInput .mobileBox .mailTtl {
  margin-right: 5px;
}

.confirmoBox table .columnInput .pcBox .mailTtl {
  margin-right: 15px;
}

.confirmoBox table .columnInput .checkInfo {
  margin: 15px 0 5px 45px;
}

/* 学歴*/
/* 仕事経験 */
.confirmoBox .workListBox {
  margin: 5px 0 0 0;
}

.confirmoBox .workBox {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  font-size: 15px;
  line-height: 18px;
  border-bottom: 1px #ccc dashed;
}

.confirmoBox .workBox .ttl {
  display: block;
  position: relative;
  float: left;
  width: 85px;
  margin: 5px 8px 5px 0;
  padding: 1px 0;
  border-radius: 3px;
  background: #edecec;
  color: #333;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  behavior: url(/lib/PIE.htc);
}

.confirmoBox .workBox .txt {
  display: block;
  float: right;
  width: 500px;
  margin: 5px 0;
  color: #333;
}

.confirmoBox .workBox .jobInfo {
  margin: 3px 0;
  color: #666;
  font-size: 13px;
  line-height: 15px;
}

.confirmoBox .workBox .workNum {
  margin: 0 0 2px;
  padding: 1px 0 0 15px;
  background: url("../../image/sw/cu/icon/pr_icon_note.png") no-repeat left center !important;
  color: #000;
  font-weight: bold;
  font-size: 13px;
}

.confirmoBox .workBox .inputTtl {
  display: inline-block;
  width: 80px;
  margin: 7px 0;
  color: #666;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: left;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
}

.confirmoBox .workBox.noLine {
  border-bottom: none;
}

/* 写真 */
.confirmoBox .photoBox img {
  display: block;
  margin: 5px 0;
  padding: 6px;
  border: 1px dashed #ccc;
  background: #fff;
}

/* 服サイズ */
/* スキル */
/* 自己PR */
.confirmoBox .selfPrBox {
  margin: 4px 0;
}

/* 急募メール */
.confirmoBox .noBorder td {
  border-bottom: none !important;
}

.confirmoBox .urgentRecBox {
  margin: 5px 0;
}

.confirmoBox .urgentRecBox .txt {
  margin: 0 0 10px 0;
  color: #333;
  font-size: 12px;
}

.confirmoBox .uWishBox {
  margin: 0;
}

.confirmoBox .uWishBox .txt {
  float: right;
  width: 255px;
  margin: 0 0 10px 0;
  color: #666;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.15em;
}

.confirmoBox .uWishBox .areaBox {
  margin: 0;
}

.confirmoBox .uWishBox .ttl {
  margin: 0 0 5px 0;
  color: #333;
  font-weight: bold;
  font-size: 14px;
}

.confirmoBox .uWishBox .areaBox .ttl {
  background: url("../../image/sw/cu/profile/profIcon_map.png") no-repeat left center;
  padding-left: 20px;
}

.confirmoBox .uWishBox .jobBox .ttl {
  padding: 3px 0 0 25px;
  background: url("../../image/sw/cu/profile/profIcon_job.png") no-repeat left center;
}

.confirmoBox .uWishBox select {
  width: 350px;
  margin: 0 0 3px 0;
  padding: 2px 1px 2px 2px;
  border: 1px solid #abadb3;
  color: #333;
  font-size: 14px;
  letter-spacing: 0.1em;
}

/* 非表示職種設定 */
.confirmoBox .noViewJob {
  margin: 0;
}

.confirmoBox .noViewJob select {
  width: 350px;
  margin: 0 0 3px 0;
  padding: 2px 1px 2px 2px;
  border: 1px solid #abadb3;
  color: #333;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.confirmoBox .noViewJob .leftBox {
  float: left;
  width: 355px;
  margin: 0 0 4px 0;
}

.confirmoBox .noViewJob .rightBox {
  float: right;
  width: 255px;
  margin: 0 0 10px 0;
  color: #666;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.15em;
}

.directEntryMes {
  width: 600px;
  margin: 10px auto;
  padding: 15px 10px;
  border: 1px dashed #ffa516;
  background: #fef6cf;
  color: #333;
  line-height: 20px;
  text-align: left;
}

/*  -------ボタン-------  */
/* 同意ボタン*/
.nextBtnBox.firstBlock {
  background: url("../../image/sw/cu/profile/cuRegist_character.png") no-repeat 850px bottom;
}

.nextBtnBox .submitBox {
  width: 800px;
  margin: 0 auto;
  padding: 15px 0 0 0;
  color: #333;
  letter-spacing: 0.1em;
  text-align: center;
}

.nextBtnBox .submitBox a {
  color: #016be5;
}

.nextBtnBox .profMesBox {
  padding: 25px 0 10px 80px;
}

.orangeBg {
  background: url("../../image/sw/cu/profile/bg_org_01.png") repeat-x 0 center;
}

/* 確認ボタン*/
.btnBox {
  background: #fff;
}

.btnBox .submitBox {
  width: 650px;
  margin: 20px 0 20px 140px;
  background: #fff;
}

.btnBox .leftBox {
  float: left;
  background: #fff;
}

.btnBox .rightBox {
  float: right;
  background: #fff;
}

/*  -------完了画面-------  */
.messageBox {
  width: 600px;
  margin: 0 auto;
  padding: 20px 0 20px 0;
  text-align: center;
}

.messageBox .ttl {
  padding: 10px 0 5px 0;
  color: #333;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

.messageBox .txt {
  line-height: 18px;
}

.messageBox .txt .atnTxt {
  color: #f91480 !important;
  font-weight: bold;
}

.messageBox .txt_small {
  font-size: 11px;
  margin-bottom: 20px;
}

.linkBox ul {
  list-style: none;
  margin: 20px 0 0 2px;
}

.linkBox ul li {
  margin: 10px 0;
}

.linkBox ul li a {
  padding: 1px 0 1px 12px;
  background: url("../../image/sw/cu/profile/profArrow_01.png") no-repeat 0 center;
  font-size: 12px;
}

.messageBox .linkTxt {
  margin: 10px 0 0 0;
}

.messageBox .linkTxt a {
  padding: 0 0 0 10px;
  background: url("../../image/sw/cu/profile/profArrow_01.png") no-repeat 0 center;
  font-size: 12px;
}

.messageBox .main_link {
  margin: 10px 0 20px 0;
}

.messageBox .main_link a {
  font-size: 14px;
}

/*--------------------------------------------------------------
 モーダルウィンドウ
--------------------------------------------------------------*/
#bkgLayer {
  display: none;
  opacity: 0.75 !important;
  /* Standard: FF gt 1.5, Opera, Safari */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  filter: alpha(opacity=75) !important;
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=75) !important";
  /* IE 8 */
  -khtml-opacity: 0.75 !important;
  /* Safari 1.x */
  -moz-opacity: 0.75 !important;
  /* FF lt 1.5, Netscape */
}

* html #bkgLayer {
  position: absolute;
}

#modWindow {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 350px;
  border: 8px solid #959595;
  border-radius: 5px;
  box-shadow: 0 0 5px #bbb;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-box-shadow: 0 0 5px #bbb;
  -moz-box-shadow: 0 0 5px #bbb;
}

* html #modWindow {
  position: absolute;
}

#modWindow #loader {
  width: 100%;
  height: 100%;
  background: transparent url("../../image/sw/cu/common/ajax-loader.gif") no-repeat scroll center center;
  line-height: 40;
  text-align: center;
}

#mainColumn {
  width: 650px;
  margin: 5px auto;
  padding: 20px 0 0 30px;
  background: #fff;
  text-align: left;
}

#mainColumn ul {
  list-style: none;
}

#mainColumn li {
  float: left;
  margin: 5px 15px 5px 5px;
}

#mainColumn #prefecture {
  margin-bottom: 10px;
}

#mainColumn #prefecture .areaDetailBody {
  width: 650px;
}

#mainColumn .areaDetailBody {
  display: block;
  float: left;
  width: 190px;
  margin: 0 5px 5px 0;
}

#mainColumn .areaDetailBody dd {
  margin: 5px 0 !important;
}

#mainColumn .miniBtnBox {
  margin-top: 15px;
}

#mainColumn .ttl {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 4px;
}

#mainColumn .subTtl {
  font-size: 13px;
  margin-bottom: 4px;
}

#mainColumn input[type=checkbox] {
  vertical-align: middle;
  margin-right: 4px;
}

/* SMS認証同意 */
.submit_supply {
  margin: 20px 0 0 0;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
}

/*--------------------------------------------------------------
 モーダルウィンドウ mini
--------------------------------------------------------------*/
#bkgLayerMini {
  display: none;
  opacity: 0.75 !important;
  /* Standard: FF gt 1.5, Opera, Safari */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  filter: alpha(opacity=75) !important;
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=75) !important";
  /* IE 8 */
  -khtml-opacity: 0.75 !important;
  /* Safari 1.x */
  -moz-opacity: 0.75 !important;
  /* FF lt 1.5, Netscape */
}

* html #bkgLayerMini {
  position: absolute;
}

#modWindowMini {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 350px;
  border: 8px solid #959595;
  border-radius: 5px;
  box-shadow: 0 0 5px #bbb;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-box-shadow: 0 0 5px #bbb;
  -moz-box-shadow: 0 0 5px #bbb;
}

* html #modWindowMini {
  position: absolute;
}

#modWindow #loader {
  width: 100%;
  height: 100%;
  background: transparent url("../../image/sw/cu/common/ajax-loader.gif") no-repeat scroll center center;
  line-height: 40;
  text-align: center;
}

#mainColumnMini {
  width: 650px;
  margin: 5px auto;
  padding: 20px 0 0 30px;
  background: #fff;
  text-align: left;
}

#mainColumnMini ul {
  list-style: none;
}

#mainColumnMini li {
  float: left;
  margin: 5px 15px 5px 5px;
}

#mainColumnMini #prefectureMini {
  margin-bottom: 10px;
}

#mainColumnMini #prefectureMini .areaDetailBodyMini {
  width: 650px;
}

#mainColumnMini .areaDetailBodyMini {
  display: block;
  float: left;
  width: 190px;
  margin: 0 5px 5px 0;
}

#mainColumnMini .areaDetailBodyMini dd {
  margin: 5px 0 !important;
}

/*  -------共通-------  */
/* テキストアライン */
.align_c {
  text-align: center !important;
}

.align_r {
  text-align: right !important;
}

.align_l {
  text-align: left !important;
}

.strong {
  font-weight: bold !important;
}

.float_r {
  float: right !important;
}

.float_l {
  float: left !important;
}

/* --- マージン設定 --- */
.mgauto {
  margin: auto;
}

.mgpd0 {
  margin: 0;
  padding: 0;
}

.mg5 {
  margin: 5px;
}

.mg10 {
  margin: 10px;
}

.mg20 {
  margin: 20px;
}

.mg30 {
  margin: 30px;
}

.mg40 {
  margin: 40px;
}

.mg50 {
  margin: 50px;
}

/* マージン上*/
.mgtop5 {
  margin-top: 5px;
}

.mgtop10 {
  margin-top: 10px;
}

.mgtop15 {
  margin-top: 15px;
}

.mgtop20 {
  margin-top: 20px;
}

.mgtop25 {
  margin-top: 25px;
}

/* マージン左*/
.mgleft5 {
  margin-left: 5px;
}

.mgleft10 {
  margin-left: 10px;
}

.mgleft15 {
  margin-left: 15px;
}

.mgleft30 {
  margin-left: 30px;
}

.mgleft35 {
  margin-left: 35px;
}

.mgleft50 {
  margin-left: 50px;
}

.mgleft100 {
  margin-left: 100px;
}

.mgleft200 {
  margin-left: 200px;
}

.mgleft300 {
  margin-left: 300px;
}

/* マージン右*/
.mgright5 {
  margin-right: 5px;
}

.mgright10 {
  margin-right: 10px;
}

.mgright15 {
  margin-right: 15px;
}

.mgright20 {
  margin-right: 20px;
}

.mgright30 {
  margin-right: 30px;
}

/* マージン下*/
.mgbottomt5 {
  margin-bottom: 5px;
}

.mgbottomt7 {
  margin-bottom: 7px;
}

.mgbottomt10 {
  margin-bottom: 10px;
}

.mgbottomt15 {
  margin-bottom: 15px;
}

.mgbottomt20 {
  margin-bottom: 20px;
}

/* マージン上下*/
.mgtopbtm3 {
  margin: 3px 0;
}

.mgtopbtm5 {
  margin: 5px 0;
}

.mgtopbtm10 {
  margin: 10px 0;
}

.mdtopbtm15 {
  margin: 15px 0;
}

.mdtopbtm20 {
  margin: 20px 0;
}

/* マージン左右*/
.mg_lr_3 {
  margin: 0 3px;
}

.mg_lr_5 {
  margin: 0 5px;
}

.mg_lr_10 {
  margin: 0 10px;
}

.mg_lr_15 {
  margin: 0 15px;
}

.mg_lr_30 {
  margin: 0 30px;
}

/* --- パディング設定 --- */
.pd5 {
  padding: 5px;
}

.pd10 {
  padding: 10px;
}

.pd20 {
  padding: 20px;
}

.pd30 {
  padding: 30px;
}

.pd40 {
  padding: 40px;
}

.pd50 {
  padding: 50px;
}

/* パディング上*/
.pdtop5 {
  padding-top: 5px;
}

.pdtop10 {
  padding-top: 10px;
}

.pdtop15 {
  padding-top: 15px;
}

.pdtop20 {
  padding-top: 20px;
}

.pdtop25 {
  padding-top: 25px;
}

/* パディング左*/
.pdleft5 {
  padding-left: 5px;
}

.pdleft10 {
  padding-left: 10px;
}

.pdleft15 {
  padding-left: 15px;
}

/* パディング右*/
.pdright5 {
  padding-right: 5px;
}

.pdright10 {
  padding-right: 10px;
}

.pdright15 {
  padding-right: 15px;
}

.pdright20 {
  padding-right: 20px;
}

.pdright30 {
  padding-right: 30px;
}

/* パディング下*/
.pdbottomt5 {
  padding-bottom: 5px;
}

.pdbottomt7 {
  padding-bottom: 7px;
}

.pdbottomt10 {
  padding-bottom: 10px;
}

.pdbottomt15 {
  padding-bottom: 15px;
}

/* パディング左右*/
.pd_lr_3 {
  padding: 0 3px;
}

.pd_lr_5 {
  padding: 0 5px;
}

.pd_lr_10 {
  padding: 0 10px;
}

.pd_lr_15 {
  padding: 0 15px;
}

.pd_lr_20 {
  padding: 0 20px;
}

/* フォントサイズ調整 */
.ltx {
  font-size: 140%;
  line-height: 1.7em;
}

.mtx {
  font-size: 120%;
  line-height: 1.7em;
}

.stx {
  font-size: 85%;
  line-height: 1.7em;
}

/* 文字色 */
.txt_red {
  color: #ec0610;
}

.txt_orange {
  color: #f79711;
}

.txt_green {
  color: #090;
}

.txt_blue {
  color: #09f;
}

.txt_blue2 {
  color: #3f71df;
}

.txt_gray {
  color: #666;
}

.txt_black {
  color: #000;
}

/* ウェイト */
.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

/* display */
.block {
  display: block;
}

.d_inline {
  display: inline;
}
