@charset "utf-8";

/**
@prefix :<http://purl.org/net/ns/doas#> .
</common_css/main.css> a :CSSstylesheet;
    :shortdesc "main.css";
    :dependencies [
    :name "HTML5 Boilerplate";
    :title "main.cs";
    :description "What follows is the result of much research on cross-browser styling.;
    :homepage <http://necolas.github.com/normalize.css/>;
    :license Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal, Kroc Camen, and the H5BP dev community and team.;
    ] .
*/

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #303235;
}

body {
/*
    font-size: 1em;
*/
	font-size: 14px;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

/*
img {
    vertical-align: middle;
}
*/
/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html {
    font-family: Perpetua, "游ゴシック", "Yu Gothic", YuGothic, 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'MS Pゴシック', arial, helvetica, clean, sans-serif;
    overflow-y: scroll;
    text-rendering: optimizeLegibility;
}
a {
    -webkit-tap-highlight-color: rgba(151,151,151,0.40);
}
img {
    -ms-interpolation-mode: bicubic;
}
img, object {
    max-width: 100%;
}
a:link {
/*
    color: #4e6089;
*/
	color: #1F2637;
    text-decoration: underline;
}
a:visited {
    color: #686c76;
    text-decoration: underline;
}
a:hover {
    color: #7d8bac;
    text-decoration: none;
}
a:active {
    color: #7d8bac;
    text-decoration: none;
}

/*
 * layout
 */
body {
/*    background-color: #faf8f5; */
}
#logoArea {
    margin: 0 auto;
    padding: 30px 0;
}
#logoArea h1,
#logoArea p {
    float: left;
    font-size: 0;
}
#logoArea nav {
    float: right;
}
#logoArea ul {
    margin-top: 10px;
}
#logoArea li {
    float: left;
    padding: 0 15px;
    font-size: 12px;
    line-height: 1.4;
    border-right: 1px solid #d2d2d2;
    background: url(../common_images/common_ico_arrow.png) no-repeat 15px center;
}
#logoArea li a[target="_blank"] {
    padding-right: 15px;
    background: url(../common_images/common_ico_blueblank.png) no-repeat right center;
}
#logoArea li:first-child {
    border-left: 1px solid #d2d2d2;
}
#logoArea li a {
    padding-left: 15px;
    background: url(../common_images/common_ico_arrow.png) no-repeat left center;
}
#logoArea li a:link {
    color: #3a404e;
    text-decoration: none;
}
#logoArea li a:visited {
    color: #686c76;
    text-decoration: none;
}
#logoArea li a:hover {
    color: #506492;
    text-decoration: underline;
}
#logoArea li a:active {
    color: #506492;
    text-decoration: underline;
}
#logoArea li img {
    margin-left: 5px;
    vertical-align: baseline;
}
#gNav {
    width: 100%;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    background-color: #fff;
    -moz-box-shadow: 0 1px 2px #eae8e5;
    -webkit-box-shadow: 0 1px 2px #eae8e5;
    box-shadow: 0 1px 2px #eae8e5;
}
#gNav ul {
    margin: 0 auto;
}
#gNav li {
    float: left;
    width: 14.2857142857%;
    font-size: 16px;
    line-height: 1.2;
}
#gNav li span {
    display: block;
}
#gNav li a {
    display: block;
    padding: 15px 0;
    text-align: center;
    border-left: 1px solid #e3e3e3;
    text-decoration: none;
}
#gNav li a[target="_blank"] {
    background: url(../common_images/common_ico_blueblank1.png) no-repeat right bottom;
}
#gNav li:hover {
    margin-bottom: -7px;
    padding-bottom: 7px;
    background: url(../common_images/gnav_bac_arrow.png) no-repeat center bottom;
}
#gNav li span:hover {
    background: url(../common_images/gnav_bac_all.png) repeat;
}
#gNav li a:hover {
    color: #fff;
    text-shadow: 0px 1px 1px #191c22;
}
#gNav li a[target="_blank"]:hover {
    background: url(../common_images/common_ico_whiteblank1.png) no-repeat right bottom;
}
#gNav li:first-child a {
    border-left: none;
}
#top .topNav,
#news .newsNav,
#products .productsNav,
#feature .featureNav,
#catalog .catalogNav,
#concept .conceptNav,
#shoplist .shoplistNav {
    margin-bottom: -7px;
    padding-bottom: 7px;
    background: url(../common_images/gnav_bac_arrow.png) no-repeat center bottom;
}
#top .topNav span,
#news .newsNav span,
#products .productsNav span,
#feature .featureNav span,
#catalog .catalogNav span,
#concept .conceptNav span,
#shoplist .shoplistNav span {
    background: url(../common_images/gnav_bac_all.png) repeat;
}
#top .topNav a,
#news .newsNav a,
#products .productsNav a,
#feature .featureNav a,
#catalog .catalogNav a,
#concept .conceptNav a,
#shoplist .shoplistNav a {
    color: #fff;
    text-shadow: 0px 1px 1px #191c22;
}

