@charset "utf-8";
/*------------------ based on 16/08/09 */
/* --------------------------------------
 cssの初期化
-------------------------------------- */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, fieldset, /* -input, - */textarea,
p, blockquote,
/* -th, td,- */

img {
	margin: 0;
	padding: 0;
	border:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

th,
td {
	vertical-align: top;
	text-align: left;
	word-break: break-all;
}

ol,ul {
	list-style:none;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

/* 全体のfontsizeを変更したい場合は、.column1～5を変更する事 */
body {
	color:#333333;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size:16px;
	line-height:1.4;
	background:#FFF;
}



/* hidden & skip link  */
.aural,
#logo strong,
#search-box label,
#search-results .new-search label,
#search-box h6,
#nav-global span em,
#nav li strong em,
#nav-global li.on em,
#nav-box li.on em,
#nav-global h6,
#nav-box li h3 em,
#nav h6,
#extras h6,
em.more span,
#promos .more,
.pager li em,
.pager h3,
#search-results .form-wrapper label span,
#main .vcard div h3,
#extras .vcard div h3,
#glossary-index h3,
.day span,
form div label em,
#nav-content strong em,
p#copyright-magnolia span,
#event-pager h5,
div.superpromos .superpromo-section p.more a span,
.vcard .type {      
	display: block;  
    position: absolute;
    overflow: hidden;
	left: -9999px;
    width: 1px;
    height: 1px;
}
/* display: none */
/*.a11y-wrapper, */
#promos1,
#promos3 {
	display: none;	
}




/* Links */
a {
	color: #333;
	text-decoration: none;
}
a img {
	border: 0;
}
em.more {
	display: block;
	background: url(../../img/icons/mobile-sprites.png) 0 5px no-repeat;
	padding: 0 0 0 14px;
	font-style: normal;
	font-weight: bold;
}
.teaser em.more {
	display:none;
}

/* Global Boxes */
#nav-global,
/*#nav,*/
#section-header,
.opener,
.teaser,
.tagcloud,
#page-intro,
.box,
.text,
#stage,
.promo,
.rack-teaser,
.text-box-section,
.toc-box-section,
.superpromo-section,
#comments li,
fieldset,
.media-index dl,
.pager li,
.super-list li,
#glossary-index li,
.glossary-box,
#sitemap .links,
.photo-index .photo,
.vcard,
.text dl.media,
.text-box-toc li a,
.toc-box-toc li a,
.superpromos-toc li a,
.text-box-tabs  {
	/*background: #fff;
	margin: 10px 5px;
	border: 1px solid #d9d9d9;
	padding: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;*/
}

.box,
#promos {
	clear: both;
}

#section-header {
	background: #555;
	border: 1px solid #333;
	color: #fff;
}

/* outside boxes */
.teaser-group h5,
.box-group h5,
.text-box-tabs h2,
#comments h2,
#comments-not-yet h3,
#your-comment h2,
.new-search h2 {
	margin: 20px 0 0 10px;
}

#your-comment h2 {
	margin: 20px 0;	
}


/* Images */
/*.teaser img ,*/
/*.external-teaser img,*/
#stage img,
.promo img,
img.media,
.media img {
	max-width: 100%;
	height: auto;
	display:block;
	margin:0 auto 10px;
}


/* Headings */
h1, 
h2,
h3 {
	margin: 10px 0;
}

h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3, 
h4,
h5 {
	font-size: 16px;
}
h1 em, 
h2 em,
h3 em {
	display: block;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
}


p.skip {
	position: absolute;
	top: 15px;
	right: 13px;
	margin: 0;
	padding: 0;
}
.skip a {
	display: block;
	font-size: 14px;

}

/* -- copyright -- */
.footer-about {
	clear:both;
	padding:5px 0;
	font-size:10px;
}

/* Branding */
#branding {
	background-color:#CCC;
}

#branding {
	padding-top: 61px;
}

#logo img {
	display: none;
}

#logo span {
	position: absolute;
	background-repeat: no-repeat;
	background-position: 0 0;
	z-index: 10;
	display: block;
	top: 10px;
	left: 10px;
	height: 51px;
	width: 202px;
}

#logo strong {
	display: block;
}

#logo em {
	display: block;
	font-size: 14px;
}

#logo a {
	color: #fff;
}


/* Search */

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

#search-box {
	position: relative;
	margin: 10px 0 10px 0;
}

#search-box,
#search-box div {
	background: #000;
}

#search-box input {
	width: 100%;
	background: #fff;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border-radius: 17px;
	padding: 8px 90px 10px 10px;
	border: none;
	min-height: 36px;
}

#search-box input.button {
	width: auto;
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 0 10px;
	background: #ccc;
	font-size: 14px;
	min-height: 0;
	border: 1px solid #999;
}


/* Navigation */
	/*#nav-global li,
#nav li {
	max-width:100%;
	list-style: none;
	border-bottom: 1px solid #d9d9d9;
margin: 0 -8px;
	padding: 8px;
}

#nav-global li:first-child,
#nav li:first-child{
	padding-top: 0;
}

#nav-global li:last-child,
#nav li:last-child {
	border: none;
	padding-bottom: 0;
}

#nav-global li a,
#nav li a {
	display: block;
}

#nav li ul {
	margin: 8px -8px 0 -8px;
	border-top: 1px solid #d9d9d9;
	padding-top: 8px;
}
#nav li li {
	margin: 0;
}
#nav li li a,
#nav li li strong {
	padding-left: 20px;
}
#nav li li li a,
#nav li li li strong {
	padding-left: 40px;
}*/


/* -- -- */
#nav-box {
}

/* -- ローカルナビ -- */
#nav-box ul.navLevel_1 ,
#nav-box ul.navLevel_2 {
	border-top: 1px solid #FFF;
}

#nav-box ul.navLevel_1 > li ,
#nav-box ul.navLevel_2 > li {
	width:100%;
	font-size: 14px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

#nav-box ul.navLevel_1 > li > strong ,
#nav-box ul.navLevel_1 > li > a {
	display: block;
	position: relative;
	padding: 14px 22px 10px 10px;
	color: #666;
	background-color:#EDEDDA;
	text-decoration: none;
}
#nav-box ul.navLevel_2 > li > strong ,
#nav-box ul.navLevel_2 > li > a {
	display: block;
	position: relative;
	padding: 14px 22px 10px 10px;
	color: #666;
	background-color:#f5f5ea;
	text-decoration: none;
}

#nav-box ul.navLevel_1 > li > strong:after ,
#nav-box ul.navLevel_1 > li > a:after ,
#nav-box ul.navLevel_2 > li > strong:after ,
#nav-box ul.navLevel_2 > li > a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #666;
	border-right: solid 2px #666;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

#nav-box ul.navLevel_1 li.open ul.navLevel_2 {
	padding-left: 7px;
	padding-right: 12px;
	background-color:#f5f5ea;
}
#nav-box ul.navLevel_2 li.open ul.navLevel_3 {
	padding-left: 7px;
	padding-right: 12px;
	background-color:#EDEDDA;
}

ul.navLevel_2 li:last-child {
	border-bottom: none!important;
}


/* -- 第3階層以下非表示 -- */
ul.navLevel_3,
ul.navLevel_4 {
	display:none;
}



/* Meta Navigation */

#nav-meta {
	display: none;
}

#nav-meta ul {
	overflow: hidden;
}
#nav-meta li {
	float: right;
	list-style: none;
	margin: 5px 0 5px 5px;
	padding: 2px 5px;
}
#nav-meta li a {
	color: #fff;
	font-size: 16px;
}
/* Teasers and other Content Elements */
/*.teaser img, */
/*.external-teaser img, */
.opener img,
.superpromo-section img {
	width: 100%;
	height: auto;
}
.vcard div {
	margin: 0 0 10px 0;
	clear:both;	
}

.vcard div dt {
	width:5em;
	float:left;
	font-weight:bold;
}


.vcard .org{
	width:70%;
	clear:none;
	float:right;
	padding-left:10px;
	margin-bottom:10px;
	
}

.vcard .organization-name {
	font-weight:bold;
	font-size: 110%;
	line-height:1em;
	  
}

.vcard .photo {
	float:left;
	max-width:30%;
	margin-bottom:10px;
}

.vcard .photo img {
	max-width:100%;
}

.vcard .media.photo dd{
width:100%;
}




/* Linkslists */
.links h3 {
	margin-top: 10px;	
}
#toc ul,
.links ul {
	margin: 0;	
}
#toc li,
.links li,
.latest-comments li {
	list-style: none;
	margin: 0 -8px;
	border-top: 1px solid #d9d9d9;
	padding: 8px;	
}
#toc li:last-child,
.links li:last-child,
.latest-comments li:last-child {
	border-bottom: 1px solid #d9d9d9;	
}



.links li a,
.latest-comments li a {
	display: block;
	background: url(../../img/icons/mobile-sprites.png) 1px 4px no-repeat;
	padding-left: 15px;
}
.links .download a  {
	background-position: 0 -142px;
}
.links .external a  {
	background-position: 1px -294px;
}
.links .download em {
	display: block;
	margin-top: -5px;
	font-style: normal;
	font-size: 13px;
	color: #999;
}
.latest-comments li em {
	display: block;
	font-style: normal;
	font-weight: bold;
}
#comments h2 em {
	display: inline;
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
}
.comment-count {
	display: none;	
}
/* Latest */
.latest li {
	list-style: none;
	margin: 0 -8px;
	border-bottom: 1px solid #9f9f9f;
	padding: 8px;
}
p.all {
	margin: 10px 0 0 0;
}
/* Event List */
.event-list li {
	margin: 0 -8px;
	border-bottom: 1px solid #9f9f9f;
	padding: 8px;
	list-style: none;
}
.event-list li h3 {
	margin: 5px 0;
}
.event-data li {
	list-style: disc inside;
	border-bottom: none;
	padding: 2px 8px;
	font-size: 16px;
	line-height: 16px;
}


/* Glossary */
#glossary-index li {	
	float: left;
	list-style: none;
	width:1.9em;
	text-align:center;
}
.glossary-box {	
	clear: both;
	display: block;
}
.glossary-box ul {	
	padding-left: 20px;
}


/* tagcloud */
.tagcloud ul {
	overflow: hidden;
	text-align: center;
}
.tagcloud li {
	list-style: none;
	display: inline-block;
	margin: 0 3px;
}
.tagcloud li.level-1 a {
	font-size: 15px;
}
.tagcloud li.level-2 a {
	font-size: 17px;
	font-weight: bold;
}
.tagcloud li.level-3 a {
	font-size: 20px;
}
.tagcloud li.level-4 a {
	font-size: 21px;
	font-weight: bold;
	font-style: normal;
}
.tagcloud li.level-5 a {
	font-size: 23px;
	font-weight: bold;
}


/* Text */

.text-meta {
	margin: 12px 8px 0 8px;
/*	border-top: 1px solid #d9d9d9; */
	padding: 8px 0 0 0;
	font-size: 14px;
}
.text-meta:after{
	content: "";
	clear: both;
	display: block;
}
.text-data li {
	list-style: none;	
}
.text-data li {
	float: left;
	margin: 0 10px 0 0;
}
#text-features {
	display: none;	
}
.text-meta dt {
	display: none;
}
.text-meta li,
.text-meta dd {
	float: left;
	display: block;
	margin: 0 10px 5px 0;
	padding: 2px 0;
}
.text-meta dd {
	margin-right: 5px;
}
/* tags &  comments */
.text-meta dd a,
.text-meta li.text-comments {
	float: left;
	display: block;
	padding: 2px 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;	
	border-radius: 8px;	
	border: 1px solid #d9d9d9;	
	color: #555;
}
.text-comments {
	background: #f1d500;
}
.text-meta + p {
	clear: both;
}

.text p,
.text .links,
#.text #toc {
	margin: 10px 0 10px 0;
}



/* lists in article and also list of search results */
.text ul {
	padding: 0 0 10px 18px;	
}
.text ol {
	padding: 0 0 10px 25px;	
}
.text ul ul,
.text ol ol {
	padding-bottom: 0;
}
ul.text-data,
ul#text-features,
.text .links ul {
	padding: 0;	
}
.text .media {
	margin: 10px 0;	
}
.compact dt {
	font-weight: bold;	
}
.compact dd {
	padding-left: 20px;
}
#toc ul {
	padding: 0 0 10px 0;	
}
#toc li {
	list-style: none;
}
#toc a {
	background: url(../../img/icons/mobile-sprites.png) 0 -143px no-repeat;
	padding-left: 15px;
}
.photo .caption,
.photo .copyright,
.photo .longdesc {
	font-size: 14px;
	line-height: 1.2em;	
}
.text-box-compact dt {
	margin: 10px 0 0 0;
	font-weight: bold;	
}

.text-box-compact dd {
	background-color:#FFF;
	padding:5px;	
}

.text-box-compact{
background-color:#F0F0F0;
margin-bottom:20px;
padding:5px;
}

div.video dl dd.longdesc ,
div.audio dl dd.longdesc {
/*	display: none; */
}

div.audio dl dt audio ,
div.video dl dt video {
	max-width:100%;
}

/*table {
	border-collapse: collapse;	
	border-spacing: 0;
	overflow: auto;
}
td {
	border: 1px solid #d9d9d9;
	padding: 5px;
	vertical-align: top;
}


tr:nth-child(2n+1) td {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #E5E5E5;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}


th {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #D9D940;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #B3B3B3;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-right: 10px;
    padding-left:5px;
}

thead th {
    padding-bottom: 4px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 4px;
}
*/




