@charset "UTF-8";

#news > .news {
	width: 100%;
	min-width: 980px;
}

#news > .news > .btn {
	margin-top: 50px;
}

#news > .news > .newsNav {
	width: 100%;
	border-bottom: 3px solid #c2b5a3;
}

#news > .news > .newsNav > .wrap {
	width: 980px;
	margin: 0 auto 0 auto;
}

#news > .news > .newsNav > .wrap > ul {
	width: 800px;
	display: table;
}

#news > .news > .newsNav > .wrap > ul > li {
	width: 200px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	margin: 20px 0 0 0;
	border-top: 2px solid #c2b5a3;
	border-left: 2px solid #c2b5a3;
	border-right: 2px solid #c2b5a3;
	display: inline-block;
}

#news > .news > .newsNav > .wrap > ul > li > a,
#news > .news > .newsNav > .wrap > ul > li > label {
	font-size: 16px;
	display: block;
	cursor: pointer;
}

#news > .news > .newsNav > .wrap > ul > li > a:hover,
#news > .news > .newsNav > .wrap > ul > li > label:hover {color: #999999;}

#news > .news > .wrap {
	width: 980px;
	margin: 0 auto 0 auto;
}

#news > .news > .wrap > .newsConts {
	width: 800px;
	display: inline-block;
	vertical-align: top;
}

#news > .news > .wrap > .newsConts > ul > li {
	border-bottom: 1px solid #bfbfbf
}

#news > .news > .wrap > .newsConts > ul > li > a {
	padding: 25px 25px 25px 25px;
	background: url('../img/btn_bg.png') 750px 50px no-repeat;
	display: block;
}

#news > .news > .wrap > .newsConts > ul > li > a:hover {
	background: #f7f7f7;
}

#news > .news > .wrap > .newsConts > ul > li > a > .new {
	width: 40px;
	height: 20px;
	color: #666666;
	padding: 0 5px 0 5px;
	border: 1px solid #c2b5a3;
	background: #ffffff;
	display: block;
	vertical-align: top;
	border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	-o-border-radius: 3px; 
	-ms-border-radius: 3px;
}

#news > .news > .wrap > .newsConts > ul > li > a > .date {
	width: 120px;
	margin: 5px 0 0 0;
	color: #999999;
	display: inline-block;
	vertical-align: top;
}

#news > .news > .wrap > .newsConts > ul > li > a > .category {
	width: 110px;
	height: 25px;
	color: #ffffff;
	text-align: center;
	margin: 5px 0 0 0;
	padding: 2px 5px 0 5px;
	display: inline-block;
	vertical-align: top;
	border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	-o-border-radius: 3px; 
	-ms-border-radius: 3px; 
}

#news > .news > .wrap > .newsConts > ul > li > a > .press {
	background: #e98587;
}

#news > .news > .wrap > .newsConts > ul > li > a > .award {
	background: #fac186;
}

#news > .news > .wrap > .newsConts > ul > li > a > .report {
	background: #c6da87;
}

#news > .news > .wrap > .newsConts > ul > li > a > .publicity {
	background: #b68bb4;
}

#news > .news > .wrap > .newsConts > ul > li > a > .subsidiary {
	background: #b68bb4;
}

#news > .news > .wrap > .newsConts > ul > li > a > p {
	width: 680px;
	margin: 5px 0 0 0px;
	display: inline-block;
	vertical-align: top;
}

#news > .news > .wrap > .newsConts > ul > li > p > a:link {color:#333333;}
#news > .news > .wrap > .newsConts > ul > li > p > a:visited {color:#333333;}
#news > .news > .wrap > .newsConts > ul > li > p > a:hover {color:#999999;text-decoration:underline;}
#news > .news > .wrap > .wrap > ul > li > p > a:active {color:#999999;text-decoration:underline;}

#news > .news > .wrap > .newsYear {
	width: 160px;
	display: inline-block;
	vertical-align: top;
}

#news > .news > .wrap > .newsYear > h4 {
	display: none;
}

#news > .news > .wrap > .newsYear > ul {
	width: 160px;
}

#news > .news > .wrap > .newsYear > ul > li {
	padding: 30px 0 0 50px;
}

#news > .news > .wrap > .btn {
	margin: 50px 0 0 0;
}

