@CHARSET "UTF-8";

BODY
{
	width: 640px;
	margin: 0px;
	padding: 0px;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size: 10.5pt;
}

.nowrap
{
	white-space: nowrap;
}

.clearleft
{
	clear: left;
}

A.link-type-html:after
{
	content: url(../images/fileicon-html.png);
	vertical-align: top;
}

A.link-type-pdf:after
{
	content: url(../images/fileicon-pdf.png);
	vertical-align: top;
}

A.link-type-external:after
{
	content: url(../images/external-link-icon.png);
}

DIV#noscript-notice
{
	margin-bottom: 5pt;
	padding: 3pt;
	border: 1pt solid red;
	color: red;
	text-align: center;
	font-size: 8pt;
}

DIV#mobile-page-header
{
	display: none;
}

DIV#page-header
{
	position: relative;
	margin: 0px 1em;
	height: 94px;
	background: url(../images/logo_40.png) no-repeat;
	background-position: 0px 32px;
}
A#page-header-logo-anchor
{
	display: block;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -10pt;
	width: 180pt;
	height: 34pt;
}
DIV#page-header-right
{
	position: absolute;
	right: 1em;
	bottom: 0%;
	text-align: right;
}
DIV.page-header-links
{
	margin: 5pt 0px;
	font-size: 8pt;
}
DIV.page-header-links A
{
	color: #606060;
	padding: 0px 1ex;
}
INPUT#header-search-keywords
{
	border: 1px solid #C0C0C0;
	border-right: none;
	border-radius: 1em 0px 0px 1em;
	background: #EEEBE7;
	width: 14em;

	padding: 0 1ex;
	height: 16pt;
	vertical-align: middle;
}
INPUT#header-search-submit
{
	border: 1px solid #C0C0C0;
	border-radius: 0px 1em 1em 0px;
	background: white;
	color: #707070;
	width: 6em;

	font-size: 8pt;
	padding: 0;
	height: 16pt;
	vertical-align: middle;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-o-box-sizing: content-box;
	box-sizing: content-box;
}

