@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, hgrp,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, textarea, select {
	padding: 0px;
        margin: 0px;
}
textarea {
    resize: none;
}
input[type="text"], select {
	height: 20px;
        border: 1px rgba(112, 112, 112, .6) solid;
        margin: -3px 0px 0px 0px;
}

article, aside, details, figcaption, figure,
footer, header, hgrp, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
        border-collapse:collapse;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/**************************************
共通画面スタイル
**************************************/
* {
    font-size: 13px;
}

/* body用のベースクラス */
.nBaseBodyClass {
    background-color: #666666;
    margin: 0;
    padding: 0;
    text-align: left;
    color: #000000;
    width: 100%;
    font-family: "メイリオ", Meiryo, "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "ＭＳ ゴシック", "MS Gothic", monospace;
}

/*コンテナStart*/
.nBaseBodyClass #rootContainer {
    width: 100%;
    background-color: #f4f4f4;
    margin: 0;
    padding-top: 100px;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    overflow: visible;
    width: auto;
}
.nBaseBodyClass #rootContainerTop {
    width: 100%;
    background-color: #f4f4f4;
    margin: 0;
    padding-top: 70px;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    overflow: visible;
    width:auto;
}
.nBaseBodyClass #rootContainerIndicator {
    width: 100%;
    background-color: #f4f4f4;
    margin: 0;
    padding-top: 60px;
    border-bottom: 1px solid #000000;
    overflow: visible;
    width:auto;
}
/*コンテナEnd*/

/*ヘッダー関連Start*/
.nBaseBodyClass #header {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
    height: 60px;
    background-repeat: repeat;
    border-right: outset 1px #C7C7C7;
    border-left: outset 1px #C7C7C7;
}
.nBaseBodyClass #headerTop {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
    height: 60px;
    background-repeat: repeat;
    border-right: outset 1px #C7C7C7;
    border-left: outset 1px #C7C7C7;
    border-bottom: outset 1px #C7C7C7;

}
.nBaseBodyClass #logoContainer{
    min-width:70px;
    height: 40px;
    float: left;
}
.nBaseBodyClass  #jimutomo {
    margin-top: 5px;
    width: 350px;
    min-width:350px;
    height: 45px;
    background-image: url("../img/jmtmtitle.png");
    background-repeat: no-repeat;
    float: left;
}
.nBaseBodyClass  #jimutomoSmall {
    margin-top: 5px;
    width: 300px;
    min-width: 185px;
    height: 50px;
    background-image: url("../img/smalljmtmtitle.png");
    background-repeat: no-repeat;
    float: left;
}
.nBaseBodyClass .logo {
    margin-top: 5px;
    width: 70px;
    min-width:65px;
    height: 55px;
    background-image: url("../img/kousyou.png");
    background-size: 90px,45px;
    background-repeat:no-repeat;
    float: left;
}
.nBaseBodyClass #systeminfo{
    color: #0b7b77;
    float : left;
    padding-top: 5px;
    padding-left: 5px;
    text-align: left;
    width: 400px;
    min-width:350px;
}
.nBaseBodyClass  #universityname {
    transform: translateX(-20px) translateY(1px) scale(0.9, 1.3);
    margin-top: 3px;
    font-size: 15px;
    font-family: "メイリオ", Meiryo, "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "ＭＳ ゴシック", "MS Gothic", monospace;
}
.nBaseBodyClass  #systemname {
    transform: translateX(-20px) translateY(1px) scale(0.9, 1.3);
    margin-top: 7px;
    font-size: 22px;
    font-weight: bold;
    font-family: "メイリオ", Meiryo, "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "ＭＳ ゴシック", "MS Gothic", monospace;
}
.nBaseBodyClass #headerTitle {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
    font-size: 1.4em;
    font-weight: inherit;
    margin-top: 20px;
    margin-left: 30px;
    float : left;
    text-align: center;
}
.nBaseBodyClass #shozokuContainer {
    color: blue;
    float : right;
    padding-top: 5px;
    padding-right: 10px;
    text-align: right;
    height: 40px;
}
.nBaseBodyClass #shozokuLine1 {
    font-size: 12px;
}
.nBaseBodyClass .headerBtn {
    color: #000099;
    margin: 5px 20px 10px 0px;
}

.nBaseBodyClass .indicatorHeaderBtn {
    color: #000099;
}
.nBaseBodyClass #shozokuLine2 {
    font-size: 14px;
    margin: 7px 0px 7px 0px;
}

.nBaseBodyClass #manualArea {
    font-size: 12px;
}

.nBaseBodyClass .authIcon {
    float: right;
    position: relative;
    top: -22px;

}
.nBaseBodyClass #headerFixed {
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 50;
}

.nBaseBodyClass #authChangeBtn {
    height : 3px;
    width: 70px;
    margin: 3px
}
/*ヘッダー関連End*/

/*ツールバー関連Start*/
.nBaseBodyClass .toolbarNomal,
.nBaseBodyClass .toolbarSmall {
    width: auto;
    height: 40px;
    margin: 0px 20px 0px 20px;
    background-repeat: repeat;
    border-top: outset 1px #C7C7C7;
    border-bottom: outset 1px #C7C7C7;
    border-right: outset 1px #C7C7C7;
    border-left: outset 1px #C7C7C7;
}
/*ツールバー関連End*/

/*フロートStart*/
.nBaseBodyClass .floatLeftClass {
    float: left;
}
.nBaseBodyClass .floatRightClass {
    float: right;
}
.nBaseBodyClass .floatbottomClass {
    float: bottom;
}
/*フロートEnd*/

/*イメージボタンスタイルStart*/
.nBaseBodyClass .dateButtomStyle {
    margin: 0px 0px 0px 2px;
    float: right
}
.nBaseBodyClass .richTextButtomStyle {
    height: 20px;
    float: left;
}
.nBaseBodyClass .imageBtnStyle {
    height: 38px;
    margin: 1px 1px 1px 0px;
    float: left;
}
.nBaseBodyClass .imageBtnStyleTojiruNomal {
    height: 38px;
    margin: 1px 1px 1px 0px;
    float: left;
    margin-left: 20px;
}
.nBaseBodyClass .imageBtnStyleTojiruSmall {
    height: 38px;
    margin: 1px 1px 1px 0px;
    float: left;
    margin-left: 5px;
}
/*イメージボタンスタイルEnd*/

