@charset "UTF-8";

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: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

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

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q, blockquote {
	quotes: none;
}

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

a img {
	border: none;
}

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

* {
	box-sizing: border-box;
}

/* html
-------------------------------------------------- */
html {
	font-size: 62.5%;
}

/* anchors
-------------------------------------------------- */
#anchors {
	padding: 0;
	margin: 0;
	position: absolute;
	left: -100em;
	top: -100em;
}

/* link
-------------------------------------------------- */
a {
	text-decoration: underline;
}

a:link {
	color: #478fca;
}

a:hover {
	color: #478fca;
}

a:active {
	color: #478fca;
}

a:visited {
	color: #478fca;
}

a:focus {
	color: #478fca;
}

a.noline {
	text-decoration: none;
}

a[target="_blank"] {
	padding: 0 20px 0 0;
	background: url(/shared/images/icon_outside.png) right 2px no-repeat;
}

a[target="_blank"].xls {
	padding: 4px 0 2px 27px;
	background: url(/shared/images/icon_xls.png) left 1px no-repeat;
	text-decoration: none;
	line-height: 22px;
}

a[target="_blank"].pdf {
	padding: 4px 0 2px 27px;
	background: url(/shared/images/icon_pdf.png) left 1px no-repeat;
	text-decoration: none;
	line-height: 22px;
}

/* placeholder
-------------------------------------------------- */
::placeholder {
  color: #cccccc;
}

/* body
-------------------------------------------------- */
body {
	min-width: 1280px;
	line-height: 1.5;
	color: #333333;
	font-family: "Hiragino Kaku Gothic Pro",Meiryo, "MS PGothic", sans-serif;
	background: #ffffff;
	-webkit-text-size-adjust: none;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	line-height: 0;
	font-size: 0;
}

#wrapperArea {
	margin: 0 auto;
	width: 100%;
	background: #ffffff;
}

/* header
-------------------------------------------------- */
#header {
	width: 100%;
	position: relative;
	color: #000000;
	background: #000000;
}

#header .body {
	min-width: 1280px;
	padding: 10px;
}

#header .body:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	font-size: 0;
}

#header h1 {
	width: 770px;
	float: left;
}

#header h1:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	font-size: 0;
}

#header .logo {
	width: 144px;
	margin: 0 25px 0 0;
	float: left;
}

#header .siteName {
	margin-bottom: 0;
	vertical-align: middle;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 36px;
	color: #ffffff;
	font-weight: bold;
}

#header .link {
	width: 472px;
	margin: 0;
	padding: 0;
	float: right;
}

#header .link:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	font-size: 0;
}

#header .link #user {
	width: 220px;
	margin: 0;
	float: left;
	position: relative;
}

#header .link #user #userBtn {
	width: 100%;
	color: #ffffff;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	cursor: pointer;
}

#header .link #user #userBtn.on {
	background: url(/shared/images/arrow_middle_user_up.png) right center no-repeat;
}

#header .link #user #userBtn.off {
	background: url(/shared/images/arrow_middle_user_down.png) right center no-repeat;
}

#header #userBtn span.name {
	padding: 11px 47px 11px 44px;
	background: url(/shared/images/icon_login_name.png) left center no-repeat;
	display: block;
}

#header .link #user #userContent {
	width: 100%;
	margin: 0;
	padding: 10px 0 0;
	z-index: 100;
	font-size: 12px;
	font-size: 1.2rem;
	overflow: auto;
	position: absolute;
	color: #ffffff;
	background-color: #000;
	overflow-y: auto;
}

#header .link #user #userContent ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #393939;
}

#header .link #user #userContent ul li {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	border-bottom: 1px solid #393939;
	background: 0;
}

#header .link #user #userContent ul li, #header .link #user #userContent p {
	margin: 0;
	padding: 0;
}

#header .link #user #userContent a {
	color: #ffffff;
	display: block;
	text-decoration: none;
}

#header .link #user #userContent a:hover {
	color: #999999;
	text-decoration: underline;
}

#header .link #user #userContent ul li a {
	padding: 11px 11px 11px 50px;
}

#header .link #user #userContent ul li a.pass {
	background: url(/shared/images/icon_login_pass.png) left center no-repeat;
}

#header .link #user #userContent ul li a.mail {
	background: url(/shared/images/icon_login_mail.png) left center no-repeat;
}

#header .link #user #userContent ul li a.mypage {
	background: url(/shared/images/icon_login_mypage.png) left center no-repeat;
}

#header .link #user #userContent p {
	margin: 0;
	padding: 10px 14px 9px;
}

#header .date {
	width: 242px;
	padding: 0 0 0 5px;
	margin: 0;
	color: #ffffff;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 36px;
	float: left;
}

/* bodyArea
-------------------------------------------------- */
#bodyArea {
	width: 100%;
	padding: 0;
	position: relative;
}

#bodyArea:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	font-size: 0;
}

/* popupArea
-------------------------------------------------- */
#popupArea {
	width: 924px;
	margin: 0 auto;
	background: #ffffff;
}

#popupArea .topicPath {
	min-width: 100%;
	margin: 0 0 27px;
}

#popupArea > .body {
	padding: 0 30px 40px;
}

#popupArea .generalTableTr4 tbody th:nth-child(1),
#popupArea .generalTableTr4 tbody th:nth-child(3) {
	width: 180px;
}

#popupArea .generalTableTr4 tbody td:nth-child(2),
#popupArea .generalTableTr4 tbody td:nth-child(4) {
	width: 252px;
}

#popupArea .generalTableTr2 tbody th:nth-child(1) {
	width: 180px;
}

#popupArea .generalTableTr2 tbody td:nth-child(2) {
	width: 684px;
}

#popupArea .submitBtnBox .width220 {
	margin: 10px auto;
}

#popupArea ul.navLink li.navType4 a {
	padding: 7px 0;
}

/* newsModal
-------------------------------------------------- */
#newsModal {
	width: 601px;
	margin: 0 auto;
	background: #ffffff;
}

#newsModal > .body {
	padding: 35px 30px 29px;
}

#newsModal h1 {
	margin: 0 0 30px;
}

#newsModal ul.navLink {
	text-align: center;
}

#newsModal .submitBtnBox {
	margin-top: 36px;
}

#newsModal .submitBtnBox .leftBtn {
	margin: 0 auto;
	top: 0;
}

#newsModal ul.navLink li.navType4 a {
	padding: 7px 0;
}

/* mainArea
-------------------------------------------------- */
#mainArea {
	padding: 0 0 0 280px;
	z-index: 2;
	background: url(/shared/images/nav_bg.gif) left top repeat-y;
}

#mainArea > .base {
	padding: 0 0 86px;
}

#mainArea .body {
	min-width: 1000px;
	padding: 0 40px;
}

/* globalNav
-------------------------------------------------- */
#globalNav {
	width: 280px;
	background: #222222;
	float: left;
	z-index: 3;
	position: relative;
}

#globalNav .navTitle {
	padding: 42px 0 41px 20px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #ffffff;
}

#globalNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#globalNav ul li {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	background: 0;
}

#globalNav > ul > li {
	margin: 0 0 8px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	cursor: pointer;
}

#globalNav > ul > li.now > span, #globalNav > ul > li.now > a, #globalNav > ul > li > span:hover, #globalNav > ul > li > a:hover {
	color: #a4c541;
}

#globalNav > ul > li:last-child {
	margin: 0;
}

#globalNav > ul > li span, #globalNav > ul > li a {
	padding: 19px 0 20px 17px;
	display: block;
	color: #ffffff;
	background: #000000;
	border-left: 8px solid #a4c541;
}

#globalNav > ul > li a {
	background-image: url(/shared/images/arrow_middle_1.png);
	background-position: right center;
	background-repeat: no-repeat;
	text-decoration: none;
}

#globalNav > ul > li span {
	position: relative;
}

#globalNav > ul > li span:after {
	content: "";
	width: 22px;
	height: 11px;
	margin: 2px 0 0;
	position: absolute;
	right: 11px;
	top: 50%;
	background-image: url(/shared/images/arrow_middle_1.png);
	background-position: right center;
	background-repeat: no-repeat;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

#globalNav > ul > li.open span:after {
	margin: -9px 0 0;
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}
#globalNav > ul > li.now span:after {
	display: none;
}

#globalNav > ul > li > ul {
	padding: 1px 0 0;
	border-left: 8px solid #526220;
}

#globalNav > ul > li > ul li {
	margin: 0 0 1px;
}

#globalNav > ul > li > ul li:last-child {
	margin: 0;
}

#globalNav > ul > li > ul li span, #globalNav > ul > li > ul li a {
	border-left: 0;
}

#globalNav > ul > li > ul > li.on span,
#globalNav > ul > li > ul > li.on a {
	color: #ffffff;
	background: #313b13;
}

#globalNav > ul > li > ul > li span:hover,
#globalNav > ul > li > ul > li a:hover {
	color: #ffffff;
	background-color: #313b13;
}

#globalNav > ul > li > ul > li.on span,
#globalNav > ul > li > ul > li.on a {
	cursor: auto;
}

#globalNav > ul > li:nth-child(8n+1).now > span, #globalNav > ul > li:nth-child(8n+1).now > a, #globalNav > ul > li:nth-child(8n+1) > span:hover, #globalNav > ul > li:nth-child(8n+1) > a:hover {
	color: #a4c541;
}

#globalNav > ul > li:nth-child(8n+1) span, #globalNav > ul > li:nth-child(8n+1) a {
	border-left-color: #a4c541;
}

#globalNav > ul > li:nth-child(8n+1) > ul {
	border-left-color: #526220;
}

#globalNav > ul > li:nth-child(8n+1) > ul > li.on span,
#globalNav > ul > li:nth-child(8n+1) > ul > li.on a {
	color: #ffffff;
	background: #313b13;
}

#globalNav > ul > li:nth-child(8n+1) > ul > li span:hover,
#globalNav > ul > li:nth-child(8n+1) > ul > li a:hover {
	color: #ffffff;
	background-color: #313b13;
}