#menuBtn {
    display: none;
}
#topicPath {
    padding: 8px 0;
    background-color: #e9e4dc;
    -moz-box-shadow: 0 1px 2px #eae8e5;
    -webkit-box-shadow: 0 1px 2px #eae8e5;
    box-shadow: 0 1px 2px #eae8e5;
}
#topicPath p {
    font-size: 10px;
}
#topicPath a {
    color: #506492;
    text-decoration: underline;
}
#topicPath em {
    font-style: normal;
    color: #000;
}
.contentInner {
    margin: 0 auto;
}
#logoArea, #gNav ul, .contentInner,
#footerInner1 div, #footerInner2 div, #footerNav {
    width: 940px;
}
footer {
    margin: 35px 0 -13px;
    padding: 0 0 10px;
    background-color: #1f2637;
}
footer a:link {
    color: #a3a5a4;
    text-decoration: none;
}
footer a:visited {
    color: #686c76;
    text-decoration: none;
}
footer a:hover {
    color: #7d8bac;
    text-decoration: underline;
}
footer a:active {
    color: #7d8bac;
    text-decoration: underline;
}
#footerInner1 div, #footerInner2 div, #footerNav {
    margin: 0 auto;
}
#footerInner1 div {
    position: relative;
}
#footerInner1 {
    padding: 30px 0 15px;
    border-bottom: 1px solid #171d2c;
}
#footerInner2 {
    border-top: 1px solid #2d3445;
    border-bottom: 1px solid #171d2c;
}
#footerInner3 {
    border-top: 1px solid #2d3445;
}
.pagetopBtn {
    position: absolute;
    right: 0;
    top: -55px;
    font-size: 0;
}
.footerTit {
    float: left;
    font-size: 0;
}
#otherNav {
    float: right;
}
#otherNav ul {
    border-right: 1px solid #171d2c;
    border-left: 1px solid #2d3445;
}
#otherNav li {
    float: left;
    padding: 0 15px 0 20px;
    font-size: 14px;
    line-height: 1.2;
    border-right: 1px solid #2d3445;
    border-left: 1px solid #171d2c;
    background: url(../common_images/footer_ico_arrow1.png) no-repeat 12px center;
}
#otherNav li a[target="_blank"] {
    padding-right: 15px;
    background: url(../common_images/common_ico_whiteblank.png) no-repeat right center;
}
#otherNav img {
    margin-left: 5px;
    vertical-align: baseline;
}
#footerInner2 p {
    margin: 15px 0;
    font-size: 14px;
    line-height: 1.2;
}
#footerInner2 p a {
    padding-left: 15px;
    background: url(../common_images/common_ico_arrow_on.png) no-repeat left center;
}
#footerNav ul {
    padding: 15px 0 30px;
}
#footerNav li {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
}
#footerNav li a:link {
    color: #fff;
    text-decoration: none;
}
#footerNav li a:visited {
    color: #686c76;
    text-decoration: none;
}
#footerNav li a:hover {
    color: #7d8bac;
    text-decoration: underline;
}
#footerNav li a:active {
    color: #7d8bac;
    text-decoration: underline;
}
#footerNav li li {
    width: auto;
    clear: left;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    margin-left:1em;
    text-indent:-1em;
}
#footerNav li li a {
    padding-left: 15px;
    background: url(../common_images/common_ico_arrow_on.png) no-repeat left center;
}
#footerInner3 p {
    padding-bottom: 15px;
    font-size: 12px;
    line-height: 1.2;
    color: #b1b2b6;
    text-align: center;
}
@media (min-width: 1200px) {
    #logoArea, #gNav ul, #topicPath p, .contentInner,
    #footerInner1 div, #footerInner2 div, #footerNav {
        width: 990px;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    #logoArea, #gNav ul, #topicPath p, .contentInner, 
    #footerInner1 div, #footerInner2 div, #footerNav {
        width: 724px;
    }
    #logoArea li {
        padding: 0 10px;
        background: url(../common_images/common_ico_arrow.png) no-repeat 10px center;
    }
}
@media (max-width: 767px) {
    #logoArea, #gNav ul, #topicPath p, .contentInner,
    #footerInner1 div, #footerInner2 div, #footerNav {
        width: 100%;
    }
    #logoArea nav, #topicPath,
    #footerInner1, #footerInner2, #footerNav {
        display: none;
    }
    #logoArea h1,
    #logoArea p {
        float: left;
        width: 91px;
        height: 17px;
        margin-left: 10px;
        font-size: 0;
    }
    #menuBtn {
        display: block;
        position: absolute;
        right: 10px;
        top: 20px;
    }
    #gNav {
        display: none;
        width: 100%;
        border: none;
    }
    #gNav ul {
        margin: 0 auto;
    }
    #gNav li {
        width: 100%;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.2;
        border-bottom: 2px solid #e3e3e3;
    }
    #gNav li:hover {
        margin-bottom: 0;
        padding-bottom: 0;
        background: none;
    }
    #gNav li a {
        display: block;
        padding: 20px;
        text-align: left;
        border-left: 1px solid #e3e3e3;
        background: url(../common_images/gnav_ico_arrow.png) no-repeat right center;
        -webkit-background-size: 21px 21px;
        background-size: 21px 21px;
    }
    #gNav li a:hover {
        color: #000;
        text-shadow: none;
        background: #fff url(../common_images/gnav_ico_arrow.png) no-repeat right center;
        -webkit-background-size: 21px 21px;
        background-size: 21px 21px;
    }
    #top .topNav,
    #news .newsNav,
    #products .productsNav,
    #feature .featureNav,
    #catalog .catalogNav,
    #concept .conceptNav,
    #shoplist .shoplistNav {
        margin-bottom: 0;
        padding-bottom: 0;
        background: url(../common_images/gnav_bac_all.png) repeat;
    }
    #top .topNav a,
    #news .newsNav a,
    #products .productsNav a,
    #feature .featureNav a,
    #catalog .catalogNav a,
    #concept .conceptNav a,
    #shoplist .shoplistNav a,
    #top .topNav a:hover,
    #news .newsNav a:hover,
    #products .productsNav a:hover,
    #feature .featureNav a:hover,
    #catalog .catalogNav a:hover,
    #concept .conceptNav a:hover,
    #shoplist .shoplistNav a:hover {
        color: #fff;
        text-shadow: 0px 1px 1px #191c22;
        background:url(../common_images/gnav_ico_arrow_on.png) no-repeat right center;
        -webkit-background-size: 21px 21px;
        background-size: 21px 21px;
    }
    #footerInner3 p {
        font-size: 10px;
        padding: 18px 0 10px;
    }
    #spNav {
        margin-bottom: -35px;
        padding: 20px 0;
        border-top: 2px solid #dbdbdb;
        background: #e3e3e3;
    }
    #spNav ul {
        width: 90%;
        margin: 0 auto;
        border-top: 2px solid #dbdbdb;
        border-left: 2px solid #dbdbdb;
    }
    #spNav li {
        width: 50%;
        float: left;
        background: #fff;
    }
    #spNav a {
        display: block;
        padding: 10px;
        color: #1f2637;
        text-decoration: none;
        border-right: 2px solid #dbdbdb;
        border-bottom: 2px solid #dbdbdb;
        background: url(../common_images/spnav_ico_arrow.gif) no-repeat 95% center;
        -webkit-background-size: 7px 12px;
        background-size: 7px 12px;
    }
}
@media (max-width: 480px) {}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
      }

    a,
    a:visited {
        text-decoration: underline;
      }

    a[href]:after {
        content: " (" attr(href) ")";
      }

    abbr[title]:after {
        content: " (" attr(title) ")";
      }

    /*
     * Don't show links for images, or javascript/internal links
     */

      .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
      }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
      }

    thead {
        display: table-header-group; /* h5bp.com/t */
      }

    tr,
    img {
        page-break-inside: avoid;
      }

    img {
        max-width: 100% !important;
      }

    @page {
        margin: 0.5cm;
      }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
      }

    h2,
    h3 {
        page-break-after: avoid;
      }
}