.nBaseBodyClass  #mainContent {
    padding: 0px 18px 0px 20px;
/*    height: auto;*/
    overflow: visible;
}

.nBaseBodyClass .tabSelected {
    cursor: default;
}

.contentTitle,
.contentTitleNone {
    font-weight: bold;
    padding: 8px 0px 8px 10px;
    width: auto;
    text-align: left;
    transition-delay: 0.2s;
    transition-timing-function: ease;
}

.contentTitle a {
    display: block;
    color: #ffffff;
    text-decoration: none;
}

.contentTitle a:hover {
    /*color: #eeeeee;*/
    text-decoration: underline;
}

/*フッター関連Start*/
.nBaseBodyClass  #tmp_footer {
    position: relative;
    clear: both;
    margin: 5px 0px 0px 0px;
    overflow: visible;
    width: auto;
    height: 35px;
    text-align: center;
}
.nBaseBodyClass  #copyright {
    font-size: 1.0em;
    font-style: initial;
    padding: 13px 0px 0px 0px;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, .2);
}
/*フッター関連End*/

/*clearBoth系Start*/
.nBaseBodyClass .clearBothS {
    clear: both;
    padding: 0px;
    margin: 0px;
}
.nBaseBodyClass .clearBothM {
    clear: both;
    padding: 1px;
    margin: 1px;
}
.nBaseBodyClass .clearBothL {
    clear: both;
    padding-top: 15px;
}
/*clearBoth系End*/

/*required系Start*/
.nBaseBodyClass .required {
    background-image: url("../img/required.png");
    background-repeat: no-repeat;
    background-position: right center;
    color: #ff0000;
    font-weight: bold;
}
.nBaseBodyClass span.required {
    background-image: url("../img/required_span.png");
}
.nBaseBodyClass td.required {
    background-image: url("../img/required_td.png");
}
.nBaseBodyClass .requiredSearch {
    background-image: url("../img/required.png");
    background-repeat: no-repeat;
    background-position: right;
    color: #ff0000;
    font-weight: bold;
}
/*required系End*/

.nBaseBodyClass .comboboxSzk {
    width: 214px;
}
.nBaseBodyClass .comboboxStyleTypeC {
    width: 180px;
}

.nBaseBodyClass .sortComboArea {
    width: 150px;
    height: 24px;
    padding-top: 2px;
    float: left;
    margin:3px 0px 0px 5px;
}

.nBaseBodyClass .ascDescCombArea {
    width: 50px;
    height: 24px;
    padding-top: 2px;
    float: left;
    margin:3px 20px 0px 5px;
}

.sortComboArea  select {
    width: 140px;
}

/*コンテンツのタイトル表示Start*/
.nBaseBodyClass .titleLabelClassS,
.nBaseBodyClass .titleLabelClassM,
.nBaseBodyClass .titleLabelClassL {
    height: 24px;
    padding-top: 5px;
    float: left;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
}
.nBaseBodyClass .titleLabelClassS {
    margin: 3px 0px 0px 0px;
    width: 50px;
}
.nBaseBodyClass .titleLabelClassM {
    width: 120px;
}
.nBaseBodyClass .titleLabelClassL {
    width: 160px;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}
.nBaseBodyClass .titleLabelClassSubPanel {
    font-weight: bold;
    float: left;
    text-align: left;
    font-size: 14px;
    margin: 0px 0px 0px 5px;
    padding-top: 5px;
    min-width: 10px;
    height: 21px;
}
/*コンテンツのタイトル表示End*/

/*コンテンツの表示Start*/
.nBaseBodyClass .contentsLabelClass,
.nBaseBodyClass .contentsLabelClassIPAmj {
    float: left;
    margin: 5px 0px 0px 5px;
    font-size: 14px;
    word-break: break-all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}
.nBaseBodyClass .contentsLabelClassEdit,
.nBaseBodyClass .contentsLabelClassEditIPAmj {
    float: left;
    margin: 5px 0px 0px 5px;
    font-size: 14px;
}
.nBaseBodyClass .contentsLabelClassEditPanel {
    float: left;
    margin: 5px 0px 0px 5px;
    font-size: 14px;
    height: 85px;
}
.nBaseBodyClass .contentsLabelClassEdit label {
    margin: 0px 5px 0px 2px;
    position: relative;
    top: -1px;
}
.nBaseBodyClass .contentsLabelClassEdit input[type="file"] {
    font-size: 13px;
/*    width: 200px;*/
    margin: -10px 0px 0px 0px;
}
/*IPAmj明朝フォント優先エリア*/
.nBaseBodyClass .contentsLabelClassIPAmj,
.nBaseBodyClass .contentsLabelClassEditIPAmj,
.nBaseBodyClass .contentsLabelClassEditIPAmj INPUT {
    font-family: "Courier New", Courier, "IPAmj明朝", "IPAmjMincho", "ＭＳ 明朝", "Osaka-Mono", monospace;
}
/*コンテンツの表示End*/

/*入力項目の説明エリアStart*/
.nBaseBodyClass .componentClassL_S2,
.nBaseBodyClass .componentClassM_S2 {
    height: 26px;
    padding-left: 5px;
    float: left;
    font-size: 13px;
    color: #92a0b3;
    white-space: nowrap;
    margin: 5px 0px 0px 0px;
}
.nBaseBodyClass .componentClassL_S2 span {
    transition-duration: 0.3s;
    transition-timing-function: ease;
}
.nBaseBodyClass .componentClassL_S2:hover {
    color: #000000;
    font-size: 15px;
    text-shadow: 0 5px 5px rgba(0, 0, 0, .4);
}
.checkboxTable td {
    border: none !important;
}
.checkboxTable tbody:hover {
    background-color: white !important;
}
.inputCheckbox {
    display: block;
    padding: 5px;
}
/*入力項目の説明エリアEnd*/

.nBaseBodyClass .componentClassM_S2 INPUT[type="text"] {
    float: left;
}