#globalNav > ul > li:nth-child(8n+2).now > span, #globalNav > ul > li:nth-child(8n+2).now > a, #globalNav > ul > li:nth-child(8n+2) > span:hover, #globalNav > ul > li:nth-child(8n+2) > a:hover {
	color: #e1a360;
}

#globalNav > ul > li:nth-child(8n+2) span, #globalNav > ul > li:nth-child(8n+2) a {
	border-left-color: #e1a360;
}

#globalNav > ul > li:nth-child(8n+2) > ul {
	border-left-color: #705130;
}

#globalNav > ul > li:nth-child(8n+2) > ul > li.on span,
#globalNav > ul > li:nth-child(8n+2) > ul > li.on a {
	color: #ffffff;
	background: #43311d;
}

#globalNav > ul > li:nth-child(8n+2) > ul > li span:hover,
#globalNav > ul > li:nth-child(8n+2) > ul > li a:hover {
	color: #ffffff;
	background-color: #43311d;
}

#globalNav > ul > li:nth-child(8n+3).now > span, #globalNav > ul > li:nth-child(8n+3).now > a, #globalNav > ul > li:nth-child(8n+3) > span:hover, #globalNav > ul > li:nth-child(8n+3) > a:hover {
	color: #ce8686;
}

#globalNav > ul > li:nth-child(8n+3) span, #globalNav > ul > li:nth-child(8n+3) a {
	border-left-color: #ce8686;
}

#globalNav > ul > li:nth-child(8n+3) > ul {
	border-left-color: #674343;
}

#globalNav > ul > li:nth-child(8n+3) > ul > li.on span,
#globalNav > ul > li:nth-child(8n+3) > ul > li.on a {
	color: #ffffff;
	background: #3d2828;
}

#globalNav > ul > li:nth-child(8n+3) > ul > li span:hover,
#globalNav > ul > li:nth-child(8n+3) > ul > li a:hover {
	color: #ffffff;
	background-color: #3d2828;
}

#globalNav > ul > li:nth-child(8n+4).now > span, #globalNav > ul > li:nth-child(8n+4).now > a, #globalNav > ul > li:nth-child(8n+4) > span:hover, #globalNav > ul > li:nth-child(8n+4) > a:hover {
	color: #b789c4;
}

#globalNav > ul > li:nth-child(8n+4) span, #globalNav > ul > li:nth-child(8n+4) a {
	border-left-color: #b789c4;
}

#globalNav > ul > li:nth-child(8n+4) > ul {
	border-left-color: #5b4462;
}

#globalNav > ul > li:nth-child(8n+4) > ul > li.on span,
#globalNav > ul > li:nth-child(8n+4) > ul > li.on a {
	color: #ffffff;
	background: #37293a;
}

#globalNav > ul > li:nth-child(8n+4) > ul > li span:hover,
#globalNav > ul > li:nth-child(8n+4) > ul > li a:hover {
	color: #ffffff;
	background-color: #37293a;
}

#globalNav > ul > li:nth-child(8n+5).now > span, #globalNav > ul > li:nth-child(8n+5).now > a, #globalNav > ul > li:nth-child(8n+5) > span:hover, #globalNav > ul > li:nth-child(8n+5) > a:hover {
	color: #6e80b5;
}

#globalNav > ul > li:nth-child(8n+5) span, #globalNav > ul > li:nth-child(8n+5) a {
	border-left-color: #6e80b5;
}

#globalNav > ul > li:nth-child(8n+5) > ul {
	border-left-color: #37405a;
}

#globalNav > ul > li:nth-child(8n+5) > ul > li.on span,
#globalNav > ul > li:nth-child(8n+5) > ul > li.on a {
	color: #ffffff;
	background: #212636;
}

#globalNav > ul > li:nth-child(8n+5) > ul > li span:hover,
#globalNav > ul > li:nth-child(8n+5) > ul > li a:hover {
	color: #ffffff;
	background-color: #212636;
}

#globalNav > ul > li:nth-child(8n+6).now > span, #globalNav > ul > li:nth-child(8n+6).now > a, #globalNav > ul > li:nth-child(8n+6) > span:hover, #globalNav > ul > li:nth-child(8n+6) > a:hover {
	color: #5cb1b9;
}

#globalNav > ul > li:nth-child(8n+6) span, #globalNav > ul > li:nth-child(8n+6) a {
	border-left-color: #5cb1b9;
}

#globalNav > ul > li:nth-child(8n+6) > ul {
	border-left-color: #2e585c;
}

#globalNav > ul > li:nth-child(8n+6) > ul > li.on span,
#globalNav > ul > li:nth-child(8n+6) > ul > li.on a {
	color: #ffffff;
	background: #1b3537;
}

#globalNav > ul > li:nth-child(8n+6) > ul > li span:hover,
#globalNav > ul > li:nth-child(8n+6) > ul > li a:hover {
	color: #ffffff;
	background-color: #1b3537;
}

#globalNav > ul > li:nth-child(8n+7).now > span, #globalNav > ul > li:nth-child(8n+7).now > a, #globalNav > ul > li:nth-child(8n+7) > span:hover, #globalNav > ul > li:nth-child(8n+7) > a:hover {
	color: #ba9b00;
}

#globalNav > ul > li:nth-child(8n+7) span, #globalNav > ul > li:nth-child(8n+7) a {
	border-left-color: #ba9b00;
}

#globalNav > ul > li:nth-child(8n+7) > ul {
	border-left-color: #5d4d00;
}

#globalNav > ul > li:nth-child(8n+7) > ul > li.on span,
#globalNav > ul > li:nth-child(8n+7) > ul > li.on a {
	color: #ffffff;
	background: #372e00;
}

#globalNav > ul > li:nth-child(8n+7) > ul > li span:hover,
#globalNav > ul > li:nth-child(8n+7) > ul > li a:hover {
	color: #ffffff;
	background-color: #372e00;
}

#globalNav > ul > li:nth-child(8n+8).now > span, #globalNav > ul > li:nth-child(8n+8).now > a, #globalNav > ul > li:nth-child(8n+8) > span:hover, #globalNav > ul > li:nth-child(8n+8) > a:hover {
	color: #478fca;
}

#globalNav > ul > li:nth-child(8n+8) span, #globalNav > ul > li:nth-child(8n+8) a {
	border-left-color: #478fca;
}

#globalNav > ul > li:nth-child(8n+8) > ul {
	border-left-color: #234765;
}

#globalNav > ul > li:nth-child(8n+8) > ul > li.on span,
#globalNav > ul > li:nth-child(8n+8) > ul > li.on a {
	color: #ffffff;
	background: #152b3c;
}

#globalNav > ul > li:nth-child(8n+8) > ul > li span:hover,
#globalNav > ul > li:nth-child(8n+8) > ul > li a:hover {
	color: #ffffff;
	background-color: #152b3c;
}

/* backToTopNav
-------------------------------------------------- */
#backToTopNav {
	width: 26px;
	height: 26px;
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 7px;
	right: 7px;
	z-index: 10;
	display: none;
}

#backToTopNav img {
	width: 100%;
	height: auto;
}

/* footer
-------------------------------------------------- */
#footer {
	width: 100%;
	padding: 10px 0 11px 280px;
	background: #000000;
	position: absolute;
	bottom: 0;
	z-index: 1;
}

#footer.full {
	padding: 10px 0 11px;
	position: static;
}

#footer .body {
	min-width: 1000px;
	padding: 0 40px;
}

#footer p {
	margin: 0;
	font-size: 12px;
	font-size: 1.2rem;
	color: #ffffff;
	text-align: center;
}

/********************************************************

  form

********************************************************/
p.error {
	margin: 0 0 8px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #cc0000;
}

/* width
-------------------------------------------------- */
.marginLeft10Right10 {
	margin-left: 10px;
	margin-right: 10px;
}

.marginRight10 {
	margin-right: 10px;
}

.marginRight15 {
	margin-right: 15px;
}

.marginRight20 {
	margin-right: 20px;
}

.marginRight30 {
	margin-right: 30px;
}

.width60 {
	width: 60px;
}

.width74 {
	width: 74px;
}

.width94 {
	width: 94px;
}

.width102 {
	width: 102px;
}

.width109 {
	width: 109px;
}

.width119 {
	width: 119px;
}

.width133 {
	width: 133px;
}

.width139 {
	width: 139px;
}

.width174 {
	width: 174px;
}

.width179 {
	width: 179px;
}

.width180 {
	width: 180px;
}

.width209 {
	width: 209px;
}

.width220 {
	width: 220px;
}

.width419 {
	width: 419px;
}

.width671 {
	width: 671px;
}

.widthFull {
	width: 100%;
}

.widthAuto {
	width: auto;
}

/* select
-------------------------------------------------- */
select,
select option {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 0;
	margin: 0;
	background: none transparent;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	box-sizing: content-box;
	box-shadow: none;
}

select {
	margin: 0 0 10px;
	padding: 11px 42px 12px 10px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333333;
	box-sizing: border-box;
	position: relative;
	z-index: 5;
	border-radius: 0;
	border: 0;
	border-radius: 4px;
	border: solid 2px #ccc;
	background: #ffffff url(/shared/images/icon_select.png) right center no-repeat;
}

select.error {
	background-color: #f7d9d9;
	border-color: #d94040;
}

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

.select-group {
	width: 100%;
	background-color: #ffffff;
	border-radius: 4px;
	border: 2px solid #cccccc;
	display: block;
	box-sizing: border-box;
	position: relative;
}

.select-group.error {
	border-color: #d94040;
}

.select-group:after {
	content: "";
	position: absolute;
	top: 50%;
	box-sizing: border-box;
	display: block;
	width: 10px;
	height: 10px;
	margin-top: -8px;
	border-left: 3px solid #666666;
	border-bottom: 3px solid #666666;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	right: 14px;
	z-index: 1;
}

/* textarea
-------------------------------------------------- */
textarea {
	padding: 10px 12px 12px;
	margin: 0 0 10px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333333;
	box-sizing: border-box;
	border-radius: 4px;
	background-color: #ffffff;
	border: solid 2px #ccc;
}

