/* 共通 */
body {
    margin: 0;
    font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

    .photo {
        width: 100%;
        background-color: #eeeeee;
        border-bottom: solid 1px #dddddd;
    }

/* 地図 */
#map_wrapper {
    max-width: 90%;
    min-width: 160px;
    margin: 5px auto;
    padding: 5px;
    border: 1px solid #999;
}
#map_wrapper img {
    max-width: none;
}

#map_canvas {
    height: 300px;
    width:100%;
}

/* リンク画像の枠線を消す */
a img {
    border-style:none;
}

a {
    color: #1570a6;
    text-decoration: none
}

a:hover {
    color: #000000;
    text-decoration: underline
}

/* タイトル */
.title h1 a {
    color:#666;
    text-decoration: none
}

.title h1 {
    margin: 0;
    color: #888;
    font-size: 30px;
    font-weight: bold;
    vertical-align:middle;
}

/* スライダー余白 */
ul.bxslider { margin: 0; padding: 0; }

/* タイトルイメージ(会社名ロゴ) */
.title img {
    border: none;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 5px;
    vertical-align:middle;
}

.titleimg {
    margin-top: 20px;
    margin-bottom: 20px;
    vertical-align: bottom;
}

/* トップイメージ */
.topimg {
    max-width: 100%;
    margin-bottom: 5px;
    height: auto;
    vertical-align: bottom;
}

/* キャッチコピー */
.catch {
    margin: 0;
    padding: 0;
    /*background-color: rgba(255,255,255,0.7); */
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

/* トップイメージにキャッチコピーを重ねる */
.top {
    position: relative;
}

.catch {
    position: absolute;
    bottom: 7%;
    left: 3%;
}

.contents-header img {
  filter: blur(3px);
  -webkit-filter: blur(3px);
}

/* 製品情報 */
/*
.product h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 36px;
}

.product p {
    margin-top: 0;
    margin-bottom: 0;
}
*/

.product {
    position:relative;
}

.product a {
    padding: 0;
    margin: 0;
    display: block;
    background-color: #222222;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
}

.product a:hover {
    opacity: 0.8;
}

.product img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.product i {
    display: block;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 36px;
}

.product .fa-file-excel-o {
    background-color: #0090d4;
    /*background-color: #1e90ff;*/
}

.product .fa-bar-chart {
    background-color: #004714;
    /*background-color: #006400;*/
}

.product .fa-table {
    background-color: #90c437;
    /*background-color: #9acd32;*/
}

.product .fa-database {
    background-color: #9acd32;
    /*background-color: #9acd32;*/
}

.product .fa-barcode {
    color: #000;
    background-image: url("./images/back_vbbarcode.jpg");
    background-size: cover;
    /*background-color: #ea541d;*/
    /*background-color: #ff4500;*/
}

.product .fa-refresh {
    background-color: #ae2922;
    /*background-color: #ff0000;*/
}

.product .fa-cog {
    background-color: #822923;
    /*background-color: #8b0000;*/
}

.product p {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    /*padding-top: 15px;
    padding-bottom: 15px;*/
    background-color: #524e3c;
    font-size: 12px;
}

/* 新着情報 */
.news-title {
    padding-left: 20px;
    border-left: solid 20px #1570a6;
    margin: 5px;
    font-size: 24px;
}
.news {
    padding: 15px;
    /*border: solid 1px #1570a6;*/
    /*border: solid 1px #dddddd;*/
}

.news h1 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 18px;
    color: #1570a6;
}

.news ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.news li a {
    display: block;
    padding: 5px;
    border-bottom: dotted 1px #1570a6;
    /*border-bottom: dotted 2px #dddddd;*/
    color: #000000;
    font-size: 14px;
    text-decoration: none;
}

.news li:hover {
    background-color: #eeeeee;
    cursor: pointer;
}

/*
.news time {
    color: #888;
    font-weight: bold;
}
*/

.news a:after {
    content: "";
    display: block;
    cloar: both;
}

