@charset "utf-8";

/*
 *
 * ===== æ¨™æº–CSS =====
 *
 */


/* ========================================


    è¦?ç´ ã?®ãƒªã‚»ãƒƒãƒˆ


   ======================================== */


/* --- HTML5 --- */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
  margin: 0;
  padding: 0;
}


/* --- è¦?ç´  ---*/

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
p,
blockquote,
ul,
ol,
li,
dl,
dt,
dd,
form {
  margin: 0;
  padding: 0;
}



/* ========================================


    æ¨™æº–ã‚¹ã‚¿ã‚¤ãƒ«


   ======================================== */

/*
 * --- æ–‡æ›¸å…¨ä½“ ---
 */

html {
  overflow-y: scroll;
}

body {
  font-size: 14px;
  text-autospace: ideograph-alpha ideograph-numeric ideograph-parenthesis;
  background-color: #FFFFFF;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}


/*
 * --- ãƒ•ã‚©ãƒ³ãƒˆæŒ‡å®š ---
 */

body,
h1, h2, h3, h4, h5,
input, button, select, textarea {
  font-family: 'ãƒ¡ã‚¤ãƒªã‚ª', Meiryo, 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}


/*
 * --- ãƒ†ã‚­ã‚¹ãƒˆ ---
 */

p {
  line-height: 1.6;
  margin-bottom: 10px;
  text-align: justify;
  text-justify: inter-ideograph;
}

p:last-child {
  margin-bottom: 0;
}

strong,
dfn,
b,
u {
  text-decoration: none;
  font-style: italic;
  font-weight: normal;
}

em,
i {
  text-decoration: none;
  font-style: italic;
  font-weight: normal;
}

strong,
dfn,
b {
  font-weight: bold;
}


strong {
  color: #F00000;
}

dfn {
}

u {
  border-bottom: 1px dashed #A0A0A0;
}



/*
 * --- ç”»åƒ? ---
 */

img {
}


/*
 * --- åŒºåˆ‡ã‚Š ---
 */

hr {
  margin: 20px 0;
}



/*
 * --- ãƒªã‚¹ãƒˆ ---
 */

ul {
  padding-left: 1.1em;
}

ol {
  padding-left: 1.6em;
}

li {
  text-align: justify;
  text-justify: inter-ideograph;
}

dt {
  font-weight: normal;
}


/*
 * --- ãƒªãƒ³ã‚¯ï¼?ãƒœã‚¿ãƒ³ ---
 */

a,
button {
  outline: none !important;
  text-decoration: none !important;
  transition: color 0.2s, background-color 0.2s;
}


/*
 * --- ãƒ•ã‚©ãƒ¼ãƒ  ---
 */

input {
  outline: none;
  -webkit-appearance: none;
}



/* ========================================


    ãƒ•ã‚©ãƒ¼ãƒ 


   ======================================== */

/*
 * --- ãƒ•ã‚©ãƒ¼ãƒ  ---
 */

input.form-control,
textarea.form-control {
  -webkit-appearance: none;
}

/* --- IE Ã—ãƒœã‚¿ãƒ³ --- */

input::-ms-clear {
  display: none;
}

/* --- ãƒ†ã‚­ã‚¹ãƒˆã‚¨ãƒªã‚¢ --- */

textarea {
  resize: vertical;
}

/* --- ã‚¹ãƒ”ãƒ³ãƒœã‚¿ãƒ³ã‚’é?žè¡¨ç¤ºã?« --- */

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}




/* ========================================


    Bootstrap ã‚³ãƒ³ãƒ?ãƒ¼ãƒ?ãƒ³ãƒˆ


   ======================================== */

/*
 * --- ãƒ•ã‚©ãƒ³ãƒˆ ---
 */

kbd,
.btn,
.tooltip,
.popover {
  font-family: 'ãƒ¡ã‚¤ãƒªã‚ª', Meiryo, 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}


/*
 * --- è¦?ç´  ---
 */

