/*! normalize.css v1.1.0 | MIT License | git.io/normalize */


/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */


/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}


/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}


/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}


/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}


/* ==========================================================================
   Base
   ========================================================================== */


/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 2 */
}


/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}


/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}


/* ==========================================================================
   Links
   ========================================================================== */


/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}


/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}


/* ==========================================================================
   Typography
   ========================================================================== */


/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}


/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}


/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}


/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}


/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}


/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}


/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}


/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}


/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}


/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}


/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}


/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* ==========================================================================
   Lists
   ========================================================================== */


/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}


/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}


/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}


/* ==========================================================================
   Embedded content
   ========================================================================== */


/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0;
    /* 1 */
    -ms-interpolation-mode: bicubic;
    /* 2 */
}


/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}


/* ==========================================================================
   Figures
   ========================================================================== */


/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}


/* ==========================================================================
   Forms
   ========================================================================== */


/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}


/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}


/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0;
    /* 1 */
    padding: 0;
    white-space: normal;
    /* 2 */
    *margin-left: -7px;
    /* 3 */
}


/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%;
    /* 1 */
    margin: 0;
    /* 2 */
    vertical-align: baseline;
    /* 3 */
    *vertical-align: middle;
    /* 3 */
}


/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}


/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}


/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
    *overflow: visible;
    /* 4 */
}


/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}


/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    *height: 13px;
    /* 3 */
    *width: 13px;
    /* 3 */
}


/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}


/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}


/* ==========================================================================
   Tables
   ========================================================================== */


/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*!
 * Base
 */

html {
    font-family: "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    font-size: 87.5%;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
}

body {
    color: #545454;
    min-width: 320px;
}

body.offcanvas-left-visible,
body.offcanvas-right-visible {
    position: relative;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}

body.dialog-open {
    overflow: hidden;
    position: relative;
    -webkit-overflow-scrolling: touch;
}

html,
body {
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
ol,
ul,
dl,
dd {
    margin: 0;
}

ol,
ul {
    padding: 0;
}

li {
    list-style: none;
}

a {
    color: #324fe1;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

label {
    cursor: pointer;
}

textarea {
    resize: vertical;
}

::-moz-selection {
    background-color: #b3d4fc;
    text-shadow: none;
}

::selection {
    background-color: #b3d4fc;
    text-shadow: none;
}

#js-mediaquery:after {
    content: 'full';
    display: none;
}

@media screen and (max-width: 800px) {
    #js-mediaquery:after {
        content: 'medium';
    }
}

@media screen and (max-width: 519px) {
    #js-mediaquery:after {
        content: 'small';
    }
}


/*!
 * Text
 */

.common-article h1 {
    font-size: 200%;
    line-height: 1.29;
    font-weight: normal;
}

.accessibility-article h1 {
    font-size: 200%;
    line-height: 1.29;
    font-weight: normal;
}

.vision-article h1 {
    font-size: 200%;
    line-height: 1.29;
    font-weight: normal;
    margin: 0.8em 0 0.5em;
}

.sitemap-item .heading,
.accessibility-article h2 {
    font-size: 142.86%;
    line-height: 1.2;
    font-weight: normal;
}

.common-article h3 {
    font-size: 114.29%;
    line-height: 1.5;
}

.accessibility-article h3 {
    font-size: 114.29%;
    line-height: 1.5;
}

.date-heading,
.feed-item .heading,
.accessibility-article h4 {
    font-size: 100%;
    line-height: 1.5;
}

.sitemap-item .body ul {
    font-size: 100%;
    line-height: 1.29;
}

.alert-heading,
.feed-detail .article-body,
.noscript-content p {
    font-size: 100%;
    line-height: 1.72;
}

.list .feed-item .author-name,
.feed-detail .date-link,
.breadcrumbs {
    font-size: 85.72%;
    line-height: 1.34;
}

.list .feed-item .author-name,
.feed-detail .date-link {
    color: gray;
}

.alert-body {
    font-size: 85.72%;
    line-height: 1.75;
}

.alert-body {
    color: gray;
}

.copyright,
.feed-item .category,
.feed-item .date {
    font-size: 71.43%;
    line-height: 1.4;
}

.copyright,
.feed-item .category,
.feed-item .date {
    color: gray;
}

.primary-nav,
.feed-nav-tabs {
    font-size: 100%;
    line-height: 1.29;
}

.slideshow-slides .title {
    font-size: 114.29%;
    line-height: 1.5;
    font-weight: bold;
}


/*!
 * Nav
 */

.primary-nav a,
.feed-nav-tabs .feed-nav-trigger {
    cursor: pointer;
    display: block;
    position: relative;
    text-decoration: none;
}

.primary-nav .label,
.feed-nav-tabs .label {
    display: block;
    /*padding: 16px 50px 16px;*/
    padding: 16px;
    min-height: 18px;
    _height: 18px;
}

.primary-nav .icon,
.feed-nav-tabs .feed-nav-item.item-category .icon,
.feed-nav-tabs .feed-nav-item.item-date .icon {
    position: absolute;
    top: 50%;
    /*right: 17px;*/
    left: 20px;
    margin-top: -8px;
}


/*!
 * Media blocks
 */

.list .feed-item {
    *zoom: 1;
    position: relative;
}

.list .feed-item:before,
.list .feed-item:after {
    content: " ";
    display: table;
}

.list .feed-item:after {
    clear: both;
}


/*!
 * Buttons
 */

