@charset "utf-8";
/*------------------ based on 18/02/19 */
/* > 1%, last 4 versions, Firefox ESR */
/*@import url("//fonts.googleapis.com/earlyaccess/notosansjapanese.css");*/
/* --------------------------------------
 1_cssの初期化
-------------------------------------- */
* {
    -webkit-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;
}

img {
/*	display: block; */
	max-width: 100%;
/*	height: auto; */
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

th,
td {
	vertical-align: top;
	text-align: left;
	word-break: break-word;
}

ol,ul {
	list-style:none;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

label {
	cursor: pointer;
}

head, style, script {
	display: none !important;
}

@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}


/* --------------------------------------
 2_基本設定
-------------------------------------- */
/* 全体のfontsizeを変更したい場合は、.column1～5を変更する事 */
body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.4;
	color: #333;
	background: #FFF;
}

.mincho {
	font-family: Georgia, "Hiragino Mincho ProN", "HGS明朝B", "メイリオ", Meiryo, serif;
}


/* 游ゴシック/游明朝 を有効にする */
/*
body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.mincho {
	font-family: Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝B", "メイリオ", Meiryo, serif;
}
*/


/* hidden & skip link  */
.aural,
#logo strong,
#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;
}


#step-by-step ol:after,
.opener:after,
.teaser:after,
.text-section:after,
.text-section dl:after,
#page-intro:after,
.form-wrapper div:after,
#stage div.teaser-wrapper:after,
.text-box-tabs .text-box-section:after,
#extras .toc-box .text-box-section:after,
#main .vcard:after,
div.internal-link-area > a:after,
div.external-link-area > a:after,
div.download-link-area > a:after,
div.faq-item:after,
div.event-list #event-pager ul:after {
	content: " ";
    display: block;
    clear: both;
}

.clr:after ,
.clrfix:after ,
.clearfix:after {
	content:"";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}





/* Links */
a {
	color: #333399;
	text-decoration: none;
	word-wrap: break-word;
}

a:hover ,
a:focus ,
a:active {
	text-decoration: underline;
}



/* 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;	
}



/* Headings */
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;

}

/* 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;
}



/*------------------------------------- 
7_グリットレイアウト（テンプレート枠）
-------------------------------------*/

#html1 {
}


/* -- ナビ表示位置順 -- */
#wrapper-2 {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

#nav {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 3;
	order: 3;
}

#wrapper-3 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 1;
	order: 1;
}

#promos3 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 2;
	order: 2;
}




/* Footer */
#site-info {
}

#site-info-box {
}
#site-info-box:after {
	content: "";
	display: block;
	clear: both;
}

#site-info div #about .media {
	float: left;
    height: auto;
    margin: 3px 10px 0 0;
    width: 65px;
}

p#copyright {
	padding: 5px 0 20px;
	text-align: center;
	font-size: 11px;
	color: #fff;
	background: #323232;
}


#sharewithmain {
	padding: 8px 5px;
}

/* -- マグノリアコピーライト削除 -- */
#copyright-magnolia {
	display:none;
}


/* 2 column layout: no nav vertical | main column | sidebar */
.col-subcol #wrapper-3 {
}
.col-subcol #nav {
	display: none;
}



/*-------------- ローカルナビ --------------*/
/* -- ローカルナビエリア -- */

#nav-box {
}

#nav-box input ,
#nav-box label {
	display: none;
}

#nav-box h6 {
	display: none;
}


/*1階層*/
#nav-box ul.navLevel_1 {
}

#nav-box ul.navLevel_1 > li {
}

#nav-box ul.navLevel_1 > li:not(.open) {
	display: none;
}

#nav-box ul.navLevel_1 > li.open {
}

#nav-box ul.navLevel_1 > li > strong,
#nav-box ul.navLevel_1 > li > a {
	display: block;
	padding: 6px 12px;
	background: #646464;
	color: #fff; 
	font-size: 14px;
	font-weight: bold;
/*	text-decoration: none; */
	border-bottom: 1px solid #c8c8c8;
}

#nav-box ul.navLevel_1 > li > strong ,
#nav-box ul.navLevel_1 > li > a:hover {
}


/*2階層*/
#nav-box ul.navLevel_2 {
}

#nav-box ul.navLevel_2 > li {
}

#nav-box ul.navLevel_2 > li.open {
}

#nav-box ul.navLevel_2 > li > strong,
#nav-box ul.navLevel_2 > li > a {
	display: block;
	padding: 15px 12px;
	background: #fff;
	color: #323232; 
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #c8c8c8;
}

#nav-box ul.navLevel_2 > li > strong ,
#nav-box ul.navLevel_2 > li > a:hover {
	background-color:#fef0e7;
}


/*3階層*/
#nav-box ul.navLevel_3 {
}

#nav-box ul.navLevel_3 > li {
}

#nav-box ul.navLevel_3 > li.open {
}
#nav-box ul.navLevel_3 > li > strong ,
#nav-box ul.navLevel_3 > li > a {
	position: relative;
	display: block;
	padding: 8px 12px;
	padding-left: 32px;
	background: #f0f0f0;
	color: #323232; 
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #c8c8c8;
}

#nav-box ul.navLevel_3 > li > strong:before ,
#nav-box ul.navLevel_3 > li > a:before {
	content: ">";
	position: absolute;
	left: 18px;
}

#nav-box ul.navLevel_3 > li > strong ,
#nav-box ul.navLevel_3 > li > a:hover {
	background-color:#fef0e7;
}


/*4階層*/
#nav-box ul.navLevel_4 {
}

#nav-box ul.navLevel_4 > li {
}

#nav-box ul.navLevel_4 > li.open {
}
#nav-box ul.navLevel_4 > li > strong ,
#nav-box ul.navLevel_4 > li > a {
	display: block;
	padding: 5px 12px;
	background: #dcdcdc;
	color: #323232; 
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #c8c8c8;
}

#nav-box ul.navLevel_4 > li > strong:before ,
#nav-box ul.navLevel_4 > li > a:before {
	content: "・";
	margin-left: 0.5em;
}

#nav-box ul.navLevel_4 > li > strong ,
#nav-box ul.navLevel_4 > li > a:hover {
	background: #eb3132;
	color: #fff; 
}




/* 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 */
.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("../../../../../../resources/templating-kit/themes/pop/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;
	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("../../../../../../resources/templating-kit/themes/pop/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;
}




/* -----------------------------
	グローバルナビ
--------------------------------- */

/* -- トグル初期非表示 -- */ 
#gnv {
	display:none;
}

#gnv:after {
	content:"";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

#gnv li {
	display: table;
	width:50%;
	float:left;
	border-bottom:#999 1px solid;
}

#gnv li a {
	display: table-cell;
    height: 50px;
    vertical-align: middle;
	text-align: center;

	background-color: #2b2b2b;
	color:#ccc;
	font-size:13px;
	font-weight: bold;
	text-decoration: none;
}

#gnv li:nth-child(odd) a {
	border-right:#999 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:#999 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: #2b2b2b;
	color:#ccc;
	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:#999 1px solid;
}




/*-------------- ●ok●ぱんくず（4箇所にあり_セック側設定） --------------*/
div.bread-crumb {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: auto;
	padding: 7px 15px;
	text-align: left;
	font-size: 10px;
	border-bottom: 1px solid #d8d8d8;
}

div.bread-crumb ol:after ,
div.bread-crumb:after {
	content: "";
	display: block;
	clear: both;
}

/* -- パンくずタイトル -- */
div.bread-crumb h5 {
	padding: 0;
	margin: 0;
	font-size: inherit;
	font-weight: normal;
	line-height: inherit;

	display: inline;
	float: left;
}

div.bread-crumb ol {
}

div.bread-crumb h5 p ,
div.bread-crumb h5 span ,
div.bread-crumb ol li {
	float: left;
}

div.bread-crumb h5 p:after ,
div.bread-crumb h5 span:after ,
div.bread-crumb ol li:after {
	content:"＞";
	padding: 0 1.5em;
}

div.bread-crumb ol li:last-child:after {
	content: none;
}
div.bread-crumb ol li a {
}

/* -- 現在位置表示 -- */
div.bread-crumb ol li strong {
	font-weight: normal;
}

/* ページタイトルの改行は非表示 */
div.bread-crumb br {
	display: none;
}

/* -- TOP書き換え -- */
div.bread-crumb ol li:first-child a {
	font-size: 0;
}
#header.ja ~ div div.bread-crumb ol li:first-child a:before ,
#header.ja ~ div.bread-crumb ol li:first-child a:before {
	content: "ホーム";
	font-size: 10px;
}
#header.en ~ div div.bread-crumb ol li:first-child a:before ,
#header.en ~ div.bread-crumb ol li:first-child a:before {
	content: "HOME";
	font-size: 10px;
}





/* ---- カラム分け1～5 ---- */
.multiColumn1 ,
.multiColumn2 ,
.multiColumn3 ,
.multiColumn4 ,
.multiColumn5 {
	font-size: 0;
	display: inline;
	clear: none;
	margin-bottom:30px;
}

/* ---- 小カラム ---- */
.column1 ,
.column2 ,
.column3 ,
.column4 ,
.column5 {
	font-size: 16px;

	display: inline-block;
	vertical-align: top;
	clear: none;
	margin-bottom:20px;
	margin-left: 1%;
	margin-right: 1%;
	margin-left: calc(5px);
	margin-right: calc(5px);
}

/*-- カラム clearfix --*/
/* 3カラムと4カラムと5カラムが混ざらない様に */
.multiColumn3 + .multiColumn5:before ,
.multiColumn5 + .multiColumn3:before ,
.multiColumn1:before ,
.multiColumn2:before ,
.multiColumn4:before {
	content: "";
	display: block;
	clear: both;
}



/* -- 1～2カラムは1カラムに -- */
.multiColumn1 > .column1 ,
.multiColumn2 > .column1 ,
.multiColumn2 > .column2 {
	width: 98%;
	width: calc(100% - 10px);
}

/* -- 3～5は2カラムに -- */
.multiColumn3 > .column1 ,
.multiColumn3 > .column2 ,
.multiColumn3 > .column3 ,
.multiColumn4 > .column1 ,
.multiColumn4 > .column2 ,
.multiColumn4 > .column3 ,
.multiColumn4 > .column4 ,
.multiColumn5 > .column1 ,
.multiColumn5 > .column2 ,
.multiColumn5 > .column3 ,
.multiColumn5 > .column4 ,
.multiColumn5 > .column5 {
	width: 48%;
	width: calc(50% - 10px);
}


.lx_col1_sp100 > .column1 ,
.lx_col2_sp100 > .column2 ,
.lx_col3_sp100 > .column3 ,
.lx_col4_sp100 > .column4 ,
.lx_col5_sp100 > .column5 ,
.lx_col_sp100 > .column {
	width: 98%;
	width: calc(100% - 10px);
}

.lx_col1_sp50 > .column1 ,
.lx_col2_sp50 > .column2 ,
.lx_col3_sp50 > .column3 ,
.lx_col4_sp50 > .column4 ,
.lx_col5_sp50 > .column5 ,
.lx_col_sp100 > .column {
	width: 48%;
	width: calc(100% - 10px);
}



/* -----------------------------
CKエディタ
--------------------------------- */

/* -- ckエディタの機能を損なうから制御は不可 -- */
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-item ,
div.vtable-item > table > tbody > tr > th ,
div.vtable-item > table > tbody > tr > td ,
div.ircalendar-title > table > tbody > tr > th ,
div.ircalendar-item > table > tbody > tr > td {
	text-align: left;
}

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-item p ,
div.vtable-item p ,
div.ircalendar-title p ,
div.ircalendar-item p {
	display: block;
}

/* -- ckエディタのリスト表示用 -- */
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-item ol ,
div.vtable-item ol ,
div.ircalendar-title ol ,
div.ircalendar-item ol {
	padding-left:2em;
	list-style:decimal;
}

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-item ol li ,
div.vtable-item ol li ,
div.ircalendar-title ol li ,
div.ircalendar-item ol li {
	list-style:inherit;
}

/* -- ckエディタのリスト表示用 -- */
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-item ul ,
div.vtable-item ul ,
div.ircalendar-title ul ,
div.ircalendar-item ul {
	padding-left:2em;
	list-style:disc;
}

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-item ul li ,
div.vtable-item ul li ,
div.ircalendar-title ul li ,
div.ircalendar-item ul li {
	list-style:inherit;
}

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-item em ,
div.vtable-item em ,
div.ircalendar-title em ,
div.ircalendar-item em {
	/* メイリオにはイタリック体が無い為 */
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN",'ＭＳ Ｐゴシック','MS PGothic', "メイリオ", Meiryo, sans-serif;
	font-style:italic;
}

/*------- リンクアイコン ----------*/
div.quoted-text blockquote a ,
div.highlight-quoted-text a ,
div.text-section a ,
div.faq-item a ,
div.vtable-item a ,
div.ircalendar-title a ,
div.ircalendar-item a {
}

/*------- 別窓アイコン ----------*/
div.quoted-text blockquote a[target="_blank"]:after ,
div.highlight-quoted-text a[target="_blank"]:after ,
div.text-section a[target="_blank"]:after ,
div.faq-item a[target="_blank"]:after ,
div.vtable-item a[target="_blank"]:after ,
div.ircalendar-title a[target="_blank"]:after ,
div.ircalendar-item a[target="_blank"]:after {
	content: "";
	background:url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 23px;
	height: 22px;
	vertical-align: middle;
	margin: 0 3px;
}

/*------- PDFアイコン ----------*/
div.quoted-text blockquote a[href$=".pdf"]:after ,
div.highlight-quoted-text a[href$=".pdf"]:after ,
div.text-section a[href$=".pdf"]:after ,
div.faq-item a[href$=".pdf"]:after ,
div.vtable-item a[href$=".pdf"]:after ,
div.ircalendar-title a[href$=".pdf"]:after ,
div.ircalendar-item a[href$=".pdf"]:after ,
div.quoted-text blockquote a[href*=".pdf#"]:after ,
div.highlight-quoted-text a[href*=".pdf#"]:after ,
div.text-section a[href*=".pdf#"]:after ,
div.faq-item a[href*=".pdf#"]:after ,
div.vtable-item a[href*=".pdf#"]:after ,
div.ircalendar-title a[href*=".pdf#"]:after ,
div.ircalendar-item a[href*=".pdf#"]:after {
	content: "";
	background:url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 18px;
	height: 23px;
	vertical-align: middle;
	margin: 0 3px;
}


/* テーブル */
div.quoted-text blockquote.has-icell ,
div.highlight-quoted-text.has-icell ,
div.text-section.has-icell ,
div.text-section .has-icell ,
div.faq-item.has-icell ,
div.vtable-item table .has-icell ,
div.ircalendar-title table .has-icell ,
div.ircalendar-item table .has-icell {
	overflow-x: scroll;
}

div.quoted-text blockquote table:not(.clearbox) ,
div.highlight-quoted-text table:not(.clearbox) ,
div.text-section table:not(.clearbox) ,
div.faq-item table:not(.clearbox) ,
div.vtable-item table table:not(.clearbox) ,
div.ircalendar-title table table:not(.clearbox) ,
div.ircalendar-item table table:not(.clearbox) ,
table.icell {
	font-family: inherit !important;
	border: none !important;
	font-size: 14px;
}