/*入力モードStart*/
.nBaseBodyClass .imeActiveText {
    ime-mode: active;
}
.nBaseBodyClass .imeDisabledText {
    ime-mode: active;
}
/*入力モードEnd*/

/*ツールチップStart*/
.nBaseBodyClass .tooltip {
    /*display: none;*/
    color: #425063;
    margin: -1000px 0px 0px 0px;
    padding: 5px 5px 5px 5px;
    border: 1px #92a0b3 solid;
    border-radius: 5px;
    text-align: center;
    min-width: 50px;
    position: fixed;
    background-color: rgba(255, 255, 255, .8);
    transition-duration: 0.2s;
    transition-timing-function: ease;
}
/*ツールチップEnd*/

/*エラーメッセージStart*/
.nBaseBodyClass #errorMsgArea {
    border: 2px #ff8888 dotted;
    margin: 0px 20px 2px 20px;
    padding: 10px;
    font-size: 13px;
    background-color: rgba(255, 230, 230, .6);
}
.nBaseBodyClass #errorMsgArea span {
    font-weight: bold;
}
/*エラーメッセージEnd*/

/* バックトゥトップStart */
.nBaseBodyClass #page-top {
    position: fixed;
    right: 20px;
    background-image: url(../img/backToTop.png);
    background-repeat: no-repeat;
    width: 55px;
    height: 45px;
    cursor: pointer;
    transition-duration: 1s;
    transition-timing-function: ease;
}
.nBaseBodyClass #page-top:hover {
    background-image: url(../img/backToTop_o.png);
    background-repeat: no-repeat;
    width: 55px;
    height: 45px;
    transition-duration: 0.1s;
    transition-timing-function: ease;
}
.nBaseBodyClass #page-top:active{
    background-image: url(../img/backToTop_c.png);
    background-repeat: no-repeat;
    width: 55px;
    height: 45px;
}
/* バックトゥトップEnd */

/*反転（横）Start*/
.nBaseBodyClass .refrectionX {
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
/*反転（横）End*/
/*反転（縦）Start*/
.nBaseBodyClass .refrectionY {
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
/*反転（縦）End*/

/* ローディング start */
.nBaseBodyClass .yomikomityuu {
    position: fixed;
    z-index: 600;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    background-repeat: no-repeat;
    background-position: center;
    cursor: default;
}
#floatingCirclesG{
    position: relative;
    top: 20%;
    width: 256px;
    height: 256px;
    margin: auto auto auto;
    -moz-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
}

.f_circleG{
    position: absolute;
    background-color: rgba(0, 0, 0, .1);
    height: 47px;
    width: 47px;
    -moz-border-radius: 23px;
    -moz-animation-name: f_fadeG;
    -moz-animation-duration: 1.04s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: linear;
    -webkit-border-radius: 23px;
    -webkit-animation-name: f_fadeG;
    -webkit-animation-duration: 1.04s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    -ms-border-radius: 23px;
    -ms-animation-name: f_fadeG;
    -ms-animation-duration: 1.04s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: linear;
    -o-border-radius: 23px;
    -o-animation-name: f_fadeG;
    -o-animation-duration: 1.04s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: linear;
    border-radius: 23px;
    animation-name: f_fadeG;
    animation-duration: 1.04s;
    animation-iteration-count: infinite;
    animation-direction: linear;
}

#frotateG_01{
    left: 0;
    top: 105px;
    -moz-animation-delay: 0.39s;
    -webkit-animation-delay: 0.39s;
    -ms-animation-delay: 0.39s;
    -o-animation-delay: 0.39s;
    animation-delay: 0.39s;
}

#frotateG_02{
    left: 30px;
    top: 30px;
    -moz-animation-delay: 0.52s;
    -webkit-animation-delay: 0.52s;
    -ms-animation-delay: 0.52s;
    -o-animation-delay: 0.52s;
    animation-delay: 0.52s;
}

#frotateG_03{
    left: 105px;
    top: 0;
    -moz-animation-delay: 0.65s;
    -webkit-animation-delay: 0.65s;
    -ms-animation-delay: 0.65s;
    -o-animation-delay: 0.65s;
    animation-delay: 0.65s;
}

#frotateG_04{
    right: 30px;
    top: 30px;
    -moz-animation-delay: 0.78s;
    -webkit-animation-delay: 0.78s;
    -ms-animation-delay: 0.78s;
    -o-animation-delay: 0.78s;
    animation-delay: 0.78s;
}

#frotateG_05{
    right: 0;
    top: 105px;
    -moz-animation-delay: 0.91s;
    -webkit-animation-delay: 0.91s;
    -ms-animation-delay: 0.91s;
    -o-animation-delay: 0.91s;
    animation-delay: 0.91s;
}

#frotateG_06{
    right: 30px;
    bottom: 30px;
    -moz-animation-delay: 1.04s;
    -webkit-animation-delay: 1.04s;
    -ms-animation-delay: 1.04s;
    -o-animation-delay: 1.04s;
    animation-delay: 1.04s;
}

#frotateG_07{
    left: 105px;
    bottom: 0;
    -moz-animation-delay: 1.17s;
    -webkit-animation-delay: 1.17s;
    -ms-animation-delay: 1.17s;
    -o-animation-delay: 1.17s;
    animation-delay: 1.17s;
}

#frotateG_08{
    left: 30px;
    bottom: 30px;
    -moz-animation-delay: 1.3s;
    -webkit-animation-delay: 1.3s;
    -ms-animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

