@charset "UTF-8"; 
/*
Theme Name: ME-KB-2019
Author: Mizuki Sonobe
Description: ManageEngine JP Knowledge Base
Version: 1.4
*/



/* ****************
ME main color
	red: #cc1632
	green: #149c51
	blue: #0478b9
	yellow: #ffcd1c
***************** */

body	{margin: 0;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
	line-height: 1.5}

.head-container, .container {
    max-width: 1250px !important;
}

hr {
	border-top: 1px dashed #bbb;
}

h2 {
    font-size: 30px;
    line-height: 1.5;
    margin: 20px 0 5px;
    color: #333 !important;
    font-weight: 400;
}

.kbpost h2 {	
	border-left: #0478b9 solid 3px !important;
	border-right: #0478b9 solid 3px !important;
	background-color:#333;
	color:#fff !important;
	font-size: 26px;
	margin: 40px 0 25px !important;
	padding: 0px 0 3px 15px !important;
}

article h3 {	
	/* border-left: #222 solid 9px !important;
	background-color:#ccc; */
        background: url(img/h3back.png) no-repeat bottom left;
	font-size: 26px;
	margin: -40px 0 25px !important;
	padding: 85px 0 8px 15px !important;
        color: #222;
}

main h4 {	
	border-bottom: #333 dotted 1px !important;
	/* border-left: #333 solid 5px !important; */
        background: url(img/h4back.png) no-repeat bottom left;
	font-size: 22px;
	margin: -60px 0px 25px 2px !important;
	padding-left:15px;
	padding-bottom:5px;
        padding-top:85px;
}
.tabs-stage .col h4{
	border:0;
}

h5{
   	background: url(img/h5_icon_s.png) no-repeat bottom left;
	font-size: 16px;
	margin: -65px 0px 20px 2px !important;
	padding-left: 20px;
        padding-top:85px;
}

h6{
   	color: #0478b9; /*文字色*/
	border-bottom: dashed 2px #0478b9;
	font-size: 15px;
	margin: -60px 0px 10px 0px;
	padding-left: 17px;
        padding-top:85px;
}

a:hover {
	text-decoration: none !important;
}

.kbpost img{
	padding: 10px 0;
}

/* カテゴリー */
.kbcategories{
	text-align: right;
	margin-bottom: 5px
}

.kbcategories .post-categories{
	text-align: right !important;
}

.kbcategories ul{
	display: inline-block;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
	text-align: right;
}

.kbcategories li a{
	display: block;
	margin-right: 5px;
	margin-bottom: 2px;
	padding: 3px 5px;
	border-radius: 2px;
	background-color: #333;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}

.kbcategories ul:after{
	content: "";
	display: block;
	clear: both
}

.kbcategories li{
	display: inline-block;
	width: auto
}

/* 一覧 */
h2.post {
    font-size: 25px;
    line-height: 1.5;
    margin: 20px 0 5px;
    color: #333 !important;
    font-weight: 400;
}
a:hover h2.post{
	color:#777 !important;
}
.baloon{
	width:25px;
	margin-right:10px;
}
.current_cat {
  color: #fff; /*文字色*/
  padding: 0.5em; /*文字周りの余白*/
  display: inline-block; /*おまじない*/
  line-height: 1.3; /*行高*/
  background: #0478b9; /*背景色*/
  vertical-align: middle; /*上下中央*/
  border-radius: 25px 0px 0px 25px; /*左側の角を丸く*/
}

.current_cat:before {
  content: '●';
  color: white;
  margin-right: 5px;
}

#pagecontents>ul {
	list-style-type:none;
	margin-left:22px;
}
#pagecontents>ol {
	list-style-type:decimal !important;
	margin-left:44px;
}
#pagecontents>ul>li {
	position:relative;
	padding: 0em 0.3em 0em 1.6em !important;
}
#pagecontents>ul>li::before, #pagecontents>ul>li::after {
	position: absolute;
	content: '';
	display: inline-block;
}
#pagecontents>ul>li::after {
	top: .35em;
	left: 0em;
	width: 14px;
	height: 14px;
	background-color: #444;
	border-radius: 100%;
}
#pagecontents>ul>li::before {
	z-index: 1;
	top: 0.6em;
	left: 0.15em;
	width: 5px;
	height: 5px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
}

/* ページネーション */
.pagination	{margin: 40px 0 30px;
	text-align: center}

.pagination ul	{
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none}