.toggle-nav,
.feed-nav button,
.feed-nav-search .search-submit,
.ui-dialog-titlebar-close {
    background-color: transparent;
    border-width: 0;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 100%;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.toggle-nav:hover,
.feed-nav button:hover,
.feed-nav-search .search-submit:hover,
.ui-dialog-titlebar-close:hover,
.toggle-nav:focus,
.feed-nav button:focus,
.feed-nav-search .search-submit:focus,
.ui-dialog-titlebar-close:focus,
.toggle-nav:active,
.feed-nav button:active,
.feed-nav-search .search-submit:active,
.ui-dialog-titlebar-close:active {
    text-decoration: none;
}

[aria-disabled="true"].toggle-nav,
.feed-nav button[aria-disabled="true"],
.feed-nav-search [aria-disabled="true"].search-submit,
[aria-disabled="true"].ui-dialog-titlebar-close,
[disabled].toggle-nav,
.feed-nav button[disabled],
.feed-nav-search [disabled].search-submit,
[disabled].ui-dialog-titlebar-close {
    cursor: default;
}

.toggle-nav::-moz-focus-inner,
.feed-nav button::-moz-focus-inner,
.feed-nav-search .search-submit::-moz-focus-inner,
.ui-dialog-titlebar-close::-moz-focus-inner {
    border-width: 0;
    padding: 0;
}


/*!
 * Icons
 */

.feed-nav-tabs .feed-nav-item.item-viewswitcher .switch-to-card .icon,
.feed-nav-tabs .feed-nav-item.item-viewswitcher .icon,
.primary-nav .icon,
.slideshow-slides .title .icon,
.feed-detail .permalink .icon-after,
.sitemap-item .body a .icon,
.slideshow-slides a:hover .title .icon,
.sitemap-item .body a:hover .icon,
.no-touch .primary-nav a:hover .icon,
.feed-detail .permalink:hover .icon-after,
.feed-nav-tabs .feed-nav-item.item-category .icon,
.feed-nav-tabs .feed-nav-item.item-date .icon,
.feed-nav-tabs .feed-nav-item.item-category a:hover .icon,
.feed-nav-tabs .feed-nav-item.item-category.ui-tabs-active a .icon,
.feed-nav-tabs .feed-nav-item.item-date a:hover .icon,
.feed-nav-tabs .feed-nav-item.item-date.ui-tabs-active a .icon,
.feed-detail .permalink .icon-before,
.slideshow-indicator a,
.slideshow-indicator a.active {
    display: inline-block;
    line-height: 0;
    vertical-align: top;
}

.feed-nav-tabs .feed-nav-item.item-viewswitcher .switch-to-card .icon,
.feed-nav-tabs .feed-nav-item.item-viewswitcher .icon,
.primary-nav .icon,
.slideshow-slides .title .icon,
.feed-detail .permalink .icon-after,
.sitemap-item .body a .icon,
.slideshow-slides a:hover .title .icon,
.sitemap-item .body a:hover .icon,
.no-touch .primary-nav a:hover .icon,
.feed-detail .permalink:hover .icon-after,
.feed-nav-tabs .feed-nav-item.item-category .icon,
.feed-nav-tabs .feed-nav-item.item-date .icon,
.feed-nav-tabs .feed-nav-item.item-category a:hover .icon,
.feed-nav-tabs .feed-nav-item.item-category.ui-tabs-active a .icon,
.feed-nav-tabs .feed-nav-item.item-date a:hover .icon,
.feed-nav-tabs .feed-nav-item.item-date.ui-tabs-active a .icon,
.feed-detail .permalink .icon-before,
.slideshow-indicator a,
.slideshow-indicator a.active {
    background-image: url(../img/sprites.png);
    background-repeat: no-repeat;
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx) {
    .backgroundsize .feed-nav-tabs .feed-nav-item.item-viewswitcher .icon,
    .feed-nav-tabs .feed-nav-item.item-viewswitcher .backgroundsize .icon,
    .backgroundsize .primary-nav .icon,
    .primary-nav .backgroundsize .icon,
    .backgroundsize .slideshow-slides .title .icon,
    .slideshow-slides .title .backgroundsize .icon,
    .backgroundsize .feed-detail .permalink .icon-after,
    .feed-detail .permalink .backgroundsize .icon-after,
    .backgroundsize .sitemap-item .body a .icon,
    .sitemap-item .body a .backgroundsize .icon,
    .backgroundsize .slideshow-slides a:hover .title .icon,
    .slideshow-slides a:hover .title .backgroundsize .icon,
    .backgroundsize .no-touch .primary-nav a:hover .icon,
    .no-touch .primary-nav a:hover .backgroundsize .icon,
    .backgroundsize .feed-nav-tabs .feed-nav-item.item-category .icon,
    .feed-nav-tabs .feed-nav-item.item-category .backgroundsize .icon,
    .backgroundsize .feed-nav-tabs .feed-nav-item.item-date .icon,
    .feed-nav-tabs .feed-nav-item.item-date .backgroundsize .icon,
    .backgroundsize .feed-nav-tabs .feed-nav-item.item-category a:hover .icon,
    .feed-nav-tabs .feed-nav-item.item-category a:hover .backgroundsize .icon,
    .backgroundsize .feed-nav-tabs .feed-nav-item.item-category.ui-tabs-active a .icon,
    .feed-nav-tabs .feed-nav-item.item-category.ui-tabs-active a .backgroundsize .icon,
    .backgroundsize .feed-nav-tabs .feed-nav-item.item-date a:hover .icon,
    .feed-nav-tabs .feed-nav-item.item-date a:hover .backgroundsize .icon,
    .backgroundsize .feed-nav-tabs .feed-nav-item.item-date.ui-tabs-active a .icon,
    .feed-nav-tabs .feed-nav-item.item-date.ui-tabs-active a .backgroundsize .icon,
    .backgroundsize .feed-detail .permalink .icon-before,
    .feed-detail .permalink .backgroundsize .icon-before,
    .backgroundsize .slideshow-indicator a,
    .slideshow-indicator .backgroundsize a {
        background-image: url(../img/sprites@2x.png);
        background-size: 20px auto;
    }
}

.feed-nav-tabs .feed-nav-item.item-viewswitcher .switch-to-card .icon {
    width: 16px;
    height: 16px;
    background-position: 0 -200px;
}

.feed-nav-tabs .feed-nav-item.item-viewswitcher .icon {
    width: 16px;
    height: 16px;
    background-position: 0 -220px;
}

.primary-nav .icon,
.slideshow-slides .title .icon,
.feed-detail .permalink .icon-after,
.sitemap-item .body a .icon {
    background-position: 0 0;
    width: 16px;
    height: 16px;
}

.slideshow-slides a:hover .title .icon,
.sitemap-item .body a:hover .icon {
    background-position: 0 -20px;
    width: 16px;
    height: 16px;
}

.no-touch .primary-nav a:hover .icon,
.feed-detail .permalink:hover .icon-after {
    background-position: 0 -40px;
    width: 16px;
    height: 16px;
}

.feed-nav-tabs .feed-nav-item.item-category .icon,
.feed-nav-tabs .feed-nav-item.item-date .icon {
    background-position: 0 -80px;
    width: 16px;
    height: 16px;
}

.feed-nav-tabs .feed-nav-item.item-category a:hover .icon,
.feed-nav-tabs .feed-nav-item.item-category.ui-tabs-active a .icon,
.feed-nav-tabs .feed-nav-item.item-date a:hover .icon,
.feed-nav-tabs .feed-nav-item.item-date.ui-tabs-active a .icon {
    background-position: 0 -100px;
    width: 16px;
    height: 16px;
}

.feed-detail .permalink .icon-before {
    background-position: 0 -120px;
    width: 12px;
    height: 12px;
}

.slideshow-indicator a {
    background-position: 0 -160px;
    width: 16px;
    height: 16px;
}

.slideshow-indicator a.active {
    background-position: 0 -180px;
    width: 16px;
    height: 16px;
}


/*!
 * Page wrapper
 */

.page-wrapper-outer {
    position: relative;
    overflow: hidden;
}

.no-js .page-wrapper-outer {
    display: none;
}

.page-wrapper-inner {
    -webkit-transition: left 0.25s cubic-bezier(0.19, 1, 0.22, 1);
    transition: left 0.25s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    position: relative;
    left: 0;
}

@media screen and (max-width: 800px) {
    .js .offcanvas-left-visible .page-wrapper-inner {
        left: 210px;
    }
}

.offcanvas-right-visible .page-wrapper-inner {
    left: -630px;
}

@media screen and (max-width: 630px) {
    .offcanvas-right-visible .page-wrapper-inner {
        left: -100%;
    }
}


/*!
 * Page header
 */

.page-header {
    border-bottom: 1px solid #e6e6e6;
    width: 210px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}

@media screen and (min-width: 801px) and (min-height: 644px) {
    .page-header {
        position: fixed;
    }
}

@media screen and (max-width: 800px) {
    .js .page-header {
        -webkit-transition: 0.25s cubic-bezier(0.19, 1, 0.22, 1);
        transition: 0.25s cubic-bezier(0.19, 1, 0.22, 1);
        -webkit-transition-property: left, right;
        transition-property: left, right;
        background-color: white;
        border-bottom-color: #cccccc;
        width: auto;
        position: fixed;
        right: 0;
        z-index: 2;
    }
}

@media screen and (max-width: 800px) {
    .js .offcanvas-left-visible .page-header {
        left: 210px;
        right: -210px;
    }
}

.offcanvas-right-visible .page-header {
    z-index: 3;
}


/* Site logo */

.site-logo {
    text-align: center;
    padding-top: 58px;
    padding-bottom: 21px;
}

.site-logo a {
    display: inline-block;
    text-decoration: none;
    font-size: 50%;
}

@media screen and (max-width: 800px) {
    .js .site-logo {
        padding: 0;
    }
    .js .site-logo img {
        width: auto;
        height: 50px;
    }
}


/* Toggle nav button */

.toggle-nav {
    display: none;
}

@media screen and (max-width: 800px) {
    .js .toggle-nav {
        border-right: 1px solid #e6e6e6;
        display: inline-block;
        line-height: 1;
        width: 50px;
        height: 50px;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
    }
}


/*!
 * Page sidebar
 */

.page-sidebar {
    background-color: white;
    border-right: 1px solid #cccccc;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

@media screen and (min-width: 801px) and (min-height: 644px) {
    .page-sidebar {
        position: fixed;
        height: 100%;
    }
}

.offcanvas-right-visible .page-sidebar {
    z-index: 2;
}

@media screen and (max-width: 800px) {
    .js .page-sidebar {
        overflow: auto;
        height: 100%;
        z-index: 1;
    }
}

@media screen and (max-width: 800px) {
    .js .offcanvas-left-visible .page-sidebar {
        position: fixed;
    }
}

.site_logo {
    text-align: center;
    padding-top: 66px;
    padding-bottom: 56px;
}


/*Reset*/

#sidebar .top_link {
    padding: 7px 0 0;
    font-size: 130%;
    display: block;
}


/*Reset*/

#sidebar .en_link {
    padding: 4px 0 7px;
    font-size: 130%;
    display: block;
}


