﻿@charset "utf-8";
/* CSS Document */
/* ver1.0 */


/* --------------------------------------------------------- 
  index
---------------------------------------------------------- */
.corporate-top-area {
	margin: 30px 40px; 
}

.corporate-banner-area {
	margin: 30px 40px; 
}

img.corporate-banner {
	vertical-align: middle;
	padding: 0px 20px;
}

.event {
	margin: 0 3% 0 0;
	box-sizing: border-box;
	width: 48.5%;
	float: left;
}

.ir-new {
	box-sizing: border-box;
	width: 48.5%;
	float: right;
}

.ir-new h3 {
	margin: 0 0 3px 0 ;
	font-size: 18px;
	font-weight: bold;
	float: left;
}

.ir-new span {
	margin: 5px 0 0 0;
	display: block;
	float: right;
	font-size: 13px;
	text-align:left;
}

.h3-corporate {
	margin: 0 0 15px 0;
	font-size: 17px;
	font-weight: bold;	
}

/* box-3col */
.box-3col {
	padding: 10px 20px 20px 20px;
	clear: both;
}

.box-3col-detail {
	padding: 0 2%;
	box-sizing: border-box;
	font-size: 14px;
	float: left;
	width: 33.33%;
}

.box-3col-detail img {
	border: 1px solid #eee;
	border-radius: 2px;
	width: 100%;
	height: auto;
	transition: .2s;
}

.box-3col-detail:hover img {
	opacity: 0.8;
}

.box-3col-link {
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
}

.box-3col-border {
	background: url(../img/dot_height.png) no-repeat right center;
	/*border-right: 1px dashed #ccc;	*/
}


/* --------------------------------------------------------- 
  side nav
---------------------------------------------------------- */
/*--- side nav1 ---*/
.side-nav{
	z-index: 0;
	border-radius: 0 0 3px 3px;
	font-size: 14px;
	background: #fff;
	margin: 40px 15%;
	width: 70%;
	border-top:1px solid #efefef;
	border-radius: 2px;
	position: relative;
}

.side-nav > li{
	border-bottom:1px solid #efefef;
	border-right:1px solid #efefef;
	border-left:1px solid #efefef;
	font-size: 15px;
        position: relative;
}

.side-nav li{
	list-style-type : none;
	margin: 0;
	padding: 0;
	color:#333;
}

.side-nav li a{
	display: block;
	padding: 15px 15px;
	text-decoration: none;
	line-height: 1.3;
	position: relative;
}

.side-nav > li:hover > a{
	background: #007bbd ;
	color: #fff;
	font-weight: bold;
}

.side-nav div li {
	float: left;
	width: 33.33333333%;
	box-sizing: border-box;
    border-right: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
}

.side-nav div li img {
	border: 1px solid #ccc;
	transition: .2s;
}

.side-nav div li:hover img {
	opacity: 0.8;
}

.side-nav div li a span {
	padding-top: 10px;
	padding-right: 10px;
	display: block;
	font-size: 14px;
	width: 140px;
	float: left;
}

.side-nav >.sub-parents>a:hover{
	background: #007bbd;
	color: #fff !important;
}

.side-nav > li:hover > a:after{
	display: block;
	position: absolute;
	content: "";
	top: 21px;
	right: 15px;
	width: 15px;
	height: 10px;
	background: url(../img/arrow_wh_rt.png) no-repeat center center;
}

.side-nav div{
	display: none;
	position: absolute;
	top: -1px;
	left: 100%;
	width: 800px;
	/*height: 500px;*/
	margin: 0;
	border: 1px solid #efefef;
	border-top: 2px solid #007bbd;
	border-radius: 0 0 3px 0;
	background: #fff;
}

.side-nav li:hover div{
	display: block;
}

.side-nav div.big{
	left: 250px;
	width: 800px;
}

.side-nav div.big li{
	float: left;
	width: 200px;
}

.side-nav div h3{
	padding: 5px 5px 5px 15px;
	margin: 0;
	color:#e47911;
	font-size: 16px;
	font-weight: normal;
}

.side-nav div li a{
	padding: 14px;
}

.side-nav div {
animation-name: anime1;
animation-duration: .4s;
}

@-webkit-keyframes anime1 {
  0% {
	  opacity:0;
  }
	  
  100% {
	  opacity:1;
  }
}


/* --------------------------------------------------------- 
  side-left
---------------------------------------------------------- */
/* info */
.about-ir-info {
	padding: 10px 15px;
	margin-bottom: 40px;
	background: #fff;
	font-size: 14px;
}

.about-ir-info ul li{
	padding: 3px 15px;
	background: url(../img/arrow_min_lightbl_rt.png) no-repeat left top 12px;
	font-size: 13px;
}

.about-ir-info ul li a{
	text-decoration: none;
}

/* youtube */

.youtube {
	margin: 0 0 30px 0;
	width: 100%;
	clear: both;
}

.youtube-a {
	padding: 2px 20px 2px 10px;
	margin:25px 0 0 0;
	background: url(../img/icon_new-window_wh.png) no-repeat right 3px top 3px #aaa;
	color: #fff;
	display: block;
	float: right;
	font: 13px/170% "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "Hiragino Kaku Gothic Pro";
}

.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
	clear: both;
    height: 0;
    overflow: hidden;
}
 
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* --------------------------------------------------------- 
  side-right
---------------------------------------------------------- */
/* about-ir-investors */
.about-ir-investors li{
	margin: 0 8px 3px 8px;
	float: left ;
}

.about-ir-investors li a{
	text-decoration: none;
}

/* 2colmun */
.about-ir-left {
	margin: 2% 2% 5% 6%;
	float: left;
	width: 57%;
}

.about-ir-right {
	margin: 2% 6% 5% 2%;
	float: right;
	width: 27%;
}


/* icon btn */

.about-ir-btn li{
	margin-bottom: 20px;
	border: 2px solid #dfdfdf;
	font-size: 16px;
	font-weight: bold;
}

.about-ir-btn li a{
	display: block;
	text-decoration: none;
	height: 100%;
}

.about-ir-btn-line1 a{
	padding: 15px 0 15px 50px;
}