#news > .news > input[type="radio"] {
	display: none;
}

#news > .news > input#Tab-news[type="radio"].toggle ~ .newsNav > .wrap > ul > li {
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}

#news > .news > input#Tab-news[type="radio"].toggle:checked ~ .newsNav {
	border-bottom: 3px solid #c2b5a3;
}

#news > .news > input#Tab-press[type="radio"].toggle:checked ~ .newsNav {
	border-bottom: 3px solid #e98587;
}

#news > .news > input#Tab-award[type="radio"].toggle:checked ~ .newsNav {
	border-bottom: 3px solid #fac186;
}

#news > .news > input#Tab-report[type="radio"].toggle:checked ~ .newsNav {
	border-bottom: 3px solid #c6da87;
}

#news > .news > input#Tab-news[type="radio"].toggle:checked ~ .newsNav > .wrap > ul > li.Tab-news {
	border-top: 2px solid #c2b5a3;
	border-left: 2px solid #c2b5a3;
	border-right: 2px solid #c2b5a3;
}

#news > .news > input#Tab-press[type="radio"].toggle:checked ~ .newsNav > .wrap > ul > li.Tab-press {
	border-top: 2px solid #e98587;
	border-left: 2px solid #e98587;
	border-right: 2px solid #e98587;
}

#news > .news > input#Tab-award[type="radio"].toggle:checked ~ .newsNav > .wrap > ul > li.Tab-award {
	border-top: 2px solid #fac186;
	border-left: 2px solid #fac186;
	border-right: 2px solid #fac186;
}

#news > .news > input#Tab-report[type="radio"].toggle:checked ~ .newsNav > .wrap > ul > li.Tab-report {
	border-top: 2px solid #c6da87;
	border-left: 2px solid #c6da87;
	border-right: 2px solid #c6da87;
}

#news > .news > input#Tab-news[type="radio"].toggle:checked ~ .newsNav > .wrap > ul > li.Tab-news:after,
#news > .news > input#Tab-press[type="radio"].toggle:checked ~ .newsNav > .wrap > ul > li.Tab-press:after,
#news > .news > input#Tab-award[type="radio"].toggle:checked ~ .newsNav > .wrap > ul > li.Tab-award:after,
#news > .news > input#Tab-report[type="radio"].toggle:checked ~ .newsNav > .wrap > ul > li.Tab-report:after {
	content: "";
	display:block;
	width: 196px;
	height: 10px;
	background: #ffffff;
	margin-top: -5px;
}

#news > .news > input#Tab-news[type="radio"].toggle:checked ~ .wrap > .newsConts > .Cont-news,
#news > .news > input#Tab-press[type="radio"].toggle:checked ~ .wrap > .newsConts > .Cont-press,
#news > .news > input#Tab-award[type="radio"].toggle:checked ~ .wrap > .newsConts > .Cont-award,
#news > .news > input#Tab-report[type="radio"].toggle:checked ~ .wrap > .newsConts > .Cont-report {
	display: block;
}

#news > .news > input#Tab-news[type="radio"].toggle ~ .wrap > .newsConts > .Cont-news,
#news > .news > input#Tab-press[type="radio"].toggle ~ .wrap > .newsConts > .Cont-press,
#news > .news > input#Tab-award[type="radio"].toggle ~ .wrap > .newsConts > .Cont-award,
#news > .news > input#Tab-report[type="radio"].toggle ~ .wrap > .newsConts > .Cont-report {
	display: none;
}


/* 詳細ページ旧記事用 */

#news > .news > .wrap > article {
	width: 800px;
	display: inline-block;
}

#news > .news > .wrap .entry-header {
	width: 800px;
	overflow: hidden;
}

/*
#news > .news > .wrap .entry-header .entry-meta,
#news > .news > .wrap .entry-header .entry-title {
	display: none;
}
*/

#news > .news > .wrap .entry-header .entry-meta .entry-date {
	font-size: 13px;
	font-weight: normal;
	color: #bb2010;
	margin: 0 0 10px 0;
	display: block;
}

#news > .news > .wrap .entry-header .entry-title {
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
	margin: 15px 0 15px 0;
	border-bottom: 1px solid #999999;
	display: block;
}