.pagination li a,
.pagination li > span
	{display: block;
	margin: 0 5px;
	padding: 6px 8px;
	border: solid 1px #cccccc;
	color: #000000;
	font-size: 14px;
	text-decoration: none}

.pagination li > span
	{background-color: #efefef}

.pagination li a:hover	{background-color: #eeeeee}

.pagination ul:after	{content: "";
	display: block;
	clear: both}

.pagination li	{float: left;
	width: auto}


/* 記事一覧のページネーション */
.pagination-index li .dots
	{padding: 6px 2px;
	border-color: transparent;
	background-color: transparent}

@media (max-width: 599px) {
	.pagination-index li a,
	.pagination-index li > span
		{margin: 0;
		padding: 6px 7px;
		border-left: none;
		font-size: 12px}

	.pagination-index li:first-child a,
	.pagination-index li:first-child > span
		{border-left: solid 1px #cccccc}

	.pagination-index li .dots
		{border-right-color: #cccccc}
}
/* 本文 */

/* アンカー位置 */
a.anchor{
    display: block !important;
    padding-top: 150px !important;
    margin-top: -150px !important;
}

.kbpost ul,ol {
	margin-left: 7px;
	word-wrap: break-word;
}

.kbpost p,img,table,blockquote {
	padding-left: 2px;
	word-break: break-all;
}

table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

table th,table td{
	padding: 10px 5px;
}

table tr:nth-child(odd){
	background-color: #eee
}

pre.source code{
	overflow: auto;
	white-space: pre-wrap;
	word-wrap: break-word;
	position:relative
}

pre.source{
	background: #eee;
	padding: 10px 30px 10px 30px;
	margin: 10px;
}

blockquote {
	position: relative;
	padding: 1em 1em;
	margin: 2em 0;
	top: 0;
	background: #efefef;
	word-wrap: break-word;
}
blockquote:before, .box20:after{ 
    position: absolute;
    top: 0;
    content:'';
    width: 10px;
    height: 100%;
    display: inline-block;
    box-sizing: border-box;
}
blockquote:before{
    border-left: dotted 2px #0478b9;
    border-top: dotted 2px #0478b9;
    border-bottom: dotted 2px #0478b9;
    left: 0;
}
blockquote:after{
    border-top: dotted 2px #0478b9;
    border-right: dotted 2px #0478b9;
    border-bottom: dotted 2px #15adc1;
    right: 0;
}
blockquote p {
    margin: 0; 
    padding: 0;
}

.kbpost>ul {
	padding:0.5em;
	list-style-type:none;
}
.kbpost>ol {
	margin-left:23px;
}
.kbpost>ul>li {
	position:relative;
	padding: 0em 0.3em 0em 1.6em !important;
}
.kbpost>ul>li::before, .kbpost>ul>li::after {
	position: absolute;
	content: '';
	display: inline-block;
}
.kbpost>ul>li::after {
	top: .35em;
	left: 0em;
	width: 14px;
	height: 14px;
	background-color: #0478b9;
	border-radius: 100%;
}
.kbpost>ul>li::before {
	z-index: 1;
	top: 0.65em;
	left: 0.15em;
	width: 5px;
	height: 5px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
}

/* 補足情報 */
.point	{position: relative;
	margin: 40px 0 30px;
	padding: 25px 20px 20px;
	border-radius: 10px;
	background-color: #ddd;
	font-size: 14px;
	clear: both}
.point p{
	margin:0;
}

.point:before	{position: absolute;
	left: 15px;
	top: -15px;
	content: '\f0eb';
	z-index: 2;
	width: 32px;
	height: 32px;
	padding-top: 3px;
	border-radius: 16px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #0478b9;
	color: #ffffff;
	font-family: 'FontAwesome';
	font-size: 26px;
	line-height: 1;
	text-align: center}

.point:after	{position: absolute;
	left: 32px;
	top: -8px;
	z-index: 1;
	content: 'POINT';
	padding: 3px 10px 3px 20px;
	border-radius: 5px;
	background-color: #0478b9;
	color: #ffffff;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1}

/* 注意書き */
.attention	{
	position: relative;
	margin: 40px 0 30px;
	padding: 20px;
	border-radius: 10px;
	border: dotted 2px #ff0000;
	background-color: #ffefef;
	font-size: 14px;
	clear: both}

.attention:before	{position: absolute;
	left: 20px;
	top: -15px;
	content: '\f071';
	background-color: #ffffff;
	color: #ff0000;
	font-family: 'FontAwesome';
	font-size: 26px;
	line-height: 1}
.attention p{
	margin:0;
}


/* ハイライト */
.highlight	{background-color: #ffff00;
	padding: 0 3px}

/* サイドバー */
.widget{
	height: auto !important;
}

aside{
	padding-top:40px;
}
aside h2{
    font-size: 16px;
    font-weight: bold;
    background-image: url(img/kbmenubar.svg);
    -moz-background-size:100% 100%;
    background-size:100% 100%;
    color: #333 !important;
    padding: 7px 7px 9px 15px;
    margin: 0;
    text-indent:0;
}

/* 個別記事上 */
.kbpost{
	margin-top:20px;
}

/* 個別記事下 */
p.postinfo  {
	text-align: right;
 	margin: 0
}

#scroll ul.relPrd li{
	height:initial !important;
	margin-bottom:10px !important;
}

#scroll ul.relPrd li a{
	line-height: initial;
	margin-top:10px;
	margin-right:5px;
	width: auto;
	text-indent: 0;
    padding-left: 10px;
}

#scroll ul.relPrd>li>ul>li>ul>li{
	padding-left:10px;
	text-indent:initial;
	word-break:break-all;
}

/* 固定ページデザイン */

#kblist{
	-js-display: flex;
	display:-webkit-box;
	display:-moz-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-top: 85px;
}
@media (max-width: 760px){
div.breadcrumb.breadcrumb-grey.sp{
	display:inline;
	}
	.breadcrumb-strip{display:none;}
}
@media (min-width: 761px){
div.breadcrumb.breadcrumb-grey.sp{
	display:none;
	}
}
@media (min-width: 980px){
.cat-section{
	position:relative;
	padding-right: 1%;
	padding-left: 1%;
	display: block;
	float: left;
	width: 48%;
	margin-bottom: 85px;
	z-index:10;
}
.cat-section h4 a{
	margin-left: 2%; 
	color: #000;
	text-decoration: none;
	font-size: 22px;
}
}
@media (max-width: 979px){
.cat-section{
	position:relative;
	padding-right: 1%;
	padding-left: 1%;
	display: block;
	float: left;
	width: 98%;
	margin-bottom: 30px;
}
.cat-section h4 a{
	margin-left: 2%; 
	color: #000;
	text-decoration: none;
	font-size: 22px;
}
}

.cat-section h4{
	font-size: 22px;
	padding-top: initial !important;
}



section.cat{
	padding: 0 10px;
}

section.cat>ul, section.cat>ol>li{
	list-style-type: none;
}

.showmore{
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0.5em 0.5em 0.5em 1em; /*文字周りの余白*/
    display: inline-block; /*おまじない*/
    line-height: 1.3; /*行高*/
    background: #0478b9; /*背景色*/
    vertical-align: middle; /*上下中央*/
}

.showmore>a{
    color: #fff !important; /*文字色*/
    position: relative;
    z-index:100 !important;
}


#pagecontents{
    margin-bottom:85px;
}