/* input[type="text"]
-------------------------------------------------- */
input[type="text"] {
	padding: 10px 12px 12px;
	margin: 0 0 10px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333333;
	box-sizing: border-box;
}

input[type="text"].marginRight15 {
	margin-right: 15px;
}

input[type="text"].marginRight30 {
	margin-right: 30px;
}

/* input[type="email"]
-------------------------------------------------- */
input[type="email"] {
	box-sizing: border-box;
}

/* input[type="radio"],input[type="checkbox"]
-------------------------------------------------- */
input[type="radio"],
input[type="checkbox"] {
	display: inline-block;
	margin-right: 6px;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	margin-bottom: 10px;
	position: relative;
	display: inline-block;
	margin-right: 12px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2;
	cursor: pointer;
	vertical-align: middle;
}

@media (min-width: 1px) {
	input[type="text"],
  input[type="email"],
  input[type="password"] {
		border-radius: 4px;
		background-color: #ffffff;
		border: solid 2px #ccc;
	}

	input[type="text"].error,
  input[type="email"].error,
  input[type="password"].error {
		background: #f7d9d9;
		border-color: #d94040;
	}

	input[type="radio"],
  input[type="checkbox"] {
		display: none;
		margin: 0;
	}

	input[type="radio"]:checked + label::after,
  input[type="checkbox"]:checked + label::after {
		content: "";
		position: absolute;
		top: 50%;
		box-sizing: border-box;
		display: block;
	}

	input[type="radio"] + label::before,
  input[type="checkbox"] + label::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		box-sizing: border-box;
		display: block;
		background: #ffffff;
	}

	input[type="radio"] + label {
		padding: 0 10px 0 31px;
		line-height: 22px;
	}

	input[type="radio"] + label.error {
		padding: 5px 10px 3px 31px;
	}

	input[type="radio"] + label::before {
		width: 22px;
		height: 22px;
		margin-top: -11px;
	}

	input[type="checkbox"] + label {
		padding: 0 10px 0 32px;
		line-height: 22px;
	}

	input[type="checkbox"] + label::before {
		width: 22px;
		height: 22px;
		margin-top: -11px;
	}

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

	input[type="radio"] + label {
		background: none;
	}

	input[type="radio"] + label.error {
		background: #f7d9d9;
	}

	input[type="radio"][disabled] + label {
		color: #aaaaaa;
		cursor: default;
	}

	input[type="radio"] + label::before {
		border: 2px solid #cccccc;
		border-radius: 30px;
	}

	input[type="radio"][disabled] + label::before {
		background: #eeeeee;
		border-color: #dddddd;
	}

	input[type="radio"]:checked + label::before {
		border-color: #22b48b;
		background-color: #def4ee;
	}

	input[type="radio"][disabled]:checked + label::before {
		border-color: #999999;
		background-color: #ffffff;
	}

	input[type="radio"]:checked + label::after {
		left: 8px;
		width: 6px;
		height: 6px;
		margin-top: -3px;
		background: #22b48b;
		border-radius: 6px;
	}

	input[type="radio"][disabled]:checked + label::after {
		background: #999999;
	}

	input[type="checkbox"][disabled] + label {
		color: #aaaaaa;
		cursor: default;
	}

	input[type="checkbox"] + label.error {
		padding: 5px 10px 3px 31px;
		background: #f7d9d9;
	}

	input[type="checkbox"] + label::before {
		border-radius: 4px;
		border: 2px solid #cccccc;
	}

	input[type="checkbox"][disabled] + label::before {
		background: #eeeeee;
		border-color: #dddddd;
	}

	input[type="checkbox"]:checked + label::before {
		border-color: #22b48b;
		background-color: #def4ee;
	}

	input[type="checkbox"]:checked + label::after {
		left: 6px;
		width: 10px;
		height: 6px;
		margin-top: -5px;
		border-left: 3px solid #22b48b;
		border-bottom: 3px solid #22b48b;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
}

/* input[type="file"]
-------------------------------------------------- */
.fileUploder .uploader {
	display: none;
}

.fileUploder button {
	padding: 7px 15px 8px;
	margin-left: 10px;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
	color: #ffffff;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5625;
	font-weight: bold;
	border-radius: 4px;
	background-color: #478fca;
	box-shadow: inset 0 -2px rgba(15, 6, 13, 0.15);
	font-family: "Hiragino Kaku Gothic Pro",Meiryo, "MS PGothic", sans-serif;
}

/* input[type="submit"],input[type="button"]
-------------------------------------------------- */
input[type="submit"], input[type="button"] {
	width: 100%;
	padding: 10px 0 11px;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	color: #ffffff;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5625;
	font-weight: bold;
	border-radius: 4px;
	background-color: #22b48b;
	box-shadow: inset 0 -2px rgba(15, 6, 13, 0.15);
	font-family: "Hiragino Kaku Gothic Pro",Meiryo, "MS PGothic", sans-serif;
}

input[type="submit"]:-webkit-search-decoration, input[type="button"]:-webkit-search-decoration {
	display: none;
}

input[type="submit"]:focus, input[type="button"]:focus {
	outline-offset: -2px;
}

input[type="submit"].submitColor2, input[type="button"].submitColor2 {
	background-color: #478fca;
}

input[type="submit"].submitColor3, input[type="button"].submitColor3 {
	color: #333333;
	background-color: #e9e9e9;
}

input[type="submit"][disabled], input[type="button"][disabled] {
	color: #aaaaaa;
	background-color: #dfdfdf;
	cursor: default;
	box-shadow: none;
}

input[type="submit"].width60, input[type="button"].width60 {
	width: 60px;
	padding: 6px 0 6px;
	font-size: 14px;
	font-size: 1.4rem;
	display: inline-block;
}

input[type="submit"].width102, input[type="button"].width102 {
	width: 102px;
	padding: 6px 0 6px;
	font-size: 14px;
	font-size: 1.4rem;
	display: inline-block;
}

input[type="submit"].width109, input[type="button"].width109 {
	width: 109px;
	padding: 7px 0 10px;
	display: block;
}

input[type="submit"].width158, input[type="button"].width158 {
	width: 158px;
	padding: 9px 0 8px;
	font-size: 14px;
	font-size: 1.4rem;
	display: inline-block;
}

input[type="submit"].width180, input[type="button"].width180 {
	width: 180px;
	margin: 10px auto;
	padding: 9px 0 13px;
	font-size: 16px;
	font-size: 1.6rem;
	display: block;
}

input[type="submit"].width220, input[type="button"].width220 {
	width: 220px;
	margin: 10px auto;
	padding: 9px 0 13px;
	font-size: 16px;
	font-size: 1.6rem;
	display: block;
}

