/* ir/style.css v1.0.0 */

* {
	word-break:normal;
}

.common_wrapper {
	overflow: hidden;
}

.common_pagefooter {
	margin: 5em 0 3em 0;
	text-align: right;
}

.common_pagefooter ul li {
	text-align: left;
}

body.index .common_article{
	max-width: 756px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
}

body.index .common_article.tit{
	max-width: 756px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 0 20px;
}

body.index .common_article h1{
	margin: 0 0 1em;
}
body.index .common_article a{
	text-decoration: none;
}
body.index .common_article .right{
	margin-bottom: .5em;
	padding: 20px 0 0;
}
body.index .common_article .right a{
	text-decoration: underline;
}
body.index .common_article a.feed{
	display: block;
	min-height: 52px;
	padding: 20px 30px;
}
body.index .common_article h2.stit{
	margin: 0;
	padding: 0;
	border-bottom: none;
	text-decoration: underline;
}
body.index .common_article p.lead{
	margin: 10px 0 0 0;
	padding: 0;
	color: #545454;
	text-align: left;
}

.common_article ul li{
	position: relative;
}
.common_article ul li span.new{
	position: absolute;
	width: 25px;
	height: 11px;
	background-image: url(https://s.yimg.jp/images/top/sp2/cmn/pic_all-131218.png);
	background-repeat: no-repeat;
	background-position: 0 -918px;
	text-indent: -9999px;
}

.contents_wrapper{
	width: 754px;
	margin-right: auto;
	margin-left: auto;
}
@media only screen and (max-width: 960px){
	.contents_wrapper{
		width: 100%;
	}
	.contents_wrapper *{
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
}

.contents_header{
	margin-top: 10px;

	*zoom: 1;
}
.contents_header:before,
.contents_header:after{
	display: table;
	content: ' ';
}
.contents_header:after{
	clear: both;
}
@media only screen and (max-width: 960px){
	.contents_header{
		position: relative;
		margin-top: 0;
		padding: 15px 0;
	}
}
.contents_header__item{
	float: left;
	line-height: 42px;
}
@media only screen and (max-width: 960px){
	.contents_header__item{
		float: none;
		line-height: 1.5;
	}
}
.contents_header__menu{
	float: right;
}
@media only screen and (max-width: 960px){
	.contents_header__menu{
		float: none;
	}
}

.page_title{
	font-size: 2em;
}
#english .page_title{
	font-size: 1.71429em;
}
@media only screen and (max-width: 960px){
	#english .page_title{
		font-size: 1.14286em;
	}
}
@media only screen and (max-width: 960px){
	.page_title{
		font-size: 2em; 
		text-align: center;
	}
}

.font_size__title{
	display: inline-block;
	font-size: .85714em; 
	vertical-align: middle;
}

.font_size__selector{
	display: inline-block;
	margin-left: 8px; 
	vertical-align: middle;
}

.selector_list{
	height: 22px;
	overflow: hidden;
	border: solid 1px #e6e6e6;
	border-radius: 12px; 
	background: #fff;
}
.selector_list__item{
	display: inline-block;
	width: 28px;
	border-left: solid 1px #e6e6e6;
	text-align: center;
	vertical-align: top;
}
.selector_list__item:first-child{
	border-left: none;
}
.selector_list__item:first-child a{
	padding-left: 1px;
}
.selector_list__item:last-child a{
	padding-right: 1px;
}
.selector_list__item a{
	display: block;
	color: #545454;
	font-weight: bold;
	font-size: .85714em;
	line-height: 22px;
	text-decoration: none;
	outline: none;
}
@media (min-width: 961px){
	.selector_list__item a:hover{
		margin-bottom: -1px;
		background-color: #e6e6e6;
	}
}
.selector_list__item a.is_current{
	background-color: #e6e6e6;
}

.change_size{
	vertical-align: baseline;
}
.change_size.is-s{
	font-size: .71429em;
}
.change_size.is-m{
	font-size: .85714em;
}
.change_size.is-l{
	font-size: 1em;
}