div.quoted-text blockquote table:not(.clearbox) span ,
div.highlight-quoted-text table:not(.clearbox) span ,
div.text-section table:not(.clearbox) span ,
div.faq-item table:not(.clearbox) span ,
div.vtable-item table table:not(.clearbox) span ,
div.ircalendar-title table table:not(.clearbox) span ,
div.ircalendar-item table table:not(.clearbox) span ,
table.icell span {
	font-size: inherit !important;
}

div.quoted-text blockquote table:not(.clearbox) th ,
div.highlight-quoted-text table:not(.clearbox) th ,
div.text-section table:not(.clearbox) th ,
div.faq-item table:not(.clearbox) th ,
div.vtable-item table table:not(.clearbox) th ,
div.ircalendar-title table table:not(.clearbox) th ,
div.ircalendar-item table table:not(.clearbox) th ,
div.quoted-text blockquote table:not(.clearbox) td ,
div.highlight-quoted-text table:not(.clearbox) td ,
div.text-section table:not(.clearbox) td ,
div.faq-item table:not(.clearbox) td ,
div.vtable-item table table:not(.clearbox) td ,
div.ircalendar-title table table:not(.clearbox) td ,
div.ircalendar-item table table:not(.clearbox) td ,
table.icell th ,
table.icell td {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	height: auto !important;
	color: inherit;
	font-weight: normal;
	padding: 12px 9px;
	border: 1px solid #c8c8c8;
	vertical-align: middle;
}

div.quoted-text blockquote table:not(.clearbox) td ,
div.highlight-quoted-text table:not(.clearbox) td ,
div.text-section table:not(.clearbox) td ,
div.faq-item table:not(.clearbox) td ,
div.vtable-item table table:not(.clearbox) td ,
div.ircalendar-title table table:not(.clearbox) td ,
div.ircalendar-item table table:not(.clearbox) td ,
table.icell td {
	text-align: left;
	background-color:#fff;
}

div.quoted-text blockquote table:not(.clearbox) th ,
div.highlight-quoted-text table:not(.clearbox) th ,
div.text-section table:not(.clearbox) th ,
div.faq-item table:not(.clearbox) th ,
div.vtable-item table table:not(.clearbox) th ,
div.ircalendar-title table table:not(.clearbox) th ,
div.ircalendar-item table table:not(.clearbox) th ,
table.icell .ColHead ,
table.icell th {
	text-align: center;
	background-color:#fef0e7;
	font-weight: bold;
}

div.quoted-text blockquote table:not(.clearbox) thead th ,
div.highlight-quoted-text table:not(.clearbox) thead th ,
div.text-section table:not(.clearbox) thead th ,
div.faq-item table:not(.clearbox) thead th ,
div.vtable-item table table:not(.clearbox) thead th ,
div.ircalendar-title table table:not(.clearbox) thead th ,
div.ircalendar-item table table:not(.clearbox) thead th ,
table.icell .RowHead ,
table.icell thead th {
	background-color:#fef0e7;
	font-weight: bold;
}



/* -----------------------------
画像レイアウト
--------------------------------- */

/*-- 画像_左 --*/
#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-item img ,
div.vtable-item img ,
div.ircalendar-title img,
div.ircalendar-item img {
	display: block;
	float: left;
	margin-right: 20px;
	margin-left: 0;
	margin-bottom:8px;
	width:auto;
	max-width:40%;
}

/*-- 画像_右 --*/
#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-item img.pos-2 ,
div.vtable-item img.pos-2 ,
div.ircalendar-title img.pos-2,
div.ircalendar-item img.pos-2 {
	float: right;
	margin-right: 0;
	margin-left: 16px;
	margin-bottom:8px;
	width:auto;
	max-width:40%;
}

/*-- 画像_上・下 --*/
#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-item img.large ,
div.vtable-item img.large ,
div.ircalendar-title img.large,
div.ircalendar-item img.large {
	float:none;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:8px;
	width:auto;
	max-width:100%;
}

/*-- 画像_重ねる --*/
div.text-section img.pos-4 {
	width: 100%;
}

div.text-section img.pos-4 + .text {
	position: absolute;
	top: 50%;
	top: calc(50%);
	left: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0 10px;
	-webkit-transform: translate(0, -50%);
	        -ms-transform: translate(0, -50%);
	    transform: translate(0, -50%);
	text-shadow: 0.1em 0.1em 0.2em #fff;
}

div.text-section > .mgnlEditorBar[aria-hidden="false"] + img.pos-4 + .text {
	top: calc(50% + 13.5px);
}


/*-- キャプション付き画像の場合_左 --*/
div.text-section dl.photo ,
div.faq-item dl.photo {
	width:40%;
	margin-right:16px;
	float:left;
}

div.text-section dl.photo dt ,
div.faq-item dl.photo dt {
	text-align:center;
	margin-bottom: 8px;
}

div.text-section dl.photo dt img ,
div.faq-item dl.photo dt img {
	display: block;
	float:none!important;
	width:auto;
	max-width:100%;
	margin:0 auto;
}

div.text-section dl.photo dd ,
div.faq-item dl.photo dd {
	text-align: center;
}

/*-- キャプション付き画像の場合_右 --*/
div.text-section dl.pos-2 ,
div.faq-item dl.pos-2 {
	width:40%;
	margin-left: 16px;
	margin-right:0;
	float:right;
}

div.text-section dl.pos-2 dt img ,
div.faq-item dl.pos-2 dt img {
	display: block;
	float:none;
	width:auto;
	max-width:100%;
	margin:0 auto;
}

/*-- キャプション付き画像の場合_上 --*/
div.text-section dl.large ,
div.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-item dl.large dt img {
	display: block;
	float:none;
	width:auto;
	max-width:100%;
	margin:0 auto;
}

/* -- キャプション -- */
/*-- 画像のタイトル --*/
div.text-section .caption ,
div.faq-item .caption {
}

/*-- コピーライト --*/
div.text-section .copyright ,
div.faq-item .copyright {
}

/*-- 画像の説明 --*/
div.text-section .longdesc ,
div.faq-item .longdesc {
/*	display: none; */
}

/*-- 虫眼鏡(現状、非表示) --*/
div.text-section .zoom ,
div.faq-item .zoom {
	float: right;
	display:none;
}
div.text-section .zoom a ,
div.faq-item .zoom a {
	display: block;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/icons/sprites.png") 0 -508px no-repeat;
	width: 24px;
	height:24px;
	overflow: hidden;
	text-indent: -9999px;
	margin:0 auto;
}


/* -----------------------------
見出しスタイル：装飾のみ
--------------------------------- */
/*-------------- ●ok●概要エリア --------------*/
#page-intro {
	margin-bottom:20px;
}

/* -- コンテンツ内H1レイアウト -- */
#page-intro > h1 {
	margin: 0 10px;

	line-height: 1.2;

	position: relative;
	font-size: 30px;
	color: #000;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
}

/* -- H1画像登録時レイアウト -- */

#page-intro .titleImage {
	margin-bottom:20px;
}

#page-intro .titleImage h1 {
	width:auto;
	line-height:0;
	max-width:100%;
	padding:0;
	font-size:0;
}

#page-intro .titleImage h1 img {
	width: auto;
}

/* -- 概要に日付入れた際使用（イベント・汎用） -- */
#page-intro div.text-meta {
	margin: 0 15px;
}

#page-intro div.text-meta ul.text-data {
	text-align: right;
/*	display: none; */
}

#page-intro div.text-meta ul.text-data li.date {
}


/*--- 概要説明文の画像 ---*/
#page-intro .abstractImage {
	margin: 0 auto;
/*	margin-bottom: 10px; */
}

#page-intro .abstractImage p {
	width:100%;
}

#page-intro .abstractImage img {
	display: none;
}


/*-------------- 中見出し(共通) ------------*/
div.text-section h2 ,
div.link-list h2 ,
div.link-list-url h2 ,
div.table div.shwTableTitle h2 ,
div.news-yuho dl dt ,
div.news-result dl dt ,
div.title2:not(.highlight) h2 {
	line-height: 1.2;

	position: relative;
	color:#000;
	font-size: 28px;
	font-weight:bold;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 31px;
	border-bottom:#CCC 1px solid;

	margin-bottom: 20px;
}

div.text-section h2:before ,
div.link-list h2:before,
div.link-list-url h2:before ,
div.table div.shwTableTitle h2:before ,
div.news-yuho dl dt:before ,
div.news-result dl dt:before ,
div.title2:not(.highlight) h2:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background: #eb3132;
	position: absolute;
	top: 50%;
	left: 3px;
	margin-top: -9px;
}



/* -- 見出しh2レベル -- */

div.title2:not(.highlight) h2 {
	clear:both;
}

div.title2.highlight h2 {

}

div.title2:last-child h2 {
	margin-bottom: 10px;
}

/* -- 見出しh3レベル -- */
div.title3:not(.highlight) h3 {
	line-height:1.2;

	font-size: 24px;
	font-weight:bold;
	padding-top: 10px;
	padding-bottom: 5px;

	margin-bottom: 20px;
}

div.title3:not(.highlight) h3:before {
	content: "";
	display: inline-block;
	border: 7px solid transparent;
	border-left: 13px solid #eb3132;
	margin: 0 3px;
}

div.title3.highlight h3 {

}

/* -- 見出しh4レベル -- */
div.title4:not(.highlight) h4 {
	line-height:1.2;

	font-size: 18px;
	font-weight:bold;
	padding-top: 10px;

	margin-bottom: 20px;
}

div.title4.highlight h4 {
	line-height:1.2;

	font-size: 18px;
	font-weight:bold;
	padding-top: 10px;

	margin-bottom: 20px;
}


/* -----------------------------
その他スタイル
--------------------------------- */
/*-------------- 引用符07_001 --------------*/

/* 緊急エリア */
div.quoted-text {
	margin: 5px 8px;
}

div.quoted-text blockquote {
	background:none;
	padding:10px;
	border:#F00 2px solid;
}

/*-------------- ハイライト引用符07_002 --------------*/

div.highlight-quoted-text {
	border-radius: 10px;
	background-color:#e0f0ff;
	padding: 25px 25px;
	margin-bottom: 10px;
}

div.highlight-quoted-text cite {
	background: transparent url("../../../../../../resources/templating-kit/themes/pop/img/bgs/dash.png") no-repeat scroll 0px 8px;
	padding-left: 10px;
	font-size: 12px;
	font-style: italic;
}

/*-------------- テキストと画像コンポーネント07_003 --------------*/

div.text-section {
	clear:both;
	margin-bottom:20px;
	position: relative;
}

/* -- 副見出し -- */
div.text-section h2 {
	clear:both;
}


/*-------------- 内部ページバナー07_414 --------------*/

div.teaser {
	margin-bottom: 20px;
}

/* -- title -- */
div.teaser h2 {
	margin-bottom:5px;
}

div.teaser h2 a {
	display: block;
}

/* -- テキスト -- */
div.teaser p {
	margin-bottom:10px;
}

/* -- 内部リンクだけ表示される（続きを）読むを削除 -- */
div.teaser p em.more {
	display:none;
}

/* -- 画像のレイアウト変更したい時はここ -- */
div.teaser img {
	display: block;
	margin: 0 auto;
}

/*--- 内部ページバナー ハイライト表示 ---*/
div.teaser.highlight:not(.no-img) img {
	margin: 0;
}

/*--- 内部ページバナー テキストのみ ---*/
div.teaser.no-img {
	text-align: left;
	margin-bottom: 20px;
}


/*-------------- 外部ページバナー07_416 --------------*/

div.external-teaser {
/*	width:100%; */
/*	text-align: center; */
	margin-bottom: 20px;
}

/* -- title -- */
div.external-teaser h2 {
	margin-bottom:5px;
}

div.external-teaser h2 a {
	display: block;
}

/* -- テキスト -- */
div.external-teaser p {
	margin-bottom:10px;
}

/* -- 画像のレイアウト変更したい時はここ -- */
div.external-teaser img {
	display: block;
	margin: 0 auto;
}

/*--- 外部ページバナー、テキストのみ ---*/
div.external-teaser.no-img {
	text-align: left;
	margin-bottom: 20px;
}

/*--- 外部ページバナー ハイライト表示 ---*/
div.external-teaser.highlight:not(.no-img) img {
	margin: 0;
}


/*-------------- ダウンロードページバナー07_418 ------*/

div.download-teaser {
	margin-bottom: 20px;
}

/* -- title -- */
div.download-teaser h2 {
	margin-bottom:5px;
}

div.download-teaser h2 a {
	display: block;
}

/* -- iconファイル用★★要確認！ -- */
div.download-teaser h2 em {
}

/* -- テキスト -- */
div.download-teaser p {
	margin-bottom:10px;
}

/* -- 画像のレイアウト変更したい時はここ -- */
div.download-teaser img {
	display: block;
	margin: 0 auto;
}

/*-------------- ダウンロードバナー テキストのみ -----*/
div.download-teaser.no-img {
}

/*-------------- ダウンロードページバナー ハイライト表示 --*/
div.download-teaser.highlight:not(.no-img) img {
	margin: 0;
}


/* ----- 内部・外部バナー（テキストのみ）　メインエリア用 ----- */
[role="main"] div.teaser.no-img:not(.highlight) ,
[role="main"] div.external-teaser.no-img:not(.highlight) ,
[role="main"] div.download-teaser.no-img:not(.highlight) {
	max-width: 500px;
}

[role="main"] div.teaser.no-img:not(.highlight) h2 ,
[role="main"] div.external-teaser.no-img:not(.highlight) h2 ,
[role="main"] div.download-teaser.no-img:not(.highlight) h2 {
	font-size: 16px;
	line-height: inherit;
}

[role="main"] div.teaser.no-img:not(.highlight) h2 a ,
[role="main"] div.external-teaser.no-img:not(.highlight) h2 a ,
[role="main"] div.download-teaser.no-img:not(.highlight) h2 a {
	position: relative;
	display: block;
	padding: 15px 10px;
	padding-right: 30px;
	background: #dcdcdc;
	color: #323232;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

[role="main"] div.teaser.no-img:not(.highlight) h2 a:before ,
[role="main"] div.external-teaser.no-img:not(.highlight) h2 a:before ,
[role="main"] div.download-teaser.no-img:not(.highlight) h2 a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	width: 10px;
	height: 10px;
	margin-top: -7px;
	border-top: 2px solid #323232;
	border-right: 2px solid #323232;
	-webkit-transform: rotate(45deg);
	        -ms-transform: rotate(45deg);
	    transform: rotate(45deg);
}

[role="main"] div.teaser.no-img:not(.highlight) h2 a[target="_blank"]:after ,
[role="main"] div.external-teaser.no-img:not(.highlight) h2 a[target="_blank"]:after {
	content: "";
	background:url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 23px;
	height: 22px;
	vertical-align: middle;
	margin-left: 5px;
}