ul.submitList {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.submitList li {
	padding: 0;
	margin: 0;
	display: block;
	text-align: center;
	background: 0;
}

ul.submitList a {
	width: 100%;
	padding: 10px 0 11px;
	border: none;
	box-sizing: border-box;
	display: block;
	color: #ffffff;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5625;
	text-decoration: none;
	font-weight: bold;
	border-radius: 4px;
	background-color: #22b48b;
	box-shadow: inset 0 -2px rgba(15, 6, 13, 0.15);
}

ul.submitList li.submitColor2 a {
	background-color: #478fca;
}

ul.submitList li.submitColor3 a {
	color: #333333;
	background-color: #e9e9e9;
}

.submitBtnBox {
	margin-top: 27px;
	margin-bottom: 4px;
	position: relative;
}

.submitBtnBox .leftBtn {
	margin-top: -1.5em;
	position: absolute;
	top: 50%;
	left: 0;
}

.submitBtnBox .rightBtn {
	margin-top: -1.5em;
	position: absolute;
	top: 50%;
	right: 0;
}

/* btnLinkForm
-------------------------------------------------- */
.btnLinkForm {
	margin-top: 26px;
}

.btnLinkForm input[type="submit"], .btnLinkForm input[type="button"],
.btnLinkForm ul.submitList li a {
	width: 220px;
	margin: 0 auto 10px;
}

/* input[type="button"]
-------------------------------------------------- */
input[type="button"].delete {
	width: 34px;
	height: 34px;
	padding: 0 0 1px;
	border-radius: 4px;
	font-size: 20px;
	font-size: 2rem;
	line-height: 31px;
	font-weight: bold;
	background-color: #ffffff;
	color: #0066cc;
	box-shadow: 0 2px #cccccc;
	border: solid 1px #cccccc;
	font-family: "メイリオ",Meiryo,"MS PGothic","MS UI Gothic",Helvetica,Arial,sans-serif;
}

input[type="button"].edit {
	padding-top: 46px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2;
	background: none;
	color: #0066cc;
	font-family: "メイリオ",Meiryo,"MS PGothic","MS UI Gothic",Helvetica,Arial,sans-serif;
}

/* datepicker
-------------------------------------------------- */
#ui-datepicker-div {
	margin: 2px 0;
	position: relative;
	z-index: 100 !important;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	box-sizing: content-box;
  /* positioning */
  /* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
}

#ui-datepicker-div * {
	box-sizing: content-box;
}

#ui-datepicker-div .ui-widget {
	font-size: 1em;
}

#ui-datepicker-div input,
#ui-datepicker-div select,
#ui-datepicker-div textarea,
#ui-datepicker-div button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}

#ui-datepicker-div.ui-widget-content {
	border: 2px solid #cccccc;
	background: #ffffff;
	border-radius: 4px;
}

#ui-datepicker-div .ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}

#ui-datepicker-div .ui-widget-content a {
	color: #333333;
}

#ui-datepicker-div .ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
	border-radius: 2px;
}

#ui-datepicker-div .ui-widget-header a {
	color: #333333;
}

#ui-datepicker-div table {
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 13.5px;
	font-size: 1.35rem;
}

#ui-datepicker-div *::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

#ui-datepicker-div *::selection {
	background: #b3d4fc;
	text-shadow: none;
}

#ui-datepicker-div *::-webkit-input-placeholder {
	color: #9a1b1e;
}

#ui-datepicker-div *::-moz-placeholder {
	color: #9a1b1e;
}

#ui-datepicker-div *:-ms-input-placeholder {
	color: #9a1b1e;
}

#ui-datepicker-div *::placeholder {
	color: #9a1b1e;
}

#ui-datepicker-div td span, #ui-datepicker-div td a {
	display: block;
	padding: 0.2em;
	text-align: right;
	text-decoration: none;
}

#ui-datepicker-div .ui-state-default, #ui-datepicker-div .ui-widget-header .ui-state-default, #ui-datepicker-div .ui-button, #ui-datepicker-div html .ui-button.ui-state-disabled:hover, #ui-datepicker-div html .ui-button.ui-state-disabled:active {
	background: #f6f6f6;
	border: 1px solid #c5c5c5;
	color: #454545;
	font-weight: normal;
}

#ui-datepicker-div .ui-datepicker-title {
	font-size: 15px;
	font-size: 1.5rem;
}

#ui-datepicker-div .ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #222222;
	font-weight: bold;
}

#ui-datepicker-div .ui-button.ui-state-disabled:hover,
#ui-datepicker-div .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}

#ui-datepicker-div .ui-state-default a,
#ui-datepicker-div .ui-state-default a:link,
#ui-datepicker-div .ui-state-default a:visited,
#ui-datepicker-div a.ui-button,
#ui-datepicker-div a:link.ui-button,
#ui-datepicker-div a:visited.ui-button,
#ui-datepicker-div .ui-button {
	color: #454545;
	text-decoration: none;
}

#ui-datepicker-div .ui-state-hover,
#ui-datepicker-div .ui-widget-content .ui-state-hover,
#ui-datepicker-div .ui-widget-header .ui-state-hover,
#ui-datepicker-div .ui-state-focus,
#ui-datepicker-div .ui-widget-content .ui-state-focus,
#ui-datepicker-div .ui-widget-header .ui-state-focus,
#ui-datepicker-div .ui-button:hover,
#ui-datepicker-div .ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}

#ui-datepicker-div .ui-state-hover a,
#ui-datepicker-div .ui-state-hover a:hover,
#ui-datepicker-div .ui-state-hover a:link,
#ui-datepicker-div .ui-state-hover a:visited,
#ui-datepicker-div .ui-state-focus a,
#ui-datepicker-div .ui-state-focus a:hover,
#ui-datepicker-div .ui-state-focus a:link,
#ui-datepicker-div .ui-state-focus a:visited,
#ui-datepicker-div a.ui-button:hover,
#ui-datepicker-div a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

#ui-datepicker-div .ui-visual-focus {
	box-shadow: 0 0 3px 1px #5e9ed6;
}

#ui-datepicker-div .ui-state-active,
#ui-datepicker-div .ui-widget-content .ui-state-active,
#ui-datepicker-div .ui-widget-header .ui-state-active,
#ui-datepicker-div a.ui-button:active,
#ui-datepicker-div .ui-button:active,
#ui-datepicker-div .ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}

#ui-datepicker-div .ui-icon-background,
#ui-datepicker-div .ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}

#ui-datepicker-div .ui-state-active a,
#ui-datepicker-div .ui-state-active a:link,
#ui-datepicker-div .ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

#ui-datepicker-div .ui-state-highlight,
#ui-datepicker-div .ui-widget-content .ui-state-highlight,
#ui-datepicker-div .ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}

#ui-datepicker-div .ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}

#ui-datepicker-div .ui-state-highlight a,
#ui-datepicker-div .ui-widget-content .ui-state-highlight a,
#ui-datepicker-div .ui-widget-header .ui-state-highlight a {
	color: #777620;
}

#ui-datepicker-div .ui-state-error,
#ui-datepicker-div .ui-widget-content .ui-state-error,
#ui-datepicker-div .ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}

#ui-datepicker-div .ui-state-error a,
#ui-datepicker-div .ui-widget-content .ui-state-error a,
#ui-datepicker-div .ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}

#ui-datepicker-div .ui-state-error-text,
#ui-datepicker-div .ui-widget-content .ui-state-error-text,
#ui-datepicker-div .ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}

#ui-datepicker-div .ui-priority-primary,
#ui-datepicker-div .ui-widget-content .ui-priority-primary,
#ui-datepicker-div .ui-widget-header .ui-priority-primary {
	font-weight: bold;
}

#ui-datepicker-div .ui-priority-secondary,
#ui-datepicker-div .ui-widget-content .ui-priority-secondary,
#ui-datepicker-div .ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
  /* support: IE8 */
	font-weight: normal;
}

#ui-datepicker-div .ui-state-disabled,
#ui-datepicker-div .ui-widget-content .ui-state-disabled,
#ui-datepicker-div .ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
  /* support: IE8 */
	background-image: none;
}

#ui-datepicker-div .ui-state-disabled .ui-icon {
	filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

#ui-datepicker-div .ui-icon {
	width: 16px;
	height: 16px;
}

#ui-datepicker-div .ui-icon,
#ui-datepicker-div .ui-widget-content .ui-icon {
	background-image: url("//download.jqueryui.com/themeroller/images/ui-icons_444444_256x240.png");
}

#ui-datepicker-div .ui-widget-header .ui-icon {
	background-image: url("//download.jqueryui.com/themeroller/images/ui-icons_444444_256x240.png");
}

#ui-datepicker-div .ui-button .ui-icon {
	background-image: url("//download.jqueryui.com/themeroller/images/ui-icons_777777_256x240.png");
}

#ui-datepicker-div .ui-state-hover .ui-icon,
#ui-datepicker-div .ui-state-focus .ui-icon,
#ui-datepicker-div .ui-button:hover .ui-icon,
#ui-datepicker-div .ui-button:focus .ui-icon,
#ui-datepicker-div .ui-state-default .ui-icon {
	background-image: url("//download.jqueryui.com/themeroller/images/ui-icons_555555_256x240.png");
}

#ui-datepicker-div .ui-state-active .ui-icon,
#ui-datepicker-div .ui-button:active .ui-icon {
	background-image: url("//download.jqueryui.com/themeroller/images/ui-icons_ffffff_256x240.png");
}

#ui-datepicker-div .ui-state-highlight .ui-icon,
#ui-datepicker-div .ui-button .ui-state-highlight.ui-icon {
	background-image: url("//download.jqueryui.com/themeroller/images/ui-icons_777620_256x240.png");
}

#ui-datepicker-div .ui-state-error .ui-icon,
#ui-datepicker-div .ui-state-error-text .ui-icon {
	background-image: url("//download.jqueryui.com/themeroller/images/ui-icons_cc0000_256x240.png");
}

#ui-datepicker-div .ui-icon-blank {
	background-position: 16px 16px;
}

#ui-datepicker-div .ui-icon-caret-1-n {
	background-position: 0 0;
}

#ui-datepicker-div .ui-icon-caret-1-ne {
	background-position: -16px 0;
}

#ui-datepicker-div .ui-icon-caret-1-e {
	background-position: -32px 0;
}

#ui-datepicker-div .ui-icon-caret-1-se {
	background-position: -48px 0;
}

#ui-datepicker-div .ui-icon-caret-1-s {
	background-position: -65px 0;
}

#ui-datepicker-div .ui-icon-caret-1-sw {
	background-position: -80px 0;
}

#ui-datepicker-div .ui-icon-caret-1-w {
	background-position: -96px 0;
}

#ui-datepicker-div .ui-icon-caret-1-nw {
	background-position: -112px 0;
}

#ui-datepicker-div .ui-icon-caret-2-n-s {
	background-position: -128px 0;
}

#ui-datepicker-div .ui-icon-caret-2-e-w {
	background-position: -144px 0;
}

#ui-datepicker-div .ui-icon-triangle-1-n {
	background-position: 0 -16px;
}

#ui-datepicker-div .ui-icon-triangle-1-ne {
	background-position: -16px -16px;
}

#ui-datepicker-div .ui-icon-triangle-1-e {
	background-position: -32px -16px;
}

#ui-datepicker-div .ui-icon-triangle-1-se {
	background-position: -48px -16px;
}

#ui-datepicker-div .ui-icon-triangle-1-s {
	background-position: -65px -16px;
}

#ui-datepicker-div .ui-icon-triangle-1-sw {
	background-position: -80px -16px;
}

#ui-datepicker-div .ui-icon-triangle-1-w {
	background-position: -96px -16px;
}

#ui-datepicker-div .ui-icon-triangle-1-nw {
	background-position: -112px -16px;
}

#ui-datepicker-div .ui-icon-triangle-2-n-s {
	background-position: -128px -16px;
}

#ui-datepicker-div .ui-icon-triangle-2-e-w {
	background-position: -144px -16px;
}

#ui-datepicker-div .ui-icon-arrow-1-n {
	background-position: 0 -32px;
}

#ui-datepicker-div .ui-icon-arrow-1-ne {
	background-position: -16px -32px;
}

#ui-datepicker-div .ui-icon-arrow-1-e {
	background-position: -32px -32px;
}

#ui-datepicker-div .ui-icon-arrow-1-se {
	background-position: -48px -32px;
}

#ui-datepicker-div .ui-icon-arrow-1-s {
	background-position: -65px -32px;
}

#ui-datepicker-div .ui-icon-arrow-1-sw {
	background-position: -80px -32px;
}

#ui-datepicker-div .ui-icon-arrow-1-w {
	background-position: -96px -32px;
}

#ui-datepicker-div .ui-icon-arrow-1-nw {
	background-position: -112px -32px;
}

#ui-datepicker-div .ui-icon-arrow-2-n-s {
	background-position: -128px -32px;
}

#ui-datepicker-div .ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px;
}

#ui-datepicker-div .ui-icon-arrow-2-e-w {
	background-position: -160px -32px;
}

#ui-datepicker-div .ui-icon-arrow-2-se-nw {
	background-position: -176px -32px;
}

#ui-datepicker-div .ui-icon-arrowstop-1-n {
	background-position: -192px -32px;
}

#ui-datepicker-div .ui-icon-arrowstop-1-e {
	background-position: -208px -32px;
}

#ui-datepicker-div .ui-icon-arrowstop-1-s {
	background-position: -224px -32px;
}

#ui-datepicker-div .ui-icon-arrowstop-1-w {
	background-position: -240px -32px;
}