.language{
	margin-left: 20px;
}
#english .language{
	margin-left: 10px;
}
@media only screen and (max-width: 960px){
	.language{
		position: absolute;
		top: 50%;
		right: 10px;
		-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
}
.language__btn{
	display: inline-block;
	height: 24px;
	padding: 0 10px;
	border-radius: 12px;
	background: #545454;
	color: #fff;
	font-size: .78571em;
	letter-spacing: .02em;
	line-height: 24px;
	text-decoration: none; 
	text-align: center;
	vertical-align: middle;
}
@media (min-width: 961px){
	.language__btn:hover{
		background-color: #3b3b3b;
	}
}

.search{
	position: relative;
	margin-left: 20px;
}
#english .search{
	margin-left: 10px;
}
@media only screen and (max-width: 960px){
	.search{
		margin: 20px 10px 0;
	}
}
.search__query{
	display: inline-block;
	width: 158px;
	height: 32px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box; 
	margin: 0;
	padding: 0 10px;
	border: solid 1px #e6e6e6;
	border-radius: 0;
	background: #fff;
	font-size: .85714em;
	vertical-align: middle;

	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}
@media only screen and (max-width: 960px){
	.search__query{
		width: 57%;
		height: 42px;
	}
}
.search__scope{
	display: inline-block;
	width: 148px;
	height: 32px;
	overflow: hidden;
	vertical-align: middle;
}
@media only screen and (max-width: 960px){
	.search__scope{
		width: 43%;
		height: 42px;
		overflow: visible;
		border-right: solid 1px #e6e6e6; 
		line-height: 42px;
	}
}
.search__scope select{
	display: block;
	width: 130%;
	height: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box; 
	padding: 0 0 0 10px;
	border: solid 1px #e6e6e6;
	border-right: none;
	border-left: none;
	border-radius: 0;
	background: #fff url(https://s.yimg.jp/i/docs/ir/assets/img/icon_arrow_01.png) 128px center no-repeat;
	color: #545454;
	font-size: .78571em;

	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}