.about-ir-btn-line2 a{
	padding: 10px 50px;
	line-height: 20px;
}

.about-ir-btn li span{
	display: block ;
	font-weight: normal;
}

.icon_cal {
	background: url(../svg/icon_calendar.svg) no-repeat left 15px center;
}

.icon_file {
	background: url(../svg/icon_file.svg) no-repeat left 15px center;
}

.icon_download {
	background: url(../svg/icon_download.svg) no-repeat left 15px center;
}

.icon_chart {
	background: url(../svg/icon_chart.svg) no-repeat left 15px center;
}

/* --------------------------------------------------------- 
  about
---------------------------------------------------------- */
.dl-tbl-inner dt {
	font-weight: bold;
}

.tbl-exhibition {
	margin: 0 0 50px 0;
	border: 2px solid #ececec;
	width: 100%;
}

.tbl-exhibition th, .tbl-exhibition td {
	padding: 10px 10px;
	border: 1px solid #ececec;
}

.tbl-exhibition th {
	padding-right: 20px;
	font-weight: bold;
	vertical-align: top;
	transition: .2s;
	width: 20%;
}

.tbl-director th {
    white-space: nowrap;
}

.mark-asia {
	border: 2px #ea9d63 solid;
	padding: 0 15px;
	box-sizing: border-box;
	margin-right: 10px;
	color: #ea9d63;
}

.mark-north-america {
	border: 2px #f06766 solid;
	padding: 0 15px;
	box-sizing: border-box;
	margin-right: 10px;
	color: #f06766;
}


/* --------------------------------------------------------- 
  director
---------------------------------------------------------- */

.tbl-director th{
	width: 100px;
}

/* --------------------------------------------------------- 
  office
---------------------------------------------------------- */

.tbl-office th{
	width: 150px;
}

.btn-map {
	background: #005b97;
	border: #005b97 1px solid;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size:13px;
	padding: 1px 10px;
	text-decoration: none;
}

.btn-map:hover {
	color: #fff;
}

.btn-map-large {
	background: #005b97;
	border: #005b97 1px solid;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	/*padding: 5px 10px;*/
	padding: 3px 10px;
	text-decoration: none;
	text-align: center;

	font-size: 12px;
	width: 80px;

}

.btn-map-large:hover {
	color: #fff;
}

.btn-google-map {
	border: #005b97 1px solid;
	padding: 3px 10px;
	border-radius: 2px;
	color: #005b97;
	display: inline-block;
	text-decoration: none;
	font-size: 12px;
	width: 80px;
}

.btn-google-map:hover {
	background: #005b97;
	color: #fff;
}

.map-area {
	width: 90%;
	margin: 0 auto;
}

.map-area img {
	width: 100%;
}


/*--- contents ---*/

ul.contents-box {
	margin:20px auto 30px auto;
	width: 100%;
}

.contents-box li {
	margin: 1%;
	float: left;
	text-align: center;
	width: 23%;
        min-height: 215px;
}

table.tbl-contents {
	margin:20px auto 15px auto;
}

td.td-contents {
	padding-bottom:10px;
	text-align:center;
	vertical-align:top;
}

/* 旧Japanese */
/*-----IRトップ-----*/
#ir-date {
	padding:5px 25px 0px 0;
	text-align:right;
}
#ir-event {
	margin:15px 20px 15px 15px;
	border:#BBB 1px solid;
}
#ir-event h2 {
	margin:1px;
}
#ir-event ul {
	margin:5px;
}
#ir-event ul li {
	margin:0 0 3px 10px;
	padding-left:10px;
	background:url(../img/link-mark.gif) no-repeat left 7px;
}
li.li-ir-event-sub {
	margin:0 0 3px 25px!important;
	padding-left:15px!important;
	background:url(../img/li-mark_sub.gif) no-repeat left 5px !important;
}
table.tbl-ir-event{
	margin-left:10px;
	margin-top:5px;
}
table.tbl-ir-event th{
	padding:1px 3px 1px 5px;	
}

table.tbl-ir-event td{
	padding:1px 3px ;	
}
table.tbl-ir-event img{
	vertical-align:middle;
	padding-bottom:3px;
}
/*---リスト---*/
ol.ol-standard {
	margin:3px 40px 5px 75px;
	list-style-type:decimal;
}
ol.ol-standard li {
	margin-bottom:5px;
}
ul.ul-standard {
	margin:3px 40px 5px 65px;
	list-style-type:disc;
}
ul.ul-standard li {
	margin-bottom:5px;
}
ul.ul-blue li {
	margin-bottom:5px;
	padding-left:10px;
	background:url(../img/li-mark_blue.gif) no-repeat left center;
}
ul.ul-tbl-inner-none li {
	margin-bottom:8px;
}

dl.dl-standard {
	margin:3px 40px 5px 40px;
}
dl.dl-standard dt {
	color:#1A4771;
	font-size:110%;
	font-weight:bold;
}
dl.dl-standard dd {
	margin-left:1em;
	margin-bottom:10px;
}

dl.dl-standard-col-navy {
	margin:3px 40px 5px 40px;
}
dl.dl-standard-col-navy dt {
	color:#039;
	font-size:110%;
	font-weight:bold;
}
dl.dl-standard-col-navy dd {
	margin-left:1em;
	margin-bottom:10px;
}


/*-----今後の予定 修正（14.04）-----*/
div#ir-upcoming-event {
	margin:10px 25px 10px 15px;
	background:#F8F7F3;
	border:#BDDDE6 1px solid;
}

div#ir-upcoming-event h2 {
	padding:3px 5px 3px 10px;
	background:url(../ir/img/h2_ir-upcoming-event_bg.jpg) no-repeat left top;
	color:#FFF;
	font-weight:bold;
}
div#ir-upcoming-event dl {
	margin:5px 10px;
	/*font-weight:bold;*/
}
div#ir-upcoming-event dt {
	margin:0 0 3px 5px;
	padding-left:10px;
	background:url(../img/link-mark.gif) no-repeat left 5px;
	float:left;
	width:12em;
}
div#ir-upcoming-event dd {
	float:left;
	width:500px;
}
/*-----今後の予定 修正（14.01） end -----*/