[role="main"] div.teaser.no-img:not(.highlight) p ,
[role="main"] div.external-teaser.no-img:not(.highlight) p ,
[role="main"] div.download-teaser.no-img:not(.highlight) p {
}

[role="main"] div.teaser.no-img:not(.highlight) h2 a:hover ,
[role="main"] div.external-teaser.no-img:not(.highlight) h2 a:hover ,
[role="main"] div.download-teaser.no-img:not(.highlight) h2 a:hover {
	color: #fff;
	background: #eb3132;
}

[role="main"] div.teaser.no-img:not(.highlight) h2 a:hover:before ,
[role="main"] div.external-teaser.no-img:not(.highlight) h2 a:hover:before ,
[role="main"] div.download-teaser.no-img:not(.highlight) h2 a:hover:before {
	border-color: #fff;
}

/* ----- 内部・外部バナー（テキストのみ ハイライト）　メインエリア用 ----- */
[role="main"] div.teaser.no-img.highlight ,
[role="main"] div.external-teaser.no-img.highlight ,
[role="main"] div.download-teaser.no-img.highlight {
	max-width: 500px;
}

[role="main"] div.teaser.no-img.highlight h2 ,
[role="main"] div.external-teaser.no-img.highlight h2 ,
[role="main"] div.download-teaser.no-img.highlight h2 {
	font-size: 16px;
	line-height: inherit;
}

[role="main"] div.teaser.no-img.highlight h2 a ,
[role="main"] div.external-teaser.no-img.highlight h2 a ,
[role="main"] div.download-teaser.no-img.highlight h2 a {
	position: relative;
	display: block;
	padding: 14px 9px;
	padding-left: 55px;
	border: 1px solid #c8c8c8;
	color: #323232;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}

[role="main"] div.teaser.no-img.highlight h2 a:before ,
[role="main"] div.external-teaser.no-img.highlight h2 a:before ,
[role="main"] div.download-teaser.no-img.highlight h2 a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -10px;
	display: inline-block;
	width: 18px;
	height: 18px;
	background:url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.png") center center no-repeat;
	background-size: contain;
}

[role="main"] div.teaser.no-img.highlight h2 a[target="_blank"]:after ,
[role="main"] div.external-teaser.no-img.highlight h2 a[target="_blank"]:after {
	content: "";
	background:url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 23px;
	height: 22px;
	vertical-align: middle;
	margin-left: 5px;
}

[role="main"] div.teaser.no-img.highlight p ,
[role="main"] div.external-teaser.no-img.highlight p ,
[role="main"] div.download-teaser.no-img.highlight p {
}

[role="main"] div.teaser.no-img.highlight h2 a:hover ,
[role="main"] div.external-teaser.no-img.highlight h2 a:hover ,
[role="main"] div.download-teaser.no-img.highlight h2 a:hover {
	color: #fff;
	background: #646464;
}

[role="main"] div.teaser.no-img.highlight h2 a:hover:before ,
[role="main"] div.external-teaser.no-img.highlight h2 a:hover:before ,
[role="main"] div.download-teaser.no-img.highlight h2 a:hover:before {
}



/* ----- 内部・外部バナー（テキストと画像）　メインエリア用 ----- */
[role="main"] div.teaser:not(.no-img):not(.highlight) ,
[role="main"] div.external-teaser:not(.no-img):not(.highlight) ,
[role="main"] div.download-teaser:not(.no-img):not(.highlight) {
}

[role="main"] div.teaser:not(.no-img):not(.highlight) h2 ,
[role="main"] div.external-teaser:not(.no-img):not(.highlight) h2 ,
[role="main"] div.download-teaser:not(.no-img):not(.highlight) h2 {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	box-align: center;
	-ms-align-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;

	position: relative;
	font-size: 15px;
	line-height: 1.3;
	margin-bottom: 0;
	padding: 3px 10px;
	padding-right: 20px;
	min-height: 50px;
	background: #4c5e80;
}

[role="main"] div.teaser:not(.no-img):not(.highlight) h2 a ,
[role="main"] div.external-teaser:not(.no-img):not(.highlight) h2 a ,
[role="main"] div.download-teaser:not(.no-img):not(.highlight) h2 a {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	display: block;
	width: 100%;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

/*
[role="main"] div.teaser:not(.no-img):not(.highlight) h2 a:before ,
[role="main"] div.external-teaser:not(.no-img):not(.highlight) h2 a:before ,
[role="main"] div.download-teaser:not(.no-img):not(.highlight) h2 a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	width: 10px;
	height: 10px;
	margin-top: -7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
*/

[role="main"] div.teaser:not(.no-img):not(.highlight) h2 a[target="_blank"]:after ,
[role="main"] div.external-teaser:not(.no-img):not(.highlight) h2 a[target="_blank"]:after {
	content: "";
	background:url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 23px;
	height: 22px;
	vertical-align: middle;
	margin-left: 5px;
}

[role="main"] div.teaser:not(.no-img):not(.highlight) p ,
[role="main"] div.external-teaser:not(.no-img):not(.highlight) p ,
[role="main"] div.download-teaser:not(.no-img):not(.highlight) p {
}

[role="main"] div.teaser:not(.no-img):not(.highlight) h2:hover ,
[role="main"] div.external-teaser:not(.no-img):not(.highlight) h2:hover ,
[role="main"] div.download-teaser:not(.no-img):not(.highlight) h2:hover {
	color: #fff;
	background: #eb3132;
}

[role="main"] div.teaser:not(.no-img):not(.highlight) h2:hover a ,
[role="main"] div.external-teaser:not(.no-img):not(.highlight) h2:hover a ,
[role="main"] div.download-teaser:not(.no-img):not(.highlight) h2:hover a ,
[role="main"] div.teaser:not(.no-img):not(.highlight) h2 a:hover ,
[role="main"] div.external-teaser:not(.no-img):not(.highlight) h2 a:hover ,
[role="main"] div.download-teaser:not(.no-img):not(.highlight) h2 a:hover {
	color: #fff;
}







/* ----- 内部バナー　プロモス1用 ----- */

#promos1 div.teaser.no-img {
	margin-bottom: 0;
}

#promos1 div.teaser.no-img h2 {
	margin-bottom: 0;
}

#promos1 div.teaser.no-img h2 a {
}

#promos1 div.teaser.no-img p {
}


/* ----- 内部・外部バナー（テキストのみ）　プロモス2用 ----- */
#promos2 div.teaser.no-img:not(.highlight) ,
#promos2 div.external-teaser.no-img:not(.highlight) ,
#promos2 div.download-teaser.no-img:not(.highlight) {
	max-width: 500px;
}

#promos2 div.teaser.no-img:not(.highlight) h2 ,
#promos2 div.external-teaser.no-img:not(.highlight) h2 ,
#promos2 div.download-teaser.no-img:not(.highlight) h2 {
	font-size: 16px;
	line-height: inherit;
}

#promos2 div.teaser.no-img:not(.highlight) h2 a ,
#promos2 div.external-teaser.no-img:not(.highlight) h2 a ,
#promos2 div.download-teaser.no-img:not(.highlight) h2 a {
	position: relative;
	display: block;
	padding: 15px 10px;
	padding-right: 30px;
	background: #dcdcdc;
	color: #323232;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#promos2 div.teaser.no-img:not(.highlight) h2 a:before ,
#promos2 div.external-teaser.no-img:not(.highlight) h2 a:before ,
#promos2 div.download-teaser.no-img:not(.highlight) h2 a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	width: 10px;
	height: 10px;
	margin-top: -7px;
	border-top: 2px solid #323232;
	border-right: 2px solid #323232;
	-webkit-transform: rotate(45deg);
	        -ms-transform: rotate(45deg);
	    transform: rotate(45deg);
}

#promos2 div.teaser.no-img:not(.highlight) h2 a[target="_blank"]:after ,
#promos2 div.external-teaser.no-img:not(.highlight) h2 a[target="_blank"]:after {
	content: "";
	background:url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 23px;
	height: 22px;
	vertical-align: middle;
	margin-left: 5px;
}

#promos2 div.teaser.no-img:not(.highlight) p ,
#promos2 div.external-teaser.no-img:not(.highlight) p ,
#promos2 div.download-teaser.no-img:not(.highlight) p {
}

#promos2 div.teaser.no-img:not(.highlight) h2 a:hover ,
#promos2 div.external-teaser.no-img:not(.highlight) h2 a:hover ,
#promos2 div.download-teaser.no-img:not(.highlight) h2 a:hover {
	color: #fff;
	background: #eb3132;
}

#promos2 div.teaser.no-img:not(.highlight) h2 a:hover:before ,
#promos2 div.external-teaser.no-img:not(.highlight) h2 a:hover:before ,
#promos2 div.download-teaser.no-img:not(.highlight) h2 a:hover:before {
	border-color: #fff;
}


/* ----- バナー（テキストのみ）プロモス3用 ----- */
[id=promos3] div.teaser.no-img:not(.highlight) ,
[id=promos3] div.external-teaser.no-img:not(.highlight) ,
[id=promos3] div.download-teaser.no-img:not(.highlight) {
	max-width: 500px;
}

[id=promos3] div.teaser.no-img:not(.highlight) h2 ,
[id=promos3] div.external-teaser.no-img:not(.highlight) h2 ,
[id=promos3] div.download-teaser.no-img:not(.highlight) h2 {
	font-size: 16px;
	line-height: inherit;
}

[id=promos3] div.teaser.no-img:not(.highlight) h2 a ,
[id=promos3] div.external-teaser.no-img:not(.highlight) h2 a ,
[id=promos3] div.download-teaser.no-img:not(.highlight) h2 a {
	position: relative;
	display: block;
	padding: 15px 10px;
	padding-right: 30px;
	background: #dcdcdc;
	color: #323232;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

[id=promos3] div.teaser.no-img:not(.highlight) h2 a:before ,
[id=promos3] div.external-teaser.no-img:not(.highlight) h2 a:before ,
[id=promos3] div.download-teaser.no-img:not(.highlight) h2 a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	width: 10px;
	height: 10px;
	margin-top: -7px;
	border-top: 2px solid #323232;
	border-right: 2px solid #323232;
	-webkit-transform: rotate(45deg);
	        -ms-transform: rotate(45deg);
	    transform: rotate(45deg);
}

[id=promos3] div.teaser.no-img:not(.highlight) h2 a[target="_blank"]:after ,
[id=promos3] div.external-teaser.no-img:not(.highlight) h2 a[target="_blank"]:after {
	content: "";
	background:url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 23px;
	height: 22px;
	vertical-align: middle;
	margin-left: 5px;
}

[id=promos3] div.teaser.no-img:not(.highlight) p ,
[id=promos3] div.external-teaser.no-img:not(.highlight) p ,
[id=promos3] div.download-teaser.no-img:not(.highlight) p {
}

[id=promos3] div.teaser.no-img:not(.highlight) h2 a:hover ,
[id=promos3] div.external-teaser.no-img:not(.highlight) h2 a:hover ,
[id=promos3] div.download-teaser.no-img:not(.highlight) h2 a:hover {
	color: #fff;
	background: #eb3132;
}

[id=promos3] div.teaser.no-img:not(.highlight) h2 a:hover:before ,
[id=promos3] div.external-teaser.no-img:not(.highlight) h2 a:hover:before ,
[id=promos3] div.download-teaser.no-img:not(.highlight) h2 a:hover:before {
	border-color: #fff;
}





/*-------------- ページ内リンク07_410 --------------*/

div.anchor-link {
	margin-bottom:10px;
	margin-right: 10px;
}

div.anchor-link a {
	display: block;
	position: relative;
}

div.anchor-link a:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 18px;
	background: url("../../../../../../resources/sw_img/icon_anchor.png") no-repeat center center;
	margin-right: 5px;
}


/*-------------- ニュース一覧（標準）07_201 --------------*/
/*-------------- ニュース一覧（タブ切替）07_203 --------------*/
/* -- 英語ニュース -- */


div.news-list-2nd ,
div.news-list-tabbed-2nd ,
div.news-english-2nd ,
div.news-english-tabbed-2nd {
	position: relative;
	margin-bottom: 20px;
}

/* -- 1つのリリース -- */
div.news-list-2nd ul ,
div.news-list-tabbed-2nd ul ,
div.news-english-2nd ul ,
div.news-english-tabbed-2nd ul {
	margin-top: 20px;
	border-top: 1px solid #c8c8c8;
}

div.news-list-2nd ul li ,
div.news-list-tabbed-2nd 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-top: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #c8c8c8;
}

/* -- リリースのタイトル -- */
div.news-list-2nd ul li h3 ,
div.news-list-tabbed-2nd ul li h3 ,
div.news-english-2nd ul li h3 ,
div.news-english-tabbed-2nd ul li h3 {
	padding:0;
	margin:0;
	font-weight: normal;
	font-size: inherit;
	line-height: inherit;

	position: relative;
	display: block; 
	padding-left: 0px;
	padding-top: 1.5em;
}

div.news-list-2nd ul li .n_img ,
div.news-list-tabbed-2nd ul li .n_img ,
div.news-english-2nd ul li .n_img ,
div.news-english-tabbed-2nd ul li .n_img {
}

div.news-list-2nd ul li .n_img img ,
div.news-list-tabbed-2nd ul li .n_img img ,
div.news-english-2nd ul li .n_img img ,
div.news-english-tabbed-2nd ul li .n_img img {
}

/* -- リリースのテキスト -- */
div.news-list-2nd ul li .news_tx ,
div.news-list-tabbed-2nd ul li .news_tx ,
div.news-english-2nd ul li .news_tx ,
div.news-english-tabbed-2nd ul li .news_tx {
	display: inline;
}

div.news-list-2nd ul li .news_tx a ,
div.news-list-tabbed-2nd ul li .news_tx a ,
div.news-english-2nd ul li .news_tx a ,
div.news-english-tabbed-2nd ul li .news_tx a {
	color: inherit;
}

/* -- 日付 -- */
div.news-list-2nd ul li .date ,
div.news-list-tabbed-2nd ul li .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-2nd ul li .c_icon ,
div.news-list-tabbed-2nd ul li .c_icon ,
div.news-english-2nd ul li .c_icon ,
div.news-english-tabbed-2nd ul li .c_icon {
/*	display: none; */
	position: absolute;
	top: 0px;
	left: 7.2em;
}

div.news-list-2nd ul li .c_icon img ,
div.news-list-tabbed-2nd ul li .c_icon img ,
div.news-english-2nd ul li .c_icon img ,
div.news-english-tabbed-2nd ul li .c_icon img {
	display: inline-block;
	vertical-align: middle;
}

/* -- ファイルアイコン -- */
div.news-list-2nd ul li .d_icon ,
div.news-list-tabbed-2nd ul li .d_icon ,
div.news-english-2nd ul li .d_icon ,
div.news-english-tabbed-2nd ul li .d_icon {
	margin-left: 5px;
}

