@charset "UTF-8";

/* ========================== *\
    $base
\* ========================== */

html {
    margin: 0;
    padding: 0;
    font-size: 62.5%;
    overflow-y: scroll;
}

body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, address, img, strong, sub, sup, dl, dt, dd, ol, ul, li, label,table, caption, tbody, tfoot, thead, tr, th, td, form {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

body {
    background-color: #fff;
    font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    vertical-align: baseline;
}
body.large { font-size: 150%; }
body.xlarge { font-size: 200%; }

pre {
    font-family: 'MS Gothic', monospace;
    font-size: 1.0em;
    line-height: 1.6;
}

img {
    /*border: 0; change*/
    vertical-align: bottom;
}

a { color: #083d98; }

ul, ol { list-style: none outside; }

noscript {
    display: block;
    font-size: 1.3em;
}
#header noscript { text-align: center; }

noscript ul li { text-align: left; }

/* ========================== *\
    $common
\* ========================== */

#navi-global,
#header-category,
#breadcrumbs,
#sitemap,
#footer,
.wrapper {
    width: 100%;
}

#header,
#contents,
#header-category h1, div#header-category span,
#breadcrumbs ul,
#menu-jump,
.inner {
    /*margin-right: auto;
    margin-left: auto; change*/
    padding-right: 32px;
    padding-left: 32px;
    width: 960px;
}

.list-column3 a,
.list-image-title dl dt,
.list-logo-title dt a,
.list-icon li a {
    font-size: 1.0769em !important;
    font-weight: bold;
    text-decoration: none;
}
.list-image-title dl dt a { text-decoration: none; }

/* ========================== *\
    $header
\* ========================== */

#header {
　　 min-height: 67px;
    position: relative;
    line-height: 1.6;
}



/* -------------------------
$logo
------------------------- */

.logo {
    position: absolute;
    bottom: 17px;
    left: 32px;
}



/* ========================== *\
    $header-category
\* ========================== */

#header-category { margin-top: 1px; }

#header-category, #header-category h1, #header-category span { background-color: #3475c3; }

#header-category h1, #header-category span {
    display: block;
    /*height: 80px;change*/
    height: 50px;
    background-position: center 0;
    background-repeat: no-repeat;
    color: #fff;
    /*font-size: 2.7em; change*/
    font-size: 2em;
    font-weight: normal;
    /*line-height: 80px;change*/
    line-height: 50px;
}


body.chemistry #header-category h1,
body.chemistry #header-category span {
    background-image: url(../images/000000021.jpg);
}

body.safety #header-category h1,
body.safety #header-category span {
    background-image: url(./data/000000032.jpg);
}

/* ========================== *\
    $breadcrumbs
\* ========================== */

#breadcrumbs ul {
    margin-top: 8px;
    margin-bottom: 12px;
}

#breadcrumbs ul li {
    display: inline;
    padding-left: 18px;
    background: transparent url(../images/icon_gt.gif) 5px center no-repeat;
    color: #444;
    font-size: 1.1em;
    line-height: 1.6;
}
#breadcrumbs ul li.first {
    padding-left: 0;
    background-image: none;
}

/* ========================== *\
    $contents
\* ========================== */

#contents {
    color: #222;
    font-size: 1.3em;
    line-height: 1.6;
}

#toppage div#contents {
    position: relative;
    margin-top: -30px;
}

/* -------------------------
$main
------------------------- */

.main {
    float: left;
    width: 670px;
}
.noside .main {
    float: none;
    width: 100%;
}

/* -------------------------
$moleditor
------------------------- */

.moleditor {
    float: left;
    //width: 800px;
    width: 800px;
}
.noside .moleditor {
    float: none;
    width: 100%;
}


/* ----------
$basic parts
---------- */

.main p, .main ul, .main ol, .main dl, .main table { margin-top: 1.15em; }

.main ul ul, .main ul ol,
.main ol ul, .main ol ol {
    margin-top: 0;
}

.main li p, .main li a, .main li span, .main li dt, .main li dd { text-indent: 0; }

.main sup { font-size: .769em; }

/* $table */

.main table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    text-indent: 0;
}

.main table caption {
    text-align: left;
    font-weight: bold;
}

