@charset "UTF-8";
/*
lib.css
Copyright (C) 2022 Yahoo Japan Corporation. All Rights Reserved.
version 2.1.4
*/
/*-- Dialogue 1.1.0 --*/
.ypMdDialogue {
	-webkit-user-select: none;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 1001;
	-webkit-transform: none;
	-moz-transform: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.ypMdDialogue input,
.ypMdDialogue select,
.ypMdDialogue label,
.ypMdDialogue a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}
.ypMdDialogue .window {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	border: 2px solid #999;
	box-sizing: border-box;
	background-color: #fff;
}
/*-- untHead --*/
.ypMdDialogue .untHead {
	position: relative;
	padding: 30px 10px 10px;
}
.ypMdDialogue .untHead .elLead {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #333;
}
/*-- untBody --*/
.ypMdDialogue .untBody {
	padding: 0 10px;
}
.ypMdDialogue .untBody .elTxt {
	font-size: 12px;
	text-align: center;
	line-height: 1.5;
}
.ypMdDialogue .untBody .elTxt a {
	font-weight: lighter;
}
/*-- untFoot --*/
.ypMdDialogue .untFoot {
	padding: 20px 10px 30px;
}
.ypMdDialogue .untFoot ul {
	display: table;
	width: 100%;
}
.ypMdDialogue .untFoot li {
	display: table-cell;
	width: 50%;
	vertical-align: top;
}
.ypMdDialogue .untFoot li:first-child {
	padding-right: 8px;
}
.ypMdDialogue .untFoot li:last-child {
	padding-left: 8px;
}
.ypMdDialogue .untFoot li:only-child {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	vertical-align: top;
}
.ypMdDialogue .untFoot li .libButton.elFunk {
	margin-bottom: 0;
}
.ypMdDialogue .untFoot li:only-child .libButton.elFunk {
	width: 190px;
	margin: 0 auto;
}
/*-- Calendar 1.1.0 --*/
.ypMdCalendar {
	-webkit-user-select: none;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 1001;
	-webkit-transform: none;
	-moz-transform: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.ypMdCalendar input,
.ypMdCalendar select,
.ypMdCalendar label,
.ypMdCalendar a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}
.ypMdCalendar .window {
	width: 276px;
	/*280-4*/
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	border: 2px solid #999;
}
/*-- untHead --*/
.ypMdCalendar .untHead {
	position: relative;
	padding: 15px 0;
	background-color: #ddd;
}
.ypMdCalendar .untHead .elTitle {
	padding: 0 62px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	text-shadow: 0 1px 0 #fff;
	text-align: center;
}
.ypMdCalendar .untHead .ptsNavi {
	position: absolute;
	top: 10px;
	left: 0px;
	display: box;
	display: -moz-box;
	display: -webkit-box;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 10px;
	width: 100%;
	box-align: center;
	-moz-box-align: center;
	-webkit-box-align: center;
	font-size: 14px;
}
.ypMdCalendar .untHead .ptsNavi li {
	font-weight: bold;
}
.ypMdCalendar .untHead .ptsNavi li.elLeft {
	position: absolute;
	left: 10px;
	top: 0;
}
.ypMdCalendar .untHead .ptsNavi li.elRight {
	position: absolute;
	right: 10px;
	top: 0;
}
/*-- untBody --*/
.ypMdCalendar .untBody {
	padding: 0 0 10px;
	background-color: #fff;
}
.ypMdCalendar .untBody .decCalTbl {
	width: 100%;
	border-collapse: collapse;
}
.ypMdCalendar .untBody .decCalTbl th,
.ypMdCalendar .untBody .decCalTbl td {
	font-size: 14px;
	text-align: center;
}
.ypMdCalendar .untBody .decCalTbl th {
	background-color: #666;
	font-weight: bold;
	color: #fff;
	line-height: 25px;
}
.ypMdCalendar .untBody .decCalTbl td {
	border: solid 1px #999;
	border-top: none;
	font-weight: bold;
	color: #333;
	line-height: 32px;
	cursor: pointer;
}
.ypMdCalendar .untBody .decCalTbl td a {
	display: block;
	color: #333;
}
.ypMdCalendar .untBody .decCalTbl td:first-child {
	border-left: none;
}
.ypMdCalendar .untBody .decCalTbl td:last-child {
	border-right: none;
}
.ypMdCalendar .untBody .decCalTbl td.decNotM {
	color: #666;
}
.ypMdCalendar .untBody .decCalTbl td.decNotM a {
	color: #666;
}
.ypMdCalendar .untBody .decCalTbl td.decCreat {
	background-color: #ddd;
	cursor: default;
}
.ypMdCalendar .untBody .decCalTbl td.decEnfo {
	background-color: #00f2c2;
	cursor: default;
}
.ypMdCalendar .untBody .decCalTbl td.decEnfo a {
	cursor: default;
}
.ypMdCalendar .untBody .decCalTbl td.decEnd {
	background-color: #bbb;
	cursor: default;
}
.ypMdCalendar .untBody .decCalTbl td.decEnd a {
	cursor: default;
}
/*-- untFoot --*/
.ypMdCalendar .untFoot {
	padding: 0 10px 10px;
	background-color: #fff;
}
.ypMdCalendar .untFoot .libButton.elFunk {
	width: 200px;
	margin: 0 auto;
	font-size: 14px;
}
/*END*/
.libWidgetCal .ui-widget.ui-widget-content {
	border: 0;
	border-radius: 4px;
	/*   -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.3); */
	z-index: 100;
	box-sizing: border-box;
}
.libWidgetCal.pc .ui-widget.ui-widget-content {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 100;
	padding: 18px;
}
.libWidgetCal.shadow .ui-widget.ui-widget-content {
	box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.3);
}
.libWidgetCal.dummy {
	height: 330px;
}
.libWidgetCal .ui-widget {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS UI Gothic", Helvetica, Arial, sans-serif !important;
}
.libWidgetCal .ui-widget-header {
	border: 0px;
	background: #FFF;
	display: block !important;
}
.libWidgetCal .ui-widget-header .ui-icon {
	display: block;
	background: url("../../image/1.1.0/ico_cal_arrow.png") no-repeat !important;
	width: 10px;
	height: 17px;
}
.libWidgetCal .ui-widget-header .ui-datepicker-prev.ui-state-disabled .ui-icon {
	background-position: 0px 0px !important;
	background-size: 25px 37px !important;
}
.libWidgetCal .ui-widget-header .ui-datepicker-next .ui-icon {
	background-position: -15px -20px !important;
	background-size: 25px 37px !important;
}
.libWidgetCal .ui-widget-header .ui-datepicker-prev .ui-icon {
	background-position: -15px 0px !important;
	background-size: 25px 37px !important;
}
.libWidgetCal .ui-widget-header .ui-datepicker-next.ui-state-disabled .ui-icon {
	background-position: 0px -20px !important;
	background-size: 25px 37px !important;
}
.libWidgetCal .ui-datepicker th {
	color: #999 !important;
	padding: 0 !important;
	text-align: center;
	font-weight: normal;
	border: 0;
	font-size: 14px;
}
.libWidgetCal .ui-datepicker td {
	border: 0;
	padding: 0 !important;
	height: 40px;
}
.libWidgetCal .ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: 0 !important;
	margin-bottom: 18px;
}
.libWidgetCal .ui-datepicker .ui-datepicker-prev,
.libWidgetCal .ui-datepicker .ui-datepicker-next {
	position: absolute;
	cursor: pointer;
	top: 0;
	width: 20px;
	height: 17px;
}
.libWidgetCal .ui-datepicker .ui-datepicker-title {
	margin: 0 !important;
	line-height: 16px !important;
	text-align: center;
}
.libWidgetCal .ui-datepicker-multi .ui-datepicker-group table {
	width: 100% !important;
	margin: 0 !important;
}
.libWidgetCal .ui-datepicker-group {
	/*   padding: 18px; */
	box-sizing: border-box;
}
.libWidgetCal .ui-datepicker .ui-datepicker-next {
	right: 8px;
}
.libWidgetCal .ui-datepicker .ui-datepicker-prev {
	left: 6px;
}
.libWidgetCal .ui-datepicker .ui-datepicker-prev span,
.libWidgetCal .ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -4px;
	margin-top: -8px;
}
.libWidgetCal .ui-state-disabled,
.ui-widget-content .ui-state-disabled.class-deactive-day,
.libWidgetCal .ui-widget-header .ui-state-disabled.class-deactive-day {
	opacity: .5 !important;
	filter: Alpha(Opacity=50) !important;
	background-image: none;
}
.libWidgetCal .ui-state-disabled,
.ui-widget-content .ui-state-disabled.class-deactive-day--sout,
.libWidgetCal .ui-widget-header .ui-state-disabled.class-deactive-day--sout,
.libWidgetCal .ui-datepicker-current-day a.ui-state-active {
	opacity: 1 !important;
	filter: Alpha(Opacity=100) !important;
	background-image: none;
}
.libWidgetCal .ui-state-default,
.libWidgetCal .ui-widget-content .ui-state-default,
.libWidgetCal .ui-widget-header .ui-state-default,
.libWidgetCal .ui-button,
html .libWidgetCal .ui-button.ui-state-disabled:hover,
html .libWidgetCal .ui-button.ui-state-disabled:active {
	font-weight: normal;
	color: #222;
}
.libWidgetCal .ui-state-default,
.libWidgetCal .ui-widget-content .ui-state-default,
.libWidgetCal .ui-widget-header .ui-state-default,
.libWidgetCal .ui-button {
	border: 0px;
	background: #FFF;
	text-align: center;
	font-size: 14px;
}
.libWidgetCal .ui-state-active,
.libWidgetCal .ui-widget-content .ui-state-active,
.libWidgetCal .ui-widget-header .ui-state-active,
.libWidgetCal a.ui-button:active,
.libWidgetCal .ui-button:active,
.libWidgetCal .ui-datepicker-current-day a.ui-state-active {
	background-color: #00F2C2;
	text-align: center;
	color: black;
}
.libWidgetCal .ui-state-hover,
.libWidgetCal .ui-widget-content .ui-state-hover,
.libWidgetCal .ui-widget-header .ui-state-hover,
.libWidgetCal .ui-state-focus,
.libWidgetCal .ui-widget-content .ui-state-focus,
.libWidgetCal .ui-widget-header .ui-state-focus,
.libWidgetCal .ui-button:hover,
.libWidgetCal .ui-button:focus {
	border: none;
	background: none;
}
.libWidgetCal .ui-widget-content .ui-state-active,
.libWidgetCal .ui-widget-header .ui-state-active,
.libWidgetCal a.ui-button:active,
.libWidgetCal .ui-button:active,
.libWidgetCal .ui-button.ui-state-active:hover {
	border: none !important;
}
.libWidgetCal .class-active-day a::after {
	display: block;
	content: "\A";
	white-space: pre;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 2px solid #00C9A1;
	box-sizing: border-box;
	margin: 2px auto 2px;
}
.libWidgetCal.ui-datepicker-current-day {
	text-align: center !important;
}
.libWidgetCal .ui-datepicker-current-day a::after {
	display: block;
	content: "\A";
	white-space: pre;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 2px solid #FFF;
	box-sizing: border-box;
	margin: 2px auto 2px;
}
.libWidgetCal .class-deactive-day span::after {
	display: block;
	content: "\A";
	white-space: pre;
	width: 9px;
	height: 2px;
	margin: 6px auto;
	background: #222;
	box-sizing: border-box;
}
.libWidgetCal .class-deactive-day--sout span::after {
	display: block;
	content: "\A";
	white-space: pre;
	width: 9px;
	height: 2px;
	margin: 6px auto 7px;
	background: #AAA;
	box-sizing: border-box;
}
/* animation */
.slide-bottom {
	opacity: 0;
	animation-name: slide-bottom;
	animation-duration: 0.2s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
}
@keyframes slide-bottom {
	0% {
		opacity: 0;
		transform: translateY(0);
	}
	100% {
		opacity: 1;
		transform: translateY(20px);
	}
}
/*-- Top 1.1.0 --*/
.ypMdNoIE {
	width: 100%;
	background-color: #fff;
}
/*ptsNoIE*/
.ypMdNoIE .ptsNoIE {
	background-color: #e9ecf0;
}
.ypMdNoIE .ptsNoIE .elInner {
	width: 890px;
	min-height: 570px;
	padding: 100px 0 100px;
	margin: 0 auto;
}
.ypMdNoIE .ptsNoIE .elInner .elRead .decReadTtl {
	margin-bottom: 40px;
	font-size: 200%;
	font-weight: bold;
	color: #666;
	text-align: center;
}
.ypMdNoIE .ptsNoIE .elInner .ptsBr {
	position: relative;
	padding-bottom: 15px;
}
.ypMdNoIE .ptsNoIE .elInner .elList {
	width: 850px;
	/*890-40*/
	padding: 20px 20px 20px;
	margin: 0 auto;
	background-color: #fff;
}
.ypMdNoIE .ptsNoIE .elInner .decHead {
	width: 890px;
	height: 20px;
	margin: 0 auto;
	background: url(../../image/1.1.0/bg_topMer_01.png) no-repeat top left;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}