#news > .news > .wrap .entry-content {
	width: 800px;
	padding: 0 0 35px 0;
	border-bottom: 1px solid #bfbfbf;
	overflow: hidden;
}

/* インポートした過去記事の先頭に存在する日付・タイトルが重複する為、非表示とする */
#newsArticle > #newsSection .border01 .textColor01:first-child,
#newsArticle > #newsSection .border01 .textColor01:first-child+.textType01,
#newsArticle > #newsSection .border01 .textColor01:first-child+.textType01+.textType03,
#newsArticle > #newsSection .border01 .textColor01:first-child+.textType01+.textType03+.textType01[align=right],
#newsArticle > #newsSection .border01 .textColor01:first-child+.textType01+.textType01[align=right] {
	display: none;
}

/*
#news > .news > .wrap .entry-content p.textColor01 {
	font-size: 13px;
	font-weight: normal;
	color: #bb2010;
	margin: 0 0 10px 0;
	display: block;
}

#news > .news > .wrap .entry-content p:nth-of-type(2) {
	font-size: 20px;
	display: block;
}

#news > .news > .wrap .entry-content p:nth-of-type(3) {
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
	margin: 15px 0 15px 0;
	border-bottom: 1px solid #999999;
	display: block;
}
*/

#newsArticle > #newsSection .border01 p,
#newsArticle > #newsSection .border01 .textType01 p,
#newsArticle > #newsSection .border01 .textType03 p {
	font-size: 15px;
	font-weight: normal;
	line-height: 2.0;
	margin: 0 0 20px 0;
	border: none;
	display: block;
}

#newsArticle > #newsSection .border01 p[align] {
	font-weight: normal;
	margin: 0 0 20px 0;
	display: block;
}

/*
#newsArticle > #newsSection .border01 p[style] {
	text-align: center;
	display: block;
}
*/

#newsArticle > #newsSection .border01 h5,
#newsArticle > #newsSection .border01 p.chapt-ttl1 {
	font-size: 20px;
	font-weight: bold;
	font-family: Meiryo;
	line-height: 36px;
	display: block;
}

#newsArticle > #newsSection .border01 p .smalltitle {
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
}

#newsArticle > #newsSection .border01 strong {
	font-weight: bold;
}

#newsArticle > #newsSection .border01 ul li strong {
	font-weight: bold;
	display: block;
}

#newsArticle > #newsSection .border01 a:link {color: #014099;}
#newsArticle > #newsSection .border01 a:visited {color: #014099;}
#newsArticle > #newsSection .border01 a:hover {color: #444444;text-decoration:underline;}
#newsArticle > #newsSection .border01 a:active {color: #444444;text-decoration:underline;}

#news > .news > .wrap .entry-content img {
	width: auto;
	height: auto;
	max-width: 800px;
	margin: 5px auto 20px auto;
	display: block;
}

#newsArticle > #newsSection figure {}
#newsArticle > #newsSection figure > figcaption {
	text-align: center;
}

#newsArticle > #newsSection img.bordered {
	border: 1px solid #999999;
}

#newsArticle > #newsSection .border01 .images2 li,
#newsArticle > #newsSection .border01 .images3 li,
#newsArticle > #newsSection .border01 .images4 li {
	width: auto;
	float: left;
	margin: 5px 5px 20px 5px;
}

#newsArticle > #newsSection .border01 .images2 li img,
#newsArticle > #newsSection .border01 .images3 li img {
	width: 240px;
}

#newsArticle > #newsSection .border01 .images4 li img {
	width: 180px;
}

#news > .news > .wrap .entry-content table {
	width: 100%;
	margin: 5px auto 25px auto;
	border-collapse: collapse;
}

#news > .news > .wrap .entry-content table th {
	font-size: 15px;
	font-weight: normal;
	line-height: 2.0;
	padding: 10px 10px 10px 10px;
	background: #ebebeb;
	border: 1px solid #d2d2d2;
}

#news > .news > .wrap .entry-content table td {
	font-size: 15px;
	font-weight: normal;
	line-height: 2.0;
	padding: 10px 10px 10px 10px;
	border: 1px solid #d2d2d2;
}

#news > .news > .wrap .entry-content table td.th {
	background: #f7f7f7
}