div.news-list-2nd ul li .d_icon img ,
div.news-list-tabbed-2nd 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-2nd ul li .filesize ,
div.news-list-tabbed-2nd 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-2nd ul li .n_icon ,
div.news-list-tabbed-2nd 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-2nd ul li .n_icon img ,
div.news-list-tabbed-2nd ul li .n_icon img ,
div.news-english-2nd ul li .n_icon img ,
div.news-english-tabbed-2nd ul li .n_icon img {
	display: inline-block;
	vertical-align: middle;
	margin-left: 0.5em;
}

/* -- もっと読む・詳細（ニュース概要） -- */
div.news-list-2nd ul li .det_tx ,
div.news-list-tabbed-2nd ul li .det_tx ,
div.news-english-2nd .det_tx ,
div.news-english-tabbed-2nd .det_tx {
	display: none;
	white-space: pre;
	white-space: pre-line;
	word-break: break-word;
}

/* -- 続きを読む -- */
div.news-list-2nd ul li .det_tx em.more ,
div.news-list-tabbed-2nd ul li .det_tx em.more ,
div.news-english-2nd .det_tx em.more ,
div.news-english-tabbed-2nd .det_tx em.more {
	display: none;
}

div.news-list-2nd ul li .det_tx em.more a ,
div.news-list-tabbed-2nd ul li .det_tx em.more a ,
div.news-english-2nd .det_tx em.more a ,
div.news-english-tabbed-2nd .det_tx em.more a {
	padding-left: 15px;
	background: transparent url("../../../../../../resources/templating-kit/themes/pop/img/icons/sprites.png") no-repeat scroll 0 2px;
	font-style: normal;
}

/* -- 非公開表示 -- */
div.news-list-2nd ul li .note_tx ,
div.news-list-tabbed-2nd ul li .note_tx ,
div.news-english-2nd .note_tx ,
div.news-english-tabbed-2nd .note_tx {
	background-color:#FCC;
	font-size: 85.7%;
}

/* -- 全てのニュース -- */
div.news-list-2nd .all ,
div.news-list-tabbed-2nd .all ,
div.news-english-2nd .all ,
div.news-english-tabbed-2nd .all {
	display:none;
}

div.news-list-2nd .all a ,
div.news-list-tabbed-2nd .all a ,
div.news-english-2nd .all a ,
div.news-english-tabbed-2nd .all a {
	clear: both;
	display: block;
	margin: 20px 0 0 0;
	border-top: 1px #b3b3b3 solid;
	padding: 5px 0 0 17px;
	background: transparent url("../../../../../../resources/templating-kit/themes/pop/img/icons/sprites.png") no-repeat scroll 0 5px;
}



/*-------------- 最新ニュース一覧（標準）07_202 --------------*/
/*-------------- 最新ニュース一覧（タブ切替）07_204 --------------*/

div.news-latest-2nd ,
div.news-latest-tabbed-2nd {
	position: relative;
	margin-bottom: 20px;
}

div.news-latest-2nd ul ,
div.news-latest-tabbed-2nd ul {
	border-top: 1px solid #c8c8c8;
}

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-top: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #c8c8c8;
}

div.news-latest-2nd ul li h3 ,
div.news-latest-tabbed-2nd ul li h3 {
	border:none;
	padding:0;
	margin:0;
	font-size: inherit;
	font-weight:normal;
	line-height: inherit;

	position: relative;
	display: block; 
	background: none;
	padding-left: 0px;
	padding-top: 1.5em;
}

div.news-latest-2nd ul li .n_img ,
div.news-latest-tabbed-2nd ul li .n_img {
}

div.news-latest-2nd ul li .n_img img ,
div.news-latest-tabbed-2nd ul li .n_img img {
}

div.news-latest-2nd ul li .news_tx ,
div.news-latest-tabbed-2nd ul li .news_tx {
	display: inline;
}

div.news-latest-2nd ul li .news_tx a ,
div.news-latest-tabbed-2nd ul li .news_tx a {
	color: inherit;
}

/* -- 日付 -- */
div.news-latest-2nd ul li .date ,
div.news-latest-tabbed-2nd ul li .date {
	position: absolute;
	top: 0px;
	left: 0px;
}

/* -- カテゴリアイコン -- */
div.news-latest-2nd ul li .c_icon ,
div.news-latest-tabbed-2nd ul li .c_icon {
/*	display: none; */
	position: absolute;
	top: 0px;
	left: 7.2em;
}

div.news-latest-2nd ul li .c_icon img ,
div.news-latest-tabbed-2nd ul li .c_icon img {
	display: inline-block;
	vertical-align: middle;
}

/* -- ファイルアイコン -- */
div.news-latest-2nd ul li .d_icon ,
div.news-latest-tabbed-2nd ul li .d_icon {
	margin-left: 5px;
}

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-2nd ul li .filesize ,
div.news-latest-tabbed-2nd ul li .filesize {
	font-size: 85.7%;
}

/* -- NEWアイコン -- */
div.news-latest-2nd ul li .n_icon ,
div.news-latest-tabbed-2nd ul li .n_icon {
	display: none;
}

div.news-latest-2nd ul li .n_icon img ,
div.news-latest-tabbed-2nd ul li .n_icon img {
	display: inline-block;
	vertical-align: middle;
	margin-left: 0.5em;
}


/* -- もっと読む・詳細（ニュース概要） -- */
div.news-latest-2nd ul li .det_tx ,
div.news-latest-tabbed-2nd ul li .det_tx {
	display: none;
	white-space: pre;
	white-space: pre-line;
	word-break: break-word;
}

/* -- 続きを読む -- */
div.news-latest-2nd ul li .det_tx em.more ,
div.news-latest-tabbed-2nd ul li .det_tx em.more {
	display:none;
}

div.news-latest-2nd ul li .det_tx em.more a ,
div.news-latest-tabbed-2nd ul li .det_tx em.more a {
	padding-left: 15px;
	background: transparent url("../../../../../../resources/templating-kit/themes/pop/img/icons/sprites.png") no-repeat scroll 0 2px;
	font-style: normal;
}

/* -- 非公開表示 -- */
div.news-latest-2nd ul li .note_tx ,
div.news-latest-tabbed-2nd ul li .note_tx {
	background-color:#FCC;
	font-size: 85.7%;
}

/* -- 全てのニュース -- */
div.news-latest-2nd .all ,
div.news-latest-tabbed-2nd .all {
/*	display:none; */
}


div.news-latest-2nd .all a ,
div.news-latest-tabbed-2nd .all a {
	clear: both;
	display: block;
	padding-left: 18px;
	background: transparent url("../../../../../../resources/templating-kit/themes/pop/img/icons/sprites.png") no-repeat scroll 0 3px;
}

div.news-latest-2nd .all ,
div.news-latest-tabbed-2nd .all {
	margin-top: 10px;
	position: relative;
}


/* テキスト変更 */
div.news-latest-2nd .all a ,
div.news-latest-tabbed-2nd .all a {
	font-size: 0px;
}

div.news-latest-2nd .all a:after ,
div.news-latest-tabbed-2nd .all a:after {
	font-size: 16px;
	display: block;
}

#header.ja ~ div div.news-latest-2nd .all a:after ,
#header.ja ~ div div.news-latest-tabbed-2nd .all a:after {
	content: "一覧へ";
}

#header.en ~ div div.news-latest-2nd .all a:after ,
#header.en ~ div div.news-latest-tabbed-2nd .all a:after {
	content: "News Page";
}



/*-------------- ニュース タブ --------------*/

/* -- 年度タブ -- */
p.yearTabs {
	margin-bottom:0px;
}
p.yearTabs:after {
	content: "";
	display: block;
	clear: both;
}

p.yearTabs a {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	float: left;
	display: block;
	width: 65px;
	padding: 7px 5px;
	text-align: center;
	background: #ddd;
	color: #323232;
	font-size: 14px;
	font-weight:bold;
	margin-right: 8px;
	margin-bottom: 8px;
}

p.yearTabs a:hover ,
p.yearTabs a.active {
	color: #fff;
	background-color: #eb3132;
}



/* -- カテゴリタブ -- */
p.tabs{
	margin-bottom:0px;
}
p.tabs:after {
	content: "";
	display: block;
	clear: both;
}

p.tabs a {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	float: left;
	display: block;
	min-width: 100px;
	padding: 7px 5px;
	text-align: center;
	background: #ddd;
	color: #323232;
	font-size: 14px;
	font-weight:bold;
	margin-right: 8px;
	margin-bottom: 8px;
}

p.tabs a:hover ,
p.tabs a.active {
	color: #fff;
	background: #eb3132;
}


/*-------------- NEWアイコンテキスト化 --------------*/
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-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 {
	display: none;
}

div.news-list ul li .n_icon:before ,
div.news-list-tabbed ul li .n_icon:before ,
div.news-list-2nd ul li .n_icon:before ,
div.news-list-tabbed-2nd ul li .n_icon:before ,
div.news-english ul li .n_icon:before ,
div.news-english-tabbed ul li .n_icon:before ,
div.news-english-2nd ul li .n_icon:before ,
div.news-english-tabbed-2nd ul li .n_icon:before ,
div.news-latest ul li .n_icon:before ,
div.news-latest-tabbed ul li .n_icon:before ,
div.news-latest-2nd ul li .n_icon:before ,
div.news-latest-tabbed-2nd ul li .n_icon:before {
	content: "NEW";
	color: red;
	font-size: 13px;
	font-weight: bold;
}


/*-------------- テキスト化カテゴリアイコン (ver2専用) --------------*/
div.news-list-2nd ul li .c_icon ,
div.news-list-tabbed-2nd ul li .c_icon ,
div.news-english-2nd ul li .c_icon ,
div.news-english-tabbed-2nd ul li .c_icon ,
div.news-latest-2nd ul li .c_icon ,
div.news-latest-tabbed-2nd ul li .c_icon {
	display: block;
}

div.news-list-2nd ul li .c_icon:before ,
div.news-list-tabbed-2nd ul li .c_icon:before ,
div.news-english-2nd ul li .c_icon:before ,
div.news-english-tabbed-2nd ul li .c_icon:before ,
div.news-latest-2nd ul li .c_icon:before ,
div.news-latest-tabbed-2nd ul li .c_icon:before {
	display: block;
	width: 76px;
	height: 11px;
	color: #fff;
	background: #646464;
	font-size: 11px;
	line-height: 1;
	text-align: center;
	padding: 7px 0 5px;
	margin-top: -2px;
}

div.news-list-2nd ul li .c_icon img ,
div.news-list-tabbed-2nd ul li .c_icon img ,
div.news-english-2nd ul li .c_icon img ,
div.news-english-tabbed-2nd ul li .c_icon img ,
div.news-latest-2nd ul li .c_icon img ,
div.news-latest-tabbed-2nd ul li .c_icon img {
	display: none;
}


div.news-list-2nd ul li.tekijiElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.tekijiElm .c_icon:before ,
div.news-english-2nd ul li.tekijiElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.tekijiElm .c_icon:before ,
div.news-latest-2nd ul li.tekijiElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.tekijiElm .c_icon:before {
	content: "適時開示";
}

div.news-list-2nd ul li.resultElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.resultElm .c_icon:before ,
div.news-english-2nd ul li.resultElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.resultElm .c_icon:before ,
div.news-latest-2nd ul li.resultElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.resultElm .c_icon:before {
	content: "決算";
	background: #009345;
}

div.news-list-2nd ul li.gyousekiElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.gyousekiElm .c_icon:before ,
div.news-english-2nd ul li.gyousekiElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.gyousekiElm .c_icon:before ,
div.news-latest-2nd ul li.gyousekiElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.gyousekiElm .c_icon:before {
	content: "業績";
}

div.news-list-2nd ul li.prElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.prElm .c_icon:before ,
div.news-english-2nd ul li.prElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.prElm .c_icon:before ,
div.news-latest-2nd ul li.prElm .c_icon:before ,
div.news-latest-tabbed-2nd ul.prElm li .c_icon:before {
	content: "PR";
	background: #f19624;
}

div.news-list-2nd ul li.irElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.irElm .c_icon:before ,
div.news-english-2nd ul li.irElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.irElm .c_icon:before ,
div.news-latest-2nd ul li.irElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.irElm .c_icon:before {
	content: "IR";
	background: #f15e28;
}

div.news-list-2nd ul li.governanceElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.governanceElm .c_icon:before ,
div.news-english-2nd ul li.governanceElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.governanceElm .c_icon:before ,
div.news-latest-2nd ul li.governanceElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.governanceElm .c_icon:before {
	content: "ガバナンス";
}

div.news-list-2nd ul li.yuhoElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.yuhoElm .c_icon:before ,
div.news-english-2nd ul li.yuhoElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.yuhoElm .c_icon:before ,
div.news-latest-2nd ul li.yuhoElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.yuhoElm .c_icon:before {
	content: "有報";
}

div.news-list-2nd ul li.syosyuElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.syosyuElm .c_icon:before ,
div.news-english-2nd ul li.syosyuElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.syosyuElm .c_icon:before ,
div.news-latest-2nd ul li.syosyuElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.syosyuElm .c_icon:before {
	content: "株主総会";
}

div.news-list-2nd ul li.noneElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.noneElm .c_icon:before ,
div.news-english-2nd ul li.noneElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.noneElm .c_icon:before ,
div.news-latest-2nd ul li.noneElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.noneElm .c_icon:before {
	content: "その他";
}

div.news-list-2nd ul li.releaseElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.releaseElm .c_icon:before ,
div.news-english-2nd ul li.releaseElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.releaseElm .c_icon:before ,
div.news-latest-2nd ul li.releaseElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.releaseElm .c_icon:before {
	content: "お知らせ";
	background: #0000ec;
}

div.news-list-2nd ul li.RandDElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.RandDElm .c_icon:before ,
div.news-english-2nd ul li.RandDElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.RandDElm .c_icon:before ,
div.news-latest-2nd ul li.RandDElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.RandDElm .c_icon:before {
	content: "R&D";
	background: #0078ff;
}

div.news-list-2nd ul li.recruitElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.recruitElm .c_icon:before ,
div.news-english-2nd ul li.recruitElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.recruitElm .c_icon:before ,
div.news-latest-2nd ul li.recruitElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.recruitElm .c_icon:before {
	content: "採用";
	background: #f182ac;
}

div.news-list-2nd ul li.recipeElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.recipeElm .c_icon:before ,
div.news-english-2nd ul li.recipeElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.recipeElm .c_icon:before ,
div.news-latest-2nd ul li.recipeElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.recipeElm .c_icon:before {
	content: "レシピ";
	background: #f9a84c;
}

div.news-list-2nd ul li.otherElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.otherElm .c_icon:before ,
div.news-english-2nd ul li.otherElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.otherElm .c_icon:before ,
div.news-latest-2nd ul li.otherElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.otherElm .c_icon:before {
	content: "Release";
	background: #3332ef;
}




/*-------------- リンクリスト07_401 ------------------- */
/*-------------- 決算短信一覧07_206 --------------------*/
/*-------------- 有価証券報告書一覧07_209 --------------*/

