/* 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 {
	font-size: 200%;
	line-height: 1.29;
	font-weight: normal;
}
.common_article h3 {
	font-size: 114.29%;
	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, .list .feed-item .category, .list .feed-item .date {
	font-size: 71.43%;
	line-height: 1.4;
}
.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;
	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: 66px;
	padding-bottom: 56px;
}
.site_logo a {
	display: inline-block;
}
@media screen and (max-width: 800px) {
 .js .site_logo {
 padding: 0;
}
 .js .site_logo img {
 width: auto !important;
 height: 50px !important;
}
}
/*
//////////////////////////////////////////////////////////////////////////////////

グローバルナビ_ここから

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

/* 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: 20px;
}
.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 {
	border-bottom: 1px solid #e6e6e6;
	display: block;
	padding: 0.7em 10px;
}
@media screen and (min-width: 801px) and (min-height: 644px) {
 .copyright {
 position: absolute;
 bottom: 52px;
}
}
/*
*social_links
*/
.social_links {
	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: 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;
}
/*
//////////////////////////////////////////////////////////////////////////////////

YUI calendar　ここから

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

.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　ここまで

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

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

dees-detail_ここから

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

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

dees-detail_ここまで

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

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

パンくず_ここから

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

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

パンくず_ここまで

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

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

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

agreement_ここから

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

.agreement h3 {
	border-bottom:none;
}
.agreement ol {
	margin: 0.5em 0 1.5em;
}
.agreement ol.wraplist {
	padding-left:2em;
}
.agreement ol.wraplist li {
	list-style-type: decimal;
}
.agreement ol.wraplist li ol.innerlist.style_none li {
	list-style-type: none;
}
.agreement ol.wraplist li ol.innerlist.style_none li ol li.indent_up {
	text-indent:-4em;
	margin-top:1.5em;
}
.agreement ol.wraplist h3, .agreement ol.wraplist h4, {
 border-bottom:none;
 padding-bottom:0;
}
.agreement ol.innerlist, .agreement ol.inner_decimallist {
	padding-left:3.0em;
	margin-bottom:1.5em;
}
.agreement ol.innerlist li {
	margin-bottom:0.5em;
}
.agreement ol.inner_decimallist li {
	list-style-type:decimal;
}
.agreement ol.menu {
	margin-left:1em;
	padding-top:0.5em;
	text-indent:0;
}
.agreement ol.menu li {
	margin-bottom:0.5em;
	padding-left:4em;
	position:relative;
	_position:static;
}
.agreement ol.menu li span {
	position:absolute;
	_position:static;
	_display:inline-block;
	_width:4em;
	top:0;
	left:5px;
	_left:0;
}
.agreement ol.innerlist ul.innerlist li, .agreement ul.innerlist li {
	list-style-type:disc;
	margin-bottom:0.5em;
}
.agreement ul.circle_list li {
	list-style-type:circle;
	margin-bottom:0.5em;
}
.agreement ol.innerlist li {
	position:relative;
	_position:static;
}
.agreement ol.innerlist li span {
	position:absolute;
	_position:static;
	_display:inline-block;
	top:0;
	left:-3.0em;
	_left:0;
}
.agreement p.inner {
	margin-bottom:0.5em;
}
.agreement p.date, .agreement p.top {
	text-align:right;
	margin-bottom:0.5em;
}
.agreement .inner_box {
}
.agreement .inner_borderbox {
	border: 1px solid #e6e6e6;
	margin: 20px 20px 20px 0;
	padding: 20px;
}
.agreement .inner_box li {
	list-style-type:disc;
}
.img_area {
	text-align:center;
}
/*
*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;
}
/*
//////////////////////////////////////////////////////////////////////////////////

agreement_ここまで

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

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

共通指定_ここから

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

.center {
	text-align:center !important;
}
.right {
	text-align:right !important;
}
.indent2_0 {
	padding-left:2.0em;
}
.ml2em {
	margin-left:2em;
}
.mt0 {
	margin-top:0 !important;
}
.mt2em {
	margin-top:2em !important;
}
.mb0 {
	margin-bottom:0px !important;
}
.mb10 {
	margin-bottom:10px !important;
}
.mb1em {
	margin-bottom:1em !important;
}
.mr0 {
	margin-right:0px !important;
}
.mr10 {
	margin-right:10px !important;
}
.ml10 {
	margin-left:10px !important;
}
.en {
	line-height:1.25 !important;
	margin-top:1.2em !important;
}
.bold {
	font-weight:bold !important;
}
.indent {
	text-indent:-1em;
	padding-left:1em;
}
.indent_2 {
	text-indent: -1em;
	padding-left: 2em;
}
li.indent_2 ,
li.indent {
	list-style-type:none !important;
}
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;
}
.common_wrapper {
	overflow:hidden;
	zoom:1;
}
.common_article ul.yearlist{
	overflow:hidden;
	zoom:1;
}
.common_article ul.yearlist li{
	float:left;
	list-style-type:none;
}
.common_pagefooter {
	margin:5em 0 3em 0;
}
.common_pagefooter p{
	text-align:right;
}
.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;
}
/*
//////////////////////////////////////////////////////////////////////////////////

共通指定_ここまで

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

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

プレスリリース_ここから (一部ビッグデータ)

//////////////////////////////////////////////////////////////////////////////////
*/
#p_release {
	word-wrap: break-word;
}
#p_release h3 {
	border-bottom:none;
}
#p_release .search_area {
	overflow:hidden;
	border: 1px solid #999;
	background-color: #E6E6E6;
	padding: 1.5em;
	margin-bottom:1em;
}
#p_release .result {
	border: 1px solid #999;
	background-color: #E6E6E6;
	padding:1.5em;
	margin: 0 0 3em 0;
}
#p_release .result p{
	margin:0;
}
#p_release .result p.discord{
	color:red;
}
#p_release .search_area .select_box select{
	width:100%;
}
#p_release .search_area .input_box input{
	width:100%;
}
#srchInputView{
	margin:0;
}
#p_release .search_area .select_pbox{
	overflow: hidden;
	zoom: 1;
	margin: 0 0 0.5em 0;
}
@media screen and (max-width: 480px) {
#p_release .search_area .select_box {
	width: 50%;
	float:left;
	clear:left;
	margin:0;
}
#p_release .search_area span{
	float: left;
	margin: 0 0 0 0.5em;
}
#p_release .search_area .input_box {
	float: left;
	width: 75%;
	margin: 0 0.5em 0 0;
}
#p_release .search_area input#srchBtn {
	float: left;
}

}
@media screen and (min-width: 481px) {
#p_release .search_area .select_box {
	width: 25%;
	float: left;
	margin:0 0 1em 0;
}
#p_release .search_area span{
	float:left;
	margin:0 0.5em 0;
}
#p_release .search_area .input_box {
	clear: left;
	float:left;
	width: 50%;
	margin:0 1em 0 0;
}
#p_release .search_area input#srchBtn {
	float: left;
}
}
#p_release .contents{
	padding:1.5em 0;
	border-bottom:1px solid #e6e6e6;
}
#p_release .contents .date{
	margin:0.5em;
}
#p_release .contents h2{
	margin:0;
	font-size:114.29%;
	border-bottom:none;
}
#p_release .contents .lead {
	margin:0;
	padding: 0 0 0 1em;
}
#p_release .more {
	text-align:right;
}
#p_release ul.bkn{
	margin:1.5em 0;
}
#p_release nav.pagenav{
	text-align:center;
	margin:1.5em 0;
}
#p_release nav.pagenav ul{
	padding:0;
}
#p_release nav.pagenav li{
	display: inline-block;
	zoom: 1;
	vertical-align: top;
}
#p_release nav.pagenav a{
	padding: 0.2em 1.0em;
	border: 1px solid #999;
	display: inline-block;
	zoom: 1;
	background-color:#fff;
	color:#999;
	white-space: nowrap;
	vertical-align: baseline;
	text-align: center;
	cursor: pointer;
	text-decoration:none;
}
#p_release nav.pagenav a.current{
	font-weight:bold;
	background-color: #E6E6E6;
}
#p_release nav.pagenav a:hover{
	border: 1px solid #545454;
}
/*
プレスリリース
ビッグデータ_ソーシャルボタンエリア_ここから
*/
#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;
}
/*
プレスリリース
ビッグデータ_ソーシャルボタンエリア_ここまで
*/
#bigdata .date, #p_release .date {
	margin: 0 0 1em 0;
	text-align:right;
}
#bigdata .corp, #p_release .corp {
	margin: 0 0 2em 0;
	text-align:right;
}
#p_release .img {
}
#p_release img {
	max-width:100%;
	height:auto;
}
#p_release .over_box {
	overflow:hidden;
	zoom:1;
}
#p_release .over_box span {
	overflow:hidden;
	zoom:1;
	display:block;
}