.search__scope select::-ms-expand{
	display: none;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx){
	.search__scope select{
		background-image: url(https://s.yimg.jp/i/docs/ir/assets/img/icon_arrow_01@2x.png);
		-webkit-background-size: 12px auto;
		        background-size: 12px auto;
	}
}
@media only screen and (max-width: 960px){
	.search__scope select{
		width: 100%;
	}
}
.search__btn{
	width: 32px;
	height: 32px;
	margin: 0;
	padding: 0;
	border: none;
	background: #545454;
	background: #545454 url(https://s.yimg.jp/i/docs/ir/assets/img/icon_search.png) center center no-repeat; 
	color: #fff;
	text-indent: -9999px;
	cursor: pointer;
}
@media (min-width: 961px){
	.search__btn:hover{
		background-color: #3b3b3b;
	}
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx){
	.search__btn{
		background-image: url(https://s.yimg.jp/i/docs/ir/assets/img/icon_search@2x.png);
		-webkit-background-size: 16px 16px;
		        background-size: 16px 16px;
	}
}
@media only screen and (max-width: 960px){
	.search__btn{
		display: block;
		clear: both;
		width: 100%;
		height: 42px;
		margin-top: 10px;
		border: none;
		background: #999;
		color: #fff;
		font-weight: bold;
		letter-spacing: 1em; 
		text-indent: 1em;
	}
}
.search__sitemap{
	position: absolute;
	top: 100%;
	right: 0;
	line-height: 1;
}
@media only screen and (max-width: 960px){
	.search__sitemap{
		position: static;
		top: auto;
		right: auto;
		line-height: 1.5;
	}
}

.sitemap{
	margin-top: 5px;
	text-align: right;
}
.sitemap__link{
	font-size: .85714em;
}

.g_nav{
	margin-top: 32px;
	text-align: center;
	*zoom: 1;
}
.g_nav:before,
.g_nav:after{
	display: table;
	content: ' ';
}
.g_nav:after{
	clear: both;
}
@media only screen and (max-width: 960px){
	.g_nav{
		margin-top: 25px;
		border: solid 1px #e6e6e6;
		background: #fff;
	}
}
.g_nav__item{
	display: block;
	float: left;
	width: 70px;
	margin-left: 44px;
	color: #545454;
	text-decoration: none;
	cursor: pointer;
}
.g_nav__item:first-child{
	margin-left: 0;
}
@media (min-width: 961px){
	.g_nav__item:hover img{
		top: -70px;
	}
}
#english .g_nav__item{
	display: inline-block;
	float: none;
	vertical-align: top;
}
@media only screen and (max-width: 960px){
	.g_nav__item{
		display: block;
		position: relative;
		float: none;
		width: 100%;
		margin-left: 0;
		padding: 10px;
		border-top: solid 1px #e6e6e6;
		background: #fff 10px center no-repeat;
		-webkit-background-size: 48px auto;
		        background-size: 48px auto;
		vertical-align: middle;
	}
	.g_nav__item:first-child{
		border-top: none;
	}
	.g_nav__item:before{
		display: block;
		position: absolute;
		top: 50%;
		right: 10px;
		width: 16px;
		height: 16px;
		margin-top: -8px;
		background: url(https://s.yimg.jp/i/docs/ir/assets/img/sprites.png) 0 0 no-repeat;
		content: '';
	}
}
@media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (max-width: 960px) and (min-resolution: 1.25dppx){
	.g_nav__item:before{
		background-image: url(https://s.yimg.jp/i/docs/ir/assets/img/sprites@2x.png);
		-webkit-background-size: 50px auto;
		        background-size: 50px auto;
	}
}
@media only screen and (max-width: 960px){
	.g_nav__item.is_company{
		background-image: url(https://s.yimg.jp/i/docs/ir/assets/img/nav_company_sp.png);
	}
	.g_nav__item.is_management{
		background-image: url(https://s.yimg.jp/i/docs/ir/assets/img/nav_management_sp.png);
	}
	.g_nav__item.is_finance{
		background-image: url(https://s.yimg.jp/i/docs/ir/assets/img/nav_finance_sp.png);
	}
	.g_nav__item.is_stock{
		background-image: url(https://s.yimg.jp/i/docs/ir/assets/img/nav_stock_sp.png);
	}
	.g_nav__item.is_archives{
		background-image: url(https://s.yimg.jp/i/docs/ir/assets/img/nav_archives_sp.png);
	}
	.g_nav__item.is_investor{
		background-image: url(https://s.yimg.jp/i/docs/ir/assets/img/nav_investor_sp.png);
	}
	.g_nav__item.is_faq{
		background-image: url(https://s.yimg.jp/i/docs/ir/assets/img/nav_faq_sp.png);
	}
}
.g_nav__icon{
	display: block;
	position: relative;
	width: 70px;
	height: 70px;
	overflow: hidden;
}
@media only screen and (max-width: 960px){
	.g_nav__icon{
		display: none;
	}
}
.g_nav__icon img{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
@media only screen and (max-width: 960px){
	.g_nav__icon img{
		width: 48px;
		height: 48px;
	}
}
.g_nav__caption{
	width: 110%;
	margin-top: 6px;
	margin-left: -5%;
	font-size: .85714em;
	line-height: 1.3;
	text-decoration: none;
	text-align: center;
}
@media (min-width: 961px){
	.g_nav__caption:hover{
		text-decoration: underline;
	}
}
@media only screen and (max-width: 960px){
	.g_nav__caption{
		width: 100%;
		margin-top: 0;
		margin-left: 0;
		padding-left: 58px;
		font-weight: bold;
		font-size: 1em;
		letter-spacing: .06em;
		line-height: 48px;
		text-align: left;
		vertical-align: middle;
	}
}

.banners{
	margin-top: 15px;
}
@media only screen and (max-width: 960px){
	.banners{
		margin-top: 0;
	}

	.banners img{
		width: 100%;
	}
}

.big_banner{
	display: block;
	background: #000;
}
@media (min-width: 961px){
	.big_banner:hover img{
		opacity: .9;
		-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
		filter: alpha(opacity=90);
	}
}
.big_banner img{
	display: block;
	width: 100%;
	-webkit-transition: all .2s;
	        transition: all .2s;
}

.small_banners{
	margin-top: 20px;
}
.small_banners:first-child{
	margin-top: 0;
}
@media only screen and (max-width: 960px){
	.small_banners{
		position: relative;
		margin: 15px 30px 0;
		text-align: left;
	}
}
.small_banners__inner{
	*zoom: 1;
}
.small_banners__inner:before,
.small_banners__inner:after{
	display: table;
	content: ' ';
}
.small_banners__inner:after{
	clear: both;
}
@media only screen and (max-width: 960px){
	.small_banners__inner{
		position: relative;
		height: 124px;
		overflow: hidden;
	}
}
@media only screen and (max-width: 960px){
	.small_banners__list{
		position: absolute;
		top: 0;
		left: 0;
		overflow: hidden;

		*zoom: 1;
	}
	.small_banners__list:before,
	.small_banners__list:after{
		display: table;
		content: ' ';
	}
	.small_banners__list:after{
		clear: both;
	}
}
.small_banners__item{
	float: left;
	width: 238px;
	margin-left: 20px;
}
.small_banners__item:first-child{
	margin-left: 0;
}
@media only screen and (max-width: 960px){
	.small_banners__item{
		width: 300px;
		overflow: hidden;
	}
}
.small_banners__item a{
	display: block;
	background: #000;
}
@media (min-width: 961px){
	.small_banners__item a:hover img{
		opacity: .9;
		-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
		filter: alpha(opacity=90);
	}
}
.small_banners__item img{
	display: block;
	width: 100%;
	-webkit-transition: all .2s;
	transition: all .2s;
}
@media only screen and (max-width: 960px){
	.small_banners__nav{
		position: absolute;
		top: 50%;
		width: 100%;
	}
}

.nav_arrow{
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.nav_arrow.is_prev{
	left: -20px;
}
.nav_arrow.is_prev img{
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.nav_arrow.is_next{
	right: -20px;
}
.nav_arrow.is_next img{
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.contents{
	margin-top: 10px;

	*zoom: 1;
}
.contents:before,
.contents:after{
	display: table;
	content: ' ';
}
.contents:after{
	clear: both;
}
@media only screen and (max-width: 960px){
	.contents{
		margin-top: 20px;
	}
}
.contents__main{
	float: left;
	width: 540px;
}
@media only screen and (max-width: 960px){
	.contents__main{
		float: none;
		width: auto;
	}
}
.contents__sidebar{
	float: right;
	width: 194px;
}
@media only screen and (max-width: 960px){
	.contents__sidebar{
		float: none;
		width: auto;
		margin-top: 20px;
	}
}

.section{
	margin-top: 10px;
}
.section:first-child{
	margin-top: 0;
}
@media only screen and (max-width: 960px){
	.section{
		margin-right: 10px;
		margin-left: 10px;
	}
}
.section__header{
	position: relative;
}
.section__title{
	margin: 0;
	padding-top: 10px;
	font-size: 1.5em;
}
@media only screen and (max-width: 960px){
	.section__title{
		font-size: 1.28571em;
	}
}
.section__content{
	margin-top: 10px;
}

.content_box{
	padding: 20px;
	border: solid 1px #e6e6e6;
	background: #fff;
}
@media only screen and (max-width: 960px){
	.content_box{
		padding: 0;
	}
}

.news__more_link{
	display: block;
	position: absolute;
	right: 0;
	bottom: 5px;
	font-size: .85714em;
}
@media only screen and (max-width: 960px){
	.news__more_link{
		top: 50%;
		bottom: auto;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

.news__list{
	*zoom: 1;
}
.news__list:before,
.news__list:after{
	display: table;
	content: ' ';
}
.news__list:after{
	clear: both;
}

.news__item{
	margin-top: 10px;

	*zoom: 1;
}
.news__item:first-child{
	margin-top: 0;
}
.news__item:before,
.news__item:after{
	display: table;
	content: ' ';
}
.news__item:after{
	clear: both;
}
@media only screen and (max-width: 960px){
	.news__item{
		margin-top: 0;
		padding: 10px;
		border-top: solid 1px #e6e6e6;
	}
}

.news__info{
	display: block;
	float: left;
	width: 180px;
	font-size: .85714em;
	line-height: 18px;

	*zoom: 1;
}
.news__info:before,
.news__info:after{
	display: table;
	content: ' ';
}
.news__info:after{
	clear: both;
}
@media only screen and (max-width: 960px){
	.news__info{
		float: none;
		width: 100%;
		font-size: 1em;
	}
}

.news__date{
	display: block;
	float: left;
}
@media only screen and (max-width: 960px){
	.news__date{
		display: inline;
		float: none;
	}
}

.news__category{
	display: block;
	float: right;
	margin-left: 10px;
}
@media only screen and (max-width: 960px){
	.news__category{
		display: inline;
		float: none;
		margin-left: 8px;
	}
}

.news__summary{
	display: block;
	float: right;
	width: 305px;
	color: #545454;
	font-size: .85714em;
	line-height: 18px;
	text-decoration: none;
	cursor: pointer;
}
@media (min-width: 961px){
	.news__summary:hover{
		text-decoration: none;
	}
	.news__summary:hover .news-body{
		text-decoration: underline;
	}
}
@media only screen and (max-width: 960px){
	.news__summary{
		float: none;
		width: 100%;
		margin-top: 8px;
		font-size: 1em;
	}
}

.news__file{
	text-decoration: none;
}

.download__group{
	margin-top: 15px;
}
.download__group:first-child{
	margin-top: 0;
}
@media only screen and (max-width: 960px){
	.download__group{
		margin-top: 0;
		border-top: solid 1px #e6e6e6;
	}
	.download__group:first-child{
		border-top: none;
	}
}

.download__headline{
	font-size: 1em;
}

@media only screen and (max-width: 960px){
	.download__headline{
		padding: 6px;
		text-align: center;
	}
}

.download__list{
	font-size: .85714em;
}
@media only screen and (max-width: 960px){
	.download__list{
		font-size: 1em;
	}
}
.download__list a{
	color: #545454;
	text-decoration: none;
}
@media (min-width: 961px){
	.download__list a:hover{
		text-decoration: none;
	}
	.download__list a:hover .download-body{
		text-decoration: underline;
	}
}

.download__item{
	margin-top: 6px;
}
@media only screen and (max-width: 960px){
	.download__item{
		margin-top: 0;
		border-top: solid 1px #e6e6e6;
	}
}
@media only screen and (max-width: 960px){
	.download__item a{
		display: block;
		padding: 12px;
	}
}

.download__btn{
	margin-top: 20px;
}

.file{
	white-space: nowrap;
}

.btn{
	display: block;
	width: 214px;
	height: 36px;
	margin-right: auto;
	margin-left: auto;
	border: solid 1px #f03;
	color: #f03;
	font-weight: bold;
	font-size: .85714em;
	letter-spacing: .06em;
	line-height: 36px;
	text-decoration: none;
	text-align: center;
}
@media (min-width: 961px){
	.btn:hover{
		background: #f03;
		color: #fff;
	}
}

@media only screen and (max-width: 960px){
	.stock__content{
		position: relative;
		padding: 10px;
	}
}

.stock__time{
	font-size: .85714em;
}
@media only screen and (max-width: 960px){
	.stock__time{
		font-size: 1em;
	}
}

.stock__item{
	margin-top: 7px;
	line-height: 1;
}

.stock__headline{
	display: inline-block;
	font-size: .85714em;
}
@media only screen and (max-width: 960px){
	.stock__headline{
		font-size: 1em;
	}
}

.stock__data{
	display: inline-block;
	margin-left: 10px;
}

.stock__price{
	font-weight: bold;
	font-size: 1.42857em;
}
@media only screen and (max-width: 960px){
	.stock__price{
		font-size: 1.71429em;
	}
}

.stock__gap{
	color: #3a932e;
	font-size: 1em;
}
@media only screen and (max-width: 960px){
	.stock__gap{
		font-size: 1.14286em;
	}
}
.stock__gap__rate{
	margin-left: .5em;
}

.stock__link{
	margin-top: 10px;
	font-size: .85714em;
	text-align: right;
}
@media only screen and (max-width: 960px){
	.stock__link{
		position: absolute;
		right: 10px;
		bottom: 10px;
	}
}

.links_list{
	margin-top: 10px;
}
.links_list:first-child{
	margin-top: 0;
}
@media only screen and (max-width: 960px){
	.links_list{
		margin-right: -10px;
		margin-left: -10px;
	}
}
.links_list__item{
	display: block;
	position: relative;
	padding: 16px 20px;
	border: solid 1px #e6e6e6;
	border-top: none;
	background: #fff;
	color: #545454;
	font-size: .85714em;
	text-decoration: none;
	outline-offset: -1px;
}
.links_list__item:first-child{
	border-top: solid 1px #e6e6e6;
}
.links_list__item:before{
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: url(https://s.yimg.jp/i/docs/ir/assets/img/sprites.png) 0 0 no-repeat;
	content: '';
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx){
	.links_list__item:before{
		background-image: url(https://s.yimg.jp/i/docs/ir/assets/img/sprites@2x.png);
		-webkit-background-size: 50px auto;
		        background-size: 50px auto;
	}
}
@media (min-width: 961px){
	.links_list__item:hover{
		background-color: #f2f2f2;
	}
	.links_list__item:hover:before{
		background-position: 0 -40px;
	}
}
@media only screen and (max-width: 960px){
	.links_list__item{
		padding-right: 10px;
		padding-left: 10px;
		font-weight: bold;
		font-size: 1em;
	}
}

.footer{
	margin-top: 20px;
}
@media only screen and (max-width: 960px){
	.footer{
		padding: 0 10px;
	}
}

.caution__title{
	font-size: 1em;
}

.caution__body{
	margin-top: 5px;
	font-size: .85714em;
}
@media only screen and (max-width: 960px){
	.caution__body{
		font-size: .78571em;
	}
}

#spFlg{
	display: none;
}
@media only screen and (max-width: 960px){
	#spFlg{
		display: block;
	}
}

@media (min-width: 961px){
	.show_sp{
		display: none !important;
	}
}

@media only screen and (max-width: 960px){
	.hide_sp{
		display: none !important;
	}
}

.font_size_l{
	font-size: 110%;
}

.font_size_s{
	font-size: 90%;
}

.mb1em {
    margin-bottom: 1em !important;
}

/* toppage */

.banners{
	position: relative;
}
.banners_txt{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 8px 16px;
	background: rgba(25, 25, 25, 0.5) none repeat scroll 0 0;
	color: #fff;
	font-size: 150%;
	line-height: 1.4;
}

.banners_txt.__en{
	line-height: 1.2;
}
.banners_txt .ex{
	display: block;
	margin-top: 2px;
	font-size: 80%;
}
.banners_txt.__en .ex{
	margin-top: 6px;
}
@media screen and (max-width: 480px){
	.banners_txt{
		font-size: 110%;
	}
}

.ex_indent {
	margin-left: 2em !important;
	text-indent: -2em;
}
.ex_indent_en {
	margin-left: 2.7em !important;
	text-indent: -2.7em;
}
.ex_indent_en.long {
	margin-left: 4.1em !important;
	text-indent: -4.1em;
}
dl.stock {
	margin-bottom: 2em;
}

.rss {
	margin: 0 0 0 0.5em;
}

.bulk_dl_btn{
	display: block;
	width: 214px;
	height: 36px;
	margin-right: auto;
	margin-left: auto;
	border: solid 1px #f03;
	color: #f03;
	font-weight: bold;
	font-size: .85714em;
	letter-spacing: .06em;
	line-height: 36px;
	text-decoration: none;
	text-align: center;
}

/* ir_info */
#ir_info,
#ir_info a{
	word-break: normal;
}
#ir_info .index h2{
	padding-bottom: 0;
	border: none;
	text-indent: 1em;
}
#ir_info h3{
	border-bottom: none;
}

#ir_info h3.bizres {
    margin-top: 3em !important;
    margin-bottom: 0;
    padding-bottom: 0;
}

#ir_info h3.download__headline,
#ir_info h3.stock__headline {
	margin: 0 !important;
}

#ir_info h4{
	margin: 0;
}

#ir_info .last_update{
	text-align: right;
}
#ir_info .last_update span{
	padding-right: .5em;
}
#ir_info .last_update.en span{
	padding: 0 0 0 .5em;
}
#ir_info.talk ol li{
	list-style-type: none;
	margin: 0 0 .5em -2em;
}
#ir_info .ceo_mes{
	overflow: hidden;
	*zoom: 1;
}
@media screen and (min-width: 601px){
	#ir_info .ceo_mes .index{
		float: left;
	}
}
#ir_info .ceo_photo{
	text-align: center;
}
@media screen and (min-width: 601px){
	#ir_info .ceo_photo{
		float: right;
		margin: 0 0 0 1.5em!important;
	}
}
@media screen and (max-width: 600px){
	#ir_info .ceo_photo{
		margin: 2em 0 0!important;
	}
}

@media screen and (max-width: 800px){
	body#body.page-index #ir_info {
		padding: 50px 0;
	}
	body#body.page-index #ir_info .breadcrumbs {
		padding: 17px 30px 0;
	}
}