/* 決算短信・有報のマージ設定 */
/* カラムに設定するclass名： "edit-only" */
/* （初期状態非表示、公開・プレビュー：処理後表示、編集画面：そのまま表示） */
body.kaijiResult .processed ,
body.kaijiResult .edit-only:not(.visible) ,
body.yuho .processed ,
body.yuho .edit-only:not(.visible) {
	display: none;
}

div.link-list,
div.link-list-url ,
div.news-result ,
div.news-yuho {
}

div.link-list ul,
div.link-list-url ul ,
div.news-result dl ,
div.news-yuho dl {
	margin-bottom: 20px;
}

/*-- 副見だし --*/
div.link-list h2 ,
div.link-list-url h2 ,
div.news-result dl dt ,
div.news-yuho dl dt {
}

div.link-list ul li ,
div.link-list-url ul li ,
div.news-result dl dd ,
div.news-yuho dl dd {
	position: relative;
	padding-top:10px;
	margin-bottom: 5px;
}

/* マージされたハイライト表示のリンクは、直前のリンクに属する様に見えるスタイルにする。 */
/* (ハイライト表示されていないリンクは、他の決算短信・有報と同列に表示）  */
body.kaijiResult div.link-list li.internal-link-text.highlight ,
body.kaijiResult div.link-list li.extermal-link-text.highlight ,
body.kaijiResult div.link-list li.download-link-text.highlight ,
body.yuho div.link-list li.internal-link-text.highlight ,
body.yuho div.link-list li.extermal-link-text.highlight ,
body.yuho div.link-list li.download-link-text.highlight ,
div.news-result dl dd.merged.highlight ,
div.news-yuho dl dd.merged.highlight {
	padding-top: 0px;
	padding-left: 30px;
}

/* マージされたハイライト表示のリンクのＬ字アイコン */
body.kaijiResult div.link-list li.internal-link-text.highlight:before ,
body.kaijiResult div.link-list li.extermal-link-text.highlight:before ,
body.kaijiResult div.link-list li.download-link-text.highlight:before ,
body.yuho div.link-list li.internal-link-text.highlight:before ,
body.yuho div.link-list li.extermal-link-text.highlight:before ,
body.yuho div.link-list li.download-link-text.highlight:before ,
div.news-result dl dd.merged.highlight:before ,
div.news-yuho dl dd.merged.highlight:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 10px;
	display: block;
	width: 10px;
	height: 10px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
}

/* 外窓アイコン（ダウンロード以外） */
div.news-result dl dd.merged.no-download a[target="_blank"]:after ,
div.news-yuho dl dd.merged.no-download a[target="_blank"]:after {
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 23px;
	height: 22px;
	vertical-align: middle;
	margin: 0 3px;
}

/* -- PDFアイコン -- */
div.link-list .download-link-text img,
div.link-list-url .download-link-url img ,
div.news-result span.d_icon img ,
div.news-yuho span.d_icon img {
	display: inline-block;
	vertical-align: middle;
}

/* -- ファイル容量 -- */
div.link-list em,
div.link-list-url em ,
div.news-result span.filesize ,
div.news-yuho span.filesize {
	font-size: 85.7%;
	font-style: normal;
}

/* -- pdfアイコンを強制的に後ろに設置したい場合 -- */
/*
div.link-list .download-link-text img,
div.link-list-url .download-link-url img ,
div.news-result span.d_icon ,
div.news-yuho span.d_icon {
	display: none;
}
div.link-list .download-link-text  a[href$=".pdf"]:after ,
div.link-list-url .download-link-url  a[href$=".pdf"]:after ,
div.news-result dl dd a[href$=".pdf"]:after ,
div.news-yuho dl dd a[href$=".pdf"]:after {
	content: "";
	background:url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 18px;
	height: 23px;
	vertical-align: middle;
	margin: 0 3px;
}
*/


/*-------------- リンクリスト07_401 ------------------- */
/*-------------- リンクリストURL事前確認07_402 ---------*/
div.link-list,
div.link-list-url {
}

/* -- 副見出し -- */
div.link-list h2,
div.link-list-url h2 {
	clear:both;
}

div.link-list ul,
div.link-list-url ul {
}

div.link-list ul li,
div.link-list-url ul li {
}

/* -- 内部リンク07_404 -- */
/* -- 外部リンク07_406 -- */
div.link-list .internal-link-text ,
div.link-list .external-link-text ,
div.link-list-url .internal-link-text ,
div.link-list-url .external-link-text {
	background:url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.png") left 6px top 11px no-repeat;
	padding-left: 30px;
}

/* -- 別窓アイコン -- */
div.link-list .internal-link-text a[target="_blank"]:after ,
div.link-list .external-link-text a[target="_blank"]:after ,
div.link-list-url .internal-link-text a[target="_blank"]:after ,
div.link-list-url .external-link-text a[target="_blank"]:after {
	content: "";
	background:url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 23px;
	height: 22px;
	vertical-align: middle;
	margin: 0 3px;
}

/* -- ダウンロードリンク07_408　07_409 -- */
div.link-list .download-link-text ,
div.link-list-url .download-link-url {
}

div.link-list .download-link-text img ,
div.link-list-url .download-link-url img {
}

div.link-list .download-link-text a ,
div.link-list-url .download-link-url a {
}

/* -- ファイル容量 -- */
div.link-list .download-link-text em ,
div.link-list-url .download-link-url em {
}


/* -- リンクリスト（ハイライト表示） -- */
div.link-list.highlight ul {
	border-bottom: 1px solid #ccc;
}

div.link-list.highlight .internal-link-text,
div.link-list.highlight .external-link-text,
div.link-list.highlight .download-link-text {
	border-top: 1px solid #ccc;
	margin-bottom: 10px;
	text-align: right;
}

div.link-list.highlight .internal-link-text a:not(.d_icon) ,
div.link-list.highlight .external-link-text a:not(.d_icon) ,
div.link-list.highlight .download-link-text a:not(.d_icon) {
	float: left;
}




/*-------------- 別エリア表示07_912 --------------*/
div.reuse-main-area {
	margin: 0 -5px;
}

/* ---- （別エリア）リダイレクト(リダイレクトされない) ---- */
div.reuse-main-area div.redirect {
	display: none;
}

/* 別エリア内のマグノリア編集バーを非表示（編集自体は可能） */
div.reuse-main-area > div .mgnlEditor {
	display: none;
}

/*-------------- 別コンポーネント表示07_912★★ --------------*/
div.reuse-component {
}

/* ---- リダイレクト ---- */
div.redirect {
	margin-bottom: 20px;
}



/*-------------- 財務ハイライト（科目別）07_215 --------------*/
/*-------------- 財務ハイライト（統合表示）07_216 --------------*/
div.highlights {
}


/* -- グラフ -- */
div.highlights-graph {
	margin-bottom:10px;
	max-width:100%;
}


/* -- 表組 -- */
div.highlights-table ,
div.highlights-alltable ,
div.highlights-alltable-2nd {
	overflow-x: auto;
	position: relative;
}

div.highlights-alltable div.table ,
div.highlights-alltable-2nd div.table {
}

div.highlights-table table ,
div.highlights-alltable div.table table ,
div.highlights-alltable-2nd div.table table {
	border: none;

	margin: 0 auto;
}

div.highlights-table table th ,
div.highlights-table table td ,
div.highlights-alltable div.table table th ,
div.highlights-alltable div.table table td ,
div.highlights-alltable-2nd div.table table th ,
div.highlights-alltable-2nd div.table table td {
	padding: 12px 9px;
	border:#c8c8c8 1px solid;
	word-break: keep-all;
	white-space: nowrap;
}

div.highlights-table table th ,
div.highlights-alltable div.table table th ,
div.highlights-alltable-2nd div.table table th {
	background-color:#fef0e7;
	text-align:center;
}

div.highlights-table table td:first-child ,
div.highlights-alltable div.table table td:first-child ,
div.highlights-alltable-2nd div.table table td:first-child {
	background-color: #fef0e7;
}

/* -- 数値部分 -- */
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 ,
div.highlights-table table td.c5 ,
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 ,
div.highlights-alltable div.table table td.c5 ,
div.highlights-alltable-2nd div.table table td.c0,
div.highlights-alltable-2nd div.table table td.c1,
div.highlights-alltable-2nd div.table table td.c2,
div.highlights-alltable-2nd div.table table td.c3,
div.highlights-alltable-2nd div.table table td.c4 ,
div.highlights-alltable-2nd div.table table td.c5 {
	text-align:right;
}

div.highlights-alltable div.table table th br,
div.highlights-table table th br {
/*	display: none; */
}


/* -- 財務ハイライト ver2 -- */

div.highlights-2nd {
	margin-bottom: 40px;
}

div.highlights-2nd > div {
	height: auto !important;
	margin-bottom: 40px;
}

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;
	text-align: center;
}

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 {
	border: none;
	margin: 0 auto;
}

div.haitou-table table th ,
div.haitou-table-2nd table th {
	border:#c8c8c8 1px solid;
	background-color:#fef0e7;
	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:#c8c8c8 1px solid;
	padding: 12px 9px;
	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:#fef0e7;
	font-weight: bold;
}




/* -- グラフ(横幅指定なし版) -- */

div.graph {
    margin-left:0!important;
    text-align:left;
	margin-bottom:10px;
}

/* -- グラフ メニューボタン非表示 -- */
.highcharts-button {
	display: none;
}

/* -- データラベル フル表示 -- */
.highcharts-data-labels > g {
/*	opacity: 1; */
}

/* -- グラフ データラベル 文字影設定 -- */
/* -- (IEではこの設定は効ない。グラフテーマの設定が優先される) -- */
.highcharts-data-labels text {
	text-shadow: 1px 1px 0px #FFF, -1px -1px 0px #FFF, -1px 1px 0px #FFF, 1px -1px 0px #FFF !important;
}




/*-------------- テーブル縦（左側にタイトルがあるタイプ） --------------*/
div.vertical-table {
}

/* -- テーブル縦 テーブル項目  -- */
div.vtable-item {
}

div.vtable-item > table {
	width: 100%;
	table-layout: fixed;	/* IE対応：テーブル内に画像を置く場合必要 */
	margin-bottom: -1px;
}

/* -- テーブル縦 テーブル項目 カラム -- */
div.vtable-item > table > tbody > tr > td {
	width: 25%;
	padding: 12px 9px;
	border:#c8c8c8 1px solid;
}

/* -- テーブル縦 テーブル項目 タイトル項目 -- */
div.vtable-item > table > tbody > tr > th {
	width: 12.5%;
	padding: 12px 9px;
	font-weight: bold;
	border:#c8c8c8 1px solid;
	background-color:#fef0e7;
}

div.vtable-item > table > tbody > tr > th strong {
	font-weight: normal;
}



/*-------------- ◎IRカレンダー、改め、テーブル横◎ --------------*/
/*-------------- テーブル横07_102 --------------*/
div.ircalendar {
}

/* -- タイトル項目・項目共通 -- */
div.ircalendar-title > table ,
div.ircalendar-item > table {
	width: 100%;
	table-layout: fixed;	/* IE対応：テーブル内に画像を置く場合必要 */
	margin-bottom: -1px;
}

div.ircalendar-title > table > tbody > tr > th,
div.ircalendar-item > table > tbody >tr > td {
	width: 25%;
}
div.ircalendar-title > table > tbody > tr > th.ircalendar-title1 ,
div.ircalendar-item > table > tbody > tr > td.ircalendar-item1  {
	width: 12.5%;
}

/*-- テーブル横 タイトル項目07_103 --*/
div.ircalendar-title {
}

div.ircalendar-title > table {
}

div.ircalendar-title > table > tbody > tr >  th {
	padding: 12px 9px;
	border:#c8c8c8 1px solid;
	background-color:#fef0e7;
	font-weight: bold;
}

div.ircalendar-title > table > tbody > tr >  th strong {
	font-weight: normal;
}

/*-- テーブル横 項目07_104 --*/

div.ircalendar-item {
}

div.ircalendar-item > table {
}

div.ircalendar-item > table > tbody > tr > td {
	padding: 12px 9px;
	border:#c8c8c8 1px solid;
}



/*-------------- 表組07_101 --------------*/

div.table {
}

/* -- 表タイトル -- */
div.table div.shwTableTitle {
}

div.table div.shwTableTitle h2:empty {
	display: none;
}


/* -- 表 -- */
div.table div.shwTable {
	margin-top: -1px;
	padding-bottom: 15px;
	overflow-x: auto;
}

/* -- IE幅指定用 -- */
div.table div.shwTable table {
	width:100%;
	table-layout: auto;
}

div.shwTable .wtHider{
/*	height:auto !important; */
	height:0;
}

/* -- 表組の外枠 -- */
div.table div.shwTable > table > tbody > tr > td {
	padding: 0;
}

/* -- 単位（表組の外） -- */
div.table div.shwTable td.shw-table-row {
}

div.table div.shwTable td.shw-table-row:empty {
	display: none;
}


/* -- セル -- */
.handsontable td {
	vertical-align: middle;
}

div.shwTable .ht_master tr > td {
	word-break: keep-all;
	white-space: pre;
	color: inherit;
	padding: 12px 9px;
	border-color:#c8c8c8;
}

/* -- 一行目・一列目を見出し設定に -- */
div.shwTable .ht_master tr > td.tableColumnHead,
div.shwTable .ht_master tr > td.tableRowHead {
    background-color:#fef0e7;
}

div.shwTable .ht_master tr >  td.tableColumnHead {
	text-align: left;
}

div.shwTable .ht_master tr > td.tableRowHead {
	text-align: center;
}

/*-- 複数見出し行対応(table.js) --*/
div.shwTable.ColHead19 .ht_master tr > td:nth-child(19) ,
div.shwTable.ColHead18 .ht_master tr > td:nth-child(18) ,
div.shwTable.ColHead17 .ht_master tr > td:nth-child(17) ,
div.shwTable.ColHead16 .ht_master tr > td:nth-child(16) ,
div.shwTable.ColHead15 .ht_master tr > td:nth-child(15) ,
div.shwTable.ColHead14 .ht_master tr > td:nth-child(14) ,
div.shwTable.ColHead13 .ht_master tr > td:nth-child(13) ,
div.shwTable.ColHead12 .ht_master tr > td:nth-child(12) ,
div.shwTable.ColHead11 .ht_master tr > td:nth-child(11) ,
div.shwTable.ColHead10 .ht_master tr > td:nth-child(10) ,
div.shwTable.ColHead9 .ht_master tr > td:nth-child(9) ,
div.shwTable.ColHead8 .ht_master tr > td:nth-child(8) ,
div.shwTable.ColHead7 .ht_master tr > td:nth-child(7) ,
div.shwTable.ColHead6 .ht_master tr > td:nth-child(6) ,
div.shwTable.ColHead5 .ht_master tr > td:nth-child(5) ,
div.shwTable.ColHead4 .ht_master tr > td:nth-child(4) ,
div.shwTable.ColHead3 .ht_master tr > td:nth-child(3) ,
div.shwTable.ColHead2 .ht_master tr > td:nth-child(2) {
    background-color:#fef0e7;
}