/* Footer */
#site-info {
}

#site-info-box {
}


#site-info div #about .media {
	float: left;
    height: auto;
    margin: 3px 10px 0 0;
    width: 65px;
}


/* -- フッターリンクの機能を使用の場合 -- */
.footer-link-list {
		background-color: #2b2b2b;
}

.footer-link-list ul {
/*	margin: 10px 0;
	background-color: #2b2b2b;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;*/
}

.footer-link-list ul:after {
	content:"";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

.footer-link-list ul li {
	float:left;
	width:50%;
	padding:16px 0px !important;
	font-size:13px;
	font-weight:bold;
	border-bottom:#999 1px solid!important;
}

.footer-link-list ul li a {
	color:#ccc;
	display: block;
	text-align: center;
}

.footer-link-list ul li:nth-child(odd){
	border-right:#999 1px solid;
}


/* Promos */
#promos {
	overflow: hidden;
	padding: 0 8px;
}
.promo {
	float: left;
	overflow: hidden;
	width: 48%;
	margin: 0 0 10px 0;
}
.promo:nth-child(2n) {
	float: right;
}


/* Paging */
.pager {
	clear: both;
	overflow: hidden;
	padding: 10px 0 0 0;
}
.pager li {
	float: left;
	margin: 0 5px 5px 0;
	list-style: none;
}


/* Forms */
.required {
	margin: 10px 5px;
}
#Check p.required {
	display: none;
}
.form-wrapper input,
.form-wrapper textarea {
	padding: 5px;
	width: 100%;	
}
.form-wrapper textarea {
	border: 1px solid #aaa;
}
.form-wrapper input[type="radio"] {
	width: auto;
}
.form-wrapper input[type="submit"] {
	width: auto;
	font-size: 18px;
}
.form-wrapper fieldset fieldset {
	border: none;
	padding: 0;
}
.form-wrapper div {
	margin: 0 0 10px 0;	
}
.form-wrapper label {
	display: block;
}
.form-wrapper .form-item {
	display: block;
	clear: both;
}
.form-wrapper .form-item label {
	display: inline;
	float: left;
	width: 300px;
}
.form-wrapper .form-item input {
	float: left;
	padding: 0 3px 0 0;
}
.form-wrapper div span {
/*	display: block; */
}
.form-wrapper p.required {
	margin: 10px 5px;
}
.form-wrapper p.required span {
	display: inline;
}
.form-wrapper p.required span,
.form-wrapper dfn {
	color: #ec1549;
	font-weight: bold;
}

.form-summary table tr {
	display: block;
	margin-top: 10px;
	border: 1px solid #CCC;
	padding: 5px;
}

.form-summary table td {
	display: block;
	padding: 5px 0;
	white-space: pre;
	white-space: pre-line;
	word-break: break-all;
}
.form-summary table td:first-child {
	border-bottom: 1px dashed #CCC;
}



/* JavaScript Modules */
/* Tabs */
.text-box-tabs .text-box-section h2,
.toc-box .toc-box-section h2 {
	margin: 5px 0;
}

/* Caroussels */
.teaser-wrapper {
	margin: 0 auto 20px auto;
	position: relative;
	border: 0;
	clear: both;
	height: auto;
	padding: 0 5px;
	width: 100%;
}
.touch div.teaser-wrapper  .pager,
.teaser-wrapper .pager {
	display: none;
	width: auto;
	margin: 0;
}
.js .teaser-wrapper .pager {
	display: block;
	padding: 0;
}
.teaser-wrapper .next,
.teaser-wrapper .prev {
	position: absolute;
	top: 35px;
	right: 0;
	width: 19px;
	height: 113px;
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 43%, #f1f1f1 50%, #EAEAEA 51%, #f6f6f6 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(43%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#EAEAEA), color-stop(100%,#f6f6f6)); /* webkit */	
	border: 1px solid #9F9F9F;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	list-style: none;
	-webkit-box-shadow: 0px 2px 1px #999;
	-moz-box-shadow: 0px 2px 1px #999;
	-shadow: 0px 2px 1px #999;
}
.teaser-wrapper .prev {
	left: 0;
	right: auto;
}
.teaser-wrapper .pager span {
	display: block;
	width: 19px;
	height: 113px;
	opacity: 0.3;
	background-image: url(../img/icons/arrow-mobile.png);
	background-position: 5px 50%;
	background-repeat: no-repeat; 
}
.teaser-wrapper .prev span {
	background-image: url(../img/icons/arrow-mobile2.png);
	background-position: 3px 50%;
}
.teaser-wrapper span.show {
	opacity: 1;
	cursor: pointer;
}
.teaser-wrapper .rack {
	width: auto;
	margin: 0;
	padding-left: 0;
} 
.js .teaser-wrapper .rack {
	overflow: hidden;
	height: auto;
	margin-left: 19px;
	margin-right: 19px;
	padding-left: 0;
}
.touch .teaser-wrapper .rack {
	margin-left: 0;
	margin-right: 0;
}
.js .tw-paging .rack {
	margin-right: 0;
	margin-left: 0;
}
.teaser-wrapper .rack-teaser {
	overflow: hidden;
	float: left;
	width: 310px;
	height: auto;
	margin: 0 15px 0 0;
	padding: 10px;
}
#stage .teaser-wrapper .rack-teaser {
	width: 280px;
}
.teaser-wrapper .rack-teaser:last-child {
	margin-right: 0;
}
@media only screen and (min-width : 470px) { /* Landscape */
.teaser-wrapper .rack-teaser {
	width: 470px;
}
#stage .teaser-wrapper .rack-teaser {
	width: 442px;
}
}
.teaser-wrapper .rack-teaser img {
	display: block;
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 5px 0;
	border: none;
}
.teaser-wrapper .rack-teaser p {
	font-size: 16px;
	line-height: 18px;
}
.teaser-wrapper .rack-teaser p em.more {
	margin-top: 5px;
}
/* TW-Images */

.js .tw-images .rack {
	height: 113px;
}
.tw-images .rack-teaser {
	width: auto;
	height: 113px;
	margin: 0;
	padding: 0;
}
.tw-images .rack-teaser img {
	width: auto;
	height: 112px;
	margin: 0;
}

/*aufheben*/
@media only screen and (min-width : 321px) { /* Landscape */

}
/* TW-Slider */
.tw-slider span.prev,
.tw-slider span.next,
.slider {
	display: none;	
}



/* pagination for all sliders */

.viewport-pagination {
	overflow: hidden;
	zoom: 1;
	clear: both;
	margin: 10px 0;
}

.viewport-pagination ul {
	display: block;
	text-align: center;
	list-style: none;
}
.viewport-pagination li {
	display: inline;
	list-style: none;
	cursor: pointer;
}
.viewport-pagination li.on {
	cursor: default;
}
.viewport-pagination button {
	margin: 0 5px;
	display: inline-block;
	width: 8px;
	height: 8px;
	border: 1px solid #999;
	border-radius: 50%;
	text-indent: -9999px;
	-webkit-appearance: none;
	cursor: pointer;
	background: #ccc;
	
	
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	transition: all 300ms;
}
.viewport-pagination .on button {
	cursor: default;
	background: #fff;
}
.viewport-pagination button span {
	display: block;
	margin: 1px;
	width: 6px;
	height: 6px;
	text-indent: -9999px;
	border-radius: 50%;
	
}

/* SEARCH RESULTS 
----------------- */

#search-results h1 em {
	display: inline;
	font-size: inherit;
	font-weight: bold;
}

#search-results .text ol {
	padding: 0;
	list-style: none;	
}
#search-results .text ol li {
	margin-top: 30px;
	margin-bottom: 30px;
}
#search-results .text ol li li {
	margin-top: 0;
	margin-bottom: 0;
}
.pager {
	margin: 10px 5px;
}


#main .super-list li h3 a {
	display: block;
	background: transparent url(../../img/icons/mobile-sprites.png) no-repeat scroll 5px 10px;
	padding: 5px 0 2px 25px;
	font-weight: bold;
	cursor: pointer;
}

#main .super-list li h3 a.js-selected {
	background-color: #f2f2bf;
	background-position: 4px -136px;
}




/* PHOTO GALLERY
--------------------- */

.photo-index .media {
	float: none;
	width: 210px;
	border:  2px solid lime;
	padding: 8px 8px 16px 8px;
	background: #fff;
	border:  1px solid #B3B3B3;
	box-shadow: -2px 2px 4px rgba(135, 139, 144, 0.4);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.no-csstransforms .photo-index .media {
	margin-right: 5px;
}
.photo-index .media:hover {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	border:  1px solid #888;
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-ms-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
	position: relative;
	z-index:  100;
}
.photo-index dl {
	margin-right: 0px;
}
.photo-index .media dt {
	min-height: 125px;
	height: auto;
	margin: 0 0 10px 0;
}
.photo-index .media dt img {
	width: 210px;
}
.photo-index .media dd {
	background:  transparent;
}

/* lightbox*/
.mask {
	background-color: #000;
	width: 100%;
	z-index: 110;
}
.loading-mask {
	background: #000 url(../../img/bgs/loading.gif) no-repeat fixed center;
}
.showbox {
	position: absolute;
	overflow: hidden;
	z-index: 120;
	top: 0;
	left: 0;
	margin: 40px 0 0;
	padding: 0 0 20px 0;
	width: 100%;
	background-color: #b3b3b3;
}
.showbox .overlay-control {
	display: none;
}
.showbox-head {
	overflow: hidden;
	height: 1%;
	margin: 0 0 30px;
	padding: 5px;
	font-size: 120%;
	text-align: center;
	background-color: #555;
	color: #fff;
}
.showbox-toolbar {
	float: left;
	clear: both;
}

.showbox-head a {
	color: #fff;
	margin-right: 10px;
	cursor: pointer;
}
.showbox-head a.ui-disabled {
	cursor: default;
	color: #aaa;
	text-decoration: none;
}
.showbox-toolbar .prev {
	background: url(../../img/icons/sprites.png) 0 -73px no-repeat;
	padding-left: 17px;
}
.showbox-toolbar .next {
	background: url(../../img/icons/sprites.png) 190% 1px no-repeat;
	padding-right: 17px;
}

.showbox .close-button {
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 0 5px 0 17px;
	cursor: pointer;
	color: #fff;
	font-size: 120%;
	background: url(../../img/icons/sprites.png) 0 -218px no-repeat;
}
.showbox .content-box {
	background-color: #999;
	margin: 0 auto;
	max-width: 100%;
}
.showbox.loading {
	background: #999 url(../../img/bgs/loading.gif) no-repeat fixed center;
}
.showbox .multimedia-box {
	overflow: hidden;
}
.showbox .multimedia-box img {
	max-width: 100%;
}
.showbox .text-content {
	background: #ececee;
	padding: 5px;
}
.showbox h2 {
	margin: 5px 0;
/*	font-size: 130%; */
}
.showbox p {
	margin-bottom: 10px;
/*	font-size: 120%; */
}
.showbox ul {
	margin: 10px 0 10px 0;
}
.showbox li {
	list-style: none;
	color: #555;
	font-size: 110%;
}




.all a {
	display: block;
	background: transparent url(../../img/icons/mobile-sprites.png) no-repeat scroll 5px 7px;
	padding: 2px 0 5px 25px;
}






#main .text p {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

.vevent dt{
	margin: 10px 0 0 0;
	font-weight: bold;	
}

.vevent dd {
	background-color:#FFF;
	padding:5px;	
}

.vevent {
	background-color:#F0F0F0;
	padding:5px;
}

div.date {
    background-attachment: scroll;
    background-clip: border-box;
    
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    height: 1.5em;
    width:auto;
    
}

.date .till {
	display: block;
	height: 100%;
	width:12px;
	text-indent: -9999px;
	background: url('../img/bgs/till_horizontal.gif') 50% 50% no-repeat;
}

.date span {
	float:left;
	color: #fff;
	height:100%;
	padding: 3px 5px 5px 3px;
	background-color: #AFAF00;
}

.date .d-end {
	background: #d9d940;
	height:100%;
}

.date abbr {
	border-bottom-style: none;
}

.dtstart ,
.dtend {
	display:none;
}

dl.media ,
dl.photo{
/*	background-color: #ECECEC; */
	margin-bottom:8px;
	padding:5px;

}

.text dl.media img {
	width:100%;
}





/* Tabkrams */

.text-box-section{
}

.text-box-tabs{
	background-color:#F0F0F0;
	padding:0px;
	margin:10px 0px 10px 0px;
}

.text-box-toc li{
	width:100%;
	list-style-type:none;
}

.text-box-toc li a{
	display:block;
	margin:0px;
}

.text-box-section-group .text-box-section{
}

ol.text-box-toc{
	padding:0px;
}

.text-box-toc li a.js-selected ,
.text-box-toc li a.a11y-focus ,
.text-box-toc li a:active ,
.text-box-toc li a:focus {
	color: #000000;
}


#sitemap .links li li a {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: transparent;
	background-image: url("../../img/icons/mobile-sprites.png");
	background-origin: padding-box;
	background-position: 30px 7px;
	background-repeat: no-repeat;
	background-size: auto auto;
	padding-left: 45px;
}

#sitemap .links li li li a {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: transparent;
	background-image: url("../../img/icons/mobile-sprites.png");
	background-origin: padding-box;
	background-position: 60px 7px;
	background-repeat: no-repeat;
	background-size: auto auto;
	padding-left: 75px;
}