.news time {
    float: left;
    width: 100px;
}

.news .text {
    float: none;
    width: auto;
    margin-left: 60px;
}

.news .more {
    float: none;
    width: auto;
    text-align: right;
}

.news span-info {
    float: left;
    color: #ff0000;
    margin-right: 10px;
}

/* SNS */
.follow ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.follow li a {
    display: block;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 4px;
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
}

.follow li a:hover {
    opacity: 0.8;
}

.follow-tw {
    background-color: #55acee;
}

.follow-fb {
    background-color: #3b5998;
}

.follow i {
    margin-right: 10px;
    font-size: 24px;
    vertical-align: middle;
}

.follow-info {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #1570a6;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px; 
    border-radius: 3px; 
}

.follow-info {
    position: relative;
    background: #1570a6;
}

.follow-info:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(21, 112, 166, 0);
    border-top-color: #1570a6;
    border-width: 10px;
    margin-left: -10px;
}

.follow-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* 記事 */
.article h1 {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 20px;
    border-left: solid 20px #1570a6;
    font-size: 28px;/*20150701*/
    font-weight: normal;
}

.article h2 {
    margin-top: 30px;
    margin-bottom: 20px;
    border-bottom: solid 1px #1570a6;
    font-size: 20px;
    font-weight: normal;
}

.article h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: normal;
    /*float: left;*/
}

.article h4 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: normal;
}

.article h2 i {
    margin-right: 7px;
    color: #1570a6
}

.article h3 i {
    margin-right: 7px;
    color: #1570a6
}

.article h3 span-red {
    color: #ff0000
}

.article p {
    /*max-width: 640px;*/
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 14px;/*20150701*/
}

.article p span-red {
    color:#ff0000;
}
.article p span-b {
    font-weight: bold;
}

.article p span-url {
    word-break: break-all;
}

.article p span-blue {
    color:#0000ff;
}

.article p span-buy {
    border: solid 1px #1570a6;
    padding: 5px;
}

.article span-faqid {
    border: solid 1px #1570a6;
    padding: 5px;
}