@-moz-keyframes f_fadeG{
    0%{ background-color: #ababab }
    100%{ background-color: rgba(0, 0, 0, .1); }
}

@-webkit-keyframes f_fadeG{
    0%{ background-color: #ababab }
    100%{ background-color: rgba(0, 0, 0, .1); }
}

@-ms-keyframes f_fadeG{
    0%{ background-color: #ababab }
    100%{ background-color: rgba(0, 0, 0, .1);}
}

@-o-keyframes f_fadeG{
    0%{ background-color: #ababab }
    100%{ background-color: rgba(0, 0, 0, .1); }
}

@keyframes f_fadeG{
    0%{ background-color: #ababab }
    100%{ background-color: rgba(0, 0, 0, .1); }
}
/* ローディング end */

.nBaseBodyClass .commonErrorArea {
    padding: 50px;
    height: 500px;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
}

.titleClick {
    position: fixed;
    left: 100px;
    top: 10px;
    z-index: 60;
    height: 40px;
    width: 120px;
}

/**************************************
ボタンスタイル
**************************************/

/* ヘッダーツールバーのアイコン付ボタン(通常画面サイズ) */
.btnTool,
/* ヘッダーツールバーのアイコン付ボタン(縦長画面サイズ) */
.btnToolSmall {
    background-color: rgba(255, 255, 255, .2);
    border-radius: 4px;
    color: #ffffff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .2), inset 0 1px 1px rgba(255, 255, 255, .7);
    text-shadow: 2px 2px 1px rgba(0, 0, 0, .4);
    text-decoration: none;
    padding-left: 15px;
    padding-top: 11px;
    height: 27px;
    font-size: 1.1em;
    float: left;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}
.btnTool {
    width: 75px;
}
.btnToolSmall {
    width: 45px;
}
.btnTool:hover,
.btnToolSmall:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-2px);
}
.btnTool:active,
.btnToolSmall:active {
    box-shadow: 0 0px 0px rgba(0, 0, 0, .0), inset 0 1px 1px rgba(255, 255, 255, .7);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}

/* ヘッダーツールバーの印刷用ボタン(通常画面サイズ) */
.btnToolPrint,
/* ヘッダーツールバーの印刷用ボタン(縦長画面サイズ) */
.btnToolPrintSmall {
    background-color: rgba(255, 255, 255, .2);
    border-radius: 4px;
    color: #ffffff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .2), inset 0 1px 1px rgba(255, 255, 255, .7);
    text-shadow: 2px 2px 1px rgba(0, 0, 0, .4);
    text-decoration: none;
    padding-left: 15px;
    padding-top: 8px;
    height: 30px;
    font-size: 13px;
    float: left;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    cursor: pointer;
}
.btnToolPrint {
    width: 115px;
}
.btnToolPrintSmall {
    width: 45px;
}
.btnToolPrint:hover,
.btnToolPrintSmall:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-2px);
    background-color: rgba(255, 255, 255, .6);
}
.btnToolPrint:active,
.btnToolPrintSmall:active {
    background-color: lightcoral;
    box-shadow: 0 0px 0px rgba(0, 0, 0, .0), inset 0 1px 1px rgba(255, 255, 255, .7);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}

/* ヘッダーツールバーのアイコンなしボタン(通常画面サイズ) */
.btnToolOther,
/* ヘッダーツールバーのアイコンなしボタン(縦長画面サイズ) */
.btnToolOtherSmall {
    background-color: rgba(255, 255, 255, .2);
    border-radius: 4px;
    color: #ffffff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .2), inset 0 1px 1px rgba(255, 255, 255, .7);
    text-shadow: 2px 2px 1px rgba(0, 0, 0, .4);
    text-align: center;
    text-decoration: none;
    padding-top: 11px;
    height: 27px;
    font-size: 1.1em;
    float: left;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}
.btnToolOther {
    width: 100px;
}
.btnToolOtherSmall {
    width: 56px;
}
.btnToolOther:hover,
.btnToolOtherSmall:hover {
    background-color: rgba(255, 255, 255, .6);
    -webkit-transform: translateY(-3px);
    transform: translateY(-2px);
}
.btnToolOther:active,
.btnToolOtherSmall:active {
    background-color: lightcoral;
    box-shadow: 0 0px 0px rgba(0, 0, 0, .0), inset 0 1px 1px rgba(255, 255, 255, .7);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}

/* ヘッダーツールバーのアイコン付非活性ボタン(通常画面サイズ) */
.btnToolDisabled,
/* ヘッダーツールバーの印刷用非活性ボタン(通常画面サイズ) */
.btnToolPrintDisabled {
    background-color: rgba(100, 100, 100, .5);
    border-radius: 4px;
    color: #cccccc;
    box-shadow: 0 0px 0px rgba(0, 0, 0, .2), inset 0 1px 1px rgba(255, 255, 255, .7);
    text-decoration: none;
    padding-left: 15px;
    height: 27px;
    float: left;
    cursor: default;
}
.btnToolDisabled {
    padding-top: 11px;
    width: 75px;
    font-size: 1.1em;
}
.btnToolPrintDisabled {
    padding-top: 8px;
    width: 115px;
    font-size: 13px;
}

/* ヘッダーツールバーのアイコン */
.nBaseBodyClass .btnIcon {
    position: relative;
    top: -6px;
    right: 2px;
    width: 30px;
    height: 30px;
    float: right;
    margin-right: 0px;
    margin-bottom: 10px;
}

/* ヘッダーツールバーの印刷用アイコン */
.nBaseBodyClass  .btnPrintIcon {
    position: relative;
    top: -21px;
    width: 35px;
    height: 35px;
    float: right;
    margin-right: 0px;
    margin-bottom: 10px;
}

/* ヘッダーツールバーの印刷用アイコン */
.nBaseBodyClass  .btnPrintIconSmall {
    position: relative;
    top: -5px;
    width: 35px;
    height: 35px;
    float: right;
    margin-right: 0px;
    margin-bottom: 10px;
}

/* タブメニューのタブボタン */
.btnTab {
    text-shadow: 1px 0px 1px rgba(0, 0, 0, .4);
    text-align: center;
    text-decoration: none;
    padding-top: 10px;
    height: 29px;
    width: 120px;
    font-size: 17px;
    float: left;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}
.btnTab:hover {
    transition-duration: 0.0s;
    transition-timing-function: ease;
}
.btnTab:active {
    box-shadow: 0 0px 0px rgba(0, 0, 0, .0), inset 0 1px 1px rgba(255, 255, 255, .7);
}

/* コンテンツ内のボタン */
.btnContents,
.btnContentsSmall {
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    float: left;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}
.btnContents {
    width: 120px;
    height: 27px;
    padding-top: 11px;
    font-size: 17px;
}
.btnContentsSmall {
    width: 100%;
    height: 20px;
    padding: 3px 0px 17px 0px;
    letter-spacing: 1px;
    line-height: 16px;
    font-size: 15px;
}
/*コンテンツ内の非活性ボタン*/
.btnContentsDisabled,
.btnContentsSmallDisabled {
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    float: left;
    cursor: default;
}
.btnContentsDisabled {
    width: 120px;
    height: 27px;
    padding-top: 11px;
    font-size: 17px;
}
.btnContentsSmallDisabled {
    width: 100%;
    height: 20px;
    padding: 3px 0px 17px 0px;
    letter-spacing: 1px;
    line-height: 16px;
    font-size: 15px;
}

/* 縦長画面サイズ用のスタイルStart */

/* ヘッダーツールバーの非活性ボタン(縦長画面サイズ) */
.btnToolDisabledSmall {
    background-color: rgba(100, 100, 100, .5);
    border-radius: 4px;
    color: #cccccc;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .2), inset 0 1px 1px rgba(255, 255, 255, .7);
    text-decoration: none;
    padding-left: 15px;
    padding-top: 11px;
    height: 27px;
    width: 45px;
    font-size: 1.1em;
    float: left;
    cursor:default;
}

/* ヘッダーツールバーの印刷用非活性ボタン(縦長画面サイズ) */
.btnToolPrintDisabledSmall {
    background-color: rgba(100, 100, 100, .5);
    border-radius: 4px;
    color: #cccccc;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .2), inset 0 1px 1px rgba(255, 255, 255, .7);
    text-decoration: none;
    padding-left: 15px;
    padding-top: 11px;
    height: 27px;
    width: 45px;
    font-size: 1.1em;
    float: left;
    float: left;
    cursor:default;
}

/* 縦長画面サイズ用のスタイルEnd */

/*閉じるボタンStart*/
.nBaseBodyClass .tojiruBtnNomal {
    margin-left: 20px;
}
.nBaseBodyClass .tojiruBtnSmall {
    margin-left: 5px;
}
/*閉じるボタンEnd*/

/*カレンダー内のボタン*/
.btnCalendar {
    border-radius: 4px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .2), inset 0 1px 1px rgba(255, 255, 255, .7);
    text-decoration: none;
    padding: 5px 15px 5px 15px;
    margin: 0px 5px 0px 5px;
    font-size: 1.5em;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    position: relative;
    top: 50px;
}
.btnCalendar:active {
    box-shadow: 0 0px 0px rgba(0, 0, 0, .0), inset 0 1px 1px rgba(255, 255, 255, .7);
}

