@charset "UTF-8";
/* TERMS_OF_SERVICE.HTML CUSTOM */

/* 基本レイアウト ------------ */
pre {
    background: none;
    border: none;
    font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", Osaka, Verdana, "ＭＳ Ｐゴシック", sans-serif; line-height: normal;
	font-size: 12px;
    line-height: 24px;
    padding: 0px;
    margin: 0px;
    white-space:pre-wrap;
    white-space:-moz-pre-wrap;
    white-space:-o-pre-wrap;
    white-space:-pre-wrap;
    word-wrap:break-word;
}

/* --------------------------------
	目次領域
-------------------------------- */
.page_info_area {
    background-color: #e1f1f3;
    padding: 15px;
}
.page_info_area ul {
    margin: 0px;
}
.page_info_area li {
    margin-bottom: 5px;
}
.page_info_area a {
	background: url("/mmeg_po/javax.faces.resource/img/icon_text/dark_gray/arr.gif.xhtml") no-repeat 0 5px;
	padding-left: 10px;
    margin-right: 10px;
}
.page_info_area a:hover {
	background: url("/mmeg_po/javax.faces.resource/img/icon_text/red/arr.gif.xhtml") no-repeat 0 5px;
}

.tooltip.top .tooltip-inner {
    background-color: red;
}
.tooltip.top .tooltip-arrow {
    border-top-color: red;
}