#ir_info .txt_indent{
	padding-left: 20px;
}
#ir_info .center span,
#ir_info .ceo_photo span{
	display: block;
	overflow: hidden;
	zoom: 1;
}

/* IR top KV patch */
#fy_index img,
#q_index img,
#report img,
#marketandusage img,
#businessareas img{
	max-width: 100%;
	height: auto;
}
/* IR top KV patch end */
#ir_info img.logo{
	margin: 0 0 1.5em;
}
#ir_info ul.pdf li{
	list-style-type: none;
	padding-left: 25px;
	background: url(https://s.yimg.jp/images/common/pdf_s.gif) top left no-repeat;
}
#ir_info ul.pdf li.none{
	background: none;
}
#ir_info ul.pdf li.pdf_none{
	background: none;
}
#ir_info .border_box{
	overflow: hidden;
	zoom: 1;
	margin: 2em 0;
	padding: 1em;
	border: 1px solid #e6e6e6;
	word-wrap: break-word;
}
@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 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 li{
	list-style-type: decimal;
}
#ir_info ol.bizres li{
	position: relative;
	margin-left: 2em;
}
#ir_info ol.bizres li span{
	position: absolute;
	top: 0;
	left: -4.5em;
}
#ir_info ol.bizres.en li{
	margin-left: 3em;
}
#ir_info ol.bizres.en li span{
	left: -5.5em;
}