/*Reset*/

.logoTit {
    font-weight: normal;
    color: #545454;
    text-align: center;
    display: block;
}

.page-sidebar-inner {
    width: 210px;
}


/* Primary nav */

.primary-nav ul {
    padding-top: 192px;
}

.primary-nav li {
    border-bottom: 1px solid #e6e6e6;
    /*margin: 0 18px 0 24px;*/
    /*padding-left:24px;*/
}

.primary-nav li a {
    /*padding-left:20px;*/
}

.primary-nav li.has-small .label {
    padding-top: 8px;
    padding-bottom: 8px;
}

.primary-nav .label {
    padding-left: 50px;
    padding-right: 40px;
}

.primary-nav .label small {
    display: block;
    font-size: 85.72%;
    line-height: 1.34;
}

.primary-nav a {
    color: #545454;
    _vertical-align: middle;
    _width: 100%;
}

.no-touch .primary-nav a:hover {
    background-color: #ff0033;
}

.no-touch .primary-nav a:hover .label {
    background-color: #f2f2f2;
}

@media screen and (max-width: 800px) {
    .js .primary-nav {
        position: relative;
        z-index: 0;
    }
    .js .primary-nav ul {
        padding-top: 50px;
    }
    .js .primary-nav li:first-child {
        border-top: 1px solid #e6e6e6;
        /*margin:0 18px 0;*/
    }
}