#news > .news > .wrap .entry-content table ul {
	margin: 0;
	padding: 0;
	margin: 5px 0 20px 0;
}

#news > .news > .wrap .entry-content ul > li {
	font-size: 15px;
	font-weight: normal;
	line-height: 2.0;
	padding: 0 0 0 20px;
	list-style-type: none;
	display: block;
}

/* お問合せ先ボックス */

#newsArticle > #newsSection div.border01:not(:first-child) {
	margin: 35px 0 0 0;
	padding: 15px 15px 15px 15px;
	border: 1px solid #d2d2d2;
}

#newsArticle > #newsSection div.border01:not(:first-child) p {
	font-size: 13px;
	font-weight: normal;
	line-height: 1.4rem;
	margin: 0 0 0 0;
}

#newsArticle > #newsSection div.border01:not(:first-child) img {
	margin: 0;
	display: inline;
}

/* SNS共有ボタン */

#newsArticle > #newsHeader .snsb {
	overflow: hidden;
	margin: 0px;
}

#newsArticle > #newsHeader .snsb li {
	display:inline-block;
	vertical-align:top;
	margin-right: 10px;
}

#newsArticle > #newsHeader .snsb li.facebook-btn {
	min-width:70px;
	max-width:115px;
}

#newsArticle > #newsHeader .snsb li.gplus-btn {
	min-width:50px;
	max-width:80px;
}

#newsArticle > #newsHeader .snsb li.twitter-btn {
	min-width:87px;
	max-width:90px;
}

/* 新規投稿記事 */
#newsArticle {
	width: 800px;
	padding-bottom: 50px;
	border-bottom: 1px solid #bfbfbf;
	overflow: hidden;
}

#newsArticle > #newsHeader {
	width: 100%;
	overflow: hidden;
}

#newsArticle > #newsHeader > time {
	color: #bb2010;
}

#newsArticle > #newsHeader > h1 {
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
	font-family: Meiryo;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	border-bottom: 1px solid #bfbfbf;
	display: block;
}

#newsArticle > #newsHeader > .to {
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 10px 0;
	display: block;
}

#newsArticle > #newsHeader > #from {
	font-size: 15px;
	text-align: right;
	margin-top: 20px; /*150225*/
	margin-bottom: 20px; /*150225*/
	display: block;
}

#newsArticle > #newsSection {
	width: 100%;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.6;
	overflow: hidden;
}

#newsArticle > #newsSection .mt0 {margin-top: 0px;}
#newsArticle > #newsSection .mt5 {margin-top: 5px;}
#newsArticle > #newsSection .mt10 {margin-top: 10px;}
#newsArticle > #newsSection .mt15 {margin-top: 15px;}
#newsArticle > #newsSection .mt20 {margin-top: 20px;}
#newsArticle > #newsSection .mt25 {margin-top: 25px;}
#newsArticle > #newsSection .mt30 {margin-top: 30px;}
#newsArticle > #newsSection .mt35 {margin-top: 35px;}
#newsArticle > #newsSection .mt40 {margin-top: 40px;}
#newsArticle > #newsSection .mt45 {margin-top: 45px;}
#newsArticle > #newsSection .mt50 {margin-top: 50px;}

#newsArticle > #newsSection a:link {color: #014099;}
#newsArticle > #newsSection a:visited {color: #014099;}
#newsArticle > #newsSection a:hover {color: #444444;text-decoration:underline;}
#newsArticle > #newsSection a:active {color: #444444;text-decoration:underline;}

#newsArticle > #newsSection hr {
	border: 0;
	border-top: 1px dashed #bfbfbf;
}

/* 150225 */
#newsArticle > #newsSection hr.single {
	border-top: 1px solid #bfbfbf;
}

/* 150225 */
#newsArticle > #newsSection hr.double {
	border-top: 3px double #bfbfbf;
}

#newsArticle > #newsSection h2 {
	width: 800px;
	font-size: 18px; /*150225*/
	line-height: 1.2em; /*150227*/
	font-weight: bold;
	font-family: Meiryo;
	text-align: left;
	margin-top: 30px; /*150225*/
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0.2em; /*150227*/
	border-bottom: 1px solid #999999;
	display: block;
}