/*
2つ並びの画像に関する指定_ここから
*/
@media screen and (min-width: 801px) {
#p_release .over_box .left_box {
 float:left;
 width:49%;
 margin-right:2%;
 text-align:center;
}
#p_release .over_box .right_box {
 float:left;
 width:49%;
 text-align:center;
}
}
#p_release .over_box .left_box {
	float:left\9;
	width:49%\9;
	margin-right:1.8%\9;
	text-align:center\9;
}
#p_release .over_box .right_box {
	float:left\9;
	width:49%\9;
	text-align:center\9;
}
 @media screen and (max-width: 800px) {
#p_release .over_box .left_box {
 text-align:center;
 margin-bottom:2em;
}
#p_release .over_box .left_box img {
}
#p_release .over_box .right_box {
 text-align:center;
}
}
/*
2つ並びの画像に関する指定_ここまで
*/

/*
3つ並びの画像に関する指定_ここから
*/
@media screen and (min-width: 801px) {
#p_release .over_box .tres_box {
 float:left;
 width:32%;
 margin-right:2%;
 text-align:center;
}
#p_release .over_box .tres_box.last {
 margin-right:0%;
}
}
#p_release .over_box .tres_box {
	float:left\9;
	width:32%\9;
	margin-right:1.8%\9;
	text-align:center\9;
}
#p_release .over_box .tres_box.last {
	margin-right:0%\9;
}
 @media screen and (max-width: 800px) {
#p_release .over_box .tres_box {
 text-align:center;
 margin-bottom:2em;
}
#p_release .over_box .tres_box.last {
 margin-bottom:0em;
}
}
/*
3つ並びの画像に関する指定_ここまで
*/