.ypMdNoIE .ptsNoIE .elInner .decFoot {
	width: 890px;
	height: 20px;
	margin: 0 auto;
	background: url(../../image/1.1.0/bg_topMer_02.png) no-repeat bottom left;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}
.ypMdNoIE .ptsNoIE .elInner .decLTxt {
	margin-bottom: 35px;
	font-size: 143%;
	/*20px*/
	color: #666;
	text-align: center;
}
/*elBrowser*/
.ypMdNoIE .ptsNoIE .elList .elBrowser {
	width: 620px;
	margin: 0 auto;
}
.ypMdNoIE .ptsNoIE .elList .elBrowser li {
	float: left;
	width: 155px;
	font-size: 114%;
	/*16px*/
	text-align: center;
}
.ypMdNoIE .ptsNoIE .elList .elBrowser li a {
	font-weight: lighter;
}
.ypMdNoIE .ptsNoIE .elList .elBrowser li p.decSf {
	width: 87px;
	height: 97px;
	margin: 0 auto 15px;
	background: url(../../image/1.1.0/img_br.png) no-repeat 0 0;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}
.ypMdNoIE .ptsNoIE .elList .elBrowser li p.decSf a {
	display: block;
	width: 87px;
	height: 97px;
}
.ypMdNoIE .ptsNoIE .elList .elBrowser li p.decCh {
	width: 86px;
	height: 97px;
	margin: 0 auto 15px;
	background: url(../../image/1.1.0/img_brCh.png) no-repeat 0 0;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}
