/* Table of Contents
==================================================
	#Page Styles
	#960 Grid */
	
	
/* #Base 960 Grid 
================================================== */

.container                                  { position: relative; width: 960px; margin: 0 auto; padding: 0; }
.column, .columns                           { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
.row                                        { margin-bottom: 20px; }
    
/* Nested Column Classes */
.column.alpha, .columns.alpha               { margin-left: 0; }
.column.omega, .columns.omega               { margin-right: 0; }
    
/* Base Grid */
.container .one.column                      { width: 40px;  }
.container .two.columns                     { width: 100px; }
.container .three.columns                   { width: 160px; }
.container .tfour.columns                   { width: 293px; }
.container .four.columns                    { width: 220px; }
.container .five.columns                    { width: 280px; }
.container .fivep.columns              		{ width: 300px; }
.container .six.columns                     { width: 340px; }
.container .seven.columns                   { width: 400px; }
.container .eight.columns                   { width: 460px; }
.container .nine.columns                    { width: 520px; }
.container .ten.columns                     { width: 580px; }
.container .eleven.columns                  { width: 640px; }
.container .twelve.columns                  { width: 700px; }
.container .thirteen.columns                { width: 760px; }
.container .fourteen.columns                { width: 820px; }
.container .fifteen.columns                 { width: 880px; }
.container .sixteen.columns                 { width: 940px; }
    
.container .one-third.column                { width: 300px; }
.container .two-thirds.column               { width: 620px; }
    
/* Offsets */   
.container .offset-by-one                   { padding-left: 60px;  }
.container .offset-by-two                   { padding-left: 120px; }
.container .offset-by-three                 { padding-left: 180px; }
.container .offset-by-four                  { padding-left: 240px; }
.container .offset-by-five                  { padding-left: 300px; }
.container .offset-by-six                   { padding-left: 360px; }
.container .offset-by-seven                 { padding-left: 420px; }
.container .offset-by-eight                 { padding-left: 480px; }
.container .offset-by-nine                  { padding-left: 540px; }
.container .offset-by-ten                   { padding-left: 600px; }
.container .offset-by-eleven                { padding-left: 660px; }
.container .offset-by-twelve                { padding-left: 720px; }
.container .offset-by-thirteen              { padding-left: 780px; }
.container .offset-by-fourteen              { padding-left: 840px; }
.container .offset-by-fifteen               { padding-left: 900px; }


/* #Page Styles
================================================== */

/* Layout Shortcodes */
.full-width 		{ width:100%; margin-bottom:20px; }
.one_half 			{ width: 48%; }
.one_third 			{ width: 30.66%; }
.two_thirds 		{ width: 65.33%; }
.one_fourth 		{ width: 22%; }
.three_fourths 		{ width: 74%; }
.one_fifth 			{ width: 16%; }
.two_fifth 			{ width: 37.6%; }
.three_fifth 		{ width: 58.4%; }
.four_fifth 		{ width: 80%; }
.one_sixth 			{ width: 13.33%; }
.five_sixth 		{ width: 82.67%; }


.one_half, 
.one_third, 
.two_thirds, 
.three_fourths, 
.one_fourth, 
.one_fifth, 
.two_fifth, 
.three_fifth, 
.four_fifth, 
.one_sixth, 
.five_sixth {
	position: relative;
	margin-right: 4%;
	margin-bottom: 20px;
	float: left;
}
.last {
	margin-right:0 !important;
}
.lambda-mb {
	margin-bottom:20px;
}

/* Page Creator */
.lambda-hide-mobile {
	display: block;
}
.lambda-hide-tablet {
	display: block;
}
.lambda-hide-desktop {
	display: none;
}

/* #Clearing
================================================== */

/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; } 
    
/* Use clearfix class on parent to clear nested columns, 
or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0; 
}

.row:after,
.clearfix:after {
	clear: both;
}

.row, 
.clearfix {
	zoom: 1; 
}
      
/* You can also use a <br class="clear" /> to clear columns */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* SEDI */
.mb0 {margin-bottom: 0px !important;}

.w150 {width: 150px !important;}

.h1-title {
  position: relative;
  margin: 0 0 30px;
  padding: 20px 20px 18px;
  border-top: 1px solid #e3e3e3;
  background: #f3f3f3 url(../images/h1_bg.gif) repeat-x 0 0;
  font-weight: normal;
  line-height: 1.2em;
  font-size: 200%;
}

.h2-title2 {
  margin: 0 0 20px;
  padding: 15px 15px 13px 30px;
  border: 1px solid #ddd;
  background: #fff url(../images/h2_bg.gif) no-repeat 10px center;
  color: #333;
  font-size: 126%;
  line-height: 1.2em;
}

.seihin-table {
	border-collapse: collapse;
	margin: 0 0 30px;
	background-color: #FFF;
	color: #000;
}

.seihin-table a {
	text-decoration: underline ;
}

.seihin-table caption {
  margin: 0 0 5px 2px;
  text-align: left;
}

.seihin-table tr {
	background-color: #D6D6D6;
}

.seihin-table th,
.seihin-table td {
	padding: 15px 0px 10px;
	border: 1px solid #ccc;
	font-weight: normal;
	line-height: 1.3em;
	text-align: center;
	/* background-color: #D6D6D6;*/
	word-wrap: break-word;
}