#ir_info ul.proviso li{
	position: relative;
}
#ir_info ul.proviso li{
	list-style-type: none;
}

#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.system{
	overflow: hidden;
	margin-top: 2em;
	line-height: 1.25;
	*zoom: 1;
}
#ir_info dl.system dt{
	float: none;
	clear: none;
	width: 100%;
}
#ir_info dl.system dd{
	margin: 1em 0 1.5em;
	padding: 0 0 1.5em;
	border-bottom: 1px solid #ddd;
	font-size: 114.29%;
}
#ir_info dl.detail{
	margin: 0 0 5em 1em;
}
#ir_info.en dl.detail{
	line-height: 1.2;
}
#ir_info dl.detail dt{
	float: left;
	clear: left;
	width: 7em;
}
#ir_info dl.detail dd{
	margin: 0 0 .5em 7em;
}
#ir_info dl.detail dd.en{
	margin-top: .7em !important;
	word-wrap: break-word;
}
#ir_info dl.detail dd.long{
	padding-top: 33px;
}

#ir_info dl.stock{
	line-height: 1.2;
}
@media all and (min-width: 481px){
	#ir_info dl.stock dt{
		width: 12em;
	}
	#ir_info dl.stock dd{
		margin-left: 12em;
	}
	#ir_info dl.stock dd.heightA{
		margin-bottom: 2em;
	}
}
@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 .faq dl dt{
	width: 2em;
}
#ir_info .faq dl dd{
	margin: 0 0 1em 2em;
}
#ir_info .en .faq dl dd{
	margin-bottom: .5em;
}
#ir_info li ul li{
	list-style-type: none;
}
#ir_info li.lower_disc ul li{
	list-style-type: disc;
}
#ir_info ul.yearlist{
	overflow: hidden;
	zoom: 1;
}
#ir_info ul.yearlist li{
	list-style-type: none;
	float: left;
}