.article span-new {
    font-size: 15px;
    background: -ms-linear-gradient(top, #ff7e00, #ee953d 50%,#e38000 50%,#ee9900);
    background: -moz-linear-gradient(top, #ff7e00, #ee953d 50%,#e38000 50%,#ee9900);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff7e00), color-stop(0.5,#ee953d), color-stop(0.5,#e38000), to(#ee9900));
    color: #ffffff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #ff7e00;
    margin-left: 15px;
    padding: 0 10px;
    vertical-align: 15%;
}

.article span-required {
    font-size: 11px;
    background: -ms-linear-gradient(top, #ff1500, #ee203d 50%,#e30500 50%,#ee1500);
    background: -moz-linear-gradient(top, #ff1500, #ee203d 50%,#e30500 50%,#ee1500);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff1500), color-stop(0.5,#ee203d), color-stop(0.5,#e30500), to(#ee1500));
    color: #ffffff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #ff0000;
    margin-right: 5px;
    padding: 0 5px;
    vertical-align: 15%;
}

.article span-download a {
    text-decoration: none;
    color: #ffffff;
}

.article span-download a:hover {
    color: #000080;
}

.article span-download {
    background: -ms-linear-gradient(top, #1570A6, #3d95b7 50%,#0080b3 50%,#0099cc);
    background: -moz-linear-gradient(top, #1570A6, #3d95b7 50%, #0080b3 50%, #0099cc);
    background: -webkit-gradient(linear, left top, left bottom, from(#1570A6), color-stop(0.5,#3d95b7), color-stop(0.5,#0080b3), to(#0099cc));  
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #0099CC;
    padding: 0 15px;  
}

.article p i {
    margin-right: 7px;
    color: #1570a6
}

.article p.right-text {
    text-align: right;
    margin-bottom: 0;
}

#center-button {
    text-align: center;
}


.article ul {
    list-style: none;
}

.article li {
    /*max-width: 720px;*/
    margin-top: 0;
    font-size: 14px;/*20150701*/
    /*margin-bottom: 20px;*/
    /*text-indent: -1em; */
    /*padding-left: 1em; */
}

.article li i {
    margin-right: 1em;
    /*margin-right: 7px;*/
    color: #1570a6
}

.article-li-detail {
    margin-left: 20px;
    font-size: 14px;/*20150701*/
    color: #000000
}

.article .lead {
    max-width: 100%;
    font-size: 14px;/*20150701*/
    color: #666666;
}

/* ニュースリリース */
.article .release-header {
    margin-top: 20px;
    padding: 10px;
    font-weight: bold;
    text-align: center;
    border-top: solid 1px #999;
    border-bottom: solid 1px #999;
}

/* 字下げ 2行目以降 1文字 */
.article .indent-multiline{
    text-indent: -1em;
    padding-left: 1em;
    font-size: 14px;
}

/* 注釈 */
.article .annotation1{
    color: #ff0000;
    text-indent: -1em;
    padding-left: 1em;
}

.article .annotation1-5{
    color: #ff0000;
    text-indent: -1.5em;
    padding-left: 1.5em;
}

/* 製品情報一覧ページ 画像 */
.product-image img {
    text-align: center;
}
.product-title-image {
    position:relative;
}
.product-title-image img {
    width: 100%;
    height: auto;
    text-align: center;
    vertical-align: bottom;
}
.product-title-image t1 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    font-weight: normal;
    background-color: rgba(0,0,0,0.5);
    text-align: right;
}
.product-title-image t1 a {
    color: #fff;
    text-decoration: none;
}
.product-title-image t1 i {
    padding-left: 5px;
    padding-right: 10px;
}
.product-image-left img {
    text-align: center;
}

.product-image-title {
    font-size: 24px;
    font-weight: bold;
}

.product-image-subtitle {
    font-size: 12px;
}

.product-menu {
    margin-bottom: 10px;
    font-size: 14px;
}

.product-image-menu {
    /*padding-top: 10px;*/
    font-size: 14px;
}

.product-image-title2 {
    padding-top: 20px;
    font-size: 24px;
    font-weight: bold;
}

.product-image-menu2 {
    padding-top: 20px;
    font-size: 14px;
}

/* コード例 */
.code {
    border: solid 1px #999;
    padding: 10px;
    font-size: 14px;
    word-break: break-all;
}

.code-title {
    font-weight: bold;
}

.code-code {
}

.code-comment {
    color: #228b22;
}

/* 製品情報一覧ページ 詳細 */
.product-info {
    border-bottom: dotted 2px #dddddd;
    margin-bottom: 30px;
    word-break: break-all;
}

/* パンくずリスト */
.bread {
    margin-bottom: 5px;
}

.bread ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bread li a {
    display: inline-block;
    padding: 0; /*5px;*/
    color: #000000;
    font-size: 14px;
    text-decoration: none;
}

.bread li a:hover {
    /*background-color: #eeeeee*/
    color: #1570a6;
    text-decoration: underline
}

.bread ol:after {
    content: "";
    display: block;
    clear: both;
}

.bread li {
    float: left;
    width: auto;
}

.bread li:after {
    content: '\003e';
    margin-left: 10px;
    margin-right: 10px;
    color: #888888;
}

.article-img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

/* サイドメニュー */
.sidemenu {
    border: solid 1px #1570a6;
}

.sidemenu h1 {
    margin: 0;
    padding: 10px;
    font-size: 14px;
    font-weight: normal;
}

.sidemenu h1 i {
    margin-right: 5px;
    color: #1570a6;
    font-size: larger;
}

.sidemenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidemenu li a {
    display: block;
    padding: 10px;
    border-top: solid 1px #1570a6;
    color: #000000;
    font-size: 14px;
    text-decoration: none;
}

.sidemenu li a:hover {
    background-color: #eeeeee;
}

.sidemenu h2 {
    margin: 0;
    padding: 5px;
    font-size: 14px;
    font-weight: normal;
    background-color: #1570a6;
    color: #ffffff;
    text-align: center;
}

.sidemenu h3 {
    margin-left: 7px;
    margin-right: 7px;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
}

.sidemenu h3 i {
    margin-right: 7px;
    font-size: 20px;
    color: #1570a6
}

.sidemenu  i {
    margin-right: 5px;
    padding: 10px 0 0 10px;
    color: #1570a6
}

.sidemenu div.tieup {
    font-size: 14px;
    margin-left: 5px;
}

.footer-inner p {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0;
}

/* Copyright */
.copyright {
    margin: 0;
    color: #fff;
    font-size: 14px;
    text-align: right;
}

.policy {
    margin: 0;
    color: #fff;
    font-size: 14px;
    text-align: right;
}

/* テーブル */
/*
table, th, td {
    border: solid 1px #1570a6
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

th, td {
    padding: 10px 20px 10px 20px;
}

th {
    background-color: #b0c4de;
    text-align: left;
    font-weight: normal;
}

td {
}

.companytable li {
    margin: 0;
    padding: 0;
}
*/

/* 矢印型テーブル */
table.arrow {
    width: 100%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 10px;
    /*font-size: 16px;/*20150701*/
    font-size: 14px;/*20150701*/
}

table.arrow th,
table.arrow td {
    padding: 10px;
}

table.arrow th {
    background: #1570a6;
    vertical-align: middle;
    text-align: center;
    width: 30%;
    /*width: 120px;*/
    color: #fff;
    font-weight: normal;
    /*font-size: 16px;/*20150701*/
    font-size: 14px;/*20150701*/
}

table.arrow th.arrow_box {
    background: #1570a6;
    /*background: #295890;*/
    vertical-align: middle;
    text-align: left;
    width: 30%;
    /*width: 120px;*/
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    /*font-size: 16px;/*20150701*/
    font-size: 14px;/*20150701*/
}

table.arrow th.arrow_box:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #1570a6;
    /*border-left-color: #295890;*/
    border-width: 10px;
    margin-top: -10px;
}


/* firefox */
@-moz-document url-prefix() { 
    table.arrow th.arrow_box::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #1570a6 10px solid;
        /*border-left: #295890 10px solid;*/
        margin-top: -10px;
    }
}

table.arrow td {
    background: #f0f0f0;
    /*background: #f8f8f8;*/
    width: 360px;
    padding-left: 20px;
}

/* タイル型テーブル */
table.tile {
    width: 100%;
    font-size: 14px;
    margin: 0 auto;
    padding-bottom: 20px;
    border-collapse: separate;
    border-spacing: 1px;
    /*border-spacing: 0 1px;*/
    word-break: break-all;
}

table.tile th {
    padding: 10px;
    vertical-align: middle;
    text-align: left;
    border-bottom: #999 1px solid;
    color: #fff;
}

table.tile th a {
    color: #fff;
}

table.tile th a:hover {
    color: #000080;
}

table.tile td {
    padding: 10px;
    vertical-align: middle;
    text-align: left;
    border-bottom: #999 1px solid;
    font-size: 14px;
}
table.tile td span-red {
    color:#ff0000;
}

table.tile th.r1 {
    border-left: #999 1px solid;
    border-right: #999 1px solid;
    background: #1570a6;
}

table.tile th.rc1 {
    border-left: #999 1px solid;
    border-right: #999 1px solid;
    background: #1570a6;
    text-align: center;
}

table.tile th.r2 {
    border-right: #999 1px solid;
    background: #1570a6;
}
table.tile th.rc2 {
    border-right: #999 1px solid;
    background: #1570a6;
    text-align: center;
}

table.tile td.r1 {
    border-left: #999 1px solid;
    border-right: #999 1px solid;
    background: #ffffff;
}
table.tile td.rc1 {
    border-left: #999 1px solid;
    border-right: #999 1px solid;
    background: #ffffff;
    text-align: center;
}

table.tile td.rt1 {
    border-top: #999 1px solid;
    border-left: #999 1px solid;
    border-right: #999 1px solid;
    background: #ffffff;
}
table.tile td.rtc1 {
    border-top: #999 1px solid;
    border-left: #999 1px solid;
    border-right: #999 1px solid;
    background: #ffffff;
    text-align: center;
}

table.tile td.r2 {
    border-right: #999 1px solid;
    background: #ffffff;
}

table.tile td.rc2 {
    border-right: #999 1px solid;
    background: #ffffff;
    text-align: center;
}

table.tile td.rt2 {
    border-top: #999 1px solid;
    border-right: #999 1px solid;
    background: #ffffff;
}

table.tile td.rtc2 {
    border-top: #999 1px solid;
    border-right: #999 1px solid;
    background: #ffffff;
    text-align: center;
}

/*
table.tile th.r2,
table.tile td.r2 {
    width: 128px;
    border-left: #fff 1px solid;
    border-right: #999 1px solid;
    background: #ffffff;
}

table.tile th.r2,
table.tile th.r3,
table.tile th.r4 {
    text-align: center;
}

table.tile th.r3,
table.tile td.r3 {
    width: 128px;
    border-left: #fff 1px solid;
    border-right: #999 1px solid;
    background: #7cacc2;
}

table.tile th.r4,
table.tile td.r4 {
    width: 128px;
    border-left: #fff 1px solid;
    background: #a0c2d3;
}
*/

/* フォーム */
form#inputform {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #999;
    color: #666;
    background: #f0f0f0;
    /*↓背景グラデーションの指定*/
    /*background: -moz-linear-gradient(top, #FBFCFC, #F0F8F1);
    background: -webkit-linear-gradient(top, #FBFCFC, #F0F8F1);
    background: linear-gradient(#FBFCFC, #F0F8F1);*/
}

/* リスト要素 ul を初期化 */
form#inputform ul { 
    padding: 0;
    margin: 0
}
/* li も初期化し、ボーダーなどを指定 */
form#inputform ul li { 
    list-style: none;
    margin: 0px;
    padding: 10px;
    border-top: 2px solid #FFF;
    font-size: 14px;
}
/* 最初の li にはボーダーをつけない */
form#inputform ul li:first-child {
    border-top: none;
}