#newsArticle > #newsSection h3 {
	width: 800px;
	font-size: 16px; /*150225*/
	line-height: 1.2em; /*150227*/
	font-weight: bold;
	font-family: Meiryo;
	text-align: left;
	margin-top: 30px; /*150225*/
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0.2em; /*150227*/
	border-bottom: 1px solid #999999;
	display: block;
}

#newsArticle > #newsSection h4 {
	width: 800px;
	font-size: 16px; /*150225*/
	line-height: 1.2em; /*150227*/
	font-weight: bold;
	font-family: Meiryo;
	text-align: left;
	margin-top: 30px; /*150225*/
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0.2em; /*150227*/
	border-bottom: 1px solid #999999;
	display: block;
}

#newsArticle > #newsSection h5 {
	width: 800px;
	font-size: 16px;
	line-height: 1.2em; /*150227*/
	font-weight: bold;
	font-family: Meiryo;
	text-align: left;
	margin-top: 30px; /*150225*/
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0.2em; /*150227*/
	border-bottom: 1px solid #999999;
	display: block;
}

#newsArticle > #newsSection h6 {
	width: 800px;
	font-size: 15px;
	line-height: 1.2em; /*150227*/
	font-weight: bold;
	font-family: Meiryo;
	text-align: left;
	margin-top: 30px; /*150225*/
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0.2em; /*150227*/
	border-bottom: 1px solid #999999;
	display: block;
}

#newsArticle > #newsSection strong {
	font-weight: bold;
}

#newsArticle > #newsSection small {
	font-size: 12px;
}

#newsArticle > #newsSection p {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.6;
	margin: 20px 0 0 0; /*150225*/
	border: none;
	display: block;
}

#newsArticle > #newsSection a > img,
#newsArticle > #newsSection img {
	width: auto;
	height: auto;
	margin-top: 30px; /*150225*/
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#newsArticle > #newsSection table {
	width: 100%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

#newsArticle > #newsSection table th {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.6;
	padding: 10px 10px 10px 10px;
	background: #ebebeb;
	border: 1px solid #d2d2d2;
}

#newsArticle > #newsSection table td {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.6;
	padding: 10px 10px 10px 10px;
	border: 1px solid #d2d2d2;
}

#newsArticle > #newsSection .right {
	text-align: right;
	display: block;
}

#newsArticle > #newsSection .center {
	text-align: center;
	display: block;
}

#newsArticle > #newsSection .justLeft {
	width: 49%;
	display: inline-block;
	vertical-align: top;
}

#newsArticle > #newsSection .justRight {
	width: 49%;
	text-align: right;
	display: inline-block;
	vertical-align: top;
}

#newsArticle > #newsSection .box {
	width: 100%;
	margin-top: 30px; /* 0212調整 */
	border: 1px solid #d2d2d2;
}

#newsArticle > #newsSection .box p {
	width: 100%;
	padding: 15px 15px 15px 15px;
}

#newsArticle > #newsSection .box p:first-child {
	margin-top: 0;
}

#newsArticle > #newsSection ul,
#newsArticle > #newsSection ol,
#newsArticle > #newsSection dl {
	width: 100%;
	margin-top: 20px; /*150225*/
	overflow: hidden;
}

#newsArticle > #newsSection ul > li,
#newsArticle > #newsSection ol > li {
	width: 100%;
	margin-top: 10px; /*150225*/
}

/*150225*/
#newsArticle > #newsSection ul > li:first-child,
#newsArticle > #newsSection ol > li:first-child {
	margin-top: 0px;
}

#newsArticle > #newsSection dl dt {
	width: 33%;
	margin-top: 10px; /*150225*/
	display: inline-block;
	vertical-align: top;
}

#newsArticle > #newsSection dl dd {
	width: 66%;
	margin-top: 10px; /*150225*/
	display: inline-block;
	vertical-align: top;
}

/*150225*/
#newsArticle > #newsSection dl dt:nth-child(1) {
	margin-top: 0px;
}

/*150225*/
#newsArticle > #newsSection dl dd:nth-child(2) {
	margin-top: 0px;
}

#newsArticle > #newsSection ul > li ul,
#newsArticle > #newsSection ul > li ol,
#newsArticle > #newsSection ul > li dl,
#newsArticle > #newsSection ol > li ul,
#newsArticle > #newsSection ol > li ol,
#newsArticle > #newsSection ol > li dl,
#newsArticle > #newsSection dl > dd ul,
#newsArticle > #newsSection dl > dd ol,
#newsArticle > #newsSection dl > dd dl {
	padding-left: 20px;
}

