/* 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;
}

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: 480px) {
    #js-mediaquery:after {
        content: 'small';
    }
}


/*
 * Text
 */

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

.vision-article h1 {
    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,
.accessibility-article h3 {
    font-size: 114.29%;
    line-height: 1.5;
}

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

.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,
.list .feed-item .category,
.list .feed-item .date {
    font-size: 71.43%;
    line-height: 1.4;
}

#sidebar .top_link {
    font-size: 130%;
}

.copyright,
.list .feed-item .category,
.list .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 a {
    cursor: pointer;
    display: block;
    position: relative;
    text-decoration: none;
}

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

.primary_nav .icon,
.feed-nav-tabs li.item-category .icon,
.feed-nav-tabs li.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-tabs li.item-reload .button-reload,
.feed-nav-catselector .category-submit,
.feed-nav-search .search-submit,
.feed-detail-container .close-button {
    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-tabs li.item-reload .button-reload:hover,
.feed-nav-catselector .category-submit:hover,
.feed-nav-search .search-submit:hover,
.feed-detail-container .close-button:hover,
.toggle-nav:focus,
.feed-nav-tabs li.item-reload .button-reload:focus,
.feed-nav-catselector .category-submit:focus,
.feed-nav-search .search-submit:focus,
.feed-detail-container .close-button:focus,
.toggle-nav:active,
.feed-nav-tabs li.item-reload .button-reload:active,
.feed-nav-catselector .category-submit:active,
.feed-nav-search .search-submit:active,
.feed-detail-container .close-button:active {
    text-decoration: none;
}

[aria-disabled="true"].toggle-nav,
.feed-nav-tabs li.item-reload [aria-disabled="true"].button-reload,
.feed-nav-catselector [aria-disabled="true"].category-submit,
.feed-nav-search [aria-disabled="true"].search-submit,
.feed-detail-container [aria-disabled="true"].close-button,
[disabled].toggle-nav,
.feed-nav-tabs li.item-reload [disabled].button-reload,
.feed-nav-catselector [disabled].category-submit,
.feed-nav-search [disabled].search-submit,
.feed-detail-container [disabled].close-button {
    cursor: default;
}

.toggle-nav::-moz-focus-inner,
.feed-nav-tabs li.item-reload .button-reload::-moz-focus-inner,
.feed-nav-catselector .category-submit::-moz-focus-inner,
.feed-nav-search .search-submit::-moz-focus-inner,
.feed-detail-container .close-button::-moz-focus-inner {
    border-width: 0;
    padding: 0;
}


/*
 * Icons
 */

.primary_nav .icon,
.slideshow-slides .title .icon,
.feed-detail .permalink .icon-after,
.sitemap-item .body a .icon,
.feed-nav-tabs li.item-category .icon,
.feed-nav-tabs li.item-date .icon,
.feed-nav-catselector .feed-category-item.checked .icon,
.yui3-calendarnav-prevmonth,
.yui3-calendarnav-nextmonth,
.feed-detail .permalink .icon-before,
.slideshow-indicator a {
    display: inline-block;
    line-height: 0;
    vertical-align: top;
}

.primary_nav .icon,
.slideshow-slides .title .icon,
.feed-detail .permalink .icon-after,
.sitemap-item .body a .icon,
.feed-nav-tabs li.item-category .icon,
.feed-nav-tabs li.item-date .icon,
.feed-nav-catselector .feed-category-item.checked .icon,
.yui3-calendarnav-prevmonth,
.yui3-calendarnav-nextmonth,
.feed-detail .permalink .icon-before,
.slideshow-indicator a {
    background-image: url(http://i.yimg.jp/i/docs/top/assets/img/sprites.png);
    background-repeat: no-repeat;
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx) {
    .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 .feed-nav-tabs li.item-category .icon,
    .feed-nav-tabs li.item-category .backgroundsize .icon,
    .backgroundsize .feed-nav-tabs li.item-date .icon,
    .feed-nav-tabs li.item-date .backgroundsize .icon,
    .backgroundsize .feed-nav-catselector .feed-category-item.checked .icon,
    .feed-nav-catselector .feed-category-item.checked .backgroundsize .icon,
    .backgroundsize .yui3-calendarnav-prevmonth,
    .backgroundsize .yui3-calendarnav-nextmonth,
    .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: 50px auto;
    }
}

.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,
.feed-detail .permalink:hover .icon-after,
.sitemap-item .body a:hover .icon {
    background-position: 0 -20px;
    width: 16px;
    height: 16px;
}

.no-touch .primary_nav a:hover .icon {
    background-position: 0 -40px;
    width: 16px;
    height: 16px;
}

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

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

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

.feed-nav-catselector .feed-category-item.checked .icon {
    background-position: -20px 0;
    width: 24px;
    height: 24px;
}

.yui3-calendarnav-prevmonth {
    background-position: -110px 0;
    width: 50px;
    height: 50px;
}

.yui3-calendarnav-nextmonth {
    background-position: -110px -60px;
    width: 50px;
    height: 50px;
}

.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 !important;
        height: 50px !important;
    }
}


