/*------------------------------------------------------------------------------------

  reset

------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
	em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
	b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
	details, embed, figure, figcaption, footer, header, hgroup, menu, nav,
	output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

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

ol, ul {
	list-style: none;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
}

/*------------------------------------------------------------------------------------

  base

------------------------------------------------------------------------------------*/
*, *:before, *:after {
	box-sizing: inherit;
}

html {
	height: 100%;
	box-sizing: border-box;
}

body {
	min-width: 960px;
	height: 100%;
	line-height: 1.6;
	background-image: url(../img/bg.png);
	word-break: break-all;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}

body, table, input, textarea, select, option {
	color: #444;
	font-family: "Helvetica Neue", "Hiragino Kaku Gothic ProN", Meiryo,
		Arial, sans-serif;
	font-size: 14px;
}

input, textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #aaa;
	border-radius: 0;
}

input:-ms-input-placeholder, input:-moz-input-placeholder, input:-webkit-input-placeholder,
	textarea:-ms-input-placeholder, textarea:-moz-input-placeholder,
	textarea:-webkit-input-placeholder {
	color: #aaa;
}

input:-ms-input-placeholder {
	color: #ccc;
	font-weight: normal;
}

input::-ms-input-placeholder {
	color: #ccc;
	font-weight: normal;
}

input.error, textarea.error {
	background-color: #fff1f1;
	border-color: #f77474;
}

textarea {
	resize: vertical;
}

select::-ms-expand {
	display: none;
}

button {
	white-space: nowrap;
}

button:focus {
	outline: none;
}

a {
	color: #2aacf3;
}

a:hover {
	color: #69c5f7;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

/*------------------------------------------------------------------------------------
  header
------------------------------------------------------------------------------------*/
.universal_header {
	display: table;
	width: 100%;
	height: 44px;
	line-height: 44px;
	padding: 0 24px;
	background-color: #555;
}

.universal_header h1 {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}

.universal_header h1 a {
	display: block;
}

.universal_header img {
	width: auto;
	height: 26px;
	margin-right: 20px;
	vertical-align: middle;
}

.universal_header span {
	line-height: 14px;
	padding: 5px 8px 3px;
	background-color: #fff;
	color: #444;
	font-size: 12px;
}

.universal_header nav {
	display: table-cell;
	vertical-align: middle;
}

.universal_header nav ul {
	display: table;
	margin-right: 16px;
}

.universal_header nav ul li {
	display: table-cell;
	vertical-align: middle;
}

.universal_header nav ul li a {
	display: block;
	padding: 0 16px;
	color: #fff;
	white-space: nowrap;
	transition: background-color .17s ease-in;
}

.universal_header nav ul li a:hover {
	background-color: #6e6e6e;
}

.universal_header nav ul li.active a {
	background-color: #6e6e6e;
}

.universal_header .btn_white_ol {
	height: 32px;
	line-height: 32px;
	padding: 0 12px;
	white-space: nowrap;
	font-size: 12px;
	vertical-align: middle;
}

.company_name {
	height: 32px;
	line-height: 32px;
	padding: 0 24px;
	background-color: #d9d9d9;
}

.company_name dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	font-size: 13px;
	text-align: right;
	white-space: nowrap;
}