/* Copyright */

.copyright {
    display: block;
    padding: 0.7em 10px;
}


/*@media screen and (min-width: 801px) and (min-height: 644px) {*/

@media screen and (min-width: 801px) and (min-height: 750px) {
    .footerBox {
        position: static;
    }
    .footerBox {
        position: absolute;
        bottom: 0;
    }
}


/* Social links */

.social-links {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    line-height: 1;
}

.social-links ul {
    *zoom: 1;
    padding: 8px 0;
}

.social-links ul:before,
.social-links ul:after {
    content: " ";
    display: table;
}

.social-links ul:after {
    clear: both;
}

.social-links li {
    border-left: 1px solid #e6e6e6;
    float: left;
    padding-right: 1px;
}

.social-links li.first-child {
    border-left-color: white;
}

.social-links a {
    display: block;
    width: 68px;
    height: 17px;
    padding: 9px 0;
    text-align: center;
}

@media screen and (min-width: 801px) and (min-height: 644px) {
    .social-links {
        border-bottom-width: 0;
        /*position: absolute;
    bottom: 0;*/
    }
}


/*!
 * Page main
 */

.page-main {
    border-left: 1px solid #cccccc;
    background-color: #f2f2f2;
    margin-left: 210px;
    padding: 0 30px 50px;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 800px) {
    .js .page-main {
        border-left-width: 0;
        margin-left: 0;
        padding: 50px 10px;
        position: relative;
    }
}

@media screen and (max-width: 800px) {
    .js .offcanvas-left-visible .page-main {
        -webkit-box-shadow: -1px 0 #cccccc, -1px 0 3px rgba(0, 0, 0, 0.15);
        box-shadow: -1px 0 #cccccc, -1px 0 3px rgba(0, 0, 0, 0.15);
        height: 100%;
        overflow: hidden;
    }
}


/* Info header */

.info-header {
    background-color: white;
    margin: 0 -30px;
}

@media screen and (max-width: 800px) {
    .js .info-header {
        margin: 0 -10px;
    }
}

.js .info-header {
    display: none;
}


/* Feed container */

.feed-container {
    width: 100%;
    position: relative;
}

.info-alert,
.info-ie6 {
    border-top: 1px dotted #cccccc;
    padding: 15px 60px 20px;
    margin-top: -1px;
}

.alert-heading {
    margin-bottom: 5px;
}

.info-ie6 {
    background-color: white;
    margin-left: -30px;
    margin-right: -30px;
}


/*!
 * Slideshow
 */

.info-slideshow {
    position: relative;
}

.slideshow-slides {
    position: relative;
    height: 300px;
    padding-bottom: 80px;
    overflow: hidden;
}