/*
//////////////////////////////////////////////////////////////////////////////////

グローバルナビ ---start---

//////////////////////////////////////////////////////////////////////////////////
*/


/* Toggle nav button */

.toggle-nav {
    display: none;
}

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

.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;
    }
}

.page_sidebar_inner {
    width: 210px;
}

.primary_nav ul {
    padding-top: 192px;
}

.primary_nav li {
    border-bottom: 1px solid #e6e6e6;
}

.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;
    }
}


/* Copyright */

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

@media screen and (min-width: 801px) and (min-height: 676px) {
    .copyright {
        position: absolute;
        bottom: 52px;
    }
}


/*
*social_links
*/

.social_links {
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #e6e6e6;
    line-height: 16px;
}

.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;
    line-height: 16px;
    padding: 9px 0;
    text-align: center;
}

@media screen and (min-width: 801px) and (min-height: 676px) {
    .social_links {
        border-bottom-width: 0;
        position: absolute;
        bottom: 0;
    }
}


/*
//////////////////////////////////////////////////////////////////////////////////

グローバルナビ ---end---

//////////////////////////////////////////////////////////////////////////////////
*/


/* 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;
}


/*
//////////////////////////////////////////////////////////////////////////////////

YUI calendar ---start---

//////////////////////////////////////////////////////////////////////////////////
*/

.yui3-calendar-content {
    background-color: #545454;
    color: white;
    margin: 5px;
}

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

.yui3-calendarnav-prevmonth,
.yui3-calendarnav-nextmonth {
    border: 0 solid #6e6e6e;
    position: absolute;
    top: 0;
}

.yui3-calendarnav-prevmonth span,
.yui3-calendarnav-nextmonth span {
    display: none;
}

.yui3-calendarnav-prevmonth {
    border-right-width: 1px;
    left: 0;
}

.yui3-calendarnav-nextmonth {
    border-left-width: 1px;
    right: 0;
}

.yui3-calendar-grid {
    border-style: hidden;
}

.yui3-calendar-grid th,
.yui3-calendar-grid td {
    text-align: center;
}

.yui3-calendar-grid thead {
    background-color: #999999;
}

.yui3-calendar-grid thead th,
.yui3-calendar-grid thead td {
    font-weight: normal;
    padding: 0.43em 0;
}

.yui3-calendar-grid tbody th,
.yui3-calendar-grid tbody td {
    border: 1px solid #6e6e6e;
    padding: 0.75em 0;
}

.yui3-calendar-grid tbody .saturday {
    color: #29a9cc;
}

.yui3-calendar-grid tbody .sunday {
    color: #ff4d71;
}

.yui3-calendar-grid tbody .yui3-calendar-prevmonth-day,
.yui3-calendar-grid tbody .yui3-calendar-nextmonth-day {
    color: gray;
}

.yui3-calendar-grid tbody .yui3-calendar-day-selected {
    background-color: #b92341;
}


/*
//////////////////////////////////////////////////////////////////////////////////

YUI calendar ---end---

//////////////////////////////////////////////////////////////////////////////////
*/


/*
//////////////////////////////////////////////////////////////////////////////////

feed-detail ---start---

//////////////////////////////////////////////////////////////////////////////////
*/