.company_name dl dt {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	margin-right: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.company_name dl dd {
	text-align: right;
}

/*------------------------------------------------------------------------------------
  wrapper
------------------------------------------------------------------------------------*/
.wrapper {
	min-height: calc(100% - 120px);
	padding: 24px 24px 48px;
}

.container {
	margin-bottom: 24px;
	padding: 24px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
	background-color: #fff;
}

.container:last-of-type {
	margin-bottom: 0;
}

.container header.title {
	display: table;
	position: relative;
	margin: 0 -24px;
	padding: 0 24px 24px;
	border-bottom: 1px solid #e5e5e5;
}

.container header.title a {
	display: table-cell;
	white-space: nowrap;
	vertical-align: middle;
}

.container header.title h1 {
	display: table-cell;
	width: 100%;
	font-size: 20px;
	text-align: center;
	vertical-align: middle;
}

/*------------------------------------------------------------------------------------
  breadcrumb
------------------------------------------------------------------------------------*/
.breadcrumb {
	margin: -8px -24px 0;
	padding: 0 24px 14px;
	border-bottom: 1px solid #e5e5e5;
}

.breadcrumb ul {
	display: table;
}

.breadcrumb ul li {
	display: table-cell;
	position: relative;
	vertical-align: middle;
}

.breadcrumb ul li:after {
	margin: 0 12px;
	content: ">";
}

.breadcrumb ul li:last-child:after {
	margin: 0;
	content: "";
}

.breadcrumb ul li a {
	position: relative;
	color: #444;
	transition: color .17s ease-in;
}

.breadcrumb ul li a:hover {
	color: #2aacf3;
}

.section_header {
	display: table;
	width: 100%;
	padding: 32px 0;
}

.section_header h1 {
	display: table-cell;
	line-height: 1;
	font-size: 22px;
	font-weight: bold;
	vertical-align: middle;
}

.section_header .section_hdr_btn {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	text-align: center;
}

.section_header.list h1 {
	white-space: nowrap;
}

.section_header.detail h1 {
	padding-right: 16px;
}

.section_header.detail h1 em {
	display: block;
	font-size: 14px;
	font-weight: normal;
}

.section_header.detail .section_hdr_btn {
	width: auto;
	font-size: 0px;
	text-align: right;
	white-space: nowrap;
}

.section_header.detail .section_hdr_btn button:first-child {
	margin-right: 16px;
}

/*------------------------------------------------------------------------------------
  tab
------------------------------------------------------------------------------------*/
.tab_area {
	margin-bottom: 32px;
	border-bottom: 1px solid #ccc;
}

.tab_area ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.tab_area ul li {
	width: 33%;
	margin-right: 16px;
}

.tab_area ul li:last-child {
	margin-right: 0;
}

.tab_area ul li a {
	display: block;
	padding: 16px 16px 14px;
	background-color: #f5f5f5;
	color: #666;
	text-align: center;
	transition: all .17s ease-in;
}

.tab_area ul li a:hover {
	color: #999;
}

.tab_area ul li.active a {
	position: relative;
	z-index: 1;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-color: #fff;
	color: #2aacf3;
}

.tab_area ul li.active a:before {
	position: absolute;
	top: 0;
	left: -1px;
	width: 100%;
	height: 4px;
	box-sizing: content-box;
	border-right: 1px solid #2aacf3;
	border-left: 1px solid #2aacf3;
	background-color: #2aacf3;
	content: "";
	transition: all .17s ease-in;
}

.tab_area ul li.active a:hover:before {
	background-color: #69c5f7;
}

.tab_area ul li.active a:after {
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 1px;
	background-color: #fff;
	content: "";
}

.tab_area ul li.active a:hover {
	color: #69c5f7;
}

/*------------------------------------------------------------------------------------
  search
------------------------------------------------------------------------------------*/
.search_area {
	margin-bottom: 24px;
	padding: 16px;
	background-color: #f5f5f5;
}

.search_area form {
	text-align: center;
}

.search_area .search_row_top {
	margin-bottom: 16px;
}

.search_area .search_box {
	display: inline-table;
	white-space: nowrap;
	vertical-align: middle;
}

.search_area .search_box:nth-child(n+2) {
	margin-left: 24px;
}

.search_area .search_box strong {
	display: table-cell;
	line-height: 1;
	padding-right: 8px;
	font-size: 16px;
	vertical-align: middle;
}

.search_area .search_box input[type="text"] {
	min-width: 250px;
	height: 38px;
	padding: 10px 12px;
}

.search_area .search_box select {
	display: table-cell;
	height: 38px;
	padding: 0 33px 0 12px;
	border-radius: 0;
	background: #fff url(../img/select_arrow.png) no-repeat right center;
	-webkit-background-size: 21px auto;
	background-size: 21px auto;
	font-size: 16px;
	vertical-align: middle;
}

.search_area .search_box select.search_day {
	width: 4em;
}

.search_area .search_box span {
	display: table-cell;
	padding: 0 12px;
	vertical-align: middle;
}

.search_area .search_box input[type="checkbox"] {
	display: none;
}

.search_area .search_box input[type="checkbox"]+label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	margin-right: 32px;
	padding-left: 28px;
}