kbd {
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #607D8B;
  box-shadow: none;
}



/*
 * --- ã‚°ãƒªãƒƒãƒ‰ ---
 */

.row {
  margin-left: -5px;
  margin-right: -5px;
}

/* --- è©°ã‚?ã?¦ã‚°ãƒªãƒƒãƒ‰ --- */

.row-tight > [class^='col-'] {
  padding-left: 5px;
  padding-right: 5px;
}



/*
 * --- ãƒœã‚¿ãƒ³ ---
 */

.btn {
  box-shadow: 0 2px #D0D0D0;
  margin-bottom: 2px !important;
  white-space: normal;
}

.btn:active {
  box-shadow: none;
  margin-top: 2px !important;
  margin-bottom: 0 !important;
}

.btn-block {
  display: inline-block;
}

.btn:disabled {
  cursor: default;
}

.btn-xs {
  padding-top: 2px;
  padding-bottom: 2px;
}



/*
 * --- ãƒ©ãƒ™ãƒ« ---
 */

.label {
  display: inline-block;
  font-size: 100%;
  font-weight: normal;
  white-space: normal;
  line-height: 1;
  padding: 6px 15px 5px 15px;
  background-color: #A0A0A0;
  border-radius: 20px;
}


/*
 * --- ãƒ„ãƒ¼ãƒ«ãƒ?ãƒƒãƒ— ---
 */

.tooltip {
  z-index: 20;
}

.tooltip-inner {
  background-color: #4FC1E9;
  padding: 5px 10px;
}

.tooltip.top .tooltip-arrow { border-top-color: #4FC1E9; }
.tooltip.right .tooltip-arrow { border-right-color: #4FC1E9; }
.tooltip.left .tooltip-arrow { border-left-color: #4FC1E9; }
.tooltip.bottom .tooltip-arrow { border-bottom-color: #4FC1E9; }


/*
 * --- ãƒ˜ãƒ«ãƒ‘ãƒ¼ ---
 */

/* --- è¡¨ç¤ºï¼?é?žè¡¨ç¤º --- */

span.visible-xs {
  display: inline !important;
}


/* --- å›žã‚Šè¾¼ã?¿ --- */

.pull-clear {
  clear: both;
}



/*
 * --- å?°åˆ·æ™‚ã?®èª¿æ•´ ---
 */

@media print {

  a[href]::after {
    content: '' !important;
  }

  abbr[title]::after {
    content: '' !important;
  }

}




/* ========================================


    æ±Žç”¨ã‚³ãƒ³ãƒ?ãƒ¼ãƒ?ãƒ³ãƒˆ


   ======================================== */
/* ----------------------------------------

    ãƒ†ãƒ¼ãƒ–ãƒ«

   ---------------------------------------- */
table {
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
}
.confluenceTable {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.confluenceTable > tbody > tr > td, .confluenceTable > tbody > tr > th, .confluenceTable > tfoot > tr > td, .confluenceTable > tfoot > tr > th, .confluenceTable > thead > tr > td, .confluenceTable > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #ddd;
}
/* ----------------------------------------

    ç®‡æ?¡æ›¸ã??

   ---------------------------------------- */

/*
 * --- é€šå¸¸ã?®ç®‡æ?¡æ›¸ã?? ---
 */

#page-content ol {
  
}

#page-content ol li {
  
}

#page-content ul {
  list-style-type: disc;
}

#page-content ul li {
  
}


/*
 * --- æ‰‹é †ã‚’ç¤ºã?™ç®‡æ?¡æ›¸ã?? ---
 */

ol.option01 {
    list-style: none;
    counter-reset: item;
}

ol.option01 > li {
    position: relative;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-left: 0.4em;
}

ol.option01 > li:before {
    content: counter(item);
    counter-increment: item;
    position: absolute;
    display: inline-block;
    left: -1.6em;
    padding: 1px 5px;
    text-align: center;
    font-size: 0.8em;
    color: #FFFFFF;
    background-color: #606060;
    border-radius: 5px;
}
ol.option02 {
    list-style: none;
    counter-reset: item;
}