#newsArticle > #newsSection table td > ul,
#newsArticle > #newsSection table td > ol,
#newsArticle > #newsSection table td > dl {
	padding-left: 10px;
	padding-right: 10px;
}

#newsArticle > #newsSection .box > ul,
#newsArticle > #newsSection .box > ol,
#newsArticle > #newsSection .box > dl {
	padding-left: 20px;
	padding-right: 20px;
}

#newsArticle > #newsSection address {
	width: 100%;
	font-size: 13px;
	font-style: normal;
	margin-top: 25px;
	border: 1px solid #d2d2d2;
	padding: 15px 15px 15px 15px;
}

#newsArticle > #newsSection address .pr-address,
#newsArticle > #newsSection .box .pr-address {
	width: auto;
	height: auto;
	margin: 4px 0 0 0;
	display: inline;
}

#newsArticle > #newsSection .verticalImages .imagesItem {
	display: block;
	width: auto;
	text-align: center;
}

#newsArticle > #newsSection .verticalImages .imagesItem:not(:first-child) {
	margin-top: 30px;
}

#newsArticle > #newsSection .verticalImages .imagesItem img {
	margin: 10px auto;
}

#newsArticle > #newsSection .horizontalImages .imagesItem {
	display: table-cell;
	width: auto;
	text-align: center;
}

#newsArticle > #newsSection .horizontalImages .imagesItem:first-child:nth-last-child(2) img,
#newsArticle > #newsSection .horizontalImages .imagesItem:first-child:nth-last-child(2) ~ .imagesItem img {
	width: 380px;
	margin: 10px;
	display: inline-block;
}

#newsArticle > #newsSection .horizontalImages .imagesItem:first-child:nth-last-child(3) img,
#newsArticle > #newsSection .horizontalImages .imagesItem:first-child:nth-last-child(3) ~ .imagesItem img {
	width: 250px;
	margin: 10px;
	display: inline-block;
}

#newsArticle > #newsSection .horizontalImages .imagesItem:first-child:nth-last-child(4) img,
#newsArticle > #newsSection .horizontalImages .imagesItem:first-child:nth-last-child(4) ~ .imagesItem img {
	width: 180px;
	margin: 10px;
	display: inline-block;
}

#newsArticle > #newsSection .w5   {width:   5%;}
#newsArticle > #newsSection .w10  {width:  10%;}
#newsArticle > #newsSection .w15  {width:  15%;}
#newsArticle > #newsSection .w20  {width:  20%;}
#newsArticle > #newsSection .w25  {width:  25%;}
#newsArticle > #newsSection .w30  {width:  30%;}
#newsArticle > #newsSection .w35  {width:  35%;}
#newsArticle > #newsSection .w40  {width:  40%;}
#newsArticle > #newsSection .w45  {width:  45%;}
#newsArticle > #newsSection .w50  {width:  50%;}
#newsArticle > #newsSection .w55  {width:  55%;}
#newsArticle > #newsSection .w60  {width:  60%;}
#newsArticle > #newsSection .w65  {width:  65%;}
#newsArticle > #newsSection .w70  {width:  70%;}
#newsArticle > #newsSection .w75  {width:  75%;}
#newsArticle > #newsSection .w80  {width:  80%;}
#newsArticle > #newsSection .w85  {width:  85%;}
#newsArticle > #newsSection .w90  {width:  90%;}
#newsArticle > #newsSection .w95  {width:  95%;}
#newsArticle > #newsSection .w100 {width: 100%;}

#newsArticle > #newsSection p.indent {
	text-indent: 1em;
}

#newsArticle > #newsSection p.noindent {
	text-indent: 0;
}

#newsArticle > #newsSection p.notes {
	margin-left: 1em;
	text-indent: -1em;
	font-size: 12px;
}

#newsArticle > #newsSection dl.topics dt {
	font-weight: bold;
	width: auto;
	display: block;	
	margin-bottom: 0;
	margin-top: 10px;
}

#newsArticle > #newsSection dl.topics dt:nth-child(1) {
	margin-top: 0;
}

