﻿@charset "utf-8";

/* reset
-----------------------------------------------------*/

div, p, ul, li, dl, dt, dd, img, section, span {
    margin: 0;
    padding: 0;
    word-break: normal;
}
a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*-----------------------------------------------------*/

html {
    height: 100%;
    font-size: 22px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    /*製品では不要*/
 /*   line-height: 1.6;*/
}
body {
    margin: 0 auto;
    color: #3c3c3c;
    background-color: #fff;
}

.main {
    width: 940px;
    margin: auto;
    padding: 64px 0;
}
.page-title {
    margin: 0 0 50px;
    padding: 0;
    color: #3c3c3c;
    font-size: 40px;
    text-align: center;
    font-weight: normal;
}
.page-description {
    width: 920px;
    margin: 0 auto 15px;
}
p {
    /*margin-bottom: 15px;*/
    line-height: 1.5;
}
p> img {
    vertical-align: -18%;
}
.indent {
    margin-bottom: 5px;
    padding-left: 1.5em;
    color: #777;
    font-size: 20px;
    text-indent: -1.3em;
    text-align: left;
}
.box {
    width: 920px;
    margin: 0 auto 60px;
}
.line {
    padding-top: 60px;
    border-top: 1px solid #ccc;
}

.version-num{
  text-align: right;
  font-size:16px;
}
/*-----------------------------------------------------
    ボタン
-----------------------------------------------------*/

.btn {
    list-style-type: none;
}
.btn-border {
    position: relative;
    left: 10px;
    display: table-cell;
    width: 920px;
    height: 76px;
    margin: 0 auto;
    box-sizing: border-box;
    border: 4px solid rgba(0, 0, 0, 0);
    border-top: 1px solid #ccc;
    vertical-align: middle;
    color: #494948;
    font-size: 26px;
    padding-top: 3px;
    padding-left: 20px;
}
.btn-border:focus {
    padding-top: 0;
    border: 4px solid rgba(58, 245, 226, 1);
    box-shadow: 0 3px 4px rgba(0, 0, 0, .3);
    z-index: 5;
}

/*-----------------------------------------------------
    カテゴリー別の見出し
-----------------------------------------------------*/

.section {
    width: 936px;
    margin: 0 auto 60px;
}
.section-title {
    margin: 0 0 15px;
    padding: 8px 20px;
    font-size: 28px;
    border-radius: 2px;
}
.section-title.danger {
    background: #e60012;
    color: #fff;
}
.section-title.warning {
    background: #EB6100;
    color: #fff;
}
.section-title.attention {
    background: #fcd200;
}
.section-title.please {
    background: #c1c6c9;
}
.section-title.other {
    background: #8CD4FF;
}
.section-title.exclamation {
    position: relative;
}
.section-title.exclamation:after {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    left: 14px;
    width: 32px;
    height: 32px;
    background: url(../img/icon_exclamation.png) no-repeat;
    background-size: 32px 32px;
}
.section-title span {
    line-height: 1.2;
}
.section-title.danger span, .section-title.warning span, .section-title.attention span {
    margin-left: 38px;
}
.table-box {
    position: relative;
    width: 844px;
    min-height: 70px;
    margin: 50px 0;
    padding-left: 76px;
    overflow: hidden;
}
.table-box.ban:before, .icon-name.ban:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 60px;
    height: 60px;
    background: url(../img/icon_ban.png) no-repeat;
    background-size: 60px 60px;
}
.table-box.instruct:before, .icon-name.instruct:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 60px;
    height: 60px;
    background: url(../img/icon_instruct.png) no-repeat;
    background-size: 60px 60px;
}
.table-box.other:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 60px;
    height: 60px;
    background: url(../img/icon_other.png) no-repeat;
    background-size: 60px 60px;
}
.table-box h3 {
    display: block;
    margin: 0 0 15px;
    padding: 0;
    font-size: 26px;
    line-height: 1.4;
}
.table-box p, .table-box ul {
    margin-bottom: 0;
    color: #777777;
}
.table-box .list li {
    margin: 15px 0 0;
}
.image-product {
    display: block;
    margin: 40px auto 15px;
    padding-right: 20px;
    width: 296px;
    height: 170px;
}

/*-----------------------------------------------------
    リスト
-----------------------------------------------------*/

.list {
    list-style-type: disc;
    margin: 15px 0;
    padding-left: 1.5em;
}
.list li {
    margin: 15px 0;
}

/*-----------------------------------------------------
    警告表示の意味
-----------------------------------------------------*/

.rect {
    width: 876px;
    margin: 15px 0 50px;
    padding: 20px 20px 5px;
    border: 2px solid #D5D5D5;
    list-style-type: none;
}
.rect li {
    margin-bottom: 15px;
    line-height: 1.2;
}
.rect .danger, .rect .warning, .rect .attention, .rect .please {
    display: inline-block;
    margin: 0 8px 0 0;
    padding: 13px 20px;
    width: 230px;
    vertical-align: middle;
}
.rect p {
    display: inline-block;
    width: 590px;
    margin: 0;
    font-size: 20px;
    vertical-align: middle;
}
.icon-list {
    height: 72px;
    text-align: center;
    overflow: hidden;
}
.icon-name {
    display: inline-block;
    position: relative;
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 74px;
}
.icon-name span {
    display: table-cell;
    height: 60px;
    vertical-align: middle;
}

/*-----------------------------------------------------
    本書で扱う製品について
-----------------------------------------------------*/

.product {
    margin-top: 30px;
    padding-left: 38px;
    list-style-type: none;
}
.product-item {
    margin-bottom: 35px;
}
.product-name {
    display: block;
    position: relative;
    margin-bottom: 15px;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4;
}
.product-name:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: -38px;
    width: 24px;
    height: 24px;
    background: url(../img/icon_list.png);
}
.product-text, .product-item .list {
    color: #777777;
}


/*custom*/
h2.section-title span{font-size:26px;}