ol.option02 > li {
    position: relative;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-left: 0.4em;
}

ol.option02 > li:before {
    content:counter(item) ". " ;
    counter-increment:item;

    position:absolute;
    left:-25px;
    text-align: center;
    text-decoration: none;
    margin:1px;
}


/*
 * --- æ‰‹é †ã‚’ç¤ºã?™ç®‡æ?¡æ›¸ã?? ---
 */
#page-content h5.option01 {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.5;
    margin: 10px 0 0 0;
}
#page-content h5.option02 {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5;
    margin: 10px 0 0 0;
}
#page-content h5.option03 {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5;
    margin: 10px 0 0 0;
    text-align: center;
}
#page-content h5.option04 {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    margin: 10px 0 0 0;
}
#page-content h6.option01 {
    text-align: center;
}
#page-content h6.option02 {
    text-align: center;
}
#page-content table h6.option02 {
    text-align: center;
    font-size:14px !important;
    margin: 0;
    line-height: normal;
}
h6.option04 {
    text-align: right !important;
    font-size:14px !important;
    margin: 0;
    color: #333 !important;
    font-weight: normal !important;
    line-height: normal;
}
/* ----------------------------------------

    ãƒ‘ãƒ?ãƒ«

   ---------------------------------------- */

.wiki-panel-hint,
.wiki-panel-info,
.wiki-panel-caution,
.wiki-panel-warning {
  margin-bottom: 10px;
  padding: 15px 15px 15px 40px;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
}

.wiki-panel-hint h5,
.wiki-panel-info h5,
.wiki-panel-caution h5,
.wiki-panel-warning h5 {
  position: relative;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 15px;
}

.wiki-panel-hint h5::before,
.wiki-panel-info h5::before,
.wiki-panel-caution h5::before,
.wiki-panel-warning h5::before {
  position: absolute;
  left: -1.5em;
  top: -2px;
  font-family: 'Glyphicons Halflings';
  font-size: 17px;
  font-weight: normal;
}

.wiki-panel-hint {
  background-color: #F3F9F4;
  border-color: #91C89C;
}
.wiki-panel-hint h5::before {
  content: '\e089';
  color: #32892C;
}

.wiki-panel-info {
  background-color: #FCFCFC;
  border-color: #AAB8C6;
}
.wiki-panel-info h5::before {
  content: '\e086';
  color: #536785;
}

.wiki-panel-caution {
  background-color: #FFFDF6;
  border-color: #FFEAAE;
}
.wiki-panel-caution h5::before {
  content: '\e107';
  color: #734300;
}

.wiki-panel-warning {
  background-color: #FFF8F7;
  border-color: #D04437;
}
.wiki-panel-warning h5::before {
  content: '\e101';
  color: #CF4336;
}


/* ----------------------------------------

    ãƒ¡ãƒ‹ãƒ¥ãƒ¼ãƒªã‚¹ãƒˆï¼ˆå­?ãƒšãƒ¼ã‚¸ã?¸ã?®ãƒªãƒ³ã‚¯ï¼‰

   ---------------------------------------- */

.childpages-macro {

}

.childpages-macro li {
  list-style: none;
  margin-bottom: 5px;
  line-height: 1.2;
}

.childpages-macro li a {
}


/* ========================================


    ã??ã?®ã?»ã?‹ã?®ã‚³ãƒ³ãƒ?ãƒ¼ãƒ?ãƒ³ãƒˆ


   ======================================== */

/*
 * --- ã‚¢ã‚¤ã‚³ãƒ³ ---
 */

[class^='ti-'] {
  vertical-align: -10%;
}


/*
 * --- ã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³ ---
 */

.animated-slow {
  -webkit-animation-duration: 1.4s;
  -webkit-animation-delay: 0.3s;
  animation-duration: 1.4s;
  animation-delay: 0.3s;
}