.slideshow-slides .slide {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.slideshow-slides .image-wrapper {
    border-bottom: 1px solid #e6e6e6;
    display: block;
    overflow: hidden;
    position: relative;
    height: 300px;
}

.slideshow-slides .image-wrapper img {
    position: absolute;
}

.slideshow-slides .title {
    position: absolute;
    margin: 16px 80px 0 20px;
    padding-left: 20px;
}

.slideshow-slides .title .icon {
    float: left;
    margin-top: 0.25em;
    margin-left: -20px;
}

.slideshow-slides a {
    text-decoration: none;
    color: #545454;
}

.slideshow-slides a:hover {
    cursor: pointer;
}

@media screen and (max-width: 800px) {
    .slideshow-slides,
    .slideshow-slides .image-wrapper {
        height: 350px;
    }
}

@media screen and (max-width: 519px) {
    .slideshow-slides,
    .slideshow-slides .image-wrapper {
        height: 180px;
    }
    .slideshow-slides .title {
        margin-right: 0;
    }
}

.slideshow-indicator {
    position: absolute;
    right: 20px;
    bottom: 44px;
}

.slideshow-indicator a {
    margin-left: 4px;
    float: left;
}

@media screen and (max-width: 519px) {
    .slideshow-indicator {
        bottom: 24px;
    }
}


/*!
 * Feed nav
 */

.feed-nav-container {
    height: 50px;
    position: relative;
    margin-left: -30px;
    margin-right: -30px;
    z-index: 1;
}

@media screen and (max-width: 800px) {
    .js .feed-nav-container {
        margin-left: -10px;
        margin-right: -10px;
    }
}

.feed-nav {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
}

.feed-nav.sticky {
    width: auto;
    position: fixed;
    top: 0;
    left: 211px;
}

@media screen and (max-width: 800px) {
    .js .feed-nav.sticky {
        -webkit-transition: 0.25s cubic-bezier(0.19, 1, 0.22, 1);
        transition: 0.25s cubic-bezier(0.19, 1, 0.22, 1);
        -webkit-transition-property: left, right;
        transition-property: left, right;
        top: 50px;
        left: 0;
    }
}

@media screen and (max-width: 800px) {
    .js .offcanvas-left-visible .feed-nav.sticky {
        left: 210px;
        right: -210px;
    }
}

.offcanvas-right-visible .feed-nav.sticky {
    -webkit-transition: 0.25s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.25s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-property: left, right;
    transition-property: left, right;
    left: -630px;
    right: 630px;
}

@media screen and (max-width: 630px) {
    .offcanvas-right-visible .feed-nav.sticky {
        left: -100%;
        right: 100%;
    }
}


/* Feed nav tabs */

.feed-nav-tabs {
    *zoom: 1;
    background-color: #545454;
    margin-right: 50px;
}

.feed-nav-tabs:before,
.feed-nav-tabs:after {
    content: " ";
    display: table;
}

.feed-nav-tabs:after {
    clear: both;
}

.feed-nav-tabs,
.feed-nav-tabs a {
    color: #d9d9d9;
}

.feed-nav-tabs .label {
    height: 31px;
    padding-bottom: 0;
    padding-left: 40px;
}

.feed-nav-tabs .feed-nav-trigger {
    border-bottom: 3px solid #545454;
}

.feed-nav-tabs .feed-nav-trigger:hover,
.feed-nav-tabs .ui-tabs-active .feed-nav-trigger {
    background-color: #3b3b3b;
    border-bottom-color: #3b3b3b;
    color: white;
}

.feed-nav-tabs .ui-tabs-active .feed-nav-trigger {
    border-bottom-color: #ff0033;
}

.feed-nav-tabs .feed-nav-item {
    float: left;
    border: solid #6e6e6e;
    border-width: 0 1px 0 0;
    white-space: nowrap;
    position: relative;
}

.feed-nav-tabs .feed-nav-item.item-viewswitcher .label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.feed-nav-tabs .feed-nav-item.item-viewswitcher .feed-nav-trigger {
    line-height: 1;
    padding: 17px 17px 14px;
}

@media screen and (max-width: 519px) {
    .feed-nav-tabs .feed-nav-item.item-viewswitcher {
        display: none;
    }
}

.feed-nav-tabs .feed-nav-item.item-category .label,
.feed-nav-tabs .feed-nav-item.item-date .label {
    width: 60px;
}

.feed-nav-tabs .feed-nav-item.item-search {
    border-width: 0 0 0 1px;
    float: right;
}

.feed-nav-tabs .feed-nav-item.item-search a {
    height: 16px;
    line-height: 1;
    padding: 17px 0 14px;
    width: 50px;
    text-align: center;
}

@media screen and (max-width: 800px) {
    .js .feed-nav-tabs .label {
        padding-right: 20px;
    }
    .js .feed-nav-tabs .item-category .icon,
    .js .feed-nav-tabs .item-date .icon {
        display: none !important;
    }
}


/* Feed nav panel */

.feed-nav-panel {
    background-color: #3b3b3b;
    color: white;
    position: absolute;
    overflow: auto;
}

.feed-nav-panel#panel-category {
    left: 0;
    width: 181px;
}

.feed-nav-panel#panel-date {
    left: 0;
    width: 312px;
}

.feed-nav-panel#panel-search {
    right: 0;
    width: 320px;
}


/* Feed nav: Category selector */

.feed-nav-catselector label {
    background-color: #3b3b3b;
    color: white;
    display: block;
    line-height: 18px;
    padding: 12px;
}

.feed-nav-catselector label:hover,
.feed-nav-catselector label:focus {
    background-color: #545454;
}

.feed-nav-catselector .ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


/* Feed nav: Search */

.feed-nav-search .control-wrapper {
    display: block;
    margin: 10px;
    position: relative;
    padding-right: 85px;
}

.feed-nav-search .search-input {
    background-color: #545454;
    border: 1px solid #6e6e6e;
    color: white;
    height: 20px;
    margin: 0;
    padding: 4px;
    display: block;
    width: 205px;
    border-radius: 0;
    -webkit-appearance: none;
}

.feed-nav-search .search-submit {
    background-color: #545454;
    color: white;
    height: 30px;
    width: 80px;
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
}

.feed-nav-search .search-submit:hover,
.feed-nav-search .search-submit:focus {
    background-color: white;
    color: #545454;
}

.feed-nav-search .search-submit .letter {
    margin: 0 0.34em;
}


/* Feed nav: empty result */