.search_area .search_box input[type="checkbox"]+label:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	border: 1px solid #ccc;
	background: #fff url(../img/icon_check.png) no-repeat 1px center;
	transition: all .17s ease-in;
	content: "";
}

.search_area .search_box input[type="checkbox"]:checked+label:before {
	border-color: #2aacf3;
	background-color: #2aacf3;
}

.search_area .btn_search {
	display: inline-table;
	margin-left: 24px;
	vertical-align: middle;
}

.search_area .btn_search button {
	cursor: pointer;
	height: 38px;
	font-size: 14px;
	white-space: nowrap;
	transition: background-color .17s ease-in;
}

/*------------------------------------------------------------------------------------
  pager
------------------------------------------------------------------------------------*/
.pager {
	display: table;
	margin: 0 auto;
}

.pager p {
	display: table-cell;
}

.pager p.current {
	padding: 0 80px;
}

.pager p a {
	display: block;
	position: relative;
	border: 1px solid #aaa;
	border-radius: 4px;
	color: #444;
	transition: all .17s ease-in;
}

.pager p a:before {
	position: absolute;
	top: 50%;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	content: "";
	transition: all .17s ease-in;
}

.pager p a.prev {
	padding: 8px 24px 6px 40px;
}

.pager p a.prev:before {
	left: 12px;
	-ms-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}

.pager p a.next {
	padding: 8px 40px 8px 24px;
}