.animated-slower {
  -webkit-animation-duration: 2s;
  -webkit-animation-delay: 0.5s;
  animation-duration: 2s;
  animation-delay: 0.5s;
}


/*
 * --- ã‚«ã‚¹ã‚¿ãƒ ã‚¹ã‚¯ãƒ­ãƒ¼ãƒ«ãƒ?ãƒ¼ ---
 */

.mCSB_inside > .mCSB_container {
  margin-right: 15px;
}


/*
 * --- Webkitã‚¹ã‚¯ãƒ­ãƒ¼ãƒ«ãƒ?ãƒ¼ ---
 */

.webkit-scroll-vertical::-webkit-scrollbar {
	width: 6px;
	background-color: #E9E9E9;
}

.webkit-scroll-vertical::-webkit-scrollbar-thumb {
  background-color: #B0B0B0;
  border-radius: 6px;
}



/* ========================================


    ãƒšãƒ¼ã‚¸ãƒ¬ã‚¤ã‚¢ã‚¦ãƒˆ


   ======================================== */


/* ----------------------------------------

    å…¨ä½“

   ---------------------------------------- */

body:not(.animation-ready) * {
  transition: none !important;
}

/* ----------------------------------------

    ãƒ¡ãƒ‹ãƒ¥ãƒ¼

   ---------------------------------------- */

/* --- XSã‚µã‚¤ã‚º --- */
@media screen and (min-width: 1px) and (max-width: 767px) {
  body:not(.animation-ready) #page-menu {
    display: none;
  }
}


/* ----------------------------------------

    æ¤œç´¢çµ?æžœ

   ---------------------------------------- */

/* --- æ¤œç´¢ã?—ã?Ÿå†…å®¹ --- */

#pagetreesearch {}
#searchForm {}

#searchForm input[type=submit] {
  padding-left: 20px;
  padding-right: 20px;
  color: #FFFFFF;
  background-color: #42A5F5;
  border: none;
  border-radius: 2em;
}

#searchForm a.aui-button {
  margin-left: 10px !important;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 2em;
}


/* --- å…¨ä½“ --- */

body.search div.moduleh1 {
  padding-top: 20px;
}

body.search div.moduleh1 .seperatorLine {
  border: none;
}


/* --- çµ?æžœæƒ…å ± --- */

.moduleh1 h1 {
  padding: 0;
  border-bottom: 1px solid #CFD8DC;
}

.moduleh1 h1 span:first-child {
  padding: 5px 15px;
  font-size: 18px;
  background-color: #CFD8DC;
}

span.ftitle {
  margin-left: 15px;
  font-size: 14px;
}

span.fcount {
  margin-left: 3px;
  font-size: 24px;
}

.numberOfPageDiv {
  padding: 0;
  text-align: right;
}

#numberOfPage {
  margin-left: 10px;
}

/* --- çµ?æžœå†…å®¹ --- */

#resultSearchContainner {
  margin: 10px 0;
}

#resultSearchContainner .fpage {
  margin: 0;
  padding: 15px 0 10px 10px;
  border-bottom: 1px solid #E9E9E9;
}

#resultSearchContainner .fpage h2 {
  margin-bottom: 10px;
  text-align: left;
  font-size: 16px;
    border-bottom: none;
}

#resultSearchContainner .fpage .summary {
  margin-left: 10px;
  line-height: 1.4;
  font-size: 13px;
}

#resultSearchContainner .fpage  ul {
  list-style-type: none;
}

/* --- ãƒšãƒ¼ã‚¸ãƒ?ãƒ¼ã‚·ãƒ§ãƒ³ --- */

ul.pagenavi {
  padding-left: 0;
  padding-top: 10px;
  text-align: center;
}

ul.pagenavi li {
  display: inline-block;
  padding: 3px 10px;
  cursor: default;
}

ul.pagenavi li.sep {
  display: inline-block;
  padding: 3px 2px;
  cursor: default;
}