/*リッチテキスト内のボタン*/
.btnRichText {
    text-align: center;
    text-decoration: none;
    max-height: 50px;
    max-width: 50px;
    border-radius: 5px;
    padding: 3px 5px 3px 5px;
    margin: 2px;
    font-size: 12px;
    float: left;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}
.btnRichTextTmp,
.btnRichTextTmpDisabled {
    text-align: center;
    text-decoration: none;
    height: 15px;
    width: 70px;
    padding: 7px 10px 5px 10px;
    margin: 2px;
    font-size: 12px;
    float: left;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}
.btnRichText:hover,
.btnRichTextTmp:hover {
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2), inset 0 2px 2px rgba(255, 255, 255, .7);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
.btnRichText:active,
.btnRichTextTmp:active {
    box-shadow: 0 0px 0px rgba(0, 0, 0, .0), inset 0 1px 1px rgba(255, 255, 255, .7);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}

/*FileUpload用のボタン*/
.btnFileUpload {
    text-align: center;
    text-decoration: none;
    padding: 7px 18px 2px 18px;
    margin: 2px;
    position: relative;
    transition-duration: 0.1s;
    transition-timing-function: ease;
}
.btnfileDelete:after {
    position: absolute;
    font-size: 13px;
    top: 10px;
    left: 5px;
    content: '削除';
}
.btnfileDeleteCancel:after {
    position: absolute;
    font-size: 13px;
    top: 10px;
    left: 5px;
    content: '取消';
}

/*Top画面のメニューボタン*/
.btnTopMenu {
    padding: 5px 0px 5px 10px;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    height: auto;
}

.btnTopMenu a {
    text-align: left;
    text-decoration: none;
    font-size: 1.1em;
    float: left;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}
.btnTopMenu a:hover {
    text-decoration: underline;
    text-shadow: 3px 3px 3px rgba(61, 19, 101, .3);
}
.btnTopMenu a:active {
    text-decoration: underline lightcoral;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    text-shadow: 0px 0px 0px;
}

.btnToolBoxTab  {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    text-align: center;
    text-decoration: none;
    margin: 0px 0px 10px 0px;
    padding: 16px 0px 0px 10px;
    height: 38px;
    width: 38px;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}
.btnToolBoxTab:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-2px);
}
.btnToolBoxTab span {
    font-size: 23px;
    padding: 0px 10px 0px 10px;
    margin: 0px 0px 1px -10px;
    cursor: default;
}
.btnMore {
    margin: 10px 0px 10px 10px;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    padding-top: 5px;
    height: 20px;
    width: 80px;
    font-size: 16px;
    float: left;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}
.btnMore:hover {
    text-shadow: 3px 3px 1px rgba(0, 0, 0, .3);
    text-decoration: underline;
/*    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);*/
    transition-duration: 0.3s;
    transition-timing-function: ease;
}
.btnMore:active {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}

/* 縦書きフォントサイズ Start */
.nBaseBodyClass .subTitleFontMin {
    font-size: 11px;
}
.nBaseBodyClass .subTitleFontMid {
    font-size: 14px;
}
.nBaseBodyClass .fontMin {
    font-size: 18px;
}
.nBaseBodyClass .fontMid {
    font-size: 19px;
}
.nBaseBodyClass .fontNormal {
    font-size: 21px;
}
/* 縦書きフォントサイズ End */

/****************************************************************************
インジケーター 記号の縦書き Start

以下のルールに記載(2016/11/4 現在)
・Chromeでは -webkit-transform が適用される
・Firefoxでは -moz-transform が適用されるが、下に -webkit-transform があるとそちらが適用されるため
　先に  -moz-transform を下に記載する
・IEは -ms-transform で動くが、transform も同様の値にしておく
・文字サイズの変更について list.css で行う

※動作検証では以下を行う
・IE,Firefox,Chrome,Safariで検証
・可変の場合は1920×1080の半分表示を確認(Windowsキー + →)
・ダイレクトインジケーター(1920×1080)も検証する
****************************************************************************/