#sitemap .links li {
	background-image: url("../img/bgs/dotted-line.png");
	background-position: 0 0;
	background-repeat: repeat-x;
	background-origin: padding-box;
	border-style:none;
	margin:0px;
	padding:0px;
}



/* -----------------------------
0727NIRテスト
--------------------------------- */


/* -- トグル初期非表示 -- */ 
#gnav {
	display:none;

	position: fixed;
	z-index: 100;
}

#gnav:after {
	content:"";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

#gnav li {
	display :table;
	width:50%;
	float:left;
	border-bottom:#fff 1px solid;
}

#gnav li a {
	display: table-cell;
    height: 50px;
    vertical-align: middle;
	text-align: center;

	background-color: #472d21;
	background-color: rgba(71, 45, 33, 0.9);
	color:#fff;
	font-size:13px;
	font-weight: bold;
	text-decoration: none;
}

#gnav li:nth-child(odd) a {
	border-right:#fff 1px solid;
}




/* -- トグル初期非表示 -- */ 
#nav-global {
	display: none;
}

#nav-global ul:after {
	content:"";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

#nav-global div > ul > li {
	display :table;
	width:50%;
	float:left;
	border-bottom:#fff 1px solid;
}

#nav-global div > ul > li > a ,
#nav-global div > ul > li > strong {
	display: table-cell;
    height: 50px;
    vertical-align: middle;
	text-align: center;

	background-color: #472d21;
	color:#fff;
	font-size:13px;
	font-weight: bold;
	text-decoration: none;
}

#nav-global div > ul > li:nth-child(odd) > a ,
#nav-global div > ul > li:nth-child(odd) > strong {
	border-right:#fff 1px solid;
}




.bread-crumb {
	font-size:11px;
	/*display:none;*/
	padding: 5px 5px;
/*	background: #F3F3F3; */
}

.bread-crumb:after {
	content: "";
	display: block;
	clear: both;
}

.bread-crumb h5 {
	font-size: inherit;
}

.bread-crumb h5,
.bread-crumb ol,
.bread-crumb ol li {
	float:left;
}

.bread-crumb ol li {
	margin-left:5px;
	padding-left:5px;
	border-left:#CCC 1px dotted;
}

#sharewithmain {
	padding:8px 8px 8px 8px;
}

/* -- マグノリアコピーライト削除 -- */
#copyright-magnolia {
	display:none;
}

/* -- ナビ表示位置順 -- */
#wrapper-2 {
	width: 100%;
	/*display:-webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display:flex;
	flex-direction:column-reverse;*/
	overflow:hidden;
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-webkit-flex-direction:column-reverse;/*--- safari（PC）用 ---*/
	flex-direction:column-reverse;
}

#wrapper-2 #wrapper-3 {
	width: 100%;
	/* -webkit-box-ordinal-group:1;
	-moz-box-ordinal-group:1;
	box-ordinal-group:1;*/
	overflow:hidden;
}

#wrapper-2 #nav {
	width: 100%;
	/*-webkit-box-ordinal-group:2;
	-moz-box-ordinal-group:2;
	box-ordinal-group:2;*/
	overflow:hidden;
}



/* ---- カラム分け1～5 ---- */
.multiColumn1 ,
.multiColumn2 ,
.multiColumn3 ,
.multiColumn4 ,
.multiColumn5 {
	clear:both;
	margin-bottom:30px;
	font-size: 0;
}


/* ---- 小カラム ---- */
div.column1 ,
div.column2 ,
div.column3 ,
div.column4 ,
div.column5 {
	margin-bottom:20px;
	font-size: 16px;
}


/*-- カラム clearfix --*/
.multiColumn2:after ,
.multiColumn4:after {
	content:"";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}


/* -- 1カラム -- */
.multiColumn1 div.column1 {
	width: 100%;
}

/* -- 2カラム -- */
.multiColumn2 div.column1 ,
.multiColumn2 div.column2 {
	width: 100%;
}


/* -- 3～5は2カラムに -- */

/* -- 3カラム -- */
/*
.multiColumn3 div.column1 ,
.multiColumn3 div.column2 ,
.multiColumn3 div.column3 {
	width: 48%;
	float: left;
}

.multiColumn3 div.column1 {
	margin-right:2%;
}

.multiColumn3 div.column3 {
	clear:both;
}
*/

/* -- 3カラム(詰め直し)  -- */
.multiColumn3 {
    display: inline;
	clear: none;
}

.multiColumn3 div.column1 ,
.multiColumn3 div.column2 ,
.multiColumn3 div.column3 {
	display: inline-block;
	clear: none;
	width: 48%;
	vertical-align: top;
	margin-right:2%;
}


/* -- 4カラム -- */
/*
.multiColumn4 div.column1,
.multiColumn4 div.column3 {
	width:48%;
	margin-right:2%;
	float:left;
}

.multiColumn4 div.column2,
.multiColumn4 div.column4 {
	width:48%;
	float:left;
}
*/


.multiColumn4 div.column1,
.multiColumn4 div.column2,
.multiColumn4 div.column3,
.multiColumn4 div.column4 {
	width:48%;
	margin-right:2%;
	float:left;
}

.multiColumn4 div.column3 {
	clear:both;
}

/* -- 5カラム -- */
/*
.multiColumn5 div.column1 ,
.multiColumn5 div.column2 ,
.multiColumn5 div.column3 ,
.multiColumn5 div.column4 ,
.multiColumn5 div.column5 {
	width: 48%;
	float: left;
}

.multiColumn5 div.column1 ,
.multiColumn5 div.column3 {
	margin-right:2%;
}

.multiColumn5 div.column5 {
	clear:both;
}
*/

/* -- 5カラム(詰め直し)  -- */
.multiColumn5 {
    display: inline;
	clear: none;
}

.multiColumn5 div.column1 ,
.multiColumn5 div.column2 ,
.multiColumn5 div.column3 ,
.multiColumn5 div.column4 ,
.multiColumn5 div.column5 {
	display: inline-block;
	clear: none;
	width: 48%;
	vertical-align: top;
	margin-right:2%;
}


/* 3カラムと5カラムが混ざらない様に */
.multiColumn3 + .multiColumn5:before ,
.multiColumn5 + .multiColumn3:before {
	content: "";
	display: block;
	clear: both;
}


/* -----------------------------
CKエディタ
--------------------------------- */

/* -- ckエディタの機能を損なうから制御は不可 -- */
div#page-intro .abstractImage ,
div.quoted-text blockquote ,
div.highlight-quoted-text ,
div.text-section ,
div.internal-link-area ,
div.external-link-area ,
div.download-link-area ,
div.faq-list .faq-item ,
div.vertical-table div.vtable-item > table > tbody > tr > th ,
div.vertical-table div.vtable-item > table > tbody > tr > td ,
div.ircalendar div.ircalendar-title > table > tbody > tr > th ,
div.ircalendar div.ircalendar-item > table > tbody > tr > td {
	text-align: center;
}

div#page-intro .abstractImage > * ,
div.quoted-text blockquote > * ,
div.highlight-quoted-text > * ,
div.text-section > * ,
div.internal-link-area > * ,
div.external-link-area > * ,
div.download-link-area > * ,
div.faq-list .faq-item > * ,
div.vertical-table div.vtable-item > table > tbody > tr > th > * ,
div.vertical-table div.vtable-item > table > tbody > tr > td > * ,
div.ircalendar div.ircalendar-title > table > tbody > tr > th > * ,
div.ircalendar div.ircalendar-item > table > tbody > tr > td > * {
	text-align: left;
}

div#page-intro .abstractImage p ,
div.quoted-text blockquote p ,
div.highlight-quoted-text p ,
div.text-section p ,
div.internal-link-area p ,
div.external-link-area p ,
div.download-link-area p ,
div.faq-list .faq-item p ,
div.vertical-table div.vtable-item p ,
div.ircalendar div.ircalendar-title p ,
div.ircalendar div.ircalendar-item p {
	display: block;
}

/* -- ckエディタのリスト表示用 -- */
div#page-intro .abstractImage ol ,
div.quoted-text blockquote ol ,
div.highlight-quoted-text ol ,
div.text-section ol ,
div.internal-link-area ol ,
div.external-link-area ol ,
div.download-link-area ol ,
div.faq-list .faq-item ol ,
div.vertical-table div.vtable-item ol ,
div.ircalendar div.ircalendar-title ol ,
div.ircalendar div.ircalendar-item ol {
	padding-left:2em;
	list-style:decimal;
}

div#page-intro .abstractImage ol li ,
div.quoted-text blockquote ol li ,
div.highlight-quoted-text ol li ,
div.text-section ol li ,
div.internal-link-area ol li ,
div.external-link-area ol li ,
div.download-link-area ol li ,
div.faq-list .faq-item ol li ,
div.vertical-table div.vtable-item ol li ,
div.ircalendar div.ircalendar-title ol li ,
div.ircalendar div.ircalendar-item ol li {
	list-style:inherit;
}

/* -- ckエディタのリスト表示用 -- */
div#page-intro .abstractImage ul ,
div.quoted-text blockquote ul ,
div.highlight-quoted-text ul ,
div.text-section ul ,
div.internal-link-area ul ,
div.external-link-area ul ,
div.download-link-area ul ,
div.faq-list .faq-item ul ,
div.vertical-table div.vtable-item ul ,
div.ircalendar div.ircalendar-title ul ,
div.ircalendar div.ircalendar-item ul {
	padding-left:2em;
	list-style:disc;
}

div#page-intro .abstractImage ul li ,
div.quoted-text blockquote ul li ,
div.highlight-quoted-text ul li ,
div.text-section ul li ,
div.internal-link-area ul li ,
div.external-link-area ul li ,
div.download-link-area ul li ,
div.faq-list .faq-item ul li ,
div.vertical-table div.vtable-item ul li ,
div.ircalendar div.ircalendar-title ul li ,
div.ircalendar div.ircalendar-item ul li {
	list-style:inherit;
}

div#page-intro .abstractImage em ,
div.quoted-text blockquote em ,
div.highlight-quoted-text em ,
div.text-section em ,
div.internal-link-area em ,
div.external-link-area em ,
div.download-link-area em ,
div.faq-list .faq-item em ,
div.vertical-table div.vtable-item em ,
div.ircalendar div.ircalendar-title em ,
div.ircalendar div.ircalendar-item em {
	/* メイリオにはイタリック体が無い為 */
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic','メイリオ',Meiryo,sans-serif;
	font-style:italic;
}

/* -----------------------------
画像レイアウト
--------------------------------- */

/*-- 画像_左 --*/
div#page-intro .abstractImage img ,
div.text-section img ,
div.internal-link-area img ,
div.external-link-area img ,
div.download-link-area img ,
div.faq-list .faq-item img ,
div.vertical-table img ,
div.ircalendar div.ircalendar-title img,
div.ircalendar div.ircalendar-item img {
	float: left;
	margin-right: 20px;
	margin-left: 0;
	margin-bottom:8px;
	width:auto;
	max-width:40%;
}

/*-- 画像_右 --*/
div#page-intro .abstractImage img.pos-2 ,
div.text-section img.pos-2 ,
div.internal-link-area .pos-2 ,
div.external-link-area .pos-2 ,
div.download-link-area .pos-2 ,
div.faq-list .faq-item img.pos-2 ,
div.vertical-table img.pos-2 ,
div.ircalendar div.ircalendar-title img.pos-2,
div.ircalendar div.ircalendar-item img.pos-2 {
	float: right;
	margin-right: 0;
	margin-left: 16px;
	margin-bottom:8px;
	width:auto;
	max-width:40%;
}

/*-- 画像_上 --*/
div#page-intro .abstractImage img.large ,
div.text-section img.large ,
div.internal-link-area img.large ,
div.external-link-area img.large ,
div.download-link-area img.large ,
div.faq-list .faq-item img.large ,
div.vertical-table img.large ,
div.ircalendar div.ircalendar-title img.large,
div.ircalendar div.ircalendar-item img.large {
	float:none;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:8px;
	width:auto;
	max-width:100%;
}


/*-- キャプション付き画像の場合_左 --*/
div.text-section dl.photo ,
div.faq-list .faq-item dl.photo {
	width:40%;
	margin-right:16px;
	float:left;
}

div.text-section dl.photo dt ,
div.faq-list .faq-item dl.photo dt {
	text-align:center;
	margin-bottom: 8px;
}

div.text-section dl.photo dt img ,
div.faq-list .faq-item dl.photo dt img {
	float:none!important;
	width:auto;
	max-width:100%;
	margin:0 auto;
}

div.text-section dl.photo dd ,
div.faq-list .faq-item dl.photo dd {
	text-align: center;
}

/*-- キャプション付き画像の場合_右 --*/
div.text-section dl.pos-2 ,
div.faq-list .faq-item dl.pos-2 {
	width:40%;
	margin-right:0;
	float:right;
}

div.text-section dl.pos-2 dt img ,
div.faq-list .faq-item dl.pos-2 dt img {
	float:none;
	width:auto;
	max-width:100%;
	margin:0 auto;
}

/*-- キャプション付き画像の場合_上 --*/
div.text-section dl.large ,
div.faq-list .faq-item dl.large {
	float:none;
	margin-top:0;
	margin-bottom:5px;
	margin-left:auto;
	margin-right:auto;
	width:auto;
	max-width:100%;
}