.pager p a.next:before {
	right: 12px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.pager p a:hover {
	border-color: #ccc;
	color: #999;
}

.pager p a:hover:before {
	border-color: #bbb;
}

.pager p.disabled {
	position: relative;
}

.pager p.disabled a {
	border-color: #e5e5e5;
	color: #e5e5e5;
}

.pager p.disabled a:before {
	border-color: #e5e5e5;
}

.pager p.disabled:before {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	background-color: #fff;
	content: "";
}

/*------------------------------------------------------------------------------------
  table
------------------------------------------------------------------------------------*/
.common_list {
	margin-bottom: 24px;
}

.common_list thead tr {
	border-bottom: 1px solid #a9a9a9;
}

.common_list thead tr th {
	padding: 0 12px 8px;
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
	vertical-align: middle;
}

.common_list thead tr th.check {
	width: 20px;
}

.common_list thead tr th:last-child {
	text-align: right;
}

.common_list tbody tr {
	border-bottom: 1px solid #e5e5e5;
	transition: all .45s ease-in;
}

.common_list tbody tr td {
	padding: 8px 12px;
	vertical-align: middle;
}

.common_list tbody tr td:last-child {
	text-align: right;
}

.common_list tbody tr td button {
	padding: 4px 14px;
	font-size: 12px;
}

.common_list tbody tr td button:first-child {
	margin-right: 16px;
}

.common_list tbody tr:nth-child(even) {
	background-color: #f9f9f9;
}

.common_list tbody tr:last-child {
	border-bottom: 1px solid #a9a9a9;
}

.common_list tbody tr.remove {
	opacity: 0;
}

.common_list tfoot td {
	padding: 8px 12px 6px;
	text-align: right;
}

.common_list tfoot td button {
	font-size: 14px;
}

.common_list .align_r {
	white-space: nowrap;
	text-align: right;
}

.common_list .align_c {
	white-space: nowrap;
	text-align: center;
}

.common_list .nowrap {
	white-space: nowrap;
}

.common_list input[type="checkbox"] {
	display: none;
}

.common_list input[type="checkbox"]+label {
	display: block;
	cursor: pointer;
	width: 20px;
	height: 20px;
	border: 1px solid #ccc;
	background: #fff url(../img/icon_check.png) no-repeat 1px center;
	transition: all .17s ease-in;
}

.common_list input[type="checkbox"]:checked+label {
	border-color: #2aacf3;
	background-color: #2aacf3;
}

.common_list_line thead tr th {
	border-right: 1px solid #a9a9a9;
}

.common_list_line tbody tr td {
	border-right: 1px solid #a9a9a9;
}
/*------------------------------------------------------------------------------------
  definition_list
------------------------------------------------------------------------------------*/
.definition_list {
	display: table;
	width: 100%;
}

.definition_list dl {
	display: table-row-group;
}

.definition_list dl dt, .definition_list dl dd {
	display: table-cell;
	padding-bottom: 20px;
}

.definition_list dl dt {
	padding-right: 16px;
	font-weight: bold;
	white-space: nowrap;
	text-align: right;
}

.definition_list dl dd {
	width: 100%;
}

/*------------------------------------------------------------------------------------
  form
------------------------------------------------------------------------------------*/
.input_area dl {
	display: table-row-group;
}

.input_area dl dt, .input_area dl dd {
	display: table-cell;
	vertical-align: top;
}

.input_area dl dt {
	padding: 8px 20px 24px 0;
	font-weight: bold;
	white-space: nowrap;
	text-align: right;
}

.input_area.login dl dt {
	padding-right: 1px;
}

.input_area dl dt .required, .input_area dl dt .not_required {
	display: inline-block;
	margin: 0 0 4px 4px;
	padding: 0 4px;
	color: #fff;
	font-size: 12px;
	letter-spacing: .1em;
	vertical-align: middle;
}

.input_area dl dt .required {
	background-color: #f77474;
}

.input_area dl dt .not_required {
	background-color: #999;
}

.input_area dl dd {
	width: 100%;
	padding: 8px 0 24px 0;
}

.input_area dl dd input[type="text"], .input_area dl dd input[type="password"]
	{
	margin-top: -8px;
	padding: 8px 12px;
	width: 100%;
}

.input_area dl dd input[type="text"]+span, .input_area dl dd input[type="password"]+span
	{
	margin: 0 8px 0 4px;
}

.input_area dl dd input[type="text"].birthday_year, .input_area dl dd input[type="text"].payday,
	.input_area dl dd input[type="password"].birthday_year, .input_area dl dd input[type="password"].payday
	{
	width: 5em;
}

.input_area dl dd input[type="text"].birthday_month, .input_area dl dd input[type="text"].birthday_day,
	.input_area dl dd input[type="text"].day, .input_area dl dd input[type="password"].birthday_month,
	.input_area dl dd input[type="password"].birthday_day, .input_area dl dd input[type="password"].day
	{
	width: 4em;
}

.input_area dl dd input[type="text"].birthday_month+span, .input_area dl dd input[type="text"].birthday_day+span,
	.input_area dl dd input[type="text"].day+span, .input_area dl dd input[type="password"].birthday_month+span,
	.input_area dl dd input[type="password"].birthday_day+span, .input_area dl dd input[type="password"].day+span
	{
	margin: 0 8px 0 4px;
}

.input_area dl dd input[type="text"].zipcode, .input_area dl dd input[type="password"].zipcode
	{
	width: 7em;
}

.input_area dl dd input[type="text"].tel, .input_area dl dd input[type="password"].tel
	{
	width: 11em;
}

.input_area dl dd input[type="text"].employee, .input_area dl dd input[type="password"].employee
	{
	width: 6em;
}

.input_area dl dd input[type="text"].onemdp, .input_area dl dd input[type="password"].onemdp
	{
	width: 8em;
}

.input_area dl dd input[type="text"].half, .input_area dl dd input[type="password"].half
	{
	width: 50%;
}

.input_area dl dd textarea {
	margin-top: -8px;
	padding: 8px 12px;
	width: 100%;
	min-height: 8em;
}

.input_area dl dd select {
	margin-top: -8px;
	padding: 6px 33px 5px 12px;
	background: url(../img/select_arrow.png) no-repeat right center;
	-webkit-background-size: 21px auto;
	background-size: 21px auto;
}

.input_area dl dd .check_list li {
	display: inline-block;
	margin-bottom: 8px;
}

.input_area dl dd .check_list li:last-child {
	margin-bottom: 0;
}

.input_area dl dd input[type="radio"] {
	display: none;
}

.input_area dl dd input[type="radio"]+label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	margin-right: 32px;
	padding-left: 28px;
}