/*-----修正（15.01） -----*/
#ir-top-linkarea{
	padding:5px 0 5px 0;
	height:216px;
	position:relative;
	z-index:1;
}
#ir-top-linkarea ul{
	padding-left:5px;
}

#ir-top-linkarea ul li{
	list-style:none;
	float:left;
	margin-left:5px;
	margin-bottom:5px;	
}

.border-or{
	border-top:#D35305 4px solid !important;
}
.border-gr{
	border-top:#648613 4px solid !important;
}
.border-pi{
	border-top:#AB3A57 4px solid !important;
}
.border-bl{
	border-top:#316B84 4px solid !important;
}
.border-ye{
	border-top:#DCAF14 4px solid !important;
}



#ir-top-linkarea div{
	width:235px;
	height:100px;
	border-left:#CCC 1px solid;
	border-right:#CCC 1px solid;
	border-bottom:#CCC 1px solid;
}
#ir-top-linkarea a img.icon{
	padding-top:5px;
	padding-left: 142px;
	display:block;
	position:absolute;
	z-index:2;
}
#ir-top-linkarea div a{
	color:#333;
	text-decoration:none;
}
#ir-top-linkarea div a:hover{
	color:#06C;
	text-decoration:none;
}
#ir-top-linkarea div a:hover h3{
	color:#06C;
	text-decoration: underline;
}

#ir-top-linkarea div h3{
	width:145px;
	margin-left:10px;
	margin-top:7px;
	font-size:15px;
	font-weight:bold;
	letter-spacing:0.6px;
	z-index:1;
}
#ir-top-linkarea div h3 span{
	letter-spacing:-0.5px !important;
}
#ir-top-linkarea div p{
	width:140px;
	margin-left:10px;
	margin-top:6px;
	font-size:11px;
	letter-spacing:0.6px;
	line-height:1.3;
	z-index:1;
}

/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

/*----- 修正（15.01） end -----*/

p.ir-ftse{
	font-size:80%;
	letter-spacing:1.6px;
	line-height:1.4;
}


#ir-top-topics {
	margin:20px 25px 0 15px;
}
#ir-top-topics table {
	margin-top:5px;
	margin-bottom:10px;
	border-bottom:#CCC 1px dotted;
	width:720px;
}
#ir-top-topics th {
	padding:3px 3px 3px 10px;
	border-bottom:#CCC 1px dotted;
	vertical-align:top;
	white-space:nowrap;
}
#ir-top-topics td {
	padding:3px 3px 3px 5px;
	border-bottom:#CCC 1px dotted;
	vertical-align:top;
}

div#ir-top-topics h2 {
	border-bottom:#B3B3B3 1px solid;
}
div#ir-top-area {
	padding:0 10px 10px 15px;
	clear:both;
}

div.ir-top-item {
	margin:0 7px 20px 0 !important;
	padding-bottom:10px;
	background:url(../ir/img/ir-top-item_bg.jpg) no-repeat left bottom;
	float:left;
	width:175px;
	position:relative;
}

div.ir-top-item p {
	margin:0 auto !important;
	padding-top:10px;
	border-top:#D2D2D2 1px solid;
	width:155px;
}

div.ir-top-item ul {
	margin:10px 7px 10px 3px;
}

div.ir-top-item li {
	margin:0 0 3px 7px;
	padding-left:10px;
	background:url(../img/link-mark.gif) no-repeat left 7px;
}
div.news-sign {
	margin:0 30px 20px 30px;
	text-align:right;
}
div.news-sign p {
	margin:10px 0 0 0 !important;
}
div.news-inquiry {
	margin:50px 40px 20px 40px;
	clear:both;
}
div.news-inquiry dt {
	float:left;
	font-weight:bold;
	width:200px;/*english*/
}
div.news-inquiry dd {
	margin-left:200px !important;/*english*/
}
div#ir-bottom-link {
	margin:30px auto 10px auto;
	padding:5px 0;
	_padding:10px 0;
	background:url(../img/bg_bottom-gray-gradation.jpg) repeat-x left bottom;
	border:#CCC 1px solid;
	width:680px;
}
#ir-bottom-link ul {
    margin:10px auto;
	_margin:10px auto 0 auto;
	width:640px;
}
#ir-bottom-link li {
	margin:0 5px 0 0;
	padding-left:8px;
	padding-right:10px;
	background:url(../img/link-mark.gif) no-repeat left 5px;
	border-right:#CCC 1px solid;
	display:inline;
	font-size:90%;
}
.bdr-bottom-dash {
	padding-bottom:10px;
	border-bottom:#CCC 1px dashed;
}
/*-----カテゴリ・トップ-----*/
#ir-category-top-area {
	margin:20px 10px 10px 30px;
} 
#ir-category-top-area dl {
	margin:0 25px 10px 0;
	border:#CCC 1px solid;
	float:left;
	width:320px;
}
#ir-category-top-area dt a {
	padding:5px 5px 5px 15px;
	background:url(../img/link-mark.gif) #E8F0F7 no-repeat 8px center;
	border:#FFF 1px solid;
	display:block;
	width:298px;
}
#ir-category-top-area dd {
	padding:5px;
	border-top:#CCC 1px solid;
	display:block;
	width:310px;
}
p.p-ir-category-top-caption{ 
	padding:10px 0 15px 0 !important;
	border-top:#D2D2D2 1px solid;
}

/*-----カテゴリ新規追加（14.01）-----*/

div.category-index {
	background:url(../ir/img/ir-top-item-h2_bg.jpg) no-repeat left top;
	padding-top:10px;
	position :relative;
	text-align:center;
}
div.category-index img {
	margin:0 auto !important;
	width:155px;
}
div.category-index h2 {
	margin:0;
	font-size:14px;
	position:absolute;
	text-decoration:underline;
	text-align:left;
	top:33px;
	left:15px;
	z-index:10;
}

div.category-index h2 a {
	color:#FFF !important;	
	font-weight:bold;
}

div.category-index h2 a:hover{
	color:#E65702 !important;	
	font-weight:bold;
}