/**************************************
大フォント Start
**************************************/
/** フォント大 カッコ */
.nBaseBodyClass .fontNormal .rotateKakko {
    display: block;
    position: relative;
    transform: matrix(0, 1, -1, 0, 0, 1);
    -ms-transform: matrix(0, 1, -1, 0, 0, 1);
    -webkit-transform: matrix(0, 1, -1, 0, 0, 1);
    -moz-transform: matrix(0, 1, -1, 0, 1, 1);
    -o-transform: matrix(0, 1, -1, 0, -1, 0);
    filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=1, mirror=1);
}

/** Safari フォント大 カッコ */
_::-webkit-full-page-media, _:future, :root .nBaseBodyClass .fontNormal .rotateKakko {
        display: block;
        position: relative;
        transform: matrix(0, 1, -1, 0, -1, -1);
        -webkit-transform: matrix(0, 1, -1, 0, -1, -1);
        filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=1, mirror=1);
}

/** フォント大 肩書 カッコ */
.nBaseBodyClass .fontNormal .katagaki-rotateKakko {
    display: block;
    position: relative;
    transform: matrix(0, 1, -1, 0, 0, 0);
    -ms-transform: matrix(0, 1, -1, 0, 0, 0);
    -webkit-transform: matrix(0, 1, -1, 0, -1, 0);
    -moz-transform: matrix(0, 1, -1, 0, -1, 0);
    -o-transform: matrix(0, 1, -1, 0, -1, 0);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1, mirror=1);
}
/** フォント大 長音 */
.nBaseBodyClass .fontNormal .tate-cho {
    display:block;
    transform: matrix(0, 1, 1, 0, 0, 0);
    -ms-transform: matrix(0, 1, 1, 0, 0, 0);
    -webkit-transform: matrix(0, 1, 1, 0, 0, 1);
    -moz-transform: matrix(0, 1, 1, 0, -1, 2);
    -o-transform: matrix(0, 1, 1, 0, 0, 0);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1, mirror=1);
}
/** Safari フォント大 長音 */
_::-webkit-full-page-media, _:future, :root .nBaseBodyClass .fontNormal .tate-cho {
    display:block;
    transform: matrix(0, 1, 1, 0, 1, -1);
    -webkit-transform: matrix(0, 1, 1, 0, 1, -1);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1, mirror=1);
}
/** フォント大 肩書 長音 */
.nBaseBodyClass .fontNormal .katagaki-tate-cho {
    display: block;
    transform: matrix(0, 1, 1, 0, -1, 0);
    -ms-transform: matrix(0, 1, 1, 0, -1, 0);
    -webkit-transform: matrix(0, 1, 1, 0, 0, 0);
    -moz-transform: matrix(0, 1, 1, 0, 0, 0);
    -o-transform: matrix(0, 1, 1, 0, 0, 0);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1, mirror=1);
}
/** フォント大 山形カッコ */
.nBaseBodyClass .fontNormal .yama {
    display: block;
    transform: matrix(0, 1, 1, 0, 0, 0);
    -ms-transform: matrix(0, 1, 1, 0, 0, 0);
    -webkit-transform: matrix(0, 1, 1, 0, 0, 0);
    -moz-transform :matrix(0, 1, 1, 0, -1, 0);
    -o-transform: matrix(0, 1, 1, 0, -1, 0);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1, mirror=1);
}
/** フォント大 肩書 山形カッコ */
.nBaseBodyClass .fontNormal .katagaki-yama{
    display: block;
    transform: matrix(0, 1, 1, 0, -1, 0);
    -ms-transform: matrix(0, 1, 1, 0, -1, 0);
    -webkit-transform: matrix(0, 1, 1, 0, -1, 0);
    -moz-transform: matrix(0, 1, 1, 0, -1, 0);
    -o-transform: matrix(0, 1, 1, 0, -1, 0);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1, mirror=1);
}
/**************************************
大フォント End
**************************************/

/**************************************
中フォント Start
**************************************/
/** フォント中 カッコ */
.nBaseBodyClass .fontMid .rotateKakko {
    display: block;
    position: relative;
    transform: matrix(0, 1, -1, 0, 2, -1);
    -ms-transform: matrix(0, 1, -1, 0, 2, -1);
    -webkit-transform: matrix(0, 1, -1, 0, 2, -2);
    -moz-transform: matrix(0, 1, -1, 0, 3, -2);
    -o-transform: matrix(0, 1, -1, 0, -1, 0);
    filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=1, mirror=1);
}
/** Safari フォント中 カッコ */
_::-webkit-full-page-media, _:future, :root .nBaseBodyClass .fontMid .rotateKakko {
    display: block;
    position: relative;
    transform: matrix(0, 1, -1, 0, 0, -3);
    -webkit-transform: matrix(0, 1, -1, 0, 0, -3);
    filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=1, mirror=1);
}
/** プレート可変 フォント中 カッコ */
.nBaseBodyClass .simeiPosFlexMid.fontMid .rotateKakko {
    display: block;
    position: relative;
    transform: matrix(0, 1, -1, 0, 1, 1);
    -ms-transform: matrix(0, 1, -1, 0, 1, 1);
    -webkit-transform: matrix(0, 1, -1, 0, 0, 1);
    -moz-transform: matrix(0, 1, -1, 0, 1, 1);
    -o-transform: matrix(0, 1, -1, 0, -1, 0);
    filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=1, mirror=1);
}
/** Safari プレート可変 フォント中 カッコ */
_::-webkit-full-page-media, _:future, :root .nBaseBodyClass .simeiPosFlexMid.fontMid .rotateKakko {
        display: block;
        position: relative;
        transform: matrix(0, 1, -1, 0, -2, -1);
        -webkit-transform: matrix(0, 1, -1, 0, -2, -1);
        filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=1, mirror=1);
}
/** フォント中 肩書 カッコ */
.nBaseBodyClass .subTitleFontMid .katagaki-rotateKakko {
    display: block;
    position: relative;
    transform: matrix(0, 1, -1, 0, -1, 0);
    -ms-transform: matrix(0, 1, -1, 0, -1, 0);
    -webkit-transform: matrix(0, 1, -1, 0, -2, 0);
    -moz-transform: matrix(0, 1, -1, 0, -1, 0);
    -o-transform: matrix(0, 1, -1, 0, -1, 0);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1, mirror=1);
}
/** フォント中 長音 */
.nBaseBodyClass .fontMid .tate-cho {
    display:block;
    transform: matrix(0, 1, 1, 0, 2, -1);
    -ms-transform: matrix(0, 1, 1, 0, 2, -1);
    -webkit-transform: matrix(0, 1, 1, 0, 2, -1);
    -moz-transform: matrix(0, 1, 1, 0, 2, -1);
    -o-transform: matrix(0, 1, 1, 0, 0, 0);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1, mirror=1);
}
/** Safari フォント中 長音 */
_::-webkit-full-page-media, _:future, :root .nBaseBodyClass .fontMid .tate-cho {
    display:block;
    transform: matrix(0, 1, 1, 0, 3, -3);
    -webkit-transform: matrix(0, 1, 1, 0, 3, -3);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1, mirror=1);
}