#ui-datepicker-div .ui-icon-arrowthick-1-n {
	background-position: 1px -48px;
}

#ui-datepicker-div .ui-icon-arrowthick-1-ne {
	background-position: -16px -48px;
}

#ui-datepicker-div .ui-icon-arrowthick-1-e {
	background-position: -32px -48px;
}

#ui-datepicker-div .ui-icon-arrowthick-1-se {
	background-position: -48px -48px;
}

#ui-datepicker-div .ui-icon-arrowthick-1-s {
	background-position: -64px -48px;
}

#ui-datepicker-div .ui-icon-arrowthick-1-sw {
	background-position: -80px -48px;
}

#ui-datepicker-div .ui-icon-arrowthick-1-w {
	background-position: -96px -48px;
}

#ui-datepicker-div .ui-icon-arrowthick-1-nw {
	background-position: -112px -48px;
}

#ui-datepicker-div .ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px;
}

#ui-datepicker-div .ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px;
}

#ui-datepicker-div .ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px;
}

#ui-datepicker-div .ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px;
}

#ui-datepicker-div .ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px;
}

#ui-datepicker-div .ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px;
}

#ui-datepicker-div .ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px;
}

#ui-datepicker-div .ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px;
}

#ui-datepicker-div .ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px;
}

#ui-datepicker-div .ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px;
}

#ui-datepicker-div .ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px;
}

#ui-datepicker-div .ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px;
}

#ui-datepicker-div .ui-icon-arrowreturn-1-w {
	background-position: -64px -64px;
}

#ui-datepicker-div .ui-icon-arrowreturn-1-n {
	background-position: -80px -64px;
}

#ui-datepicker-div .ui-icon-arrowreturn-1-e {
	background-position: -96px -64px;
}

#ui-datepicker-div .ui-icon-arrowreturn-1-s {
	background-position: -112px -64px;
}

#ui-datepicker-div .ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px;
}

#ui-datepicker-div .ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px;
}

#ui-datepicker-div .ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px;
}

#ui-datepicker-div .ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px;
}

#ui-datepicker-div .ui-icon-arrow-4 {
	background-position: 0 -80px;
}

#ui-datepicker-div .ui-icon-arrow-4-diag {
	background-position: -16px -80px;
}

#ui-datepicker-div .ui-icon-extlink {
	background-position: -32px -80px;
}

#ui-datepicker-div .ui-icon-newwin {
	background-position: -48px -80px;
}

#ui-datepicker-div .ui-icon-refresh {
	background-position: -64px -80px;
}

#ui-datepicker-div .ui-icon-shuffle {
	background-position: -80px -80px;
}

#ui-datepicker-div .ui-icon-transfer-e-w {
	background-position: -96px -80px;
}

#ui-datepicker-div .ui-icon-transferthick-e-w {
	background-position: -112px -80px;
}

#ui-datepicker-div .ui-icon-folder-collapsed {
	background-position: 0 -96px;
}

#ui-datepicker-div .ui-icon-folder-open {
	background-position: -16px -96px;
}

#ui-datepicker-div .ui-icon-document {
	background-position: -32px -96px;
}

#ui-datepicker-div .ui-icon-document-b {
	background-position: -48px -96px;
}

#ui-datepicker-div .ui-icon-note {
	background-position: -64px -96px;
}

#ui-datepicker-div .ui-icon-mail-closed {
	background-position: -80px -96px;
}

#ui-datepicker-div .ui-icon-mail-open {
	background-position: -96px -96px;
}

#ui-datepicker-div .ui-icon-suitcase {
	background-position: -112px -96px;
}

#ui-datepicker-div .ui-icon-comment {
	background-position: -128px -96px;
}

#ui-datepicker-div .ui-icon-person {
	background-position: -144px -96px;
}

#ui-datepicker-div .ui-icon-print {
	background-position: -160px -96px;
}

#ui-datepicker-div .ui-icon-trash {
	background-position: -176px -96px;
}

#ui-datepicker-div .ui-icon-locked {
	background-position: -192px -96px;
}

#ui-datepicker-div .ui-icon-unlocked {
	background-position: -208px -96px;
}

#ui-datepicker-div .ui-icon-bookmark {
	background-position: -224px -96px;
}

#ui-datepicker-div .ui-icon-tag {
	background-position: -240px -96px;
}

#ui-datepicker-div .ui-icon-home {
	background-position: 0 -112px;
}

#ui-datepicker-div .ui-icon-flag {
	background-position: -16px -112px;
}

#ui-datepicker-div .ui-icon-calendar {
	background-position: -32px -112px;
}

#ui-datepicker-div .ui-icon-cart {
	background-position: -48px -112px;
}

#ui-datepicker-div .ui-icon-pencil {
	background-position: -64px -112px;
}

#ui-datepicker-div .ui-icon-clock {
	background-position: -80px -112px;
}

#ui-datepicker-div .ui-icon-disk {
	background-position: -96px -112px;
}

#ui-datepicker-div .ui-icon-calculator {
	background-position: -112px -112px;
}

#ui-datepicker-div .ui-icon-zoomin {
	background-position: -128px -112px;
}

#ui-datepicker-div .ui-icon-zoomout {
	background-position: -144px -112px;
}

#ui-datepicker-div .ui-icon-search {
	background-position: -160px -112px;
}

#ui-datepicker-div .ui-icon-wrench {
	background-position: -176px -112px;
}

#ui-datepicker-div .ui-icon-gear {
	background-position: -192px -112px;
}

#ui-datepicker-div .ui-icon-heart {
	background-position: -208px -112px;
}

#ui-datepicker-div .ui-icon-star {
	background-position: -224px -112px;
}

#ui-datepicker-div .ui-icon-link {
	background-position: -240px -112px;
}

#ui-datepicker-div .ui-icon-cancel {
	background-position: 0 -128px;
}

#ui-datepicker-div .ui-icon-plus {
	background-position: -16px -128px;
}

#ui-datepicker-div .ui-icon-plusthick {
	background-position: -32px -128px;
}

#ui-datepicker-div .ui-icon-minus {
	background-position: -48px -128px;
}

#ui-datepicker-div .ui-icon-minusthick {
	background-position: -64px -128px;
}

#ui-datepicker-div .ui-icon-close {
	background-position: -80px -128px;
}

#ui-datepicker-div .ui-icon-closethick {
	background-position: -96px -128px;
}

#ui-datepicker-div .ui-icon-key {
	background-position: -112px -128px;
}

#ui-datepicker-div .ui-icon-lightbulb {
	background-position: -128px -128px;
}

#ui-datepicker-div .ui-icon-scissors {
	background-position: -144px -128px;
}

#ui-datepicker-div .ui-icon-clipboard {
	background-position: -160px -128px;
}

#ui-datepicker-div .ui-icon-copy {
	background-position: -176px -128px;
}

#ui-datepicker-div .ui-icon-contact {
	background-position: -192px -128px;
}

#ui-datepicker-div .ui-icon-image {
	background-position: -208px -128px;
}

#ui-datepicker-div .ui-icon-video {
	background-position: -224px -128px;
}

#ui-datepicker-div .ui-icon-script {
	background-position: -240px -128px;
}

#ui-datepicker-div .ui-icon-alert {
	background-position: 0 -144px;
}

#ui-datepicker-div .ui-icon-info {
	background-position: -16px -144px;
}

#ui-datepicker-div .ui-icon-notice {
	background-position: -32px -144px;
}

#ui-datepicker-div .ui-icon-help {
	background-position: -48px -144px;
}

#ui-datepicker-div .ui-icon-check {
	background-position: -64px -144px;
}

#ui-datepicker-div .ui-icon-bullet {
	background-position: -80px -144px;
}

#ui-datepicker-div .ui-icon-radio-on {
	background-position: -96px -144px;
}

#ui-datepicker-div .ui-icon-radio-off {
	background-position: -112px -144px;
}

#ui-datepicker-div .ui-icon-pin-w {
	background-position: -128px -144px;
}

#ui-datepicker-div .ui-icon-pin-s {
	background-position: -144px -144px;
}

#ui-datepicker-div .ui-icon-play {
	background-position: 0 -160px;
}

#ui-datepicker-div .ui-icon-pause {
	background-position: -16px -160px;
}

#ui-datepicker-div .ui-icon-seek-next {
	background-position: -32px -160px;
}

#ui-datepicker-div .ui-icon-seek-prev {
	background-position: -48px -160px;
}

#ui-datepicker-div .ui-icon-seek-end {
	background-position: -64px -160px;
}

#ui-datepicker-div .ui-icon-seek-start {
	background-position: -80px -160px;
}

#ui-datepicker-div .ui-icon-seek-first {
	background-position: -80px -160px;
}

#ui-datepicker-div .ui-icon-stop {
	background-position: -96px -160px;
}

#ui-datepicker-div .ui-icon-eject {
	background-position: -112px -160px;
}

#ui-datepicker-div .ui-icon-volume-off {
	background-position: -128px -160px;
}

#ui-datepicker-div .ui-icon-volume-on {
	background-position: -144px -160px;
}

#ui-datepicker-div .ui-icon-power {
	background-position: 0 -176px;
}

#ui-datepicker-div .ui-icon-signal-diag {
	background-position: -16px -176px;
}

#ui-datepicker-div .ui-icon-signal {
	background-position: -32px -176px;
}

#ui-datepicker-div .ui-icon-battery-0 {
	background-position: -48px -176px;
}

#ui-datepicker-div .ui-icon-battery-1 {
	background-position: -64px -176px;
}

#ui-datepicker-div .ui-icon-battery-2 {
	background-position: -80px -176px;
}

#ui-datepicker-div .ui-icon-battery-3 {
	background-position: -96px -176px;
}

#ui-datepicker-div .ui-icon-circle-plus {
	background-position: 0 -192px;
}

#ui-datepicker-div .ui-icon-circle-minus {
	background-position: -16px -192px;
}

#ui-datepicker-div .ui-icon-circle-close {
	background-position: -32px -192px;
}

#ui-datepicker-div .ui-icon-circle-triangle-e {
	background-position: -48px -192px;
}

#ui-datepicker-div .ui-icon-circle-triangle-s {
	background-position: -64px -192px;
}