/* span 要素をブロック化しフロートでフォーム部品と横に並べる */
form#inputform ul li span-text {
    /*width: 17em;*/
    margin:0px;
    display:block;
    /*float:left;*/
    /* floatでなく、CSS3 の「display: inline-block」を使う手もアリ */
}

form#inputform ul li p {
    margin: 0;
    font-size: 12px;
}

form#inputform ul li span-red {
    margin: 0;
    font-size: 12px;
    color: #ff0000;
}

/* チェックボックス、ラジオボタンの label 要素を横に並べる */
form#inputform ul li p label {
    margin-right: 2em;
    display: block;
    float: left;
}
/* チェックボックスのlabelの横幅を統一する(p にクラス名.check をつけて) */
form#inputform ul li p.check label {
    width: 9em;
}
/* ラジオボタンの方は、label の横幅指定はしていません */
form#inputform ul li:after {
    content:".";
    display:block;
    height:0;
    visibility:hidden;   /* ←ココまでは不可視のエレメントを作っています */
    clear:both;          /* ←フロートをクリア */
}

/* テキスト */
input[type="text"] {
    border: 0; 
    font-size: 1em; 
    font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    border: solid 1px #999; 
    margin: 0 0 10px; 
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px; 
    border-radius: 3px; 
}
/* コンボボックス */
select {
    border: 0; 
    font-size: 1em; 
    font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    border: solid 1px #999; 
    margin: 0 0 10px; 
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px; 
    border-radius: 3px; 
}
/* テキストエリア */
textarea {
    border: 0; 
    font-size: 1em; 
    font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    border: solid 1px #999; 
    margin: 0 0 10px; 
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px; 
    border-radius: 3px; 
}