/** プレート可変 フォント中 長音 */
.nBaseBodyClass .simeiPosFlexMid.fontMid .tate-cho {
    display:block;
    transform: matrix(0, 1, 1, 0, 0, 1);
    -ms-transform: matrix(0, 1, 1, 0, 0, 1);
    -webkit-transform: matrix(0, 1, 1, 0, 0, 1);
    -moz-transform: matrix(0, 1, 1, 0, -1, 2);
    -o-transform: matrix(0, 1, 1, 0, 0, 0);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1, mirror=1);
}
/** Safari プレート可変 フォント中 長音 */
_::-webkit-full-page-media, _:future, :root .nBaseBodyClass .simeiPosFlexMid.fontMid .tate-cho {
    display:block;
    transform: matrix(0, 1, 1, 0, 1, -1);
    -webkit-transform: matrix(0, 1, 1, 0, 1, -1);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1, mirror=1);
}

/** フォント中 肩書 長音 */
.nBaseBodyClass .subTitleFontMid .katagaki-tate-cho {
    display: block;
    transform: matrix(0, 1, 1, 0, -1, 0);
    -ms-transform:matrix(0, 1, 1, 0, -1, 0);
    -webkit-transform: matrix(0, 1, 1, 0, 0, 0);
    -moz-transform :matrix(0, 1, 1, 0, -1, 0);
    -o-transform: matrix(0, 1, 1, 0, 0, 0);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1, mirror=1);
}
/** フォント中 山形カッコ */
.nBaseBodyClass .fontMid .yama {
    display: block;
    transform: matrix(0, 1, 1, 0, -1, 0);
    -ms-transform: matrix(0, 1, 1, 0, -1, 0);
    -webkit-transform: matrix(0, 1, 1, 0, -1, 0);
    -moz-transform: matrix(0, 1, 1, 0, -1, 0);
    -o-transform: matrix(0, 1, 1, 0, -1, 0);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1, mirror=1);
}

/** プレート中 フォント中 山形カッコ */
.nBaseBodyClass .simeiPosMid.fontMid .yama {
    display: block;
    transform: matrix(0, 1, 1, 0, 2, 0);
    -ms-transform: matrix(0, 1, 1, 0, 2, 0);
    -webkit-transform: matrix(0, 1, 1, 0, -1, 0);
    -moz-transform: matrix(0, 1, 1, 0, 2, -2);
    -o-transform: matrix(0, 1, 1, 0, -1, 0);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1, mirror=1);
}
/** Safari プレート中 フォント中 山形カッコ */
_::-webkit-full-page-media, _:future, :root .nBaseBodyClass .simeiPosMid.fontMid .yama {
    display: block;
    transform: matrix(0, 1, 1, 0, 3, -3);
    -webkit-transform: matrix(0, 1, 1, 0, 3, -3);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1, mirror=1);
}

/** フォント中 肩書 山形カッコ */
.nBaseBodyClass .subTitleFontMid .katagaki-yama{
    display: block;
    transform: matrix(0, 1, 1, 0, -1, 0);
    -ms-transform: matrix(0, 1, 1, 0, -1, 0);
    -webkit-transform: matrix(0, 1, 1, 0, -1, 0);
    -moz-transform: matrix(0, 1, 1, 0, -1, 0);
    -o-transform: matrix(0, 1, 1, 0, -1, 0);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1, mirror=1);
}

/**************************************
中フォント End
**************************************/

/**************************************
小フォント Start
**************************************/
/** フォント小 カッコ */
.nBaseBodyClass .fontMin .rotateKakko {
    display: block;
    position: relative;
    transform: matrix(0, 1, -1, 0, -2, 1);
    -ms-transform: matrix(0, 1, -1, 0, -2, 1);
    -webkit-transform: matrix(0, 1, -1, 0, -1, 0);
    -moz-transform: matrix(0, 1, -1, 0, -1, 2);
    -o-transform: matrix(0, 1, -1, 0, -1, 0);
    filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=1, mirror=1);
}
/** プレート小 フォント小 カッコ */
.nBaseBodyClass .simeiPosFixMin.fontMin .rotateKakko {
    display: block;
    position: relative;
    transform: matrix(0, 1, -1, 0, -1, 1);
    -ms-transform: matrix(0, 1, -1, 0, -1, 1);
    -webkit-transform: matrix(0, 1, -1, 0, -1, 1);
    -moz-transform: matrix(0, 1, -1, 0, -1, 1);
    -o-transform: matrix(0, 1, -1, 0, -1, 0);
    filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=1, mirror=1);
}
/** Safari プレート小 フォント小 カッコ */
_::-webkit-full-page-media, _:future, :root .nBaseBodyClass .simeiPosFixMin.fontMin .rotateKakko {
    display: block;
    position: relative;
    transform: matrix(0, 1, -1, 0, -1, 0);
    -webkit-transform: matrix(0, 1, -1, 0, -1, 0);
    filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=1, mirror=1);
}