div.shwTable.RowHead19 .ht_master tr:nth-child(19) > td ,
div.shwTable.RowHead18 .ht_master tr:nth-child(18) > td ,
div.shwTable.RowHead17 .ht_master tr:nth-child(17) > td ,
div.shwTable.RowHead16 .ht_master tr:nth-child(16) > td ,
div.shwTable.RowHead15 .ht_master tr:nth-child(15) > td ,
div.shwTable.RowHead14 .ht_master tr:nth-child(14) > td ,
div.shwTable.RowHead13 .ht_master tr:nth-child(13) > td ,
div.shwTable.RowHead12 .ht_master tr:nth-child(12) > td ,
div.shwTable.RowHead11 .ht_master tr:nth-child(11) > td ,
div.shwTable.RowHead10 .ht_master tr:nth-child(10) > td ,
div.shwTable.RowHead9 .ht_master tr:nth-child(9) > td ,
div.shwTable.RowHead8 .ht_master tr:nth-child(8) > td ,
div.shwTable.RowHead7 .ht_master tr:nth-child(7) > td ,
div.shwTable.RowHead6 .ht_master tr:nth-child(6) > td ,
div.shwTable.RowHead5 .ht_master tr:nth-child(5) > td ,
div.shwTable.RowHead4 .ht_master tr:nth-child(4) > td ,
div.shwTable.RowHead3 .ht_master tr:nth-child(3) > td ,
div.shwTable.RowHead2 .ht_master tr:nth-child(2) > td {
    background-color:#fef0e7;
}



/* -- 表組(mobileモード) -- */
/* -- セル -- */
div.shwTable .tbDimmed ,
div.shwTable .tbRowHead ,
div.shwTable .tbColumnHead {
	word-break: keep-all;
	white-space: pre;
	padding: 12px 9px;
	border: 1px solid #c8c8c8;
	vertical-align: middle;
}

/* -- 一行目・一列目を見出し設定に -- */
div.shwTable .tbColumnHead ,
div.shwTable .tbRowHead {
    background-color:#fef0e7;
}

div.shwTable .tbColumnHead {
	text-align: left;
}

div.shwTable .tbRowHead {
	text-align: center;
}


/* 縦・横揃え */
div.shwTable .tbLeft {
  text-align: left;
}
div.shwTable .tbCenter {
  text-align: center;
}
div.shwTable .tbRight {
  text-align: right;
}
div.shwTable .tbJustify {
  text-align: justify;
}

div.shwTable .tbTop {
  vertical-align: top;
}
div.shwTable .tbMiddle {
  vertical-align: middle;
}
div.shwTable .tbBottom {
  vertical-align: bottom;
}




/*-- スワイプアイコン --*/
div.shwTable ,
div.highlights-table ,
div.highlights-alltable-2nd ,
div.haitou-table ,
div.haitou-table-2nd ,
.icon-swip {
	position: relative;
}

div.shwTable:before ,
div.highlights-table:before ,
div.highlights-alltable-2nd:before ,
div.haitou-table:before ,
div.haitou-table-2nd:before ,
.icon-swip:before {
	content: '';
	z-index:50;
	position: absolute;
	top: 20%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin-left: -30px;
	background: url("../../../../../../resources/sw_img/icon_swip.png") no-repeat center center;
	background-size: contain;
	opacity: 0.3;
}

.icon-swip-done:before {
	content: none !important;
}

@media all and (orientation: landscape) { 
	.icon-swip:before {
		content:none !important;
	} 
}



/*-------------- FAQ07_701 --------------*/
div.faq-list {
}

div.faq-list > ul {
}

div.faq-list > ul > li {
	clear:both;
	margin-bottom:30px;
	min-height: 25px;
}

div.faq-list h3 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	line-height:inherit;
	margin-bottom: 15px;

	position: relative;
	margin-left: 35px;
}
div.faq-list h3:before {
	content: "Q";
	position: absolute;
	top: 0;
	left: -35px;
	display: block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	vertical-align:middle;

/*	font-size: 120%; */
	font-weight: bold;
	color: #FFF;
	background-color: #EB2E00;
}

div.faq-list h3 a {
	cursor: pointer;
	color: inherit;
	text-decoration: none;
}


div.faq-item {
	position: relative;
	margin-left: 35px;
}
div.faq-item:before {
	content: "A";
	position: absolute;
	top: 0;
	left: -35px;
	display: block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	vertical-align:middle;

/*	font-size: 120%; */
	font-weight: bold;
	color: #FFF;
	background-color: #5EEB00;
}

/*-- FAQを出しっぱなしにする設定 --*/
/*
div.faq-list h3 a {
	cursor: inherit;
}
div.faq-list > ul > li {
	height: auto !important;
}
div.faq-item {
	display: block !important;
}
*/

/*-- FAQの下にリンクリストを配置した場合 --*/
div.faq-list + div.link-list {
	margin-top: -20px;
	margin-bottom: 30px;
}


/*-------------- 内部ページリンク（エリアリンク）07_411 internal --------------*/
/*-------------- 外部ページリンク（エリアリンク）07_412 external --------------*/

div.internal-link-area ,
div.external-link-area {
	margin-bottom: 20px;
}

div.internal-link-area a ,
div.external-link-area a {
	display: block;
	text-decoration: none;
}

/* -- マウスオーバー -- */
div.internal-link-area a:hover ,
div.external-link-area a:hover {
	opacity: 0.7;
}

/*-- 画像の下マージンを無しにする場合 --*/
/*
div.internal-link-area img ,
div.external-link-area img ,
div.internal-link-area img.pos-2 ,
div.external-link-area img.pos-2 ,
div.internal-link-area img.large ,
div.external-link-area img.large {
	margin-bottom: 0;
}
*/

/*-------------- ダウンロードリンク（エリアリンク）07_413 download --------------*/

div.download-link-area {
	margin-bottom: 20px;
}

div.download-link-area a {
	display: block;
	text-decoration: none;
}


/* -- pdfアイコン -- */
div.download-link-area a[href$=".pdf"] > p:first-child:before ,
div.download-link-area a[href$=".pdf"] > img + p:before {
	content: "";
	background:url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 18px;
	height: 23px;
	vertical-align: middle;
	margin: 0 3px;
}


/*-------------- flashアニメーション07_007 --------------*/

.flash-animation {
	margin:0 auto;
	text-align:center;
}

.flash-animation embed {
	width: 100%;
	height: 100%;
}

/*-------------- 動画07_008 --------------*/
/* -- dlにclass名ついていますが、そちらは使いません。 -- */
div.video {
	margin-bottom:10px;
}

div.video dl {
	width:100%;
}


div.video dl dt {
	text-align:center;
	margin-bottom:5px;
}

div.video dl dt video {
	width:auto;
	max-width:100%;
}

div.video dl dd {
}

/* -- 動画キャプション -- */
div.video dl dd.caption {
}

/* -- 動画コピーライト -- */
div.video dl dd.copyright {
}

/* -- 動画ディスクリプション -- */
div.video dl dd.longdesc {
/*	display: none; */
}




/*-------------- 音声07_010 --------------*/
/* -- dlにclass名ついていますが、そちらは使いません。 -- */
div.audio {
	margin-bottom:10px;
}

div.audio dl {
	width:80%;
	margin:0 auto;
}


div.audio dl dt {
	margin-bottom:5px;
}

div.audio dl dt audio {
	width:100%;
}

div.audio dl dd {
}


/* -- 音声キャプション -- */
div.audio dl dd.caption {
}

/* -- 音声コピーライト -- */
div.audio dl dd.copyright {
}

/* -- 音声ディスクリプション -- */
div.audio dl dd.longdesc {
/*	display: none; */
}


/*-------------- GoogleMap（地図埋め込み）07_908 --------------*/
div.map {
	position: relative;
	width: 100%;
	padding: 0 10px;
	margin-bottom: 20px;
}

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;
}

/*-------------- iframe表示 --------------*/
div.disp-external-page {
	overflow-x: scroll;
}

div.disp-external-page iframe {
	border: none;
	display: block;
	width: 100%;
	height: 1000px;
	margin: 0 auto;
}

/*-------------- サイトマップ　07_906 --------------*/
div.sitemap {
	margin-bottom: 20px;
}

div.sitemap > h2 {
	position: relative;
	font-size: 16px;
	line-height: 1.2;
	display: table;
	width: 100%;
	margin-bottom: 10px;
}

div.sitemap > h2 a {
	display: table-cell;
	vertical-align: middle;
	height: 50px;
	padding: 2px 9px;
	padding-left: 55px;
	border: 1px solid #c8c8c8;
	color: #323232;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}

div.sitemap > h2 a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -10px;
	display: inline-block;
	width: 18px;
	height: 18px;
	background:url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.png") center center no-repeat;
	background-size: contain;
}

div.sitemap > h2 a[target="_blank"]:after {
	content: "";
	background:url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 23px;
	height: 22px;
	vertical-align: middle;
	margin-left: 5px;
}

div.sitemap > h2 a:hover {
	color: #fff;
	background: #646464;
}

div.sitemap > h2 a:hover:before {
}


/* -- 第二階層 -- */
div.sitemap > ul {
/*
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin-right: 2%;
*/
}
div.sitemap > ul:nth-child(odd) { /* 最初にh2がある為、奇数が左側 */
/*	margin-right: 0; */
}

div.sitemap > ul > li {
	position: relative;
	padding-top: 10px;
	margin-bottom: 5px;
	background:url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.png") left 6px top 11px no-repeat;
		padding-left: 30px;
}

div.sitemap > ul > li > a {
}

div.sitemap > ul > li > a[target="_blank"]:after {
	content: "";
	background:url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 23px;
	height: 22px;
	vertical-align: middle;
	margin: 0 3px;
}


/* -- 第三階層 -- */
div.sitemap > ul > li > ul {
	margin-top: 10px;
}

div.sitemap > ul > li > ul > li {
	position: relative;
	padding-top: 10px;
	margin-bottom: 5px;
	background:url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.png") left 6px top 11px no-repeat;
	padding-left: 30px;
}

div.sitemap > ul > li > ul > li > a {
}

div.sitemap > ul > li > ul > li > a[target="_blank"]:after {
	content: "";
	background:url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 23px;
	height: 22px;
	vertical-align: middle;
	margin: 0 3px;
}


/* -- 第四階層以降は非表示 -- */
div.sitemap > ul > li > ul > li > ul {
	display: none;
}

/* -- サイトマップは階層が増えるごとに追加の事！ -- */



/* -- rss -- */
.rss-content {
}
.rss-content:after {
	content: "";
	display: block;
	clear: both;
}

.rss-content em {
	font-style: normal;
	float: right;
	margin-bottom: 10px;
}

.rss-content a {
	text-decoration: none;
}

/*
.rss-content em {
	padding: 0 !important;
	background: none !important;
	margin-top: -16px;
}

.rss-content a {
	display: block;
	width: 16px;
	height: 16px;
	background: url("../../../../../../.resources/feed.gif") no-repeat left top;
}

.rss-content a:hover {
	opacity: 0.7;
}
*/


/* -- copyright -- */
.footer-about {
	clear:both;
	padding:5px 0;
	font-size:10px;
}


/* -- フッターリンクリスト -- */
.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;
}

/* -- 別窓アイコン -- */
div.footer-link-list .footer-link-internal a[target="_blank"]:after ,
div.footer-link-list .footer-link-external a[target="_blank"]:after {
	content: "";
	background:url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 23px;
	height: 22px;
	vertical-align: middle;
	margin: 0 3px;
}





.no-sp {
	display: none !important;
}

/* -- 装飾 -- */

table.wrapbox ,
table.wrapbox > tbody ,
table.wrapbox > tbody > tr ,
table.wrapbox > tbody > tr > td {
	display: inline;
}

/* google search */
.gsc-control-cse ,
.gsc-control-cse * {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
}

.gsc-control-cse {
	line-height: 1;
}


/* --------------------------------------
15_フォーム
-------------------------------------- */

/* 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 {
	width: 100%;
	padding: 3px;
}
.form-wrapper textarea {
	border: 1px solid #aaa;
}
.form-wrapper input[type="checkbox"] ,
.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 label {
	display: block;
}
.form-wrapper .form-item {
	display: block;
	float: left;
	margin: 0 0.5em;
}
.form-wrapper .form-item label {
	display: inline;
}
.form-wrapper .form-item input {
	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;
	font-style: normal;
}

/* -- お問い合わせページ -- */
.form-wrapper div.form-edit ,
.form-wrapper div.form-selection {
	border-top: 1px dashed #ccc;
	margin-bottom: 0;
	padding: 10px 0;
}


.form-wrapper div.form-edit > span {
	padding: 0;
	font-size: 87.5%;
}

.form-wrapper div.form-selection > fieldset > legend {
	font-size: 87.5%;
}

.form-wrapper div.form-selection > fieldset > select {
	margin: 0;
	width: auto;
	display: block;

	padding: 0.25em 0.25em;
}


.form-wrapper .button-wrapper {
	margin: 5px auto 20px;
}



.form-summary {
	margin-bottom: 20px;
}



.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-word;
}
.form-summary table td:first-child {
	border-bottom: 1px dashed #CCC;
	font-size: 87.5%;
}


.new-search .button,  /* button outside button-wrapper */
.form-wrapper div.button-wrapper input { /* button */
	float: none;
	font-family: inherit;
	margin-right: 10px;
	margin-bottom: 10px;

/*	background: #FFF; */
/*	border: 1px solid #777; */
	color: inherit;
	font-weight: normal;
}
.form-wrapper div.button-wrapper input:last-child {
/*	border: 1px solid #777; */
	color: inherit;
	font-weight: normal;
}