/*
4つ並びの画像に関する指定_ここから
*/

@media screen and (min-width: 801px) {
#p_release .over_box .cuatro_box {
 float:left;
 width:23.5%;
 margin-right:2%;
 text-align:center;
}
#p_release .over_box .cuatro_box.last {
 margin-right:0%;
}
}
#p_release .over_box .cuatro_box {
	float:left\9;
	width:23.5%\9;
	margin-right:1.8%\9;
	text-align:center\9;
}
#p_release .over_box .cuatro_box.last {
	margin-right:0%\9;
}
 @media screen and (max-width: 800px) {
#p_release .over_box .cuatro_box {
 text-align:center;
 margin-bottom:2em;
}
#p_release .over_box .cuatro_box.last {
 margin-bottom:0em;
}
}
/*
4つ並びの画像に関する指定_ここまで
*/

#p_release .border_box {
	border:1px solid #e6e6e6;
	margin:20px 20px 20px 0;
	padding:20px;
	word-wrap: break-word;
}
#p_release.test_01 .border_box {
	border:1px solid #e6e6e6;
	margin:20px 20px 20px 0;
	padding:20px;
	word-wrap: break-word;
	width:3;
}
#p_release .ex_txt {
	font-size:small;
}
#p_release li {
	margin-bottom:0.5em;
}
#p_release li.none {
	list-style-type: none;
}
#p_release li.disc {
	list-style-type: disc;
}
#p_release li ul li {
	list-style-type:none;
}
#p_release li.lower_disc ul li {
	list-style-type:disc;
}
#p_release ol {
	padding-left:2em;
}
#p_release ol li {
	list-style-type:decimal;
}
#p_release ol li li {
	list-style-type:disc;
}
#p_release ul li ul {
	margin-top:0;
}
/*
//////////////////////////////////////////////////////////////////////////////////

プレスリリース_ここまで

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

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

fottable.js_ここから

//////////////////////////////////////////////////////////////////////////////////
*/
.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.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_ここまで

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

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

