
@charset "utf-8";
/*文字コード指定*/

*, *:after, *:before {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, th, td{
    font-family: 'arial';
    font-size: 14px;
}

.iconP{
	vertical-align:middle;
}

/*全体設定*/
body {
  color: #737373;
  overflow: hidden;
  overflow-y: scroll;
  margin: 0px 10px 10px;
}

section{
    margin-top: 10px;
    background: white;
    border: solid 1px #737373;
    border-top: solid 10px #737373;
}

/*リンク設定*/
a {
  outline: none;
  color: #1f81e9;
  text-decoration: none;
}

a:hover, a:focus {
  color: #333333;
  outline: none;
}

.main {
  position: relative;
  z-index: 50;
}

.grid {
  position: relative;
  background-color:#ffffff;
}

.grid::after {
  content: '';
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ヘッダー */
header{
  width: 100%;
  line-height: 1;
  padding: 15px 15px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  color: #7b7b7b;
  background: url("../icon/connector.png") no-repeat;
  background-size: 30px 70px;
}

header h1, header p{
	margin: 3px 20px;
}

h1{
	font-size: 18px;
}

h2{
	font-size: 18px;
	margin: 0px 0px 12px 10px;
}


/* 権限設定と集計管理のリスト作成 */
ul,ol{
	margin: 5px 0px;
}

ul li{
	font-size: 12px;
	line-height: 1.5em;
}


/* 機種名 */
.name {
  font-size: 12px;
  font-weight: bold;
}

/*検索ボックス*/
.searchInput{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content:         flex-end;
}

/* 項目領域 */
.grid_item, .grid_item_ex {
  padding: 10px 20px;
  position: relative;
  color: inherit;
  background: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/*スマホ コンテンツ区切り線*/
.grid_item::before,.grid_item_ex::before {
  position: absolute;
  content: '';
  top: 0px;
  right: 20px;
  bottom: 0px;
  left: 20px;
  border-bottom: 1px solid #000000;
}

/*最後の区切り線のみ表示しない*/
.grid_item:last-of-type:before{
	border-bottom: none;
}

dl{
	margin-bottom: 0px;
}

dt,dd {
	margin: 0px;
	margin-top: -7px;
	padding: 0px;
}


.grid_item *, .grid_item_ex *{
  z-index: 10;
}

/*アイコン画像*/
.icon{
	display: inline-block
	width: 40px;
	height: 40px;
}

.iconP{
	margin-top: -2px;
}

/*float解除*/ 
.clear{
    clear:both;　
}

/* フッダー */
footer {
  background-color: #333333;
  width: 100%;
  padding: 5px 15px 5px;
  text-align: center;
  line-height: 0.5em;
  cursor: default;
}

footer p{
	color: #aaaaaa;
	font-size: 10px;
	font-weight: bold;
}

/*アコーディオンメニュー*/
.panel_title {
    cursor: pointer;
}

#panel_list{
	min-width:100px;
}

.panel_body,
.pc_panel_body {
    padding: 10px;
    line-height: 2em;
}

.panel_body{
	margin-top: -30px;
}

.comment{
	margin-top: 25px;
	font-size: 13px;
	line-height: 1.5em;
}

.bullet{
	display: inline-block
	width: 10px;
	height: 10px;
}

.list{
	margin-left: 20px;
	margin-top: -26px;
	font-size: 14px;
	line-height: 1.8em;
}

/*デスクトップ向けアイテム表示欄*/
@media screen and (min-width: 767px) {
  html,
  body,
  .container,
  .main {
    height: 100vh;
    font-size: 10px;
  }

  .main {
    height: 100%;
  }

  .grid_item {
    padding: 15px;
  }

  .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 940px;
    margin: 0px auto;
    
    /*折り返し制御*/
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
 .icon{
	max-width: 100px;
	max-height: 100px;
 }

  .grid_item {
    width: 100%;
    text-align: center;
 }
 
   .grid_item_ex {
    width: 50%;
    text-align: center;
 }
 
 dt h2{
	text-align: left;
 }

 dt{
	margin-left: 3px;
 }

 dd{
	text-align: left;
 }

  .grid_item::before{
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    border: 1px solid #C1C1C1;
  }
  

  
  /*最後の区切り線のみ表示しない*/
	.grid_item:last-of-type:before {
	border: 1px solid #C1C1C1;
  }
  
  .grid_item:hover::before,
  .grid_item:focus::before{
    border: 3px solid #C1C1C1;
  }
  
  .grid_item_ex::before{
  display: none;
  }

.comment{
	margin: 3px;
	color: #777777;
}

}

/*<p>書式、補足（note）、関連情報（seealso）、注記（important）*/
.note p, .seealso p, .important p{
	margin-top: 5px;
	margin-left: 25px;
	margin-bottom: 5px;
}

.note span, .seealso span, .important span{
	color: #1A6FC5;
	font-weight:bold;
}

.note:before{
	content: "";
	display: inline-block;
	width: 25px;
	height: 30px;
	background: url("../icon/icon_note.png") no-repeat;
	background-position:100% 100%;

}

.seealso:before{
	content: "";
	display: inline-block;
	width: 25px;
	height: 30px;
	background: url("../icon/icon_seealso.png") no-repeat;
	background-position:100% 100%;

}

.important:before{
	content: "";
	display: inline-block;
	width: 25px;
	height: 30px;
	background: url("../icon/icon_important.png") no-repeat;
	background-position:100% 100%;

}

table,td,th{
	border: 1px #e0e0e0 solid;
}

table tr td ul p{
	margin-top: 10px;
	margin-left: -20px;
}

table tr td ul li{
	margin-top: 10px;
	margin-left: -10px;
}