.form-wrapper div.button-wrapper input:hover,
.form-wrapper div.button-wrapper input:active,
.form-wrapper div.button-wrapper input:focus {
	border: 1px solid #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("../../../../../../resources/templating-kit/themes/pop/img/icons/arrow-mobile.png");
	background-position: 5px 50%;
	background-repeat: no-repeat; 
}
.teaser-wrapper .prev span {
	background-image: url("../../../../../../resources/templating-kit/themes/pop/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;
	-webkit-transition: all 300ms;
	-o-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("../../../../../../resources/templating-kit/themes/pop/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;
	-webkit-box-shadow: -2px 2px 4px rgba(135, 139, 144, 0.4);
	        box-shadow: -2px 2px 4px rgba(135, 139, 144, 0.4);
	-webkit-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	    transform: rotate(-3deg);
}
.no-csstransforms .photo-index .media {
	margin-right: 5px;
}
.photo-index .media:hover {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	    transform: rotate(0deg);
	border:  1px solid #888;
	-webkit-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("../../../../../../resources/templating-kit/themes/pop/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("../../../../../../resources/templating-kit/themes/pop/img/icons/sprites.png") 0 -73px no-repeat;
	padding-left: 17px;
}
.showbox-toolbar .next {
	background: url("../../../../../../resources/templating-kit/themes/pop/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("../../../../../../resources/templating-kit/themes/pop/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("../../../../../../resources/templating-kit/themes/pop/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("../../../../../../resources/templating-kit/themes/pop/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("../../../../../../resources/templating-kit/themes/pop/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("../../../../../../resources/templating-kit/themes/pop/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("../../../../../../resources/templating-kit/themes/pop/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("../../../../../../resources/templating-kit/themes/pop/img/bgs/dotted-line.png");
	background-position: 0 0;
	background-repeat: repeat-x;
	background-origin: padding-box;
	border-style:none;
	margin:0px;
	padding:0px;
}
*/


/*------------------------------------- 
13_テンプレートID
-------------------------------------*/


/*---- 総合トップH01 ----*/

body#generaltop ,
body.generaltop {
}

body#sitetop ,
body.sitetop {
}


/*---- カテゴリトップのテンプレートS01 ----*/
body#irtop ,
body.irtop {
}


/*---- 汎用のテンプレートF01 ----*/

body#multi ,
body.multi {
}


/*---- FAQのテンプレートF04 ----*/
body#faq ,
body.faq {
}


/*---- サイトマップのテンプレートF05 ----*/

body#siteMap ,
body.siteMap {
}


/*---- イベント一覧のテンプレートS03 ----*/

body#eventOverview ,
body.eventOverview {
}


/*---- イベントのテンプレートC02 ----*/

body#event ,
body.event {
}


/*---- ニュース一覧のテンプレートS02 ----*/

body#newsOverview ,
body.newsOverview {
}

/*---- 英文資料一覧のテンプレートC04 ----*/

body#kaijiListEnglish ,
body.kaijiListEnglish {
}


/* -- ニュース一覧・英文資料一覧のサイドナビに削除ページが出るのを抑止 -- */
/* -- ニュースページは削除されている為プレビュー不可 -- */
body.kaijiListEnglish #nav-box strong + ul ,
body.newsOverview #nav-box strong + ul {
    display: none;
}


/*---- ニュースのテンプレートC01 ----*/

body#news ,
body.news {
}


/*---- 有価証券報告書一覧のテンプレートC05 ----*/

body#yuho ,
body.yuho {
}


/*---- 決算短信一覧のテンプレートC03 ----*/

body#kaijiResult ,
body.kaijiResult {
}


/*---- 財務ハイライトのテンプレートC06 ----*/

body#tdnetzaimu ,
body.tdnetzaimu {
}

body#tdnetzaimu-2nd ,
body.tdnetzaimu-2nd {
}


/*---- 配当金のテンプレートC07 ----*/

body#tdnethaitou ,
body.tdnethaitou {
}

body#tdnethaitou-2nd ,
body.tdnethaitou-2nd {
}


/*---- 電子公告のテンプレートF06 ----*/

body#denshi ,
body.denshi {
}


/*---- スペシャルコンテンツのテンプレートF08 ----*/

body#special {
}


body.special {
	background: #FFF;
}

body.special #html1 {
}

body.special #sharewithmain {
}

body.special #html2 {
}

body.special .multiColumn1:last-child,
body.special .multiColumn2:last-child,
body.special .multiColumn3:last-child,
body.special .multiColumn4:last-child,
body.special .multiColumn5:last-child {
	margin-bottom: 0px;
}

body.special .multiColumn1:last-child > div ,
body.special .multiColumn2:last-child > div ,
body.special .multiColumn3:last-child > div ,
body.special .multiColumn4:last-child > div ,
body.special .multiColumn5:last-child > div {
	margin-bottom: 0px;
}

body.special .multiColumn1:last-child > div > div:last-child ,
body.special .multiColumn2:last-child > div > div:last-child ,
body.special .multiColumn3:last-child > div > div:last-child ,
body.special .multiColumn4:last-child > div > div:last-child ,
body.special .multiColumn5:last-child > div > div:last-child {
	margin-bottom: 0px;
}

/*-- 遅延表示用(marker5.js) --*/
/*
body {
	visibility: hidden;
}
body.generaltop ,
body.special ,
body.ready {
	visibility: visible;
}
*/

/* 編集モード補正 */
.mgnlEditorBar.mgnlEditor.area > div.mgnlEditorBarButtons {
	height: 21px !important;
}


/* -----------------------------
16_個別設定
--------------------------------- */


/* ---- サイトロゴ ---- */

div.sp_navi {
	position:relative;
	width:100%;
	text-align:right;
}

div.sp_navi:after {
	content:"";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

div.sp_navi h1 {
	position:absolute;
	top: 0px;
	left: 0px;
	margin:0;
}

div.sp_navi h1 a {
	display: block;
	padding: 10px 5px;
}



/* -- css ハンバーガーメニュー -- */

#panel2-sw {
	display: none;
}

#panel2-btn{
	position: fixed;
	top: 0;
	right: 0;
	display: block;
	width: 40px;
	height: 44px;
	margin: 8px 9px;
	border-radius: 2px;
	background: #4c5e80;
	z-index: 10000;
}

#panel2-btn:hover{
	background: #4c5e80;
}

.panel2-btn-icon1 ,
.panel2-btn-icon2 ,
.panel2-btn-icon3 {
	display: block;
	position: absolute;
	top: 15px;
	left: 9px;
	width: 22px;
	height: 3px;
	margin: 0;
	background: #fff;

	-webkit-transition: .2s .4s;
	-o-transition: .2s .4s;
	transition: .2s .4s;
}

.panel2-btn-icon1 {
	margin-top: -7px;
}
.panel2-btn-icon2 {
	margin-top: 0px;
}
.panel2-btn-icon3 {
	margin-top: 7px;
}

.panel2-btn-icon1:before ,
.panel2-btn-icon3:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 22px;
	height: 3px;
	background: #fff;

	-webkit-transition: .3s .1s;
	-o-transition: .3s .1s;
	transition: .3s .1s;
}

.panel2-btn-title {
	overflow: hidden;
	display: block;
	position: absolute;
	top: 31px;
	left: 0;
	width: 40px;
	height: 12px;
}

.panel2-btn-title li {
	display: block;
	width: 40px;
	height: 15px;

	line-height: 1;
	font-size: 10px;
	color: #fff;
	text-align: center;

	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	    transform: scale(0.8);
}
.panel2-btn-title li:first-child {
	margin-top: -15px;

	-webkit-transition: .5s .1s;
	-o-transition: .5s .1s;
	transition: .5s .1s;
}


/* -- open時 -- */
#panel2-sw:checked + div .panel2-btn-icon1 ,
#panel2-sw:checked + div .panel2-btn-icon2 ,
#panel2-sw:checked + div .panel2-btn-icon3 {
	background: transparent;
	margin-top: 0;

	-webkit-transition: .2s .1s;
	-o-transition: .2s .1s;
	transition: .2s .1s;
}

#panel2-sw:checked + div .panel2-btn-icon1:before ,
#panel2-sw:checked + div .panel2-btn-icon3:before {
	height: 4px;

	-webkit-transition: .3s .3s;
	-o-transition: .3s .3s;
	transition: .3s .3s;
}

#panel2-sw:checked + div .panel2-btn-icon1:before {
	-webkit-transform: rotate(-225deg);
	-ms-transform: rotate(-225deg);
	    transform: rotate(-225deg);
}

#panel2-sw:checked + div .panel2-btn-icon3:before {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	    transform: rotate(-135deg);
}

#panel2-sw:checked + div .panel2-btn-title li:first-child {
	margin-top: 0px;

	-webkit-transition: .5s .25s;
	-o-transition: .5s .25s;
	transition: .5s .25s;
}

/* gnv open */
#panel2-sw:checked ~ div .menu-box  {
	max-height: 450px;
	max-height: 100%;
}
.menu-box {
	position: absolute;
	top: 85px;
	left: 0;
	width: 75%;
	background: rgba(255,255,255,0.9);
	z-index: 100;

/*	height: 0px; */
	max-height: 0;
	overflow: hidden;
	-webkit-transition: .7s .1s;
	-o-transition: .7s .1s;
	transition: .7s .1s;
}


/*-- フッターリンク集　設定例 -- */
/*
#site-info {
	overflow:hidden;
}
#site-info-box {
	width: calc(100% + 1px);
}

.footer-about {
	clear: none;
	padding: 0;
}

.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 {
	display: none;
}
*/


/*-- 上に戻るリンク 設定例：scroll_f.js以降用 --*/
#topcontrol {
	position: fixed;
	bottom: -42px;
	right: 15px;
	opacity: 0.3;
	cursor: pointer;
	z-index:1000;

	-webkit-transition: 0.5s 0.1s;

	-o-transition: 0.5s 0.1s;

	transition: 0.5s 0.1s;
}


#topcontrol.visible {
	right: 15px;
	bottom: 15px;
	opacity: 1;
}

/* 画像を使用する場合 */
/*
#topcontrol a {
	display: block;
	width: 51px;
	height: 42px;
	background: url("../../../../../../resources/sw_img/up.png") no-repeat center top;
}

#topcontrol.visible a {
	width: 51px;
	height: 42px;

	transition: 0s;
}
*/

/* 画像を使用しない場合 */
#topcontrol a {
	display: block;
	width: 51px;
	height: 42px;
	background: rgba(0,0,0, 0.53);
	position: relative;
}

#topcontrol a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -5px;
	margin-left: -9px;
	display: block;
	width: 14px;
	height: 14px;
	border-top: 3px solid #FFF;
	border-left: 3px solid #FFF;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	    transform: rotate(45deg);
}

#topcontrol {
/*	display: none; */
}

.toTop {
	text-align: right;
	margin: 2em 20px 40px;
}

.toTop a {
	padding-left: 1.44em;
	display: inline-block;
	position: relative;
	overflow: visible;
}
.toTop a:before {
	content: "";
	margin-top: -0.3em;
	border-top: 0.1em solid #e50000;
	border-right: 0.1em solid #e50000;
	width: 0.6em;
	height: 0.6em;
	position: absolute;
	top: 0.85em;
	left: 0;
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	    transform: rotate(315deg);
}

.toTop {
	display: none;
}



/*--- マルチカラムclass設定例 ---*/

/* -- グラフ データラベル フル表示 -- */
.layout_datalable_full .highcharts-data-labels > g {
	opacity: 1;
}

/*-- カラム分割比率 --*/

.layout_multi3_sp100.multiColumn3 > .column1 ,
.layout_multi3_sp100.multiColumn3 > .column2 ,
.layout_multi3_sp100.multiColumn3 > .column3 {
	width: calc(100% - 10px);
}

/*-- カラム内中央寄せ（主にページ内リンク用） --*/
.layout_align_center > div .
.layout_sp_align_center > div {
	text-align: center;
}


/*-- ＰＣ／ＳＰ切り替え --*/
.layout_sp_flip div.reuse-main-area {
	display: block !important;
}

.layout_sp_flip div.reuse-main-area .multiColumn2 div.column1 {
	display: none;
}
.layout_sp_flip div.reuse-main-area .multiColumn2 div.column2 {
}



/*-- 特殊装飾(decorate.js) --*/
em.decorated {
	font-style: inherit !important;
	font-family: inherit !important;
}

em.decorated span.overhead {
	white-space: nowrap;
	display: inline-block;
	line-height: 1;
	text-align: center;
}

em.decorated span.overhead span {
	display: inline-block;
	font-size: 70%;
	-webkit-transform: scale(0.7);
	        -ms-transform: scale(0.7);
	    transform: scale(0.7);
}

em.decorated span.sup {
	font-size: 70%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}

em.decorated span.sub {
	font-size: 70%;
	vertical-align: bottom;
	position: relative;
	top: 0.1em;
}


/*-- ヘッダー --*/
#header {
	width: 100%;
	height: 60px;
}

[id=promos3] .promos .reuse-component > .multiColumn1 *:before ,
[id=promos3] .promos .reuse-component > .multiColumn1 *:after ,
[id=promos3] .promos .reuse-component > .multiColumn1 * {
	margin: 0;
	padding: 0;
	color: inherit;
	font-weight: inherit;
	text-decoration: inherit;
	line-height: inherit;
	position: static;
	width: auto;
	height: auto;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	border-radius: 0;
	border: none;
	background: none;
	opacity: 1;
	-webkit-transform: none;
	        -ms-transform: none;
	    transform: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;

	all: unset;
	display: block;
}

#promos3 div.redirect {
	display: none;
}

#promos3 .area-menu {
	font-size: 0;
	width: 100%;
	max-height: 100vh;
	overflow: hidden;
	position: fixed;
	top: 60px;
	left: 0;
	z-index: 1000;

	-webkit-transition: .7s .1s;
	-o-transition: .7s .1s;
	transition: .7s .1s;
}

#panel2-sw:not(:checked) ~ div #promos3 .area-menu ,
#panel2-sw:not(:checked) + div #promos3 .area-menu {
	max-height: 0;
}

#promos3 .area-menu > div {
	background: #f5f5f7;
}

#promos3 .area-logo .head_panel {
	position: fixed;
	top: 0;
	left: 0;
}

#promos3 .area-logo .head_panel {
	width: 100%;
	width: 100vw;
	height: 60px;
	background: #fff;
	border-bottom: 1px solid #c8c8c8;
	z-index: 1010;
}

#promos3 .area-logo .head_panel > .column1 {
	display: none;
}

#promos3 .area-logo .head_panel div.teaser {
	margin: 0;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 1011;
}

#promos3 .area-logo .head_panel div.teaser a {
	display: block;
	padding: 15px 10px;
	width: 140px;
}

#promos3 .area-logo .head_panel div.teaser a img {
	width: 100%;
	margin: 0;
	float: none;
}

#promos3 .gnavi {
	overflow-y: scroll;
	max-height: calc(100vh - 60px);
	padding-top: 30px;
}

#promos3 .gnavi div[id^="sitemap"] {
	position: relative;
}

#promos3 .gnavi div.sitemap:not(:first-child) {
	display: none;
}

#promos3 .gnavi > div > div > .sitemap:first-child  h2 {
	border-top: 1px solid #fff;
}

#promos3 .gnavi > div > div > .sitemap:first-child  h2 a {
	position: relative;
	display: block;
	color: #000;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	padding: 15px 20px;
/*	margin-right: 40px; */
	text-align: center;
}

#promos3 .gnavi .gnavi-sub2 {
	display: none;
}

#promos3 .gnavi .gnavi-sub2 {
	max-height: 0;
	overflow: hidden;

	-webkit-transition: 0.3s 0.1s;

	-o-transition: 0.3s 0.1s;

	transition: 0.3s 0.1s;
}

#promos3 .gnavi .gnavi-sub.open .gnavi-sub2 {
	max-height: 400px;
}

/*
#promos3 .gnavi .btn-gnavi-sub {
	position: absolute;
	top: 11px;
	right: 8px;
	display: block;
	width: 26px;
	height: 26px;
	border-radius: 6px;
	background: #7e7e7e;
	cursor: pointer;
}

#promos3 .gnavi .btn-gnavi-sub:before ,
#promos3 .gnavi .btn-gnavi-sub:after {
	content: "";
	position: absolute;
	top: 12px;
	right: 5px;
	display: block;
	width: 16px;
	height: 2px;
	background: #fff;
	z-index: 1;

	transition: 0.3s 0.05s;
}
*/

#promos3 .gnavi .gnavi-sub.open .btn-gnavi-sub:before {
	-webkit-transform: rotate(-90deg);
	        -ms-transform: rotate(-90deg);
	    transform: rotate(-90deg);
}