#pagecontents h3{
	font-size: 24px;
    line-height: 18px;
    background-image: url(img/kbtopbar.svg);
    -moz-background-size:100% 100%;
    background-size:100% 100%;
    color: #fff; 
    padding: 15px 0 15px 15px;
    margin: 20px 0
}

#pagecontents p{
	padding-left:20px;
	padding-right:20px;
}
#pagecontents h4{
	font-size: 22px;
	margin-left: 1.2% !important; 
	padding: 0 2%;
	color: #000;
}

.showlist{
	margin-bottom:30px;
}

.showlist>ul, .showlist>table>tbody>tr>td>ul {
	list-style-type:none;
}
.showlist>ol {
	margin-left:23px;
}
.showlist>ul>li,  .showlist>table>tbody>tr>td>ul>li{
	position:relative;
	padding: 0em 0.3em 0em 1.6em !important;
}
.showlist>ul>li::before, .showlist>ul>li::after, .showlist>table>tbody>tr>td>ul>li::before, .showlist>table>tbody>tr>td>ul>li::after {
	position: absolute;
	content: '';
	display: inline-block;
}
.showlist>ul>li::after, .showlist>table>tbody>tr>td>ul>li::after {
	top: .35em;
	left: 0em;
	width: 14px;
	height: 14px;
	background-color: #444;
	border-radius: 100%;
}
.showlist>ul>li::before, .showlist>table>tbody>tr>td>ul>li::before {
	z-index: 1;
	top: 0.6em;
	left: 0.15em;
	width: 5px;
	height: 5px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
}