.feed-nav-result {
    background-color: #3b3b3b;
    color: white;
    height: 35px;
    padding: 15px 20px 0;
    display: none;
}

.feed-nav-result a {
    color: #d9d9d9;
}

.button-reload {
    border-left: 1px solid #6e6e6e;
    position: absolute;
    right: 0;
    top: 0;
    *height: 50px;
}


/*!
 * jQuery UI Datepicker
 */

.ui-datepicker {
    background-color: #3b3b3b;
    color: white;
    margin: 2px;
}

.ui-datepicker-header {
    height: 35px;
    padding: 15px 50px 0;
    position: relative;
    text-align: center;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    cursor: pointer;
    position: absolute;
    top: 0;
    padding: 10px;
    line-height: 1;
}

.ui-datepicker-prev.ui-state-disabled,
.ui-datepicker-next.ui-state-disabled {
    display: none;
}

.ui-datepicker-prev {
    left: 0;
}

.ui-datepicker-next {
    right: 0;
}

.ui-datepicker-calendar {
    border-style: hidden;
    width: 100%;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
    text-align: center;
}

.ui-datepicker-calendar thead {
    background-color: #545454;
}

.ui-datepicker-calendar thead th,
.ui-datepicker-calendar thead td {
    border: 1px solid #3b3b3b;
    font-weight: normal;
    padding: 0.43em 0;
}

.ui-datepicker-calendar tbody a {
    color: white;
    text-decoration: none;
}

.ui-datepicker-calendar tbody th,
.ui-datepicker-calendar tbody td {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: 1px solid #6e6e6e;
    padding: 0.75em 0;
}

.ui-datepicker-calendar tbody .ui-datepicker-saturday,
.ui-datepicker-calendar tbody .ui-datepicker-saturday a {
    color: #29a9cc;
}

.ui-datepicker-calendar tbody .ui-datepicker-sunday,
.ui-datepicker-calendar tbody .ui-datepicker-sunday a {
    color: #ff4d71;
}

.ui-datepicker-calendar tbody .ui-datepicker-other-month {
    color: gray;
}

.ui-datepicker-calendar tbody .ui-datepicker-current-day {
    background-color: #b92341;
}

.ui-datepicker-calendar tbody .ui-datepicker-today {
    background-image: url(../img/bg-datepicker-circle.png);
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx) {
    .backgroundsize .ui-datepicker-calendar tbody .ui-datepicker-today {
        background-image: url(../img/bg-datepicker-circle@2x.png);
        background-size: 28px;
    }
}


/*!
 * Feed item
 */

.date-heading {
    -webkit-box-shadow: 0 1px white inset;
    box-shadow: 0 1px white inset;
    border-top: 1px solid #e6e6e6;
    color: gray;
    margin: 48px auto 12px;
    text-align: center;
}

.date-heading .label {
    background-color: white;
    border: 1px solid #e6e6e6;
    border-radius: 18px;
    display: inline-block;
    line-height: 33px;
    padding: 0 1.5em;
    position: relative;
    top: -17px;
    white-space: nowrap;
}

.no-borderradius .date-heading .label {
    background: url(../img/bg-pill.png) no-repeat 50% 50%;
    border-width: 0;
    line-height: 35px;
    padding: 0;
    width: 115px;
}

.feed-list-container.card .feed-group {
    *zoom: 1;
    margin: auto;
    max-width: 1600px;
}

.feed-list-container.card .feed-group:before,
.feed-list-container.card .feed-group:after {
    content: " ";
    display: table;
}

.feed-list-container.card .feed-group:after {
    clear: both;
}

.feed-list-container.card .col {
    float: left;
}

.feed-list-container.card.col-2 .col {
    width: 50%;
}

.feed-list-container.card.col-3 .col {
    width: 33.33%;
}

.feed-list-container.card.col-4 .col {
    width: 25%;
}

.feed-list-container.card.col-5 .col {
    width: 20%;
}

.feed-list-container.list .col {
    margin: auto;
    max-width: 960px;
}

.feed-loading {
    padding: 40px 0;
    text-align: center;
}

.feed-group {
    *zoom: 1;
    margin: auto;
}

.feed-group:before,
.feed-group:after {
    content: " ";
    display: table;
}

.feed-group:after {
    clear: both;
}

.feed-item {
    background-color: white;
    border: 1px solid #e6e6e6;
    position: relative;
    -webkit-transition: -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s;
}

.feed-item:hover,
.feed-item:focus {
    -webkit-box-shadow: 0 0 0 4px #ffb3c2;
    box-shadow: 0 0 0 4px #ffb3c2;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.feed-item a {
    text-decoration: none;
}

.feed-item .heading {
    word-wrap: break-word;
}

.feed-item .heading a {
    color: #545454;
    display: block;
}

.feed-item .source-icon {
    position: absolute;
    top: 0;
}

.card .feed-item {
    margin: 0 10px 20px;
    padding: 0 20px;
}

.card .feed-item .category {
    bottom: 25px;
    left: 20px;
}

.card .feed-item .thumb-wrapper {
    display: block;
    margin: 0 -20px;
}

.card .feed-item .thumb {
    width: 100% !important;
    height: auto !important;
}

.card .feed-item .heading a {
    padding: 10px 20px 40px;
    margin: 0 -20px;
}

.card .feed-item .source-icon {
    left: 0;
}

.card .feed-item .author-image {
    background-color: #d9d9d9;
    border: 3px solid white;
    margin-top: -28px;
    padding: 1px;
    width: 48px;
}