div.text-section dl.large dt img ,
div.faq-list .faq-item dl.large dt img {
	float:none;
	width:auto;
	max-width:100%;
	margin:0 auto;
}

/* -- キャプション -- */
/*-- 画像のタイトル --*/
div.text-section .caption ,
div.faq-list .faq-item .caption {
}

/*-- コピーライト --*/
div.text-section .copyright ,
div.faq-list .faq-item .copyright {
}

/*-- 画像の説明 --*/
div.text-section .longdesc ,
div.faq-list .faq-item .longdesc {
/*	display: none; */
}

/*-- 虫眼鏡(現状、非表示) --*/
div.text-section .zoom ,
div.faq-list .faq-item .zoom {
	float: right;
	display:none;
}
div.text-section .zoom a ,
div.faq-list .faq-item .zoom a {
	display: block;
	background: url(../../img/icons/sprites.png) 0 -508px no-repeat;
	width: 24px;
	height:24px;
	overflow: hidden;
	text-indent: -9999px;
	margin:0 auto;
}


/* -----------------------------
見出しスタイル：装飾のみ
--------------------------------- */
/*-------------- ●ok●概要エリア --------------*/
div#page-intro {
	width:100%;
}

/* -- コンテンツ内H1レイアウト -- */
div#page-intro>h1 {
	background: url("../../../../../../../resources/sw_img0/irb_h1.jpg") no-repeat left top;
	background-size:contain;
	color:#FFF;
	overflow: hidden;
	font-size: 16px;
	padding:20px 8px;
	margin-bottom:20px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

/* -- H1画像登録時レイアウト -- */

div#page-intro .titleImage {
	margin-bottom:20px;
}

div#page-intro .titleImage h1 {
	width:auto;
	line-height:0;
	max-width:100%;
	padding:0;
	font-size:0;
}

div#page-intro .titleImage h1 img {
	width:auto;
	max-width:100%;
}

/* -- 概要に日付入れた際使用（イベント・汎用） -- */
div#page-intro div.text-meta ul.text-data {
}

div#page-intro div.text-meta ul.text-data li.date {
}


/*--- 概要説明文の画像 ---*/
div#page-intro .abstractImage {
	text-align: center;
	margin: 0 auto;
}

div#page-intro .abstractImage p {
	width:100%;
}


/*-------------- 中見出し(共通) ------------*/
div.text-section h2 ,
div.title2 h2,
div.link-list h2,
div.link-list-url h2,
/*div.sitemap h2,*/
div.news-yuho dl dt,
div.news-result dl dt  {
	font-weight:bold;
	margin-bottom:15px;
	padding-bottom:4px;
	color:#472d21;
	border-bottom:#472d21 2px solid;
}

div.col_01 {
	background:#f8f7f5;
	border:1px solid #ebe5df;
	padding: 8px;
	box-sizing:border-box;
	margin-bottom:2em;
}
.irbText br{
	display:none;
}

h3.linktit {
	border: none;
	margin: 0;
	padding: 0;
	line-height: 1.2;
}
h3.linktit a {
	background: url("../../../../../../../resources/sw_img0/irb_arrrig02.gif") no-repeat right rgb(66, 44, 31);
	padding: 8px 10px;
	border: 1px solid rgb(234, 228, 222);
	color: rgb(255, 255, 255) !important;
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
}
.linkcol_bt{
	display:none;
}

/* -- 見出しh2レベル -- */
div.title2 h2 {
	clear:both;
}

/* -- 見出しh3レベル -- */
div.title3 h3 {
	font-weight:bold;
	border:#CCC 1px solid;
	padding:8px 8px 6px;
	margin-bottom:8px;
}


/* -- 見出しh4レベル -- */
div.title4 h4 {
	border-left:#999 3px solid;
	padding-top:1px;
	padding-left:8px;
	margin-bottom:8px;
}


/* -----------------------------
その他スタイル
--------------------------------- */
/*-------------- ハイライト引用符07_002 --------------*/

div.highlight-quoted-text {
	border:#CCC 1px solid;
	padding: 10px;
	margin: 10px;
}

div.highlight-quoted-text cite {
	background: transparent url(../../img/bgs/dash.png) no-repeat scroll 0px 8px;
	padding-left: 10px;
	font-size: 12px;
	font-style: italic;
}

/*-------------- テキストと画像コンポーネント07_003 --------------*/

div.text-section {
	margin-bottom:20px;
}

/* -- 副見出し -- */
div.text-section h2 {
	clear:both;
	margin-bottom:15px;
}

/*-------------- ニュース一覧（標準）07_201 --------------*/
/*-------------- ニュース一覧（タブ切替）07_203 --------------*/
/* -- 英語ニュース -- */


div.news-list ,
div.news-list-tabbed ,
div.news-list-2nd ,
div.news-list-tabbed-2nd ,
div.news-english ,
div.news-english-tabbed ,
div.news-english-2nd ,
div.news-english-tabbed-2nd {
}

/* -- 1つのリリース -- */
div.news-list ul ,
div.news-list-tabbed ul ,
div.news-list-2nd ul ,
div.news-list-tabbed-2nd ul ,
div.news-english ul ,
div.news-english-tabbed ul ,
div.news-english-2nd ul ,
div.news-english-tabbed-2nd ul {
}

div.news-list ul li ,
div.news-list-tabbed ul li ,
div.news-list-2nd ul li ,
div.news-list-tabbed-2nd ul li ,
div.news-english ul li ,
div.news-english-tabbed ul li ,
div.news-english-2nd ul li ,
div.news-english-tabbed-2nd ul li {
	clear: both;
	position: relative;
	padding: 0;
	margin: 0;
	line-height: inherit;

	margin: 18px 0px 0px;
/*	padding-top: 24px; */
/*	padding-left: 9.2em; */
	padding-bottom: 14px;
	border-bottom:#CCCCCC 1px dotted;
}

/* -- リリースのタイトル -- */
div.news-list ul li h3 ,
div.news-list-tabbed ul li h3 ,
div.news-list-2nd ul li h3 ,
div.news-list-tabbed-2nd ul li h3 ,
div.news-english ul li h3 ,
div.news-english-tabbed ul li h3 ,
div.news-english-2nd ul li h3 ,
div.news-english-tabbed-2nd ul li h3 {
	border:none!important;
	padding:0;
	margin:0;
	font-weight:normal;
	line-height: 1.6;
	font-size:14px;
	display: block; 
	padding: 0px 0px 0px 100px;
	padding-top: 1.7em;
	background: url("../../../../../../../resources/sw_img0/irb_arrrig.gif") no-repeat 2px 2.0em;
	padding-left: 17px;
}

/* -- リリースのテキスト -- */
div.news-list ul li span.date + img + span ,
div.news-list-tabbed ul li span.date + img + span ,
div.news-list ul li h3 a ,
div.news-list-tabbed ul li h3 a ,
div.news-list-2nd ul li .news_tx ,
div.news-list-tabbed-2nd ul li .news_tx ,
div.news-english ul li span.date + img + span ,
div.news-english-tabbed ul li span.date + img + span ,
div.news-english ul li h3 a ,
div.news-english-tabbed ul li h3 a ,
div.news-english-2nd ul li .news_tx ,
div.news-english-tabbed-2nd ul li .news_tx {
}

/* -- 日付 -- */
div.news-list ul li span.date ,
div.news-list-tabbed ul li span.date ,
div.news-list-2nd ul li .date ,
div.news-list-tabbed-2nd ul li .date ,
div.news-english ul li span.date ,
div.news-english-tabbed ul li span.date ,
div.news-english-2nd ul li .date ,
div.news-english-tabbed-2nd ul li .date {
	position: absolute; 
	top: 0px; 
	left: 0px; 
}

/* -- カテゴリアイコン -- */
div.news-list ul li span.date + img ,
div.news-list-tabbed ul li span.date + img ,
div.news-list-2nd ul li .c_icon ,
div.news-list-tabbed-2nd ul li .c_icon ,
div.news-english ul li span.date + img ,
div.news-english-tabbed ul li span.date + img ,
div.news-english-2nd ul li .c_icon ,
div.news-english-tabbed-2nd ul li .c_icon {
/*	display: none; */
	position: absolute;
	top: 0.2em;
	left: 8.2em;
	padding-left: 10px;
}

/* -- ファイルアイコン -- */
div.news-list ul li .d_icon img ,
div.news-list-tabbed ul li .d_icon img ,
div.news-list-2nd ul li .d_icon img ,
div.news-list-tabbed-2nd ul li .d_icon img ,
div.news-english ul li .d_icon img ,
div.news-english-tabbed ul li .d_icon img ,
div.news-english-2nd ul li .d_icon img ,
div.news-english-tabbed-2nd ul li .d_icon img {
	display: inline-block;
	vertical-align: middle;
}

/* -- ファイルサイズ -- */
div.news-list ul li .filesize ,
div.news-list-tabbed ul li .filesize ,
div.news-list-2nd ul li .filesize ,
div.news-list-tabbed-2nd ul li .filesize ,
div.news-english ul li .filesize ,
div.news-english-tabbed ul li .filesize ,
div.news-english-2nd ul li .filesize ,
div.news-english-tabbed-2nd ul li .filesize {
	font-size: 85.7%;
}

/* -- NEWアイコン -- */
div.news-list ul li .n_icon ,
div.news-list-tabbed ul li .n_icon ,
div.news-list-2nd ul li .n_icon ,
div.news-list-tabbed-2nd ul li .n_icon ,
div.news-english ul li .n_icon ,
div.news-english-tabbed ul li .n_icon ,
div.news-english-2nd ul li .n_icon ,
div.news-english-tabbed-2nd ul li .n_icon {
	display: none;
}

div.news-list ul li .n_icon img ,
div.news-list-tabbed ul li .n_icon img ,
div.news-list-2nd ul li .n_icon img ,
div.news-list-tabbed-2nd ul li .n_icon img ,
div.news-english ul li .n_icon img ,
div.news-english-tabbed ul li .n_icon img ,
div.news-english-2nd ul li .n_icon img ,
div.news-english-tabbed-2nd ul li .n_icon img {
}

/* -- 非公開表示 -- */
div.news-list ul li > p ,
div.news-list-tabbed ul li > p ,
div.news-list-2nd ul li .note_tx ,
div.news-list-tabbed-2nd ul li .note_tx ,
div.news-english li > p ,
div.news-english-tabbed li > p ,
div.news-english-2nd .note_tx ,
div.news-english-tabbed-2nd .note_tx {
	background-color:#FCC;
	font-size: 85.7%; /* 12px */
}

/* -- 【続きを読む】【全てのニュース】削除分 -- */
div.news-list ul li p em.more,
div.news-list-tabbed ul li p em.more ,
div.news-list-2nd ul li p em.more ,
div.news-list-tabbed-2nd ul li p em.more ,
div.news-english ul li p em.more ,
div.news-english-tabbed ul li p em.more ,
div.news-english-2nd ul li p em.more ,
div.news-english-tabbed-2nd ul li p em.more ,
div.news-list .all ,
div.news-list-tabbed .all ,
div.news-list-2nd .all ,
div.news-list-tabbed-2nd .all ,
div.news-english .all ,
div.news-english-tabbed .all ,
div.news-english-2nd .all ,
div.news-english-tabbed-2nd .all {
	display:none;
}



/*-------------- 最新ニュース一覧（標準）07_202 --------------*/
/*-------------- 最新ニュース一覧（タブ切替）07_204 --------------*/

div.news-latest ,
div.news-latest-tabbed ,
div.news-latest-2nd ,
div.news-latest-tabbed-2nd {
}

div.news-latest ul ,
div.news-latest-tabbed ul ,
div.news-latest-2nd ul ,
div.news-latest-tabbed-2nd ul {
}

div.news-latest ul li ,
div.news-latest-tabbed ul li ,
div.news-latest-2nd ul li ,
div.news-latest-tabbed-2nd ul li {
	clear: both;
	position: relative;
	padding: 0;
	margin: 0;
	line-height: inherit;

	margin: 18px 0px 0px;
/*	padding-top: 24px; */
/*	padding-left: 9.2em; */
	padding-bottom: 14px;
	border-bottom:#CCCCCC 1px dotted;
}

div.news-latest ul li h3 ,
div.news-latest-tabbed ul li h3 ,
div.news-latest-2nd ul li h3 ,
div.news-latest-tabbed-2nd ul li h3 {
	border:none!important;
	padding:0;
	margin:0;
	font-weight:normal;
	line-height: 1.6;
	font-size:14px;
	display: block; 
	padding: 0px 0px 0px 100px;
	padding-top: 1.7em;
	background: url("../../../../../../../resources/sw_img0/irb_arrrig.gif") no-repeat 2px 2.0em;
	padding-left: 17px;
}

div.news-latest ul li span.date + img + span ,
div.news-latest-tabbed ul li span.date + img + span ,
div.news-latest ul li h3 a ,
div.news-latest-tabbed ul li h3 a ,
div.news-latest-2nd ul li .news_tx ,
div.news-latest-tabbed-2nd ul li .news_tx {
}

/* -- 日付 -- */
div.news-latest ul li span.date ,
div.news-latest-tabbed ul li span.date ,
div.news-latest-2nd ul li span.date ,
div.news-latest-tabbed-2nd ul li span.date {
	position: absolute;
	top: 0px;
	left: 0px;
}