/* 検索フォーム */
#searchform input#search{
	width:100%;
	height:2em;
	padding-left:15px;
}

#searchform-top{
	margin : 15px 0 30px 0;
	position: relative;
	z-index:20;
}

#searchform-top input[type=text] {
    font-size: 120%;
}

#searchform-top #s{
	width:70%;
	border: solid 2px #888888;
}

#searchform-top input#submit.square_btn {
	font-family: 'FontAwesome';
	font-size: 22px;
	width:9%;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	background: #CA2132;
	transition: .4s;
	border: 0;
	top: 0;
	bottom: 0;
	height:1.8em;
}
#searchform-top #searchform .cat-select .postform{
	height:2.98em;
}

#commonSidebar form input#search{
	padding-right:2px;
	width:97.5%;
	margin-left:-10px;
	padding-left:2px;
}

aside #searchform .square_btn{
	font-family: 'FontAwesome';
}

aside #searchform .cat-select .postform{
        width: 100%;
	height: 2em;
	margin-left:-10px;
}

#searchform-top #searchform .tag-select .postform{
	width:13%;
	height:3.3em;
}

#searchform-top>#searchform>form{
	display:flex;
}

aside>ul.relPrd{
	padding-right:2px !important;
}
.main .rhs-cont p, .main .rhs-cont pre{
	word-break: break-all;
	white-space: normal;       /* Since CSS 2.1 */
    white-space: -moz-normal;  /* Mozilla, since 1999 */
    white-space: -o-normal;    /* Opera 7 */
    word-wrap: break-word;
}

/* ******************************************************************************************************** */
/* ***************************            Moved from me_common_v1.css            ************************** */
/* ******************************************************************************************************** */

/* Top menu changes */
.logged-in #header-mainsec, .toolbar-drawer #header-mainsec{ top: 90px;}
.logged-in header, .toolbar-drawer header{height: 106px;}
#commonHeader {min-height: 85px;}
#header-topsec{display: none;}
#header-mainsec{top: 0px;}
#header-mainsec .headerinner{min-height: 56px; padding-top: 26px;}
#MEmobPanel{top: 88px;}
.tabs-nav .menu-sub-txt, .tabs-nav .tab-active .menu-sub-txt{display:block !important;}