.card .feed-item .author-name {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.card .feed-item .date {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.card .feed-item .category {
    float: right;
    margin-top: 10px;
}

.card .feed-item.no-image .author-image {
    margin-top: 10px;
}

.list .feed-item {
    margin: 10px;
    padding-left: 160px;
    padding-bottom: 30px;
}

.list .feed-item.no-image {
    padding-left: 0;
}

.list .feed-item .category {
    position: absolute;
    top: 12px;
    left: 185px;
}

.list .feed-item.no-image .category {
    left: 25px;
}

.list .feed-item .thumb-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 160px;
    text-align: center;
    overflow: hidden;
    _height: 120px;
}

.list .feed-item .thumb-wrapper a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.list .feed-item .thumb {
    position: absolute;
    top: 0;
    left: 0;
    zoom: 1;
}

.list .feed-item .heading {
    border-bottom: 1px solid #e6e6e6;
}

.list .feed-item .heading a {
    min-height: 65px;
    padding: 30px 25px 10px;
    _height: 65px;
}

.list .feed-item .source-links {
    position: absolute;
    bottom: 0;
}

.list .feed-item .source-links a {
    color: gray;
}

.list .feed-item .author-image {
    border-right: 1px solid #e6e6e6;
    margin-right: 10px;
    height: 30px;
}

.list .feed-item .date {
    margin-left: 0.5em;
}

.list .feed-item .source-icon {
    right: 0;
}

@media screen and (max-width: 800px) {
    .js .list .feed-item {
        padding-left: 120px;
    }
    .js .list .feed-item.no-image {
        padding-left: 0;
    }
    .js .list .feed-item .category {
        left: 145px;
    }
    .js .list .feed-item.no-image .category {
        left: 25px;
    }
    .js .list .feed-item .feed-item-link {
        display: block;
        min-height: 0;
        padding: 5px 10px 0;
        _height: auto;
    }
    .js .list .feed-item .thumb-wrapper {
        width: 120px;
    }
    .js .list .feed-item .meta {
        border-top-width: 0;
    }
    .js .list .feed-item .author-name {
        font-size: 71.43%;
        line-height: 1.4;
    }
}

@media screen and (max-width: 519px) {
    .list .feed-item {
        margin: 10px 0;
    }
    .list .feed-item .category,
    .list .feed-item .author-image,
    .list .feed-item .source {
        display: none;
    }
    .list .feed-item .heading a {
        padding: 20px 15px 10px;
    }
    .list .feed-item .meta {
        padding-left: 10px;
    }
    .list .feed-item .source-links {
        bottom: 0;
        line-height: 1;
        min-height: 24px;
    }
}


/*!
 * Feed detail
 */

.ui-widget-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.ui-dialog {
    -webkit-box-shadow: -5px 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.2);
    height: 100% !important;
    max-width: 100%;
    position: absolute;
    width: 520px !important;
    z-index: 20;
}

.lt-ie8 .ui-dialog {
    top: 0 !important;
}

@media not screen and (height: 320px) and (orientation: landscape) {
    .iphone-safari .ui-dialog {
        height: -webkit-calc(100% + 60px) !important;
    }
}

.ui-dialog-titlebar {
    background-color: white;
    border-bottom: 1px solid #e6e6e6;
    position: absolute;
    text-align: right;
    width: 100%;
    z-index: 1;
}

.ui-dialog-titlebar-close {
    border-left: 1px solid #e6e6e6;
    line-height: 1;
    padding: 17px;
}

.ui-dialog-content {
    background-color: gray;
    height: 100% !important;
    overflow: auto;
    position: relative;
}

.feed-detail-container {
    display: none;
}

.feed-detail {
    height: 100%;
}

.feed-detail .image-container {
    margin: 0 -40px;
}

@media screen and (max-width: 800px) {
    .feed-detail .image-container {
        margin: 0 -20px;
    }
}

@media screen and (max-width: 519px) {
    .feed-detail .image-container {
        margin: 0 -10px;
    }
}

.feed-detail .image-container .image {
    width: 100%;
}

.feed-detail .content-wrapper {
    background-color: white;
    min-height: 100%;
    padding: 0 40px;
}

.lt-ie7 .feed-detail .content-wrapper {
    height: 100%;
}

.feed-detail .content-wrapper .push-top {
    height: 50px;
}

.feed-detail .content-wrapper .push-bottom {
    height: 135px;
}

@media screen and (max-width: 800px) {
    .feed-detail .content-wrapper {
        padding: 0 20px;
    }
}

@media screen and (max-width: 519px) {
    .feed-detail .content-wrapper {
        padding: 0 10px;
    }
}

.feed-detail .article-header {
    padding-top: 30px;
}

.feed-detail .article-header a {
    text-decoration: none;
}

.feed-detail .author-link {
    color: #545454;
}

.feed-detail .author-image {
    border: 1px solid #e6e6e6;
    float: left;
    margin-right: 14px;
}

.feed-detail .author-name {
    display: block;
    padding-top: 0.5em;
}

