@charset "utf-8";
/************************************************************
 * reset
 ************************************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a,img { border: none; vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0;
}
th    { text-align: left; font-weight: normal; }

body  {
  line-height: 1.2;
  -webkit-text-size-adjust: none;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display: block;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

input, select, textarea {
  font-size: 105%;
}

ul,ol,li  {
  list-style-position: outside;
  vertical-align: bottom;
}

h1,h2,h3,h4,h5,h6   {
    font-size: 12px;
    font-weight: normal;
}

/************************************************************
 * common style
 ************************************************************/
body, select, textarea, th, td, li, a, input {
    font-family: 'メイリオ','meiryo','ＭＳ Ｐゴシック','MS P Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ヒラギノ丸ゴシック Pro W3','Hiragino maru Gothic Pro','Helvetica','sans-serif';
}
body, select {
    color: #333333;
    font-size: 12px;
    line-height: 1.4;
}
body {
    background-color: #FFFFFF;
}

textarea {
    font-size: 12px;
    line-height: 1.4;
}

/* img hover */
a img:hover {
    opacity: .8;
    filter: alpha(opacity=80);
}

div, p, table, td, th, dl, dt, dd, ul, ol, li, a, span {
    word-break: break-all;
}

sup {
    vertical-align: top
}

/************************************************************
 * common style
 ************************************************************/
body, select, textarea, th, td, li, a, input {
    font-family: 'メイリオ','meiryo','ＭＳ Ｐゴシック','MS P Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ヒラギノ丸ゴシック Pro W3','Hiragino maru Gothic Pro','Helvetica','sans-serif';
}
body, select, textarea {
    color: #333333;
    font-size: 12px;
    line-height: 1.4;
}
body {
    background-color: #FFFFFF;
}

/* img hover */
a img:hover {
    opacity: .8;
    filter: alpha(opacity=80);
}

div, p, table, td, th, dl, dt, dd, ul, ol, li, a, span {
    word-break: break-all;
}

sup {
    vertical-align: top;
}

/************************************************************
 * anchor-link
 ************************************************************/