/** プレート可変 フォント小 カッコ */
.nBaseBodyClass .simeiPosFlexMin.fontMin .rotateKakko {
    display: block;
    position: relative;
    transform: matrix(0, 1, -1, 0, 0, 1);
    -ms-transform: matrix(0, 1, -1, 0, 0, 1);
    -webkit-transform: matrix(0, 1, -1, 0, -1, 1);
    -moz-transform: matrix(0, 1, -1, 0, 0, 1);
    -o-transform: matrix(0, 1, -1, 0, -1, 0);
    filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=1, mirror=1);
}
/** Safari プレート可変 フォント小 カッコ */
_::-webkit-full-page-media, _:future, :root .nBaseBodyClass .simeiPosFlexMin.fontMin .rotateKakko {
    display: block;
    position: relative;
    transform: matrix(0, 1, -1, 0, 0, 0);
    -webkit-transform: matrix(0, 1, -1, 0, -1, 0);
    filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=1, mirror=1);
}
/** フォント小 肩書 カッコ */
.nBaseBodyClass .subTitleFontMin .katagaki-rotateKakko {
    display: block;
    position: relative;
    transform: matrix(0, 1, -1, 0, -2, 0);
    -ms-transform: matrix(0, 1, -1, 0, -2, 0);
    -webkit-transform: matrix(0, 1, -1, 0, -2, 0);
    -moz-transform: matrix(0, 1, -1, 0, -2, 0);
    -o-transform: matrix(0, 1, -1, 0, -1, 0);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1, mirror=1);
}
/** フォント小 長音 */
.nBaseBodyClass .fontMin .tate-cho {
    display:block;
    transform: matrix(0, 1, 1, 0, 0, 1);
    -ms-transform: matrix(0, 1, 1, 0, 0, 1);
    -webkit-transform: matrix(0, 1, 1, 0, 0, 1);
    -moz-transform: matrix(0, 1, 1, 0, -1, 1);
    -o-transform: matrix(0, 1, 1, 0, 0, 0);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1, mirror=1);
}
/** Safari フォント小 長音 */
_::-webkit-full-page-media, _:future, :root .nBaseBodyClass .fontMin .tate-cho {
    display:block;
    transform: matrix(0, 1, 1, 0, 0, -1);
    -webkit-transform: matrix(0, 1, 1, 0, 0, -1);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1, mirror=1);
}

/** プレート可変 フォント小 長音 */
.nBaseBodyClass .simeiPosFlexMinFix.fontMin .tate-cho {
    display:block;
    transform: matrix(0, 1, 1, 0, -1, 1);
    -ms-transform: matrix(0, 1, 1, 0, -1, 1);
    -webkit-transform: matrix(0, 1, 1, 0, 0, 0);
    -moz-transform: matrix(0, 1, 1, 0, -1, 2);
    -o-transform: matrix(0, 1, 1, 0, 0, 0);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1, mirror=1);
}
/** プレート小 フォント小 長音 */
.nBaseBodyClass .simeiPosFixMin.fontMin .tate-cho {
    display:block;
    transform: matrix(0, 1, 1, 0, 0, 0);
    -ms-transform: matrix(0, 1, 1, 0, 0, 0);
    -webkit-transform: matrix(0, 1, 1, 0, 0, 0);
    -moz-transform: matrix(0, 1, 1, 0, -1, 1);
    -o-transform: matrix(0, 1, 1, 0, 0, 0);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1, mirror=1);
}
/** フォント小 肩書 長音 */
.nBaseBodyClass .subTitleFontMin .katagaki-tate-cho {
    display: block;
    transform: matrix(0, 1, 1, 0, -1, 0);
    -ms-accelerator: transform:matrix(0, 1, 1, 0, -1, 0);
    -webkit-transform: matrix(0, 1, 1, 0, 0, 0);
    -moz-transform :matrix(0, 1, 1, 0, -1, 0);
    -o-transform: matrix(0, 1, 1, 0, 0, 0);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1, mirror=1);
}
/** フォント小 山形カッコ */
.nBaseBodyClass .fontMin .yama {
    display: block;
    transform: matrix(0, 1, 1, 0, -1, 0);
    -ms-transform: matrix(0, 1, 1, 0, -1, 0);
    -webkit-transform: matrix(0, 1, 1, 0, 0, 0);
    -moz-transform: matrix(0, 1, 1, 0, -1, 0);
    -o-transform: matrix(0, 1, 1, 0, -1, 0);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1, mirror=1);
}
/** プレート小 フォント小 山形カッコ */
.nBaseBodyClass .simeiPosFixMin.fontMin .yama {
    display: block;
    transform: matrix(0, 1, 1, 0, -1, 0);
    -ms-transform: matrix(0, 1, 1, 0, -1, 0);
    -webkit-transform: matrix(0, 1, 1, 0, -1, 0);
    -moz-transform: matrix(0, 1, 1, 0, -2, 0);
    -o-transform: matrix(0, 1, 1, 0, -1, 0);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1, mirror=1);
}
/** Safari プレート小 フォント小 山形カッコ */
_::-webkit-full-page-media, _:future, :root .nBaseBodyClass .simeiPosFixMin.fontMin .yama {
    display: block;
    transform: matrix(0, 1, 1, 0, 0, 0);
    -webkit-transform: matrix(0, 1, 1, 0, 0, 0);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1, mirror=1);
}

/** フォント小 肩書 山形カッコ */
.nBaseBodyClass .subTitleFontMin .katagaki-yama{
    display: block;
    transform: matrix(0, 1, 1, 0, -1, 0);
    -ms-transform: matrix(0, 1, 1, 0, -1, 0);
    -webkit-transform: matrix(0, 1, 1, 0, -1, 0);
    -moz-transform: matrix(0, 1, 1, 0, -1, 0);
    -o-transform: matrix(0, 1, 1, 0, -1, 0);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1, mirror=1);
}
/**************************************
小フォント End
**************************************/
/****************************************************************************
インジケーター 記号の縦書き End
****************************************************************************/

.dateText{
    ime-mode : inactive;
}

pre {
    font-family: 'ＭＳ 明朝',serif,等幅明朝;
}