.ypMdNoIE .ptsNoIE .elList .elBrowser li p.decCh a {
	display: block;
	width: 86px;
	height: 97px;
}
.ypMdNoIE .ptsNoIE .elList .elBrowser li p.decFF {
	width: 93px;
	height: 97px;
	margin: 0 auto 15px;
	background: url(../../image/1.1.0/img_br.png) no-repeat -88px 0;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}
.ypMdNoIE .ptsNoIE .elList .elBrowser li p.decFF a {
	display: block;
	width: 93px;
	height: 97px;
}
.ypMdNoIE .ptsNoIE .elList .elBrowser li p.decIE {
	width: 84px;
	height: 97px;
	margin: 0 auto 15px;
	background: url(../../image/1.1.0/img_br.png) no-repeat -182px 0;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}
.ypMdNoIE .ptsNoIE .elList .elBrowser li p.decIE a {
	display: block;
	width: 84px;
	height: 97px;
}
/* ============================================================
 * bootstrapSwitch v1.0 by Larentis Mattia @spiritualGuru
 * http://www.larentis.eu/switch/
 * ============================================================
 * Licensed under the Apache License, Version 2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 * ============================================================ */
/* line 18, ../sass/bootstrapSwitch.scss */
.switch {
	display: inline-block;
	cursor: pointer;
	border-radius: 15px;
	position: relative;
	text-align: left;
	overflow: hidden;
	line-height: 8px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	min-width: 50px;
	background-color: #cccfd2;
}
/* line 44, ../sass/bootstrapSwitch.scss */
.switch.switch-small {
	min-width: 50px;
}
/* line 52, ../sass/bootstrapSwitch.scss */
.switch.deactivate {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
	cursor: default !important;
}
/* line 55, ../sass/bootstrapSwitch.scss */
.switch.deactivate label, .switch.deactivate span {
	cursor: default !important;
}
/* line 59, ../sass/bootstrapSwitch.scss */
.switch > div {
	display: inline-block;
	width: 300%;
	position: relative;
	top: 0;
}
/* line 65, ../sass/bootstrapSwitch.scss */
.switch > div.switch-animate {
	transition: left 0.3s;
}
/* line 68, ../sass/bootstrapSwitch.scss */
.switch > div.switch-off {
	left: -200%;
}
/* line 71, ../sass/bootstrapSwitch.scss */
.switch > div.switch-on {
	left: 0;
}
/* line 75, ../sass/bootstrapSwitch.scss */
.switch input[type=checkbox] {
	display: none;
}
/* line 83, ../sass/bootstrapSwitch.scss */
.switch span, .switch label {
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
	display: inline-block;
	height: 100%;
	padding-bottom: 4px;
	padding-top: 4px;
	font-size: 14px;
	line-height: 20px;
	border-radius: 15px;
}
/* line 103, ../sass/bootstrapSwitch.scss */
.switch span.switch-small, .switch label.switch-small {
	padding-bottom: 3px;
	padding-top: 3px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}