a:link    { color: #004CCA; }
a:visited { color: #6219DB; }
a:hover   { color: #048ADE; text-decoration: none; }
a:active  { color: #048ADE; text-decoration: none; }

.cbx_relative {
    position: relative;
}

input[type="text"] {
    padding: 5px;
    border: 1px solid #E6EDE0;
    border-radius: 3px;
}

input[type="checkbox"],
input[type="radio"] {
    opacity: 0;
    filter:alpha(opacity=0);
    position: absolute;
    outline: none;
    cursor: pointer;
    zoom: 1;
    width: 22px;
    height: 22px;
}

input[type="checkbox"]:disabled,
input[type="radio"]:disabled {
    cursor: default;
}

input[type="checkbox"] + label {
    background: url('/edit/assets/suumo/img/sprite/checkbox_renewal-.png') no-repeat;
    background-position: 0 -122px;
}

input[type="radio"] + label {
    background: url('/edit/assets/suumo/img/sprite/radiobtn_renewal-.png') no-repeat;
    background-position: 0 -122px;
}

input[type="checkbox"]:checked + label {
    background-position: 0 0;
}

input[type="radio"]:checked + label {
    background-position: 0 0;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
    line-height: 22px;
    display: inline-block;
    padding-left: 30px;
    cursor: pointer;
}

input[type="checkbox"]:disabled + label,
input[type="radio"]:disabled + label {
    background-position: 0 -244px;
    cursor: default;
    color: #CCCCCC;
    .area_unit-placename {
        color: #CCCCCC;
    }
}

input[type="checkbox"]:disabled + label + span,
input[type="radio"]:disabled + label + span {
    color: #CCCCCC;
}

.ie input[type="checkbox"],
.ie input[type="radio"] {
    opacity: 1;
    filter:alpha(opacity=100);
    position: static;
    outline: none;
    visibility: visible;
    width: auto;
    height: auto;
}

.ie input[type="checkbox"] + label {
    background: none;
    line-height: 1.4;
    display: inline;
    padding-left: 0;
    *padding-left: 14px;
    cursor: pointer;
    visibility: visible;
}

.ie input[type="radio"] + label {
    background: none;
    line-height: 1.4;
    display: inline;
    padding-left: 0;
    *padding-left: 14px;
    cursor: pointer;
    visibility: visible;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: button;
    border-radius: 3px;
    box-shadow: rgba(210, 217, 202, 0.8) 1px 1px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -2px 0 inset;
    border: 1px solid #D9D9D9;
    font-size: 12px;
    padding: 7px 7px;
    background-image: url('/edit/assets/suumo/img/select-arrow.png');
    background-repeat: no-repeat;
    background-position: right center;
}

/* ui-datepicker */
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	width: 65px;
	margin-right: 3px;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-month {
	width: 60px;
	margin-left: 5px;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	top: 9px;
}

/* helper */
/* clearfix */
.cf:after,
.footlogo:after,
.navlist:after,
.form_table-title:after,
.form_table-checklist:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.cf,
.footlogo,
.navlist,
.form_table-title,
.form_table-checklist {
	min-height: 1px; _height: 1px;
}

#wrapper {
	background: none repeat scroll 0 0 #FFFFFF;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 950px;
}

/* swith_item */
input[type="text"].swith_item {
	background-color: #ccc;
}
input[type="text"].swith_item.is-active {
	background-color: #fffdd5;
}
input[type="text"].swith_item.optionitem {
	background-color: #ffffff;
}

/* navlist */
.navlist {
	margin-top: 15px;
}
.navlist li {
	float: left;
	margin-left: 29px;
}
.navlist li:first-child {
	margin-left: 0;
}

/* navnote */
.navnote {
	margin-top: 25px;
}
.navnote .navnote-emphasis {
	font-weight: bold;
}
.navnote .navnote-text {
	margin-top: 10px;
	padding-left: 1em;
	text-indent: -1em;
}

/* form title */
.form_title {
	margin-top: 20px;
	font-size: 14px;
	font-weight: bold;
}

/* form_checked_attention */
.form_checked_attention {
    font-weight: bold;
    color: #cc0000;
    font-size: 14px;
    text-align: center;
    margin-top: 25px;
}

/* form_completed_attention */
.form_completed_attention {
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	margin-top: 25px;
}
.form_completed_attention .form_completed_attention-text {
	margin-top: 5px;
}
.form_completed_attention .form_completed_attention-text:first-child {
	margin-top: 0;
}

/* form_completed_read */
.form_completed_read {
	margin-top: 20px;
}
.form_completed_read .form_completed_read-text {
	margin-top: 5px;
	font-size: 12px;
}

/* form_table */
.form_table {
	margin-top: 10px;
	width: 100%;
	border-collapse: separate;
	border-bottom: 1px solid #dfdfdf;
}
.form_table tr.is-active {
	display: table-row;
}
.form_table .form_table-title {
	background-color: #f2f2f2;
	color: #666;
	vertical-align: top;
	border-top: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	line-height: 1.4;
	padding: 10px;
	width: 215px;
	box-sizing: border-box;
}
.form_table .form_table-title-text {
	font-weight: bold;
	font-size: 14px;
	float: left;
	width: 150px;
}
.form_table.form_table-checked .form_table-title-text {
	font-size: 12px;
}
.form_table .form_table-title-required {
	font-weight: bold;
	float: left;
	background-color: #f77c00;
	color: #fff;
	padding: 3px 5px;
}
.form_table .form_table-title-required.is-inactive {
	display: none;
}
.form_table .form_table-title-required_text {
	padding-top: 10px;
	clear: both;
	padding-left: 1em;
	text-indent: -1em;
}
.form_table .form_table-title-required_text.is-inactive {
	display: none;
}
.form_table .form_table-data {
	/* border: 1px solid #dfdfdf; */
	border-top: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	line-height: 1.4;
	padding: 10px 20px;
	vertical-align: top;
}
.form_table .form_table-data .form_table-data-input input[type="text"].is-emphasis,
.form_table .form_table-data .form_table-data-input select.is-emphasis {
	background-color: #fffdd5;
}
.form_table .form_table-data .form_table-data-input input[type="text"] {
	font-size: 20px;
}
.form_table .form_table-data .form_table-data-input select {
	width: 325px;
}
.form_table .form_table-data .form_table-data-select-fr select.is-emphasis {
	background-color: #fffdd5;
}
.form_table .form_table-data .form_table-data-select-fr select.is-gray {
	pointer-events: none;
	background-color: #ccc;
}
.form_table .form_table-data .form_table-data-select-fr select {
	width: 345px;
}
.form_table_size.form_table_size--minimum {
	width: 130px;
}
.form_table_size.form_table_size--small {
	width: 230px;
}
.form_table_size.form_table_size--large {
	width: 650px;
}

.form_table .form_table-data .form_table-data-error {
	color: #f82055;
	font-weight: bold;
	line-height: 1.6;
}
.form_table-data .form_table-data-subtext {
	margin-top: 5px;
	line-height: 1.4;
}

/* form_table_checkcol */
.form_table_checkcol {
	display: table;
}
.form_table_checkcol .form_table_checkcol-item {
	display: table-cell;
	text-align: left;
}
.form_table_checkcol .form_table_checkcol-item:first-child {
	width: 250px;
	padding-right: 10px;
}

/* form_table_subtext */
.form_table_subtext {
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 3px;
}
.form_table_subtext:first-child {
	margin-top: 0;
}
.form_table_subtext .form_table_subtext-attention {
	text-decoration: underline;
}


/* form_table_checklist */
.form_table_checklist li {
	float: left;
	margin-left: 25px;
}
.form_table_checklist li:first-child {
	margin-left: 0;
}

/* form_table_checklist_vz */
.form_table_checklist_vz .form_table_checklist_vz-list li {
	margin-top: 10px;
}
.form_table_checklist_vz .form_table_checklist_vz-list li:first-child {
	margin-top: 0px;
}
.form_table_checklist_vz .form_table_checklist_vz-note {
	margin-top: 15px;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.4;
}

/* form_table_sublist */
.form_table_sublist {
	display: table;
}
.form_table_sublist li {
	display: table-cell;
	padding-right: 25px;
	vertical-align: middle;
}
.form_table_sublist li:first-child {
	padding-left: 0;
}

/* form_table_schedule */
.form_table_schedule li {
	margin-top: 10px;
}
.form_table_schedule li:first-child {
	margin-top: 0;
}

/* schedule_item */
.schedule_item {
	display: table;
}
.schedule_item .schedule_item-title {
	display: table-cell;
	vertical-align: middle;
	width: 150px;
}
.schedule_item .schedule_item-body {
	display: table-cell;
	font-size: 12px;
	vertical-align: middle;
}
.schedule_item .schedule_item-body input[type="text"] {
	margin-right: 5px;
}
.schedule_item .schedule_item-body input[type="text"].is-emphasis {
	background-color: #fffdd5;
}
.schedule_item .schedule_item-body a {
	vertical-align: middle;
	display: inline-block;
}

/* l-form_table_correct */
.l-form_table_correct {
	margin-top: 15px;
}
.l-form_table_correct li {
	margin-top: 10px;
}
.l-form_table_correct li:first-child {
	margin-top: 0;
}
/* form_table_correct */
.form_table_correct {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-top: 10px;
}
.form_table_correct:first-child {
	margin-top: 0;
}
.form_table_correct .form_table_correct-item {
	display: table-cell;
	padding-right: 20px;
}
.form_table_correct .form_table_correct-item select {
	width: 100%;
	box-sizing: border-box;
}
.form_table_correct .form_table_correct-item select.is-emphasis {
	background-color: #fffdd5;
}
.form_table_correct.form_table_correct--object_category .form_table_correct-item select {
	width: 325px;
}
.form_table_correct .form_table_correct-item-fr {
	display: table-cell;
	padding-right: 20px;
}
.form_table_correct .form_table_correct-item-fr select {
	width: 345px;
	box-sizing: border-box;
}
.form_table_correct .form_table_correct-item-fr select.is-emphasis {
	background-color: #fffdd5;
}
.form_table_correct.form_table_correct--object_category .form_table_correct-item-fr select {
	width: 345px;
}
.form_table_correct .form_table_correct-input {
	display: table-cell;
}
.form_table_correct .form_table_correct-input input[type="text"] {
	width: 100%;
	box-sizing: border-box;
}
.form_table_correct .form_table_correct-input input[type="text"].is-emphasis {
	background-color: #fffdd5;
}

.form_table_correct .form_table_correct-input-fr {
	display: table-cell;
}
.form_table_correct .form_table_correct-input-fr input[type="text"] {
	width: 100%;
	box-sizing: border-box;
	margin-left: 5px;
}
.form_table_correct .form_table_correct-input-fr input[type="text"].is-emphasis {
	background-color: #fffdd5;
}
.form_table_correct .form_table_correct-note {
	color: #cc0000;
	text-align: right;
}

/* form_table_correct_text */
.form_table_correct_text {
	margin-top: 15px;
}
.form_table_correct_text .form_table_correct_text-item {
	margin-top: 5px;
}
.form_table_correct_text .form_table_correct_text-item:first-child {
	margin-top: 0;
}

.form_table_correct_text .form_table_correct_text-item .form_table_correct_text-item-point {
	color: #cc0000;
	font-size: 16px;
	display: block;
	text-align: center;
}

/* form_note */
.form_note {
	text-align: center;
	margin-top: 15px;
	position: relative;
}
.form_note .form_note-text {
	margin-top: 3px;
}
.form_note .form_note-text:first-child {
	margin-top: 0;
}
.form_note .form_note-action {
	margin-top: 20px;
	text-align: center;
}
.form_note .form_note-action .form_note-action-item {
	color: #fff;
	text-shadow: -1px -1px 1px #dd6200,  0 1px 1px #f88c20;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	padding: 12px 0;
	width: 370px;
	background-color: #f77c00;
	border-bottom: 2px solid #d26a00;
	border-radius: 3px;
	box-shadow: 0 2px 1px #d9d9d9;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}
.form_note .form_note-action .form_note-action-item:hover {
	opacity: .8;
}
.form_note .form_note-action .form_note-action-close {
	width: 100px;
}


.form_note .form_note-correct {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -18px;
}

/* footlogo */
.footlogo {
	width: 950px;
	margin: 30px auto 0 auto;
	padding-bottom: 45px;
}
.footlogo .footlogo-link {
	float: left;
	margin-top: 5px;
	margin-left: 80px;
}
.footlogo .footlogo-action {
	float: right;
}
.footlogo .footlogo-action .footlogo-action-btn:link,
.footlogo .footlogo-action .footlogo-action-btn:hover,
.footlogo .footlogo-action .footlogo-action-btn:visited,
.footlogo .footlogo-action .footlogo-action-btn:active {
	color: #333;
}
.footlogo .footlogo-action .footlogo-action-btn:hover {
	opacity: .8;
}
.footlogo .footlogo-action .footlogo-action-btn {
	border-radius: 3px;
	display: block;
	padding: 5px 15px;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #ccc;
}

.logobox {
	float: left;
}
.logobox .logobox-link {
	margin-top: 5px;
	font-size: 10px;
	font-weight: bold;
}

/* header */
/* siteheader */
.siteheader {
	width: 950px;
	margin: 0 auto;
	padding: 15px 0 10px;
}
.siteheader .siteheader-inner {
	margin-top: 15px;
}

/* ui-section--h1 */
.ui-section--h1 > .ui-section-header  {
	border-top: 3px solid #6FBA2C;
	padding: 15px 0;
	box-shadow: 0 3px 10px #d9d9d9;
}
.ui-section--h1 > .ui-section-header h1 {
    padding-left: 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
}


/* error */
.error {
	margin-top: 25px;
	border: 1px solid #f00;
	background-color: #ffe8e8;
	color: #f00;
	font-weight: bold;
	padding: 10px 10px 10px 40px;
	text-align: center;
}
.error .error-item {
	position: relative;
}
.error .error-item:before {
	position: absolute;
	content: "";
	background: url('/jj/jjcommon/img/ico_exclamation.gif') no-repeat;
	display: inline-block;
	width: 29px;
	height: 24px;
	left: -35px;
	top: 50%;
	margin-top: -12px;
}
.error_read {
	color: #f82055;
	font-weight: bold;
	line-height: 1.6;
}

/* btn */
.ui-btn {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle;
}
.ui-btn:link,
.ui-btn:hover,
.ui-btn:active,
.ui-btn:hover {
	color: #333;
}
.ui-btn:hover {
	opacity: .8;
}
.ui-btn--base {
	border-radius: 3px;
	box-shadow: rgba(210, 217, 202, 0.8) 1px 2px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -3px 0 inset;
    background-image: linear-gradient(#f5f5f5, #ffffff 30%);
    background-color: #fff;
    border: 1px solid #cad0c6;
}
.ui-btn--small {
	padding: 10px;
}

.dn {
	display: none;
}

.js-placeholder {
	color: #ccc;
}

.form_subtext {
	margin-top: 5px;
}
.form_subtext .form_subtext-item {
	margin-top: 3px;
}
.form_subtext .form_subtext-item:first-child {
	margin-top: 0;
}
.form_table_correct_text .form_table_correct_text-item .form_table_correct_text-item-imp {
	color: #F00;
}