.feed-detail .date-link {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.feed-detail .source {
    position: absolute;
    top: 0;
    right: 0;
}

.feed-detail.no-image .source {
    position: static;
    margin-right: 0.5em;
}

.feed-detail .article-body {
    margin-top: 1.75em;
    margin-bottom: 1.75em;
    word-wrap: break-word;
}

.feed-detail .permalink {
    border: 1px solid #e6e6e6;
    color: #545454;
    display: block;
    min-height: 20px;
    padding: 15px;
    position: relative;
    text-align: center;
    text-decoration: none;
    _height: 20px;
}

.feed-detail .permalink .icon-before {
    margin-right: 0.5em;
    vertical-align: middle;
}

.feed-detail .permalink .icon-after {
    margin-top: -8px;
    position: absolute;
    top: 50%;
    right: 17px;
}

.feed-detail .permalink:hover {
    background-color: #f2f2f2;
}

.feed-detail .social-buttons {
    background-color: gray;
    height: 85px;
    padding: 20px 0 0;
    text-align: center;
    margin-top: -105px;
}

.feed-detail .social-buttons-item {
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
}

@media screen and (max-width: 630px) {
    .feed-detail {
        padding-left: 0;
    }
    .feed-detail .social-buttons {
        position: static;
        width: auto;
    }
    .feed-detail .social-buttons-item {
        display: inline-block;
        *display: inline;
    }
}


/*!
 * Breadcrumbs
 */

.breadcrumbs {
    background-color: #545454;
    padding: 17px 20px 0;
    height: 33px;
    margin-left: -30px;
    margin-right: -30px;
}

@media screen and (max-width: 800px) {
    .js .breadcrumbs {
        margin-left: -10px;
        margin-right: -10px;
    }
}

.breadcrumbs,
.breadcrumbs a {
    color: white;
}

.breadcrumbs a {
    text-decoration: none;
}

.breadcrumbs em {
    font-style: normal;
}


/*!
 * Site map
 */

.sitemap-container {
    *zoom: 1;
    margin: auto;
    max-width: 960px;
    _width: 960px;
}

.sitemap-container:before,
.sitemap-container:after {
    content: " ";
    display: table;
}

.sitemap-container:after {
    clear: both;
}

.sitemap-container .column {
    width: 50%;
    float: left;
}

.sitemap-container.cols-1 .column {
    width: auto;
    float: none;
}

.sitemap-item {
    background-color: white;
    border: 1px solid #e6e6e6;
    margin: 10px;
}

.sitemap-item .heading {
    border-bottom: 1px solid #e6e6e6;
    padding: 18px 20px;
}

.sitemap-item .body {
    padding: 5px 20px 18px;
}

.sitemap-item .body li {
    margin-top: 1em;
    padding-left: 21px;
}

.sitemap-item .body a .icon {
    float: left;
    margin-left: -21px;
    vertical-align: middle;
}

.accessibility-article {
    background-color: white;
    border: 1px solid #e6e6e6;
    margin: 30px auto;
    padding: 20px;
    max-width: 640px;
    _width: 640px;
}

.accessibility-article h1 {
    margin: 1em 0;
}

.accessibility-article h2 {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 0.5em;
    margin: 2em 0 0.5em;
}

.accessibility-article h3 {
    margin: 1.5em 0 0.5em;
}

.accessibility-article p,
.accessibility-article ul {
    margin: 0.5em 0 1.5em;
}

.accessibility-article ul {
    padding-left: 2em;
}

.accessibility-article ul li {
    list-style-type: disc;
}

.vision-article {
    text-align: center;
    background-color: white;
    border: 1px solid #e6e6e6;
    margin: 30px auto;
    padding: 20px;
    max-width: 640px;
    _width: 640px;
}

.vision-article h1 {
    margin: 1em 0;
}

.vision-article p {
    font-size: 90%;
    line-height: 1.65;
    margin: 1.5em 0 2.5em;
}

.common-article {
    background-color: white;
    border: 1px solid #e6e6e6;
    margin: 30px auto;
    padding: 20px;
    max-width: 640px;
    _width: 640px;
}

.common-article h1 {
    margin: 1em 0;
}

.common-article h2 {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 0.5em;
    margin: 2em 0 0.5em;
}

.common-article h3 {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 0.5em;
    margin: 1.5em 0 0.5em;
}

.common-article p,
.common-article ul {
    margin: 0.5em 0 1.5em;
}

.common-article ul {
    padding-left: 2em;
}

.common-article ul li {
    list-style-type: disc;
    line-height: 1.65;
}

.permalinkthum {
    text-align: center;
    margin: 15px 0 20px;
}

footer {
    margin: 5px auto;
    padding: 5px;
    max-width: 640px;
    _width: 640px;
    line-height: 1.65;
    font-size: 80%;
    text-align: center;
}

footer p {
    font-size: 120%;
    line-height: 1.2;
    margin: 0.3em 0 1.5em;
}


/*!
 * noscript
 */

.noscript-content {
    background-color: #f2f2f2;
    height: 100%;
    text-align: center;
    padding-top: 200px;
}

.noscript-content h1 {
    margin-bottom: 2.5em;
}

.noscript-content p {
    margin-top: 0.5em;
}

.noscript-content strong {
    font-size: 114.29%;
}


/*# sourceMappingURL=main.css.map */


/* 紙媒体向けスタイル定義 */

@media print {
    .page-main,
    .page_main {
        margin-left: 0px !important;
        z-index: 100 !important;
        zoom: 1;
    }
    .page-sidebar,
    .page_sidebar {
        display: none;
    }
    .page-header,
    .page_header {
        display: none;
    }
    .page-main,
    .page_main {
        border-left: none;
    }
}


/*docsグローバルナビ ブログボタン追加に伴う変更*/

.social-links a {
    width: 50px;
}

.social-links a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
}