DIV#menubar
{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #eee), color-stop(0.50, #f0f0f0), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 50%, #eee 100%);
	background: -moz-linear-gradient(top, #fff 0%, #f0f0f0 50%, #eee 100%);
	background: -o-linear-gradient(top, #fff 0%, #f0f0f0 50%, #eee 100%);
	background: -ms-linear-gradient(top, #fff 0%, #f0f0f0 50%, #eee 100%);
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 50%, #eee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFF', endColorstr='#EEEEEE');
	border-top: 1px solid #BEBEBE;
	border-bottom: 1px solid #8A8A8A;
	padding: 0px 0px 0px 1ex;
}
DIV#menubar A.menuitem
{
	display: block;
	float: left;
	text-align: center;
	text-decoration: none;
	color: black;
	padding: 2px 1em 0px 1em;
	font-size: 7pt;
	line-height: 20pt;
	letter-spacing: 0px;
	border-bottom: 2px solid transparent;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
DIV#menubar A.menuitem:hover
{
	border-bottom: 2px solid #6BA0FB;
	background: #F0F0F0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fff), color-stop(0.00, #D0D0D0));
	background: -webkit-linear-gradient(#D0D0D0, #fff);
	background: -moz-linear-gradient(#D0D0D0, #fff);
	background: -o-linear-gradient(#D0D0D0, #fff);
	background: -ms-linear-gradient(#D0D0D0, #fff);
	background: linear-gradient(#D0D0D0, #fff);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#D0D0D0', endColorstr='#FFFFFF');
}
DIV.menu-separator
{
	float: left;
	width: 1px;
	height: 18pt;
	margin-top: 3pt;
	background: #BEBEBE;
}

DIV#page-signature
{
	font-size: 8pt;
	line-height: 18pt;
	color: #444;
	background: #E8E8E8;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #F8F8F8), color-stop(0.00, #E8E8E8));
	background: -webkit-linear-gradient(#E8E8E8, #F8F8F8);
	background: -moz-linear-gradient(#E8E8E8, #F8F8F8);
	background: -o-linear-gradient(#E8E8E8, #F8F8F8);
	background: -ms-linear-gradient(#E8E8E8, #F8F8F8);
	background: linear-gradient(#E8E8E8, #F8F8F8);
	text-align: center;
}

DIV#top-banners-area
{
	padding: 0.5em 0px;
	background: #ebeef5;
}

DIV#top-banner-area-large
{
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0px auto 16px auto;
}

DIV#top-banner-area-large:before
{
	content: "";
	display: block;
	padding-top: 24.4%;
}

A.top-banner
{
	position:absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-size: contain;
}

DIV#top-banner-chooser-area1
{
	position: relative;
	margin: 16px auto;
	max-width: 940px;
}
DIV#top-banner-chooser-area2
{
	overflow: hidden;
	background: transparent;
	margin: 0px 32px;
}
DIV#top-banner-choosers-base
{
	white-space: nowrap;
	background: transparent;
}
DIV.top-banner-pager
{
	position: absolute;
	width: 24px;
	height: 40px;
	border: 1pt solid #A0A0A0;
	background: #F0F0F0;
	box-sizing: border-box;
	line-height: 38px;
	font-size: 20px;
	font-weight: 900;
	text-align: center;
	cursor: pointer;
}
DIV.top-banner-pager-disabled
{
	opacity: 0.2;
}
DIV#top-banner-pager-left
{
	left: 0px;
	top: 0px;
}
DIV#top-banner-pager-right
{
	right: 0px;
	top: 0px;
}
DIV.top-banner-chooser
{
	display: inline-block;
	vertical-align: bottom;
	margin-right: 2px;
	width: 128px;
	height: 40px;
	border: 1pt solid #A0A0A0;
	background:rgba(0, 0, 0, 0) linear-gradient(to bottom, #fff 0%, #e0e0e0 70%, #f0f0f0 100%) repeat scroll 0 0;
	color:#444444;
	font-size:11px;
	padding:3px 4px 0;
	box-sizing: border-box;
	cursor: pointer;
	color: #404040;
	white-space: normal;
	overflow: hidden;
}
DIV.top-banner-chooser:last-child
{
	margin-right: 0px !important;
}
DIV.top-banner-chooser-current
{
	border-top: 3px solid #0054e0 !important;
	padding: 1px 4px 0;
	background: #001b8c;
	background: linear-gradient(to bottom, #001b8c 0%, #0044c4 60%, #0029a2 100%) repeat scroll 0 0;
	color: white;
}

#important-banner{
	width:auto;
	margin:0 auto;
	overflow:hidden;
}

#important-banner ul{
	list-style:none;
	display:block;
}

DIV#contents-area
{
	margin: 0px 0px;
}

DIV#top-columns
{
	position: relative;
}

DIV#top-sidebar
{
	position: absolute;
	top: 0%;
	right: 0%;
	width: 16em;
}

DIV#top-main-contents
{
	margin-top: 1em;
	margin-right: 16.5em;
}

DIV#important-notices
{
	margin-bottom: 1em;
}

DIV.important-notice
{
	border: 1px solid #CCC;
/*	border-left: 5pt solid #A6C7FC; */
	background: white;
	margin: 3pt auto 0px auto;
	line-height: 24pt;
}

DIV.important-notice A
{
	display: block;
	color: #006699;
	text-decoration: none;
}

DIV.important-notice-inline
{
	cursor: pointer;
}

DIV.important-notice-caption
{
	position: relative;
	font-size: 7.5pt;
}
DIV.important-notice-date
{
	position: absolute;
	font-size: 7.5pt;
	right: 1em;
}
DIV.important-notice-title
{
	margin-left: 8em;
	font-size: 9pt;
	color: #006699;
}
DIV.important-notice-mark1
{
	position: absolute;
	width: 8em;
	background: #4780bd;
	color: white;
	text-align: center;
	line-height: 14pt;
	top: 5pt;
	left: 1em;
}
DIV.important-notice-mark2
{
	position: absolute;
	width: 9em;
	background: #4780bd;
	color: white;
	text-align: center;
}
DIV.important-notice-body
{
	font-size: 9pt;
	line-height: 10pt;
	margin: 1ex 1em 4pt 1em;
}

H2
{
	padding: 3pt 1em;
	font-size: 11pt;
	font-weight: normal;
	border: 1px solid #BBB;
	border-top: 2px solid #4780bd;
	background: /*#E8E8E8*/#FFF;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #F0F0F0), color-stop(0.70, #E0E0E0), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(top, #fff 0%, #E0E0E0 70%, #F0F0F0 100%);
	background: -moz-linear-gradient(top, #fff 0%, #E0E0E0 70%, #F0F0F0 100%);
	background: -o-linear-gradient(top, #fff 0%, #E0E0E0 70%, #F0F0F0 100%);
	background: -ms-linear-gradient(top, #fff 0%, #E0E0E0 70%, #F0F0F0 100%);
	background: linear-gradient(to bottom, #fff 0%, #E0E0E0 70%, #F0F0F0 100%);
}

A#public-notification-link
{
	margin-left: 1em;
	font-size: 9pt;
	font-weight: normal;
}
DIV#top-public-notification-box
{
	font-weight: normal;
/*	border-bottom: 1px solid #BBB;*/
	margin-bottom: 1em;
	padding-bottom: 2em;
}

DIV.news-large
{
	position: relative;
/*	border-bottom: 1px solid #BBB;*/
	margin-bottom: 1em;
	padding-bottom: 2em;
}
DIV.news-large H4,
DIV.news-small H4
{
	margin: 0px;
	font-size: 7pt;
}
DIV.news-large H5,
DIV.news-small H5,
DIV.news-large P,
DIV.news-small P
{
	margin: 2pt 0px 4pt 1em;
	font-size: 10pt;
	font-weight: normal;
}

A.topics-important
{
	font-weight: bold;
}

DIV.news-small-frame
{
	position: relative;
/*
	height: 16em;
	overflow-y: scroll;
*/
	border-bottom: 1px solid #DDD;
	padding: 0px 4pt 2pt 4pt;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 1em;
}
DIV.news-small
{
	margin-top: 24pt;
}
DIV.top-readmore
{
/*
	margin: 1em 1em 0.5em 0px;
	text-align: right;
*/
	position: absolute;
	bottom: 0.5em;
	right: 1em;
	font-size: 9pt;
}
/*
DIV#stock-price-box
{
	border: 1px solid #BBB;
}
DIV#stock-price-header
{
	position: relative;
	background: #A6C7FC;
	font-size: 9pt;
	padding: 2pt 4pt;
	border-bottom: 1px solid #BBB;
}
DIV#stock-price-header SPAN
{
	position: absolute;
	right: 0%;
	bottom: 2pt;
	font-size: 7pt;
	margin-right: 4pt;
}
DIV.stock-price-row
{
	position: relative;
	margin-left: 1em;
	font-size: 8pt;
	line-height: 20pt;
	height: 22pt;
}
DIV.stock-price-row DIV
{
	position: absolute;
	width: 14em;
	right: 0%;
	top: 0%;
	margin: 0px 1em 0px 4em;
	padding-left: 1em;
}
DIV#stock-price-row1 DIV
{
	border-bottom: 1px solid #BBB;
}
SPAN#stock-price-price,
SPAN#stock-price-volume
{
	font-size: 13pt;
	font-weight: bold;
}
SPAN#stock-price-delta
{
	margin-left: 1ex;
}
DIV#stock-price-note
{
	font-size: 7pt;
	text-align: right;
	padding:0pt 2pt 2pt 0pt;
}
*/
DIV#stock-price-anchor-box
{
	margin-bottom: 10px;
	border: 1px solid #bbb;
}
DIV#stock-price-anchor-box A
{
	display: block;
	line-height: 250%;
	text-align: center;
	text-decoration: none;
	background:#ac9b30;
	background-image:linear-gradient(#e3d771, #ac9b30 60%, #8d823a);
	border:3px solid #ccc;
	color:#fff;
	font-size:16px;
	font-weight:bold;
}
DIV#stock-price-anchor-box A:hover{
	text-decoration:underline;
}

DIV#new-suppliers-box
{
	margin-bottom: 10px;
	border: 1px solid #bbb;
}
DIV#new-suppliers-box A
{
	display: block;
	line-height: 250%;
	text-align: center;
	text-decoration: none;
	background:#84a836;
	background-image:linear-gradient(#b7dc73, #84a836 60%, #70893c);
	border:3px solid #ccc;
	color:#fff;
	font-size:14px;
	font-weight:bold;
}
DIV#new-suppliers-box A:hover{
	text-decoration:underline;
}

DIV#sidebar-banners-box
{
	border: 1px solid #BBB;
	overflow: hidden;
	margin-top: 1em;
}

DIV.small-banner
{
	position: relative;
	height: 48pt;
	border-bottom: 1px solid #BBB;
	background: white center top no-repeat;
	background-position: center 4pt;
	overflow: hidden;
	font-size: 10.5pt;
}
DIV.small-banner DIV.small-banner-title
{
	display: none;
	margin: 4pt 2pt 2pt 2pt;
	padding-top: 52px;
	line-height: 13pt;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	color: #333 !important;
}
DIV.small-banner DIV.small-banner-body
{
	display: none;
	margin: 4pt 2pt 2pt 2pt;
	line-height: 10pt;
	font-size: 7.5pt;
	text-align: left;
	color: #333 !important;
}
A.small-banner-anchor
{
	position: absolute;
	display: block;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
}
DIV#small-banner-webcom
{
	position: relative;
	height: 180px;
	border-bottom: 1px solid #BBB;
	background: white center center no-repeat;
	background-size: contain;
	overflow: hidden;
}
DIV#sidebar-banners-show-all
{
	text-align: center;
	font-size: 9pt;
	margin: 1ex 0px 2em 0px;
	border:1px solid #BBB;
}
DIV#sidebar-banners-show-all A{
	display:block;
	color:#069;
	text-decoration:none;
}
DIV#sidebar-banners-show-all A:hover{
	text-decoration:underline;
}
DIV#sidebar-banners-collapse
{
	text-align: center;
	font-size: 9pt;
	margin: 1ex 0px 2em 0px;
	border:1px solid #BBB;
}
DIV#sidebar-banners-collapse A{
	display:block;
	color:#069;
	text-decoration:none;
}
DIV#sidebar-banners-collapse A:hover{
	text-decoration:underline;
}

DIV#bottom-links
{
	text-align: right;
	font-size: 8pt;
	margin-top: 2em;
	padding-right: 2em;
}
DIV#bottom-links A
{
	margin: 0px 2pt;
}

DIV#topics-box A,
DIV.top-news-box-xl A,
DIV#news-small-container A
{
	color: #006699;
	text-decoration: none;
}

p.topic-title span.topic-subject-only{
	color:#444;
}

/*
DIV#topics-box A:hover,
DIV.top-news-box-xl A:hover,
DIV#news-small-container A:hover
{
	text-decoration: underline;
}
*/

DIV#topics-box A[href]:hover,
DIV.top-news-box-xl A[href]:hover,
DIV#news-small-container A[href]:hover
{
    text-decoration: underline;
}

DIV#top-investor-box DIV.top-readmore
{
/*	position: relative; */
}

DIV#top-investor-additional
{
	position: absolute;
	bottom: 0.5em;
	left: 0px;
	background: #EBEBEB;
	padding: 2pt;
	font-size: 9pt;
}

#important-announce
{
	position:relative;
	margin:2pt 0px;
}

#important-announce a
{
	font-size:9pt;
	display:block;
	text-align:center;
	line-height:13pt;
	text-decoration:underline;
	color:#333;
}

DIV#monthly-ir-csr-anchors
{
	position: relative;
	margin: 2pt 0px;
}

DIV#monthly-ir-csr-anchors A
{
	display: block;
	text-align: center;
	font-size: 10pt;
	line-height: 16pt;
	border: 1px solid #BBB;
/*	border-left: 2px solid #A6C6FB; */
	text-decoration: none;
	color: black;
}

A#monthly-ir-anchor
{
	width: 49%;
	position: absolute;
}

A#monthly-csr-anchor
{
	margin-left: 51%;
}

DIV#yamadagroup
{
/*	border-bottom: 1px solid #BBB;*/
}

DIV.yamadagroup-link
{
	float: left;
	width: 18em;
	margin: 0px 1em 1em 0px;
	padding: 0.5em 0px;
	background: #EBEEF5;
	border: 1px solid #EBEEF5;
	border-radius: 4pt;
}

DIV.yamadagroup-links-submenu
{
	margin: 1em 0px 0px 2em;
	font-size: 9pt;
}

DIV#qualifications
{
	position: relative;
	margin-top: 1em;
	width: 100%;
}

A#qualification_iso14001
{
	display: block;
	width: 82pt;
	height: 7em;
	background: url(../images/iso14001.png) no-repeat center center;
	border: 1px solid #BBB;
}

A#qualification_kurumin
{
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 82pt;
	height: 7em;
	background: url(../images/kurumin.png) no-repeat center center;
	border: 1px solid #BBB;
}

A#qualification_iso27001
{
	display: block;
	height: 7em;
	margin-top: 2pt;
	background: url(../images/isms.png) no-repeat center center;
	border: 1px solid #BBB;
}

A#qualification_gcompany
{
	display: block;
	height: 7.5em;
	margin-top: 2pt;
	background: url(../images/gcompany.png) no-repeat center center;
	border: 1px solid #BBB;
}

DIV#service-anchors
{
/*	position: relative;*/
	margin: 5pt 0px;
}

DIV#service-anchors A
{
	display: block;
	text-align: center;
	font-size: 10pt;
	line-height: 16pt;
	border: 1px solid #BBB;
/*	border-left: 2px solid #A6C6FB; */
	text-decoration: none;
	color: black;
}

DIV#breadcrumb
{
	margin: 1em 0px 0px 1em;
	font-size: 9pt;
}

/*中バナー*/
#important-banner2{
	margin:0 auto 20px;
	max-width:940px;
}
#important-banner2 a img{
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  transition: 0.1s linear;
}
#important-banner2 a:hover img{
	opacity:0.70;
	filter:alpha(opacity=70); /*IE*/
	-ms-filter:"alpha(opacity=70)"; /*IE8*/
	transition: 0.1s linear;
}
.banner2_area{
	overflow:hidden;
}
.banner2_l{
	width:50%;
	box-sizing:border-box;
	float:left;
	padding-right:10px;
}
.banner2_r{
	width:50%;
	box-sizing:border-box;
	float:right;
	padding-left:10px;
}
.banner2_movie{
	display:none;
	width:800px;
	height:500px;
	overflow:hidden;
}

#important-banner3{
	max-width:940px;
	margin:0 auto;
	overflow:hidden;
}
#important-banner3 ul{
	list-style:none;
	display:block;
	box-sizing:border-box;
	margin:0 0 0 -20px;
	padding:0;
}
#important-banner3 li{
	box-sizing:border-box;
	display:block;
	width:33.3%;
	height:auto;
	float:left;
	padding:0 0 0 20px;
}
#important-banner3 a img{
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  transition: 0.1s linear;
}

#important-banner3 a:hover img{
	opacity:0.70;
	filter:alpha(opacity=70); /*IE*/
	-ms-filter:"alpha(opacity=70)"; /*IE8*/
	transition: 0.1s linear;
}

#extra-notification
{
	max-width: 940px;
	height: calc(18vw);
	max-height: 132px;
	margin: 20px auto 10px auto;
	background-color: white;
	background-image: url(../images/kinkoku190922.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #aaa;
	box-sizing: border-box;
}