.feed-detail-container {
    -webkit-transition: right 0.25s cubic-bezier(0.19, 1, 0.22, 1);
    transition: right 0.25s cubic-bezier(0.19, 1, 0.22, 1);
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAoAAAAABAQMAAAB0cI00AAAAA1BMVEX///+nxBvIAAAAFUlEQVR4Xq3AgQAAAACAoP2pl6i0AQBRAAGd3qqEAAAAAElFTkSuQmCC) 110px 0 repeat-y #6e6e6e;
    *background-image: url(../img/bg-white-640x1.png);
    position: fixed;
    top: 0;
    bottom: 0;
    right: -630px;
    width: 630px;
    overflow: auto;
}

.feed-detail-container .close-button {
    background-color: white;
    border: solid #e6e6e6;
    border-width: 0px 0px 1px 1px;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    line-height: 50px;
    text-align: center;
}

@media screen and (max-width: 630px) {
    .feed-detail-container {
        background-image: none;
        width: 100%;
    }
}

@media screen and (max-width: 800px) {
    .js .feed-detail-container {
        top: 50px;
    }
}

.offcanvas-right-visible .feed-detail-container {
    right: 0;
}

.feed-detail {
    padding-left: 110px;
    *padding-right: 20px;
}

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

.feed-detail .content-wrapper {
    background-color: white;
    padding: 30px 40px;
    position: relative;
}

.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 {
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    padding: 10px 0;
    text-align: center;
}

.feed-detail .social-buttons-item {
    margin: 5px;
}

@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;
    }
}


/*
//////////////////////////////////////////////////////////////////////////////////

feed-detail ---end---

//////////////////////////////////////////////////////////////////////////////////
*/


/*
//////////////////////////////////////////////////////////////////////////////////

パンくず ---start---

//////////////////////////////////////////////////////////////////////////////////
*/

.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: underline;
}

.breadcrumbs em {
    font-style: normal;
}


/*
//////////////////////////////////////////////////////////////////////////////////

パンくず ---end---

//////////////////////////////////////////////////////////////////////////////////
*/

.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 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: 1.0em 0 1.5em;
}

footer img {
    max-width: 100%;
    height: auto;
}


/*
 * 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%;
}


/*
*release
*/

.release ol.wraplist {
    padding-left: 2.5em;
}

.release ol.wraplist li {
    list-style-type: decimal;
}

.release ol.wraplist li ol {
    padding-left: 1.5em;
    margin-bottom: 0.5em;
}

.release ol.wraplist li ol li {
    list-style-type: none;
}


/*
 * Site map
 */

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

.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;
}


/*
//////////////////////////////////////////////////////////////////////////////////

共通スタイル・部品指定  ---start---

//////////////////////////////////////////////////////////////////////////////////
*/

.mt0 {
    margin-top: 0 !important;
}

.mt2em {
    margin-top: 2em !important;
}

.mr0 {
    margin-right: 0px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb1em {
    margin-bottom: 1em !important;
}

.ml2em {
    margin-left: 2em;
}

.ml10 {
    margin-left: 10px !important;
}

.pr0 {
    padding-right: 0 !important;
}

.pl0 {
    padding-left: 0 !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.en {
    line-height: 1.25 !important;
    margin-top: 1.2em !important;
}

.bold {
    font-weight: bold !important;
}

li.indent_2,
li.indent {
    list-style-type: none !important;
}

.indent {
    text-indent: -1em;
    padding-left: 1em;
}

.indent_2 {
    text-indent: -1em;
    padding-left: 2em;
}

.indent2_0 {
    padding-left: 2.0em;
}

li.disc {
    list-style-type: disc !important;
}

li.circle {
    list-style-type: circle !important;
}

.f_left {
    float: left !important;
}

.f_right {
    float: right !important;
}

.f_clear {
    clear: both !important;
}

.center {
    text-align: center !important;
}

.left {
    text-align: left !important;
}

.right {
    text-align: right !important;
}

.common_wrapper {
    overflow: hidden;
    zoom: 1;
}

.common_pagefooter {
    margin: 5em 0 3em 0;
    text-align: right;
}

.common_pagefooter ul li {
    text-align: left;
}


/* 短いページの背景伸ばし */

body.low .page_wrapper_outer {
    min-height: 100%;
    height: 100%;
    background-color: #f2f2f2;
}

p.middle_img {
    text-align: center;
}

p.middle_img img {
    max-width: 75% !important;
}

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


/*
//////////////////////////////////////////////////////////////////////////////////

!importat指定 ※共通スタイル指定 ---end---

//////////////////////////////////////////////////////////////////////////////////
*/


/*
//////////////////////////////////////////////////////////////////////////////////

ソーシャルボタン ---start---

//////////////////////////////////////////////////////////////////////////////////
*/

#bigdata header ul.social,
#p_release header ul.social {
    margin: 0 0 1em 0;
    padding: 0;
}

#bigdata header ul.social li,
#p_release header ul.social li {
    display: inline-block;
    /display: inline;
    /* IE用ハック */
    /zoom: 1;
    /* IE用ハック */
    list-style-type: none;
    vertical-align: top;
    line-height: 1;
    margin-right: 1em;
}