.input_area dl dd input[type="radio"]+label:before, .input_area dl dd input[type="radio"]+label:after
	{
	position: absolute;
	top: 50%;
	transition: all .17s ease-in;
	content: "";
}

.input_area dl dd input[type="radio"]+label:before {
	left: 0;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	border: 1px solid #ccc;
	border-radius: 50%;
}

.input_area dl dd input[type="radio"]+label:after {
	left: 4px;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	border-radius: 50%;
	background-color: #fff;
}

.input_area dl dd input[type="radio"]:checked+label:before {
	border-color: #2aacf3;
}

.input_area dl dd input[type="radio"]:checked+label:after {
	background-color: #2aacf3;
}

.input_area .btn_wrap {
	margin: 24px 0 16px;
}

/*------------------------------------------------------------------------------------
  modal
------------------------------------------------------------------------------------*/
.modal {
	display: none;
	position: fixed;
	z-index: 200;
	overflow-x: hidden;
	overflow: auto;
	max-width: 600px;
	max-height: calc(100vh - 48px);
	padding: 32px;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
	background-color: #fff;
}

.modal .confirm_txt {
	margin-bottom: 32px;
	font-size: 16px;
	text-align: center;
}

.modal .title {
	display: block;
	margin-bottom: 32px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.modal .title .alert {
	display: inline-block;
	padding-left: 52px;
	background: url(../img/icon_alert.png) no-repeat left center;
}

.modal .alert_txt {
	margin-top: 12px;
	color: #f77474;
	font-weight: bold;
	text-align: center;
}

@media all and (-ms-high-contrast: none) {
	.modal {
		/* for IE10~ */
		
	}
	.modal .btn_wrap {
		margin: 0 0 24px 0;
	}
}

@
-moz-document url-prefix() { .modal {
	/* for Firefix */
	
}

.modal .btn_wrap {
	margin: 0 0 24px 0;
}

}
.overlay {
	display: none;
	opacity: .6;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	background-color: #000;
}

/*------------------------------------------------------------------------------------
  button
------------------------------------------------------------------------------------*/
.btn_wrap {
	display: table;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 24px 0;
	width: 100%;
	margin: 0 -12px;
	white-space: nowrap;
	text-align: center;
}

.btn_wrap button {
	display: table-cell;
}

.btn_wrap button:first-child {
	margin-right: 12px;
	margin-bottom: 0;
}

.btn_wrap button:last-child {
	margin-left: 12px;
}

.btn_wrap a:first-child {
	margin-right: 12px;
	margin-bottom: 0;
}

.btn_wrap a:last-child {
	margin-left: 12px;
}

.btn_wrap_mdm {
	margin-bottom: 32px;
	text-align: center;
}

.btn_wrap_mdm button {
	min-width: 180px;
	max-width: 240px;
}

.btn_wrap_mdm button:nth-child(n+2) {
	margin-left: 24px;
}

.btn_wrap_mdm button:only-child {
	max-width: 320px;
}

.btn_blue {
	display: inline-block;
	cursor: pointer;
	padding: 8px 16px 6px;
	background-color: #2aacf3;
	border: 0;
	border-radius: 6px;
	color: #fff;
	text-align: center;
	transition: background-color .17s ease-in;
}

.btn_blue:hover {
	background-color: #55bdf5;
	color: #fff;
}

.btn_red {
	display: inline-block;
	cursor: pointer;
	padding: 8px 16px 6px;
	background-color: #f77474;
	border: 0;
	border-radius: 6px;
	color: #fff;
	text-align: center;
	transition: background-color .17s ease-in;
}

.btn_red:hover {
	background-color: #f99090;
	color: #fff;
}

.btn_red_ol {
	display: inline-block;
	cursor: pointer;
	padding: 8px 16px 6px;
	border: 1px solid #f77474;
	border-radius: 6px;
	background-color: #fff;
	color: #f77474;
	text-align: center;
	transition: all .17s ease-in;
}

.btn_red_ol:hover {
	border-color: #f99090;
	color: #f99090;
}

.btn_blue_ol {
	display: inline-block;
	cursor: pointer;
	padding: 8px 16px 6px;
	border: 1px solid #2aacf3;
	border-radius: 6px;
	background-color: #fff;
	color: #2aacf3;
	text-align: center;
	transition: all .17s ease-in;
}

.btn_blue_ol:hover {
	border-color: #69c5f7;
	color: #69c5f7;
}

.btn_blue_ol:hover:before {
	border-color: #69c5f7;
}

.btn_white_ol {
	display: inline-block;
	cursor: pointer;
	padding: 8px 16px 6px;
	border: 1px solid #fff;
	border-radius: 6px;
	background-color: transparent;
	color: #fff;
	text-align: center;
	transition: opacity .17s ease-in;
}

.btn_white_ol:hover {
	opacity: .8;
}

button.mdm {
	height: 34px;
	font-size: 13px;
}

button.lrg {
	width: 50%;
	max-width: 320px;
	height: 44px;
	font-size: 16px;
}

button.mon {
	width: 100%;
	max-width: 450px;
	height: 44px;
	font-size: 16px;
}

a.mdm {
	height: 34px;
	font-size: 13px;
}

a.lrg {
	width: 50%;
	max-width: 320px;
	height: 44px;
	line-height: 44px;
	padding: 0 32px;
	font-size: 16px;
}

/*------------------------------------------------------------------------------------
  form parts
------------------------------------------------------------------------------------*/
.indicator {
	margin-bottom: 48px;
}

.indicator ul {
	display: table;
	table-layout: fixed;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

.indicator ul li {
	display: table-cell;
	position: relative;
	color: #aaa;
	font-weight: bold;
	text-align: center;
}

.indicator ul li:before, .indicator ul li:after {
	position: absolute;
	content: "";
}

.indicator ul li:before {
	bottom: -10px;
	left: 50%;
	width: 100%;
	height: 4px;
	background-color: #2aacf3;
}

.indicator ul li:last-child:before {
	display: none;
}

.indicator ul li:after {
	bottom: -16px;
	left: 50%;
	width: 16px;
	height: 16px;
	margin-left: -8px;
	border-radius: 50%;
	background-color: #2aacf3;
}

.indicator ul li.current {
	color: #444;
}

.indicator ul li.current:before {
	background-color: #ddd;
}

.indicator ul li.current ~ li:before, .indicator ul li.current ~ li:after
	{
	background-color: #ddd;
}

.indicator ul li.current:after {
	background-color: #2aacf3;
}

.alert_msg {
	margin-bottom: 16px;
	padding: 12px 16px;
	background-color: #fff1f1;
	color: #f77474;
	text-align: center;
}

.alert_msg p {
	display: inline-block;
	text-align: left;
}

.error_txt {
	margin-top: 4px;
	color: #f77474;
	font-size: 13px;
}

input[type="checkbox"].checkbox {
	display: none;
}

input[type="checkbox"].checkbox+label {
	display: block;
	cursor: pointer;
	width: 20px;
	height: 20px;
	border: 1px solid #ccc;
	background: #fff url(../img/icon_check.png) no-repeat 1px center;
	transition: all .17s ease-in;
}

input[type="checkbox"].checkbox:checked+label {
	border-color: #2aacf3;
	background-color: #2aacf3;
}

.switch {
	position: relative;
	display: inline-block;
	width: 36px;
	height: 20px;
	margin-right: 4px;
	vertical-align: middle;
}

.switch input {
	display: none;
}

.switch input:checked+.slider {
	background-color: #3fc938;
}

.switch input:checked+.slider:before {
	left: 18px;
}

.switch .slider {
	cursor: pointer;
	height: 20px;
	background-color: #ccc;
	border-radius: 10px;
	transition: all .2s ease-in;
}

.switch .slider:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	top: 2px;
	left: 2px;
	background-color: white;
	border-radius: 50%;
	transition: all .2s ease-in;
}

.switch+span {
	vertical-align: middle;
}

/*------------------------------------------------------------------------------------
  datepicker
------------------------------------------------------------------------------------*/
.datepicker {
	min-width: inherit !important;
	width: 8em;
	font-size: 16px;
}

.ui-widget-content {
	border: 0;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.24);
	border-radius: 0;
	background: #fff;
	color: #444;
}