/* -- カテゴリアイコン -- */
div.news-latest ul li span.date + img ,
div.news-latest-tabbed ul li span.date + img ,
div.news-latest-2nd ul li .c_icon ,
div.news-latest-tabbed-2nd ul li .c_icon {
/*	display: none; */
	position: absolute;
	top: 0.2em;
	left: 8.2em;
	padding-left: 10px;
}

/* -- ファイルアイコン -- */
div.news-latest ul li .d_icon img ,
div.news-latest-tabbed ul li .d_icon img ,
div.news-latest-2nd ul li .d_icon img ,
div.news-latest-tabbed-2nd ul li .d_icon img {
	display: inline-block;
	vertical-align: middle;
}

/* -- ファイルサイズ -- */
div.news-latest ul li .filesize ,
div.news-latest-tabbed ul li .filesize ,
div.news-latest-2nd ul li .filesize ,
div.news-latest-tabbed-2nd ul li .filesize {
	font-size: 85.7%;
}

/* -- NEWアイコン -- */
div.news-latest ul li .n_icon ,
div.news-latest-tabbed ul li .n_icon ,
div.news-latest-2nd ul li .n_icon ,
div.news-latest-tabbed-2nd ul li .n_icon {
	display: none;
}

div.news-latest ul li .n_icon img ,
div.news-latest-tabbed ul li .n_icon img ,
div.news-latest-2nd ul li .n_icon img ,
div.news-latest-tabbed-2nd ul li .n_icon img {
}


/* -- 非公開表示 -- */
div.news-latest ul li > p ,
div.news-latest-tabbed ul li > p ,
div.news-latest-2nd ul li .note_tx ,
div.news-latest-tabbed-2nd ul li > .note_tx {
	background-color:#FCC;
	font-size: 85.7%; /* 12px */
}

/* -- 【続きを読む】【全てのニュース】削除分 -- */
div.news-latest ul li p em.more,
div.news-latest-tabbed ul li p em.more,
div.news-latest-2nd ul li p em.more,
div.news-latest-tabbed-2nd ul li p em.more,
div.news-latest .all ,
div.news-latest-tabbed .all ,
div.news-latest-2nd .all ,
div.news-latest-tabbed-2nd .all {
	display:none;
}




/*-------------- ニュース タブ --------------*/

/* -- 年度タブ -- */
p.yearTabs {
}
p.yearTabs:after {
	content: "";
    display: block;
    clear: both;
}

p.yearTabs a {
	display:inline-block;
	border:#CCCCCC 1px solid;
	padding:10px 10px;
	margin-right:5px;
	margin-bottom:5px;
	font-weight:bold;
	width: 5.5em;
	text-align: center;
}

p.yearTabs a.active {
	font-weight: bold;
	background-color: #F5F5F5;
}


/* -- カテゴリタブ -- */
p.tabs{
}
p.tabs:after {
	content: " ";
    display: block;
    clear: both;
}

p.tabs a {
	display:inline-block;
	width:auto;
	border:#CCCCCC 1px solid;
/*	margin-right:5px; */
	margin-bottom:5px;
	padding:5px 10px; 
	font-size: 15px;
}

p.tabs a.active {
	font-weight: bold;
	background-color: #F5F5F5;
	color: #333;
}

p.tabs a.active.allTab {
}
p.tabs a.active.tekijiTab {
}
p.tabs a.active.resultTab {
}
p.tabs a.active.gyousekiTab {
}
p.tabs a.active.prTab {
}
p.tabs a.active.irTab {
}
p.tabs a.active.governanceTab {
}
p.tabs a.active.yuhoTab {
}
p.tabs a.active.syosyuTab {
}
p.tabs a.active.noneTab {
}





/*------------------------------------- 
 マルチ３
-------------------------------------*/
/*----------- リストがない場合 -----------*/
.basic-list2 > ul:not(.tabItems) ,
.basic-list2 > ul:not(.tabItems) > p {
	display: block;
}

.basic-list2 > ul:not(.tabItems) > p {
	padding: 10px 0;
}

.basic-list2.no-list .yearTabs ,
.basic-list2.no-list .tabs ,
.basic-list2.no-list .infoPanel {
	display: none !important;
}

.basic-list2.no-active-category .tabs ,
.basic-list2.no-active-category .clearTab {
	display: none !important;
}

/*----------- サムネイルなし -----------*/
.basic-list2:not(.thumnail) {
	margin-bottom: 40px;
}

.basic-list2:not(.thumnail) .tabItems {
	padding-top: 1px;
}

/*-- リリース1件分 --*/
.basic-list2:not(.thumnail) .tabItems > li {
	position: relative;

	margin-top: 8px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #472d21;
}

/* 偶数件目の背景色 */
.basic-list2:not(.thumnail) .tabItems > li:nth-child(even) {
/*	background-color: #f7f7f7; */
}

.basic-list2:not(.thumnail) .item {
	position: relative;
	display: block; 
	padding-top: 1.7em;
	padding-left: 17px;
	background: url("../../../../../../../resources/sw_img0/irb_arrrig.gif") no-repeat 2px 2.0em
}

.basic-list2:not(.thumnail) .item::after {
	content: "";
	display: block;
	clear: both;
}

.basic-list2:not(.thumnail) .item > a ,
.basic-list2:not(.thumnail) .item > span {
	color: inherit;
	text-decoration: none;
	font-weight: inherit;
	font-size: 14px;
}

/* リリースのテキスト */
.basic-list2:not(.thumnail) .item .news_tx {
}

.basic-list2:not(.thumnail) .item > a .news_tx {
	color: inherit;
}

.basic-list2:not(.thumnail) .item > a:hover .news_tx {
	text-decoration: underline;
}

/* 日付 */
.basic-list2:not(.thumnail) .item .date {
	position: absolute;
	top: 0;
	left: 0;
}

/* カテゴリアイコン */
.basic-list2:not(.thumnail) .item .c_icon {
	text-decoration: none;
	display: block;

	margin-top: -1.7em;
	min-height: 1.7em;
	padding-left: 6.2em;
/*	padding-top: 0.2em; */
}

/* ファイルアイコン */
.basic-list2:not(.thumnail) .item .d_icon {
	vertical-align: baseline;
	margin-left: 0.5em;
}

/* NEWアイコン */
/* js制御される為、displayの設定は不可 */
.basic-list2:not(.thumnail) .item .n_icon {
	margin: 0 0.5em;
}
.basic-list2:not(.thumnail) .item .n_icon::before {
	content: "NEW!";
	display: inline-block;
	vertical-align: middle;
	color: #ff3333;
	font-size: 12px;
	font-weight: bold;
	font-style: italic
}

/* もっと読む・詳細（ニュース概要） */
.basic-list2:not(.thumnail) .item .det_tx {
	display: none;
}

/* 説明文 */
.basic-list2:not(.thumnail) .item .explanation > li {
}

/* ファイル */
.basic-list2:not(.thumnail) .item .link-info {
}

/*----------- カテゴリアイコン -----------*/
/* カテゴリ第１階層直下は、カテゴリグループとして非表示にする */
.basic-list2:not(.thumnail) .item .c_icon span[category-level="1"] {
	display: none;
}

.basic-list2:not(.thumnail) .item .c_icon span {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 5px;

	min-width: 65px;
	height: 14px;
	line-height: 1;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0.08em;
	text-align: center;
	padding: 2px 2px 0;

	color: #fff;;
	background: #999;
	border-radius: 4px;
}

/* カテゴリアイコン個別に背景色等を設定する */

.basic-list2:not(.thumnail) .item .c_icon span[data-category-group="renkei"] {
	background: #996464;
}

.basic-list2:not(.thumnail) .item .c_icon span.result {
	background: #4f9eb6;
}
.basic-list2:not(.thumnail) .item .c_icon span.gyouseki {
	background: #0082C8;
}
.basic-list2:not(.thumnail) .item .c_icon span.tekiji {
	background: #52baa5;
}
.basic-list2:not(.thumnail) .item .c_icon span.pr {
	background: #BE7846;
}
.basic-list2:not(.thumnail) .item .c_icon span.ir {
	background: #f46a6a;
}
.basic-list2:not(.thumnail) .item .c_icon span.governance {
	background: #50BE50;
}
.basic-list2:not(.thumnail) .item .c_icon span.meeting {
	background: #F064A0;
}
.basic-list2:not(.thumnail) .item .c_icon span.yuho {
	background: #4e70d6;
}


.basic-list2:not(.thumnail) .item .c_icon span.legal_ja {
	background: #4e70d6;
}
.basic-list2:not(.thumnail) .item .c_icon span.media_ja {
	background: #7b5c41;
}
.basic-list2:not(.thumnail) .item .c_icon span.information_ja {
	background: #9db1b9;
}
.basic-list2:not(.thumnail) .item .c_icon span.renewal_ja {
	background: #3b9584;
	letter-spacing: -0.04em;
}
.basic-list2:not(.thumnail) .item .c_icon span.group_ja {
	background: #6d9842;
}
.basic-list2:not(.thumnail) .item .c_icon span.branch_ja {
	background: #d55af4;
}
.basic-list2:not(.thumnail) .item .c_icon span.award_ja {
	background: #7cd04c;
}
.basic-list2:not(.thumnail) .item .c_icon span.ir_en {
	background: #00498f;
}


@media print, screen and (min-width: 768px) {
	/*== 日付～本文を横並びにする ==*/
	/* １カラム時。２カラム以上はSPと同じ表示 */
	.lx_multi3_style_col1 .basic-list2:not(.thumnail) .item ,
	.multiColumn1 .basic-list2:not(.thumnail) .item {
		padding-top: 0px;
		padding-left: 15.2em;
		background: url("../../../../../../../resources/sw_img0/irb_arrrig.gif") no-repeat left 14em top 0.3em;
	}

	.lx_multi3_style_col1 .basic-list2:not(.thumnail) .item .c_icon ,
	.multiColumn1 .basic-list2:not(.thumnail) .item .c_icon {
		width: auto;
		float: none;
		margin: 0;
		padding: 0;

		display: inline-block;
		vertical-align: top;
		margin-bottom: -5px;
		padding-top: 0.2em;

	/* 縦並び */
		width: 90px;
		float: left;
		margin-left: -90px;

	/* 横並び */
	/*
		min-width: 120px;
		margin-left: -120px;
	*/
	}
}

/*== カテゴリアイコン無し ==*/
#sharewithmain .lx_multi3_no_c_icon {
}

.lx_multi3_no_c_icon .basic-list2:not(.thumnail) .item .c_icon ,
.lx_multi3_no_c_icon .basic-list2.thumnail .item .c_icon {
	display: none;
}

@media print, screen and (min-width: 768px) {
	.lx_multi3_style_col1.lx_multi3_no_c_icon .basic-list2:not(.thumnail) .item ,
	.multiColumn1.lx_multi3_no_c_icon .basic-list2:not(.thumnail) .item {
		padding-left: 8.8em;
	}
}


/*----------- サムネイルあり -----------*/
.basic-list2.thumnail {
	overflow: hidden;
	margin-bottom: 20px;
}

.basic-list2.thumnail .tabItems {
	font-size: 0;
	text-align: left;
	margin-right: -18px;
}

/*-- リリース1件分 --*/
/* PCでは１行に３つづつで、画像が上側、テキストは下側に配置 */
.basic-list2.thumnail .tabItems > li {
	cursor: inherit;
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;

	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(99.9999% / 3 - 18px);
	margin-right: 18px;
	margin-bottom: 30px;
}

.basic-list2.thumnail .item {
	overflow: hidden;
	padding-bottom: 40px;
	font-size: 14px;
}

.basic-list2.thumnail .item > span ,
.basic-list2.thumnail .item > a {
}

.basic-list2.thumnail li.lazy .item::before ,
.basic-list2.thumnail li.no-img .item::before ,
.basic-list2.thumnail .item .n_img {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 60%;
	border: 1px solid #eee;
	margin-bottom: 10px;
}

.basic-list2.thumnail li.no-img .item::before {
	content: "";
	background: url(../../../../../../../resources/sw_img/image/img_news_default.png) no-repeat center center;
	background-size: contain;
}

.basic-list2.thumnail .item .n_img {
}

.basic-list2.thumnail .item .n_img img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: none;
	max-height: none;
	width: 100%;
	height: 100%;
	margin: auto;
	-o-object-fit: contain;
	   object-fit: contain;
	font-family: "object-fit: contain;";
}

.basic-list2.thumnail .item > a ,
.basic-list2.thumnail .item > span {
	color: inherit;
	text-decoration: none;
}

.basic-list2.thumnail .item > a:hover {
	-ms-opacity: 0.7;
	opacity: 0.7;
}

/* リリースのテキスト */
.basic-list2.thumnail .item .news_tx {
	display: inline;
}

/* NEWアイコン */
/* js制御される為、displayの設定は不可 */
.basic-list2.thumnail .item .n_icon {
	position: absolute;
	top: 0;
	right: 0;
}
.basic-list2.thumnail .item .n_icon::before {
	content: "NEW";
	display: block;
	padding: 3px 10px;
	font-size: 12px;
	color: #fff;
	background: #ff3333;
}

/* 概要テキスト */
.basic-list2.thumnail .item .det_tx {
	display: block;
}

/* 説明文 */
.basic-list2.thumnail .item .explanation > li {
}

/* ファイル */
.basic-list2.thumnail .item .link-info {
}


/* 日付 */
.basic-list2.thumnail .item .date {
	position: absolute;
	bottom: 0;
	left: 0;
}

/* カテゴリアイコン */
.basic-list2.thumnail .item .c_icon {
	position: absolute;
	bottom: -5px;
	right: 0;
}