.main table th, .main table td {
    padding: 5px 8px 3px;
    border: 1px solid #999;
}
.main table thead th { background-color: #ccc; }

.main table tbody th {
    background-color: #ececec;
    text-align: left;
}

/* $table-layout */

.main table.table-layout th,
.main table.table-layout td {
    padding: 0;
    border-width: 0;
}

/* $table-layout flaction */

.main table.fraction { width: auto; }

.main table.fraction td { text-align: center; }

.main table.fraction td.addborder { border-bottom: 1px solid #222; }

/* $table-bluehead */

.main table.table-bluehead th,
.main table.table-bluehead td {
    border-top: 1px dotted #bbb;
    border-right-width: 0;
    border-left-width: 0;
    border-bottom: 1px dotted #bbb;
    vertical-align: top;
}
.main table.table-bluehead th {
    padding: 9px 12px;
    width: 164px;
    background-color: #f0f4f8;
    font-weight: bold;
}

.main table.table-bluehead th span {
    margin-left: .5em;
    color: #c30000;
}

.main table.table-bluehead td {
    padding: 8px 25px;
    font-size: .923em;
}

/* $table-businessperson */

.main table.table-businessperson { table-layout: fixed; }

.main table.table-businessperson td.num {
    width: 7em;
    background-color: #ccc;
    font-weight: bold;
}

.main table.table-businessperson td.state,
.main table.table-businessperson td.tel {
    text-align: center;
}

.main table.table-businessperson td.state { width: 4.5em; }

.main table.table-businessperson td.tel { width: 7.5em; }

/* $table7to3 */
.main table.table6to4 { table-layout: fixed; }

.main table.table6to4 .col1 { width: 40%; }

.main table.table6to4 .col2 { width: 60%; }

.main table.border-increase { border: 2px solid #999; }

.main table tr.border-increase { border-top: 2px solid #999; }

/* $sortable */

.main table.sortable thead th { cursor: pointer; }

.main table.sortable thead th a.label {
    color: #222;
    text-decoration: none;
}



.main .table-bluehead ul {
    margin-top: 0;
    margin-left: 0;
}

.main .table-bluehead ul li {
    position: relative;
    margin-top: 4px;
    padding-left: 2em;
}
.main .table-bluehead ul li.first { margin-top: 0; }

.main .table-bluehead ul li input {
    position: absolute;
    top: 0;
    left: 0;
    _left: -2em;
}


.main .table-bluehead table {
    margin-top: 0;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    text-indent: 0;
}

.main .table-bluehead table caption {
    text-align: left;
    font-weight: bold;
}

.main .table-bluehead table th,
.main .table-bluehead table td {
    padding: 5px 8px 3px;
    border: 1px solid #999;
}
.main .table-bluehead table thead th {
    background-color: #ccc;
    text-align: center;
}

.main .table-bluehead table tbody th {
    background-color: #ececec;
    text-align: left;
}

.main .table-bluehead table thead th,
.main .table-bluehead table tbody td {
    text-align: center;
}

.main .buttonarea {
    margin: 26px auto 65px;
    height: 34px;
    text-align: center;
    overflow: hidden;
}

.main .buttonarea input {
    display: inline-block;
    margin: 0;
    padding: 34px;
    width: 132px;
    height: 34px;
    border-width: 0;
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
    overflow: hidden;
}
.main .buttonarea input#submit {
    margin-right: 20px;
    background-image: url(/data/000000047.gif);
}
.main .buttonarea input#reset { background-image: url(/data/000000017.gif); }
    
/* $heading */

.main h1 {
    padding: 5px;
    border: 1px solid #ddd;
}

.main h1 span {
    display: block;
    padding: 11px 16px 7px;
    background-color: #083d98;
    color: #fff;
    /*font-size: 1.769em;change*/
    font-size: 1.2em;
    line-height: 1.2;
}

.main h1 span span {
    display: inline;
    padding: 0;
    background-color: transparent;
    font-size: 1em;
}

.heading {
    margin-top: 2.3em;
    border: 1px solid #d4d4d4;
    width: 668px;
    background: #fff url(/data/000000046.gif) 0 0 no-repeat;
}
.noside .heading {
    width: 958px;
    background-image: url(/data/000000049.gif);
}
.columns-half .heading { width: 323px; }

.heading span {
    display: block;
    margin: 1px 7px 1px 1px;
    padding: 7px 0 4px 12px;
    border-left: 4px solid #083d98;
    font-size: 1.3em;
    line-height: 1.2;
}
.heading span span {
    display: inline;
    margin: 0;
    padding: 0;
    border-left-width: 0;
    font-size: 1em;
}

.subhead {
    margin-top: 1.66em;
    padding: 5px 8px 1px 17px;
    border-left: 1px solid #bcbcbc;
    background: #ececec url(/data/000054816.gif) 1px 0 repeat-y;
    background-color: #ececec;
    font-size: 1.15em;
    line-height: 1.2;
}

.title, .main h5 {
    margin-top: 1.69em;
    padding-left: 18px;
    border-bottom: 1px dotted #999;
    background: transparent url(/data/000000051.gif) 0 3px no-repeat;
    font-size: 1em;
}
.box-navy .box-white .title { margin: .769em 18px 0 12px; }

.main h5 {
    background-image: url(/data/000024796.gif);
    background-position: 0 5px;
}

.heading-flat {
    margin: 0 0 1px;
    padding: 7px 0;
    width: 100%;
    border-width: 0;
    background-color: #edeef2;
    background-image: none;
}

.heading-flat span {
    display: block;
    margin: 0 10px 0;
    padding: 2px 11px 0 8px;
    border-left: 3px solid #2457af;
    font-size: 1.23em;
    font-weight: bold;
    line-height: 1.05;
}


/* $box-clearblue */

.box-clearblue {
    position: relative;
    margin-top: 1.923em;
    padding: 12px 17px 18px;
    border-radius: 10px;
    background-color: #dfe2ee;
}

.box-clearblue h2 {
    padding: 6px 0 9px 40px;
    background: transparent url(/data/000000039.gif) 0 0 no-repeat;
    color: #083d98;
    font-size: 1.0769em;
    font-weight: bold;
}

.box-clearblue dl {
    margin-top: 4px;
    margin-left: 40px;
}

.box-clearblue dl dt {
    padding: 0;
    width: 100%;
    background-image: none;
    font-size: 1.0769em;
    font-weight: normal;
    color: #222;
}
.box-clearblue dl dd {
    margin-top: 0;
    margin-left: 10px;
    font-size: 1.0769em;
    line-height: 1.8;
}

.box-clearblue dl dd a {
    display: inline-block;
    padding: 4px 8px 3px;
    border-radius: 2px;
    background-color: #fff;
    text-decoration: none;
    line-height: 1.1;
}




/* ========================== *\
    $footer
\* ========================== */

#footer {
    background-color: #0d3983;
}

#footer .inner {
    padding-top: 13px;
    padding-bottom: 10px;
    background-color: #0d3983;
}

#footer p {
    margin-top: 1px;
    color: #fff;
    font-size: 1.1em;
    line-height: 1.6;
}
#footer p.copyright {
    clear: both;
    padding-top: 3px;
    font-size: 1.09em;
    text-align: left;
}