/*-----サイドメニュー-----*/
ul#ul-ir-side1 {
	margin-bottom:15px;
	padding:5px;
	background:url(../img/bg_gray-gradation-200.gif) repeat-x left bottom; 
	border:#CCC 1px solid;
	width:175px;
}
li.li-ir-side1-now {
	background:#E2E7ED;
}
ul#ul-ir-side1 li a {
	padding:2px 5px 1px 10px;
	background:url(../img/link-mark_blue_small.gif) no-repeat 2px center;
	color:#333;
	display:block;
	text-decoration:none;
}
#ul-ir-side1 li a:hover {
	background:url(../img/link-mark_blue_small.gif) no-repeat 2px center #DDD;
	color:#06C;
	text-decoration:underline;
}
#ir-chart {
	margin-bottom:10px;
	border:#CCC 1px solid;
}
#ir-chart h2 {
	padding:10px;
	background:url(../ir/img/ir-chart_h2_bg.jpg) no-repeat right bottom;
	font-weight:bold;
	font-size:90%;
}
#ir-chart p {
	margin-left:3px;
}
p.p-ir-chart {
	padding:3px 5px;
}
#ir-chart h2 a {
	color:#FFF !important;
}
#ir-latest-data {
	border:#CCC 1px solid;
}
#ir-latest-data h2 {
	margin:1px;
}
ul#ul-ir-side2 {
	padding:5px;
	width:175px;
}
ul#ul-ir-side2 li {
	padding:2px 5px 1px 10px;
	background: url(../img/link-mark.gif) no-repeat 2px 8px;
	color:#333;
	display:block;
	text-decoration:none;
}
ul#ul-ir-side2 li a {
	color:#333;
	text-decoration:none;
}
ul#ul-ir-side2 li a:hover {
	color:#06C;
	text-decoration:underline;
}
li.li-ir-side2-last {
	border-bottom:none !important;
}
img#linkto-ir-latest {
	margin-bottom:20px;
}
/*-----IR共通-----*/
dl.dl-ir-standard {
	margin:20px 10px 10px 40px;
}
dl.dl-ir-standard dt {
	margin-bottom:5px;
	color:#555;
	font-size:120%;
	font-weight:bold;
}
dl.dl-ir-standard dd {
	margin-bottom:10px;
	margin-left:10px;
	padding-left:10px;
	background:url(../img/link-mark.gif) no-repeat left 7px;
}
dl.dl-ir-indent {
	margin:20px 10px 10px 40px;
}
dl.dl-ir-indent dt {
	margin-bottom:5px;
	color:#555;
	font-weight:bold;
}
dl.dl-ir-indent dd {
	margin-bottom:10px;
	margin-left:30px;
}
ul.ul-ir-border-bottom {
	margin:10px 40px;
}
ul.ul-ir-border-bottom li {
	padding:10px 5px 10px 15px;
	background:url(../img/link-mark.gif) no-repeat 5px center;
	border-bottom:#CCC 1px dotted;
}

hr.hr-ir-blue {
	margin:0 30px 0 30px;
	border:#FFF 1px solid;
	border-top:#09C 1px dotted;
	clear:both;
}

/*-----IRトピックス-----*/

table#ir-topics {
	margin:20px auto 15px auto;
	border-bottom:#CCC 1px solid;
	width:700px;
}
table#ir-topics th {
	padding:4px 0 4px 5px;
	border-top:#CCC 1px solid;
	vertical-align:top;
	white-space:nowrap;
}
table#ir-topics td {
	padding:4px 5px 4px 5px;
	border-top:#CCC 1px solid;
	vertical-align:top;
}
table#ir-topics p {
	margin:0!important;
	background:url(../img/link-mark.gif) no-repeat left 6px;
	padding-left:8px;
	display:list-item;
	list-style-type:none;

}
table#ir-topics img {
	vertical-align:text-bottom !important;
}
/*----------------------------------------
　財務・業績
----------------------------------------*/
div#financial-dl-10 {
	margin:10px 30px 10px 0;
	padding:7px 10px;
	border:#99CDFD 1px solid;
	background:url(../ir/img/financial-data-dl10_bg.gif) repeat-x left bottom;
	width:35em;
	text-align:center;
	float:right;
}

/*---コメントアウト（14.01.24.ito）---
div#financial-dl-10 {
	margin: 0 0 0 30px;
	padding:7px 20px;
	border:#99CDFD 1px solid;
	background:url(../ir/img/financial-data-dl10_bg.gif) repeat-x left bottom;
	width:550px;
}
*/

table.tbl-financial-data {
	margin:0 10px 20px 25px;
	width:710px;
	clear:right;
}
table.tbl-financial-data caption {
	text-align:right;
}
table.tbl-financial-data th {
	padding:3px 5px;
	background: #E8F0F7;
	border:#CCC 1px solid;
}
table.tbl-financial-data td {
	padding:3px 5px;
	border:#CCC 1px solid;
	text-align:right;
}

th.th-gray {
	background:#EEE !important;
}
th.th-light-gray {
	background:#F5F5F5 !important;
}
ul.ul-financial-desc {
	margin:10px 20px 20px 45px;
}
ul.ul-financial-desc li {
	margin-bottom:3px;
	list-style-type:disc;
}

ul.ul-financial-note {
	margin:10px 30px;
}
ul.ul-financial-note li {
	margin-bottom:5px;
	padding-left:15px;
	background:url(../img/li-mark_comment.gif) no-repeat left 4px;
	
}

#graph-area {
	padding-left:10px;
}


/*-----新しく追加しました10年分(20140108)----*/
table.tbl-financial-data-10years{
	margin:0 10px 20px 25px;
	width:900px;
	clear:right;
}

table.tbl-financial-data-10years {
	text-align:right;
}
table.tbl-financial-data-10years th {
	padding:3px 5px;
	background: #E8F0F7;
	border:#CCC 1px solid;
	text-align:left;
	vertical-align:middle !important;
	}
table.tbl-financial-data-10years td {
	padding:3px 5px;
	border:#CCC 1px solid;
	text-align:right;
	vertical-align:middle !important;

}