#ir_info.issue li ul li {
	list-style-type: none;
	margin-left: 1em;
}

#current_tnav{
	max-width: 640px;
	margin: 30px auto;
	padding: 20px;
	border: 1px solid #e6e6e6;
	background-color: #fff;
}
#current_tnav ul li{
	display: inline-block;
	margin: 0 1em 0 0;
}
#current_tnav ul li span{
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 5px 0 0;
	background: url(https://s.yimg.jp/i/docs/top/assets/img/sprites.png) no-repeat 0 0;
	vertical-align: middle;
}

/* localnav */
#ir_info nav#local .twin_block .body.stock .tosyo{
	margin: .5em 0 0;
}
#ir_info nav#local .twin_block .body.stock .tosyo span{
	font-size: .75em;
}
#ir_info nav#local .twin_block .body.stock .time{
	margin-bottom: .5em;
	line-height: 1.0;
	text-align: right;
}
#ir_info nav#local .twin_block .body.stock dl{
	margin-bottom: .5em;
	text-indent: 1em;
}
#ir_info nav#local .twin_block .body.stock dl dt{
	float: left;
	clear: left;
}
#ir_info nav#local .twin_block .body.stock dl dd{
	margin: 0;
	text-align: right;
}
#ir_info nav#local .twin_block .body.stock .low{
	color: #f00;
}
#ir_info nav#local .twin_block .body.stock .chart{
	text-align: right;
}
#ir_info nav#local .twin_block ul li ul {
	display:none;
}
.individual #ir_info nav#local .twin_block ul li ul.individual,
.company #ir_info nav#local .twin_block ul li ul.company,
.policy #ir_info nav#local .twin_block ul li ul.policy,
.bizres #ir_info nav#local .twin_block ul li ul.bizres,
.holder #ir_info nav#local .twin_block ul li ul.holder,
.archives #ir_info nav#local .twin_block ul li ul.archives,
.issue #ir_info nav#local .twin_block ul li ul.issue{
	display: block;
}
#ir_info nav#local .twin_block.right_block ul{
	padding-left: 0;
}
#ir_info nav#local .twin_block.current ul{
	padding-left: 0;
}
body.issue nav#t_localnav ul li ul{
	display: block;
}

