
* + .title {
	margin-top: 32px;
}

* + .line-table {
	margin-top: 16px;
}

.attention_area {
	margin: 16px auto;
	padding: 16px;
	border: 1px solid #cc9;
	background-color: #ffc;
}

 .note {
 	color: #c00;
 }

.attention_area table {
	background-color: #fff;
}

input[type=number] {
	width: 3em;
}

.recordHeader {
	width: 100%;
	border-top: 1px solid #ccc;
}
.recordHeader td {
	padding: 10px 0;
}

.record + .record {
	margin-top: 40px;
}

#addRecord {
	margin-top: 40px;
	padding: 2em;
	border: 1px solid #ccc;
	border-radius: 8px;
	background-color: #f0f0f0;
}

#addRecord .recordArea {
	width: 100%;
	background-color: #fff;
}

.recordAdd.disabled,
.recordAdd.disabled:hover,
#edit.disabled,
#edit.disabled:hover  {
	background: #ccc;
	top: 1px;
	box-shadow: none;
	text-decoration: none;
	text-shadow: none;
	cursor: auto;
	background-image: none;
	border-radius: 6px;
	pointer-events:none��
}

.recordAdd.disabled span{
	background-image: none;
}

a[class^=button] {
	position: relative;
}


a.lock{
	width: 16px;
	height: 24px;
	padding: 0 0.5em;
	border-radius: 6px;
	background-color: #2daa96;
	display: inline-block;
	background-image: url(../images/lock_off.png);
	background-position: center center !important;
	background-repeat: no-repeat !important;
	box-shadow: 0 1px rgba(0,0,0,.5);
	position: relative;
	transition: background-color .3s ease-out;
	display: inline-block;
	cursor: pointer;
}


a.lock.loading:hover ,
a.lock.active:hover {
	top: 0;
	box-shadow: none;
}

a.lock:hover {
	top: 1px;
	box-shadow: none;
}

a.lock.loading,
a.lock.active {
	box-shadow: none;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
	/*pointer-events: none;*/
	cursor: text;
}

a.lock.loading {
	background-image: url(../images/lock_load.png);
	transition: background-color .5s ease-out;
	-webkit-animation:blink 0.5s ease-in-out infinite alternate;
  -moz-animation:blink 0.5s ease-in-out infinite alternate;
  animation:blink 0.5s ease-in-out infinite alternate;
}

a.lock.active {
	background-image: url(../images/lock_on.png);
}

a.lock.loading:before {
	background-color: #c00;
}

a.lock.active:before {
	background-color: #2daa96;
}

.noarrow span:before {
	display: none;
}


@-webkit-keyframes blink{
    0% {opacity:0.7;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0.7;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0.7;}
    100% {opacity:1;}
}

#mailcheck a, #mailcheck label{
text-decoration:none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#mailcheck label{
padding: 12px 8px;
}
#mailcheck label:hover{
background: #d3ffff;
	cursor: pointer;
}
#mailcheck td{
padding: 0;
}

.button-rs {
	cursor: pointer;
}

/* ================================================ */

.tab_area > .tab_btn {
	font-size: 0;
	text-align: left;
}

.tab_area > .tab_btn > li {
	margin-left: 1px;
	padding: .25em .75em;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #ccc;
	border-bottom: none;
	background-color: #f0f0f0;
	display: inline-block;
	cursor: pointer;
}

.tab_area > .tab_btn > :first-child {
	margin-left: 0;
}

.tab_area > .tab_btn > li:hover,
.tab_area > .tab_btn > li.active {
	margin-bottom: -1px;
	color: #2DAA96;
	border-bottom: 1px solid #d3ffff;
	background-color: #d3ffff;
}

.tab_area > .tab_contents {
	padding: 1.5em;
	border: 1px solid #ccc;
}

.tab_area > .tab_contents > * {
	padding: 0;
	display: none;
}

.tab_area > .tab_contents > .active {
	display: block;
}

/* ================================================ */

.step-table .title {
	border: none;
	margin-bottom: 0;
	font-size: 14px;
}

.step-table td:not(.arrow) {
	width: 33.333%;
	vertical-align: top;
}

.step-table td.arrow {
	padding: 0 .5em;
	vertical-align: middle;
}

.step-table td.arrow:before {
	content: '';
	vertical-align: middle;
	border-left: 8px solid #ccc;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	display: inline-block;
}

.step-table img {
	width: 100%;
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
}