/* ボタン */
input[type="submit"] {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    background-color: #1570a6;
    background-image: -webkit-gradient(
        linear,
        left top, left bottom,
        from(#1590e6),
        to(#1570a6));
    background-image: -webkit-liner-gradient(
        top, 
        #1590e6 0%,
        #1570a6 100%);
    background-image: liner-gradient(
        to bottom, 
        #1590e6 0%,
        #1570a6 100%);
    border: solid 1px #999;
    border-radius: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
}
input[type="button"] {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    background-color: #1570a6;
    background-image: -webkit-gradient(
        linear,
        left top, left bottom,
        from(#1590e6),
        to(#1570a6));
    background-image: -webkit-liner-gradient(
        top, 
        #1590e6 0%,
        #1570a6 100%);
    background-image: liner-gradient(
        to bottom, 
        #1590e6 0%,
        #1570a6 100%);
    border: solid 1px #999;
    border-radius: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
}
input[type="reset"] {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    background-color: #1570a6;
    background-image: -webkit-gradient(
        linear,
        left top, left bottom,
        from(#1590e6),
        to(#1570a6));
    background-image: -webkit-liner-gradient(
        top, 
        #1590e6 0%,
        #1570a6 100%);
    background-image: liner-gradient(
        to bottom, 
        #1590e6 0%,
        #1570a6 100%);
    border: solid 1px #999;
    border-radius: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
}

/* ページトップ */
.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 0px;
}

.pagetop a {
	display: block;
	width: 40px;
	height: 40px;
	background-color: #1570a6;
    border-radius: 40px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	line-height: 40px;
}

/* ヘッダの下に罫線(コンテンツページのみ) */
.contents .header {
    border-bottom: solid 1px #ddddd;  /* 今は出ていない */
}

/* footer */
.footer {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #1570a6;
}

/* ボックスの左右 */
.header, .header-nav, .info, .footer, .product1, .product2, .column-contents, .single-contents, .contents-header {
    padding-left: 15px;
    padding-right: 15px;
}

.product-image-right {
    padding-left: 30px;
}


/* ボックスの上下 */
.header {
    padding-top: 20px;
    padding-bottom: 10px;
}

.info {
    padding-top: 20px;
    padding-bottom: 20px;
}

.info-main {
    padding-bottom: 20px;
}

.product1 {
    padding-top: 20px;
}

.product2 {
    padding-top: 5px;
}

.product1-1, .product1-2, .product1-3 {
    padding-bottom: 10px;
}

.product2-1, .product2-2, .product2-3 {
    padding-bottom: 10px;
}

.column-contents {
    padding-top: 25px;
    padding-bottom: 25px;
}

.single-contents {
    padding-top: 25px;
    padding-bottom: 25px;
}

.contents-header img {
    width: 100%;
    height: auto;
}

.product-image-right {
    padding-bottom: 20px;
}

/* ########## 359px 以下 ########## */
@media (max-width: 359px) {
    .title img {
        width: 250px;
        height: auto;
    }
    #map_canvas {
        height: 200px;
        width:100%;
    }
}

/* ########## 599px 以下 ########## */
@media (max-width: 599px) {
    /* ナビゲーション */
    .menu li a {
        padding: 10px 7px;
        font-size: 11px;
    }
    /* キャッチコピー */
    .catch {
        padding: 5px 10px;
        font-size: 12px;
    }
    /* 記事 */
    .article h1 {
        font-size: 26px;
    }
    .article h2 {
        font-size: 20px;
    }
    .article .lead {
        /*font-size: 16px;*/
        font-size: 14px;/*20150701*/
    }
    /* 記事の ul */
	.article ul {
	    list-style: none;
	    /*margin-left: -25px;*/
	}
    /* 記事のチェックリストのインデント */
	.article li.check-square {
	    margin-top: 0;
	    margin-left: -10px;
	    text-indent: -1em;
	    padding-left: 1em;
	}
}

/* ########## 767px 以下 ########## */
@media (max-width: 767px) {
    /* トグルボタン */
    #menubutton {
        margin-bottom: 10px;
        padding: 6px 12px;
        border: solid 1px #aaaaaa;
        border-radius: 5px;
        background-color: #ffffff;
        cursor: pointer;
    }

    #menubutton:hover {
        background-color: #dddddd;
    }

    #menubutton:focus {
        outline: none;
    }

    #menubutton i {
        color: #888888;
        font-size: 18px;
    }

    #menubutton span-menu {
        display: inline-block;
        text-indent: -9999px;
    }

    #menu {
        display: none;
    }

    /* ナビゲーション */
    .menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .menu li a {
        display: block;
        padding: 5px;
        color: #000000;
        font-size: 14px;
        text-decoration: none;
    }

    .menu li a:hover {
        color: #1570a6;
    }

    .product h1 {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 14px;
        font-weight: normal;
        background-color: rgba(0,0,0,0.75);
    }

    /* プロダクトメニュー */
    .product-menu ul {
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        list-style: none;
    }

    .product-menu li a {
        display: block;
        padding: 0;
        color: #1570a6;
        font-size: 14px;
        text-decoration: none;
    }

    .product-menu li a:hover {
        color: #000000;
        text-decoration: underline;
    }

    /* フッターメニュー */
    .footer-menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .footer-menu li a {
        display: block;
        padding: 5px;
        /*padding-right: 5px;*/
        color: #ffffff;
        font-size: 14px;
        text-decoration: none;
    }

    .footer-menu li a:hover {
        color: #000080;
        /*background-color: #eeeeee;*/
    }

    /* 製品情報画像 */
	.product-image-left {
	    text-align: center;
	}
	.product-image-right {
        padding-left: 0;
	    text-align: center;
	}

    /* feature-left, feature-right を縦に並べる */
    
    .feature-left {
        text-align: center;
    }
    
    .feature-left img{
        max-width: 250px;
        width: 100%;
    }

    .feature-right {
        padding-left: 0;
    }

}

/* ########## 768px 以上 ########## */
@media (min-width: 768px) {
    .header-nav {
        border-bottom: solid 1px #dddddd;
    }

    /* トグルボタン */
    #menubutton {
        display: none;
    }

    /* ナビゲーション */
    #menu {
        display: block !important;
    }

    .menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .menu li a {
        display: block;
        padding: 10px;
        color: #000000;
        font-size: 16px;
        text-decoration: none;
    }

    .menu li a:hover {
        color: #1570a6;
    }

    .menu ul:after {
        content: "";
        display: block;
        clear: both;
    }

    .menu li {
        float: left;
        width: 120px;
        text-align: center;
    }

    .product h1 {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 12px;
        font-weight: normal;
        background-color: rgba(0,0,0,0.75);
    }

	/* プロダクトメニュー */
	.product-menu ul {
	    margin: 0;
	    padding: 0;
	    list-style: none;
	    text-align: right;
	}

	.product-menu li a {
	    /*display: inline-block;*/
	    padding: 0 10px 0 10px;
	    color: #1570a6;
	    font-size: 14px;
	    text-decoration: none;
	}

	.product-menu li a:hover {
	    color: #000000;
	    text-decoration: underline;
	}
	/*
	.product-menu ul:after {
	    content: "";
	    display: block;
	    clear: both;
	}
	*/
	.product-menu li {
	    display: inline-block;
	    /*float: left;*/
	    /*width: auto;*/
	    text-align: right;
	}

	.product-menu li+ li {
		border-left: 1px solid #999;
	}

    /* フッターメニュー*/
    .footer-menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .footer-menu li a {
        display: block;
        padding-right: 10px;
        color: #ffffff;
        font-size: 14px;
        text-decoration: none;
    }

    .footer-menu li a:hover {
        color: #000080;
        /*background-color: #eeeeee;*/
    }

    .footer-menu ul:after {
        content: "";
        display: block;
        clear: both;
    }

    .footer-menu li {
        float: left;
        /*width: 120px;*/
        text-align: center;
    }

    .info:after {
        content: "";
        display: block;
        clear: both;
    }

    .info-main {
        float: left;
        width: 67.5%;
        padding-right: 1%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .info-sub1 {
        float: left;
        width: 32.5%;
        /*margin-right: 1%;*/
    }
    /*
    .info-sub2 {
        float: left;
        width: 25%;
    }
    */

    /* product1-1, product1-2, product1-3 を並べる */
    .product1:after {
        content: "";
        display: block;
        clear: both;
    }

    .product1-1 {
        float: left;
        width: 32%;
        margin-left: 1%;
        margin-right: 1%;
    }

    .product1-2 {
        float: left;
        width: 32%;
        margin-right: 1%;
    }

    .product1-3 {
        float: left;
        width: 32%;
    }

    /* product2-1, product2-2, .product2-3 を並べる */
    .product2:after {
        content: "";
        display: block;
        clear: both;
    }

    .product2-1 {
        float: left;
        width: 32%;
        margin-left: 1%;
        margin-right: 1%;
    }

    .product2-2 {
        float: left;
        width: 32%;
        margin-right: 1%;
    }

    .product2-3 {
        float: left;
        width: 32%;
    }

    /* footer-menu, copyright を並べる */
    .footer-inner:after {
        content: "";
        display: block;
        clear: both;
    }

    .footer-menu {
        float: left;
    }

    .copyright {
        float: right;
    }

    /* barcode-left, barcode-right を横に並べる */
    .barcode:after {
        content: "";
        display: block;
        clear: both;
    }
    
    .barcode-left {
        float: left;
        margin-right: 2%;
    }
    
    .barcode-right {
        float: left;
    }

    .barcode-left img, .barcode-right img {
        float: left;
        width: 100%;
    }

    /* column-contents-1, column-contents-2 を並べる */
    .column-contents:after {
        content: "";
        display: block;
        clear: both;
    }
    /* サイドメニューとメインコンテンツの割合はここで調整する */
    .column-contents-1 {
        float: right;
        width: 75%;
        padding-left: 50px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .column-contents-2 {
        float: left;
        width: 25%;
    }

    /* product-image-left, product-image-right を並べる */
    .product-image:after {
        content: "";
        display: block;
        clear: both;
    }

    .product-image-left {
        float: left;
        width: auto;
    }

    .product-image-right {
        float: left;
        margin-top: 20px;
        /*width: 50%;*/
    }

    /* support-left, support-right を並べる */
    .support:after {
        content: "";
        display: block;
        clear: both;
    }

    .support-left {
        float: left;
        width: 50%;
    }

    .support-right {
        float: left;
        width: 50%;
    }

    /* feature-left, feature-right を横に並べる */
    .feature:after {
        content: "";
        display: block;
        clear: both;
    }
    
    .feature-left {
        float: left;
        width: 29%;
        margin-right: 1%;
    }
    
    .feature-left img{
        float: left;
        width: 100%;
    }

    .feature-right {
        float: left;
        width: 70%;
    }

    /* 記事のチェックリストのインデント */
	.article li.check-square {
	    margin-top: 0;
	    /*margin-left: -10px;*/
	    text-indent: -1em;
	    padding-left: 1em;
	}

    .single-contents {
        width: 720px;
        margin-left: auto;
        margin-right: auto;
    }
}


/* 1100px 以上 */
@media (min-width: 1100px) {
    /* 全体の幅を固定 */
    .info, .slider, .header-inner, .header-nav-inner, .footer-inner, .product1, .product2, .column-contents, .contents-header/*, .single-contents*/    {
        width: 1100px;
        margin-left: auto;
        margin-right: auto;
    }
    .header {
        /*margin-bottom: 20px;*/
        /*border-bottom: solid 1px #dddddd;*/
    }

}