/* line 118, ../sass/bootstrapSwitch.scss */
.switch label {
	margin-top: -1px;
	margin-bottom: -1px;
	z-index: 100;
	min-width: 50px;
	background-color: #cccfd2;
}
/* line 130, ../sass/bootstrapSwitch.scss */
.switch span {
	text-align: center;
	z-index: 1;
	width: 33.333333%;
}
/* line 136, ../sass/bootstrapSwitch.scss */
.switch span.switch-left {
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	background-color: #00cfa8;
	background: url(../../image/1.1.0/ico_toggOn.png) 26px 5px no-repeat #00cfa8;
	padding: 3px 20px 4px 0;
}
.decStop .switch span.switch-left {
	background: url(../../image/1.1.0/ico_toggGry.png) 26px 5px no-repeat #00cfa8;
}
/* for ypMdUserEdit */
.ypMdUserEdit .switch span.switch-left {
	padding: 3px 20px 4px 5px;
}
/* line 140, ../sass/bootstrapSwitch.scss */
.switch span.switch-right {
	position: relative;
	left: 1px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	color: #666;
	background: url(../../image/1.1.0/ico_toggOff.png) 6px 5px no-repeat #cccfd2;
	padding: 3px 0 5px 18px;
}
.decStop .switch span.switch-right {
	background: url(../../image/1.1.0/ico_toggGry.png) 6px 5px no-repeat #cccfd2;
}
/* for ypMdUserEdit */
.ypMdUserEdit .switch span.switch-right {
	padding: 3px 0 5px 15px;
}
/* HDimg */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	.switch span.switch-left {
		background: url(../../image/1.1.0/ico_toggOn2x.png) 26px 5px no-repeat #00cfa8;
		-ms-background-size: 17px auto;
		background-size: 17px auto;
	}
	.switch span.switch-right {
		background: url(../../image/1.1.0/ico_toggOff2x.png) 6px 5px no-repeat #cccfd2;
		-ms-background-size: 17px auto;
		background-size: 17px auto;
	}
	.decStop .switch span.switch-left {
		background: url(../../image/1.1.0/ico_toggGry2x.png) 26px 5px no-repeat #00cfa8;
		-ms-background-size: 17px auto;
		background-size: 17px auto;
	}
	.decStop .switch span.switch-right {
		background: url(../../image/1.1.0/ico_toggGry2x.png) 6px 5px no-repeat #cccfd2;
		-ms-background-size: 17px auto;
		background-size: 17px auto;
	}
}
/* jquery-ui.css overWrite */
.ui-dialog {
	width: 260px !important;
	padding: 25px 10px 25px !important;
	border: 2px solid #999 !important;
	box-shadow: 0 0 10px #000 !important;
	-moz-box-shadow: 0 0 10px #000 !important;
	-webkit-box-shadow: 0 0 10px #000 !important;
}
.ui-widget {
	font-family: "ヒラギノ角ゴ Pro W6", Hiragino Kaku Gothic Pro, Osaka, "ＭＳ Ｐゴシック", sans-serif !important;
	color: #333 !important;
	font-size: 14px !important;
}
.ui-widget .ui-widget {
	font-size: 14px !important;
}
.ui-widget-header {
	display: none !important;
}
.ui-dialog .ui-dialog-content {
	height: auto !important;
	min-height: 0px !important;
	padding: 0 0 20px !important;
}
.ui-dialog .ui-dialog-content p {
	font-size: 14px !important;
	font-weight: bold !important;
}
.ui-dialog-buttonpane.ui-widget-content {
	border: none !important;
}
.ui-widget-content .ui-icon {
	background-image: none !important;
}
.ui-dialog .ui-dialog-buttonpane {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: none !important;
	text-align: center;
}
.ui-dialog .ui-dialog-buttonpane button {
	width: 200px !important;
	margin: 0 !important;
	border: 1px solid #c0c3c6 !important;
	background: url(../../image/1.1.0/bg_btnM.png) bottom left repeat-x #fff !important;
	background: -moz-linear-gradient(top, #fff 0%, #eaeaea 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #eaeaea)) !important;
}
.ui-button .ui-button-text {
	padding: 9px 10px !important;
	font-weight: bold;
	color: #666;
	line-height: 20px !important;
	text-shadow: 0 1px 0 #fff !important;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset.dec-button-double button {
	width: 120px !important;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset.dec-button-double button:first-child {
	margin-right: 10px !important;
}
/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
	border-top-left-radius: 0px !important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
	border-top-right-radius: 0px !important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
	border-bottom-left-radius: 0px !important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	border-bottom-right-radius: 0px !important;
}
/* Corner radius */
.ui-dialog-buttonset .ui-corner-all {
	border-top-left-radius: 5px !important;
}
.ui-dialog-buttonset .ui-corner-all {
	border-top-right-radius: 5px !important;
}
.ui-dialog-buttonset .ui-corner-all {
	border-bottom-left-radius: 5px !important;
}
.ui-dialog-buttonset .ui-corner-all {
	border-bottom-right-radius: 5px !important;
}
/* Overlays */
.ui-widget-overlay {
	background: #000000 url(../../image/1.1.0/ui-bg_flat_0_000000_40x100.png) 50% 50% repeat-x !important;
	opacity: 0.6 !important;
	filter: Alpha(Opacity=60) !important;
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #000000 url(../../image/1.1.0/ui-bg_flat_0_000000_40x100.png) 50% 50% repeat-x !important;
	opacity: 0.6 !important;
	filter: Alpha(Opacity=60) !important;
	border-radius: 0px !important;
}
/*-- libNotice 1.2.6 --*/
.elNotice {
	background: #fff;
	margin: 12px 0 12px;
}
.libNotice {
	width: 900px;
	margin: 0 auto 10px;
	padding: 9px;
	border: solid 1px;
	box-sizing: border-box;
}
.libNotice:hover {
	text-decoration: none;
	font-weight: normal;
}
.libNotice.elWarning {
	display: block;
	border-color: #ff6c00;
	background-color: #fffbf1;
	color: #ff6c00;
	text-decoration: none;
}
.libNotice.elInfo {
	display: block;
	border-color: #0072ff;
	background-color: #e2f1ff;
	color: #0072ff;
	padding: 8px 9px 7px 9px;
	text-decoration: none;
}
.libNotice h1, .libNotice .elTitle {
	min-height: 17px;
	padding-left: 22px;
	font-weight: bold;
	line-height: 1.3;
	font-size: 16px;
}
.libNotice h1 + p, .libNotice .elTitle + p {
	margin-top: 8px;
}
.libNotice p {
	font-size: 14px;
	line-height: 1.2;
	font-weight: normal;
}
.libNotice p + p {
	margin-top: 5px;
}
.libNotice.elWarning h1, .libNotice.elWarning .elTitle {
	padding-left: 17px;
	background: url(../../image/1.1.0/ico_warning.png) 0 3px no-repeat;
	background-size: 16px 13px;
}
.libNotice.elInfo h1, .libNotice.elInfo .elTitle {
	line-height: 1.3;
	background: url(../../image/1.1.0/ico_info.png) 0 1px no-repeat;
	background-size: 16px 16px;
}
.libNotice.elInfo h1 + p, .libNotice.elInfo .elTitle + p,
.libNotice.elWarning h1 + p, .libNotice.elWarning .elTitle + p {
	line-height: 1.3;
	margin-top: 5px;
}
/* centering */
.libNotice.elCenter {
	text-align: center;
}
.libNotice.elCenter h1, .libNotice.elCenter .elTitle {
	padding: 0;
	border: none;
	background: none;
}