#ui-datepicker-div .ui-icon-circle-triangle-w {
	background-position: -80px -192px;
}

#ui-datepicker-div .ui-icon-circle-triangle-n {
	background-position: -96px -192px;
}

#ui-datepicker-div .ui-icon-circle-arrow-e {
	background-position: -112px -192px;
}

#ui-datepicker-div .ui-icon-circle-arrow-s {
	background-position: -128px -192px;
}

#ui-datepicker-div .ui-icon-circle-arrow-w {
	background-position: -144px -192px;
}

#ui-datepicker-div .ui-icon-circle-arrow-n {
	background-position: -160px -192px;
}

#ui-datepicker-div .ui-icon-circle-zoomin {
	background-position: -176px -192px;
}

#ui-datepicker-div .ui-icon-circle-zoomout {
	background-position: -192px -192px;
}

#ui-datepicker-div .ui-icon-circle-check {
	background-position: -208px -192px;
}

#ui-datepicker-div .ui-icon-circlesmall-plus {
	background-position: 0 -208px;
}

#ui-datepicker-div .ui-icon-circlesmall-minus {
	background-position: -16px -208px;
}

#ui-datepicker-div .ui-icon-circlesmall-close {
	background-position: -32px -208px;
}

#ui-datepicker-div .ui-icon-squaresmall-plus {
	background-position: -48px -208px;
}

#ui-datepicker-div .ui-icon-squaresmall-minus {
	background-position: -64px -208px;
}

#ui-datepicker-div .ui-icon-squaresmall-close {
	background-position: -80px -208px;
}

#ui-datepicker-div .ui-icon-grip-dotted-vertical {
	background-position: 0 -224px;
}

#ui-datepicker-div .ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px;
}

#ui-datepicker-div .ui-icon-grip-solid-vertical {
	background-position: -32px -224px;
}

#ui-datepicker-div .ui-icon-grip-solid-horizontal {
	background-position: -48px -224px;
}

#ui-datepicker-div .ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px;
}

#ui-datepicker-div .ui-icon-grip-diagonal-se {
	background-position: -80px -224px;
}

.datepickerBtn + img {
	margin: 4px 15px 0 15px;
	padding: 6px 15px 8px;
	text-align: center;
	border-radius: 4px;
	background-color: #478fca;
	box-shadow: inset 0 -2px rgba(15, 6, 13, 0.15);
	vertical-align: top;
}

/* topicPath
-------------------------------------------------- */
.topicPath {
	min-width: 1000px;
	padding: 36px 0 32px;
	background-color: #eeeeee;
}

.topicPath h1 {
	padding: 0 30px;
	font-size: 26px;
	font-size: 2.6rem;
}

.topicPath ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.topicPath ul li {
	margin: 0;
	padding: 0;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.5;
	display: inline;
	background: none;
}

.topicPath ul li:after {
	content: ' > ';
	display: inline;
}

.topicPath ul li:last-child:after {
	content: '';
}

.topicPath a {
	text-decoration: underline;
}

/* lastRevision
-------------------------------------------------- */
.lastRevision {
	padding: 11px 0 12px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.lastRevision p {
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0;
	padding: 0;
	color: #666666;
}

/* section Element
-------------------------------------------------- */
.workBox {
	padding: 31px 31px 10px;
	margin: 30px auto;
	background-color: #f2f2f2;
}

#loginBox {
	padding: 158px 0 172px;
	background: #eeeeee;
}

#loginBox > .body {
	min-width: 1000px;
	margin: 0 auto;
}

#loginBox .title {
	font-size: 34px;
	font-size: 3.4rem;
	text-align: center;
}

#loginBox .form {
	padding: 0 5.1% 0 5.4%;
}

#loginBox .form .body {
	width: 100%;
	padding: 26px 30px 40px;
	background: #ffffff;
}

#loginBox .form .title {
	font-size: 20px;
	font-size: 2rem;
	margin: 0 0 20px;
}

#loginBox .form input[type="text"] {
	width: 100%;
}

.sectionType1 {
	padding: 37px 0 0;
}

/* heading Element
-------------------------------------------------- */
.titStyle1 {
	margin-top: 35px;
	margin-bottom: 25px;
	padding: 0 0 6px;
	font-size: 26px;
	font-size: 2.6rem;
	border-bottom: 2px solid #000000;
}

.titStyle1.table {
	margin-top: 47px;
}

.titStyle1.table .table-cell.img {
	width: 153px;
	padding: 0 30px 9px 0;
}

.titStyle1.table .table-cell.tit {
	width: auto;
	padding: 0 0 9px 0;
}

.titStyle2 {
	margin-top: 28px;
	margin-bottom: 10px;
	padding: 0;
	font-size: 20px;
	font-size: 2rem;
	position: relative;
}

.titStyle2 .required {
	width: 40px;
	padding: 4px 0 4px;
	margin-left: 13px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	color: #ffffff;
	background: #d93e65;
	text-align: center;
	display: inline-block;
}

/* paragraph Element
-------------------------------------------------- */
p {
	margin-bottom: 1em;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
}

.fontSize12 {
	font-size: 12px;
	font-size: 1.2rem;
}

.fontSize18 {
	font-size: 18px;
	font-size: 1.8rem;
}

.fontSize20 {
	font-size: 20px;
	font-size: 2rem;
}

.strongType_1 {
	font-weight: bold;
}

.normalType {
	font-weight: normal;
}

.colorRed {
	color: #cc0000;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.lineHeight22 {
	line-height: 22px;
	display: inline-block;
}

/* list Element
-------------------------------------------------- */
/* ul */
ul {
	margin: 17px 0 19px 20px;
	list-style: none;
}

ul li {
	margin: 0;
	padding: 0 0 0 15px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2;
	background: url(/shared/images/bullet_middle.png) 0 11px no-repeat;
}

/* ol */
ol {
	margin: 17px 0 19px 20px;
	list-style: decimal;
}

ol li {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2;
}

/* attention */
ul.attention {
	margin: 0;
	list-style: none;
	color: #666;
}

ul.attention li {
	padding: 0 0 0 1em;
	margin: 0;
	text-indent: -1em;
	display: block;
	background: 0;
}

.attention {
	color: #666;
}

/* list */
.labelList {
	margin: 0 0;
	list-style: none;
}

.labelList li {
	width: 414px;
	padding: 0;
	margin: 0 30px 23px 0;
	display: inline-block;
}

.labelList li:nth-child(2n) {
	margin: 0 0 23px 0;
}

.labelList .table-cell {
	padding: 8px 15px;
}

.labelList .tit {
	width: 159px;
	background: #dae9f4;
}

.labelList .txt {
	width: 255px;
	background: #ffffff;
}

/* link Element
-------------------------------------------------- */
.link {
	margin: 7px 0 19px 3px;
	list-style: none;
}

.link li {
	margin: 0;
	padding: 0 0 0 15px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2;
	background: url(/shared/images/arrow_middle_right.png) 0 8px no-repeat;
}

.link a {
	text-decoration: none;
}

.link .txt {
	margin: 4px 0 18px -18px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	display: block;
}

/* link navLink
-------------------------------------------------- */
ul.navLink {
	margin: 0;
	list-style: none;
}

ul.navLink li {
	padding: 0;
	display: inline-block;
}

ul.navLink a {
	border-radius: 4px;
	box-shadow: inset 0 -2px rgba(15, 6, 13, 0.15);
}

ul.navLink li.navType1 {
	margin: 0 0 5px;
	display: block;
}

ul.navLink li.navType1 a {
	padding: 11px;
	color: #ffffff;
	background-color: #478fca;
	display: block;
	line-height: 0;
	vertical-align: middle;
}

ul.navLink li.navType2 a {
	color: #ffffff;
	background-color: #478fca;
	display: block;
	font-weight: bold;
	vertical-align: middle;
	text-decoration: none;
}

ul.navLink li.navType3 a {
	color: #aaaaaa;
	background-color: #dfdfdf;
	box-shadow: none;
	display: block;
	font-weight: bold;
	vertical-align: middle;
	text-decoration: none;
	cursor: default;
	pointer-events: none;
}

ul.navLink li.navType4 a {
	color: #333333;
	background-color: #e9e9e9;
	display: block;
	font-weight: bold;
	vertical-align: middle;
	text-decoration: none;
}

/* btnLink
-------------------------------------------------- */
.btnLink {
	margin: 0;
	list-style: none;
}

.btnLink li {
	width: 68px;
	margin: 0 5px;
	padding: 0;
	display: inline-block;
	background: none;
}

.btnLink li:first-child {
	margin-left: 0;
}

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

.btnLink a {
	padding: 31px 0 2px;
	font-size: 11px;
	font-size: 1.1rem;
	color: #000000;
	border-radius: 4px;
	background-color: #e9e9e9;
	box-shadow: inset 0 -2px rgba(15, 6, 13, 0.15);
	display: block;
}

.btnLink .btnLinkType1 a {
	background: #e9e9e9 url(/shared/images/icon_seat.png) center 8px no-repeat;
}

.btnLink .btnLinkType2 a {
	background: #e9e9e9 url(/shared/images/icon_xls.png) center 8px no-repeat;
}

.btnLink .btnLinkType3 a {
	background: #e9e9e9 url(/shared/images/icon_csv.png) center 8px no-repeat;
}

.btnLink .btnLinkType4 a {
	background: #e9e9e9 url(/shared/images/icon_pdf.png) center 8px no-repeat;
}

.btnLink .btnLinkType5 a {
	background: #e9e9e9 url(/shared/images/icon_edit.png) center 8px no-repeat;
}

.btnLink .btnLinkType6 a {
	background: #e9e9e9 url(/shared/images/icon_delete.png) center 8px no-repeat;
}

.btnLink .btnLinkType7 a {
	background: #e9e9e9 url(/shared/images/icon_copy.png) center 8px no-repeat;
}

/* dl Element
-------------------------------------------------- */
dl.timeLine {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2;
}

dl.timeLine dt {
	width: 182px;
	float: left;
}

dl.timeLine dd {
	padding: 0 0 0 182px;
}