/* introduce */
#ir_info.directors .intro_box{
	overflow: hidden;
	zoom: 1;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #ddd;
}
#ir_info.directors .intro_box p{
	margin: 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: .5em;
}
#ir_info.directors .history_box dl{
	overflow: hidden;
}
#ir_info.directors .history_box dt{
	width: 8em;
}
#ir_info.directors .system dl,
#ir_info.analyst .system dl{
	overflow: hidden;
	margin: 0 0 1em 0;
}
#ir_info.directors .system dd{
	vertical-align: middle;
}

/* movie */
.fitmovie{
	text-align: center;
}
.fitmovie.small h4{
	margin: 2em 0;
	font-size: 150%;
}
@media screen and (min-width: 481px){
	.fitmovie.small{
		display: none;
	}
}
@media screen and (max-width: 480px){
	.fitmovie.pc{
		display: none;
	}
}

/* footable */
.footable td{
	text-align: right !important;
}
.footable td.footable_first_column{
	text-align: left !important;
}
.footable_row_detail_inner{
	text-align: left;
}

/* iframe */
.iframe_wrapper{
	position: relative;
	overflow: hidden;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	padding-top: 69px;
	padding-bottom: 50%;
}
.iframe_wrapper iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* issue */
#issue .footable td{
	text-align: left !important;
}
#issue .footable td.footable_last_column{
	text-align: right !important;
}