/*----------- カテゴリアイコン -----------*/
/* カテゴリ第１階層直下は、カテゴリグループとして非表示にする */
.basic-list2.thumnail .item .c_icon span[category-level="1"] {
	display: none;
}

.basic-list2.thumnail .item .c_icon span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 5px;

	min-width: 100px;
	height: 20px;
	line-height: 1.25;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	padding: 3px 5px 0;

	color: #000;
	background: #fff;
	border: 1px solid #999;
}

/* カテゴリアイコン個別に背景色等を設定する */
/*
.basic-list2.thumnail .item .c_icon span[data-category-group="renkei"] {
	background: #996464;
}

.basic-list2.thumnail .item .c_icon span.result {
	background: #FF5358;
}
.basic-list2.thumnail .item .c_icon span.gyouseki {
	background: #0082C8;
}
.basic-list2.thumnail .item .c_icon span.tekiji {
	background: #7C1A7C;
}
.basic-list2.thumnail .item .c_icon span.pr {
	background: #BE7846;
}
.basic-list2.thumnail .item .c_icon span.ir {
	background: #000;
}
.basic-list2.thumnail .item .c_icon span.governance {
	background: #50BE50;
}
.basic-list2.thumnail .item .c_icon span.meeting {
	background: #F064A0;
}
.basic-list2.thumnail .item .c_icon span.yuho {
	background: #FF7800;
}
*/


@media screen and (max-width: 767px) {
	.basic-list2.thumnail .tabItems > li {
		width: calc(100% / 2 - 18px);
	}

	.basic-list2.thumnail .item {
		padding-bottom: 70px;
	}

	.basic-list2.thumnail .item .date {
		bottom: 32px;
	}

	.basic-list2.thumnail .item .c_icon {
		right: auto;
		left: 0;
	}
}


/*----------- ページャー-----------*/
.basic-list2 .pager {
    display: none;
    margin: 20px auto;
    text-align: center;
    font-size: 0;
}

/*-- moreボタン --*/
.basic-list2 .pager .moreBtn {
/*    display: inline-block; */
}

.basic-list2 .pager .moreBtn > span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 5px;

	padding: 5px 20px;
	font-size: 14px;
	background: #eee;
	cursor: pointer;
}


.basic-list2 .pager .moreBtn > span:hover {
	background: #ccc;
}

/*-- pageボタン --*/
.basic-list2 .pager .pageBtn {
    display: inline-block;
}

.basic-list2 .pager .pageBtn > span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 5px;

	padding: 5px 20px;
	font-size: 14px;
	background: #eee;
	cursor: pointer;
}

.basic-list2 .pager .pageBtn > span[active] ,
.basic-list2 .pager .pageBtn > span:hover {
	background: #ccc;
}




/*----------- 情報パネル -----------*/
.basic-list2 .infoPanel {
	position: relative;
	margin-top: 40px;
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 2px solid #dedede;
}

@media screen and (max-width: 767px) {
	.basic-list2 .infoPanel {
		margin-top: 20px;
		padding-bottom: 40px;
	}
}


.basic-list2 .clearTab {
	position: absolute;
	bottom: 15px;
	right: 0;
}

.basic-list2 .clearTab span {
	display: inline-block;
	cursor: pointer;
	padding: 1px 0px;
	text-align: center;
	font-size: 13px;
	color: #666;
	border-bottom: 1px solid #666;
}

.basic-list2 .countTab {
	text-align: center;
	font-size: 14px;
	color: #000;
}

.basic-list2 .countTab .total ,
.basic-list2 .countTab .view {
	font-size: 24px;
	font-weight: bold;
	color: #0066cc;
	letter-spacing: 0.025em;
}


/*----------- タブ(絞込み) -----------*/
.basic-list2 .yearTabs {
	margin-bottom: 20px;
}

.basic-list2 .tabs {
	margin-bottom: 20px;
}

.basic-list2 .tabs > ul > li {
	display: block;
	margin-bottom: 20px;
}

.basic-list2 .yearTabs span ,
.basic-list2 .tabs span {
	position: relative;
	display: inline-block;
	vertical-align: top;

	background: url("../../../../../../../resources/sw_img0/irb_arrrig.gif") no-repeat left 0.5em;
	padding-left: 12px;
	text-decoration: underline;
	margin-top: 3px;
	margin-bottom: 5px;
	margin-left: 20px;
	font-size: 14px;

}

.basic-list2 .yearTabs span[active] ,
.basic-list2 .tabs span[active] {
	font-weight: bold;
	background-color: rgb(221, 221, 221);
}

.basic-list2 .yearTabs span:hover ,
.basic-list2 .tabs span:hover {
	font-weight: bold;
	background-color: rgb(221, 221, 221);
}

/* カテゴリ第１階層直下は、カテゴリグループとして非表示にする */
.basic-list2 .tabs ul.categoryLv_1 > li > span {
	display: none;
}

/* 全ての全てタブは、デフォルト非表示 */
.basic-list2 .tabs li.allall {
	display: none;
}



/* 年・カテゴリ見出しを表示する場合 */
/*
.basic-list2 .yearTabs::before {
	content: "掲載年";
}

.basic-list2 .tabs > ul.categoryLv_1  > li {
	position: relative;
}

.basic-list2 .tabs > ul.categoryLv_1  > li.allall ,
.basic-list2 .tabs > ul.categoryLv_1  > li.pickup {
	display: none;
}

.basic-list2 .tabs > ul.categoryLv_1  > li > span {
	padding: 0;
	margin: 0;
	min-width: auto;
	height: auto;
	line-height: inherit;
	font-size: 1rem;
	color: inherit;
	background: none;
	border: none;
}

.basic-list2 .yearTabs::before ,
.basic-list2 .tabs > ul.categoryLv_1  > li > span {
	display: inline-block;
	text-align: left;
	width: 105px;
	padding: 10px 0;
	font-size: 14px;
	font-weight: bold;
	pointer-events: none;
}

@media print, screen and (min-width: 768px) {
	.basic-list2 .yearTabs ,
	.basic-list2 .tabs > ul.categoryLv_1  > li {
		padding-left: 105px;
	}

	.basic-list2 .yearTabs::before ,
	.basic-list2 .tabs > ul.categoryLv_1 > li > span {
		margin-left: -105px;
	}
}

@media screen and (max-width: 767px) {
	.basic-list2 .yearTabs::before ,
	.basic-list2 .tabs > ul.categoryLv_1 > li > span {
		display: block;
		margin-top: -10px;
	}
}
*/


/*== マルチ３一覧 カテゴリをフラット選択に ==*/
.ux_multi3_flat_category .basic-list2 .tabs li.allall {
	display: inline;
}

.ux_multi3_flat_category .basic-list2 .tabs span.allall {
	display: inline-block;
}

.ux_multi3_flat_category .basic-list2 .tabs li.all {
	display: none;
}

.ux_multi3_flat_category .basic-list2 .tabs > ul > li {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
}

.ux_multi3_flat_category .basic-list2 .tabs {
	padding: 0 0 5px;
	border-bottom: 1px solid #ddd;
}


/*== IR統合アイコン ==*/
#sharewithmain .lx_multi3_combine_ir {
}

.lx_multi3_combine_ir .basic-list2 .tabs li.renkei > span {
	display: inline-block;
}

.lx_multi3_combine_ir .basic-list2 .tabs li.renkei ul {
	display: none;
}


.lx_multi3_combine_ir .basic-list2 .item .c_icon span[data-category-group="renkei"] {
	display: none;
}
.lx_multi3_combine_ir .basic-list2 .item .c_icon span.renkei {
	display: inline-block;
}


/*== jsで選択エフェクト ==*/
#html1 .ux_effect_multi3_select .basic-list2:not(.thumnail) .tabItems li.hidden ,
#wrapper-2 .ux_effect_multi3_select .basic-list2:not(.thumnail) .tabItems li.hidden ,
#site-info .ux_effect_multi3_select .basic-list2:not(.thumnail) .tabItems li.hidden {
	display: block;
}

#html1 .ux_effect_multi3_select .basic-list2.thumnail .tabItems li.hidden ,
#wrapper-2 .ux_effect_multi3_select .basic-list2.thumnail .tabItems li.hidden ,
#site-info .ux_effect_multi3_select .basic-list2.thumnail .tabItems li.hidden {
	display: inline-block;
}


/*==== マルチ３一覧をリスト風に ====*/
#sharewithmain .lx_multi3_list_style {
}

.lx_multi3_list_style .basic-list2:not(.thumnail) .note_tx ,
.lx_multi3_list_style .basic-list2:not(.thumnail) .item .date ,
.lx_multi3_list_style .basic-list2:not(.thumnail) .item .c_icon {
	display: none !important;
}

.lx_multi3_list_style .basic-list2:not(.thumnail) {
	margin-bottom: 0;
}

.lx_multi3_list_style .basic-list2:not(.thumnail) .tabItems li {
	margin: 0;
	padding: 0;
	border: none;
}

.lx_multi3_list_style .basic-list2:not(.thumnail) .tabItems .item {
	margin: 0;
	padding: 0;

	padding-top: 5px;
	margin-bottom: 5px;
	padding-left: 30px;
}

.lx_multi3_list_style .basic-list2:not(.thumnail) .tabItems .item::before {
	content: "";
	position: absolute;
	top: calc(5px + 1.5em / 2 - 12px / 2);
	left: 2px;
	display: inline-block;
	width: 7px;
	height: 11px;
	background: url("../../../../../../../resources/sw_img/icon/icon_arr01.svg") no-repeat center center;
	background-size: contain;
}






/*-------------- 有価証券報告書一覧07_209 --------------*/
/*-------------- 決算短信一覧（リスト）07_206 --------------*/

div.news-result ,
div.news-yuho {
}

div.news-result dl ,
div.news-yuho dl {
}

div.news-result dl dt ,		 /*h2相当*/
div.news-yuho dl dt {		 /*h2相当*/
}

div.news-result dl dd ,
div.news-yuho dl dd {
	margin-bottom: 15px;
}

div.news-result dl dd img,
div.news-yuho dl dd img {
	vertical-align: bottom;
}

div.news-result span.filesize ,
div.news-yuho span.filesize {
	font-size: 85.7%;
}


/*-------------- 別エリア表示07_912 --------------*/
div.reuse-main-area .redirect {
	display: none;
}


/*-------------- 財務ハイライト（科目別）07_215 --------------*/
/*-------------- 財務ハイライト（統合表示）07_216 --------------*/
div.highlights {
}


/* -- グラフ -- */
div.highlights-graph {
	margin-bottom:10px;
	max-width:100%;
}


div.highlights-alltable,
div.highlights-table {
	overflow-x: auto;
	position: relative;
}

div.highlights-alltable div.table {
}

div.highlights-alltable div.table table,
div.highlights-table table {
	margin: 0 auto;
	border:#7F9BDA 1px solid;
}

div.highlights-alltable div.table table th,
div.highlights-table table th {
	background-color:#DCE5F4;
	padding:3px 10px;
	border:#7F9BDA 1px solid;
	text-align:center;
	word-break: keep-all;
}

div.highlights-alltable div.table table td,
div.highlights-table table td {
	padding:3px 10px;
	border:#7F9BDA 1px solid;
	word-break: keep-all;
}
div.highlights-alltable div.table table td:first-child,
div.highlights-table table td:first-child {
	background-color: #DCE5F4;
}
/* -- 数値部分 -- */
/* -- ★一時的な見栄え用 -- */
div.highlights-alltable div.table table td.c0,
div.highlights-alltable div.table table td.c1,
div.highlights-alltable div.table table td.c2,
div.highlights-alltable div.table table td.c3,
div.highlights-alltable div.table table td.c4 {
	text-align:right;
}

div.highlights-table table td.c0,
div.highlights-table table td.c1,
div.highlights-table table td.c2,
div.highlights-table table td.c3,
div.highlights-table table td.c4 {
	text-align:right;
}

div.highlights-alltable div.table table th br,
div.highlights-table table th br {
/*	display: none; */
}


/* -- 財務ハイライト ver2 -- */

div.highlights-2nd {
}

div.highlights-2nd > div {
	height: auto !important;
}

div.highlights-2nd .highlights-table {
	margin-top: 40px;
}

div.highlights-2nd .highlights-graph {
	width: 100% !important;
	min-width: auto !important;
	max-width: none !important;
	height: 320px !important;
}

/* -- 凡例 -- */
div.highlights-2nd .legend {
	margin: 0 auto !important;
	width: auto !important;
	min-width: auto !important;
	max-width: none !important;
}

div.highlights-2nd .legend-item-box {
	float: none !important;
	display: inline-block !important;
	margin-left: -5px;
}


/*-------------- 配当（グラフ）07_218 --------------*/
div.haitou-graph ,
div.haitou-graph-2nd {
	margin-bottom:40px;
}

/* 直書されているstyleを上書きする */
div.haitou-graph-2nd .graph {
	min-width: auto !important;
	max-width: none !important;
	height: 400px !important;
}

/*-------------- 配当（表）07_219 --------------*/
div.haitou-table ,
div.haitou-table-2nd {
	overflow-x: scroll;
}

div.haitou-table table ,
div.haitou-table-2nd table {
	margin:0 auto;
	border:#7F9BDA 1px solid;
}

div.haitou-table table th ,
div.haitou-table-2nd table th {
	border:#7F9BDA 1px solid;
	background-color:#DCE5F4;
	padding:3px 10px;
	text-align:center;
	font-weight: bold;
	word-break: keep-all;
}