#promos3 .gnavi .gnavi-sub.open .btn-gnavi-sub:after {
	-webkit-transform: rotate(-180deg);
	        -ms-transform: rotate(-180deg);
	    transform: rotate(-180deg);
}



#promos3 .gnavi .gnavi-sub2 > div.sitemap {
	display: block;
}

#promos3 .gnavi .gnavi-sub2 > div.sitemap h2 {
	padding-left: 10px;
}

#promos3 .gnavi .gnavi-sub2 > div.sitemap h2 a {
	display: block;
	border-bottom: 1px solid #ccc;
	padding: 10px 10px 10px 20px;
	font-size: 12px;
	position: relative;
}

#promos3 .gnavi .gnavi-sub2 > div.sitemap h2 a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -5px;
	display: block;
	width: 7px;
	height: 7px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	    transform: rotate(45deg);
}

#promos3 .gnavi .gnavi-sub2 > div.sitemap h2 a:hover {
	color: #d0322f;
}

#promos3 .gnavi .gnavi-sub2 > div.sitemap h2 a:hover:before {
	color: #d0322f;
	border-color: #d0322f;
}


#promos3 .head_navi {
	padding-bottom: 15px;
}

#promos3 .head_navi:after {
	content: "";
	display: block;
	clear: both;
}

#promos3 .head_navi div.link-list li a {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 50%;
	float: left;
	display: block;
	background: #eee;
	color: #000;
	font-size: 14px;
	font-weight: normal;
	padding: 15px 20px;
	border-top: 1px solid #fff;
	position: relative;
	text-align: center;
}

#promos3 .head_navi div.link-list li:nth-child(2n) a {
	border-left: 1px solid #fff;
}


#promos3 .head_navi div.teaser.no-img {
	padding: 10px;
}

#promos3 .head_navi div.teaser.no-img h2 a {
	display: block;
	padding: 15px 10px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #19003c;
}

#promos3 .head_navi a[href*="contact.html"]:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 13px;
	background: url("../../../../../../resources/sw_img/icon_contact.png") no-repeat center center;
	margin-right: 3px;
}


/*-- フッター --*/

[id=site-info] .reuse-component *:not(.mgnlEditor):not(.mgnlEditorBarLabel):not(.mgnlEditorBarButtons):before ,
[id=site-info] .reuse-component *:not(.mgnlEditor):not(.mgnlEditorBarLabel):not(.mgnlEditorBarButtons):after ,
[id=site-info] .reuse-component *:not(.mgnlEditor):not(.mgnlEditorBarLabel):not(.mgnlEditorBarButtons) {
	margin: 0;
	padding: 0;
	color: inherit;
	font-weight: inherit;
	text-decoration: inherit;
	line-height: inherit;
	float: none;
	position: static;
	width: auto;
	height: auto;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	border-radius: 0;
	border: none;
	background: none;
	opacity: 1;
	-webkit-transform: none;
	        -ms-transform: none;
	    transform: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;

/*	all: unset; */
	display: block;
}

#site-info .reuse-component div.redirect {
	display: none;
}

body:not(.generaltop) #site-info .reuse-component .mgnlEditor {
	display: none;
}


#site-info .reuse-component .fnavi {
	background: #dcdcdc;
	padding: 20px 0;
	overflow: hidden;
}
#site-info .reuse-component .fnavi:after {
	content: "";
	display: block;
	clear: both;
}

#site-info .reuse-component .fnavi > div {
	width: calc(100% + 1px);
	border-top:#c8c8c8 1px solid;
}

#site-info .reuse-component .fnavi div[id^="sitemap"] {
}

#site-info .reuse-component .fnavi div.sitemap:not(:first-child) {
/*	display: none; */
}

#site-info .reuse-component .fnavi div.sitemap {
/*	font-size: 0; */
}

#site-info .reuse-component .fnavi div.sitemap ul {
	display: none;
}

#site-info .reuse-component .fnavi > div > div > .sitemap:first-child  h2 {
	display: table;
	width:50%;
	float:left;
}

#site-info .reuse-component .fnavi > div > div > .sitemap:first-child  h2 a {
	display: table-cell;
	height: 50px;
	vertical-align: middle;
	text-align: center;
	border-bottom:#c8c8c8 1px solid;
	border-right:#c8c8c8 1px solid;
	color: #323232;
	font-size:13px;
	font-weight: bold;
}


#site-info .reuse-component .fnavi div.sitemap:not(:first-child) h2 a {
	display: none;
}



#site-info .reuse-component .fteaser {
	padding: 15px 0 20px;
	background: #fff;
	font-size: 0;
}

#site-info .reuse-component .fteaser > div {
	margin: auto;
	text-align: center;
}


#site-info .reuse-component .fteaser div.teaser a ,
#site-info .reuse-component .fteaser div.external-teaser a {

}

#site-info .reuse-component .fteaser img {
	display: block;
	margin: auto;
}

#site-info .reuse-component .fteaser a:hover img {
	opacity: 0.7;
}


#site-info .reuse-component .flink {
	padding: 20px 10px;
	background: #323232;
	text-align: center;
}

#site-info .reuse-component .flink > div {
	margin: auto;
	text-align: center;
}

#site-info .reuse-component .flink div.link-list {
	display: block;
	padding-bottom: 5px;
}


#site-info .reuse-component .flink .internal-link-text ,
#site-info .reuse-component .flink .external-link-text {
	display: inline-block;
	position: relative;
}

#site-info .reuse-component .flink .internal-link-text a ,
#site-info .reuse-component .flink .external-link-text a {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
}

#site-info .reuse-component .flink li + li {
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid #fff;
}

#site-info .reuse-component .flink .internal-link-text a:hover ,
#site-info .reuse-component .flink .external-link-text a:hover {
	text-decoration: underline;
}


/*-- 装飾用 --*/


/*-- トップページ --*/
body.sitetop div.title2:not(.highlight) h2 {
	border: none;
	padding-left: 0;

	text-align: center;
}

body.sitetop div.title2:not(.highlight) h2 span {
	color: #eb3132;
	font-size: 90%;
}

body.sitetop div.title2:not(.highlight) h2:before {
	content: none;
}

body.sitetop div.title3:not(.highlight) h3 {
	text-align: center;
}

body.sitetop div.title3:not(.highlight) h3 span {
	color: #eb3132;
	font-size: 90%;
}

body.sitetop div.title3:not(.highlight) h3:before {
	content: none;
}


body.sitetop .layout_topbox01 > .column1 ,
body.sitetop .layout_topbox01 > .column2 ,
body.sitetop .layout_topbox01 > .column3 ,
body.sitetop .layout_topbox01 > .column4 ,
body.sitetop .layout_topbox01 > .column5 {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 98%;
	width: calc(100% - 10px);
	border: 1px solid #bebebe;
	padding: 20px 15px 0;
}

body.sitetop .layout_topbox01 div.text-section.highlight ,
body.sitetop .layout_topbox01 div.teaser:not(.no-img) {
	margin-left: -15px;
	margin-right: -15px;
}

body.sitetop .layout_topbox01 div.text-section.highlight img ,
body.sitetop .layout_topbox01 div.teaser:not(.no-img) img {
	width: 100%;
}



/*-- 会社情報 > 基本理念 行動指針 --*/
.layout_vision_guideline div.text-section.highlight {
	padding: 5px 20px;
	background: #f0f0f0;
	border-radius: 10px;
	margin-bottom: 5px;
}


/*-- 会社情報 > 会社概要 タブ風リンク --*/
.layout_tab_link01 div.teaser.no-img:not(.highlight) h2 a ,
.layout_tab_link01 div.external-teaser.no-img:not(.highlight) h2 a ,
.layout_tab_link01 div.download-teaser.no-img:not(.highlight) h2 a {
	padding: 30px 10px;
	overflow: visible;
}

.layout_tab_link01 div.teaser.no-img:not(.highlight) h2 a:before ,
.layout_tab_link01 div.external-teaser.no-img:not(.highlight) h2 a:before ,
.layout_tab_link01 div.download-teaser.no-img:not(.highlight) h2 a:before {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	-webkit-transform: none;
	        -ms-transform: none;
	    transform: none;

	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -20px;
	border: 20px solid transparent;
/*	border-top: 20px solid #dcdcdc; */
}

.layout_tab_link01 div.teaser.no-img:not(.highlight) h2 a.act ,
.layout_tab_link01 div.external-teaser.no-img:not(.highlight) h2 a.act ,
.layout_tab_link01 div.download-teaser.no-img:not(.highlight) h2 a.act ,
.layout_tab_link01 div.teaser.no-img:not(.highlight) h2 a:hover ,
.layout_tab_link01 div.external-teaser.no-img:not(.highlight) h2 a:hover ,
.layout_tab_link01 div.download-teaser.no-img:not(.highlight) h2 a:hover {
	color: #fff;
	background: #eb3132;
}

.layout_tab_link01 div.teaser.no-img:not(.highlight) h2 a.act:before ,
.layout_tab_link01 div.external-teaser.no-img:not(.highlight) h2 a.act:before ,
.layout_tab_link01 div.download-teaser.no-img:not(.highlight) h2 a.act:before ,
.layout_tab_link01 div.teaser.no-img:not(.highlight) h2 a:hover:before ,
.layout_tab_link01 div.external-teaser.no-img:not(.highlight) h2 a:hover:before ,
.layout_tab_link01 div.download-teaser.no-img:not(.highlight) h2 a:hover:before {
	border: 20px solid transparent;
	border-top: 20px solid #eb3132;
}



/*-- 会社情報 > 事業内容 囲み線テキスト風カラム --*/
.layout_innerbox_lightblue > .column1 ,
.layout_innerbox_lightblue > .column2 ,
.layout_innerbox_lightblue > .column3 ,
.layout_innerbox_lightblue > .column4 ,
.layout_innerbox_lightblue > .column5 {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0 20px;
	background: #e0f0ff;
	border-radius: 10px;
}

.layout_innerbox_lightblue > div > .mgnlEditorBar:first-child + *[class] ,
.layout_innerbox_lightblue > div > *:not(.mgnlEditorBar):first-child {
	margin-top: 10px;
}

.layout_innerbox_lightblue div.title4 h4 {
	text-align: center;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
}

.layout_innerbox_lightblue div.highlight-quoted-text {
	background: #c2e1ff;
}



/*-- 商品紹介 > バイオメディカル > 医薬品研究 囲み線テキスト風カラム --*/
.layout_borderbox_gray > .column1 ,
.layout_borderbox_gray > .column2 ,
.layout_borderbox_gray > .column3 ,
.layout_borderbox_gray > .column4 ,
.layout_borderbox_gray > .column5 {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 20px 20px 0;
	border: 3px solid #bebebe;
}


/*-- 囲み線テキスト風カラム(水色) --*/
.layout_box_lightblue {
	display: block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 20px 20px 0;
	background: #e0f0ff;
	border-radius: 10px;
	margin-bottom: 20px;
}

.layout_box_lightblue > .column1 ,
.layout_box_lightblue > .column2 ,
.layout_box_lightblue > .column3 ,
.layout_box_lightblue > .column4 ,
.layout_box_lightblue > .column5 {
	margin-bottom: 0;
}

.layout_box_lightblue div.title4 h4 {
	text-align: center;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
}


.layout_box_lightblue div.highlight-quoted-text {
	background: #c2e1ff;
}

/*-- 囲み線テキスト風カラム(灰色) --*/
.layout_box_gray {
	display: block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 10px 15px 5px 15px;
	background: #f0f0f0;
	margin-bottom: 40px;
}
.layout_box_gray > .column1 ,
.layout_box_gray > .column2 ,
.layout_box_gray > .column3 ,
.layout_box_gray > .column4 ,
.layout_box_gray > .column5 {
	margin-bottom: 0;
}

.layout_box_gray div.highlight-quoted-text {
	background: #e2e2e2;
}


/*-- 囲み線テキスト風カラム(水色) --*/
.layout_box_gray2 {
	display: block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 20px 20px 0;
	background: #f0f0f0;
	border-radius: 10px;
	margin-bottom: 20px;
}

.layout_box_gray2 > .column1 ,
.layout_box_gray2 > .column2 ,
.layout_box_gray2 > .column3 ,
.layout_box_gray2 > .column4 ,
.layout_box_gray2 > .column5 {
	margin-bottom: 0;
}

.layout_box_gray2 div.title4 h4 {
	text-align: center;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
}


.layout_box_gray2 div.highlight-quoted-text {
	background: #c2e1ff;
}


/*-- 採用 > TOP --*/
.col-subcol .layout_recruit_top_message > div {
	background: url("../../../../../../resources/sw_img/bg_recruit_top_message.jpg") no-repeat center center;
	background-size: cover;

	-webkit-box-sizing: border-box;

	        box-sizing: border-box;
	margin-bottom: 40px;
}

.layout_recruit_top_message > div > :last-child ,
.layout_recruit_top_message > div > :last-child img {
	margin-bottom: 0;
}

.layout_recruit_top_message div.text-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
}

.layout_recruit_top_message div.text-section > * {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}

.layout_recruit_top_message div.text-section img.pos-4 + .text {
	position: static;
	top: auto;
	-webkit-transform: none;
	        -ms-transform: none;
	    transform: none;
	padding: 20px 20px 0;

}

.layout_recruit_top_message br ,
.layout_sp_no_br br {
	display: none !important;
}



/*-- 採用 > 募集要項 テーブルスタイル02 --*/
.layout_table_style02 div.vtable-item > table > tbody > tr > th ,
.layout_table_style02 div.vtable-item > table > tbody > tr > td {
	background: transparent;
	border-left: none;
	border-right: none;
}

/*-- IR TOP リンクリスト水平配置 --*/
/*
.layout_irtop_horizontal_linklist div.link-list ul {
	text-align: center;
}

.layout_irtop_horizontal_linklist div.link-list ul li {
	display: inline-block;
	margin: 0 15px;
}
*/

/*-- IR TOP 最新IR資料ダウンロード --*/
.layout_irtop_latest_files.multiColumn3 > .column3 ,
.layout_irtop_latest_files.multiColumn4 > .column4 ,
.layout_irtop_latest_files.multiColumn5 > .column5 {
	width: 98%;
	width: calc(100% - 10px);
}

.layout_irtop_latest_files div.link-list h2 {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	box-align: center;
	-ms-align-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;

	position: relative;
	font-size: 15px;
	line-height: 1.3;
	margin-bottom: 0;
	padding: 3px 10px;
	padding-right: 20px;
	min-height: 50px;
	background: #4c5e80;
}

.layout_irtop_latest_files div.link-list h2:before {
	content: none;
}

.layout_irtop_latest_files div.link-list h2 span {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	display: block;
	width: 100%;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}


/*-- 英ヘッダー・フッター --*/
/*#header.en ~ #site-info .reuse-component .fnavi , */
#header.en ~ #site-info .reuse-component .fteaser 
/*#header.en ~ #site-info .reuse-component .flink */ {
	display: none
}

/*-- クリッカブルマップ --*/
img[usemap] {
	height: auto;
}

