@charset "UTF-8";
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
	-webkit-appearance: none;
	max-width: 100%;
	padding: 0 15px;
	background: none;
}
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea {
	border: 1px solid #ddd;
	color: #666;
}
input[type=text]::-ms-clear {
	display: none;
}
input[type=text]::-ms-reveal {
	display: none;
}
input[type=email],
input[type=text],
input[type=tel],
input[type=number],
input[type=password] {
	border-radius: 3px;
	line-height: normal;
}
button,
input[type=reset],
input[type=button],
input[type=submit] {
	cursor: pointer;
}
textarea {
	padding: 15px;
}
/* input */
.input[type=text] {
	background-color: #fff;
}
.input[type=text]:disabled {
	background-color: #f9f9f9;
}
legend + .heading {
	margin-top: 0;
}
.input + .button,
textarea + .button {
	margin-left: 8px;
}
textarea + .button {
	vertical-align: top;
}
._S .input + .button {
	margin-left: 0;
}
._S .input-sizeXXS + .button {
	margin-left: 10px;
}
/* input size */
.input {
	width: 250px;
	height: 40px;
	line-height: 38px;
}
.input-sizeXXS {
	width: 160px;
}
.input-sizeXS {
	width: 35%;
}
.input-sizeS {
	width: 50%;
}
.input-sizeM {
	width: 55%;
}
.input-sizeL {
	width: 80%;
}
.input-sizeFull {
	width: 100%;
}
.input.success {
	border-color: #12b8ba;
	color: #12b8ba;
}
.input.error {
	border-color: #db0100;
	color: #db0100;
}
._S .input,
._S .input-sizeL {
	width: 100%;
	height: 32px;
	font-size: 12px;
	line-height: 30px;
}
._S .input-sizeS,
._S .input-sizeXS {
	width: 63%;
}
._S .input-sizeXXS {
	width: 35%;
}
._S .sizeFull_S {
	width: 100%;
}
._S textarea.input-sizeL {
	height: auto;
	line-height: 1.2em;
}
._S .input + .input {
	margin-top: 10px;
}
/* radio-button */
.radio-button {
	display: inline-block;
	position: relative;
}
.radio-button + .radio-button {
	margin-left: -3px;
}
/* check-box */
.check-box {
	display: inline-block;
}
.check-box + .check-box {
	margin-left: 40px;
}
._S .check-box + .check-box {
	margin-left: 15px;
}
/* labelTxt */
.labelTxt {
	vertical-align: middle;
	color: #666;
	line-height: 25px;
}
.labelTxt + label {
	margin-left: 50px;
}
.labelTxt + input[type=text] {
	display: inline-block;
	margin-left: 10px;
}
._S .labelTxt + label {
	margin-left: 30px;
}
/* feForm */
[class*='feFo'] {
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: middle;
}
[class*='feFo'] > input,
[class*='feFo'] > select {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
[class*='feFo'].active {
	outline: 1px dotted #000;
	outline: 2px auto Highlight;
	outline: 2px auto -webkit-focus-ring-color;
}
/* feFoRadio */
.feFoRadio {
	width: 100px;
	height: 40px;
	border: 1px solid #d6d6d6;
	border-radius: 2px;
	background-color: #f4f4f4;
}
.feFoRadio.checked {
	z-index: 1;
	border-color: #003964;
	background-color: #fff;
}
.feFoRadio + .labelTxt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	color: #666;
	font-size: 14px;
	text-align: center;
	line-height: 38px;
}
.feFoRadio.checked + .labelTxt {
	z-index: 1;
	color: #003964;
	font-weight: 500;
}
._S .feFoRadio {
	width: 65px;
	height: 30px;
}
._S .feFoRadio + .labelTxt {
	height: 30px;
	font-size: 11px;
	line-height: 28px;
}
/*.feFoRadio.disabled {
	background-position: -117px 0;
}
.feFoRadio.checked.disabled {
	background-position: -117px 0;
}*/
.radio-type01 {
	width: 24px;
	height: 24px;
	margin-right: 11px;
	border: 0;
	background: url(../../img/common/spr_button.png) -52px -115px no-repeat;
}
.radio-type01.checked {
	background-position: -78px -115px;
}
.radio-type01 + .labelTxt {
	position: static;
	width: auto;
	height: auto;
	color: #666;
	font-size: 16px;
	text-align: left;
	line-height: normal;
}
.radio-type01.checked + .labelTxt {
	color: #666;
	font-weight: 300;
}
._S .radio-type01 {
	width: 17px;
	height: 17px;
	margin-right: 11px;
	background: url(../../img/common/m_spr_button.png) -42px -64px no-repeat;
	background-size: 250px;
}
._S .radio-type01 + .labelTxt {
	background-position: -63px -64px;
}
/* feFoCheckBox */
.feFoCheck {
	width: 24px;
	height: 24px;
	margin-right: 11px;
	background: url(../../img/common/spr_button.png) 0 -115px no-repeat;
}
.feFoCheck.checked {
	background-position: -26px -115px;
}
._S .feFoCheck {
	width: 17px;
	height: 17px;
	margin-right: 11px;
	background: url(../../img/common/m_spr_button.png) 0 -64px no-repeat;
	background-size: 250px;
}
._S .feFoCheck.checked {
	background-position: -21px -64px;
}
/* feFoSelect */
.feFoSelect {
	position: relative;
	min-width: 160px;
	height: 38px;
	padding: 0 40px 0 17px;
	border: 1px solid #ddd;
	border-radius: 3px;
	color: #666;
	font-size: 14px;
	text-align: left;
	line-height: 36px;
	background-color: #fff;
}
.feFoSelect + .feFoSelect {
	margin-left: 8px;
}
.feFoSelect > span:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	width: 11px;
	height: 7px;
	margin-top: -3.5px;
	background: url(../../img/common/spr_icon.png) -98px 0 no-repeat;
	transition: transform .3s;
}
/*.feFoSelect.active > span:after {
	transform: rotate(180deg);
}*/
.feFoSelect > span {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;
	word-break: break-all;
	white-space: nowrap;
}
.feFoSelect + span,
.feFoSelect + input {
	margin-left: 10px;
}
._S .feFoSelect {
	min-width: 31%;
	height: 32px;
	padding: 0 30px 0 15px;
	font-size: 12px;
	line-height: 30px;
}
._S .feFoSelect > span:after {
	right: 10px;
	width: 8px;
	height: 5px;
	margin-top: -2.5px;
	background: url(../../img/common/m_spr_icon.png) -75px 0 no-repeat;
	background-size: 250px;
}
._S .feFoSelect + .feFoSelect + input {
	margin-top: 5px;
	margin-left: 0;
}
/* select-type01 */
.feFoSelect.select-type01:after {
	right: 15px;
}
.feFoSelect.select-type01 > span {
	width: 100%;
	border-right: 1px solid #ddd;
}
/* select-size */
.feFoSelect-sizeXS {
	width: 20%;
}
.feFoSelect-sizeS {
	min-width: 120px;
}
.feFoSelect-sizeM {
	width: 305px;
}
.feFoSelect-sizeL {
	width: 500px;
}
.feFoSelect-sizeFull {
	width: 100%;
}
._S .sizeHalf_S {
	width: 48%;
}
._S .sizeHalf_S + .sizeHalf_S {
	float: right;
}
/* feFoFile */
[class*='feFo'] > [type='file'] {
	display: none;
}
[class*='feFo'] input[type=text].feFoFileInpTxt {
	position: static;
	vertical-align: top;
	width: auto;
	height: auto;
	height: 34px;
	border-width: 1px;
	border-color: #ddd;
	font-size: 14px;
}
.feFoFileBtn {
	height: 34px;
	margin-left: 9px;
	padding: 0 18px;
	border: 1px solid #254069;
	border-radius: 3px;
	color: #254069;
	font-size: 14px;
}
.feFoFileBtn.disabled {
	color: #666;
	background-color: #f9f9f9;
}
/* datePicker */
.datePicker {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	width: 160px;
	border: 1px solid #ddd;
	border-radius: 3px;
}
.datePicker .input-date {
	width: 100%;
	padding-right: 40px;
	border: 0;
}
.datePicker .ui-datepicker-trigger {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -8.5px;
}
.datePicker + .feForm {
	margin-left: 20px;
}
._S .datePicker {
	width: 120px;
}
._S .datePicker .input-date {
	font-size: 12px;
}
/* datepicker */
.ui-datepicker {
	display: none;
	width: 268px;
	border: 1px solid #e1e4e8;
	background-color: #fff;
}
.ui-datepicker thead th {
	padding: 12px 0;
	color: #888;
	font-size: 14px;
	background-color: #f8f8f9;
}
.ui-datepicker thead th:first-child {
	margin-left: 22px;
}
.ui-datepicker tbody td {
	padding: 3px 1px;
	text-align: center;
}
.ui-datepicker tbody td > a {
	display: block;
	width: 30px;
	height: 30px;
	font-size: 14px;
	line-height: 28px;
}
.ui-datepicker-header {
	position: relative;
	padding: 12px 22px 0;
	background-color: #f8f8f9;
}
.ui-datepicker-header a {
	display: inline-block;
	overflow: hidden;
	position: absolute;
	top: 15px;
	width: 20px;
	height: 20px;
	border: 1px solid #aaa;
	border-radius: 20px;
	color: transparent;
	text-indent: 100%;
	white-space: nowrap;
}
.ui-datepicker-header a:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 4px;
	height: 7px;
	margin: -3.5px 0 0 -2px;
	background: url(../../img/common/spr_button.png) 0 -106px no-repeat;
}
.ui-datepicker-header .ui-datepicker-prev {
	left: 22px;
}
.ui-datepicker-header .ui-datepicker-next {
	right: 22px;
}
.ui-datepicker-header .ui-datepicker-next:before {
	background-position: -6px -106px;
}
.ui-datepicker-title {
	color: #333;
	font-size: 16px;
	text-align: center;
}
select.ui-datepicker-year {
	vertical-align: top;
	margin: 0 3px;
	border: 0;
	font-size: 16px;
	background-color: transparent;
}
.ui-datepicker-today a {
	color: #2763ba;
	font-weight: 700;
}
.ui-datepicker-current-day a {
	border-radius: 100%;
	color: #fff;
	font-weight: 700;
	background-color: #2763ba;
}
.ui-state-disabled,
.ui-datepicker-other-month {
	color: #999;
}
/* formField */
.formField {
	position: relative;
	margin-top: 20px;
}
.formField .info {
	text-align: right;
}
.formField .essential {
	padding-right: 3px;
	color: #db0000;
}
.formField .info + .boardWrite {
	margin-top: 17px;
}
/* boardWrite */
.boardWrite {
	margin-top: 24px;
	border-top: 2px solid #222;
}
.boardWrite > ul > li {
	vertical-align: middle;
	padding: 18px 10px;
	border-bottom: 1px solid #ddd;
	color: #666;
}
.boardWrite > ul > li > em,
.boardWrite > ul > li > span {
	float: left;
}
.boardWrite > ul > li > em {
	width: 20%;
	color: #222;
	font-weight: 500;
	line-height: 40px;
}
.boardWrite > ul > li > span {
	width: 80%;
}
.boardWrite .desc {
	padding-left: 15px;
}
.boardWrite .img,
.boardWrite .txt,
.boardWrite .txt ul,
.boardWrite .txt li {
	display: inline-block;
	vertical-align: top;
}
.boardWrite .img + .txt {
	padding-left: 30px;
}
.boardWrite .txt li {
	position: relative;
	padding: 0 20px;
	line-height: 40px;
}
.boardWrite .txt li + li:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 14px;
	margin-top: -7px;
	background-color: #ccc;
}
.boardWrite .txt li a {
	position: relative;
	padding-right: 22px;
}
.boardWrite .txt li a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 15px;
	height: 12px;
	margin-top: -6px;
	background: url(../../img/common/spr_icon.png) -94px -17px no-repeat;
}
.boardWrite .txt li a.voice:after {
	width: 13px;
	height: 15px;
	margin-top: -7.5px;
	background-position: -44px -35px;
}
.boardWrite .txt p {
	margin-top: 10px;
}
._S .boardWrite > ul > li {
	padding: 10px;
}
._S .boardWrite > ul > li > em {
	line-height: 30px;
}
._S .boardWrite > ul > li > em,
._S .boardWrite > ul > li > span {
	width: 100%;
}
._S .boardWrite .desc {
	padding-top: 5px;
	padding-left: 0;
}
._S .boardWrite .img + .txt {
	padding-top: 10px;
	padding-left: 0;
}
._S .boardWrite .img,
._S .boardWrite .txt,
._S .boardWrite .txt ul {
	display: block;
}
._S .boardWrite .txt ul {
	margin-left: 0;
}
._S .boardWrite .txt li:first-child {
	padding-left: 0;
}
._S .boardWrite .txt li {
	line-height: 30px;
}
._S .boardWrite .txt li a {
	padding-right: 15px;
}
._S .boardWrite .txt li a:after {
	width: 12px;
	height: 10px;
	margin-top: -5px;
	background: url(../../img/common/m_spr_icon.png) -67px -15px no-repeat;
	background-size: 250px;
}
._S .boardWrite .txt li a.voice:after {
	width: 10px;
	height: 11px;
	background-position: -30px -31px;
}
._S .boardWrite .txt p {
	margin-top: 0;
}