ul.pagenavi li[onclick] {
  font-weight: normal;
  color: #FFFFFF;
  background-color: #42A5F5;
  cursor: pointer;
}

ul.pagenavi li[onclick]:hover {
  background-color: #3498E8;
}


ul.pagenavi li:first-child {
  border-radius: 2em 0 0 2em;
}

ul.pagenavi li:last-child {
  border-radius: 0 2em 2em 0;
}

/* --- ã‚¨ãƒ©ãƒ¼ --- */

#errorMessage {
  background-color: #ffebee;
}


/* ----------------------------------------

    ãƒ¡ã‚¤ãƒ³ã‚³ãƒ³ãƒ†ãƒ³ãƒ„ï¼ˆ.wiki-contentã‚’å›²ã‚€#page-contentï¼‰

   ---------------------------------------- */

/*
 * --- ãƒ†ã‚­ã‚¹ãƒˆ ---
 */

#page-content strong {
  color: #404040;
}

/*
 * --- ç”»åƒ? ---
 */

#page-content .confluence-embedded-image {
  width: auto;
  max-width: 100%;
}




/* - eof. */



/* ------------------------------ */

div.wiki-content img
{
  max-width:100%;
  height:auto;
}

div.wiki-content img.confluence-content-image-border {
  border: 1px solid black;
}

/*
* search
*/
#page-content .confluence-embedded-image {
  width: auto;
  max-width: 100%;
}


div.searchList{
  border-bottom:1px dotted #ccc;
  padding:20px 0;
}
div.searchList a{
  font-weight:bold;
}
em.highlight{
  background: #ffff00;
  color:#000;
}
.list-index00 {
     counter-reset:item 0 !important;
}

.list-index01 {
     counter-reset:item 1 !important;
}

.list-index02 {
     counter-reset:item 2 !important;
}

.list-index03 {
     counter-reset:item 3 !important;
}

.list-index04 {
     counter-reset:item 4 !important;
}

.list-index05 {
     counter-reset:item 5 !important;
}

.list-index06 {
     counter-reset:item 6 !important;
}

.list-index07 {
     counter-reset:item 7 !important;
}

.list-index08 {
     counter-reset:item 8 !important;
}

.list-index09 {
     counter-reset:item 9 !important;
}

.list-index10 {
     counter-reset:item 10 !important;
}

.list-index11 {
     counter-reset:item 11 !important;
}

.list-index12 {
     counter-reset:item 12 !important;
}

.list-index13 {
     counter-reset:item 13 !important;
}

.list-index14 {
     counter-reset:item 14 !important;
}

.list-index15 {
     counter-reset:item 15 !important;
}

.list-index16 {
     counter-reset:item 16 !important;
}

.list-index17 {
     counter-reset:item 17 !important;
}

.list-index18 {
     counter-reset:item 18 !important;
}

.list-index19 {
     counter-reset:item 19 !important;
}

.list-index20 {
     counter-reset:item 20 !important;
}

.list-index21 {
     counter-reset:item 21 !important;
}

.list-index22 {
     counter-reset:item 22 !important;
}

.list-index23 {
     counter-reset:item 23 !important;
}

.list-index24 {
     counter-reset:item 24 !important;
}

.list-index25 {
     counter-reset:item 25 !important;
}

.list-index26 {
     counter-reset:item 26 !important;
}

.list-index27 {
     counter-reset:item 27 !important;
}

.list-index28 {
     counter-reset:item 28 !important;
}

.list-index29 {
     counter-reset:item 29 !important;
}

.list-index30 {
     counter-reset:item 30 !important;
}

.list-index31 {
     counter-reset:item 31 !important;
}

.list-index32 {
     counter-reset:item 32 !important;
}

.list-index33 {
     counter-reset:item 33 !important;
}

.list-index34 {
     counter-reset:item 34 !important;
}

.list-index35 {
     counter-reset:item 35 !important;
}

.list-index36 {
     counter-reset:item 36 !important;
}