/* borderBox
-------------------------------------------------- */
#mainArea .borderBox {
	padding: 3px 0;
	margin-bottom: 1em;
}

#mainArea .borderBox > .body {
	min-width: 100%;
}

#mainArea .borderBox.borderBoxType1 > .body {
	padding: 6px 27px 3px;
	background: #f2f2f2;
}

#mainArea .borderBox.borderBoxType2 > .body {
	padding: 26px 30px 14px;
	border: 1px solid #cccccc;
}

#mainArea .borderBox ul.navLink li a {
	padding: 10px 0 11px;
}

/* table Element
-------------------------------------------------- */
.generalTable {
	padding: 3px 0;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 1em;
}
.generalTable .supplement {
	margin: 8px 0 0;
	font-size: 12px;
	font-size: 1.2rem;
}

.generalTable .addition {
	margin: 8px 0 0;
	font-size: 12px;
	font-size: 1.2rem;
}

.generalTable .addition a {
	min-height: 16px;
	padding: 0 0 0 23px;
	line-height: 16px;
	text-decoration: none;
	background: url(/shared/images/icon_addition.png) left center no-repeat;
	display: inline-block;
}

.generalTable table {
	width: 100%;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

.generalTable table table {
	margin: 0 0 10px;
}

.generalTable table tbody th, .generalTable table tbody td {
	border-bottom: 1px solid #cccccc;
}

.generalTable table tbody th {
	padding: 16px 60px 17px 20px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	vertical-align: middle;
	position: relative;
}

.generalTable table tbody td {
	padding: 15px 20px 4px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #666666;
	vertical-align: middle;
	border-right: 1px solid #cccccc;
}

.generalTable table.widthAuto {
	width: auto;
}

.generalTable table.widthAuto tbody th, .generalTable table.widthAuto tbody td {
	width: auto;
}

.generalTable table .required {
	width: 40px;
	margin: -10px 0 0;
	font-size: 12px;
	font-size: 1.2rem;
	color: #ffffff;
	background: #d93e65;
	text-align: center;
	position: absolute;
	right: 10px;
	top: 50%;
}

.generalTable table ul.attention {
	margin: 0 0 4px;
}

.generalTable table ul.attention li {
	font-size: 12px;
	font-size: 1.2rem;
	color: #666666;
}

.generalTable table .vtop {
	vertical-align: top !important;
}

.generalTable table .vmiddle {
	vertical-align: middle !important;
}

.generalTable table table, .generalTable table table tbody th, .generalTable table table tbody td {
	padding: 0;
	border: none;
}

.generalTable table table {
	width: auto;
}

.generalTable table table tbody th {
	width: auto;
	padding: 0 16px 0 0;
	font-weight: normal;
}

.generalTable table table tbody td {
	width: auto;
	padding: 0 20px 0 0;
}

.generalTable table tbody th.fontSize18 {
	font-size: 18px;
	font-size: 1.8rem;
}

.generalTable table tbody th.normalType {
	font-weight: normal;
}

.generalTable .bkColor1 {
	background: #fafac8;
}

.generalTable.generalTableTr2 table tbody th {
	width: 210px;
}

.generalTable.generalTableTr2 table tbody td {
	width: 709px;
}

.generalTable.generalTableTr2 table table tbody th {
	width: auto;
}

.generalTable.generalTableTr2 table table tbody td {
	width: auto;
}

.generalTable.generalTableTr3 table tbody th {
	width: 210px;
}

.generalTable.generalTableTr3 tbody td:nth-child(2) {
	width: 610px;
	border-right: 0;
}

.generalTable.generalTableTr3 tbody td:nth-child(3) {
	width: 99px;
}

.generalTable.generalTableTr3 table table tbody th {
	width: auto;
}

.generalTable.generalTableTr3 table table tbody td {
	width: auto;
}

.generalTable.generalTableTr4 table tbody th {
	width: 210px;
}

.generalTable.generalTableTr4 table tbody td {
	width: 250px;
}

.generalTable.generalTableTr4 table tbody td[colspan="3"] {
	width: 709px;
}

.generalTable.generalTableTr4 table table tbody th {
	width: auto;
}

.generalTable.generalTableTr4 table table tbody td {
	width: auto;
}

.generalTableType2 {
	margin: 15px 0;
}

.generalTableType2 a {
	text-decoration: none;
}

.generalTableType2 table thead th {
	padding: 11px 0 10px;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	background: #deebf5;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.generalTableType2 table tbody th {
	font-weight: normal;
	border-right: 1px solid #cccccc;
	position: static;
}

.generalTableType2 table tbody th, .generalTableType2 table tbody td {
	padding: 11px 10px 12px;
	font-size: 14px;
	font-size: 1.4rem;
	vertical-align: middle;
}

.generalTableType2 table tbody tr:nth-child(even) th,
.generalTableType2 table tbody tr:nth-child(even) td {
	background: #f5f5f5;
}

.generalTableType2 input[type="checkbox"] + label,
.generalTableType2 input[type="checkbox"] + label {
	padding: 0;
	margin: 0;
	height: 22px;
	width: 22px;
}

.generalTableType2 input[type="radio"] + label,
.generalTableType2 input[type="radio"] + label {
	padding: 0;
	margin: 0;
	height: 22px;
	width: 22px;
}

.generalTableType2.generalTableTr4 thead th:nth-child(1),
.generalTableType2.generalTableTr4 tbody td:nth-child(1) {
	width: 68px;
}

.generalTableType2.generalTableTr4 thead th:nth-child(2),
.generalTableType2.generalTableTr4 tbody td:nth-child(2) {
	width: 96px;
}

.generalTableType2.generalTableTr4 thead th:nth-child(3),
.generalTableType2.generalTableTr4 tbody td:nth-child(3) {
	width: 595px;
}

.generalTableType2.generalTableTr4 thead th:nth-child(4),
.generalTableType2.generalTableTr4 tbody td:nth-child(4) {
	width: 160px;
}

.generalTableType2.generalTableTr4Type2 thead th:nth-child(1),
.generalTableType2.generalTableTr4Type2 tbody td:nth-child(1) {
	width: 68px;
}

.generalTableType2.generalTableTr4Type2 thead th:nth-child(2),
.generalTableType2.generalTableTr4Type2 tbody td:nth-child(2) {
	width: 96px;
}

.generalTableType2.generalTableTr4Type2 thead th:nth-child(3),
.generalTableType2.generalTableTr4Type2 tbody td:nth-child(3) {
	width: 555px;
}

.generalTableType2.generalTableTr4Type2 thead th:nth-child(4),
.generalTableType2.generalTableTr4Type2 tbody td:nth-child(4) {
	width: 200px;
}

.generalTableType2.generalTableTr4Type3 tr th {
	padding: 17px 0;
}

.generalTableType2.generalTableTr4Type3 table tbody td {
	padding: 21px 18px 20px;
}

.generalTableType2.generalTableTr4Type3 tr.historyTit th {
	padding: 18px 20px 12px;
	font-size: 18px;
	font-size: 1.8rem;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	color: #ffffff;
	background: #5e9dd0;
}

.generalTableType2.generalTableTr4Type3 tr.historyTit th:nth-child(1) {
	width: 460px;
}

.generalTableType2.generalTableTr4Type3 tr.historyTit th:nth-child(2) {
	width: 459px;
}

.generalTableType2.generalTableTr4Type3 tr.historyTit th ul.attention {
	margin-top: 5px;
}

.generalTableType2.generalTableTr4Type3 tr.historyTit th ul.attention li {
	color: #ffffff;
	line-height: 1.5;
}

.generalTableType2.generalTableTr4Type3 tbody td:nth-child(1) {
	width: 184px;
	border-right: 1px solid #cccccc;
}

.generalTableType2.generalTableTr4Type3 tbody td:nth-child(2) {
	width: 276px;
}

.generalTableType2.generalTableTr4Type3 tbody td:nth-child(3) {
	width: 184px;
	border-right: 1px solid #cccccc;
}

.generalTableType2.generalTableTr4Type3 tbody td:nth-child(4) {
	width: 275px;
}

.generalTableType2.generalTableTr4Type3 tbody td a {
	padding: 0 27px 0 0;
	display: block;
	background-position: right center;
}

.generalTableType2.generalTableTr4Type3 table tbody tr:nth-child(even) th,
.generalTableType2.generalTableTr4Type3 table tbody tr:nth-child(even) td {
	background: 0;
}

.generalTableType2.generalTableTr4Type3 table tbody:nth-child(odd) {
	background: #f5f5f5;
}

.generalTableType2.generalTableTr7 thead th:nth-child(1),
.generalTableType2.generalTableTr7 tbody td:nth-child(1) {
	width: 71px;
}

.generalTableType2.generalTableTr7 thead th:nth-child(2),
.generalTableType2.generalTableTr7 tbody td:nth-child(2) {
	width: 98px;
}

.generalTableType2.generalTableTr7 thead th:nth-child(3),
.generalTableType2.generalTableTr7 tbody td:nth-child(3) {
	width: 71px;
}

.generalTableType2.generalTableTr7 thead th:nth-child(4),
.generalTableType2.generalTableTr7 tbody td:nth-child(4) {
	width: 154px;
}

.generalTableType2.generalTableTr7 thead th:nth-child(5),
.generalTableType2.generalTableTr7 tbody td:nth-child(5) {
	width: 133px;
}

.generalTableType2.generalTableTr7 thead th:nth-child(6),
.generalTableType2.generalTableTr7 tbody td:nth-child(6) {
	width: 109px;
}

.generalTableType2.generalTableTr7 thead th:nth-child(7),
.generalTableType2.generalTableTr7 tbody td:nth-child(7) {
	width: 283px;
}

.generalTableType2.generalTableTr8 thead th:nth-child(1),
.generalTableType2.generalTableTr8 tbody th {
	width: 68px;
}

.generalTableType2.generalTableTr8 thead th:nth-child(2),
.generalTableType2.generalTableTr8 tbody td:nth-child(2) {
	width: 138px;
}

.generalTableType2.generalTableTr8 thead th:nth-child(3),
.generalTableType2.generalTableTr8 tbody td:nth-child(3) {
	width: 140px;
}

.generalTableType2.generalTableTr8 thead th:nth-child(4),
.generalTableType2.generalTableTr8 tbody td:nth-child(4) {
	width: 82px;
}

.generalTableType2.generalTableTr8 thead th:nth-child(5),
.generalTableType2.generalTableTr8 tbody td:nth-child(5) {
	width: 250px;
}

.generalTableType2.generalTableTr8 thead th:nth-child(6),
.generalTableType2.generalTableTr8 tbody td:nth-child(6) {
	width: 68px;
}

.generalTableType2.generalTableTr8 thead th:nth-child(7),
.generalTableType2.generalTableTr8 tbody td:nth-child(7) {
	width: 70px;
}

.generalTableType2.generalTableTr8 thead th:nth-child(8),
.generalTableType2.generalTableTr8 tbody td:nth-child(8) {
	width: 70px;
}

.generalTableType2.generalTableTr8 thead th:nth-child(8) {
	padding: 11px 0 16px;
}

.generalTableType2.generalTableTr8 thead th:nth-child(8) input[type="checkbox"] + label {
	margin: 5px 0 0;
}

.generalTableType2.generalTableTr8 tbody td.listNote {
	vertical-align: top;
}

.generalTableType2.generalTableTr8 tbody td.listNote .arrow {
	text-align: center;
}


.seatCheckTable {
	padding: 10px 0;
	margin: 30px 0;
	border: 1px solid #cccccc;
}

.seatCheckTable table {
	border: 0;
}

.seatCheckTable table tbody td {
	padding: 0 0 1px;
	border-bottom: none;
}

.seatCheckTable table tbody td:last-child {
	border-right: none;
}

.seatCheckTable table tbody td:nth-child(1) {
	width: 189px;
}

.seatCheckTable table tbody td:nth-child(2) {
	width: 267px;
}

.seatCheckTable table tbody td:nth-child(3) {
	width: 462px;
}

/* image Element
-------------------------------------------------- */
.image {
	padding: 3px 0;
	margin-bottom: 1em;
}

.caption {
	margin: 3px 0 0;
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.5;
	color: sub-color1;
}

/* hr Element
-------------------------------------------------- */
hr {
	margin: 0;
	height: 1px;
	border: 0;
}

.hr hr {
	border-top: 1px solid #eeeeee;
}

/* boxType
-------------------------------------------------- */
.boxType {
	padding: 3px 0;
	margin-bottom: 1em;
}

.boxType .base {
	padding: 11px 14px 12px;
	border-radius: 4px;
}

.boxType p:last-child {
	margin: 0;
}

.boxType.boxType1 .base {
	background-color: #faebeb;
	border: solid 2px #de5959;
}

.boxType.boxType2 .base {
	background-color: #deebf5;
	border: solid 2px #5e9dd0;
}

.boxType.boxType3 .base {
	background-color: #def4ee;
	border: solid 2px #3ebe9a;
}

.boxType + p {
	margin-top: 13px;
}

/* pagerBox
-------------------------------------------------- */
.pagerBox {
	margin: 20px 0 27px;
	padding: 3px 0;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}

.pagerBox .prev, .pagerBox ol.pager li, .pagerBox .next {
	width: 40px;
	border: 1px solid #cccccc;
	display: inline-block;
}

.pagerBox .prev {
	margin-right: 17px;
}

.pagerBox ol.pager {
	margin: 0;
	list-style: none;
	display: inline;
}

.pagerBox ol.pager li {
	margin: 0 4px;
}

.pagerBox .next {
	margin-left: 17px;
}

.pagerBox a {
	text-decoration: none;
}

.pagerBox a, .pagerBox span {
	height: 38px;
	width: 100%;
	line-height: 38px;
	display: block;
}

/* twoColumns
-------------------------------------------------- */
.twoColumns {
	margin: 0;
}

.twoColumns:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	font-size: 0;
}