/* pagenav */
nav.pagenav{
	margin: 1.5em 0;
	font-weight: bold;
	text-align: center;
}
nav.pagenav ul{
	padding: 0;
}
nav.pagenav li{
	display: inline-block;
	zoom: 1;
	vertical-align: top;
}
nav.pagenav a{
	display: inline-block;
	zoom: 1;
	padding: .5em 1.0em;
	border: 1px solid #999;
	background-color: #fff;
	color: #999;
	text-decoration: none;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
	cursor: pointer;
}
nav.pagenav li.prev a,
nav.pagenav li.next a{
	font-weight: normal;
}
nav.pagenav a.current{
	border: 1px solid #666;
	background-color: #666;
	color: #fff;
}
nav.pagenav a:hover{
	border: 1px solid #545454;
	text-decoration: underline;
}
nav.pagenav p{
	font-weight: normal;
}

/* other */
#subsidiaries dt.note{
	width: 3em !important;
	margin-top: .5em !important;
}
#subsidiaries dd.note{
	margin-top: 1em !important;
	margin-left: 3em !important;
}
ul.disc_none li{
	list-style: none !important;
	padding-left: 0 !important;
}
li.tvIcon{
	list-style: none;
	background: url(https://s.yimg.jp/i/docs/ir/common/tv18.png) no-repeat !important;
}