#newsArticle > #newsSection dl.topics dd {
	width: auto;
	display: block;	
	margin-bottom: 0;
	margin-top: 0;
}

#newsArticle > #newsSection div.sideBySide {
	display: table;
	width: 100%;
}

#newsArticle > #newsSection div.sideBySide .sideBySideItem:first-child:nth-last-child(2),
#newsArticle > #newsSection div.sideBySide .sideBySideItem:first-child:nth-last-child(2) ~ .sideBySideItem {
	display:table-cell;
	width: 50%;
}

#newsArticle > #newsSection div.sideBySide .sideBySideItem:first-child:nth-last-child(3),
#newsArticle > #newsSection div.sideBySide .sideBySideItem:first-child:nth-last-child(3) ~ .sideBySideItem {
	display:table-cell;
	width: 30%;
}

#newsArticle > #newsSection table tr.left-row th,
#newsArticle > #newsSection table tr.left-row td {
	text-align: left;
}

#newsArticle > #newsSection table tr.right-row th,
#newsArticle > #newsSection table tr.right-row td {
	text-align: right;
}

#newsArticle > #newsSection table tr.center-row th,
#newsArticle > #newsSection table tr.center-row td {
	text-align: center;
}

#newsArticle > #newsSection table th.left,
#newsArticle > #newsSection table td.left {
	text-align: left;
	display: table-cell;
}

#newsArticle > #newsSection table th.right,
#newsArticle > #newsSection table td.right {
	text-align: right;
	display: table-cell;
}

#newsArticle > #newsSection table th.center,
#newsArticle > #newsSection table td.center {
	text-align: center;
	display: table-cell;
}

#newsArticle > #newsSection table th.middle,
#newsArticle > #newsSection table td.middle {
	vertical-align: middle;
}

#newsArticle > #newsSection table th.bottom,
#newsArticle > #newsSection table td.bottom {
	vertical-align: bottom;
}

#newsArticle > #newsSection table.enenpi-award th,
#newsArticle > #newsSection table.enenpi-award td {font-size: 12px;}
#newsArticle > #newsSection table.enenpi-award tr > th:nth-child(1),
#newsArticle > #newsSection table.enenpi-award tr > td:nth-child(1) {text-align: right;}
#newsArticle > #newsSection table.enenpi-award .c1 {width: 1%;}
#newsArticle > #newsSection table.enenpi-award .c2 {width: 30%;}
#newsArticle > #newsSection table.enenpi-award .c3 {width: 7%;}
#newsArticle > #newsSection table.enenpi-award .c4 {width: 8%;}
#newsArticle > #newsSection table.enenpi-award .c5 {width: 18%;}
#newsArticle > #newsSection table.enenpi-award .c6 {width: 7%;}
#newsArticle > #newsSection table.enenpi-award .c7 {width: 16%;}
#newsArticle > #newsSection table.enenpi-award .c8 {width: 13%;}
#newsArticle > #newsSection table.enenpi-award .hasnote {line-height: 1.2;}
#newsArticle > #newsSection table.enenpi-award .hasnote > span {font-size: 10px;display: block;}

#newsArticle > #newsSection table.media-list th,
#newsArticle > #newsSection table.media-list td {font-size: 12px;}
#newsArticle > #newsSection table.media-list tr > th:nth-child(1) {width: 23%;}
#newsArticle > #newsSection table.media-list tr > th:nth-child(2) {width: 18%;}

#newsArticle > #newsSection address dl dt {
	font-weight: bold;
	width: auto;
	display: block;	
	margin-bottom: 0;
	margin-top: 10px;
}

#newsArticle > #newsSection address dl:nth-child(1) {
	margin-top: 0;
}

#newsArticle > #newsSection address dl dt:nth-child(1) {
	margin-top: 0;
}

#newsArticle > #newsSection address dl dd {
	width: auto;
	display: block;	
	margin-bottom: 0;
	margin-top: 0;
}

#newsArticle > #newsSection .h-noborder {
	border: none;
}
#newsArticle > #newsSection ul.normal-list {
	list-style-type: disc;
	padding-left: 20px;
}

#newsArticle > #newsHeader  .print-button {
	text-align: right;
	font-size: 80%;
}