.twoColumns .column {
	width: 50%;
	padding-right: 5px;
	float: left;
}

.twoColumns .columnEnd {
	width: 50%;
	padding-left: 5px;
}

/* seatMapBox
-------------------------------------------------- */
.seatMapBox {
	border: 1px solid #cccccc;
}

.seatMapBox .seatView {
	padding: 0 289px 0 0;
}

.seatMapBox .seatView .map {
	padding: 22px;
	text-align: center;
	position: relative;
}

.seatMapBox .seatView ul.navLink {
	position: absolute;
	left: 10px;
	bottom: 5px;
	z-index: 100;
}

.seatMapBox .seatView .situation {
	padding: 11px 30px 10px 41px;
	margin: 0;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.6);
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 100;
}

.seatMapBox .generalTable.legend {
	padding: 0;
	margin: 0;
}

.seatMapBox .generalTable.legend table {
	border: 0;
	border-top: 1px solid #cccccc;
}

.seatMapBox .generalTable.legend table th, .seatMapBox .generalTable.legend table td {
	padding: 12px 14px;
	border: 0;
	position: static;
}

.seatMapBox .generalTable.legend table th {
	width: 70px;
	background-color: #deebf5;
	border-right: 1px solid #cccccc;
}

.seatMapBox .generalTable.legend table td {
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.seatMapBox .generalTable.legend table tr:last-child td {
	border-bottom: 0;
}

.seatMapBox .generalTable.legend table dt {
	width: 90px;
	color: #000000;
	font-weight: bold;
	line-height: 24px;
	float: left;
}

.seatMapBox .generalTable.legend table dd {
	padding: 0 0 0 90px;
}

.seatMapBox .generalTable.legend table ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.seatMapBox .generalTable.legend table ul li {
	margin: 0 40px 0 0;
	padding: 0;
	color: #000000;
	display: inline-block;
	line-height: 24px;
	background: none;
}

.seatMapBox .generalTable.legend table .seatIcon {
	margin-right: 7px;
}

.seatMapBox .seatList {
	width: 289px;
	overflow: auto;
	float: right;
	border-left: 1px solid #cccccc;
}

.seatMapBox .seatList ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.seatMapBox .seatList ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #cccccc;
	background: 0;
}

.seatMapBox .seatList ul li:last-child {
	border-bottom: 0;
}

.seatMapBox .seatList ul a {
	padding: 18px 0 15px;
	text-decoration: none;
	color: #000000;
}

.seatMapBox .seatList ul a:hover {
	background: #fafac8;
}

.seatMapBox .seatList ul li.naw {
	background: #fafac8;
}

.seatMapBox .seatList ul li.naw a {
	cursor: default;
	pointer-events: none;
}

.seatMapBox .seatList ul .table-cell.icon {
	width: 47px;
	text-align: center;
}

.seatMapBox .seatList ul .table-cell.txt {
	width: auto;
	line-height: 1.5;
}

.seatMapBox .seatList ul .fontSize12 {
	color: #666666;
}

.seatIcon {
	width: 26px;
	height: 26px;
	overflow: hidden;
	display: inline-block;
	text-indent: 26px;
	text-indent: 26px;
	vertical-align: middle;
	background: url(/shared/images/icon_legend.png) no-repeat;
}

.seatIcon.state1 {
	background-position: 0 0;
}

.seatIcon.state2 {
	background-position: 0 -26px;
}

.seatIcon.state3 {
	background-position: 0 -52px;
}

.seatIcon.state4 {
	background-position: 0 -78px;
}

.seatIcon.type1 {
	background-position: 0 -104px;
}

.seatIcon.type2 {
	background-position: 0 -130px;
}

.seatIcon.type3 {
	background-position: 0 -156px;
}

.seatIcon.type4 {
	background-position: 0 -182px;
}

/* commentBox1
-------------------------------------------------- */
.commentBox1 {
	padding: 10px;
	margin: 0 0 30px;
	border: 1px solid #cccccc;
	background: #eeeeee;
	position: relative;
}

.commentBox1::before {
	content: "";
	width: 0;
	height: 0;
	border-top: 16px solid #cccccc;
	border-right: 16px solid transparent;
	border-bottom: 16px solid transparent;
	border-left: 16px solid transparent;
	position: absolute;
	right: 129px;
	bottom: -32px;
}

.commentBox1::after {
	content: "";
	width: 0;
	height: 0;
	border-top: 15px solid #eeeeee;
	border-right: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid transparent;
	position: absolute;
	right: 130px;
	bottom: -30px;
}

.commentBox1 .table {
	padding: 15px 20px 3px;
	margin: 0;
	background: #ffffff;
}

.commentBox1 .table .table-cell:nth-child(1) {
	width: 46.4%;
}

.commentBox1 .table .table-cell:nth-child(2) {
	width: 53.6%;
	padding: 0 0 0 20px;
}

.commentBox1 .table ul.navLink {
	margin: 8px 0 10px;
}

.commentBox1 .table ul.navLink li {
	width: 32%;
	margin: 0 2% 8px 0;
	vertical-align: top;
}

.commentBox1 .table ul.navLink li:nth-child(3n) {
	margin: 0;
}

.commentBox1 .table ul.navLink li a {
	padding: 4px 0;
	text-align: center;
}

/* table
-------------------------------------------------- */
.table {
	width: 100%;
	display: table;
	table-layout: fixed;
}

.table .table-cell {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

.table .table-cell.top {
	vertical-align: top;
}

.table .table-cell.bottom {
	vertical-align: bottom;
}

.table .table-cell.right {
	text-align: right;
}

/* padding
-------------------------------------------------- */
.padding0 {
	padding: 0 !important;
}

.paddingRight0 {
	padding-right: 0 !important;
}

/* margin
-------------------------------------------------- */
.margin0 {
	margin: 0 !important;
}

.marginBottom0 {
	margin-bottom: 0 !important;
}

.marginBottom8 {
	margin-bottom: 8px !important;
}

.marginBottom12 {
	margin-bottom: 12px !important;
}

.marginBottom13 {
	margin-bottom: 13px !important;
}

.marginBottom30 {
	margin-bottom: 30px !important;
}

.marginTop14 {
	margin-top: 14px !important;
}

.marginTop30 {
	margin-top: 30px !important;
}