table.tbl-financial-data-10years_bs{
	margin:0 10px 20px 25px;
	width:900px;
	clear:right;
}
table.tbl-financial-data-10years_bs th {
	padding:3px 5px 2px 8px;
	background: #E8F0F7;
	border:#CCC 1px solid;
	text-align:left;
	}
table.tbl-financial-data-10years_bs td {
	padding:3px 5px;
	border:#CCC 1px solid;
	text-align:right;
}

table.tbl-financial-data-10years_cashflow{
	margin:0 10px 20px 25px;
	width:900px;
	clear:right;
}
table.tbl-financial-data-10years_cashflow th {
	padding:3px 3px 2px 8px;
	background: #E8F0F7;
	border:#CCC 1px solid;
	text-align:left;
	}
table.tbl-financial-data-10years_cashflow td {
	padding:3px 3px;
	border:#CCC 1px solid;
	text-align:right;
}

/*--------------------------------------------------------
  　財務・業績　10年分　14.01.21追加
---------------------------------------------------------*/

div.financial-10years-data {
	margin-left:30px;
	width:690px;
}

.financial-10years-data table {
	margin:0 0 20px 0;
	width:980px;
}
.financial-10years-data table  caption {
	text-align:right;
}
.financial-10years-data table  th {
	padding:3px 5px;
	background: #E8F0F7;
	border:#CCC 1px solid;
}
.financial-10years-data table  td {
	padding:3px 5px;
	border:#CCC 1px solid;
	text-align:right;
}

/*---------------------------------------------------
　　株式について
----------------------------------------------------*/
/*-----株式手続きのご案内-----*/
#ir-information-inquiry {
	margin:0 0 0 50px;
	padding:10px;
	border:#358EC4 3px double;
	width:550px;
}
#ir-information-inquiry h4 {
	margin-bottom:7px;
	font-size:110%;
	font-weight:bold;
}
/*-----電子公告-----*/
p#p-ir-announcement {
	margin:30px auto !important;
	padding:10px;
	border:#CCC 2px solid;
	font-size:120%;
	text-align:center;
	width:400px;
	
}
/*---------------------------------------------------
　　経営方針
----------------------------------------------------*/
/*-----ビジョン・経営方針-----*/
#vision {
	margin:20px 50px;
	padding:20px 10px;
	background: #FBF8F2;
	border:#9CC2E9 3px solid !important;
}
#vision h2 {
	margin:0 10px 0 10px;
	padding-bottom:5px;
	color:#069;
	font-size:120%;
	font-weight:bold;
}
#vision p {
	margin:0 10px !important;
}
/*-----経営戦略-----*/
ol#ol-stratedy-top {
	margin:10px 30px 20px 50px;
	padding:15px;
	border:#31A7D9 1px solid;
	background: #FBF8F2;
	width:400px;
}
ol#ol-stratedy-top li {
	margin-bottom:5px;
	margin-left:40px;
	list-style:decimal;
	font-weight:bold;
}

/*-----コーポレート・ガバナンス-----*/
h4.h4-governance {
	margin:10px 20px 10px 35px;
	padding:2px 5px;
	/*border-bottom:#CCC 1px solid;*/
	font-weight:bold;
	font-size:115%;
}
h5.h5-governance {
	margin:10px 20px 10px 35px;
	padding:4px 5px;
	background:#EEEEE8;
	font-weight:bold;
}
dl.dl-governance {
	margin:10px 30px 10px 40px;
}
dl.dl-governance dt {
	margin-bottom:5px;
	color:#555;
	font-weight:bold;
}
dl.dl-governance dd {
	margin:0 10px 15px 10px;
}

/* num1 */
ol.ol-governance { 
	margin:10px 30px 10px 60px;
}
ol.ol-governance li {
	position: relative;
	list-style: none !important;
	margin-bottom:10px;
}
ol.ol-governance li span {
	position: absolute;
	top: 0;
	left:-2.5em;
}

/*---------------------------------------------------
　　IR資料室
----------------------------------------------------*/
#ir-download {/*-----財務・業績のExcelダウンロードと共通------*/
	margin:10px 40px;
	border:#D7E0EC 1px solid;
}
#ir-download h2 {
	margin:1px;
}
#p-ir-download {
	margin-left:20px !important;
	padding-left:15px;
	background:url(../img/link-mark.gif) no-repeat left 5px;
}
#p-ir-download-desc {
	margin:10px !important;
	padding:0 10px;
}

#p-ir-download-bottom {
	margin:10px 10px 20px 10px !important;
	padding:0 10px 10px 10px;
	border-bottom:#CCC 1px solid;
}
#ir-download img {
	vertical-align:middle;
}
#ir-download ul {
	margin:0 0 5px 20px;
}
#ir-download li {
	margin-bottom:3px;
	padding-left:10px;
	background:url(../img/link-mark.gif) no-repeat left 5px;
}
/*-----分割ダウンロード-----*/
table.tbl-dividened-pdf {
	margin:20px 20px 20px 30px;
	width:690px;
}
table.tbl-dividened-pdf th {
	padding:6px 8px 6px 18px;
	background: url(../img/link-mark.gif) #FBF5E3 no-repeat 7px center;
}
table.tbl-dividened-pdf td {
	padding:6px 8px 6px 38px;
	background: url(../img/link-mark.gif) no-repeat 27px 12px;
}
td.td-dividened-pdf-note {
	padding:6px 8px 10px 40px !important;
	background:#FFF !important;
}
/*-----株主通信・アニュアルレポート-----*/
/*--最新のPDF---*/
#ir-file-latest {
	margin:0 30px 0 50px;
}
#ir-file-latest ul {
	padding-top:30px;
}
#ir-file-latest li {
	margin-bottom:20px;
	background:url(../img/link-mark.gif) no-repeat 120px 7px;
}
/*--バックナンバー--*/
dl.dl-anual {
	margin:0;
}
/*--ビジネスレポート・過去分---*/
table.tbl-business-report-archive {
	margin:20px 10px 20px 20px;
	border-bottom:#CCC 1px dotted;
}
table.tbl-business-report-archive th {
	padding:3px 0 15px 8px;
	width:87px;
}
table.tbl-business-report-archive td {
	padding:3px 0 15px 8px;
	vertical-align:middle;
	width:255px;
}

