@charset "utf-8";
body {
    color: #000;
    font-family: "Helvetica Neue", Helvetica, Arial, Roboto, "Droid Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 12px;
    line-height: 1.4;
}
.g_header {
    width   : 100%;
    height  : 36px;
    border-bottom: 1px solid #CCC;
    line-height: 36px;
    background: #F5F5F5;
    font-size: 14px;
}
.head_title {
    width: 100%;
    text-align: center;
}
.nav_head {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
}
.nav_head_right {
    position: absolute;
    height: 16px;
    width: 40px;
    right: 0;
    text-align: right;
}
.nav_head_right img, .nav_head_right svg {
    vertical-align: middle;
}
.nav_head_right a {
    margin-right: 10px;
}

/* ~~ フッター ~~ */
footer {
    position: relative;
    width: 100%;
    height: 24px;
    text-align: center;
    padding-top: 10px;
}

.f-version{
    display: inline;
    top: 5px;
    right: 20px;
    font-size: 0.8rem;
    position: absolute;
}


.content {
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 0px;
    overflow: hidden;
}
section {
    overflow: hidden;
}
.crosshead {
    background: #333;
    margin-top: 1em;
    margin-bottom: 1em;
    color: #FFF;
    padding: 2px 5px;
}
.column01 {
    margin-bottom: 1em;
    overflow: hidden;
    width: 100%;
    float: left;
    border-bottom: 1px solid #eee;
    padding-bottom: 1em;
}
.column02 {
    margin-bottom: 1em;
    overflow: hidden;
    width: 300px;
    float: left;
    margin-right: 10px;
    border-bottom: 1px solid #EEE;
    padding-bottom: 1em;
}
@media screen and (max-width: 540px) {
    .column02 {
        width : 100%;
    }
}
@media screen and (min-width: 540px) and  (max-width: 780px) {
    .column02 {
        width : 48%;
    }
}
@media screen and (min-width: 780px) {
    .column02 {
        width : 32%;
    }
}

.column03 {
    margin-bottom: 1em;
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 1em;
}
#help-download.column02 svg{
    position: relative;
    width: 44px;
    top: 13px;
}
#help-option.column02 svg{
    position: relative;
    width: 44px;
    top: 5px;
}
#help-pagesearch.column02 svg{
    position: relative;
    margin-right: 4px;
    right: 3px;
}
.column01 dl,
.column02 dl {
    overflow: hidden;
}
.column01 dl dt,
.column02 dl dt,
.column03 dl dt {
    font-weight: bold;
}
/************************************************************
  [SVG用CSS]

 ***********************************************************/