#footer p span { display: inline-block; }
#footer p span.nite { font-size: 1.18em; }


/* -------------------------
$position
------------------------- */

.relative { position: relative; }

.relative .img-absolute {
    position: absolute;
    top: 0;
    left: 0;
}

.relative dt, .relative dd, .relative li { width: auto; }

/* -------------------------
$display
------------------------- */

.block { display: block !important; }

.inline { display: inline !important; }

.inlineblock { display: inline-block; }

.display-none { display: none !important; }

/* -------------------------
$float
------------------------- */

.float-right { float: right; }

.float-left { float: left; }

img.float-right {
    margin-bottom: 10px;
    margin-left: 20px;
}

img.float-left {
    margin-bottom: 10px;
    margin-right: 20px;
}

img.float-right {
    margin-bottom: 10px;
    margin-left: 20px;
}

/* -------------------------
$margin
------------------------- */

.margin-center {
    margin-right: auto !important;
    margin-left: auto !important;
}

.margintop-basic { margin-top: 1.15em; }

.margintop-none { margin-top: 0 !important; }

.marginbottom-none { margin-bottom: 0 !important; }

.marginleft-none { margin-left: 0 !important; }

.marginright-none { margin-right: 0 !important; }

/* -------------------------
$padding
------------------------- */

.paddingbottom-none { padding-bottom: 0 !important; }