div.haitou-table table td ,
div.haitou-table-2nd table td {
	border:#7F9BDA 1px solid;
	padding:3px 10px;
	text-align:right;
	word-break: keep-all;
}

/* -- 配当グラフ左のthに該当する部分 -- */
div.haitou-table table td.t1,
div.haitou-table table td.t2,
div.haitou-table table td.t3,
div.haitou-table table td.t4,
div.haitou-table table td.t12 ,
div.haitou-table-2nd table td.t1,
div.haitou-table-2nd table td.t2,
div.haitou-table-2nd table td.t3,
div.haitou-table-2nd table td.t4,
div.haitou-table-2nd table td.t12 {
	text-align:left;
	background-color:#DCE5F4;
	font-weight: bold;
}



/* -- 表タイトル -- */
div.table div.shwTableTitle {
	margin-bottom:15px;
}

/* -- 表組タイトル -- */
div.table div.shwTableTitle h2 {
	font-weight:bold;
	background-color:#FFFFFF;
}


/* -- 0208グラフ(横幅指定なし版) -- */

div.graph {
    margin-left:0!important;
    text-align:left;
	margin-bottom:10px;
}

/* -- グラフ メニューボタン非表示 -- */
.highcharts-button {
	display: none;
}


/* ---- gnv_btn ---- */

div.sp_navi {
	position: relative;
	width:100%;
	height: 56px;
	text-align:right;
	background: #FFF;
	z-index: 100;
}

div.sp_navi:after {
	content:"";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

div.sp_navi h1 {
	position:absolute;
	top:15px;
	left:10px;
	margin:0;
}
div.sp_navi p {
	text-align:center;
	font-size:13px;
	font-weight:bold;
	position:absolute;
	top:8px;
	left:0;
	right:0;
}





/* -- x1.0サイズ -- */

#panel-btn-icon{
  display: block;
  position: absolute;
  top: 20px;
  left: 16px;
  width: 18px;
  height: 3px;
  margin: 0;
  background: #fff;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 3px;
  background: #fff;
  transition: .3s;
}
#panel-btn-icon:before{
  margin-top: -6px;
}
#panel-btn-icon:after{
  margin-top: 6px;
}

#panel-btn{
  display: inline-block;
  position: fixed;
  top: 5px;
  right: 5px;
  width: 50px;
  height: 46px;
  border-radius: 8px;
  background: rgba(0,0,0,0.4);
  border: 1px solid transparent;
}


/* -- open時 -- */

#panel-btn .close{
  background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after{
  margin-top: 0;
}
#panel-btn .close:before{
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#panel-btn .close:after{
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}


/* -- バナーリンクの空h2表示防止 -- */
/*
.teaser h2,
div.external-teaser h2,
div.download-teaser h2 {
	border-left:none;
	border-bottom:none;
}
*/


/* -- テーブル(縦) -- */
div.vertical-table {
}

/* -- テーブル縦 テーブル項目  -- */
div.vertical-table .vtable-item {
	border-bottom:#CCCCCC 1px solid;
	padding:10px 0;
}
div.vertical-table .vtable-item:first-child {
	border-top:#CCCCCC 1px solid;
}

div.vertical-table .vtable-item table {
	width:100%;
}

/* -- テーブル縦 項目 カラム -- */
div.vertical-table .vtable-item table td {
	width:25%;	/*※幅を指定する必要あり */
	padding-left: 5%;
	padding-right: 5%;
	border-left:#CCCCCC 1px dotted;
	word-wrap:break-word;
}
div.vertical-table .vtable-item table td:last-child {
	padding-right: 0;
}

/* -- テーブル縦 項目 タイトル項目 -- */
div.vertical-table .vtable-item table .vtable-head {
	width:12.5%;
	padding-right: 5%;
	padding-left: 0;
/*	border-left: none; */
}

/* -- 別窓アイコン -- */
div.vertical-table .vtable-item a[target="_blank"]:after {
	content: "";
	background:url(../../img/defaulticon/common/link02.png) left top no-repeat;
	display: inline-block;
	width: 14px;
	height: 12px;
	margin-left: 3px;
	margin-top: 0.4em;
}

/* -- table in vtable -- */
div.vertical-table td table {
}

div.vertical-table td table th ,
div.vertical-table td table td {
    width: 40%;
}


div.vertical-table td table th:first-child ,
div.vertical-table td table td:first-child {
	border-left: none;
}


/*-------------- ◎IRカレンダー、改め、テーブル横◎ --------------*/
/*-------------- テーブル横07_102 --------------*/
div.ircalendar {
}

/* -- タイトル項目・項目共通 -- */
div.ircalendar-title > table ,
div.ircalendar-item > table {
	width:100%;
}

div.ircalendar-title table th,
div.ircalendar-item table td {
	width: 25%;
	word-wrap:break-word;
}
div.ircalendar-title table th.ircalendar-title1 ,
div.ircalendar-item table td.ircalendar-item1  {
	width: 12.5%;
}

/* -- 別窓アイコン -- */

div.ircalendar-title a[target="_blank"]:after ,
div.ircalendar-item a[target="_blank"]:after {
	content: "";
	background:url(../../img/defaulticon/common/link02.png) left top no-repeat;
	display: inline-block;
	width: 14px;
	height: 12px;
	margin-left: 3px;
	margin-top: 0.4em;
}


/*-------------- テーブル横 タイトル項目07_103 --------------*/
div.ircalendar-title {
	border-top:#CCCCCC 1px solid;
	border-bottom:#CCCCCC 1px solid;
	padding:10px 0;
}

div.ircalendar-title table {
}

div.ircalendar-title table th {
	padding-left: 3%;
	padding-right: 3%;
	border-left:#CCCCCC 1px dotted;
}
div.ircalendar-title table th:first-child {
	padding-left: 0;
	border-left: none;
}
div.ircalendar-title table th:last-child {
	padding-right: 0;
}

/*-------------- テーブル横 項目07_104 --------------*/

div.ircalendar-item {
	border-bottom:#CCCCCC 1px solid;
	padding:10px 0;
}

div.ircalendar-item table {
}

div.ircalendar-item table td {
	padding-left: 3%;
	padding-right: 3%;
	border-left:#CCCCCC 1px dotted;
}
div.ircalendar-item table td:first-child {
	padding-left: 0;
	border-left: none;
}
div.ircalendar-item table td:last-child {
	padding-right: 0;
}







/* -- 表 -- */
div.table div.shwTable {
	font-size:12px;
	overflow-x: auto;
	padding-bottom: 15px;
}

div.table div.shwTable table{
	width:100%;
	position: relative;
}

.shwTable .wtHider{
/*	height:auto !important; */
	height:0;
}


/* -- 一行目・一列目を見出し設定に -- */
td.tableColumnHead,
td.tableRowHead {
    background-color:#E9DBCE!important;
}

td.tableColumnHead {
	text-align: left;
}

td.tableRowHead {
	text-align:center;
}

div.shwTable .htCore td {
	color: #454545;
	padding: 3px !important;
	border-color:#422C1F !important;
	word-break: break-all;
	white-space: pre;
	white-space: pre-line;
}

/*-- スワイプアイコン --*/
.shwTable,
.ircalendar,
.vertical-table,
.haitou-table,
.highlights-table,
.texttable {
	position:relative;
	overflow-x:scroll;
	overflow-y:visible;
	font-size:12px;
	height: auto !important;
	height: 100%;
  min-height: 100%;
	padding-bottom:10px;
	margin-bottom:10px;
}

.icon-swipe {
	z-index:50;
	position: absolute;
	z-index: 1;
	top: 5%;
	left: 0;
	right: 0;
	margin: auto;
	width: 61px;
	height: 52px;
	content: '';
	background-image:url(../../../../../sw_img0/icon_swip.png);
	background-position: 0 0;
	background-size: 61px 52px;
	opacity:0.2;
}

@media all and (orientation: landscape) { 
	.icon-swipe {
		display:none;
	} 
}



/* -- 内部リンク07_404 -- */
div.link-list .internal-link-text,
div.link-list-url .internal-link-text {
	background:url(../../img/defaulticon/common/link01.png) 6px 0.4em no-repeat;
	padding-left:22px;
}

/* -- 外部リンク07_406 -- */
div.link-list .external-link-text,
div.link-list-url .external-link-text {
	background:url(../../img/defaulticon/common/link01.png) 6px 0.4em no-repeat;
	padding-left:22px;
	margin-bottom: 15px;
}

/* -- 別窓アイコン -- */
div.link-list .internal-link-text a[target="_blank"]:after ,
div.link-list-url .internal-link-text a[target="_blank"]:after ,
div.link-list .external-link-text a[target="_blank"]:after ,
div.link-list-url .external-link-text a[target="_blank"]:after {
	content: "";
	background:url(../../img/defaulticon/common/link02.png) left top no-repeat;
	display: inline-block;
	width: 14px;
	height: 12px;
	margin-left: 3px;
	margin-top: 0.4em;
}


/* -- ダウンロードリンク07_408　07_409 -- */
div.link-list .download-link-text,
div.link-list-url .download-link-url {
	margin-bottom: 15px;
}

div.link-list .download-link-text img,
div.link-list-url .download-link-url img {
	vertical-align:middle;
}

div.link-list .download-link-text a,
div.link-list-url .download-link-url a {
/*	display: block; */
}

/* -- ダウンロードリンク容量表示 -- */
div.link-list .download-link-text em,
div.link-list-url .download-link-url em {
	display: inline-block;
	vertical-align: top;
}

div.link-list em,
div.link-list-url em {
	font-size: 85.7%; /* 12px */
	font-style:normal;
}



/*-------------- FAQ07_701 --------------*/
div.faq-list {
}

div.faq-list > ul {
}

div.faq-list > ul > li {
	clear:both;
	margin-bottom: 15px;
}

div.faq-list h3 {
/*	font-size: 100%; */
	font-weight: normal;
	border: none;
	margin: 0px;
	padding: 0px;
	line-height:1.6;

/*	font-weight: bold; */
	margin-bottom: 5px;
}
div.faq-list h3:before {
	content: "Q";
	font-size: 120%;
	font-weight: bold;
	color: #EB2E00;
	margin-right: 5px;
	vertical-align:middle;
}

div.faq-list h3 a {
}

div.faq-list .faq-item:before {
	content: "A ";
	font-size: 120%;
	font-weight: bold;
	color: #5EEB00;
	float: left;
	margin-right: 0.5em;
}

/*-------------- 内部ページリンク（エリアリンク）07_411 internal --------------*/
/*-------------- 外部ページリンク（エリアリンク）07_412 external --------------*/

div.internal-link-area ,
div.external-link-area {
	clear:both;
}

div.internal-link-area a ,
div.external-link-area a {
	display: block;
	color: #333;
	text-decoration: none;
}

/* -- マウスオーバー -- */
div.internal-link-area a:hover ,
div.external-link-area a:hover {
	color: #999;
	text-decoration: none;
}

div.internal-link-area a p ,
div.external-link-area a p {
/*	display: inline; */
}


div.internal-link-area a img ,
div.external-link-area a img {
	margin-bottom:5px;

}


/* -- 別窓アイコン -- */
/*
div.internal-link-area  a[target="_blank"]:after ,
div.external-link-area  a[target="_blank"]:after {
	content: "";
	background:url(../../img/defaulticon/common/link02.png) left top no-repeat;
	display: inline-block;
	width: 14px;
	height: 12px;
	margin-left: 3px;
	margin-top: 0.4em;
}
*/

/*-------------- ダウンロードリンク（エリアリンク）07_413 download --------------*/

div.download-link-area {
	clear:both;
}

div.download-link-area a {
	display: block;
}

div.download-link-area a img {
	margin-bottom:5px;
}

div.download-link-area a p {
/*	display: inline; */
}


/* -- pdfアイコン -- */
div.download-link-area a[href$=".pdf"]:before {
	content: "";
	background:url(../../img/defaulticon/common/pdf.png) left top no-repeat;
	display: inline-block;
	width: 18px;
	height: 23px;
	vertical-align: bottom;
}

div.internal-link-area:after,
div.external-link-area:after,
div.download-link-area:after {
	content: "";
    display: block;
    clear: both;
}

/*-------------- 内部ページバナー07_414 --------------*/

div.teaser {
	width:100%;
	text-align: center;
	margin: 0 auto 20px;
/*	display: table; */
}

/* -- title -- */
div.teaser h2 {
	margin-bottom:5px;
}

/* -- テキスト -- */
div.teaser p {
	margin-bottom:10px;
}

/* -- 内部リンクだけ表示される（続きを）読むを削除 -- */
div.teaser p em.more {
	display:none;
}

/* -- 画像のレイアウト変更したい時はここ -- */
div.teaser img {
	display: block;
	max-width:100%;
	height: auto;
}

/*--- 内部ページバナー ハイライト表示 ---*/
div.teaser.highlight {
}

/*--- 内部ページバナー テキストのみ ---*/
div.teaser.no-img {
	text-align: left;
	margin-bottom: 20px;
}


/*-------------- 外部ページバナー07_416 --------------*/

div.external-teaser {
	width:100%;
	text-align: center;
	margin: 0 auto 20px;
/*	display: table; */
}

/* -- title -- */
div.external-teaser h2 {
	margin-bottom:5px;
}

/* -- テキスト -- */
div.external-teaser p {
		margin-bottom:10px;
}