/*--株主通信・過去分---*/
table.tbl-communication-archive {
	margin:20px 10px 20px 20px;
	border-bottom:#CCC 1px dotted;
}
table.tbl-communication-archive th {
	padding:3px 0 15px 8px;
}
table.tbl-communication-archive td {
	padding:3px 0 15px 8px;
	vertical-align:middle;
	width:235px;
}

/*--バックナンバ（株主通信・事業報告書）ー---*/
table.tbl-communication-backnumber {
	margin:10px 10px 10px 35px;
	border-bottom:#CCC 1px dotted;
}
table.tbl-communication-backnumber td {
	padding:3px 5px 7px 10px;
	background:url(../img/link-mark.gif) no-repeat left 10px;
	width:325px;
}

.bg-white {
	background:#FFF !important;
}

/*-----IR説明会-----*/
#ir-recent-data {
	margin-left:30px;
	margin-bottom:40px;
	border:#BFBFBF 1px solid;
	width:700px;
}
#ir-recent-data h2 {
	margin:1px;
}
#ir-recent-data h3 {
	margin-left:10px;
	margin-bottom:0;
}
#ir-recent-data table {
	margin-left:20px;
	width:660px;
}
#ir-recent-data ul {
	margin:3px 0 5px 25px;
}
#ir-recent-data ul li {
	margin:0 0 3px 10px;
	padding-left:10px;
	background:url(../img/link-mark.gif) no-repeat left 7px;
}


ul.ul-table-link li {
	margin-bottom:5px;
	padding-left:8px;
	background:url(../img/link-mark.gif) no-repeat left 7px;
}
li.li-table-link-note {
	padding-left:13px !important;
	background:#FFF !important;
}
ul.ul-table-link img {
	vertical-align:middle;
}
/*-----適時開示情報-----*/
.ir-img {
	margin-left:30px;
}
table#tbl-ir {
	margin:20px auto 15px auto;
	border-bottom:#CCC 1px dotted;
	width:660px;
}
table#tbl-ir th {
	padding:6px 0 6px 5px;
	border-top:#CCC 1px dotted;
	vertical-align:top;
	width:120px;
}
table#tbl-ir td {
	padding:6px 0 6px 5px;
	border-top:#CCC 1px dotted;
}

/*-----IR資料請求-----*/
div#siryou-area {
	width: 100%;
}
div.siryou-item {
	margin:0 5% 15px 0;
	padding-bottom:1px;
	border:#CCC 1px solid;
	float:left;
	width:40%;
}
div.siryou-item h2 {
	margin:1px 1px 0 1px;
	background:#E7EEF5;
}
div.siryou-item h2 a {
	padding:10px 2px 10px 15px !important;
	background:url(../img/link-mark.gif) no-repeat 7px center;
	display:block;
	width:243px;
}
div.siryou-item p {
	margin:0 1px!important;
	padding:5px 5px 5px 12px;
	background:#E7EEF5;
}
/*-----よくいただくご質問（FAQ）-----*/
/* faq */

.dl-dot dt{
	padding: 15px 10px 15px 10px;
    background: url(../img/dot_width.png) left top no-repeat;
}

.dl-dot dd{
	padding: 10px 10px 10px 35px;
	background: #fafafa;
	border: 1px solid #ccc;
	border-radius: 3px;
	text-indent: -1.5em;
}

/*-----IR窓口・お問い合わせ-----*/
.ir-inquiry-address {
	margin:20px 10px 10px 40px;
	padding:5px;
	border:#CCC 1px solid;
	background:#F5F8F8;
	width:400px;
}
.ir-inquiry-address h3 {
	margin-left:10px;
	font-size:110%;
	font-weight:bold;
}
.ir-inquiry-address p {
	margin-left:20px !important;
	margin-bottom:0 !important;
}
.ir-inquiry-address table {
	margin-left:20px !important;
}
.ir-inquiry-address td {
	padding:2px !important;
}

/*---IRサイトの使い方---*/
ul.ul-ir-usage-note {
	margin:10px 30px 10px 40px;
	padding-top:10px;
}

ul.ul-ir-usage-note li {
	padding-left:20px;
	background:url(../ir/img/li_ir-usage-note_bg.gif) no-repeat left 3px;
}

/*-------------------------------------------
　　個人投資家向け情報
--------------------------------------------*/
/*---中期経営計画---*/
ul#ul-personal-stratedy-top {
	margin:10px 40px;
	padding:10px;
	border:#31A7D9 1px solid;
	width:400px;
}
ul#ul-personal-stratedy-top li {
	margin-bottom:5px;
	margin-left:10px;
	padding-left:15px;
	background:url(../img/li-mark_blue.gif) no-repeat left center;
	font-weight:bold;
}
.bg-light-green {
	background:#EDF8F5;
}
h4.h4-personal-stratedy {
	margin:20px 30px 10px 40px;
	padding:5px 10px;
	background:#E9EDED;
}
table#tbl-personal-history {
	margin:20px 30px 10px 25px;
	border-top:#DDD 1px solid;
}
table#tbl-personal-history th {
	padding:6px 8px;
	background:#666;
	border-bottom:#999 1px solid;
	color:#FFF;
	vertical-align:top;
	white-space:nowrap;
}
table#tbl-personal-history td {
	padding:6px 8px;
	background:#F8F8F8;
	border-bottom:#DDD 1px solid;
	vertical-align:top;
}
ul.ul-history li {
	padding-left:8px;
	background:url(../img/li-mark_black.gif) no-repeat left 8px;
}
/*---くらしの中のUBE---*/
.ube-products-tab {
	margin:0 25px;
	background:url(../ir/img/bg_tab_ube_products.gif) no-repeat left top;
	height:45px;
}
.ube-products-tab ul {
	padding-left:20px;
}
.ube-products-tab li {
	margin-right:1px;
	float:left;
}
.ube_products-item {
	margin:10px 20px 10px 30px;
}
.ube_products-item table {
	width:670px;
}
.ube_products-item td {
	vertical-align:top !important;
}
.ube_products-item th {
	font-weight:bold;
	text-align:center;
	vertical-align:top !important;
	width:1em;
}

