
@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, form, input, textarea, p, th, td{
    font-family: 'Arial', sans-serif;
    font-size: 13px;
    word-wrap: break-word;
}

body {
  background: #F0F1F5;
  color: #000000;
  font-weight: 400;
  overflow: hidden;
  overflow-y: scroll;
  margin: 0px 0px 10px;
}

/*リンク設定*/
a {
  outline: none;
  color: #005BAA;
  text-decoration: none;
  margin: 0;
  position: relative;
}

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

/* メインコンテンツ */
.main {
  position: relative;
  z-index: 50;
}

/*ヘッダー*/
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: #ffffff;
  background: #002B62;
  background-size: cover;
}

header h6, header p{
	margin: 3px 0px;
	color: #ffffff;
}

header h6{
	font-size:18px;
}

header a{
  outline: none;
  color: #ffffff;
  text-decoration: none;
}

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

.img1{
	  width:83px;
      float:right;
}

.hlong *{
	display:inline-block;
	vertical-align:middle;
}

/* 機種名 */
.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;
}

/*検索アイコン*/
img.iconP{
	vertical-align:middle;
}

/*画像*/
.image{
	width:auto;
	height:auto;
	max-height:300px;
	max-width:250px;
}

/* フッダー設定 */
footer {
  background-color:#DCDDE1;
  width: 100%;
  padding: 13px;
  text-align: center;
  font-weight: bold;
  line-height: 0.8em;
  margin-right: auto;
  margin-left: auto;
}

footer a {
  outline: none;
  color: #000000;
  text-decoration: none;
  margin: 0;
  position: relative;
}

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


.img_top{
	width: 50px;
	height: 50px;
	float: right;
	margin-top: 10px;
	margin-right:10px;
}

section {
	background: #F0F1F5;
	width: 100%;
	max-width: 940px;
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
}

/*------------------------------------------------------書式設定-----------------------------------------------------*/

p{
	margin: 5px 0px 0px;
}

/*見出し*/
h1 {
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	margin: 5px 0px;
}

h2 {
	font-size: 17px;
	color: #000000;
	font-weight: bold;
	margin: 10px 0px 0px;
	
}

h3 {
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	margin: 10px 0px 0px;
}

h4 {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	margin: 10px 0px 0px;
}

h5 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin: 10px 0px 0px;
}

h6{
	font-size: 18px;
	font-family: meiryo;
}

h1:before {
	content: "\025a0";
}

h2:before {
	content: "\025a1";
}

h3:before {
	content: "\02022";
}

/*インデント設定*/
.ind_lv1{
	margin-left: 40px;
}

.ind_lv2{
	margin-left: 40px;
}

.ind_lv3{
	margin-left: 60px;
}

.ind_lv4{
	margin-left: 80px;
}

/*リストインデント設定*/
ul,ol{
	margin-top: 3px;
	margin-left: -5px;
}

/*<p>書式、補足（note）、関連情報（seealso）、注記（important）*/
.note, .seealso, .important {
	background-color:#ffffff;
	margin-top: 5px;
	padding : 2px 12px 2px 2px;
}

.note p, .seealso p, .important p{
	margin-top: 5px;
	margin-left: 16px;
	margin-bottom: 10px;
}

.important span{
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-weight:bold;
    font-size: 14px;
    padding: 2.5px;
    color: #ffffff;
    background-color:#000000;
}

.note span{
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-weight:bold;
    font-size: 14px;
    border: 0.5px solid #000000;
    padding: 2.5px;
    color: #000000;
    background-color:#ffffff;
}

.seealso span{
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-weight:bold;
    font-size: 14px;
    color: #000000;
    padding: 2.5px;
    background-color:#D9D9D9;
}

.p2{
	margin: 0px 0px 0px;
}


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;
}

/*--------------------------ページトップに戻るボタン------------------------------------*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.button {
	background-color: #DCDDE1;
	border: 1.5px solid #7D7E82;
	border-radius: 4px;
	height: 20px;
}

/*---------------------------------------------デスクトップ画面：767px以上--------------------------------------------------*/

@media screen and (min-width: 767px) {
  body {
    width: 100%;
    margin: 0px auto;
  }
  
  .image{
	width:auto;
	height:auto;
	max-height:400px;
	max-width:400px;
}
  
}