/* -- 画像のレイアウト変更したい時はここ -- */
div.external-teaser img {
	display: block;
	max-width:100%;
	height: auto;
}

/*--- 外部ページバナー、テキストのみ ---*/
div.external-teaser.no-img {
	text-align: left;
	margin-bottom: 20px;
}

/*--- 外部ページバナー ハイライト表示 ---*/
div.external-teaser.highlight {
}


/*-------------- ダウンロードページバナー07_418 ------*/

div.download-teaser {
	width:100%;
	margin: 0 auto;
/*	display: table; */
}

/* -- title -- */
div.download-teaser h2 {
	margin-bottom:5px;
}

/* -- iconファイル用★★要確認！ -- */
div.download-teaser h2 em {
}

/* -- テキスト -- */
div.download-teaser p {
	margin-bottom:10px;
}

/* -- 画像のレイアウト変更したい時はここ -- */
div.download-teaser img {
	display: block;
	max-width:100%;
	height: auto;
}

/*-------------- ダウンロードバナー テキストのみ -----*/
div.download-teaser.no-img {
}

/*-------------- ダウンロードページバナー ハイライト表示 --*/
div.download-teaser.highlight {
}


/*-------------- ページ内リンク07_410 --------------*/

div.anchor-link {
	text-indent:-18px;
	margin-left:18px;
	margin-bottom:20px;
}

div.anchor-link a {
	background: url(../../../../../../../resources/sw_img0/irb_arrbot.gif) left 0.2em no-repeat;
	padding-left:18px;
	line-height:1.3;
}


/*-------------- GoogleMap（地図埋め込み）07_908 --------------*/
div.map {
	position: relative;
	width: 100%;
}

div.map:after {
	content: "";
	display: block;
/*	padding-top: 56.25%; */	/* 高さと幅の比を16:9に固定。9/16*100=56.25 */
	padding-top: 75%;	/* 高さと幅の比を4:3に固定。3/4*100=75 */
}

div.map > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


/*-------------- サイトマップ　07_906 --------------*/
div.sitemap {
	margin-bottom:20px;
	width: 50%;
	float: left;
}

div.sitemap h2 {
	line-height: inherit;
	font-size: inherit;
	margin-top: 10px;
}

div.sitemap h2 a {
	background:url(../../img/defaulticon/common/link01.png) left 0.4em no-repeat;
	padding-left:12px;
}

/* -- 第二階層 -- */
div.sitemap ul {
	margin-top: 10px;
	margin-left: 25px;
}

div.sitemap ul li {
	margin-top:10px;
	background:url(../../img/defaulticon/common/link01.png) left 0.4em no-repeat;
	padding-left:12px;
}


/* -- 第三階層 -- */
div.sitemap ul li ul {
	margin-top: 10px;
	margin-left: 0px;
}
div.sitemap ul li ul li {
	margin-top:10px;
}


/* -- rss -- */
.rss-content {
	font-style: normal;
	float: right;
	width:46px;
}

.rss-content a {
	text-decoration: none;
}


/* -- ニュース一覧のサイドナビに削除ページが出るのを抑止 -- */
/* -- ニュースページは削除されている為プレビュー不可 -- */
body.newsOverview #nav-box strong + ul {
    display: none;
}


/* -- 装飾 -- */

table.wrapbox ,
table.wrapbox > tbody ,
table.wrapbox > tbody > tr ,
table.wrapbox > tbody > tr > td {
	display: inline;
}

/* -----------------------------
	個別設定
--------------------------------- */


/*-- フッターリンク集　設定例 -- */

#site-info {
	overflow:hidden;
}
#site-info-box {
	width: calc(100% + 1px);
}

.footer-about {
	clear: none;
	padding: 0 0 10px;
}

.footer-about p {
	letter-spacing: 0.05em;
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", Georgia, "メイリオ", Meiryo, serif;
}


/*
.footer-about p > u {
	display: table;
	width:50%;
	float:left;
	text-decoration: none;
}

.footer-about p > u > a {
	display: table-cell;
	height: 50px;
	vertical-align: middle;
	text-align: center;
	border-bottom:#999 1px solid;
	border-right:#999 1px solid;

	background: #333;
	color:#ccc;
	font-size:13px;
	font-weight: bold;
}

.footer-about p > a {
}
*/

/*-- 装飾用 --*/
div.text-section {
	position: relative;
}

/* 改行オフ */
div.text-section br {
/*	display: none; */
}

.irbHead ,
.irbHeader ,
#promos2 #text-section-1,
table.irbBLTable{
	display:none;
}


#sub_bnn li img{
	display:none;
}
#sub_bnn li:nth-child(1) a:after{
	content: "企業情報";
}
#sub_bnn li:nth-child(2) a:after{
	content: "CSR";
}
#sub_bnn li:nth-child(3) a:after{
	content: "採用情報";
}
#sub_bnn li:nth-child(4) a:after{
	content: "動画紹介はこちら";
}



#sub_bnn {
		background-color: #472d21;
}

#sub_bnn:after {
	content:"";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

#sub_bnn li {
	float:left;
	width:49%;
	font-size:13px;
	font-weight:bold;
	border-bottom:#999 1px solid!important;
	padding:0;
}
#sub_bnn li:nth-child(odd) {
	width:50%;
	border-right:#999 1px solid;
}
#sub_bnn li a{
	display:block;
	color:#fff;
	padding:16px 8px;
}



ul#sub_nv {
	text-align:center;
	margin:5px 0;
}
ul#sub_nv li {
	display:inline;
	font-size:80%;
	margin:0 5px;
}
ul#sub_nv li a {
	display:inline-block;
	background: url("../../../../../../../resources/sw_img0/irb_arrrig.gif") no-repeat left 0.3em;
	color:#000;
	padding-left: 12px;
	text-decoration: none;
}
ul#sub_nv li a:hover {
	text-decoration: underline;
}

table.footer{
	text-align:center;
	width:301px;
	margin:0 auto;
}

#nav .ranking{
	width:180px;
	margin:0 auto;
}

#nav .ranking p img{
	width:80px;
	height:49px;
}

/* -- IRトップ トップメッセージ -- */

.irbIRTop img {
	max-width: 100%;
	height: auto;
}

/* -- IRトップ わかる -- */

div.indwakaru {
	border:1px solid #d7d0c6;
	background-image: -webkit-gradient(
                  linear
                , left top
                , left bottom
                , from(#fbeeec)
                , to(#ffffff));
	background-image: -moz-linear-gradient(
      top
    , #fbeeec 0%
    , #ffffff);
	margin-bottom: 10px;
	padding:10px;
	box-sizing:border-box;
}
div.indwakaru p.linktx {
/*	width: 218px; height: 23px; */
}
div.indwakaru div.read {
	margin: 0px 0 10px 22px;
	padding: 0px;
/*	width: 197px; height: 26px; */
}
div.indwakaru p.cap {
	text-align:center;
	width:220px;
	margin-left:auto !important;
	margin-right:auto !important;
	font-size: 10px;
}
div.indwakaru ul {
	width:212px;
	margin:0 auto;
}
div.indwakaru ul li {
	width: 212px; height: 26px; text-indent: -9999px; margin-right: 10px; margin-bottom: 5px;
}
div.indwakaru ul li a {
	width: 212px; height: 26px; display: block;
}
div.indwakaru ul li a:hover {
	background: none !important;
}
div.indwakaru ul li.point01 {
	background: url("../../../../../../../resources/sw_img0/irb_wakaru03ov.png") no-repeat left top;
}
div.indwakaru ul li.point01 a {
	background: url("../../../../../../../resources/sw_img0/irb_wakaru03.png") no-repeat left top;
}
div.indwakaru ul li.point02 {
	background: url("../../../../../../../resources/sw_img0/irb_wakaru04ov.png") no-repeat left top;
}
div.indwakaru ul li.point02 a {
	background: url("../../../../../../../resources/sw_img0/irb_wakaru04.png") no-repeat left top;
}
div.indwakaru ul li.point03 {
	background: url("../../../../../../../resources/sw_img0/irb_wakaru05ov.png") no-repeat left top;
}
div.indwakaru ul li.point03 a {
	background: url("../../../../../../../resources/sw_img0/irb_wakaru05.png") no-repeat left top;
}
div.indwakaru ul li.point04 {
	background: url("../../../../../../../resources/sw_img0/irb_wakaru10ov.png") no-repeat left top;
}
div.indwakaru ul li.point04 a {
	background: url("../../../../../../../resources/sw_img0/irb_wakaru10.png") no-repeat left top;
}
div.indwakaru ul li.point05 {
	background: url("../../../../../../../resources/sw_img0/irb_wakaru11ov.png") no-repeat left top;
}
div.indwakaru ul li.point05 a {
	background: url("../../../../../../../resources/sw_img0/irb_wakaru11.png") no-repeat left top;
}
div.indwakaru ul li.point06 {
	background: url("../../../../../../../resources/sw_img0/irb_wakaru12ov.png") no-repeat left top;
}
div.indwakaru ul li.point06 a {
	background: url("../../../../../../../resources/sw_img0/irb_wakaru12.png") no-repeat left top;
}
div.indwakaru div.movie {
	width: 202px;
	margin:0 auto;
}

/*
.multiColumn1 div.graph {
	text-align:left;
	transform:scale(0.80);
	-moz-transform:scale(0.80);
	-webkit-transform:scale(0.80);
	transform-origin:left top;
	-moz-transform-origin:left top;
	-webkit-transform-origin:left top;
	margin-left:-90px !important;	
	margin-bottom: -30%;
	padding-bottom: 20px;
}
*/

/*わかるアイ・ケイ・ケイ*/
.kojinlink{
	margin-bottom:10px;
}
.kojinlink:after{
	content:"";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
.kojinlink li{
	float:left;
}
.kojinlink li a{
	display:block;
	width:109px;
	height:66px;
	text-indent:-9999px;
}
.kojinlink li:nth-child(1) a{
	background:url(../../../../../../../resources/sw_img0/indkojin02.png);
}
.kojinlink li:nth-child(2) a{
	background:url(../../../../../../../resources/sw_img0/indkojin03.png);
}
.kojinlink li:nth-child(3) a{
	background:url(../../../../../../../resources/sw_img0/indkojin04.png);
}
.kojinlink li:nth-child(4) a{
	background:url(../../../../../../../resources/sw_img0/indkojin08.png);
}
.kojinlink li:nth-child(5) a{
	background:url(../../../../../../../resources/sw_img0/indkojin09.png);
}
.kojinlink li:nth-child(6) a{
	background:url(../../../../../../../resources/sw_img0/indkojin10.png);
}



table.rank02 th {
	background:rgb(66,44,31);
    color: rgb(255, 255, 255);
    margin: 0;
    padding: 5px;
    text-align: center;
}

table.stock01 tr:last-child th {
    background: rgb(66, 44, 31) none repeat scroll 0 0;
    border: 1px solid rgb(235, 229, 223);
    color: #fff;
    font-weight: normal;
    padding: 6px;
}

table.stock01 tr:last-child td {
    border: 1px solid rgb(235, 229, 223);
    padding: 6px;
}

body#glossary .text-section p u{
	display:none;
}
body#glossary .multiColumn1 div.anchor-link{
	width:20%;
	float:left;
}


table.hosyu {
	border: 1px solid rgb(66, 44, 31); border-image: none; width: 100%;
}
table.hosyu th {
	padding: 6px; border: 1px solid rgb(66, 44, 31); border-image: none; background-color: rgb(233, 219, 206);
	vertical-align: middle;
	text-align: center;
	font-size:12px;
}
table.hosyu td {
	padding: 6px; border: 1px solid rgb(66, 44, 31); border-image: none; text-align: right; background-color: rgb(255, 255, 255);
	vertical-align: middle;
	font-size:12px;
}
table.hosyu td.kubun {
	text-align: left;
}

div.download-teaser.no-img.highlight h2 {
	font-size: 12px;
}

div.download-teaser.no-img.highlight h2 a {
	display: block;
	padding: 8px;
	margin-left: 10px;
	margin-right: 10px;
	background: rgb(246, 239, 233);
	color: #472D21;
	font-weight: bold;
}
div.download-teaser.no-img.highlight h2 a:hover {
	text-decoration: none;
	opacity: 0.6;
}

div.download-teaser.no-img.highlight h2 a[href$=".pdf"]:before {
	content: "PDF";
	display: inline-block;
	border-radius: 10px;
	background: #472D21;
	color: rgb(246, 239, 233);
	padding: 3px 5px;
	margin-right: 6px;
}

div.download-teaser.no-img.highlight h2 a[href$=".zip"] {
	background: #472D21;
	color: #FFF;
}
div.download-teaser.no-img.highlight h2 a[href$=".zip"]:before {
	content: "ZIP";
	display: inline-block;
	border-radius: 10px;
	background: rgb(246, 239, 233);
	color: #472D21;
	padding: 3px 5px;
	margin-right: 8px;
}



.bn_area img {
	max-width: 100%;
	height: auto;
}

/*-- adobe --*/
.adobe-download {
	display: none;
}



/* -- フッター -- */

#topcontrol {
	position: fixed;
	bottom: 5px;
	right: 5px;
	opacity: 0;
	cursor: pointer;
	z-index:1000;
}
#topcontrol a {
	display: block;
	width: 51px;
	height: 42px;
	background: url(../../../../../../../resources/sw_img0/up.png) no-repeat left top;
	font-size: 0;
	-ms-opacity: 0.8;
	opacity: 0.8;
}