採用情報_経験者採用_ここから

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

#career h1.img_tit {
	text-align:center;
}
#career h1.img_tit img {
	max-width:100%;
}
/*
//////////////////////////////////////////////////////////////////////////////////

採用情報_経験者採用_ここまで

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

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

IR関連情報_ここから
一部ビッグデータ
//////////////////////////////////////////////////////////////////////////////////
*/
/*#ir_info h1{
	position:relative;
}
#ir_info h1 span.translation{
	position:absolute;
	top:-1em;
	right:0;
	font-weight:normal;
	font-size:50%;
}
*/
#ir_info{
	word-break: break-all;
}
#ir_info h3 {
	border-bottom:none;
}
/*
#ir_info.talk h3{
	position:relative;
}
#ir_info.talk h3 span.next{
	position:absolute;
	top:-1em;
	font-size:87.49671887304226%;
	font-weight:normal;
}
*/
#ir_info .center span {
	overflow:hidden;
	zoom:1;
	display:block;
}
#ir_info img {
	max-width:100%;
	height:auto;
}
#ir_info img.logo {
	margin:0em 0 1.5em;
}
#ir_info ul.pdf li {
	background:url(http://i.yimg.jp/images/common/pdf_s.gif) top left no-repeat;
	padding-left:25px;
	list-style-type:none;
}
#ir_info ul.pdf li.pdf_none{
	background:none;
}
#ir_info .border_box {
	border:1px solid #e6e6e6;
	margin:2em 0;
	padding:1em;
	word-wrap: break-word;
	overflow:hidden;
	zoom:1;
}
@media screen and (min-width: 801px) {
#ir_info .border_box .txt {
 float:left;
 width:75%;
 margin:0 2em 0 0;
}
#ir_info .border_box .img {
 overflow:hidden;
 zoom:1;
}
}
@media screen and (max-width: 800px) {
#ir_info .border_box .txt {
 margin:0;
}
#ir_info .border_box .img {
 text-align:center;
}
}
#ir_info dl {
	line-height:1.65;
}
#ir_info dl dt {
	float:left;
	clear:left;
	width:8em;
}
#ir_info dl dd {
	margin:0 0 1em 8em;
}
#ir_info dl.detail {
	margin:0 0 5em 1em;
}
#ir_info dl.detail dt {
	float:left;
	clear:left;
	width:7em;
}
#ir_info dl.detail dd {
	margin:0 0 1em 7em;
}
#ir_info .faq dl dt{
	width:2em;
}
#ir_info .faq dl dd {
margin: 0 0 1em 2em;
}
#ir_info li ul li {
	list-style-type:none;
}
#ir_info li.lower_disc ul li {
	list-style-type:disc;
}
/*
*IRフッターナビ　ビッグデータ
*/
#bigdata.index .common_article{
	margin-top:10px;
	margin-bottom:10px;
	padding: 0;
	max-width: 680px;
	_width:680px;
}
#bigdata.index .common_article.tit{
	margin-top:30px;
	margin-bottom:30px;
	padding: 0 20px;
	max-width: 640px;
	_width:640px;
}
#bigdata.index .common_article a {
	text-decoration:none;
}
#bigdata.index .common_article a.feed {
	display: block;
	min-height: 52px;
	padding:20px 30px;
}
#bigdata.index .common_article h2.stit {
	margin:0;
	padding:0;
	border-bottom:none;
	color: #545454;
}
#bigdata.index .common_article p.date{
	margin:10px 0 0 0;
	padding:0;
	text-align:left;
	color: #545454;
}
#bigdata nav#local, #ir_info nav#local {
	margin: 30px auto;
	padding: 0;
	max-width: 682px;
}
#bigdata nav#local .twin_block, #ir_info nav#local .twin_block {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (min-width: 481px) {
#bigdata nav#local .twin_block, #ir_info nav#local .twin_block {
width: 48.5%;
float: left;
}
#bigdata nav#local .twin_block.left_block, #ir_info nav#local .twin_block.left_block {
 margin-right:1.50%;
}
#bigdata nav#local .twin_block.right_block, #ir_info nav#local .twin_block.right_block {
 margin-left:1.50%;
}
}
@media screen and (max-width: 480px) {
#bigdata nav#local .twin_block, #ir_info nav#local .twin_block {
 max-width: 100%;
 margin-bottom:1em;
}
}
#bigdata nav#local .twin_block .border, #ir_info nav#local .twin_block .border {
	border: 1px solid #e6e6e6;
	background:#fff;
}
#bigdata nav#local .twin_block .body, #ir_info nav#local .twin_block .body {
	padding: 5px 20px 10px;
}
#bigdata nav#local .twin_block .body.bnr {
	padding: 20px;
}
#ir_info nav#local .twin_block .body.stock {
	padding: 10px 15px 18px;
}
#ir_info nav#local .twin_block .body.stock .tosyo {
	margin: 0.5em 0 0;
}
#ir_info nav#local .twin_block .body.stock .tosyo span {
	font-size:0.75em;
}
#ir_info nav#local .twin_block .body.stock .time {
	line-height:1.0;
	text-align:right;
	margin-bottom:0.5em;
}
#ir_info nav#local .twin_block .body.stock dl {
	text-indent:1em;
	margin-bottom:0.5em;
}
#ir_info nav#local .twin_block .body.stock dl dt {
	float:left;
	clear:left;
}
#ir_info nav#local .twin_block .body.stock dl dd {
	text-align:right;
	margin:0;
}
#ir_info nav#local .twin_block .body.stock .low {
	color:#F00;
}
#ir_info nav#local .twin_block .body.stock .chart {
	text-align:right;
}
#bigdata nav#local .twin_block a .icon, #ir_info nav#local .icon {
	float: left;
	margin:0px 0 0 -21px;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	background: url(http://i.yimg.jp/i/docs/top/assets/img/sprites.png) no-repeat 0 0;
}
#bigdata nav#local .twin_block a .icon, #ir_info nav#local .current_block .icon {
	margin-top:1px;
}
#bigdata nav#local .twin_block a:hover .icon, #ir_info nav#local .twin_block a.current{
}
#bigdata nav#local .twin_block .current .icon, #ir_info nav#local .current .icon,
#bigdata nav#local .twin_block a:hover .icon, #ir_info nav#local a:hover .icon {
	background-position: 0 -20px;
	width: 16px;
	height: 16px;
}
#bigdata nav#local .twin_block a .label, #ir_info nav#local .twin_block a .label {
	padding:1px;
}
#bigdata nav#local .twin_block ul, #ir_info nav#local .twin_block ul {
	padding-left:1em;
	margin:1em 0 0;
}
#ir_info nav#local .twin_block.right_block ul {
	padding-left:0em;
}
#bigdata nav#local .twin_block p {
	margin:0.5em 0 0;
}
#bigdata nav#local .twin_block ul.bnr {
	padding-left:0;
	margin:0;
}
#ir_info nav#local .twin_block.current ul {
	padding-left:0;
}
#bigdata nav#local .twin_block ul li, #ir_info nav#local .twin_block ul li {
	margin-bottom:1em;
	list-style-type:none;
	line-height:1.25;
}
#bigdata nav#local .twin_block ul li.long, #ir_info nav#local .twin_block ul li.long {
	line-height:1.2em;
}
#ir_info nav#local .current_block {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#ir_info nav#local .current_block {
	margin-bottom:10px;
}
#ir_info nav#local .current_block .border {
	border: 1px solid #e6e6e6;
	background:#fff;
}
#ir_info nav#local .current_block .body {
	padding: 10px 20px 10px;
}
#bigdata nav#local h2, #ir_info nav#local h2 {
	font-size: 1em;
	border-bottom: 1px solid #e6e6e6;
	margin: 0;
	padding: 12px;
	font-weight:normal;
}
#ir_info nav#local .current_block h2 {
	font-weight:bold;
}
#ir_info nav#local .current_block ul{
	padding:0 0 0 1em;
}
#bigdata h3 {
	border-bottom:none;
}
#bigdata h3.index {
	margin-bottom:0em;
}
#bigdata h3.index.high {
	position: relative;
	margin-top: 2.5em;
}
#bigdata h3.index.high span {
	position: absolute;
	top: -1.5em;
	font-size: 75%;
}
#bigdata p.index {
	font-size:75%;
	margin-top:0em;
	font-weight:bold;
	position:relative;
}
#bigdata p.index span{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 1.5em;
}
#bigdata nav#local .keyword {
	padding:12px;
}
#bigdata nav#local .keyword .navy {
	color:#24598E;
}
#bigdata img {
	max-width:100%;
	height:auto;
}
#bigdata .photo_ex {
	padding: 0 0 3px 0;
	font-size: 75%;
	color: #666;
	overflow:hidden;
}
#bigdata .photo_ex dt{
	float:left;
	width:3.2em;
}
#bigdata .photo_ex dd{
	margin:0 0 0 3.2em;
}
#bigdata .photo_ex span{
	font-size:133.3333333333333%;
	font-weight:bold;
}
#bigdata blockquote {
	padding: 1.25em;
	border: 2px dashed #ddd;
	margin: 1.25em;
	font-style: italic;
	font-family:sans-serif;
}
/*
*役員紹介ページ
*/
#ir_info.directors .intro_box{
	overflow:hidden;
	zoom:1;
}
#ir_info.directors .intro_box p{
	margin:0 0 0.5em 0;
	font-size:114.29%;
}
@media screen and (min-width: 481px) {
#ir_info.directors .intro_box .history_box{
	float:left;
	width:70%;
	margin:0;
}
#ir_info.directors .intro_box .name_box{
	float:left;
	width:25%;
	margin-right:5%;
}
}
@media screen and (max-width: 480px) {
#ir_info.directors .intro_box .history_box,
#ir_info.directors .intro_box .name_box{
 max-width: 100%;
}
}
#ir_info.directors .intro_box .name_box span{
	font-size:75%;
}
#ir_info.directors .history {
	margin:0;
	padding:0;
}
#ir_info.directors .history li{
	list-style-type:none;
	margin-bottom:0.5em;
}
#ir_info.directors .history_box dl{
	overflow:hidden;
	zoom:1;
	line-height:1.25;
}
#ir_info.directors .history_box dt{
	width: 8em;
}
#ir_info.directors .system dl,
#ir_info.analyst .system dl{
	overflow:hidden;
	zoom:1;
	margin:0 0 1em 0;
}
#ir_info.directors .system dd{
	display: table-cell;
	vertical-align: middle;
}
#ir_info ul.system{
	padding-left:0;
}
#ir_info ul.system li ul{
	padding-left:2em;
}
#ir_info ul.system li{
	list-style-type:none;
}
#ir_info ol {
		padding-left:2em;
}
#ir_info ol.bizres li{
	margin-left:2em;	
	position:relative;
}
#ir_info ul.proviso li{
	position:relative;
}
#ir_info ul.proviso li{
	list-style-type:none;
}
#ir_info ol li{
	list-style-type:decimal;
}
#ir_info ol.bizres li span{
	position:absolute;
	top:0px;
	left:-4.5em;
}
#ir_info ul.proviso li span{
	position:absolute;
	top:0px;
	left:-2.5em;
}
@media screen and (min-width: 481px) {
#ir_info dl.stock dt {
	width: 12em;
}
#ir_info dl.stock dd {
	margin-left:12em;
}
}
@media screen and (max-width: 480px) {
#ir_info dl.stock dt {
	width:100%;
	margin:0;
}
#ir_info dl.stock dd {
	max-width:100%;
	margin-left:1em;
}
}
#ir_info.issue li ul li {
	list-style-type: none;
	margin-left: 1em;
}