/*---IRリリース バックナンバー---*/

div.ir-back {
	margin:50px auto 30px auto;
	padding-bottom:10px;
	background:url(../img/bg_bottom-gray-gradation.jpg) repeat-x left bottom;
	border:#CCC 1px solid;
	width:630px;
}
.ir-back ul {
	margin:10px auto;
	_margin:10px auto 0 auto;
	width:40em;
}
.ir-back li {
	margin:20px 0 10px 20px;
	padding-left:8px;
	padding-right:20px;
	background:url(../img/link-mark.gif) no-repeat left 3px;
	border-right:#CCC 1px solid;
	display:inline;
}
ul.ul-ir-back {
	margin:0 auto;
	padding:6px 10px;
	border-bottom:#CCC 1px solid;
}

ul.ul-ir-back li {
	margin-left:20px;
	padding-left:15px;
	margin-right:40px;
	background:url(../img/link-mark.gif) no-repeat left center;
	display:inline;
}

/*---企業情報トップ---*/
div.about-top-footpace {
	margin:20px 20px 10px 0;
	padding:4px;
	border:#CCC 1px solid;
	float:left;
	display:inline;
	width:320px;
}
div.about-top-footpace p {
	margin:5px !important;
}
div.about-top-footpace img {
	padding-bottom:5px;
	border-bottom:#CCC 1px solid;
}
div.about-top-lower {
	margin:10px 10px 20px 0;
	padding-bottom:10px;
	float:left;
	display:inline;
	width:330px;
}
div.about-top-lower img {
	padding:2px;
	border:#CCC 1px solid;
	float:left;
	display:inline;
}
div.about-top-lower h2 {
	margin-left:85px;
	padding:5px 0 5px 5px;
	background:#F2F2F2;
	border-left:#06C 4px solid;
	border-bottom:#ccc 1px solid;
	font-weight:bold;
	font-size:110%;
}
div.about-top-lower ul {
	margin:8px 5px 10px 15px;
	float:left;
}
div.about-top-lower li {
	padding-left:10px;
	background:url(../img/link-mark.gif) no-repeat left center;
}
/*---社長メッセージ---*/
div#president {
	margin:30px auto 5px auto;
	width:650px;
}
div#president p {
	margin-top:50px;
	text-align:right;
}
img.img-president-name {
	padding-left:15px;
	padding-right:20px;
	padding-bottom:15px;
	vertical-align:middle;
}

img.img-map {
	vertical-align:text-bottom;
}
dl.dl-profile {
	margin-bottom:8px;
	overflow:hidden;
}
dl.dl-profile dt {
	float:left;
}
dl.dl-profile dd {
	margin-left:60px;
}

/*---沿革---*/

table#tbl-history {
	margin:20px auto 15px auto;
	border-bottom:#CCC 1px dotted;
	width:620px;
}
table#tbl-history th {
	border-top:#CCC 1px dotted;
	vertical-align:top;
	width:120px;
}
table#tbl-history td {
	border-top:#CCC 1px dotted;
	vertical-align:top;
}
ul.ul-history li {
	padding-left:8px;
	background:url(../img/li-mark_black.gif) no-repeat left 8px;
}
/*---役員---*/
table.tbl-directors-old {
	margin:15px auto 20px auto;
	border-bottom:#CCC 1px solid;
	width:620px;
}
table.tbl-directors-old th {
	padding:8px 5px 8px 10px;
	border-top:#CCC 1px solid;
}
table.tbl-directors-old td {
	padding:8px 5px 8px 8px;
	border-top:#CCC 1px solid;
	width:90px;
}

table.tbl-directors {
	margin:15px auto 20px auto;
	border:#CCC 1px solid;
	width:620px;
}
table.tbl-directors th {
	padding:8px 5px 8px 10px;
	background-color:#E6EEF4;
	border:#CCC 1px solid;
	width:9em;
	vertical-align:top;
}
table.tbl-directors td {
	padding:8px 5px 8px 8px;
	border:#CCC 1px solid;
	vertical-align:top;
}


table#tbl-director {
	margin:20px auto 15px auto;
	width:620px;
}

td#td-director-picture {
	padding:0;
	width:25%;
}

td#td-director-position {
    border-top:#CCC 1px dotted;
	border-left:#CCC 1px dotted;
	padding-left:20px;
	background-color:#DFE9FD;
	font-size:120%;
}

td#td-director-kana {
	background-color:#DFE9FD;

	/*20140819追加*/
	vertical-align:top;
	padding-top:20px;
}

td#td-director-name {
	font-size:25px;
	border-left:#CCC 1px dotted;
	padding-left:40px;
	background-color:#DFE9FD;

	/*20140819追加*/
	vertical-align:top;
	padding-top:10px;
}

/*td#td-director-birthday {
	border-left:#CCC 1px dotted;
	border-bottom:#CCC 1px dotted;
	padding-left:20px;
	background-color:#DFE9FD;
}*/

table#tbl-director-history {
	margin:20px auto 15px auto;
	border-bottom:#CCC 1px dotted;
	width:620px;
}
table#tbl-director-history th {
	border-top:#CCC 1px dotted;
	vertical-align:top;
	width:7em;
}
table#tbl-director-history td {
	border-top:#CCC 1px dotted;
	vertical-align:top;
}
table caption.cap_top{
	text-align:left;
	font-size:130%;
	padding-left:10px;
}
table caption.cap_right{
	text-align:right;
	vertical-align:bottom;
}

/*---組織---*/
div#organization {
	text-align:center;
}

/*---グループ会社一覧トップ---*/
.group-top {
	margin:0 auto;
	padding:15px 0 3px 10px;
	background:url(../products/img/category-products-top.jpg) no-repeat left top;
	font-size:120%;
	font-weight:bold;
	width:675px;
}
.group-top-area {
	margin:0 auto;
	padding-top:5px;
	padding-bottom:10px;
	background:url(../products/img/category-products-bottom.jpg) no-repeat left bottom;
	width:685px;
}
.group-top-item {
	padding:5px;
	border-right:#CCC 1px solid;
	float:left;
	text-align:center;
	width:215px;
}
.group-top-item-end {
	padding:5px;
	float:left;
	text-align:center;
	width:215px;
}
.group-top-area img {
	margin-top:10px;
}