.nav_head_right .nav-close{
    width: 44px;
    height: 44px;
    background-image: url(../../../common/img/sprites.svg);
    background-size: 800px 800px;
    background-repeat: no-repeat;
    background-position: -250px 0px;
    transform: scale(0.36);
    margin-top: -5px;
}

 .column03 .sd-help01{
    width: 200px;
    height: 52px;
    background-image: url(../../../common/img/sprites.svg);
    background-size: 800px 800px;
    background-repeat: no-repeat;
    background-position: -506px -428px;
    margin-bottom: 1em;
}
.column02 .list{
    width: 44px;
    height: 44px;
    background-image: url(../../../common/img/sprites.svg);
    background-size: 800px 800px;
    background-repeat: no-repeat;
    background-position: -350px -100px;
    position: absolute;
}
.column02 .thumbnail{
    width: 44px;
    height: 44px;
    background-image: url(../../../common/img/sprites.svg);
    background-size: 800px 800px;
    background-repeat: no-repeat;
    background-position: -400px -100px;
    position: absolute;
}
.column02 .book-label{
    width: 44px;
    height: 44px;
    background-image: url(../../../common/img/sprites.svg);
    background-size: 800px 800px;
    background-repeat: no-repeat;
    background-position: -450px -100px;
    position: absolute;
}
.column02 .clipping{
    width: 44px;
    height: 44px;
    background-image: url(../../../common/img/sprites.svg);
    background-size: 800px 800px;
    background-repeat: no-repeat;
    background-position: -500px -100px;
    position: absolute;
}
.column02 .comment{
    width: 44px;
    height: 44px;
    background-image: url(../../../common/img/sprites.svg);
    background-size: 800px 800px;
    background-repeat: no-repeat;
    background-position: -600px -100px;
    position: absolute;
}
.column02 .book-info{
    width: 44px;
    height: 44px;
    background-image: url(../../../common/img/sprites.svg);
    background-size: 800px 800px;
    background-repeat: no-repeat;
    background-position: -50px -166px;
    position: absolute;
}
.column02 .menu{
    width: 44px;
    height: 44px;
    background-image: url(../../../common/img/sprites.svg);
    background-size: 800px 800px;
    background-repeat: no-repeat;
    background-position: -200px -298px;
    position: absolute;
}
.column02 .page-move{
    width: 44px;
    height: 44px;
    background-image: url(../../../common/img/sprites.svg);
    background-size: 800px 800px;
    background-repeat: no-repeat;
    background-position: -300px -298px;
    position: absolute;
}
.column02 .link{
    width: 44px;
    height: 44px;
    background-image: url(../../../common/img/sprites.svg);
    background-size: 800px 800px;
    background-repeat: no-repeat;
    background-position: -550px -100px;
    position: absolute;
}
.column02 .pdf{
    width: 44px;
    height: 44px;
    background-image: url(../../../common/img/sprites.svg);
    background-size: 800px 800px;
    background-repeat: no-repeat;
    background-position: -650px -100px;
    position: absolute;
}
.column02 .label{
    width: 44px;
    height: 44px;
    background-image: url(../../../common/img/sprites.svg);
    background-size: 800px 800px;
    background-repeat: no-repeat;
    background-position: -100px -166px;
    position: absolute;
}
.column02 .scissors{
    width: 44px;
    height: 44px;
    background-image: url(../../../common/img/sprites.svg);
    background-size: 800px 800px;
    background-repeat: no-repeat;
    background-position: -150px -166px;
    position: absolute;
}
.column02 .pen{
    width: 44px;
    height: 44px;
    background-image: url(../../../common/img/sprites.svg);
    background-size: 800px 800px;
    background-repeat: no-repeat;
    background-position: -200px -166px;
    position: absolute;
}
.column02 .text-copy{
    width: 44px;
    height: 44px;
    background-image: url(../../../common/img/sprites.svg);
    background-size: 800px 800px;
    background-repeat: no-repeat;
    background-position: -650px -232px;
    position: absolute;
}
.column02 .search{
    width: 44px;
    height: 44px;
    background-image: url(../../../common/img/sprites.svg);
    background-size: 800px 800px;
    background-repeat: no-repeat;
    background-position: 0px -100px;
    position: absolute;
}
.column02 .history{
    width: 44px;
    height: 44px;
    background-image: url(../../../common/img/sprites.svg);
    background-size: 800px 800px;
    background-repeat: no-repeat;
    background-position: -350px -298px;
    position: absolute;
}
.column02 .dl{
    width: 44px;
    height: 44px;
    background-image: url(../../../common/img/sprites.svg);
    background-size: 800px 800px;
    background-repeat: no-repeat;
    background-position: -600px -50px;
    transform: scale(0.5);
    position: absolute;
}
.column02 .cog{
    width: 44px;
    height: 44px;
    background-image: url(../../../common/img/sprites.svg);
    background-size: 800px 800px;
    background-repeat: no-repeat;
    background-position: -250px -100px;
    transform: scale(0.85);
    position: absolute;
}
.icon-bg-on .svg-back{
    background-color: #2b2b2b;
}
.svg-back{
    width: 44px;
    height: 44px;
    float: left;
    margin-right: 10px;
}