.list-index37 {
     counter-reset:item 37 !important;
}

.list-index38 {
     counter-reset:item 38 !important;
}

.list-index39 {
     counter-reset:item 39 !important;
}

.list-index40 {
     counter-reset:item 40 !important;
}

.list-index41 {
     counter-reset:item 41 !important;
}

.list-index42 {
     counter-reset:item 42 !important;
}

.list-index43 {
     counter-reset:item 43 !important;
}

.list-index44 {
     counter-reset:item 44 !important;
}

.list-index45 {
     counter-reset:item 45 !important;
}

.list-index46 {
     counter-reset:item 46 !important;
}

.list-index47 {
     counter-reset:item 47 !important;
}

.list-index48 {
     counter-reset:item 48 !important;
}

.list-index49 {
     counter-reset:item 49 !important;
}

.list-index50 {
     counter-reset:item 50 !important;
}

.list-index51 {
     counter-reset:item 51 !important;
}

.list-index52 {
     counter-reset:item 52 !important;
}

.list-index53 {
     counter-reset:item 53 !important;
}

.list-index54 {
     counter-reset:item 54 !important;
}

.list-index55 {
     counter-reset:item 55 !important;
}

.list-index56 {
     counter-reset:item 56 !important;
}

.list-index57 {
     counter-reset:item 57 !important;
}

.list-index58 {
     counter-reset:item 58 !important;
}

.list-index59 {
     counter-reset:item 59 !important;
}

.list-index60 {
     counter-reset:item 60 !important;
}

.list-index61 {
     counter-reset:item 61 !important;
}

.list-index62 {
     counter-reset:item 62 !important;
}

.list-index63 {
     counter-reset:item 63 !important;
}

.list-index64 {
     counter-reset:item 64 !important;
}

.list-index65 {
     counter-reset:item 65 !important;
}

.list-index66 {
     counter-reset:item 66 !important;
}

.list-index67 {
     counter-reset:item 67 !important;
}

.list-index68 {
     counter-reset:item 68 !important;
}

.list-index69 {
     counter-reset:item 69 !important;
}

.list-index70 {
     counter-reset:item 70 !important;
}

.list-index71 {
     counter-reset:item 71 !important;
}

.list-index72 {
     counter-reset:item 72 !important;
}

.list-index73 {
     counter-reset:item 73 !important;
}

.list-index74 {
     counter-reset:item 74 !important;
}

.list-index75 {
     counter-reset:item 75 !important;
}

.list-index76 {
     counter-reset:item 76 !important;
}

.list-index77 {
     counter-reset:item 77 !important;
}

.list-index78 {
     counter-reset:item 78 !important;
}

.list-index79 {
     counter-reset:item 79 !important;
}

.list-index80 {
     counter-reset:item 80 !important;
}

.list-index81 {
     counter-reset:item 81 !important;
}

.list-index82 {
     counter-reset:item 82 !important;
}

.list-index83 {
     counter-reset:item 83 !important;
}

.list-index84 {
     counter-reset:item 84 !important;
}

.list-index85 {
     counter-reset:item 85 !important;
}

.list-index86 {
     counter-reset:item 86 !important;
}

.list-index87 {
     counter-reset:item 87 !important;
}

.list-index88 {
     counter-reset:item 88 !important;
}

.list-index89 {
     counter-reset:item 89 !important;
}

.list-index90 {
     counter-reset:item 90 !important;
}

.list-index91 {
     counter-reset:item 91 !important;
}

.list-index92 {
     counter-reset:item 92 !important;
}

.list-index93 {
     counter-reset:item 93 !important;
}

.list-index94 {
     counter-reset:item 94 !important;
}

.list-index95 {
     counter-reset:item 95 !important;
}

.list-index96 {
     counter-reset:item 96 !important;
}

.list-index97 {
     counter-reset:item 97 !important;
}

.list-index98 {
     counter-reset:item 98 !important;
}

.list-index99 {
     counter-reset:item 99 !important;
}