.ui-widget-content a {
	color: #444;
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	border: 0;
	background: none;
	color: #2aacf3;
	font-weight: normal;
	letter-spacing: .02em;
}

.ui-datepicker .ui-datepicker-header:before {
	position: absolute;
	bottom: 0;
	left: -.2em;
	width: calc(100% + .4em);
	height: 1px;
	background-color: #ddd;
	content: "";
}

.ui-datepicker td span, .ui-datepicker td a {
	text-align: center;
}

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default,
	.ui-widget-header .ui-state-default {
	border-color: transparent;
	background: none;
	font-weight: normal;
	color: #444;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover,
	.ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus
	{
	position: relative;
	border-color: transparent;
	background: none;
	font-weight: normal;
	color: #fff;
}

.ui-state-hover:before, .ui-state-focus:before {
	position: absolute;
	top: 0;
	left: 3px;
	z-index: -1;
	border-radius: 50%;
	background-color: #2aacf3;
	width: 2em;
	height: 2em;
	content: "";
}

.ui-state-hover.ui-datepicker-prev-hover:before, .ui-state-hover.ui-datepicker-next-hover:before
	{
	opacity: .6;
	left: auto;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active
	{
	position: relative;
	border-color: transparent;
	background: none;
	font-weight: normal;
	color: #fff !important;
}

.ui-state-active:before {
	position: absolute;
	top: 0;
	left: 3px;
	z-index: -1;
	border-radius: 50%;
	background-color: #2aacf3 !important;
	width: 2em;
	height: 2em;
	content: "";
}

.ui-datepicker-today .ui-state-hover:hover {
	color: #fff;
}

.ui-datepicker-today .ui-state-hover:before {
	background-color: #2aacf3 !important;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight {
	position: relative;
	border: 0;
	background: none;
	color: #444;
}

.ui-widget-content .ui-state-highlight:before {
	position: absolute;
	top: 0;
	left: 3px;
	z-index: -1;
	border-radius: 50%;
	background-color: #e5e5e5;
	width: 2em;
	height: 2em;
	content: "";
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	border: 0;
}

.ui-datepicker .ui-datepicker-prev:before, .ui-datepicker .ui-datepicker-next:before
	{
	position: absolute;
	top: 50%;
	width: 11px;
	height: 11px;
	margin-top: -6px;
	border-top: 1px solid #2aacf3;
	border-left: 1px solid #2aacf3;
	content: "";
}

.ui-datepicker .ui-datepicker-prev:before {
	left: 12px;
	-ms-transform: rotate(315deg);
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}

.ui-datepicker .ui-datepicker-next:before {
	right: 12px;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.ui-datepicker-header .ui-state-hover, .ui-datepicker-header .ui-state-focus
	{
	background-color: transparent;
}

.ui-datepicker-header .ui-state-hover:before, .ui-datepicker-header .ui-state-focus:before
	{
	border-radius: 0;
	background-color: transparent;
}

.ui-datepicker-prev.ui-corner-all.ui-state-hover.ui-datepicker-prev-hover,
	.ui-datepicker-prev.ui-corner-all.ui-state-hover.ui-datepicker-next-hover
	{
	border-radius: 0;
	border-color: transparent;
	background-image: none;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-prev-hover
	{
	left: 0;
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-next-hover
	{
	right: 0;
}

.ui-datepicker th {
	color: #aaa;
	font-weight: normal;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	cursor: pointer;
	position: absolute;
	top: 2px;
}

/* Icons
----------------------------------*/
.ui-icon, .ui-widget-content .ui-icon, .ui-widget-header .ui-icon,
	.ui-state-default .ui-icon, .ui-state-hover .ui-icon, .ui-state-focus .ui-icon,
	.ui-state-active .ui-icon, .ui-state-highlight .ui-icon,
	.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
	background-image: none;
}

/*------------------------------------------------------------------------------------
  footer
------------------------------------------------------------------------------------*/
.page_top {
	height: 44px;
	line-height: 44px;
}

.page_top a {
	display: block;
	background-color: #2aacf3;
	color: #fff;
	text-align: center;
	transition: background-color .17s ease-in;
}

.page_top a:hover {
	background-color: #55bdf5;
}

.page_top a img {
	width: 29px;
	height: 10px;
	margin-right: 16px;
}

.universal_footer {
	display: table;
	width: 100%;
	height: 44px;
	line-height: 44px;
	padding: 0 16px;
	background-color: #555;
	font-size: 10px;
}

.universal_footer p {
	display: table-cell;
	padding-right: 24px;
	white-space: nowrap;
}

.universal_footer p a {
	position: relative;
	color: #fff;
}

.universal_footer p a:before {
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	content: "";
}

.universal_footer small {
	display: table-cell;
	color: #fff;
	width: 100%;
	letter-spacing: .05em;
	text-align: right;
}

/*------------------------------------------------------------------------------------
  lodin
------------------------------------------------------------------------------------*/
.login_header {
	padding: 8px 0 32px;
}

.login_header h1 {
	line-height: 1;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

.input_area.login {
	max-width: 450px;
	margin: 0 auto;
}

.input_area.login dt {
	font-weight: normal;
}

.input_area.login .btn_wrap {
	margin-top: 16px;
}

/*------------------------------------------------------------------------------------
  company detail
------------------------------------------------------------------------------------*/
.total_fee {
	display: table;
	margin: 0 auto 32px;
	padding: 16px;
	border: 1px solid #e5e5e5;
}

.total_fee dl {
	display: inline-table;
	margin: 0 20px;
	font-size: 18px;
	letter-spacing: .05em;
}

.total_fee dl dt, .total_fee dl dd {
	display: table-cell;
}

.total_fee dl dt {
	padding-right: 12px;
}

.total_fee dl dd {
	font-weight: bold;
}

.total_fee dl dd em {
	margin-right: 2px;
	font-size: 20px;
}

span[class^="stts_salary"] {
	position: relative;
	padding-left: 16px;
}

span[class^="stts_salary"]:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-radius: 50%;
	content: "";
}

span[class^="stts_salary"].stts_salary01:before {
	background-color: #2aacf3;
}

span[class^="stts_salary"].stts_salary02:before {
	background-color: #1ab512;
}

span[class^="stts_salary"].stts_salary03:before {
	background-color: #f77474;
}

span[class^="stts_salary"].stts_salary04:before {
	background-color: #999;
}

/*# sourceMappingURL=company.css.map */