/* Licence Page */
#licence-page .inner-top-banner{background:url("https://www.manageengine.jp/support/kb/EventLog_Analyzer/wp-content/uploads/sites/6/license-top-bg.png") no-repeat; background-size: cover !important; min-height: 180px;}
#licence-page .breadcrumb, #licence-page .breadcrumb a{color: #333 !important;}
#licence-page #material-download{display: block; margin-bottom: 10px; float:initial !important;}
#licence-page h1{text-align: center;}
.kb-button-group{display:block; text-align:center;}
.kb-btn, .kb-btn:hover{padding: 10px 25px; border-radius: 2px; color: #ffffff;margin: 10px;display: inline-block; vertical-align: top; line-height: 1.3; font-size: 16px; min-width: 110px;}
.green-btn{background-color: #16964b;}
.rede-btn{background-color: #ca2132;}
.grey-btn{background-color: #58727c;}
.kb-icon{display:inline-block; content:""; background: url(https://www.manageengine.jp/support/kb/EventLog_Analyzer/wp-content/uploads/sites/6/kb-sprites.png) no-repeat; width: 20px; height: 16px; background-size: 150px; margin-right: 8px;}
.kb-icon-home{background-position: 0px 0px;}
.kb-icon-download{background-position: -20px 0px;}
.kb-icon-support{background-position: -41px 0px;}

.crumb-ltgray-bg { background: #ecedee;}

#scroll .prdBox, #scroll .prdvideo {width: 20%; float: left; padding: 20px; margin: 20px 20px 20px 0; background: #fff; border: none; color: #444; max-width: none;  -webkit-transition: all .3s ease-in-out; box-shadow: 0 6px 20px #d8d8d8;
cursor: pointer; position: relative; overflow: hidden;}
#scroll .eventsBox .prdBox {height: 220px;}
#scroll .prdContent, #scroll .prdvideoContent {height: 160px; position: relative; overflow: hidden;}
#scroll .prdContent {height: 176px;}
#scroll .prd-default, #scroll .prd-hover {transition: all 300ms ease 0s; height: 160px; position: relative; overflow: hidden;}
#scroll .prd-default, #scroll .prd-hover {transition: none;height: 176px;}
#scroll .prdBox h2 {margin: 0; font-size: 16px; line-height: 20px; text-align: center;}
#scroll .prdBox .prd-default h2 {text-align: left;}
#scroll .prdBox h2 a {color: #333!important; transition: all 300ms ease 0s; font-weight: 400;}
#scroll .prdBox .prd-default h2 a {width: 100%; height: 60px; display: block; line-height: 60px; text-align: center;}
#scroll img { max-width: 100%; max-height: 100%;}
#scroll .prdBox p, #scroll .prdvideo p { font-size: 13px; line-height: 1.6em;}
#scroll .prdContent p.me_events_names { height: 50px;  overflow: hidden;}
#scroll .prdContent div.me_events_dataplace {margin: 0 0 0 0 !important;}
#scroll .prdContent div.me_events_dataplace p:first-child { width: 100%; display: block; border-bottom: 1px solid #eee; margin: 0 0 5px 0 !important; color: #666; font-weight: 300;}
#scroll .prdBox:hover, #scroll .prdvideo:hover { background: #fff;  color: #444; box-shadow: 0 12px 30px #bbb;}
#scroll .prdBox:hover .prd-default { margin-top: -176px;}
#scroll .prdBox:hover .prdNav a {color: #fff !important; text-decoration: none;}
#scroll .prd-default, #scroll .prd-hover { transition: none; height: 176px; position: relative; overflow: hidden;}
#scroll .prd-learnmore, .ftoolBox .prd-learnmore {position: absolute; width: 100%; bottom: 0; left: 0; padding: 5px 0; transition: all 0.2s ease-in 0s;}
.prd-learnmore{text-align: center;}
#scroll .prdBox .prdNav p {margin: 5px 0 10px;}
#scroll .prdNav a {color: #dba90c;}
.prd-hover p.boothno { margin: 0px !important; font-style: italic;}
.prdBox:hover .prd-learnmore.prd-yellow {background: #fdcd36;}
.sec-wrapper .container{width:1200px;}
.prd-default p {margin: 15px 0 0!important;}
#scroll .prdBox .prd-hover p {font-size: 11.2px;}
.prdLogo{position:relative;top:-8px;}
#search-result-page .com-banner { position: relative;}
#search-result-page .comBnrTxt { background: url(https://www.manageengine.jp/sites/default/files/ban-awards.jpg) no-repeat 0 0;  background-size: cover; font-size: 3em; font-weight: 400; text-align: center; color: #FFF; width: 100%; padding: 50px 0; background-size: cover; margin: 0; line-height: normal;}
#search-result-page section:nth-child(2){background: #f2f2f2;}
#search-result-page .breadcrumb a, #search-result-page .breadcrumb{color: #333 !important;}
.products-head{font-weight: 600;}

#topsec-rhs{display:none;}
#commonHeader ul li.nav-search .icon-search{position: relative; top: 3px;}

@media screen and (max-width: 760px) {
.product-link-download {margin: 15px 0 !important;}
.product-list-link ul li a {padding: 0 10px; border-right: 1px solid #999;font-size: 12px;}
.product-list-link ul {text-align: center; margin: 10px 0 0 0;}
}

@media screen and (max-width:1025px){
#me-top-page .cornflower-blue-bg .per30, .latest-info .per30{width: 100%;}
#me-top-page .cornflower-blue-bg .per70{width: 100%;}
.aboutus-creative {display: none;}
.aboutus-main-sec .abt-left, .aboutus-main-sec .abt-right {  width: 90%;}
.aboutus-main-sec .abt-left {text-align: center;}
.aboutus-main-sec h1, .aboutus-main-sec h2{font-size: 2.5em;}
.aboutus-main-sec.sec-blue h2{text-align: center;}
.kbpost{font-size: 16px;line-height: 2;}
p.postinfo{line-height: 2.5;}
.kb-btn, .kb-btn:hover{margin: 20px 15px;}
}

@media screen and (max-width: 500px) {
.product-list-download {text-align: center !important; float: none !important; }
}
/*Sidebar promotional Banners css*/
.kb-promotional-banner {
    text-align: center;
	margin-bottom: 30px;
	margin-top: 20px;
}
.kb-promotional-banner a {
    display: inline-block;
}
.kb-promotional-banner a img {
    max-width: 250px !important;
    width: 100%;
    margin: 0 auto;
}
/*Sidebar promotional Banners css ends*/