/* -------------------------
$text
------------------------- */

.text-red { color: #c30000; } 

.text-left { text-align: left !important; }

.text-right { text-align: right !important; }

.text-center { text-align: center !important; }

.valign-top { vertical-align: top !important; }

.valign-middle { vertical-align: middle !important; }

.text-oblique { font-style: oblique; }

.text-normalstyle { font-style: normal; }

.text-nowrap { white-space: nowrap; }

.text-normal { font-weight: normal !important; }

.text-small { font-size: 0.846em !important; }

.underline { text-decoration: underline; }

.through { text-decoration: line-through; }

.text-break { word-break: break-all; }

.indent { text-indent: 1em !important; }

/* -------------------------
$icon
------------------------- */

.list-file-icon li { margin-top: 8px; }

.icon-pdf, .icon-doc, .icon-xls, .icon-mov, .icon-zip, .icon-file {
    display: inline-block;
    padding-left: 20px;
    background-color: transparent;
    background-position: 0 0;
    background-repeat: no-repeat;
    word-break: break-all;
}
.icon-pdf { background-image: url(/data/000000036.gif); }
.icon-doc { background-image: url(/data/000015196.gif); }
.icon-xls { background-image: url(/data/000015197.gif); }
.icon-mov { background-image: url(/data/000000040.gif); }
.icon-zip { background-image: url(/data/000015198.gif); }
.icon-file { background-image: url(/data/000029753.gif); }

/* win */

.icon-win {
    margin-top: 3px;
    margin-left: 4px;
    vertical-align: top;
}

/* -------------------------
$background
------------------------- */

.bg-gray { background-color: #d9d9d9; }

.bg-dgray { background-color: #ccc !important; }

/* -------------------------
$border
------------------------- */

/* $separatorline */

.separatorline {
    margin-top: 2.69em;
    border-top: 1px dotted #999;
}

.borderright-none { border-right-width: 0 !important; }

.borderbottom-none { border-bottom-width: 0 !important; }

.borderleft-none { border-left-width: 0 !important; }

.border-enclose { border: 1px solid #999; }






















/* -------------------------
$copy guard
------------------------- */

span.guard {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent url(/data/000054819.gif) 0 0 repeat;
/*
    background: transparent url(/data/000054819.gif) 0 0 repeat;
*/
    z-index: 1;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
}

/* -------------------------
$clearfix
------------------------- */

#header:before, #header:after,
#header #func:before, #header #func:after,
dl.text-changer:before, dl.text-changer:after,
#navi-global ul:before, #navi-global ul:after,
#contents:before, #contents:after,
#sitemap:before, #sitemap:after,
#navi-contents:before, #navi-contents:after,
div#slideshow #menu-visual ul:before, div#slideshow #menu-visual ul:after,
.list-image-title:before, .list-image-title:after,
.list-column3:before, .list-column3:after,
.list-arrowbox-column3:before, .list-arrowbox-column3:after,
.box-navy .list-arrowbox:before, .box-navy .list-arrowbox:after,
.box-lightblue .list-arrowbox:before, .box-lightblue .list-arrowbox:after,
.list-date:before, .list-date:after,
.list-date-category:before, .list-date-category:after,
.list-icon-title:before, .list-icon-title:after,
.list-icon:before, .list-icon:after,
.list-logo-title:before, .list-logo-title:after,
.list-title-parallel:before, .list-title-parallel:after,
.main .list-banner:before, .main .list-banner:after,
.list-box:before, .list-box:after,
.list-resources:before, .list-resources:after,
.navi-page:before, .navi-page:after,
.cf:before, .cf:after {
    content:"";
    display:table;
}

#header:after,
#header #func:after,
dl.text-changer:after,
#navi-global ul:after,
#contents:after,
#sitemap:after,
#navi-contents:after,
div#slideshow #menu-visual ul:after,
.list-image-title:after,
.list-column3:after,
.list-arrowbox-column3:after,
.box-navy .list-arrowbox:after,
.box-lightblue .list-arrowbox:after,
.list-date:after, .list-date-category:after,
.list-icon-title:after,
.list-icon:after,
.list-logo-title:after,
.list-box:after,
.list-title-parallel:after,
.main .list-banner:after,
.list-resources:after,
.navi-page:after,
.cf:after,
.clear {
    clear:both;
}