.group-top-area p {
	margin:0 auto!important;
	padding:3px 0 3px 18px;
	background:url(../img/link-mark.gif) no-repeat 10px 8px;
	text-align:left;
}

/*---国内・海外事業拠点---*/
/*--13/08/28追加--*/
div.inquiry-link {
	padding-right:25px;
	text-align:right;
}

div.office {
	margin: 10px 0;
	text-align:center;
	width:680px;
}
div.office li {
	margin-right:10px;
	margin-bottom:15px !important;
	padding:0 10px 0 10px;
	background:url(../img/arrow_min_lightbl_rt.png) no-repeat left center;
	float:left;
	text-align:left;
}

/*---ＵＢＥグループ紹介---*/

table#pamphlet {
	margin:10px 50px;
	width:500px;
}
table#pamphlet li {
	margin-bottom:5px;
	padding-left:10px;
	background:url(../img/link-mark.gif) no-repeat left center;
}

div#movie {
	margin:10px 15px;
	padding:5px 0;
	border:#CCC 1px solid;
	text-align:center;
	float:left;
	width:140px;
	display:inline;
}
div#movie p {
	margin:5px 0 0 0;
}
div#movie img {
	padding-bottom:5px;
	border-bottom:#CCC 1px solid;
}
/*---パンフレット動画---*/
#pamphlet-movie {
	margin:0 auto;
	padding:10px;
	background:#FFF;
	text-align:center;
}
#pamphlet-movie p {
	margin:10px 0;
	text-align:center;
}


/*---グループ一覧、事業拠点共通---*/
table.tbl-hub {
	margin:20px 0 20px 40px;
	width:680px;
}
table.tbl-hub th {
	padding-right:10px;
	font-weight:bold;
}

table.tbl-company-list {
	margin:20px 0 30px 40px;
	width:690px;
}
table.tbl-company-list th {
	padding:3px 5px 3px 10px !important;
	background: url(../about/img/td_campany-list_bg.gif) repeat-x #E6EEF4 left bottom;
	border-top:#FFF 2px solid;
	vertical-align:top;
}
th.th-company-list-top {
	padding:7px 5px 3px 10px !important;
	border-top:#50A8D8 1px solid !important;
	background: url(../about/img/td_campany-list_bg.gif) repeat-x #FAFAFA left bottom!important;
	color:#444;
	font-size:120%;
	font-weight:bold;
}

table.tbl-company-list td {
	padding:3px 5px 3px 10px !important;
	background: url(../about/img/td_campany-list_bg.gif) repeat-x #FFF left bottom;
	border-top:#FFF 2px solid;
	vertical-align:top;
}


.ir-library-box {
	padding: 8px !important;
}

/*---よくいただくご質問（FAQ）---*/
.acMenu ol{
	margin:-27px 0 0 28px;
	list-style-type:decimal;
}

.acMenu ol li{
	text-indent: 0em;
}


/*-------------------------------------------
　　sp
--------------------------------------------*/

@media screen and (max-width: 767px) {

.side-nav {
	margin: 20px 5%;
	width: 90%;
}

.side-nav li:hover div{
	display: none;	
}

.side-nav li a {
	padding: 13px 15px;
}

	.corporate-top-area {
		margin: 5px auto 15px auto;
	}

	ul.contents-box img {
		width: 100%;
	}
		
	.tbl-director th{
		padding: 7px 0;
		width: 100%;
	}
	ol#ol-stratedy-top {
		margin: 10px 30px 20px 10px;
		width: auto;
	}
	dl.dl-governance {
		margin: 10px 10px 10px 10px;
	}
	div.office {
		width: 100%;
		font-size: 14px;
	}
	table#pamphlet {
		margin: 0;
		width: 100%;
	}

	table#pamphlet th,table#pamphlet td{
		width: 100%;
		float: left;
		width: 100%;

	}

	table#pamphlet .width-100per-sp {
		width: 80% !important;
	}

div.siryou-item {
	width: auto;
}

.ir-inquiry-address {
	margin: 10px 0;
	width: 100%;
}
p#p-ir-announcement {
	width: 100%;
}
.ir-information-inquiry {
	width: auto;
}

/*index*/
.ir-new {
	box-sizing: border-box;
	width: 100%;
	float: none;
	font-size: 12px;
}

.ir-new h3 {
	display: none;
}

.ir-new span {
	margin: 5px 0 10px 0;
	font-size: 12px;
}

.ir-new .box {
	display: none;
}

.event {
	margin: 0;
	width: 100%;
}

.box-3col {
	padding: 0;

}

.h3-corporate {
	margin: 0;
	font-size: 11px;
}

.about-ir-left {
	margin: 0;
	float: none;
	width: 100%;
}

.about-ir-left section {
	margin: 0 0 15px 0;
}

.about-ir-right {
	margin: 0;
	float: none;
	width: 100%;
}

.about-ir-btn li {
	margin-bottom: 10px;
	float: left;
	font-size: 13px;
	width: 100%;
}

.about-ir-btn li a {
	width: auto;
}

.about-ir-btn-line1 a, .about-ir-btn-line2 a {
	padding: 8px 0 8px 40px;
}

.icon_cal, .icon_chart, .icon_file, .icon_download {
	background-size: 15px;
}

.about-ir-btn li span {
	float: right;
}

.corporate-banner-area {
	margin: 0;
}

.corporate-banner-area a {
	width: 25%;
	float: left;
}

.corporate-banner-area a img {
	width: 100%;
	height: auto;
	padding: 0;
}

#ir-information-inquiry {
	margin: 0;
	box-sizing: border-box;
	width: 100%;
}

#vision {
	padding: 0;
	margin: 0;
}

dl.dl-ir-indent {
	margin: 0;
}

.tbl-exhibition th {
	width: 100%;
}

.contents-box li {
	margin: 2%;
	width: 46%;
	min-height: 210px;
}

}