@charset "utf-8";
/* ===================================================================
CSS information

 file name  :style.css
 author     :PCBrain
 style info :コンテンツエリア関係 他

このスタイルシートの構成
 基本設定、レイアウト、横幅設定など
 汎用class
=================================================================== */
/*----------------------------------------------------
	基本設定
----------------------------------------------------*/
body {
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
		Sans-Serif;
	line-height: 1.7;
	font-size: 14px;
}
/*
body {
	font: 13px/1.231 arial, helvetica, clean, sans-serif;
	*font-size: small;
	*font: x-small;
}
 */
/* body {
	font-size: *80%;
}

body {
	font-size \*: 80% \9;
}
 */
html body {for IF6 font-family:"ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;

}

.body-alrit {
/* 	position: relative;
	min-height: 100%;
	height: auto !important;*/
 	/* padding: 0px; */
/* 	padding-top: 50px; */
	padding-top: 125px;
/*	background-image: url('../img/buildings-1869425_1920.jpg');*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

li {
	list-style-type: none;
}

.container.custom, .container-fluid.custom {
	min-width:1210px;
}


.box-inline-container-alrit {
	display: -webkit-flex;
	display: flex;
}

.pull-center-outer-alrit {
	text-align: center;
}

.pull-center-inner-alrit {
	display: inline-block;
}

.pull-center-outer2-alrit {
	position: relative;
}

.pull-center-inner2-alrit {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.ms-overflow-y {
	overflow-y: auto;
	-ms-overflow-y: auto
}

/* body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
body{font-size:*80%;}body{font-size \*:80%\9;}
body {
 	min-width:1168px;
	color: #333;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.7;
}

html, body {
	margin:0px;
	padding:0px;
	background-color:#f1f1f1;

background-color:#11ffff;
}

html body {	for IF6
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

form {
	display:inline;
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,button,textarea,p,blockquote,th,td {
	margin:0px;
	padding:0px;
}

ul {
	list-style:none;
}
ul, li {
	margin:0;
	padding:0;
}

caption,th {
	text-align: left;
}
 */
/* table {
	font-size:inherit;
	font:100%;
	width:100%;
	margin:0px 0px 10px 0px;
	padding:0px;
	border-collapse:collapse;
	border-spacing:0px;
	border-top:1px solid #b8b8b8;
	border-left:1px solid #b8b8b8;
	border-right:none;
	border-bottom:none;
	empty-cells:show;
}
table th {
	padding:4px 4px;
	text-align:left;
	vertical-align:top;
	background-color:#FFFFFF;
	border-top:none;
	border-left:none;
	border-right:1px solid #b8b8b8;
	border-bottom:1px solid #b8b8b8;
	white-space:nowrap;
}
table td {
	padding:4px 4px;
	vertical-align:top;
	background-color:#FFFFFF;
	border-top:none;
	border-left:none;
	border-right:1px solid #b8b8b8;
	border-bottom:1px solid #b8b8b8;
}
 */
/* pre,code,kbd,samp,tt{font-family:monospace;*font-size:100%;line-height:100%;}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
img,abbr,acronym,fieldset {
	border: 0;
}
img {
	vertical-align:bottom;
	padding:0px;
	margin:0px;
	border:0px;
}

li {
	list-style-type: none;
}

select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}
select{
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",verdana,Sans-Serif;
	border:#b8b8b8 1px solid;
}
input,button,textarea{
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",verdana,Sans-Serif;
	padding:1px;
}

a {
	border-style:none;
}
a:link,a:visited {
	text-decoration:none;
}
 */
/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
a.ar:link, a.ar:visited {
	text-decoration: underline;
	background: url(../img/ico_arrow_or.png) no-repeat 0 6px;
	padding-left: 11px;
	color: #05569c;
}

input[type='text'], input[type='password'] {
	border: #b8b8b8 1px solid;
}
/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.imgbox {
	border: 1px solid #b8b8b8;
	background-color: #FFFFFF;
	padding: 5px;
}

.clearboth {
	clear: both;
}

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

.red {
	color: #AA0000;
}

.block {
	display: block;
}

.color_first {
	background-color: #FF0000 !important;
	color: #FFFF00;
}

.color_upper_no_bg {
	color: #FF0000;
}

.color_lower {
	background-color: #A9A9A9 !important;
}

.no_weight {
	font-weight: normal !important;
}

.gwneo_center {
	clear: both;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

th.sortable {
	cursor: pointer;
}

td.editable {
	cursor: pointer;
}

a.def:link, a.def:visited, div.pnav a:link, div.pnav a:visited {
	color: #1e90ff;
/*	text-decoration: underline;*/
}

a.def:hover, div.pnav a:hover {
	color: #84c0fb;
}

label.label-alrit {
    margin-top: 0px;
    margin-bottom: 0px;
}

/*----------------------------------------------------
	ボタン類
----------------------------------------------------*/
/*-- ●ロールオーバー時の画像の明度変更 --*/
.btn a:hover img, a.btn:hover img, img.btn:hover, .btn input:hover,
	input[type='image']:hover, .formbtn img:hover, .formbtn input:hover,
	.formbtn a:hover img, .formbtnbdr input:hover {
	filter: alpha(style = 0, opacity = 70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}
/*-- ●Gナビゲーション 数字部分の明度は変更無し --*/
.btn a:hover span img, a.btn:hover span img {
	filter: alpha(style = 0, opacity = 100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

img.tips {
	vertical-align: middle;
}

/*----------------------------------------------------
	Search、Submitボタン
----------------------------------------------------*/
/* a.srch, a.sbmt {
	position: relative;
	display: inline-block;
	background-color: #00afcc;
	text-align: center;
	color: white;
	top: 0px;
	left: 0px;
	font-size: 13px;
	cursor: pointer;
	font-weight: normal;
}

a.srch {
	width: 100px;
	height: 25px;
	line-height: 24px;
	margin: 5px 10px 0px 5px;
}

a.sbmt {
	width: 115px;
	height: 31px;
	line-height: 30px;
}

span.noSbmt {
	position: relative;
	display: inline-block;
	background-color: #bbbbbb;
	text-align: center;
	color: white;
	top: 0px;
	left: 0px;
	font-size: 13px;
	font-weight: normal;
	width: 115px;
	height: 31px;
	line-height: 30px;
	margin: 3px 3px 0 3px;
}

a.srch:hover, a.sbmt:hover {
	background-color: #418fdb;
}

a.srch:focus, a.sbmt:focus {
	background-color: #418fdb;
}
 */
/*----------------------------------------------------
	input
----------------------------------------------------*/
.wScroll {
	width: 17px;
	border: #b8b8b8 1px solid;
}

.no_padding {
	margin-left: 0px !important;
	margin-right: 0px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.no_padding th {
	margin-left: 0px !important;
	margin-right: 0px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.no_padding td {
	margin-left: 0px !important;
	margin-right: 0px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.no_padding_right {
	margin-right: 0px !important;
	padding-right: 0px !important;
}

.no_padding_right th {
	margin-right: 0px !important;
	padding-right: 0px !important;
}

.no_padding_right td {
	margin-right: 0px !important;
	padding-right: 0px !important;
}

.no_padding_top {
	margin-top: 0px !important;
	padding-top: 0px !important;
}

.no_padding_top th {
	margin-top: 0px !important;
	padding-top: 0px !important;
}

.no_padding_top td {
	margin-top: 0px !important;
	padding-top: 0px !important;
}

.no_padding_bottom {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}

.no_padding_bottom th {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}

.no_padding_bottom td {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}

.no_padding_top_bottom {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.no_padding_top_bottom th {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.no_padding_top_bottom td {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.w030 {
	width: 30px;
}

.w035 {
	width: 35px;
}

.w040 {
	width: 40px;
}

.w050 {
	width: 50px;
}

.w090 {
	width: 90px;
}

.w100 {
	width: 100px;
}

.w105 {
	width: 105px;
}

.w110 {
	width: 110px;
}

.w150 {
	width: 150px;
}

.w160 {
	width: 160px;
}

.w170 {
	width: 170px;
}

.w175 {
	width: 175px;
}

.w180 {
	width: 180px;
}

.w185 {
	width: 185px;
}

.w190 {
	width: 190px;
}

.w195 {
	width: 195px;
}

.w200 {
	width: 200px;
}

.w200scr {
	width: 217px;
}

.w215 {
	width: 215px;
}

.w220 {
	width: 220px;
}

.w230 {
	width: 230px;
}

.w240 {
	width: 240px;
}

.w250 {
	width: 250px;
}

.w260 {
	width: 260px;
}

.w280 {
	width: 280px;
}

.w290 {
	width: 290px;
}

.w300 {
	width: 300px;
}

.w340 {
	width: 340px;
}

.w350 {
	width: 350px;
}

.w390 {
	width: 390px;
}

.w400 {
	width: 400px;
}

.w420 {
	width: 420px;
}

.w440 {
	width: 440px;
}

.w450 {
	width: 450px;
}

.w500 {
	width: 500px;
}

.w550 {
	width: 550px;
}

.w600 {
	width: 600px;
}

.w650 {
	width: 650px;
}

.w650I {
	width: 650px !important;
}

.w680 {
	width: 680px;
}

.w700 {
	width: 700px;
}

.w700imp {
	width: 700px !important;
}

.w750 {
	width: 750px;
}

.w750imp {
	width: 750px !important;
}

.w850 {
	width: 850px;
}

.w850imp {
	width: 850px !important;
}

.w1000 {
	width: 1000px;
}

.mdt {
	background-color: #ffe6e9;
}

.blur {
	background-color: #f3f3f3;
}

.formbtn {
	border: none;
	padding-bottom: 0;
	background: none !important;
}

.formbtn img, .formbtn input, .formbtn a.sbmt {
	margin: 3px 3px 0 3px;
}

.txt_center {
	text-align: center !important;
}

.txt_left {
	text-align: left !important;
	padding-left: 10px !important;
}

.txt_right {
	text-align: right !important;
	padding-right: 10px !important;
}

.txt_right_nopad {
	text-align: right !important;
}

.tAmount {
	text-align: right;
}

/*----------------------------------------------------
	スクロール
----------------------------------------------------*/
.sub_scroll {
	overflow: scroll;
	overflow-x: scroll;
	overflow-x: hidden;
}

.no_scroll {
	overflow: hidden;
}

/*----------------------------------------------------
	ボーダー
----------------------------------------------------*/
.no_border {
	border: none !important;
	border-style: none !important;
}

.no_border_top {
	border-top: none !important;
	border-top-style: none !important;
}

.no_border_left {
	border-left: none !important;
	border-left-style: none !important;
}

.no_border_right {
	border-right: none !important;
	border-right-style: none !important;
}

.no_border_bottom {
	border-bottom: none !important;
	border-bottom-style: none !important;
}

.no_border_top_bottom {
	border-top: none !important;
	border-top-style: none !important;
	border-bottom: none !important;
	border-bottom-style: none !important;
}

.no_border_left_right {
	border-left: none !important;
	border-left-style: none !important;
	border-right: none !important;
	border-right-style: none !important;
}

.solid_border {
	border: 1px solid #000000 !important;
	border-style: 1px solid #000000 !important;
}

.solid_border_top {
	border-top: 1px solid #000000 !important;
	border-top-style: 1px solid #000000 !important;
}

.solid_border_left {
	border-left: 1px solid #000000 !important;
	border-left-style: 1px solid #000000 !important;
}

.solid_border_right {
	border-right: 1px solid #000000 !important;
	border-right-style: 1px solid #000000 !important;
}

.solid_border_bottom {
	border-bottom: 1px solid #000000 !important;
	border-bottom-style: 1px solid #000000 !important;
}

.solid_border_top_bottom {
	border-top: 1px solid #000000 !important;
	border-top-style: 1px solid #000000 !important;
	border-bottom: 1px solid #000000 !important;
	border-bottom-style: 1px solid #000000 !important;
}

.solid_border_left_right {
	border-left: 1px solid #000000 !important;
	border-left-style: 1px solid #000000 !important;
	border-right: 1px solid #000000 !important;
	border-right-style: 1px solid #000000 !important;
}

.dot_border {
	border: 1px dotted #000000 !important;
	border-style: 1px dotted #000000 !important;
}

.dot_border_top {
	border-top: 1px dotted #000000 !important;
	border-top-style: 1px dotted #000000 !important;
}

.dot_border_left {
	border-left: 1px dotted #000000 !important;
	border-left-style: 1px dotted #000000 !important;
}

.dot_border_right {
	border-right: 1px dotted #000000 !important;
	border-right-style: 1px dotted #000000 !important;
}

.dot_border_bottom {
	border-bottom: 1px dotted #000000 !important;
	border-bottom-style: 1px dotted #000000 !important;
}

.dot_border_top_bottom {
	border-top: 1px dotted #000000 !important;
	border-top-style: 1px dotted #000000 !important;
	border-bottom: 1px dotted #000000 !important;
	border-bottom-style: 1px dotted #000000 !important;
}

.dot_border_left_right {
	border-left: 1px dotted #000000 !important;
	border-left-style: 1px dotted #000000 !important;
	border-right: 1px dotted #000000 !important;
	border-right-style: 1px dotted #000000 !important;
}

.disp_border {
	border: solid 1px #000000 !important;
	border-style: solid 1px #000000 !important;
}

.disp_border_top {
	border-top: solid 1px #000000 !important;
	border-top-style: solid 1px #000000 !important;
}

.disp_border_left {
	border-left: solid 1px #000000 !important;
	border-left-style: solid 1px #000000 !important;
}

.disp_border_right {
	border-right: solid 1px #000000 !important;
	border-right-style: solid 1px #000000 !important;
}

.disp_border_bottom {
	border-bottom: solid 1px #000000 !important;
	border-bottom-style: solid 1px #000000 !important;
}

.disp_border_top_bottom {
	border-top: solid 1px #000000 !important;
	border-top-style: solid 1px #000000 !important;
	border-bottom: solid 1px #000000 !important;
	border-bottom-style: solid 1px #000000 !important;
}

.disp_border_left_right {
	border-left: solid 1px #000000 !important;
	border-left-style: solid 1px #000000 !important;
	border-right: solid 1px #000000 !important;
	border-right-style: solid 1px #000000 !important;
}

/*----------------------------------------------------
	カーソル
----------------------------------------------------*/
.cursor_pointer {
	cursor: pointer !important;
}

.cursor_pointer th {
	cursor: pointer !important;
}

.cursor_pointer td {
	cursor: pointer !important;
}

.cursor_default {
	cursor: auto !important;
}

.cursor_default th {
	cursor: auto !important;
}

.cursor_default td {
	cursor: auto !important;
}

tbody.linePoint {
	cursor: pointer;
	border: none;
}

tbody.linePoint:hover>tr>th {
	background-color: #f7f3f3 !important;
}

tbody.linePoint:hover>tr>td {
	background-color: #f7f3f3 !important;
}

tr.linePoint {
	cursor: pointer;
	border: none;
}

tr.linePoint:hover>th {
	background-color: #f7f3f3 !important;
}

tr.linePoint:hover>td {
	background-color: #f7f3f3 !important;
}

/*----------------------------------------------------
	ページナビゲーション
----------------------------------------------------*/
.pnav {
	font-size: 14px;
	margin-top: 12px;
}

.pnav span.gr {
	color: #CCCCCC;
}

/* -----------------------------------------------------------
	table th.xxxx
		テーブル幅
----------------------------------------------------------- */
table .w020 {
	width: 20px !important;
}

table .w030 {
	width: 30px;
	text-align: center !important;
}

table .w035 {
	width: 35px;
	text-align: center !important;
}

table .w040 {
	width: 40px;
}

table .w050 {
	width: 50px;
}

table .w055 {
	width: 50px;
}

table .w060 {
	width: 65px;
}

table .w065 {
	width: 65px;
}

table .w070 {
	width: 70px;
}

table .w080 {
	width: 80px;
}

table .w085 {
	width: 80px;
}

table .w090 {
	width: 90px;
}

table .w100 {
	width: 100px;
}

table .w105 {
	width: 105px;
}

table .w110 {
	width: 110px;
}

table .w115 {
	width: 115px;
}

table .w120 {
	width: 120px;
}

table .w130 {
	width: 130px;
}

table .w140 {
	width: 140px;
}

table .w150 {
	width: 150px;
}

table .w160 {
	width: 160px;
}

table .w170 {
	width: 170px;
}

table .w175 {
	width: 175px;
}

table .w180 {
	width: 180px;
}

table .w185 {
	width: 185px;
}

table .w190 {
	width: 190px;
}

table .w195 {
	width: 195px;
}

table .w200 {
	width: 200px;
}

table .w230 {
	width: 230px;
}

table .w250 {
	width: 250px;
}

table .w260 {
	width: 260px;
}

table .w280 {
	width: 280px;
}

table .w300 {
	width: 300px;
}

table .w350 {
	width: 350px;
}

table .w420 {
	width: 420px;
}

table .w440 {
	width: 440px;
}

table .flag, table .imp, table .attach, table .check, table .lock {
	width: 30px;
	vertical-align: middle !important;
	text-align: center !important;
}

/* -----------------------------------------------------------
	table th.xxxx
		テーブル高さ
----------------------------------------------------------- */
table .h015 {
	height: 15px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

table.h015 tr th, table.h015 tr th {
	height: 15px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

th.h015, td.h015 {
	height: 15px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

table .h020 {
	height: 20px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

table.h020 tr th, table.h020 tr th {
	height: 20px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

th.h020, td.h020 {
	height: 20px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

table .h030 {
	height: 30px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

table.h030 tr th, table.h030 tr td {
	height: 30px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

th.h030, td.h030 {
	height: 30px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

table .h040 {
	height: 40px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

table.h040 tr th, table.h030 tr td {
	height: 40px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

th.h040, td.h040 {
	height: 40px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

table .h050 {
	height: 50px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

table.h050 tr th, table.h050 tr td {
	height: 50px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

th.h050, td.h050 {
	height: 50px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

/* -----------------------------------------------------------
	.txtbtn
		テキストボタン
----------------------------------------------------------- */
.btn-default-alrit {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default-alrit{
	color:#1da2ca;background-color:#fff;border-color:#1da2ca
}

.btn-default-alrit.focus,.btn-default-alrit:focus{
	color:#1da2ca;background-color:#e6e6e6;border-color:#1da2ca
}
.btn-default-alrit:hover{
	color:#1da2ca;background-color:#e6e6e6;border-color:#1da2ca
}
/* .btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{
	color:#333;background-color:#e6e6e6;border-color:#adadad
}
.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{
	color:#333;background-color:#d4d4d4;border-color:#8c8c8c
}
.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{
	background-image:none
}
.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{
	background-color:#fff;border-color:#ccc
}
.btn-default .badge{
	color:#fff;background-color:#333
}
 */

/* -----  .txtbtn_map -----*/
/* a.txtbtn {
	display: inline-block !important;
	display: -moz-inline-box !important;
	text-decoration: none !important;
}
 */
a.txtbtn {
	display: block !important;
	float: left;
	height: 20px;
	margin-left: 8px;
	margin-top: 8px;
	/* padding: 0px 4px 0px 4px; */
	white-space: nowrap;
	font-size: 12px;
	font-weight: bold;
	/* color: #000; */
}

/* *+html a.txtbtn {
	display: inline;
	zoom: 1;
} */
/*
a.txtbtn_map span, x:-moz-any-link, x:default {
	padding: 0px 4px 0px 4px;
}

a.txtbtn_map:hover span {
	color: #666;
}
 */

/* ----- 地図マーク .txtbtn_map -----*/
a.txtbtn_map {
	/* background: url(../img/widget/widget_header_icon_transit.png) no-repeat; */
	display: inline-block !important;
	display: -moz-inline-box !important;
	text-decoration: none !important;
}

a.txtbtn_map span {
	display: block !important;
	height: 20px;
	margin-left: 20px;
	padding: 0px 4px 0px 4px;
	white-space: nowrap;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

*+html a.txtbtn_map {
	display: inline;
	zoom: 1;
}

a.txtbtn_map span, x:-moz-any-link, x:default {
	padding: 0px 4px 0px 4px;
}

a.txtbtn_map:hover span {
	color: #666;
}

/* ----- サイドメニュー .txtbtn_sideopen -----*/
/* a.txtbtn_sideopen {
	display: inline-block !important;
	display: -moz-inline-box !important;
	text-decoration: none !important;
	border: 1px solid #1e90ff;
	border-radius: 3px;
	background: url(../img/icon_sideopen.png) no-repeat #e3f0fc 3px center;
}

a.sideclose {
	background: url(../img/icon_sideopen.png) no-repeat #fff 3px center;
}

a.txtbtn_sideopen span {
	display: block !important;
	height: 20px;
	padding: 0px 7px 0px 24px;
	white-space: nowrap;
	font-size: 12px;
	font-weight: normal;
	color: #1e90ff;
}
 */
/* ----- 汎用 .txtbtn_default -----*/
/* a.txtbtn_default {
	border: 1px solid #1e90ff;
}

a.txtbtn_default span, a.txtbtn_default:active span, a.txtbtn_default:focus span
	{
	padding: 0px 7px 0px 7px;
	font-weight: bold;
	color: #1e90ff;
}
 */
/* a.txtbtn_default {
	display:inline-block !important;
	display:-moz-inline-box !important;
	text-decoration:none !important;
	border:1px solid #1e90ff;
	border-radius:3px;
}
a.txtbtn_default span{
	display:block !important;
	height:20px;
	padding:0px 7px 0px 7px;
	white-space:nowrap;
	font-size:12px;
	font-weight:normal;
	color:#1e90ff;
}
a.txtbtn_default:hover {
	background:#e3f0fc;
}
 */
/* ----- 作成 .txtbtn_plus -----*/
/* a.txtbtn_plus{
	display:inline-block !important;
	display:-moz-inline-box !important;
	text-decoration:none !important;
	border:1px solid #1e90ff;
	border-radius:3px;
	background:url(../img/icon_plus.png) no-repeat #fff 3px center;
}
a.txtbtn_plus span{
	display:block !important;
	height:20px;
	padding:0px 7px 0px 18px;
	white-space:nowrap;
	font-size:12px;
	font-weight:normal;
	color:#1e90ff;
}
a.txtbtn_plus:hover {
	background:url(../img/icon_plus.png) no-repeat #e3f0fc 3px center;
}
 */

/* a.txtbtn_plus{
	display:inline-block !important;
	display:-moz-inline-box !important;
	text-decoration:none !important;
	border:1px solid #1e90ff;
	border-radius:3px;
	background:url(../img/icon_plus.png) no-repeat #fff 3px center;
}
a.txtbtn_plus span{
	display:block !important;
	height:20px;
	padding:0px 7px 0px 18px;
	white-space:nowrap;
	font-size:12px;
	font-weight:normal;
	color:#1e90ff;
}
a.txtbtn_plus:hover {
	background:url(../img/icon_plus.png) no-repeat #e3f0fc 3px center;
}
 */

/*
a.txtbtn_plus {
	border:1px solid #1e90ff;
}

a.txtbtn_plus span,
a.txtbtn_plus:active span,
a.txtbtn_plus:focus span{
	padding:0px 7px 0px 18px;
	font-weight:bold;
	color:#1e90ff;
	background:url(../img/icon_plus.png) no-repeat #fff 3px center;
}
 */



/* ----- 更新 .txtbtn_update -----*/
/* a.txtbtn_update {
	display: inline-block !important;
	display: -moz-inline-box !important;
	text-decoration: none !important;
	border: 1px solid #1e90ff;
	border-radius: 3px;
	background: url(../img/icon_update.png) no-repeat #fff 3px center;
}

a.txtbtn_update span {
	display: block !important;
	height: 20px;
	padding: 0px 7px 0px 18px;
	white-space: nowrap;
	font-size: 12px;
	font-weight: normal;
	color: #1e90ff;
}

a.txtbtn_update:hover {
	background: url(../img/icon_update.png) no-repeat #e3f0fc 3px center;
}
 */
/* ----- 削除 .txtbtn_delete -----*/
/* .btn-delete-alrit {
	display:inline-block !important;
	display:-moz-inline-box !important;
	text-decoration:none !important;
	border:1px solid #1e90ff;
	border-radius:3px;
	background:url(../img/icon_delete.png) no-repeat #fff 3px center;

	width: 40px;
    height: 34px;
    background-image: url(../img/icon_search.png);
    background-repeat: no-repeat;
    background-position: 8px 8px;
    cursor: pointer;
}

.btn-delete-alrit:hover {
	background:url(../img/icon_delete.png) no-repeat #e3f0fc 3px center;
}
 */
/* a.txtbtn_delete{
	display:inline-block !important;
	display:-moz-inline-box !important;
	text-decoration:none !important;
	border:1px solid #1e90ff;
	border-radius:3px;
	background:url(../img/icon_delete.png) no-repeat #fff 3px center;
}
a.txtbtn_delete span{
	display:block !important;
	height:20px;
	padding:0px 7px 0px 18px;
	white-space:nowrap;
	font-size:12px;
	font-weight:normal;
	color:#1e90ff;
}
a.txtbtn_delete:hover {
	background:url(../img/icon_delete.png) no-repeat #e3f0fc 3px center;
}
 */

/*
a.txtbtn_delete {
	border:1px solid #1e90ff;
}

a.txtbtn_delete span,
a.txtbtn_delete:active span,
a.txtbtn_delete:focus span{
	padding:0px 7px 0px 18px;
	font-weight:bold;
	color:#1e90ff;
	background:url(../img/icon_delete.png) no-repeat #fff 3px center;
}

 */

/* ----- リロード .txtbtn_reload -----*/
/* a.txtbtn_reload {
	display: inline-block !important;
	display: -moz-inline-box !important;
	text-decoration: none !important;
	border: 1px solid #1e90ff;
	border-radius: 3px;
	background: url(../img/icon_reload.png) no-repeat #fff 3px center;
}

a.txtbtn_reload span {
	display: block !important;
	height: 20px;
	padding: 0px 7px 0px 18px;
	white-space: nowrap;
	font-size: 12px;
	font-weight: normal;
	color: #1e90ff;
}

a.txtbtn_reload:hover {
	background: url(../img/icon_reload.png) no-repeat #e3f0fc 3px center;
} */

/* ----- メニュー .txtbtn_menu -----*/
a.txtbtn_menu,a.txtbtn_menu:hover {
	background-size: 20px 20px;
}

/* a.txtbtn_menu{
	display:inline-block !important;
	display:-moz-inline-box !important;
	text-decoration:none !important;
	border:1px solid #1e90ff;
	border-radius:3px;
	background:url(../img/icon_menu.png) no-repeat #fff 3px center;
}
a.txtbtn_menu span{
	display:block !important;
	height:20px;
	padding:0px 7px 0px 18px;
	white-space:nowrap;
	font-size:12px;
	font-weight:bold;
	color:#1e90ff;
}

a.txtbtn_menu:hover {
	background:url(../img/icon_menu.png) no-repeat #e3f0fc 3px center;
}
a.txtbtn_menu {
	border: 1px solid #1e90ff;
}

a.txtbtn_menu span, a.txtbtn_menu:active span, a.txtbtn_menu:focus span
	{
	padding: 0px 7px 0px 18px;
	font-weight: bold;
	color: #1e90ff;
	background: url(../img/icon_menu.png) no-repeat #fff 3px center;
}
*/
/* ----- リロード中 .txtbtn_loading -----*/
a.txtbtn_loading {
	display: inline-block !important;
	display: -moz-inline-box !important;
	text-decoration: none !important;
	border: 1px solid #1e90ff;
	border-radius: 3px;
	background: url(../img/icon_loading.gif) no-repeat #fff 3px center;
}

a.txtbtn_loading span {
	display: block !important;
	height: 20px;
	padding: 0px 7px 0px 18px;
	white-space: nowrap;
	font-size: 12px;
	font-weight: normal;
	color: #1e90ff;
}

a.txtbtn_loading:hover {
	background: url(../img/icon_loading.gif) no-repeat #e3f0fc 3px center;
}

/* ----- ファイル .txtbtn_file -----*/
a.txtbtn_file {
	display: inline-block !important;
	display: -moz-inline-box !important;
	text-decoration: none !important;
	border: 1px solid #1e90ff;
	border-radius: 3px;
	background: url(../img/icon_pdf.png) no-repeat #fff 3px center;
}

a.txtbtn_file span {
	display: block !important;
	height: 20px;
	padding: 0px 7px 0px 18px;
	white-space: nowrap;
	font-size: 12px;
	font-weight: normal;
	color: #1e90ff;
}

a.txtbtn_file:hover {
	background: url(../img/icon_pdf.png) no-repeat #e3f0fc 3px center;
}

/* ----- ラベル .txtbtn_tag -----*/
/* a.txtbtn_tag {
	display: inline-block !important;
	display: -moz-inline-box !important;
	text-decoration: none !important;
	border: 1px solid #1e90ff;
	border-radius: 3px;
	background: url(../img/icon_tag.png) no-repeat #fff 3px center;
}

a.txtbtn_tag span {
	display: block !important;
	height: 20px;
	padding: 0px 7px 0px 18px;
	white-space: nowrap;
	font-size: 12px;
	font-weight: normal;
	color: #1e90ff;
}

a.txtbtn_tag:hover {
	background: url(../img/icon_tag.png) no-repeat #e3f0fc 3px center;
} */

/* ----- ダウンロード .txtbtn_download -----*/
a.txtbtn_download {
	display: inline-block !important;
	display: -moz-inline-box !important;
	text-decoration: none !important;
	border: 1px solid #1e90ff;
	border-radius: 3px;
	background: url(../img/icon_download.png) no-repeat #fff 3px center;
}

a.txtbtn_download span {
	display: block !important;
	height: 20px;
	padding: 0px 7px 0px 18px;
	white-space: nowrap;
	font-size: 12px;
	font-weight: normal;
	color: #1e90ff;
}

a.txtbtn_download:hover {
	background: url(../img/icon_download.png) no-repeat #e3f0fc 3px center;
}

/* ----- アップロード .txtbtn_upload -----*/
/* a.txtbtn_upload {
	display: inline-block !important;
	display: -moz-inline-box !important;
	text-decoration: none !important;
	border: 1px solid #1e90ff;
	border-radius: 3px;
	background: url(../img/icon_upload.png) no-repeat #fff 3px center;
}

a.txtbtn_upload span {
	display: block !important;
	height: 20px;
	padding: 0px 7px 0px 18px;
	white-space: nowrap;
	font-size: 12px;
	font-weight: normal;
	color: #1e90ff;
}

a.txtbtn_upload:hover {
	background: url(../img/icon_upload.png) no-repeat #e3f0fc 3px center;
}
 */
/* ----- ロック .txtbtn_lock -----*/
/* a.txtbtn_lock {
	display: inline-block !important;
	display: -moz-inline-box !important;
	text-decoration: none !important;
	border: 1px solid #1e90ff;
	border-radius: 3px;
	background: url(../img/icon_lock.png) no-repeat #fff 3px center;
}

a.txtbtn_lock span {
	display: block !important;
	height: 20px;
	padding: 0px 7px 0px 18px;
	white-space: nowrap;
	font-size: 12px;
	font-weight: normal;
	color: #1e90ff;
}

a.txtbtn_lock:hover {
	background: url(../img/icon_lock.png) no-repeat #e3f0fc 3px center;
} */

/* ----- 前へ .txtbtn_prev -----*/
a.txtbtn_prev {
	height: 24px;
	width: 27px;
	display: inline-block !important;
	display: -moz-inline-box !important;
	text-decoration: none !important;
	background: url(../img/icon_calender_prev2_off.png) no-repeat;
}

a.txtbtn_prev:hover {
	background: url(../img/icon_calender_prev2_on.png) no-repeat;
}

/* ----- 次へ .txtbtn_next -----*/
a.txtbtn_next {
	height: 24px;
	width: 27px;
	display: inline-block !important;
	display: -moz-inline-box !important;
	text-decoration: none !important;
	background: url(../img/icon_calender_next2_off.png) no-repeat;
}

a.txtbtn_next:hover {
	background: url(../img/icon_calender_next2_on.png) no-repeat;
}

/* ----- さらに前へ .txtbtn_prev -----*/
a.txtbtn_prevmore {
	height: 24px;
	width: 27px;
	display: inline-block !important;
	display: -moz-inline-box !important;
	text-decoration: none !important;
	background: url(../img/icon_calender_prev3_off.png) no-repeat;
}

a.txtbtn_prevmore:hover {
	background: url(../img/icon_calender_prev3_on.png) no-repeat;
}

/* ----- さらに次へ .txtbtn_next -----*/
a.txtbtn_nextmore {
	height: 24px;
	width: 27px;
	display: inline-block !important;
	display: -moz-inline-box !important;
	text-decoration: none !important;
	background: url(../img/icon_calender_next3_off.png) no-repeat;
}

a.txtbtn_nextmore:hover {
	background: url(../img/icon_calender_next3_on.png) no-repeat;
}

/* ----- グレー .txtbtn_gray -----*/
a.txtbtn_gray {
	display: inline-block !important;
	display: -moz-inline-box !important;
	text-decoration: none !important;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	background-color: #f2f2f2;
}

a.txtbtn_gray span {
	display: block !important;
	height: 22px;
	padding: 2px 7px 0px 7px;
	white-space: nowrap;
	font-size: 13px;
	font-weight: bold;
	color: #000;
}

a.txtbtn_gray:hover span {
	color: #666;
}

/* ----- 簡易検索 .txtbtn_esearch -----*/
/* a.txtbtn_esearch{
	display:inline-block !important;
	display:-moz-inline-box !important;
	text-decoration:none !important;
	background:url(../img/icon_search.png) no-repeat #1d73c7 center center;
	width:24px;
	height:24px;
	vertical-align:middle;
}
a.txtbtn_esearch:hover {
	background:url(../img/icon_search.png) no-repeat #418fdb center center;
}
 */
a.txtbtn_esearch {
	border: 1px solid #1e90ff;
	vertical-align: middle;
	background: url(../img/icon_search.png) no-repeat #1d73c7 center center;
}

a.txtbtn_esearch:active, a.txtbtn_esearch:focus {
	background: url(../img/icon_search.png) no-repeat #418fdb center center;
}

span.tagico {
	display: inline-block !important;
	display: -moz-inline-box !important;
	background: url(../img/icon_tag.png) no-repeat 0px 6px;
	padding-left: 15px;
}


/* ----- メール作成 .txtbtn_mail -----*/
a.txtbtn_mail {
	display: inline-block !important;
	display: -moz-inline-box !important;
	text-decoration: none !important;
	border: 1px solid #1e90ff;
	border-radius: 3px;
	background: url(../img/icon_mail.png) no-repeat #ffffff 2px 0px;
	background-size: 25px 18px;
}

a.txtbtn_mail span {
	display: block !important;
	height: 20px;
	padding: 0px 7px 0px 25px;
	white-space: nowrap;
	font-size: 12px;
	font-weight: normal;
	color: #1e90ff;
}

a.txtbtn_mail:hover {
	background: url(../img/icon_mail.png) no-repeat #e3f0fc 2px 0px;
	background-size: 25px 18px;
}

/* ----- 添付ファイル .txtbtn_temp -----*/
a.txtbtn_temp {
	display: inline-block !important;
	display: -moz-inline-box !important;
	text-decoration: none !important;
	border: 1px solid #1e90ff;
	border-radius: 3px;
	background: url(../img/icon_temp.png) no-repeat #fff 1px center;
}

a.txtbtn_temp span {
	display: block !important;
	height: 20px;
	padding: 0px 7px 0px 18px;
	white-space: nowrap;
	font-size: 12px;
	font-weight: normal;
	color: #1e90ff;
}

a.txtbtn_temp:hover {
	background-position-x: 1px;
	background: url(../img/icon_temp.png) no-repeat #e3f0fc 1px center;
}

/* 文字関係 */
.fBold {
	font-weight: bold;
}

/* 縦幅情報 */
.h010 {
	height: 10px;
}

.h020 {
	height: 20px;
}

.h025 {
	height: 25px;
}

.h040 {
	height: 40px;
}

.h100 {
	height: 100px;
}

.h125 {
	height: 125px;
}

.h150 {
	height: 150px;
}

.h200 {
	height: 200px;
}

.h210 {
	height: 210px;
}

.h230 {
	height: 230px;
}

.h300 {
	height: 300px;
}

.h320 {
	height: 320px;
}

.h350 {
	height: 350px;
}

.h400 {
	height: 400px;
}

.h450 {
	height: 450px;
}

.h465 {
	height: 465px;
}

.h500 {
	height: 500px;
}

/* 横幅情報 */
.w010 {
	width: 10px;
}

.w020 {
	width: 20px;
}

.wMax {
	width: 100%;
}

.wMaxI {
	width: 100% !important;
}

/* 色情報 */
.fRed {
	color: red;
}

.fWhite {
	color: white;
}

.fGray {
	color: gray;
}

.fBlack {
	color: black;
}

.fBlue {
	color: blue;
}

.fCaulCloud {
	color: #1e9fff;
}

.fAlrit {
	color: #1e9fff;
}

.bRed {
	background-color: red;
}

.bWhite {
	background-color: white;
}

.bGray {
	background-color: gray;
}

/* 文字列を三点リーダで表示 */
.wordEllipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

/*
使い方
	CLASS名に「fSizeSelect」を指定すると文字サイズを自動で変更
例)
	class="fSizeSelect"
*/
.fontSizeSmall {
	font-size: 8px !important;
}

.fontSizeNormal {
	font-size: 12px !important;
}

.fontSizeBig {
	font-size: 16px !important;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.tTop {
	vertical-align: top !important;
}

.tMiddle {
	vertical-align: middle !important;
}

.tBottom {
	vertical-align: bottom !important;
}

.tLeft {
	text-align: left !important;
}

.tCenter {
	text-align: center !important;
}

.tRight {
	text-align: right !important;
}

.scroll {
	width: 17px;
	padding: 0px;
}

.noBorder {
	border: none !important;
}

.noBorderLeft {
	border-left: none !important;
}

.noBorderRight {
	border-right: none !important;
}

.noBorderTop {
	border-top: none !important;
}

.noBorderBottom {
	border-bottom: none !important;
}

.mgn005 {
	margin: 5px;
}

.mgn005Left {
	margin-left: 5px;
}

.mgn005LeftI {
	margin-left: 5px !important;
}

.mgn005Right {
	margin-right: 5px;
}

.mgn005Top {
	margin-top: 5px;
}

.mgn005Bottom {
	margin-bottom: 5px;
}

.mgn005BottomI {
	margin-bottom: 5px !important;
}

.mgn010 {
	margin: 10px;
}

.mgn010Left {
	margin-left: 10px;
}

.mgn010LeftI {
	margin-left: 10px !important;
}

.mgn010Right {
	margin-right: 10px;
}

.mgn010RightI {
	margin-right: 10px !important;
}

.mgn010Top {
	margin-top: 10px;
}

.mgn010TopI {
	margin-top: 10px !important;
}

.mgn010Bottom {
	margin-bottom: 10px;
}

.mgn010BottomI {
	margin-bottom: 10px !important;
}

.mgn020 {
	margin: 20px;
}

.mgn020Left {
	margin-left: 20px;
}

.mgn020Right {
	margin-right: 20px;
}

.mgn020Top {
	margin-top: 20px;
}

.mgn020TopI {
	margin-top: 20px !important;
}

.mgn020Bottom {
	margin-bottom: 20px;
}

.mgn020BottomI {
	margin-bottom: 20px !important;
}

.mgn030 {
	margin: 30px;
}

.mgn030Left {
	margin-left: 30px;
}

.mgn030Right {
	margin-right: 30px;
}

.mgn030Top {
	margin-top: 30px;
}

.mgn030Bottom {
	margin-bottom: 30px;
}

.mgn040 {
	margin: 40px;
}

.mgn040Left {
	margin-left: 40px;
}

.mgn040Right {
	margin-right: 40px;
}

.mgn040Top {
	margin-top: 40px;
}

.mgn040Bottom {
	margin-bottom: 40px;
}

.maxH500 {
	max-height: 500px;
}

.maxH550 {
	max-height: 550px;
}

.pdn005Left {
	padding-left: 5px !important;
}

.pdn005Right {
	padding-right: 5px !important;
}

.pdn010Left {
	padding-left: 10px !important;
}

.pdn010Right {
	padding-right: 10px !important;
}

.pdn015Left {
	padding-left: 15px !important;
}

.pdn015Right {
	padding-right: 15px !important;
}

.pdn040Left {
	padding-left: 40px !important;
}

.pdn080Left {
	padding-left: 80px !important;
}

.pdnTB005 {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}

.mgnTB002 {
	margin-top: 2px;
	margin-bottom: 2px;
}

.mgnLR009 {
	margin-left: 9px !important;
	margin-right: 9px !important;
}

.mgnLRAuto {
	margin-left: auto;
	margin-right: auto;
}

.maxW040 {
	word-break: break-all;
	max-width: 40px;
}

.maxW060 {
	word-break: break-all;
	max-width: 60px;
}

.maxW100 {
	word-break: break-all;
	max-width: 100px;
}

.maxW110 {
	word-break: break-all;
	max-width: 110px;
}

.maxW120 {
	word-break: break-all;
	max-width: 120px;
}

.maxW150 {
	word-break: break-all;
	max-width: 150px;
}

.maxW160 {
	word-break: break-all;
	max-width: 160px;
}

.maxW200 {
	word-break: break-all;
	max-width: 200px;
}

.maxW240 {
	word-break: break-all;
	max-width: 240px;
}

.maxW250 {
	word-break: break-all;
	max-width: 250px;
}

.maxW300 {
	word-break: break-all;
	max-width: 300px;
}

.maxW400 {
	word-break: break-all;
	max-width: 400px;
}

/*----------------------------------------------------
	スクロールバー連動用
----------------------------------------------------*/
div.scrollx {
	overflow-x: hidden;
}

div.scrollx>div {
	height: 1px;
}

table.scrollx {
	overflow-x: hidden;
	border: none;
}

table.scrollx>tbody>tr>th {
	margin: 0px;
	padding: 0px;
	border: none;
}

table.scrollx>tbody>tr>td {
	margin: 0px;
	padding: 0px;
	border: none;
}

table.scrollx div.scrollx {
	overflow-x: auto;
}

div.scrollx_wrapper {
	overflow-x: hidden;
	overflow-y: hidden;
}

div.scrollx_wrapper div.scrollx {
	overflow-x: scroll;
	overflow-y: hidden;
}

/*----------------------------------------------------
	タブ選択用
----------------------------------------------------*/
div.tabSelect {
	margin: 0px auto 5px auto;
	vertical-align: middle;
	height: 30px;
	border-bottom: 1px solid #b8b8b8;
}

div.tabSelect>div {
	float: left;
	font-weight: bold;
	letter-spacing: 2px;
	background-color: #E8E8E8;
	color: #555555;
	text-align: center;
	vertical-align: middle;
	margin-top: 5px;
	margin-right: 3px;
	padding-top: 2px;
	min-width: 90px;
	height: 24px;
	border-top: 1px solid #b8b8b8;
	border-left: 1px solid #b8b8b8;
	border-right: 1px solid #b8b8b8;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

div.tabSelect>div:hover {
	background-color: #F7F7F7;
	color: #333333;
	cursor: pointer;
}

div.tabSelect>div:first-child {
	margin-left: 15px;
}

div.tabSelect>div.on {
	color: #000000;
	background-color: #ffffff;
	border-bottom: 1px solid #ffffff;
	margin-top: 2px;
	height: 29px;
}

div.tabSelect>div.on:hover {
	cursor: default;
}

/*----------------------------------------------------
	画面遷移用CSS
	1つの画面で完結せず画面遷移する場合に使用
----------------------------------------------------*/
div.pageTransition {
	margin-left: auto;
	display: table;
	height: 30px;
	margin-bottom: 10px;
}

div.pageTransition>div {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	padding-right: 20px;
	position: relative;
	border: 1px solid #b8b8b8;
	border-left: none;
	background-color: #cacaca;
	letter-spacing: 4px;
	min-width: 80px;
}

div.pageTransition>div.title {
	border-top: none;
	border-bottom: none;
	margin-left: auto;
	padding-right: 10px;
	background-color: #ffffff;
	font-weight: bold;
}

div.pageTransition>div.title>p {
	display: none;
}

div.pageTransition>div.now {
	border-top: 1px solid #1e90ff;
	border-bottom: 1px solid #1e90ff;
	background-color: #1e90ff;
	color: #ffffff;
}

div.pageTransition>div.now:not (:last-child ) >p:after {
	border: 1px solid #1e90ff;
	background-color: #1e90ff;
}

div.pageTransition>div:last-child {
	padding-right: 10px;
}

div.pageTransition>div:not (:last-child ) >p {
	width: 30px;
	height: 30px;
	clip: rect(0px, 30px, 30px, 15px);
	vertical-align: middle;
	position: absolute;
	top: -1px;
	right: 0px;
	background-color: #ffffff;
}

div.pageTransition>div:not (:last-child ) >p:after {
	content: '';
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	width: 30px;
	height: 30px;
	top: 0px;
	right: 6px;
	background-color: #cacaca;
}

.tFontSize-2 {
	font-size: 60%;
}

.tFontSize-1 {
	font-size: 80%;
}

.tFontSize0 {
	font-size: 100%;
}

.tFontSize1 {
	font-size: 120%;
}

.tFontSize2 {
	font-size: 140%;
}

.tFontSize3 {
	font-size: 160%;
}

/*----------------------------------------------------
	ツールチップ半角英数折り返し用クラス
----------------------------------------------------*/
div.tipwrap {
	white-space: pre;
	white-space: pre-wrap;
	white-space: pre-line;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -hp-pre-wrap;
	word-wrap: break-word;
}

.noBreak {
	white-space: nowrap;
}

[v-cloak] {
  display: none;
}

.ui-widget.ui-widget-content {
	border: none !important;
}