#bigdata header li.face_btn,
#p_release header li.face_btn {
    width: 100px !important;
}

#bigdata header li.twitter_btn,
#p_release header li.twitter_btn {
    width: 85px !important;
}

#bigdata header li.hatena_btn,
#p_release header li.hatena_btn {
    width: 20px !important;
    margin-right: 0;
}


/*
//////////////////////////////////////////////////////////////////////////////////

ソーシャルボタン ---end---

//////////////////////////////////////////////////////////////////////////////////
*/


/*
//////////////////////////////////////////////////////////////////////////////////

レスポンシブ対応の表組（footable.js） ---start---

//////////////////////////////////////////////////////////////////////////////////
*/

.footable {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    border: solid #ccc 1px;
    border-top: none;
    margin: 2em 0;
}

.footable.breakpoint > tbody > tr > td.expand {
    background: url('http://i.yimg.jp/i/docs/release/plus.png') no-repeat 5px center;
    padding-left: 40px;
}

.footable.breakpoint > tbody > tr > td.expand.txt_indent {
    padding-left: 50px !important;
}

.footable.breakpoint > tbody > tr.footable_detail_show > td.expand {
    background: url('http://i.yimg.jp/i/docs/release/minus.png') no-repeat 5px center;
}

.footable.breakpoint > tbody > tr.footable_row_detail {
    background: #f2f2f2;
}

@media screen and (max-width: 480px) {
    .footable > tbody > tr:hover {
        background: #dbdbdb;
    }
}

.footable.breakpoint > tbody > tr:hover:not(.footable_row_detail) {
    cursor: pointer;
}

.footable > tbody > tr > td,
.footable > thead > tr > th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}

.footable > tbody > tr > td.footable_cell_detail {
    border-left: none;
}

.footable > thead > tr > th,
.footable > thead > tr > td {
    background-color: #ffe2e7;
    font-weight: normal;
}

.footable > thead > tr > th.footable_first_column,
.footable > thead > tr > td.footable_first_column,
.footable > tbody > tr > td.footable_first_column {
    border-left: none;
}

.footable > tbody img {
    vertical-align: middle;
}

.footable > tfoot > tr > th,
.footable > tfoot > tr > td {
    background-color: #f2f2f2;
    padding: 10px;
}


/*
//////////////////////////////////////////////////////////////////////////////////

レスポンシブ対応の表組（footable.js） ---end---

//////////////////////////////////////////////////////////////////////////////////
*/


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

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


/* プライバシーポリシー表示位置調整 */

@media screen and (max-width: 800px)
/*ナビがページ上部に表示されるとき*/

{
    .anchor-adjust {
        padding-top: 51px;
        margin-top: -51px;
    }
    .anchor-adjust.__stuff/*直下の子要素にmarginがある時*/
    {
        padding-top: 21px;
        margin-top: -21px;
    }
    .anchor-adjust.__stuff_s/*直下の子要素に小さくmarginがある時*/
    {
        padding-top: 31px;
        margin-top: -31px;
    }
    .anchor-adjust.__stuff_l/*直下の子要素に大きくmarginがある時*/
    {
        padding-top: 11px;
        margin-top: -11px;
    }
}


/*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;
}


/*
グローバルナビ修正
*/

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