.right .left th,
.right .left td,
.left th,
.left td {
  text-align: left;
}

.left .right th,
.left .right td,
.right th,
.right td {
  text-align: right;
}

.seihin-table thead th {
  background-color: #e3ecf3;
}
.seihin-table tbody tr {
  background-color: #f9f9f9;
}
.seihin-table tr:nth-child(even) {
  background-color: #EFEFEF;
}
.seihin-table tfoot td {
  padding: 5px 0 0;
  border: none;
}

.glayb {
  background-color: #F7F7F7;
  padding: 0px 0px 0px 0px;
  margin-bottom: 0px;
}

.glayb td{
	border-color: #F7F7F7;
	border-collapse: collapse;	
}

/*sumitomoelectric*/
.a-headline--Large{
    color:#083c93;
    /*font-family:"HCo Gotham SSm";*/
    font-size:28px;
    font-weight:400;
    line-height:48px;
}

.o-prnews-list-month--Subtitle .a-subheadline {
    display: inline-block;
    margin-bottom: 8px;
}

.a-subheadline--Small {
    color: rgba(34,34,34,0.78);
    /*font-family: "HCo Gotham SSm";*/
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #222222;
}

.m-prnews-row:not(:last-child) {
    padding-bottom: 24px;
}

.m-prnews-row {
    display: flex;
    flex-wrap: nowrap;
    padding-top: 24px;
    border-top: solid 1px rgba(0,0,0,0.25);
    align-items: center;
}

.m-prnews-row__Link {
    margin-right: 24px;
}

.m-prnews-details-block .m-prnews--Details {
    max-width: 552px;
}

.m-prnews-details-block .m-prnews--Details .a-Tag {
    display: block;
    text-align: left;
}

.m-prnews-row .m-prnews--Image img {
    min-width: 168px;
}

.a-Device__Image__Srcset img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
}

.m-prnews-details-block .m-prnews--Title .a-link {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 2px;
    text-decoration: none;/*
    background-image: linear-gradient(transparent calc(100% - 1.6px),#083c93 1.6px);
    background-repeat: no-repeat;
    background-position: left calc(100% - 1.2px) !important;
    background-size: 100% 100%;  */
    display: inline;
	color: rgba(34,34,34,0.78);
    /*font-family: "HCo Gotham SSm";*/
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #083c93;
}

.a-Tag--XSmall--Blue {
    color: #083c93;
    background-color: #E8ECF4;
}

.a-Tag--XSmall--Highlight {
    background-color: #F0F4FC;
}


.a-Tag--XSmall {
    color: rgba(34,34,34,0.78);
    /*font-family: "HCo Gotham SSm";*/
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
	padding: 4px 6px;
	text-transform: uppercase;
}

.m-prnews-details-block .m-prnews--Details ul li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 16px;
    margin-right: -5px;
    padding-right: 12px;
}

.a-Device__Image__Srcset img{
    width:100%;
    max-width:100%;
    object-fit:cover;
    object-position:center;
}

.a-link--XSmallPrimary{
    color:rgba(34,34,34,0.78);
    /*font-family:"HCo Gotham SSm";*/
    font-size:10px;
    font-weight:400;
    line-height:14px;
    background-size:12px;
}

.a-link--XSmallPrimary::before{
    bottom:1px;
    height:1.2px;
    background-color:rgba(34,34,34,0.78);
}
.a-link--XSmallPrimary.a-link--Inverse{
    color:#ffffff;
}
.a-link--XSmallPrimary.a-link--Inverse::before{
    background-color:#ffffff;
}
.a-link--XSmallPrimary.a-link--Internal{
    padding-right:16px;
}
.a-link--XSmallPrimary.a-link--Internal:hover::before{
    width:calc(100% - 16px);
}
.a-link--XSmallPrimary.a-link--Inline{
    padding-right:18px;
}
.a-link--XSmallPrimary.a-link--Inline::before{
    background-color:rgba(34,34,34,0.78);
}
.a-link--XSmallPrimary.a-link--Inline:hover::before{
    width:calc(100% - 18px);
}
.a-link--XSmallPrimary.a-link--External,.a-link--XSmallPrimary.a-link--Expand,.a-link--XSmallPrimary.a-link--Video,.a-link--XSmallPrimary.a-link--Download,.a-link--XSmallPrimary.a-link--Checkmark{
    padding-right:0;
    padding-left:16px;
}
.a-link--XSmallPrimary.a-link--External::before,.a-link--XSmallPrimary.a-link--Expand::before,.a-link--XSmallPrimary.a-link--Video::before,.a-link--XSmallPrimary.a-link--Download::before,.a-link--XSmallPrimary.a-link--Checkmark::before{
    left:16px;
}
.a-link--XSmallPrimary.a-link--External:hover::before,.a-link--XSmallPrimary.a-link--Expand:hover::before,.a-link--XSmallPrimary.a-link--Video:hover::before,.a-link--XSmallPrimary.a-link--Download:hover::before,.a-link--XSmallPrimary.a-link--Checkmark:hover::before{
    width:calc(100% - 16px);
}

