@charset "utf-8";
/*------------------ based on 19/01/21 */
/* > 1%, last 4 versions, Firefox ESR */
/*------------------------------------ */
/* 三菱UFJ信託銀行様　金の果実向け設定（モバイル） */

/* --------------------------------------
 基本設定
-------------------------------------- */
/* 游ゴシック/游明朝 を使わない */
/*
body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.mincho {
	font-family: "Hiragino Mincho ProN", "HGS明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", Georgia, "メイリオ", Meiryo, serif;
}
*/


/* font-sizeは14pxが規準です */
body {
	color: #333;
}

a:link ,
a:visited {
	color: #333399;
	text-decoration: none;
}

a:hover ,
a:active {
	color: #333399;
	text-decoration: underline;
}

/*------------------------------------- 
 グリットレイアウト
-------------------------------------*/
#html1 {
}

/*-- コンテンツエリア --*/
#wrapper-2 {
}

#nav {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-bottom: 20px;
}

#wrapper-3 {
	padding: 8px 5px;
}

#sharewithmain {
}


/*-- コンテンツ下エリア --*/
#promos3 {
}


/*-- サイドナビエリア --*/
#promos1 {
}

#nav-box {
}

#promos2 {
}


/* サイドナビ表示なし */
.col-subcol #wrapper-3 {
}

.col-subcol #nav {
}


/*------------------------------------- 
 フッターエリア
-------------------------------------*/
/*-- セクションフッター --*/
#section-site-info {
}

#section-site-info-box {
}

/*-- フッター --*/
#site-info {
    border-top: 4px solid #e90000;

}

#site-info-box {
}

p#copyright {
/*	padding: 10px 0; */
	font-size: 10px;
}



/*------------------------------------- 
 ヘッダエリア
-------------------------------------*/
/*-- 画像とテキストの場合のみ --*/
#branding ,
#logo ,
#nav-meta {
	display: none;
}

/*-- 更新日表示 --*/
#pub-date {
	margin: auto;
}

#pub-date p {
	text-align: right;
}

/*-- セクションヘッダー（総合トップ・スペシャル以外） --*/
#section-header {
/*	background: #555;*/
	background: #0d8ccc;
	border: 1px solid #333;
	color: #fff;
}

#section-header h5 {
}

#section-header p {
}


/*------------------------------------- 
 ぱんくず
-------------------------------------*/
/* 4箇所ある枠の内1か所に入力 */
.bread-crumb {
	margin: auto;
	padding: 5px 5px;
	margin-top: 10px;
    width: 100%;
    font-size: 11px;
    background: #f6f7fb;
}

.bread-crumb ol:after ,
.bread-crumb:after {
	content: "";
	display: block;
	clear: both;
}

.bread-crumb a {
/*	color: inherit; */
}

.bread-crumb h5 ,
.bread-crumb h5 p ,
.bread-crumb h5 span ,
.bread-crumb ol li {
	float: left;
	padding: 0 15px 0 10px;
	background: url(../../../../../../resources/sw_img/icon_bread_crumb.png) right center no-repeat;

}

.bread-crumb ol li:last-child {
    background: none;
}
/*
.bread-crumb h5 p:after ,
.bread-crumb h5 span:after ,
.bread-crumb ol li:after {
	content: ">";
	padding: 0 0.5em;
}

.bread-crumb ol li:last-child:after {
	content: none;
}
*/
/* -- TOP書き換え -- */

.bread-crumb ol li:first-child a {
	font-size: 0;
}

#header.ja ~ * .bread-crumb ol li:first-child a:before ,
#header.ja ~ .bread-crumb ol li:first-child a:before {
	content: "ホーム";
	font-size: 11px;
}

#header.en ~ * .bread-crumb ol li:first-child a:before ,
#header.en ~ .bread-crumb ol li:first-child a:before {
	content: "HOME";
	font-size: 11px;
}
*/


/* -----------------------------
 グローバルナビ
--------------------------------- */
/*-- ページプロパティから設定可 --*/
/* -- トグル初期非表示 -- */ 
#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;
}



/*------------------------------------- 
 サイドナビ
-------------------------------------*/
/*-- ページプロパティから設定可 --*/
#nav-box input ,
#nav-box label {
	display: none;
}

#nav-box h6 {
	display: none;
}

#nav-box p.btn {
	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 {
	border: 1px solid #ccd0d9;
}

#nav-box ul.navLevel_1 > li > h5 > strong,
#nav-box ul.navLevel_1 > li > h5 > a,
#nav-box ul.navLevel_1 > li > strong ,
#nav-box ul.navLevel_1 > li > a {
    position: relative;
    display: block;

    /* padding: 6px 12px; */
    padding: 15px 25px;

    /* background: #646464; */
    background: -webkit-gradient(linear,left top, left bottom,from(#ffffff),to(#e7eaef));
    background: -webkit-linear-gradient(#ffffff,#e7eaef);
    background: -o-linear-gradient(#ffffff,#e7eaef);
    background: linear-gradient(#ffffff,#e7eaef);
    /*color: #fff;*/
    color: #0067ac;

    /*font-size: 14px;*/
    font-size: 1.2em;

    font-weight: bold;
    text-decoration: none;
    /* border: 1px solid #c8c8c8; */

/*    border-bottom: 1px solid #ccd0d9;*/
}

#nav-box ul.navLevel_1 > li > h5 > strong,
#nav-box ul.navLevel_1 > li > h5 > a:hover ,
#nav-box ul.navLevel_1 > li > strong ,
#nav-box ul.navLevel_1 > li > a:hover {
    background: -webkit-gradient(linear,left top, left bottom,from(#e7eaef),to(#ffffff));
    background: -webkit-linear-gradient(#e7eaef,#ffffff);
    background: -o-linear-gradient(#e7eaef,#ffffff);
    background: linear-gradient(#e7eaef,#ffffff);
}


#nav-box ul.navLevel_1 > li > h5 > a:hover ,
#nav-box ul.navLevel_1 > li > a:hover {
	/* background: #fff;*/
    background: #e90000;

    /* color: #646464; */
    color: #fff;
}

#nav-box ul.navLevel_1 > li > h5 > strong:before ,
#nav-box ul.navLevel_1 > li > h5 > a:before ,
#nav-box ul.navLevel_1 > li > strong:before ,
#nav-box ul.navLevel_1 > li > a:before {
	content: "";
    left: 15px;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-left: 6px solid #e90000;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4px;
}
/* ホバー時*/
/*#nav-box ul.navLevel_1 > li > h5 > strong:hover:before,*/
#nav-box ul.navLevel_1 > li > h5 > a:hover:before,
/*#nav-box ul.navLevel_1 > li > strong:hover:before,*/
#nav-box ul.navLevel_1 > li > a:hover:before {
    content: "";
    left: 15px;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-left: 6px solid #fff;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4px;
}


/*2階層*/
#nav-box ul.navLevel_2 {
	border-top: 1px solid #ccd0d9;
}

#nav-box ul.navLevel_2 > li {
    border-bottom: 1px dotted #b2b2b2;
}

#nav-box ul.navLevel_2 > li:last-of-type {
    border-bottom: none;
}

#nav-box ul.navLevel_2 > li.open,
#nav-box ul.navLevel_2 > li.on {
	font-weight: bold;
}

/* 自ページ表示時 白右三角アイコン*/
#nav-box ul.navLevel_2 > li.on > h5 > strong:before,
#nav-box ul.navLevel_2 > li.on > h5 > a:before {
    content: "";
/*    left: 15px;*/
	left: 25px;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-left: 6px solid #fff;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4px;
}


/* 自ページ表示時、下層ページがある場合下▼アイコン*/
#nav-box ul.navLevel_2 > li.open:not(.no-children) > h5 > strong:before,
#nav-box ul.navLevel_2 > li.open:not(.no-children) > h5 > a:before {
    content: "";
/*    left: 10px;*/
	left: 25px;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-top: 3px solid #fff;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: 0;
    -webkit-transform: scaleY(2.0);
        -ms-transform: scaleY(2.0);
            transform: scaleY(2.0);
}

#nav-box ul.navLevel_2 > li > h5  > strong,
#nav-box ul.navLevel_2 > li > h5  > a ,
#nav-box ul.navLevel_2 > li > strong,
#nav-box ul.navLevel_2 > li > a {
    position: relative;
	display: block;
    padding: 15px 25px;
    background: #fff;
    /* color: #323232; */
    color: #0067ac;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    /*border-bottom: 1px solid #c8c8c8*/;
    border-top: 1px solid #c8c8c8;
}

#nav-box ul.navLevel_2 > li > h5  > strong:first-of-type,
#nav-box ul.navLevel_2 > li > h5  > a:first-of-type ,
#nav-box ul.navLevel_2 > li > strong:first-of-type,
#nav-box ul.navLevel_2 > li > a:first-of-type {
    border-top: none;
	padding-left: 40px;
}

#nav-box ul.navLevel_2 > li > h5 > strong ,
#nav-box ul.navLevel_2 > li > h5 > a:hover ,
#nav-box ul.navLevel_2 > li > strong ,
#nav-box ul.navLevel_2 > li > a:hover {
	/*background-color: #fef0e7; */
    background-color: #e90000;
	color: #fff;
	font-weight: bold;
}

#nav-box ul.navLevel_2 > li > h5 > strong:before ,
#nav-box ul.navLevel_2 > li > h5 > a:before ,
#nav-box ul.navLevel_2 > li > strong:before ,
#nav-box ul.navLevel_2 > li > a:before {
	content: "";
/*    left: 15px;*/
	left: 25px;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-left: 6px solid #e90000;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4px;
}
#nav-box ul.navLevel_2 > li > h5 > strong:hover:before,
#nav-box ul.navLevel_2 > li > h5 > a:hover:before,
#nav-box ul.navLevel_2 > li > strong:hover:before,
#nav-box ul.navLevel_2 > li > a:hover:before {
    content: "";
/*    left: 15px;*/
	left: 25px;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-left: 6px solid #fff;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4px;
}


/*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.on {
	font-weight: bold;
}

#nav-box ul.navLevel_2 > li.open > h5 > strong,
#nav-box ul.navLevel_2 > li.open > h5 > a,
#nav-box ul.navLevel_2 > li.on > h5 > strong,
#nav-box ul.navLevel_2 > li.on > h5 > a {
	font-weight: bold;
	color: #fff;
	background: #e90000;
}

#nav-box ul.navLevel_3 > li.on > h5 > strong:before,
#nav-box ul.navLevel_3 > li.on > h5 > a:before {
    content: "";
/*    left: 26px;*/
	left: 36px;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-left: 6px solid #e90000;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4px;
}

#nav-box ul.navLevel_3 > li.open:not(.no-children) > h5 > strong:before,
#nav-box ul.navLevel_3 > li.open:not(.no-children) > h5 > a:before {
    content: "";
/*    left: 26px;*/
	left: 36px;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-top: 3px solid #e90000;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    -webkit-transform: scaleY(2.0);
        -ms-transform: scaleY(2.0);
            transform: scaleY(2.0);
}


#nav-box ul.navLevel_3 > li:last-of-type {
	border-bottom: none;
}
#nav-box ul.navLevel_3 > li > h5 > strong ,
#nav-box ul.navLevel_3 > li > h5 > a ,
#nav-box ul.navLevel_3 > li > strong ,
#nav-box ul.navLevel_3 > li > a {
	position: relative;
	display: block;
	padding: 8px 12px;
/*	padding-left: 40px;*/
	padding-left: 60px;
	background: #f0f0f0;
/*	color: #323232;*/
	color: #0066aa; 
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
}

#nav-box ul.navLevel_3 > li > h5 > strong:last-of-type ,
#nav-box ul.navLevel_3 > li > h5 > a:last-of-type ,
#nav-box ul.navLevel_3 > li > strong:last-of-type ,
#nav-box ul.navLevel_3 > li > a:last-of-type {
	border-bottom: none;
}

#nav-box ul.navLevel_3 > li > h5 > strong:before ,
#nav-box ul.navLevel_3 > li > h5 > a:before ,
#nav-box ul.navLevel_3 > li > strong:before ,
#nav-box ul.navLevel_3 > li > a:before {
/*
	content: ">";
	position: absolute;
	left: 18px;
*/
	content: "";
/*    left: 26px;*/
    left: 36px;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-left: 6px solid #e90000;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4px;
}

#nav-box ul.navLevel_3 > li > h5 > strong ,
#nav-box ul.navLevel_3 > li > h5 > a:hover ,
#nav-box ul.navLevel_3 > li > strong ,
#nav-box ul.navLevel_3 > li > a:hover {
/*	background-color: #fef0e7;*/
	background-color: #f5f6fa;
	font-weight: bold;

}
/*
#nav-box ul.navLevel_3 > li > h5 > strong:hover:before,
#nav-box ul.navLevel_3 > li > h5 > a:hover:before,
#nav-box ul.navLevel_3 > li > strong:hover:before,
#nav-box ul.navLevel_3 > li > a:hover:before {
    content: "";
    left: 18px;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-left: 6px solid #fff;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4px;
}
*/


/*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.on {
	font-weight: bold;
}

#nav-box ul.navLevel_4 > li.on > h5 > strong:before,
#nav-box ul.navLevel_4 > li.on > h5 > a:before {
    content: "";
    left: 18px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left: 8px solid #fff;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4px;
}

#nav-box ul.navLevel_4 > li.open:not(.no-children) > h5 > strong:before,
#nav-box ul.navLevel_4 > li.open:not(.no-children) > h5 > a:before {
    content: "";
    left: 18px;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-top: 3px solid #fff;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    -webkit-transform: scaleY(2.0);
        -ms-transform: scaleY(2.0);
            transform: scaleY(2.0);}

#nav-box ul.navLevel_4 > li > h5 > strong ,
#nav-box ul.navLevel_4 > li > h5 > a ,
#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 > h5 > strong:before ,
#nav-box ul.navLevel_4 > li > h5 > a:before ,
#nav-box ul.navLevel_4 > li > strong:before ,
#nav-box ul.navLevel_4 > li > a:before {
/*
	content: "・";
	margin-left: 0.5em;
*/
	content: "";
    left: 18px;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-left: 6px solid #e90000;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4px;
}

#nav-box ul.navLevel_4 > li > h5 > strong ,
#nav-box ul.navLevel_4 > li > h5 > a:hover ,
#nav-box ul.navLevel_4 > li > strong ,
#nav-box ul.navLevel_4 > li > a:hover {
	background: #eb3132;
	color: #fff; 
	font-weight: bold;
}
#nav-box ul.navLevel_4 > li > h5 > strong:hover:before,
#nav-box ul.navLevel_4 > li > h5 > a:hover:before,
#nav-box ul.navLevel_4 > li > strong:hover:before,
#nav-box ul.navLevel_4 > li > a:hover:before {
    content: "";
    left: 18px;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-left: 6px solid #fff;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4px;
}

#nav-box ul.navLevel_5 {
	display: none;
}
/* -- ☆階層が増えるごとに、連番で追加 -- */


/* -----------------------------
 コンテンツエリア
--------------------------------- */
/*------- リンクテキスト ----------*/
.quoted-text blockquote a ,
.highlight-quoted-text a ,
.text-section a ,
.faq-item a ,
.vtable-item a ,
.ircalendar-title a ,
.ircalendar-item a {
}

/*------- 別窓アイコン ----------*/
.quoted-text blockquote a[target="_blank"]:after ,
.highlight-quoted-text a[target="_blank"]:after ,
.text-section a[target="_blank"]:after ,
.faq-item a[target="_blank"]:after ,
.vtable-item a[target="_blank"]:after ,
.ircalendar-title a[target="_blank"]:after ,
.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: 14px;
	height: 12px;
	vertical-align: baseline;
	margin: 0 5px;
}

/*------- PDFアイコン ----------*/
.quoted-text blockquote a[href$=".pdf"]:after ,
.highlight-quoted-text a[href$=".pdf"]:after ,
.text-section a[href$=".pdf"]:after ,
.faq-item a[href$=".pdf"]:after ,
.vtable-item a[href$=".pdf"]:after ,
.ircalendar-title a[href$=".pdf"]:after ,
.ircalendar-item a[href$=".pdf"]:after ,
.quoted-text blockquote a[href*=".pdf#"]:after ,
.highlight-quoted-text a[href*=".pdf#"]:after ,
.text-section a[href*=".pdf#"]:after ,
.faq-item a[href*=".pdf#"]:after ,
.vtable-item a[href*=".pdf#"]:after ,
.ircalendar-title a[href*=".pdf#"]:after ,
.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 5px;
}


/*------------------------------------- 
 見出し
-------------------------------------*/
/*-- ページ概要エリア --*/
#page-intro {
	margin: 0 10px 20px;
}

/* -- ページタイトルをテキストで表示 -- */
#page-intro > h1 {
/*
	background: #547DCB;
	color: #FFF;
	font-size: 20px;
	line-height: 1.2;
	padding: 15px 20px;
	margin-bottom: 20px;
*/
	color: #333;
	font-size: 24px;
	line-height: 1.2;
	padding: 15px 20px;

}

/* -- ページタイトルを画像で表示 -- */
#page-intro .titleImage {
	margin-bottom: 20px;
}

#page-intro .titleImage h1 {
}

#page-intro .titleImage h1 img {
	width: auto;
}

/* -- 日付（ニュース・マルチ2） -- */
#page-intro .text-meta {
	margin: 0 15px;
	color: inherit;
}

/*-------------- 中見出し(共通) ------------*/
.text-section h2 ,
.link-list h2 ,
.link-list-url h2 ,
.news-result dl dt ,
.news-yuho dl dt ,
.news-presentation dl dt ,
.news-material dl dt ,
.title2:not(.highlight) h2 {
/*
	padding-bottom: 4px;
	padding-left: 8px;
	padding-top: 3px;
	color: #072D74;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	border-bottom: solid 1px #CCC;
	border-left: solid 3px #072D74;

	margin-bottom: 20px;
*/
	position: relative;
    padding-bottom: 11px;
    padding-left: 15px;
    padding-top: 13px;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    border-bottom: solid 2px #aa180e;
    background: #f5f7fa;
    margin-bottom: 20px;
    margin-top: 20px;

}
.text-section h2:after ,
.link-list h2:after ,
.link-list-url h2:after ,
.news-result dl dt:after ,
.news-yuho dl dt:after ,
.news-presentation dl dt:after ,
.news-material dl dt:after ,
.title2:not(.highlight) h2:after {
	content: "";
    position: absolute;
    left: 0;
    top: calc(11px + 0.2em / 2);
    display: block;
    width: 5px;
    height: 1em;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e52307), to(#b3190b));
    background-image: -webkit-linear-gradient(#e52307, #b3190b);
    background-image: -o-linear-gradient(#e52307, #b3190b);
    background-image: linear-gradient(#e52307, #b3190b);
}

/*-------------- 小見出し --------------*/
/* -- 見出しh2レベル -- */
.title2.highlight h2 {

}

.title2:last-child h2 {
/*	margin-bottom: 10px;*/
	margin-bottom: 0px;
}

/* -- 見出しh3レベル -- */
.title3:not(.highlight) h3 {
/*
	line-height: 1.2;

	font-size: 16px;
	font-weight: bold;
	border: #CCC 1px solid;
	padding: 8px 8px 6px;

	margin-bottom: 8px;
*/
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    border-bottom: 1px solid #aa180d;
    padding: 8px 8px 6px;
    margin-bottom: 12px;

}

.title3.highlight h3 {
	font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    color: #fff;	
    background: #e90000;
    padding: 10px 10px 10px;
    margin-bottom: 12px;
}

/* -- 見出しh4レベル -- */
.title4:not(.highlight) h4 {
/*
	line-height: 1.2;

	font-size: 14px;
	border-left: #999 3px solid;
	padding-top: 1px;
	padding-left: 8px;

	margin-bottom: 8px;
*/
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	padding-top: 1px;
	padding-left: 8px;

}

.title4.highlight h4 {
}


/*------------------------------------- 
 テキスト・画像
-------------------------------------*/
/*-------------- 緊急お知らせエリア --------------*/
/* 総合トップ・サイトトップのみ、コンテンツエリア外に１つのみ */
.quoted-text {
	margin: 5px 8px;
}

.quoted-text blockquote {
	background: none;
	padding: 10px;
	border: #F00 2px solid;
}

/*-------------- 囲み線ありテキスト --------------*/
.highlight-quoted-text {
/*
	border: #CCC 1px solid;
	padding: 10px;
	margin-bottom: 20px;
*/
/*	border: #FFCC00 3px solid;*/
	border: none;

/*	background-color: #FFFFCC;*/
	background-color: #e6e9ee;
	padding: 15px 20px;
	margin: 0 auto 20px;

}

.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;
}

/*-------------- テキストと画像 --------------*/
.text-section {
	margin-bottom: 20px;
}

/*-------------- FAQ --------------*/
.faq-list {
}

.faq-list > ul {
    border-top: 1px solid #ccd0d9;
}

.faq-list > ul > li {
    clear: both;
    padding-top: 30px;
    min-height: 83px;
    border-bottom: 1px solid #ccd0d9;

}

.faq-list h3 {
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	font-weight: bold;

}
/* Qの行全体を選択出来るようにする設定 */
.faq-list h3 a {
	display: block;
}
/*
.faq-list h3:before {
	content: "";
    background: url(../../../../../../resources/sw_img/icon_q.png) no-repeat;
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    left: 0;
    top: 0;
}
*/
.faq-list h3 a:after {
	content: "";
    background: url(../../../../../../resources/sw_img/icon_q.png) no-repeat;
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    left: 0;
    top: 0;
}
/* Qの行全体を選択出来るようにする設定 ここまで*/

.faq-list h3 a:before {
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	width: 20px;
	height: 20px;
	background: url(../../../../../../resources/sw_img/icon_qa_close.png) no-repeat center center;
	background-size: contain;
}

.faq-list h3 a.js-selected:before {
	background-image: url(../../../../../../resources/sw_img/icon_qa_open.png);
}

.faq-item {
	position: relative;
	padding-left: 30px;
	padding-bottom: 30px;
}
.faq-item:before {
	content: "";
    background: url(../../../../../../resources/sw_img/icon_a.png) no-repeat;
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
	left: 0;
    top: 0;

}

/*-- FAQを出しっぱなしにする設定 --*/
/*
.faq-list h3 a {
	cursor: inherit;
}
.faq-list > ul > li {
	height: auto !important;
}
.faq-item {
	display: block !important;
}
*/


/*------------------------------------- 
 ページ内リンク・バナーリンク・エリアリンク
-------------------------------------*/
/* 原則、内部リンクと外部リンクは同スタイルを設定する */

/*-------------- ページ内リンク --------------*/
/* ページ内リンクは１カラム内にまとめて入力し、マルチカラムクラスでアライメントを設定する */
.anchor-link {
	display: inline-block;
	margin-bottom: 10px;
}

.anchor-link a {
/*
	display: block;
	padding-left: 18px;
	position: relative;
*/
	position: relative;
	display: block;
	font-size: 14px;
	padding-left: 18px;
	background: url(../../../../../../resources/sw_img/icon_anchor-link.png) left 6px top 5px no-repeat;

}

.anchor-link a:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	display: inline-block;
	width: 0;
	height: 0;
	border: solid 4px transparent;
	border-top: solid 5px #ff1a00;
}


/*-------------- バナー（共通設定） --------------*/
.teaser ,
.external-teaser ,
.download-teaser {
}

/* テキストのみ／テキストと画像 */
.teaser h2 ,
.external-teaser h2 ,
.download-teaser h2 {
	margin-bottom: 5px;
}

.teaser h2 a ,
.external-teaser h2 a ,
.download-teaser h2 a {
}

.teaser p ,
.external-teaser p ,
.download-teaser p {
	margin-bottom: 10px;
}

/* 画像のみ／テキストと画像 */
.teaser > a ,
.external-teaser > a ,
.download-teaser > a {
}

.teaser > a img ,
.external-teaser > a img ,
.download-teaser > a img {
}



/* ----- 内部・外部バナー（テキストのみ）　メインエリア用 ----- */
[role="main"] .teaser.no-img:not(.highlight) ,
[role="main"] .external-teaser.no-img:not(.highlight) {
	max-width: 500px;
}

[role="main"] .teaser.no-img:not(.highlight) h2 ,
[role="main"] .external-teaser.no-img:not(.highlight) h2 {
	position: relative;
	display: table;
    width: 100%;

}

[role="main"] .teaser.no-img:not(.highlight) h2 a ,
[role="main"] .external-teaser.no-img:not(.highlight) h2 a {
/*
	padding: 10px 20px;
	text-align: center;
	font-size: 14px;
	color: #333;
	background-color: #DCE5F4;
	text-decoration: none;
*/
	height: 80px;
    display: table-cell;
    vertical-align: middle;
	padding: 10px 20px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    background: -webkit-gradient(linear,left top, left bottom,from(#ffffff),to(#e9eaee));
    background: -webkit-linear-gradient(#ffffff,#e9eaee);
    background: -o-linear-gradient(#ffffff,#e9eaee);
    background: linear-gradient(#ffffff,#e9eaee);
    border: 1px solid #ced2db;
    text-decoration: none;

}

[role="main"] .teaser.no-img:not(.highlight) h2 a:after ,
[role="main"] .external-teaser.no-img:not(.highlight) h2 a:after {

	content: "";
    position: absolute;
	display: block;
	content: "";
    display: block;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border: 5px solid transparent;
	border-bottom: 5px solid #e90000;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);

}

[role="main"] .teaser.no-img:not(.highlight) h2 a[target="_blank"]:after,
[role="main"] .external-teaser.no-img:not(.highlight) h2 a[target="_blank"]:after {
	content: "";
    top: 8px;
    right: 5px;
    width: 10px;
    height: 9px;
	border: none;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
    display: block;
    position: absolute;
    margin-top: -3px;
}

[role="main"] .teaser.no-img:not(.highlight) p ,
[role="main"] .external-teaser.no-img:not(.highlight) p {
}

[role="main"] .teaser.no-img:not(.highlight) h2 a:hover ,
[role="main"] .external-teaser.no-img:not(.highlight) h2 a:hover {
/*
	background-color: #7F9BDA;
	color: #fff;
*/
    background: -webkit-gradient(linear,left top, left bottom,from(#e9eaee),to(#ffffff));
    background: -webkit-linear-gradient(#e9eaee,#ffffff);
    background: -o-linear-gradient(#e9eaee,#ffffff);
    background: linear-gradient(#e9eaee,#ffffff);

}


/* お問い合わせ専用 チェックボックスつきテキスト */
[role="main"] .external-teaser.with-checkbox:not(.highlight) p {
	text-align: center;
}

[role="main"] .external-teaser.with-checkbox:not(.highlight) input[type=checkbox] {
	vertical-align: middle;
}

/* お問い合わせ専用 リンク無効時 */
[role="main"] .external-teaser.with-checkbox.disabled:not(.highlight) h2 a {
	background-color: #ccc;
	color: #999;
}

[role="main"] .external-teaser.with-checkbox.disabled:not(.highlight) h2 a:before {
	content: none;
}

/* ----- 内部バナー　プロモス1用 ----- */
#promos1 .teaser.no-img ,
#promos1 .teaser.no-img h2 {
	margin-bottom: 0;
}


/* ----- 内部・外部バナー（テキストと画像）　メインエリア用 ----- */
[role="main"] .teaser:not(.no-img):not(.highlight) ,
[role="main"] .external-teaser:not(.no-img):not(.highlight) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

[role="main"] .teaser:not(.no-img):not(.highlight) > * ,
[role="main"] .external-teaser:not(.no-img):not(.highlight) > * {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}

[role="main"] .teaser:not(.no-img):not(.highlight) h2 ,
[role="main"] .external-teaser:not(.no-img):not(.highlight) h2 {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}

[role="main"] .teaser:not(.no-img):not(.highlight) h2 a ,
[role="main"] .external-teaser:not(.no-img):not(.highlight) h2 a {
	padding: 10px 20px;
	text-align: center;
	font-size: 14px;
	color: #333;
	background-color: #DCE5F4;
	text-decoration: none;
}
/*
[role="main"] .teaser:not(.no-img):not(.highlight) h2 a[target="_blank"]:after ,
[role="main"] .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: 14px;
	height: 12px;
	vertical-align: middle;
	margin-left: 5px;
}
*/
[role="main"] .teaser:not(.no-img):not(.highlight) h2 a[target="_blank"]:after ,
[role="main"] .external-teaser:not(.no-img):not(.highlight) h2 a[target="_blank"]:after,
/* SPはフッターに外窓アイコン設定なし */
/*
#site-info .area-footer-sitemap .sitemap-1st > a[target="_blank"]:after,
#site-info .area-footer-sitemap .sitemap-1st .siteLevel_1 li a[target="_blank"]:after,
#site-info .area-footer-sitemap .internal-teaser > h2 > a[target="_blank"]:after,
#site-info .area-footer-sitemap .external-teaser > h2 > a[target="_blank"]:after,
#site-info .area-footer-sitemap .link-list a[target="_blank"]:after,

#site-info .area-footer-link .link-list 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: 8px;
	height: 7px;
	vertical-align: middle;
	margin-left: 5px;
}

[role="main"] .teaser:not(.no-img):not(.highlight) h2 + a ,
[role="main"] .external-teaser:not(.no-img):not(.highlight) h2 + a {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	display: block;
}

[role="main"] .teaser:not(.no-img):not(.highlight) h2 + a img ,
[role="main"] .external-teaser:not(.no-img):not(.highlight) h2 + a img {
	display: block;
	width: 100%;
}


[role="main"] .teaser:not(.no-img):not(.highlight) p ,
[role="main"] .external-teaser:not(.no-img):not(.highlight) p {
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
}

[role="main"] .teaser:not(.no-img):not(.highlight) h2 a:hover ,
[role="main"] .external-teaser:not(.no-img):not(.highlight) h2 a:hover {
	background-color: #7F9BDA;
	color: #fff;
}



/* ----- ダウンロードバナー（テキストのみ）　メインエリア用 ----- */
[role="main"] .download-teaser.no-img:not(.highlight) {
	max-width: 500px;
}

[role="main"] .download-teaser.no-img:not(.highlight) h2 {
	position: relative;
	display: table;
    width: 100%;
}

[role="main"] .download-teaser.no-img:not(.highlight) h2 a {
/*
	padding: 10px 20px;
	text-align: center;
	color: #333;
	background-color: #FCC;
	text-decoration: none;
*/
	height: 80px;
    display: table-cell;
    vertical-align: middle;
	padding: 10px 20px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    background: -webkit-gradient(linear,left top, left bottom,from(#ffffff),to(#e9eaee));
    background: -webkit-linear-gradient(#ffffff,#e9eaee);
    background: -o-linear-gradient(#ffffff,#e9eaee);
    background: linear-gradient(#ffffff,#e9eaee);
    border: 1px solid #ced2db;
    text-decoration: none;
}

[role="main"] .download-teaser.no-img:not(.highlight) h2 a: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: 28px;
	height: 14px;
	vertical-align: middle;
	margin-left: 5px;
}

[role="main"] .download-teaser.no-img:not(.highlight) h2 a:after {
	content: "";
    position: absolute;
	display: block;
	content: "";
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border: 5px solid transparent;
	border-bottom: 5px solid #e90000;
    position: absolute;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

[role="main"] .download-teaser.no-img:not(.highlight) p {
}

[role="main"] .download-teaser.no-img:not(.highlight) h2 a:hover {
	background-color: rgba(255, 192, 192, 0.8);
}


/*-------------- 内部ページ エリアリンク --------------*/
/*-------------- 外部ページ エリアリンク --------------*/
.internal-link-area:not(.highlight), .external-link-area:not(.highlight) {
    /* margin-bottom: 20px; */
    margin-bottom: 0;
    display: table;
    width: 100%;
}

.internal-link-area:not(.highlight) > a ,
.external-link-area:not(.highlight) > a {
/*
	display: block;
	text-decoration: none;
*/
	position: relative;
	display: table-cell;
/*IE時に画像が横伸びしてしまうため、設定を削除*/
/*	display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: center;*/
	height: 80px;
	text-decoration: none;
    padding: 10px 20px;
    text-align: center;
	vertical-align: middle;
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
    background: -webkit-gradient(linear,left top, left bottom,from(#ffffff),to(#e9eaee));
    background: -webkit-linear-gradient(#ffffff,#e9eaee);
    background: -o-linear-gradient(#ffffff,#e9eaee);
    background: linear-gradient(#ffffff,#e9eaee);
    border: 1px solid #ced2db;

}
/*IE時に画像が横伸びしてしまうため、設定を削除*/
/*
.internal-link-area:not(.highlight) > a * ,
.external-link-area:not(.highlight) > a * {
	flex: 0 0 auto;
}
*/

.internal-link-area:not(.highlight) > a:after,
.external-link-area:not(.highlight) > a:after {
    display: block;
    content: "";
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom: 5px solid #e90000;
    position: absolute;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}


/*-- マウスオーバー --*/
.internal-link-area:not(.highlight) > a:hover ,
.external-link-area:not(.highlight) > a:hover {
/*
	opacity: 0.7;
*/
    background: -webkit-gradient(linear,left top, left bottom,from(#e9eaee),to(#ffffff));
    background: -webkit-linear-gradient(#e9eaee,#ffffff);
    background: -o-linear-gradient(#e9eaee,#ffffff);
    background: linear-gradient(#e9eaee,#ffffff);

}

/* エリアリンク の直後にテキスト（画像）orリンクリストを設置した場合 */
.internal-link-area:not(.highlight) + .text-section,
.external-link-area:not(.highlight) + .text-section,
.internal-link-area:not(.highlight) + .link-list,
.external-link-area:not(.highlight) + .link-list {
    border-left: 1px solid #ced2db;
    border-right: 1px solid #ced2db;
    border-bottom: 1px solid #ced2db;
    padding: 10px 10px 10px 10px;
}

.internal-link-area:not(.highlight) + .text-section img.large ,
.external-link-area:not(.highlight) + .text-section img.large {
	margin-bottom: 0;
}


/* エリアリンク ハイライト表示 */
.internal-link-area.highlight ,
.external-link-area.highlight {
	margin-bottom: 20px;
}

.internal-link-area.highlight > a ,
.external-link-area.highlight > a {
	display: block;
	text-decoration: none;
}

/*-- マウスオーバー --*/
.internal-link-area.highlight > a:hover ,
.external-link-area.highlight > a:hover {
	opacity: 0.7;
}

/*-------------- ダウンロード エリアリンク --------------*/
.download-link-area:not(.highlight) {
	margin-bottom: 20px;
}

.download-link-area:not(.highlight) > a {
	display: block;
	text-decoration: none;
}

.download-link-area:not(.highlight) > a:hover {
	opacity: 0.7;
}

/* -- テキスト先頭にpdfアイコンを付ける -- */
.download-link-area:not(.highlight) > a[href$=".pdf"] > p:first-child:before ,
.download-link-area:not(.highlight) > 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 5px;
*/
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: middle;
	margin: 0 5px;

}


/*------------------------------------- 
 リスト
-------------------------------------*/
/* 共通設定 決算短信・有報・最新決算・説明会資料（自動連携）、リンクリスト（手動） */
/* マージ設定用マルチカラムclass名： "edit-only" */

.link-list:not(.highlight) ul,
.link-list-url ul ,
.news-result dl ,
.news-yuho dl ,
.news-presentation dl ,
.news-material dl {
	margin-bottom: 20px;
}

/*-- 副見だし --*/
.link-list:not(.highlight) h2 ,
.link-list-url h2 ,
.news-result dl dt ,
.news-yuho dl dt ,
.news-presentation dl dt ,
.news-material dl dt {
}

.link-list:not(.highlight) ul li[class] ,
.link-list-url ul li[class] ,
.news-result dl dd ,
.news-yuho dl dd ,
.news-presentation dl dd ,
.news-material dl dd {
	position: relative;
/*	padding-top: 10px;*/
	margin-bottom: 5px;
}

/* マージされたハイライト表示のリンクは、直前のリンクに属する様に見えるスタイルにする。 */
/* (ハイライト表示されていないリンクは、他の決算短信・有報と同列に表示）  */
.link-list:not(.highlight) li.internal-link-text.highlight ,
.link-list:not(.highlight) li.extermal-link-text.highlight ,
.link-list:not(.highlight) li.download-link-text.highlight ,
.link-list:not(.highlight) li.text-without-link.highlight ,
.news-result dl dd.merged.highlight ,
.news-yuho dl dd.merged.highlight ,
.news-presentation dl dd.merged.highlight ,
.news-material dl dd.merged.highlight {
	padding-top: 0px;
	padding-left: 30px;
}

/* マージされたハイライト表示のリンクのＬ字アイコン */
.link-list:not(.highlight) li.internal-link-text.highlight:before ,
.link-list:not(.highlight) li.extermal-link-text.highlight:before ,
.link-list:not(.highlight) li.download-link-text.highlight:before ,
.link-list:not(.highlight) li.text-without-link.highlight:before ,
.news-result dl dd.merged.highlight:before ,
.news-yuho dl dd.merged.highlight:before ,
.news-presentation dl dd.merged.highlight:before ,
.news-material 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;
}

/* リンクアイコン（ダウンロード以外） */
.news-result dl dd.merged.no-download:not(.highlight) ,
.news-yuho dl dd.merged.no-download:not(.highlight) ,
.news-presentation dl dd.merged.no-download:not(.highlight) ,
.news-material dl dd.merged.no-download:not(.highlight) {
/*	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.png") left 6px top 1em no-repeat;*/
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.png") left 6px top 0.6em no-repeat;
	padding-left: 20px;
}

/* 外窓アイコン（ダウンロード以外） */
.news-result dl dd.merged.no-download a[target="_blank"]:after ,
.news-yuho dl dd.merged.no-download a[target="_blank"]:after ,
.news-presentation dl dd.merged.no-download a[target="_blank"]:after ,
.news-material 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: 14px;
	height: 12px;
	vertical-align: middle;
	margin: 0 3px;
*/
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 8px;
	height: 7px;
	vertical-align: middle;
	margin: 0 3px;

}


/*-------------- リンクリスト ------------------- */
/*-------------- リンクリストURL事前確認 ---------*/
.link-list:not(.highlight),
.link-list-url {
}

/* -- 副見出し -- */
.link-list:not(.highlight) h2,
.link-list-url h2 {
}

.link-list:not(.highlight) ul,
.link-list-url ul {
}

/* -- ダウンロード以外 -- */
.link-list:not(.highlight) .internal-link-text ,
.link-list:not(.highlight) .external-link-text ,
.link-list:not(.highlight) .text-without-link ,
.link-list-url .internal-link-text ,
.link-list-url .external-link-text {
/*	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.png") left 6px top 1em no-repeat;*/
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.png") left 6px top 0.6em no-repeat;
	padding-left: 20px;
}

/* リンクテキスト */
.link-list:not(.highlight) .internal-link-text a ,
.link-list:not(.highlight) .external-link-text a ,
.link-list:not(.highlight) .download-link-text a:not(.d_icon) ,
.link-list:not(.highlight) .text-without-link span ,
.link-list-url .internal-link-text a ,
.link-list-url .external-link-text a ,
.news-result dl dd a:not(.d_icon) ,
.news-yuho dl dd a:not(.d_icon) ,
.news-presentation dl dd a:not(.d_icon) ,
.news-material dl dd a:not(.d_icon) {
}

/* -- 別窓アイコン -- */
.link-list:not(.highlight) .internal-link-text a[target="_blank"]:after ,
.link-list:not(.highlight) .external-link-text a[target="_blank"]:after ,
.link-list-url .internal-link-text a[target="_blank"]:after ,
.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: 14px;
	height: 12px;
	vertical-align: middle;
	margin: 0 5px;
*/
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 8px;
	height: 7px;
	vertical-align: middle;
	margin: 0 5px;


}

/* -- ダウンロードリンク -- */
.link-list:not(.highlight) .download-link-text,
.link-list-url .download-link-url {
}

.link-list:not(.highlight) .download-link-text a:not(.d_icon) ,
.link-list-url .download-link-url a:not(.d_icon) {
}


/*-- リンクリスト（ハイライト表示） --*/
.link-list.highlight {
}

.link-list.highlight h2 {
}

.link-list.highlight ul {
}

.link-list.highlight ul li[class] {
}

.link-list.highlight ul li[class] a {
}


/*------------------------------------- 
 表組・テーブル・財務ハイライト(表組)・配当金(表組)
-------------------------------------*/
/*-- table共通 --*/

/* セル */
/* 枠線とセル内余白を指定 */
.shwTable table.htCore tr td ,
th, td {
/*
	color: inherit;
	padding: 5px 15px;
	border: 1px solid #7F9BDA;
*/
	color: inherit;
	padding: 5px 15px;
    border: 1px solid #c5c8cf;

}
/* 背景色を指定 */
.htCore tr td ,
th, td {
	background: #fff;
}

/* 見出し */
/* 背景色と文字色を指定 */
.highlights-table tr td:first-child ,
.highlights-alltable-2nd tr td:first-child ,
.haitou-table-2nd td.t1,
.haitou-table-2nd td.t2,
.haitou-table-2nd td.t12 ,
.shwTable table tr td.tableRowHead ,
.shwTable table tr td.tableColumnHead ,
td.tbRowHead ,
td.tbColumnHead ,
th {
/*
	background-color: #DCE5F4;
	font-weight: bold;
*/
    background-color: #dde0e7;
	font-weight: bold;

}

/* 見出し列 */
/* 背景色と文字色を指定 */
.form-summary table td:first-child ,
.highlights-table tr td:first-child ,
.highlights-alltable-2nd tr td:first-child ,
.haitou-table-2nd td.t1,
.haitou-table-2nd td.t2,
.haitou-table-2nd td.t12 ,
.shwTable table tr td.tableColumnHead ,
td.tbColumnHead ,
.vtable-item > table > tbody > tr > th {
/*
	text-align: left;
	vertical-align: middle;
	background-color: #DCE5F4;
*/
	text-align: left;
	vertical-align: middle;
    background-color: #dde0e7;

}

/* 見出し行 */
/* 背景色と文字色を指定 */
.highlights-table tr.r0 th ,
.highlights-alltable-2nd tr.r0 th ,
.haitou-table-2nd th ,
.shwTable table tr td.tableRowHead ,
td.tbRowHead ,
.ircalendar-title > table > tbody > tr > th ,
thead th {
/*
	text-align: center;
	vertical-align: top;
	background-color: #DCE5F4;
*/
	text-align: center;
	vertical-align: top;
    background-color: #dde0e7;

}

/* 見出し中の太字 */
.vtable-item > table > tbody > tr > th strong ,
.ircalendar-title > table > tbody > tr > th strong {
	font-weight: normal;
}

/* お問い合わせを表組風に */
/* 枠線とセル内余白（セル相当）、背景色と文字色(見出し列相当)を指定 */
.form-wrapper .form-edit ,
.form-wrapper .form-selection ,
.form-wrapper .form-edit > label ,
.form-wrapper .form-selection > label {
	color: inherit;
	padding: 10px 15px;
	border: 1px solid #7F9BDA;
}

/* 見出し部分、カウンターマージンを設定する */
.form-wrapper .form-edit > label ,
.form-wrapper .form-selection > label {
	border-top: none;
	border-left: none;
	border-right: none;
	margin: -10px -15px 10px;

	text-align: left;
	vertical-align: middle;
	background-color: #DCE5F4;
}

/*-------------- テーブル縦 --------------*/
/* -- デフォルト比率  -- */
.vtable-item > table > tbody > tr > td {
	width: 25%;
}

.vtable-item > table > tbody > tr > th {
	width: 12.5%;
}

/* テーブル縦を、縦に並べるスタイル */
/*
.vtable-item > table ,
.vtable-item > table > tbody ,
.vtable-item > table > tbody > tr ,
.vtable-item > table > tbody > tr > th ,
.vtable-item > table > tbody > tr > td {
	display: block;
}

.vtable-item > table > tbody > tr > th ,
.vtable-item > table > tbody > tr > td {
	width: auto !important;
}

.vtable-item > table > tbody > tr > th:after ,
.vtable-item > table > tbody > tr > td:after {
	content: "";
	display: block;
	clear: both;
}
*/

/*-------------- テーブル横 --------------*/
/* -- デフォルト比率  -- */
.ircalendar-title > table > tbody > tr > th,
.ircalendar-item > table > tbody >tr > td {
	width: 25%;
}

.ircalendar-title > table > tbody > tr > th.ircalendar-title1 ,
.ircalendar-item > table > tbody > tr > td.ircalendar-item1  {
	width: 12.5%;
}

/*-------------- 表組 --------------*/
/* -- 表タイトル -- */
.shwTableTitle {
}

.shwTableTitle h2 {
	font-weight: bold;
	margin-bottom: 5px;
}

/* -- 表組 -- */
.shwTable {
	margin-bottom: 20px;
}

/* -- 単位（表組の外） -- */
.shwTable td.shw-table-row {
	color: inherit;
}


/*-------------- 財務ハイライト表組 --------------*/
.highlights-table ,
.highlights-alltable-2nd {
	margin-bottom: 20px;
}

/* 単位 */
.highlights-table .unit {
}

/*-------------- 配当 表組 --------------*/
.haitou-table-2nd {
	margin-bottom: 20px;
}

/* 配当予想セル */
.haitou-table-2nd table th.y0 ,
.haitou-table-2nd table td.y0 {
}


/*------------------------------------- 
 グラフ・財務ハイライト(グラフ)・配当金(グラフ)
-------------------------------------*/
/* important付きは、html上のスタイルを上書きする必要があるもの */

/*-------------- グラフ --------------*/
.graph {
	margin-bottom: 20px;
}

/* -- グラフ データラベル 文字影設定 -- */
/* -- (IEではこの設定は効ない。グラフテーマの設定が優先される) -- */
.highcharts-data-labels text {
/*	text-shadow: 1px 1px 0px #FFF, -1px -1px 0px #FFF, -1px 1px 0px #FFF, 1px -1px 0px #FFF !important; */
}

/* -- 財務ハイライトver2 グラフ (凡例を含むエリア) -- */
.highlights-2nd > div:not([class]) {
/*	height: auto !important; */
	margin-bottom: 40px;
}

/* -- 財務ハイライトver2 グラフ (凡例を含まないエリア) -- */
.highlights-2nd .highlights-graph {
/*	width: 100% !important; */
/*	min-width: auto !important; */
/*	max-width: none !important; */
/*	height: 400px !important; */
}

/* -- 財務ハイライトver2 グラフ 凡例 -- */
.highlights-2nd .legend {
/*	margin: auto !important; */
/*	width: auto !important; */
/*	min-width: auto !important; */
/*	max-width: none !important; */
/*	text-align: center; */
}

.highlights-2nd .legend-item-box {
/*	float: none !important; */
/*	display: inline-block !important; */
/*	margin-left: -5px; */
}

/*-------------- 配当グラフ --------------*/
.haitou-graph-2nd {
	margin-bottom: 40px;
}

.haitou-graph-2nd .graph {
/*	min-width: auto !important; */
/*	max-width: none !important; */
/*	height: 400px !important; */
}


/*------------------------------------- 
 ニュース
-------------------------------------*/
/*-- ver2 ニュース一覧・ニュース一覧（カテゴリ）・英文書一覧・英文書一覧（カテゴリ） --*/
.news-list-2nd ,
.news-list-tabbed-2nd ,
.news-english-2nd ,
.news-english-tabbed-2nd {
	position: relative;
	margin-bottom: 20px;
}

.news-list-2nd ul ,
.news-list-tabbed-2nd ul ,
.news-english-2nd ul ,
.news-english-tabbed-2nd ul {
	padding-top: 1px;
}

/* -- 1つのリリース -- */
.news-list-2nd ul li ,
.news-list-tabbed-2nd ul li ,
.news-english-2nd ul li ,
.news-english-tabbed-2nd ul li {
	position: relative;

	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
}

.news-list-2nd ul li h3 ,
.news-list-tabbed-2nd ul li h3 ,
.news-english-2nd ul li h3 ,
.news-english-tabbed-2nd ul li h3 {
	position: relative;
	display: block; 
	padding-left: 0px;
	padding-top: 1.5em;
}

/*-- 画像 --*/
.news-list-2nd ul li .n_img ,
.news-list-tabbed-2nd ul li .n_img ,
.news-english-2nd ul li .n_img ,
.news-english-tabbed-2nd ul li .n_img {
}

/* -- リリースのテキスト -- */
.news-list-2nd ul li .news_tx ,
.news-list-tabbed-2nd ul li .news_tx ,
.news-english-2nd ul li .news_tx ,
.news-english-tabbed-2nd ul li .news_tx {
}

.news-list-2nd ul li .news_tx a ,
.news-list-tabbed-2nd ul li .news_tx a ,
.news-english-2nd ul li .news_tx a ,
.news-english-tabbed-2nd ul li .news_tx a {
/*	color: inherit; */
}

/* -- 日付 -- */
.news-list-2nd ul li .date ,
.news-list-tabbed-2nd ul li .date ,
.news-english-2nd ul li .date ,
.news-english-tabbed-2nd ul li .date {
	position: absolute;
	top: 0;
	left: 0;
}

/* -- カテゴリアイコン -- */
.news-list-2nd ul li .c_icon ,
.news-list-tabbed-2nd ul li .c_icon ,
.news-english-2nd ul li .c_icon ,
.news-english-tabbed-2nd ul li .c_icon {
	position: absolute;
	top: 0;
	left: 7.2em;
}

/* -- ファイルアイコン -- */
.news-list-2nd ul li .d_icon ,
.news-list-tabbed-2nd ul li .d_icon ,
.news-english-2nd ul li .d_icon ,
.news-english-tabbed-2nd ul li .d_icon {
	margin-left: 5px;
}

/* -- もっと読む・詳細（ニュース概要） -- */
.news-list-2nd ul li .det_tx ,
.news-list-tabbed-2nd ul li .det_tx ,
.news-english-2nd .det_tx ,
.news-english-tabbed-2nd .det_tx {
	display: none;
}

/* -- 続きを読む -- */
.news-list-2nd ul li .det_tx em.more ,
.news-list-tabbed-2nd ul li .det_tx em.more ,
.news-english-2nd .det_tx em.more ,
.news-english-tabbed-2nd .det_tx em.more {
	display: none;
}


/*-- ver2 最新ニュース・最新ニュース（カテゴリ） --*/
.news-latest-2nd ,
.news-latest-tabbed-2nd {
	position: relative;
	margin-bottom: 20px;
}

.news-latest-2nd ul ,
.news-latest-tabbed-2nd ul {
	padding-top: 1px;
}

/* -- 1つのリリース -- */
.news-latest-2nd ul li ,
.news-latest-tabbed-2nd ul li {
	position: relative;

	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
}

.news-latest-2nd ul li h3 ,
.news-latest-tabbed-2nd ul li h3 {
	position: relative;
	display: block; 
	padding-left: 0px;
	padding-top: 1.5em;
}

/*-- 画像 --*/
.news-latest-2nd ul li .n_img ,
.news-latest-tabbed-2nd ul li .n_img {
}

/* -- リリースのテキスト -- */
.news-latest-2nd ul li .news_tx ,
.news-latest-tabbed-2nd ul li .news_tx {
}

.news-latest-2nd ul li .news_tx a ,
.news-latest-tabbed-2nd ul li .news_tx a {
/*	color: inherit; */
}

/* -- 日付 -- */
.news-latest-2nd ul li .date ,
.news-latest-tabbed-2nd ul li .date {
	position: absolute;
	top: 0;
	left: 0;
}

/* -- カテゴリアイコン -- */
.news-latest-2nd ul li .c_icon ,
.news-latest-tabbed-2nd ul li .c_icon {
	position: absolute;
	top: 0;
	left: 7.2em;
}

/* -- ファイルアイコン -- */
.news-latest-2nd ul li .d_icon ,
.news-latest-tabbed-2nd ul li .d_icon {
	margin-left: 5px;
}

/* -- もっと読む・詳細（ニュース概要） -- */
.news-latest-2nd ul li .det_tx ,
.news-latest-tabbed-2nd ul li .det_tx {
	display: none;
}

/* -- 続きを読む -- */
.news-latest-2nd ul li .det_tx em.more ,
.news-latest-tabbed-2nd ul li .det_tx em.more {
	display: none;
}

/* -- 全てのニュース -- */
.news-latest-2nd .all ,
.news-latest-tabbed-2nd .all {
	margin-top: 10px;
	position: relative;
}

.news-latest-2nd .all a ,
.news-latest-tabbed-2nd .all a {
	display: block;
	padding-left: 18px;
	background: transparent url("../../../../../../resources/templating-kit/themes/pop/img/icons/sprites.png") no-repeat scroll 0 5px;
}


/* テキスト変更 */
/*
.news-latest-2nd .all a ,
.news-latest-tabbed-2nd .all a {
	font-size: 0;
}

.news-latest-2nd .all a:after ,
.news-latest-tabbed-2nd .all a:after {
	font-size: 14px;
	display: block;
}

#header.ja ~ div .news-latest-2nd .all a:after ,
#header.ja ~ div .news-latest-tabbed-2nd .all a:after {
	content: "一覧へ";
}

#header.en ~ div .news-latest-2nd .all a:after ,
#header.en ~ div .news-latest-tabbed-2nd .all a:after {
	content: "List";
}
*/


/*-------------- タブ共通 --------------*/
/* -- 年度タブ -- */
p.yearTabs {
	margin-bottom: 10px;
	font-size: 0;
}

p.yearTabs a {
	display: inline-block;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	margin-bottom: 5px;
}

p.yearTabs a.active {
	font-weight: bold;
}

p.yearTabs a:hover ,
p.yearTabs a.active {
	background-color: #dddddd;
}


/* -- カテゴリタブ -- */
p.tabs{
	margin-bottom: 10px;
	font-size: 0;
}

p.tabs a {
	display: inline-block;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	margin-bottom: 5px;
}

p.tabs a.active {
	font-weight: bold;
}

p.tabs a:hover ,
p.tabs a.active {
	background-color: #dddddd;
}

/* アクティブなカテゴリタブをアイコン色と同色にする */
/*
p.tabs a.allTab:hover ,
p.tabs a.allTab.active {
}
p.tabs a.tekijiTab:hover ,
p.tabs a.tekijiTab.active {
	color: #FFF;
	background-color: #2980b9;
}
p.tabs a.resultTab:hover ,
p.tabs a.resultTab.active {
	color: #FFF;
	background-color: #e67e22;
}
p.tabs a.gyousekiTab:hover ,
p.tabs a.gyousekiTab.active {
	color: #FFF;
	background-color: #f1c40f;
}
p.tabs a.prTab:hover ,
p.tabs a.prTab.active {
	color: #FFF;
	background-color: #c2185b;
}
p.tabs a.irTab:hover ,
p.tabs a.irTab.active {
	color: #FFF;
	background-color: #1abc9c;
}
p.tabs a.governanceTab:hover ,
p.tabs a.governanceTab.active {
	color: #FFF;
	background-color: #34495e;
}
p.tabs a.yuhoTab:hover ,
p.tabs a.yuhoTab.active {
	color: #FFF;
	background-color: #16a085;
}
p.tabs a.syosyuTab:hover ,
p.tabs a.syosyuTab.active {
	color: #FFF;
	background-color: #e74c3c;
}
p.tabs a.noneTab:hover ,
p.tabs a.noneTab.active {
	color: #FFF;
	background-color: #9b59b6;
}
*/


/*-------------- テキスト化カテゴリアイコン (ver2専用) --------------*/
/*
.news-list-2nd ul li .c_icon ,
.news-list-tabbed-2nd ul li .c_icon ,
.news-english-2nd ul li .c_icon ,
.news-english-tabbed-2nd ul li .c_icon ,
.news-latest-2nd ul li .c_icon ,
.news-latest-tabbed-2nd ul li .c_icon {
	display: block;
}

.news-list-2nd ul li .c_icon:before ,
.news-list-tabbed-2nd ul li .c_icon:before ,
.news-english-2nd ul li .c_icon:before ,
.news-english-tabbed-2nd ul li .c_icon:before ,
.news-latest-2nd ul li .c_icon:before ,
.news-latest-tabbed-2nd ul li .c_icon:before {
	display: block;
	width: 76px;
	height: 24px;
	line-height: 1;
	font-size: 11px;
	text-align: center;
	padding-top: 7px;
	margin-top: -2px;

	color: #fff;
	background: #646464;
}

.news-list-2nd ul li .c_icon img ,
.news-list-tabbed-2nd ul li .c_icon img ,
.news-english-2nd ul li .c_icon img ,
.news-english-tabbed-2nd ul li .c_icon img ,
.news-latest-2nd ul li .c_icon img ,
.news-latest-tabbed-2nd ul li .c_icon img {
	display: none;
}

.news-list-2nd ul li.tekijiElm .c_icon:before ,
.news-list-tabbed-2nd ul li.tekijiElm .c_icon:before ,
.news-english-2nd ul li.tekijiElm .c_icon:before ,
.news-english-tabbed-2nd ul li.tekijiElm .c_icon:before ,
.news-latest-2nd ul li.tekijiElm .c_icon:before ,
.news-latest-tabbed-2nd ul li.tekijiElm .c_icon:before {
	content: "適時開示";
}

.news-list-2nd ul li.resultElm .c_icon:before ,
.news-list-tabbed-2nd ul li.resultElm .c_icon:before ,
.news-english-2nd ul li.resultElm .c_icon:before ,
.news-english-tabbed-2nd ul li.resultElm .c_icon:before ,
.news-latest-2nd ul li.resultElm .c_icon:before ,
.news-latest-tabbed-2nd ul li.resultElm .c_icon:before {
	content: "決算";
}

.news-list-2nd ul li.gyousekiElm .c_icon:before ,
.news-list-tabbed-2nd ul li.gyousekiElm .c_icon:before ,
.news-english-2nd ul li.gyousekiElm .c_icon:before ,
.news-english-tabbed-2nd ul li.gyousekiElm .c_icon:before ,
.news-latest-2nd ul li.gyousekiElm .c_icon:before ,
.news-latest-tabbed-2nd ul li.gyousekiElm .c_icon:before {
	content: "業績";
}

.news-list-2nd ul li.prElm .c_icon:before ,
.news-list-tabbed-2nd ul li.prElm .c_icon:before ,
.news-english-2nd ul li.prElm .c_icon:before ,
.news-english-tabbed-2nd ul li.prElm .c_icon:before ,
.news-latest-2nd ul li.prElm .c_icon:before ,
.news-latest-tabbed-2nd ul.prElm li .c_icon:before {
	content: "PR";
}

.news-list-2nd ul li.irElm .c_icon:before ,
.news-list-tabbed-2nd ul li.irElm .c_icon:before ,
.news-english-2nd ul li.irElm .c_icon:before ,
.news-english-tabbed-2nd ul li.irElm .c_icon:before ,
.news-latest-2nd ul li.irElm .c_icon:before ,
.news-latest-tabbed-2nd ul li.irElm .c_icon:before {
	content: "IR";
}

.news-list-2nd ul li.governanceElm .c_icon:before ,
.news-list-tabbed-2nd ul li.governanceElm .c_icon:before ,
.news-english-2nd ul li.governanceElm .c_icon:before ,
.news-english-tabbed-2nd ul li.governanceElm .c_icon:before ,
.news-latest-2nd ul li.governanceElm .c_icon:before ,
.news-latest-tabbed-2nd ul li.governanceElm .c_icon:before {
	content: "ガバナンス";
}
*/
.news-list-2nd ul li.yuhoElm .c_icon:before ,
.news-list-tabbed-2nd ul li.yuhoElm .c_icon:before ,
.news-english-2nd ul li.yuhoElm .c_icon:before ,
.news-english-tabbed-2nd ul li.yuhoElm .c_icon:before ,
.news-latest-2nd ul li.yuhoElm .c_icon:before ,
.news-latest-tabbed-2nd ul li.yuhoElm .c_icon:before {
	content: "有報";
}

.news-list-2nd ul li.syosyuElm .c_icon:before ,
.news-list-tabbed-2nd ul li.syosyuElm .c_icon:before ,
.news-english-2nd ul li.syosyuElm .c_icon:before ,
.news-english-tabbed-2nd ul li.syosyuElm .c_icon:before ,
.news-latest-2nd ul li.syosyuElm .c_icon:before ,
.news-latest-tabbed-2nd ul li.syosyuElm .c_icon:before {
	content: "招集通知";
}
/*
.news-list-2nd ul li.noneElm .c_icon:before ,
.news-list-tabbed-2nd ul li.noneElm .c_icon:before ,
.news-english-2nd ul li.noneElm .c_icon:before ,
.news-english-tabbed-2nd ul li.noneElm .c_icon:before ,
.news-latest-2nd ul li.noneElm .c_icon:before ,
.news-latest-tabbed-2nd ul li.noneElm .c_icon:before {
	content: "その他";
}
*/
/* アイコン ブログ*/
.news-list-2nd ul li.blog .c_icon:before ,
.news-list-tabbed-2nd ul li.blog .c_icon:before ,
.news-english-2nd ul li.blog .c_icon:before ,
.news-english-tabbed-2nd ul li.blog .c_icon:before ,
.news-latest-2nd ul li.blog .c_icon:before ,
.news-latest-tabbed-2nd ul li.blog .c_icon:before {
	content: "ブログ";
}


/*-------------- 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;
}
*/


/*------------------------------------- 
 マルチ２
-------------------------------------*/

/*----------- サムネイルなし -----------*/
.basic-list:not(.thumnail) ,
.basic-list-english:not(.thumnail) {
}

.basic-list:not(.thumnail) ul.tabItems ,
.basic-list-english:not(.thumnail) ul.tabItems {
/*	padding-top: 1px;*/
    border: 1px solid #ccd0d9;
}

/* -- 1つのリリース -- */
.basic-list:not(.thumnail) ul.tabItems li ,
.basic-list-english:not(.thumnail) ul.tabItems li {
/*
	position: relative;

	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
*/
	position: relative;
    padding: 30px 20px 25px 20px;
    border-bottom: 1px dotted #bfbfbf;
    margin-bottom: -1px;

}

/* li最終行の線を消す*/
.basic-list:not(.thumnail) ul.tabItems li:last-of-type ,
.basic-list-english:not(.thumnail) ul.tabItems li:last-of-type {
	border-bottom: none;
}

.basic-list:not(.thumnail) ul.tabItems li h3 ,
.basic-list-english:not(.thumnail) ul.tabItems li h3 {
/*
	position: relative;
	display: block; 
	padding-top: 1.6em;
	padding-left: 0;
*/
    position: relative;
    display: block;
    padding-top: 0px;
    padding-left: 0;
}

/*.basic-list:not(.thumnail) ul.tabItems li h3 .news_tx:before,*/
/*.basic-list-english:not(.thumnail) ul.tabItems li h3 .news_tx:before {*/
.basic-list:not(.thumnail) ul.tabItems li h3 a .news_tx:before,
.basic-list-english:not(.thumnail) ul.tabItems li h3 a .news_tx:before {
	content: "";
    display: block;
    position: absolute;
    top: 0.7em;
    left: 14px;
    width: 0;
    height: 0;
    margin-top: -4px;
    border: 3px solid transparent;
    border-left: 6px solid #e90000;
}

.basic-list:not(.thumnail) ul.tabItems li a ,
.basic-list-english:not(.thumnail) ul.tabItems li a {
	font-weight: normal;
	text-decoration: none;/*アイコンまでアンダーラインがつかないよう、一旦消す*/
}

/* -- リリースのテキスト -- */
.basic-list:not(.thumnail) ul.tabItems li .news_tx ,
.basic-list-english:not(.thumnail) ul.tabItems li .news_tx {
    position: relative;
	display: inline-block;
	padding-left: 24px;
}

/*ホバー時にアンダーラインをつける*/
/*.basic-list:not(.thumnail) ul.tabItems li .news_tx:hover,*/
/*.basic-list-english:not(.thumnail) ul.tabItems li .news_tx:hover {*/
.basic-list:not(.thumnail) ul.tabItems li a .news_tx:hover,
.basic-list-english:not(.thumnail) ul.tabItems li a .news_tx:hover {
    text-decoration: underline;
}

/* -- 日付 -- */
.basic-list:not(.thumnail) ul.tabItems li .date ,
.basic-list-english:not(.thumnail) ul.tabItems li .date {
	position: absolute;
	top: 0;
	left: 0;

	color: #333;
}

/* -- カテゴリアイコン -- */
.basic-list:not(.thumnail) ul.tabItems li .c_icon ,
.basic-list-english:not(.thumnail) ul.tabItems li .c_icon {
	text-decoration: none;
	display: block;
	margin-top: -1.6em;
	min-height: 1.6em;
	/* 日付に重なる部分 */
	padding-left: 8.2em;
}

/* -- ファイルアイコン -- */
.basic-list:not(.thumnail) ul.tabItems li .d_icon ,
.basic-list-english:not(.thumnail) ul.tabItems li .d_icon {
}

/* NEWアイコン */
.basic-list:not(.thumnail) ul.tabItems li .n_icon ,
.basic-list-english:not(.thumnail) ul.tabItems li .n_icon {
	margin: 0 0.5em;
}

.basic-list:not(.thumnail) ul.tabItems li .n_icon:before ,
.basic-list-english:not(.thumnail) ul.tabItems li .n_icon:before {
	content: "NEW";
	display: inline-block;
	vertical-align: middle;
	font-size: 10px;
	font-weight: bold;
	color: #e7191b;
}

/* -- もっと読む・詳細（ニュース概要） -- */
.basic-list:not(.thumnail) ul.tabItems li .det_tx ,
.basic-list-english:not(.thumnail) ul.tabItems li .det_tx {
	display: none;
}



/*----------- サムネイルあり -----------*/
.basic-list.thumnail ,
.basic-list-english.thumnail {
}

.basic-list.thumnail ul.tabItems ,
.basic-list-english.thumnail ul.tabItems {
	font-size: 0;
	text-align: left;
	margin-right: -18px;
}

/* PCでは１行に３つづつで、画像が上側、テキストは下側に配置 */
.basic-list.thumnail ul.tabItems li ,
.basic-list-english.thumnail ul.tabItems li {
	cursor: inherit;
	font-size: 14px;
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;

	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 2 - 18px);
	margin-right: 18px;
	margin-bottom: 30px;
}

.basic-list.thumnail .n_img ,
.basic-list-english.thumnail .n_img {
	width: 100%;
	margin-bottom: 10px;
}

/* 日付、カテゴリアイコンを非表示 */
.basic-list.thumnail ul.tabItems li .date ,
.basic-list-english.thumnail ul.tabItems li .date {
	display: none;
}

.basic-list.thumnail ul.tabItems li .c_icon ,
.basic-list-english.thumnail ul.tabItems li .c_icon {
	position: static;
	margin: 10px 0 0;
}

.basic-list.thumnail ul.tabItems li a ,
.basic-list-english.thumnail ul.tabItems li a {
	color: #000;
	text-decoration: none;
}

.basic-list.thumnail ul.tabItems li a:hover img ,
.basic-list-english.thumnail ul.tabItems li a:hover img {
	-ms-opacity: 0.8;
	opacity: 0.8;
}

/* NEWアイコン */
/* 左上の切欠きの形に */
.basic-list.thumnail ul.tabItems li .n_icon ,
.basic-list-english.thumnail ul.tabItems li .n_icon {
	position: absolute;
	top: 0;
	right: 0;
}

.basic-list.thumnail ul.tabItems li .n_icon:before ,
.basic-list-english.thumnail ul.tabItems li .n_icon:before {
	content: "NEW";
	display: block;
	padding: 3px 10px;
	font-size: 12px;
	color: #fff;
	background: #ff5445;
}

/* 非公開アイコンテキスト */
/* タイルの形が崩れない様に上に載せている */
.basic-list.thumnail ul li .note_tx ,
.basic-list-english.thumnail ul li .note_tx {
	position: absolute;
	z-index: 1;
}

.basic-list.thumnail ul.tabItems li h3 ,
.basic-list-english.thumnail ul.tabItems li h3 {
	overflow: hidden;
}

/* ニューステキスト */
.basic-list.thumnail ul.tabItems li .news_tx ,
.basic-list-english.thumnail ul.tabItems li .news_tx {
	display: block;
}

/* 概要テキスト */
.basic-list.thumnail ul.tabItems li .det_tx ,
.basic-list-english.thumnail ul.tabItems li .det_tx {
}



/*----------- タブ(絞込み) -----------*/
.basic-list .countTab ,
.basic-list-english .countTab ,
.basic-list .clearTab ,
.basic-list-english .clearTab {
	display: none;
}

.basic-list .yearTabs ,
.basic-list-english .yearTabs {
/*	margin-bottom: 20px;*/
	padding: 0px 0px 5px;
	margin-bottom: 10px;
/*	border-bottom: 1px solid #ddd;*/
}

.basic-list .tabs ,
.basic-list-english .tabs {
/*	margin-bottom: 40px;*/
	margin-bottom: 10px;
}

.basic-list .yearTabs span,
.basic-list-english .yearTabs span,
.basic-list .tabs span,
.basic-list-english .tabs span {
    position: relative;
}

.basic-list .tabs > ul > li[aria-hidden="false"] ,
.basic-list-english .tabs > ul > li[aria-hidden="false"] {
	display: block;
	margin-bottom: 10px;
	padding: 0px 0px 5px;
/*	border-bottom: 1px solid #ddd;*/
}

.basic-list .yearTabs span:before ,
.basic-list-english .yearTabs span:before ,
.basic-list .tabs span:before ,
.basic-list-english .tabs span:before {
/*
	display: inline-block;
	padding: 5px 20px;
	font-size: 14px;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid #000;
*/
	display: inline-block;
	padding: 5px 20px;
	font-size: 14px;
	margin-right: -1px;
	margin-bottom: -1px;
	border: 1px solid #c4c8d0;
	color: #0066aa;
    background: #f5f7fa;

}
/*有価証券報告書→有報*/
.basic-list .tabs span.yuho:before {
    content: "有報";
}

/*決算短信→決算*/
.basic-list .tabs span.result:before {
    content: "決算";
}


/*.basic-list .yearTabs span[active="true"]:before ,*/
/*.basic-list-english .yearTabs span[active="true"]:before ,*/
.basic-list .tabs span[active="true"]:before ,
.basic-list-english .tabs span[active="true"]:before {
/*	background: #ddd;*/
    background: #e90000;
	color: #fff;

}

.basic-list .yearTabs span[active="true"]:before ,
.basic-list-english .yearTabs span[active="true"]:before {
	font-weight: bold;
	color: #333;
	background: none;
}

.basic-list .yearTabs span:hover:before ,
.basic-list-english .yearTabs span:hover:before ,
.basic-list .tabs span:hover:before ,
.basic-list-english .tabs span:hover:before {
/*	background: #ddd;*/
    background: #e90000;
	color: #fff;

}
.basic-list .yearTabs span:after,
.basic-list-english .yearTabs span:after,
.basic-list .tabs span:after,
.basic-list-english .tabs span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 12px;
    display: block;
    width: 0;
    height: 0;
    margin-top: -8px;
    border: 3px solid transparent;
    border-left: 6px solid #e90000;
}

/* 年月タブのアイコン位置調整*/
.basic-list .yearTabs span:after,
.basic-list-english .yearTabs span:after {
	left: 12px;
}

.basic-list .tabs span[active="true"]:after,
.basic-list-english .tabs span[active="true"]:after,
.basic-list .tabs span:hover:after ,
.basic-list-english .tabs span:hover:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 14px;
    display: block;
    width: 0;
    height: 0;
    margin-top: -8px;
    border: 3px solid transparent;
    border-left: 6px solid #fff;
}

/*年月タブのスタイル上書き */
.basic-list .yearTabs span:before ,
.basic-list-english .yearTabs span:before {
	border: none;
	background: none;
	border-left: 1px solid #c4c8d0;
	padding: 3px 15px 0 20px;
}

.basic-list .yearTabs span.all:before ,
.basic-list-english .yearTabs span.all:before {
	border: none;
}

.basic-list .yearTabs li.custom span.all ,
.basic-list-english .yearTabs li.custom span.all ,
.basic-list .tabs li.custom span.all ,
.basic-list-english .tabs li.custom span.all{
    display: none;
}

/* カテゴリ第１階層直下は、カテゴリグループとして非表示にする */
.basic-list .tabs ul[data-category-level="1"] > li > span ,
.basic-list-english .tabs ul[data-category-level="1"] > li > span {
	display: none;
}

/* 全ての全てタブは、デフォルト非表示 */
.basic-list .tabs li.allall ,
.basic-list-english .tabs li.allall {
	display: none;
}


/*----------- カテゴリアイコン -----------*/
/* カテゴリ第１階層直下は、カテゴリグループとして非表示にする */
.basic-list .c_icon span[category-level="1"] ,
.basic-list-english .c_icon span[category-level="1"] {
	display: none;
}

.basic-list .c_icon span:before ,
.basic-list-english .c_icon span:before {
	display: inline-block;
/*	margin-right: 10px;*/
	margin-right: 2px;
	margin-bottom: 5px;

	width: 105px;
	height: 24px;
	line-height: 1;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	padding-top: 6px;

	color: #fff;
	background: #646464;
}

/* カテゴリ設定で設定した名称と、アイコン上の文字を変えたい場合は */
/* contentで上書きする。個別に背景色等を設定する場合も同様 */
/* ↓サンプル */
.basic-list .c_icon span.tekiji:before ,
.basic-list-english .c_icon span.tekiji:before {
	content: "適時開示";
/*	background: #e9452a; */
	background: #6381b9;
}

.basic-list .c_icon span.result:before ,
.basic-list-english .c_icon span.result:before {
/*	content: "決算"; */
/*	background: #2a3d81; */
}

.basic-list .c_icon span.gyouseki:before ,
.basic-list-english .c_icon span.gyouseki:before {
/*	content: "業績"; */
/*	background: #43a4a1; */
}

.basic-list .c_icon span.pr:before ,
.basic-list-english .c_icon span.pr:before {
/*	content: "PR"; */
/*	background: #f68100; */
	background: #56a7b3;
}

.basic-list .c_icon span.ir:before ,
.basic-list-english .c_icon span.ir:before {
/*	content: "IR"; */
/*	background: #6f4abc; */
}

.basic-list .c_icon span.governance:before ,
.basic-list-english .c_icon span.governance:before {
/*	content: "ガバナンス"; */
/*	background: #43a46a; */
	background: #aa180e; 
}

.basic-list .c_icon span.yuho:before ,
.basic-list-english .c_icon span.yuho:before {
/*	content: "有価証券報告書"; */
/*	background: #798dd4; */
	content: "有報";
	background: #4170c5;
}

.basic-list .c_icon span.meeting:before ,
.basic-list-english .c_icon span.meeting:before {
/*	content: "株主総会";
/*	background: #006fbe; */
}

.basic-list .c_icon span.none:before ,
.basic-list-english .c_icon span.none:before {
	content: "その他";
	background: #999999;
}

.basic-list .c_icon span.blog:before ,
.basic-list-english .c_icon span.blog:before {
	content: "ブログ";
	background: #1f3b6e;
}
.basic-list .c_icon span.report:before ,
.basic-list-english .c_icon span.report:before {
	content: "レポート";
	background: #0066aa;
}
.basic-list .c_icon span.event:before ,
.basic-list-english .c_icon span.even:before {
	content: "イベント";
	background: #3c5fa0;
}


.basic-list .c_icon span.info:before ,
.basic-list-english .c_icon span.info:before {
	content: "お知らせ";
	background: #8ead73;
}

.basic-list .c_icon span.management:before ,
.basic-list-english .c_icon span.managemant:before {
	content: "経営";
}

.basic-list .c_icon span.rd:before ,
.basic-list-english .c_icon span.rd:before {
	content: "R&D";
}

.basic-list .c_icon span.notice:before ,
.basic-list-english .c_icon span.notice:before {
	content: "招集通知";
	background: #e90000;
}



/* マルチ２一覧 カテゴリをフラット選択に */
.layout_flat_category .basic-list .tabs li.allall ,
.layout_flat_category .basic-list-english .tabs li.allall ,
.layout_flat_category .basic-list .tabs span.allall ,
.layout_flat_category .basic-list-english .tabs span.allall {
	display: inline;
}

.layout_flat_category .basic-list .tabs li.all ,
.layout_flat_category .basic-list-english .tabs li.all {
	display: none;
}

.layout_flat_category .basic-list .tabs > ul > li[aria-hidden="false"] ,
.layout_flat_category .basic-list-english .tabs > ul > li[aria-hidden="false"] {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
}

.layout_flat_category .basic-list .tabs ,
.layout_flat_category .basic-list-english .tabs {
/*	padding: 10px 10px 5px;*/
/*	border: 1px solid #ddd;*/
}

.layout_no_category_icon .basic-list:not(.thumnail) ul.tabItems li .c_icon,
.layout_no_category_icon .basic-list-english:not(.thumnail) ul.tabItems li .c_icon {
	display: none;
}

/*------------------------------------- 
 メディア
-------------------------------------*/
/*------------- flash --------------*/
.flash-animation {
	margin: auto;
	text-align: center;
}

.flash-animation embed {
	width: 100%;
	height: 100%;
}

/*-------------- 動画 --------------*/
/* .videoとしてはいけない */
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; */
}


/*-------------- 音声 --------------*/
/* .audioとしてはいけない */
div.audio {
	margin-bottom: 10px;
}

div.audio dl {
	width:80%;
	margin: 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（地図埋め込み） --------------*/
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表示 --------------*/
.disp-external-page {
	overflow-x: scroll;
}

.disp-external-page iframe {
	border: none;
	display: block;
	width: 100%;
	height: 800px;
	margin: auto;
}


/*------------------------------------- 
 サイトマップ
-------------------------------------*/
/*-------------- サイトマップ --------------*/
.sitemap {
	margin-bottom:20px;
}

/* -- 第１階層(ja)・第２階層 -- */
.sitemap > h2 {
	line-height: 1.2;
	font-size: 14px;
	font-weight: bold;
	border: #CCC 1px solid;
	padding: 8px 8px 6px;
	margin-bottom: 8px;
}

.sitemap > h2 a {
	padding-left: 12px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.png") left 0.4em no-repeat;
	color: inherit;
	font-weight: bold;
	text-decoration: none;
}
.sitemap > h2 a:hover {
	opacity: 0.7;
}

/* -- 第３階層 -- */
.sitemap > ul {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin-right: 2%;
}
.sitemap > ul:nth-child(odd) { /* 最初にh2がある為、奇数が左側 */
	margin-right: 0;
}

.sitemap > ul > li {
	padding-left: 12px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.png") left 0.4em no-repeat;
	margin-left: 8px;
	margin-bottom: 5px;
}

/* -- 第４階層 -- */
.sitemap > ul > li > ul {
	margin-top: 10px;
}

.sitemap > ul > li > ul > li {
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.png") left 0.4em no-repeat;
	padding-left: 12px;
	margin-left: 8px;
	margin-bottom: 5px;
}

/* -- 第５階層以降は非表示 -- */
.sitemap > ul > li > ul > li > ul {
	display: none;
}


/*-------------- 正規化版サイトマップ --------------*/
.sitemap-1st {
	font-size: 0;
}

.sitemap-1st > ul > li  {
	margin-bottom: 20px;
}

/* -- 第１階層(ja)・第２階層 -- */
.sitemap-1st > a ,
.sitemap-1st > ul > li > a {
	line-height: inherit;
	font-size: 14px;

	display: block;
	font-weight: bold;
	border: #CCC 1px solid;
	margin-bottom: 12px;
	padding: 8px 8px 6px 20px;
	line-height: 1.2;

	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.png") left 8px center no-repeat;
	color: inherit;
	font-weight: bold;
}

/* -- 第３階層 -- */
.sitemap-1st ul.siteLevel_2 > li {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin-right: 4%;
}
.sitemap-1st ul.siteLevel_2 > li:nth-child(even) {
	margin-right: 0;
}

.sitemap-1st ul.siteLevel_2 > li > a {
	font-size: 14px;

	display: block;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.png") left 0.4em no-repeat;
	padding-left: 12px;
	margin-left: 8px;
	margin-bottom: 5px;
}

/* -- 第４階層 -- */
.sitemap-1st ul.siteLevel_3 {
	margin-top: 10px;
}

.sitemap-1st ul.siteLevel_3 > li {
	margin-top: 10px;
}

.sitemap-1st ul.siteLevel_3 > li > a {
	font-size: 14px;

	display: block;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.png") left 0.4em no-repeat;
	padding-left: 12px;
	margin-left: 8px;
	margin-bottom: 5px;
}

/* -- 第５階層以降は非表示 -- */
.sitemap-1st ul.siteLevel_4 {
	display: none;
}


/*------------------------------------- 
 フッター専用パーツ
-------------------------------------*/
/*-------------- フッター（テキストと画像） --------------*/
.footer-about {
	clear: both;
	padding: 5px 0;
	font-size: 10px;
}

.footer-about img {
	display: block;
	margin: auto;
}

/*-------------- フッタリンクリスト --------------*/
.footer-link-list {
	background-color: #2b2b2b;
}

.footer-link-list ul {
}

.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;
	font-size: 13px;
	font-weight: bold;
	border-bottom: #999 1px solid;
}

.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;
}

/* -- 別窓アイコン -- */
.footer-link-list .footer-link-internal a[target="_blank"]:after ,
.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: 14px;
	height: 12px;
	vertical-align: middle;
	margin: 0 5px;
*/
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 8px;
	height: 7px;
	vertical-align: middle;
	margin: 0 5px;

}


/* --------------------------------------
 フォーム
-------------------------------------- */
/* 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: none;
	margin: 0 0.5em;
}
.form-wrapper fieldset fieldset.mod .form-item {
	float: left;
	margin-right: 1em;
}
.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 .form-edit ,
.form-wrapper .form-selection {
	margin-bottom: -1px;
}


.form-wrapper .form-edit > span {
	padding: 0;
	font-size: 87.5%;
}

.form-wrapper .form-selection > fieldset > legend {
	font-size: 87.5%;
}

.form-wrapper .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 .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 .button-wrapper input:last-child {
/*	border: 1px solid #777; */
	color: inherit;
	font-weight: normal;
}

.form-wrapper .button-wrapper input:hover,
.form-wrapper .button-wrapper input:active,
.form-wrapper .button-wrapper input:focus {
	border: 1px solid #ccc;
}



/* --------------------------------------
 個別設定
-------------------------------------- */
.quoted-text blockquote table:not(.clearbox):not(.icell) ,
.highlight-quoted-text table:not(.clearbox):not(.icell) ,
.text-section table:not(.clearbox):not(.icell) ,
.faq-item table:not(.clearbox):not(.icell) ,
.vtable-item table table:not(.clearbox):not(.icell) ,
.ircalendar-title table table:not(.clearbox):not(.icell) ,
.ircalendar-item table table:not(.clearbox):not(.icell) {
	width: 100% !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;
}


/*-- 画面内固定 上に戻るリンク 設定例：scroll.js用 --*/
.ja ~ #site-info .topcontrol ,
.ja ~ #topcontrol {
	position: fixed;
	font-size: 0;
	bottom: -64px;
	right: 15px;
	opacity: 0.3;
	cursor: pointer;
	z-index: 2000;

	-webkit-transition: 0.5s 0.1s;
	-o-transition: 0.5s 0.1s;
	transition: 0.5s 0.1s;
}


.ja ~ #site-info .topcontrol.visible ,
.ja ~ #topcontrol.visible {
	right: 15px;
	bottom: 15px;
	opacity: 1;
}

/* 画像を使用する場合 */

.ja ~ #site-info .topcontrol a ,
.ja ~ #topcontrol a {
	position: relative;
	right: 0;
	bottom: 0;
	cursor: pointer;
	margin: auto;

	display: block;
	width: 64px;
	height: 64px;
	background: url("../../../../../../resources/sw_img/pg_top_sp.png") no-repeat center top;
	background-size: contain;
}

.ja ~ #site-info .topcontrol.visible a ,
.ja ~ #topcontrol.visible a {
/*
	width: 51px;
	height: 42px;
*/

	-webkit-transition: 0s;

	-o-transition: 0s;

	transition: 0s;
}


/* 画像を使用しない場合 */
/*
#site-info .topcontrol a ,
#topcontrol a {
	position: relative;
	display: block;
	width: 51px;
	height: 42px;
	background: rgba(0,0,0, 0.53);
}

#site-info .topcontrol a:before ,
#topcontrol a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -5px;
	margin-left: -9px;
	display: block;
	width: 17px;
	height: 17px;
	border-top: 3px solid #FFF;
	border-left: 3px solid #FFF;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	    transform: rotate(45deg);
}
*/

/*-- ページ内設置 上に戻るリンク 設定例：scroll.js用 --*/
.ja ~ #site-info .toTop ,
.ja ~ #toTop {
	text-align: right;
	margin: 2em 20px 40px;
}

.ja ~ #site-info .toTop a ,
.ja ~ #toTop a {
	padding-left: 1.44em;
	display: inline-block;
	position: relative;
	overflow: visible;
}

.ja ~ #site-info .toTop a:before ,
.ja ~ #toTop a:before {
	content: "";
	margin-top: -0.3em;
	border-top: 0.1em solid #e50000;
	border-right: 0.1em solid #e50000;
	width: 0.7em;
	height: 0.7em;
	position: absolute;
	top: 0.85em;
	left: 0;
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	    transform: rotate(315deg);
}

.ja ~ #site-info .toTop ,
.ja ~ #toTop {
	display: none;
}

/*-- 【英語用】上に戻るリンク 設定例：scroll.js用 --*/
.en ~ #site-info .topcontrol ,
.en ~ #topcontrol {
	position: fixed;
	font-size: 0;
	height: 0;
	width: 100%;
	max-width: calc(1000px + (51px + 50px) *2);
	left: 50%;
	bottom: -50px;
	opacity: 0.3;
	z-index: 10000;

	-webkit-transition: 0.5s 0.1s;
	-o-transition: 0.5s 0.1s;
	transition: 0.5s 0.1s;
}


.en ~ #site-info .topcontrol.visible ,
.en ~ #topcontrol.visible {
	bottom: 15px;
	opacity: 1;
}

/* 画像を使用する場合 */
.en ~ #site-info .topcontrol a ,
.en ~ #topcontrol a {
	position: relative;
	right: 50px;
	bottom: 50px;
	cursor: pointer;
	margin: auto;

	display: block;
	width: 64px;
	height: 64px;
	background: url("../../../../../../resources/sw_img/pg_top_en.png") no-repeat center top;
	background-size: contain;
}

.en ~ #site-info .topcontrol.visible a ,
.en ~ #topcontrol.visible a {

	-webkit-transition: 0s;

	-o-transition: 0s;

	transition: 0s;
}

.en ~ #site-info .toTop ,
.en ~ #toTop {
	text-align: right;
	margin: 3em 20px 80px;
}

.en ~ #site-info .toTop a ,
.en ~ #toTop a {
	padding-left: 1.44em;
	display: inline-block;
	position: relative;
	overflow: visible;
}

.en ~ #site-info .toTop a:before ,
.en ~ #toTop a:before {
	content: "";
	margin-top: -0.3em;
	border-top: 0.1em solid #e50000;
	border-right: 0.1em solid #e50000;
	width: 0.7em;
	height: 0.7em;
	position: absolute;
	top: 0.85em;
	left: 0;
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	    transform: rotate(315deg);
}

.en ~ #site-info .toTop ,
.en ~ #toTop {
	display: none;
}

/* -- css ハンバーガーアイコン -- */
#panel2-sw {
	display: none;
}

#panel2-btn{
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 40px;
	height: 44px;
	margin: 4px 6px;
	border-radius: 10%;
/*	background: #FFF;*/
	background: none;
	z-index: 11111;
}

#panel2-btn:hover{
/*	background: #FFF;*/
	background: none;
/*	background: rgba(255,255,255, 0.8); */
}

.panel2-btn-icon1,
.panel2-btn-icon2,
.panel2-btn-icon3 {
    display: block;
    position: absolute;
    top: 17px;
    left: 9px;
    width: 22px;
    height: 3px;
    margin: 0;
    background: #e90000;
    -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: #e90000;
    -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: #e90000;
    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 {
	width: 30px;
	left: -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;
}



/*-- ヘッダー --*/
#header {
/*
	height: 52px;
	margin-bottom: 153px;
*/
	height: 135px;
}

#promos3 .area-pc-header {
	display: none !important;
}

#promos3 .area-sp-header {
}

/* グループヘッダー */
#promos3 .area-group-header-panel {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 52px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(88%, #ffffff), to(#e2e2e2));
	background: -webkit-linear-gradient(top, #ffffff 0, #ffffff 88%, #e2e2e2 100%);
	background: -o-linear-gradient(top, #ffffff 0, #ffffff 88%, #e2e2e2 100%);
	background: linear-gradient(to bottom, #ffffff 0, #ffffff 88%, #e2e2e2 100%);
	z-index: 10010;
}

/* グループロゴ */
#promos3 .area-group-header-panel .area-group-logo {
	width: 250px;
	margin-left: 60px;
	margin-top:5px;
}


#promos3 .area-group-header-panel .area-group-logo a {
}

#promos3 .area-group-header-panel .area-group-logo img {
}


/* グループロゴ （英語）*/
#promos3 .area-group-header-panel .area-group-logo-en {
/*
	width: 300px;
	margin-left: 60px;
	margin-top:5px;
*/
	width: 250px;
	margin: 10px 60px;

}

#promos3 .area-group-header-panel .area-group-logo-en a {
}

#promos3 .area-group-header-panel .area-group-logo-en a > img {
}

#promos3 .area-group-header-panel .area-btn-menu {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

#promos3 .area-group-header-panel .area-btn-login {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
}


/* サイトヘッダー */
#promos3 .area-header-panel {
/*	position: absolute;*/
	position: fixed;
	top: 52px;
	left: 0;
	width: 100%;
/*	height: 153px;*/
	height: 83px;
	background: #fff;
	z-index: 1010;
}

/* サイトロゴ */
#promos3 .area-header-panel .area-logo {
	height: 83px;
	border-bottom: 1px solid #ccd0d9;
	padding:10px;
	color: #555;
}
#promos3 .area-header-panel .area-logo h2 > a {
	font-size:18px;
	text-align: left;
}
#promos3 .area-header-panel .area-logo h2 > a > span {
	font-size:10px;
	text-align: left;
}
/* サイトロゴ(英語) */
#promos3 .area-header-panel .area-logo-en {
	height: 83px;
    padding: 25px 15px;
	border-bottom: 1px solid #ccd0d9;
}

/* メニュー */
/* 70pxはヘッダーの高さ分 */
#promos3 .area-menu {
	font-size: 0;
	position: fixed;
	top: 52px;
	left: 0;
	width: 100vw;
	height: calc(100% - 52px);
	max-height: 100%;
	overflow: hidden;
	z-index: 10000;

	-webkit-transition: .7s .1s;
	-o-transition: .7s .1s;
	transition: .7s .1s;

	background-color: #fff;
/*	background-color: rgba(255, 255, 255, 0.9); */
}

#panel2-sw:not(:checked) ~* #promos3 .area-sp-header .area-menu {
	max-height: 0;
}


/* 3way-navi */
/* 80pxはメニュー下部固定領域の高さ分 */
#promos3 .area-gnavi {
	position: absolute;
	width: 100vw;
/*	height: calc(100% - 80px); */
	height: 100%;
	border-top: 1px solid #ccd0d9;
	overflow: hidden;
	overflow-y: scroll;
}
#promos3 .area-gnavi:before,
#promos3 .area-gnavi:after {
	content: "";
	width: 100%;
	height: 20px;
	background: #e90000;
}


/* フォルダ開閉 */
#promos3 .area-gnavi .sitemap-1st ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	background: #fff;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

#promos3 .area-gnavi .sitemap-1st ul:after {
	content: "";
	width: 100%;
	height: 20px;
	background: #e90000;
}

#promos3 .area-gnavi .sitemap-1st ul.open {
	left: 0;
}

#promos3 .area-gnavi .sitemap-1st ul.active {
	overflow-y: scroll;
}


/* メニュータイトル */
#promos3 .area-gnavi .text-section h2 {
	color: #fff;
	background: #e90000;
	font-size: 14px;
	font-weight: bold;
	padding: 15px 25px;
	text-align: center;
}

#promos3 .area-gnavi .text-section h2:before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 3px;
	background: #fff;
	-webkit-box-shadow: 0 -6px 0 #fff, 0 6px 0 #fff;
	        box-shadow: 0 -6px 0 #fff, 0 6px 0 #fff;
	margin-right: 9px;
	margin-bottom: 4px;
}

/* 各要素共通 */
#promos3 .area-gnavi .teaser.no-img h2 a ,
#promos3 .area-gnavi .external-teaser.no-img h2 a ,
#promos3 .area-gnavi .sitemap-1st a ,
#promos3 .area-gnavi .sitemap-1st .gn-back span {
	position: relative;
	display: block;
	color: #333;
	font-size: 14px;
	font-weight: normal;
	padding: 15px 25px;
	text-align: center;
	/* border-bottom: 1px solid #333; */
	border-bottom: 1px solid #ccd0d9;
	border-left: 4px solid #e90000;
	border-right: 4px solid #e90000;
	background: -webkit-gradient(linear,left top, left bottom,from(#ffffff),to(#e9eaee));
	background: -webkit-linear-gradient(#ffffff,#e9eaee);
	background: -o-linear-gradient(#ffffff,#e9eaee);
	background: linear-gradient(#ffffff,#e9eaee);
	font-weight: bold;
}


#promos3 .area-gnavi .teaser.no-img h2 a[target="_blank"]:after ,
#promos3 .area-gnavi .external-teaser.no-img h2 a[target="_blank"]:after ,
#promos3 .area-gnavi .sitemap-1st a[target="_blank"]:after {
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") no-repeat center center;
	background-size: contain;
	display: inline-block;
	width: 8px;
	height: 7px;
	vertical-align: middle;
	margin: 0 5px;
}

/* 通常リンク */
#promos3 .area-gnavi .teaser.no-img h2 a ,
#promos3 .area-gnavi .external-teaser.no-img h2 a ,
#promos3 .area-gnavi .sitemap-1st a:not(.gn-to-folder):not(.gn-folder-top) {
}

#promos3 .area-gnavi .teaser.no-img h2 a:before ,
#promos3 .area-gnavi .external-teaser.no-img h2 a:before ,
#promos3 .area-gnavi .sitemap-1st a:not(.gn-to-folder):not(.gn-folder-top):before {
	content: "";
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -5px;
	width: 9px;
	height: 9px;
	border: 6px solid transparent;
	border-left: 6px solid #e90000;
	-webkit-transform: scaleX(1.1);
	    -ms-transform: scaleX(1.1);
	        transform: scaleX(1.1);
}

/* 現在地表示 */
#promos3 .area-gnavi .sitemap-1st a.act:not(.gn-to-folder) {
/*	color: #fff; */
/*	background: #e90000; */
}


#promos3 .area-gnavi .sitemap-1st a.act:not(.gn-to-folder):before {
/*	content: none; */
}

/* ↑階層へ(BACK) */
#promos3 .area-gnavi .sitemap-1st .gn-back span {
	border-left: none;
	border-right: none;

	color: #fff;
	background: #5a5a5a;
}


/* ↓階層フォルダへ */
#promos3 .area-gnavi .sitemap-1st a.gn-to-folder {
}


#promos3 .area-gnavi .sitemap-1st a.gn-to-folder:before {
	content: "";
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -5px;
	width: 9px;
	height: 9px;
	border: 6px solid transparent;
	border-left: 6px solid #e90000;
	-webkit-transform: scaleX(1.1);
	    -ms-transform: scaleX(1.1);
	        transform: scaleX(1.1);
}

/* フォルダトップ */
#promos3 .area-gnavi .sitemap-1st a.gn-folder-top {
	color: #fff;
	background: #e90000;
}


#promos3 .area-gnavi .sitemap-1st a.gn-folder-top:before {
	content: "";
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -5px;
	width: 9px;
	height: 9px;
	border: 6px solid transparent;
	border-left: 6px solid #e90000;
	-webkit-transform: scaleX(1.1);
	    -ms-transform: scaleX(1.1);
	        transform: scaleX(1.1);
}

/* サイドナビのリンク設定 */
#promos3 .area-head-navi {
}

#promos3 .area-head-navi > div {
	position: absolute;
		bottom: 0;
	width: 100%;
	height: 70px;
	background: #fff;
	z-index: 1000;
}

/*
#promos3 .area-head-navi > div > div {
    border-top: 20px solid #e90000;
    border-left: 4px solid #e90000;
    border-bottom: 20px solid #e90000;
    border-right: 4px solid #e90000;
}
*/

#promos3 .area-head-navi .link-list {
	padding: 20px 10px;
	border-top: 1px solid #e0dfe5;
}

#promos3 .area-head-navi .link-list ul {
}
#promos3 .area-head-navi .link-list ul:after {
	content: "";
	clear: both;
}

#promos3 .area-head-navi .header-link {
	display: table;
	width: 100%;
	height: 70px;
}

#promos3 .area-head-navi .header-link > div {
	display: table-row;
}

#promos3 .area-head-navi .header-link > div > div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#promos3 .area-head-navi .header-link li {
	margin: 0 10px;
	display: inline-block;
}

#promos3 .area-head-navi .header-link li a {
	position: relative;
	padding-left: 15px;
	color: #555;
	font-size: 12px;
}

#promos3 .area-head-navi .header-link li a:before {
	content: "";
	display: block;
	position: absolute;
	top: 0.7em;
	left: 4px;
	width: 0;
	height: 0;
	margin-top: -4px;
	border: 3px solid transparent;
	border-left: 6px solid #e90000;
}





/* スライドMV */
[data-page-marker~="with-slider"] #mv ,
#area-slider {
/*
	display: block;
	width: 100%;
	padding-top: 48.07692vw;
	position: relative;
*/
	display: block;
	width: 100%;
	height: 64vw;
	top: 0;
	position: relative;

}

#area-slider {
	position: absolute;
/*	top: 205px;*/
	top: 135px;
	left: 0;
	overflow: hidden;
}

#area-slider > .column1 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
/*	width: calc(100% * 1400 / 1040);*/
/*	width: 134.61538%;*/
	width: 100%;
	height: 64vw;
}

#area-slider .slick-dots {
	bottom: 0;
	padding: 9px 0;
}

#area-slider .slick-dots li button {
	border-radius: 50%;
	background: rgba(0, 162, 88, 0.3);
	width: 8px;
	height: 8px;
}

#area-slider .slick-dots li.slick-active button {
	background: #00a258;
}

/*PC用画像を非表示*/
#area-slider .slick-track > div.slick-slide > div.column1 {
    display: none;
}


/* MV */
[data-page-marker~="with-mv"] #mv ,
#promos3 .area-mv {
	position: relative;
	display: block;
	width: 100%;
	height: 64vw;
	margin-bottom: 10px;
}

#promos3 .area-mv  {
	position: absolute;
/*	top: 205px;*/
	top: 135px;
	left: 0;
	overflow: hidden;
}
/* PC用画像を非表示*/
#promos3 .area-mv > .column1 {
	display: none;
}
#promos3 .area-mv > .column2 {
	margin: auto;
	height: auto;

	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

#promos3 .area-mv img {
	width: 100%;
}


/* MV ここまで */




/*-- 装飾用 --*/



/*-- タブ風スタイル --*/
.layout_link_tabstyle01 div.link-list:not(.highlight) {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul {
	margin: 0;

	display: table-row
}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul li[class] {
	margin: 0;
	padding: 0;
	background: none;

	display: table-cell;
}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul li[class]:before {
	content: none;
}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul li a {
	position: relative;
	overflow: visible;
	display: block;
	padding: 10px 0 2px;
	text-align: center;
	color: #00a258;
	text-decoration: none;
	border-bottom: 5px solid #dbdcdc;
}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul li a:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	display: block;
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-top: 15px solid #dbdcdc;
	margin-left: -15px;
}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul li.act a ,
.layout_link_tabstyle01 div.link-list:not(.highlight) ul li a:hover {
	color: #333;
	border-bottom-color: #00a258;

}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul li.act a:before ,
.layout_link_tabstyle01 div.link-list:not(.highlight) ul li a:hover:before {
	border-top-color: #00a258;
}

.layout_link_tabstyle01 div.link-list:not(.highlight) .mgnlEditorBar[aria-hidden="false"] + ul ,
.layout_link_tabstyle01 div.link-list:not(.highlight) .mgnlEditorBar[aria-hidden="false"] + ul li[class] {
	display: block;
	margin-bottom: 10px;
}

/*-- タブ風スタイル ここまで --*/



/*純金上場信託(金の果実)開示資料アーカイブ テキストなしリンクのアイコン非表示*/
.layout_archive_txtlink_no_icon > div.column1 > div.link-list > ul > li.text-without-link {
    background: none;
}

/*貴金属の特性 テーブル横特殊設定 １列目背景色変更・タイトル１列目直下ボーダーなし*/
.layout_feature_tbl_firtst_clm_grey td.ircalendar-item1 {
    background: #dde0e7;
	text-align: center;
	font-weight: bold;
}

.layout_feature_tbl_firtst_clm_grey td.ircalendar-item1:empty {
/*    border-top: none;*/
/* IEで線が消えなかったため、背景色の線で消す*/
	border-top-color: #dde0e7;
}
/*貴金属の特性 特殊設定ここまで*/

/* 転換（交換）の手続き 特殊設定 */

/*小口転換手続きに必要な受益権口数（概算）テーブル特殊設定*/
/* １行目のボーダーを消す。*/
.layout_unit_table_firtst_clm_grey .tbCore > tbody > tr:nth-child(1) > td {
    border: none;
}

/* 上部見出し、左見出しの背景色、テキスト配置、フォントを設定する*/
.layout_unit_table_firtst_clm_grey .tbCore > tbody > tr:nth-child(2) > td,
.layout_unit_table_firtst_clm_grey .tbCore > tbody > tr:nth-child(n + 3) > td:nth-child(1) {
    background: #dde0e7;
	text-align: center;
	font-weight: bold;
}

/* 転換（交換）の手続き 背景色変更 */
.layout_conversion_bg_grey {
	display: block;
	padding: 0px 15px;
    background: #e6e9ee;
}

.layout_conversion_bg_grey .title2:not(.highlight) h2 {
	background: none;
}

.layout_conversion_bg_grey p {
    padding: 0 15px 0 15px;
}

/* 転換（交換）の手続き 特殊設定ここまで */

/* ページイントロの下線 */
div#page-intro:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    margin-top: 0px;
    width: 100%;
/*    min-width: 1000px;*/
    height: 1px;
    background-color: #ccd0d9;
}

/*フッター設定 */
/*#site-info .area-footer-sitemap {*/
#site-info .area-footer-frame {
    display: none;
}


#site-info .area-footer-link a {
    color: #0066aa;
}

#site-info .area-footer-link a:visited {
	color: #3d4499;
}
#site-info .area-footer-link .link-list a {
    padding-left: 18px;
	position: relative;
	font-size: 12px;
	line-height: 19px;
}

/* 「法人等のお客様の情報について」のリンクを非表示*/
#site-info .area-footer-link .link-list a[href*="/houjin/jouhou"] {
	display: none;
}


#site-info .area-footer-link .link-list a:hover {
	text-decoration: underline
}

#site-info .area-footer-link .link-list a:before {
    content: "";
    left: 0;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-left: 6px solid #e90000;
    display: block;
    position: absolute;
    top: 0.7em;
    margin-top: -4px; 
}

/* 外窓で開くリンクの右三角アイコンを消す*/
#site-info .area-footer-link .link-list a[target="_blank"]:before {
	content: none;
}
/* PCアイコンをつける*/
#site-info .area-footer-link .link-list a[target="_blank"]:after {
  	content:"";
  	position: absolute;
	background: url("../../../../../../resources/sw_img/icon_link_pc.png") no-repeat;
	display: inline-block;
	background-size: contain;
	width: 9px;
	height: 7.6px;
	top: 0.5em;
	left: 0;
}

#site-info .area-trade-name {
    /* padding-top: 20px; */
    /* padding-bottom: 20px; */
    font-size: 11px;
    background-color: #f5f6f9;
    padding: 10px 20px;
}

#site-info .area-trade-name > div {
/*	width: 1000px;*/
	width: 100%;
}

#site-info .area-footer-link {
    position: relative;
    margin: 0;
    padding: 5px 20px;
    border-top: 1px solid #ccd0d9;
    border-bottom: 1px solid #ccd0d9;
    background-color: #f5f6f9;
}


#site-info .area-footer-link > div {
/*    width: 1000px;*/
	width: 100%;
    padding: 10px 0;
}

#site-info .area-footer-link .link-list li {
display: inline-block;
    padding-right: 15px;
    margin-right: 15px;
    padding-bottom: 5px;
}

#site-info .area-footer-link .link-list li:last-of-type {
	border-right: none;
}

#site-info .area-footer-copyright {
	width: 100%;
    background-color: #fff;
    font-size:10px;
    line-height:16px;
	height: 46px;
}
#site-info .area-footer-copyright > div {
/*	width: 1000px;*/
	width: 100%;
	margin-top: 10px;
}
#site-info .area-footer-copyright .text-section {
	text-align: center;
}
/*フッター設定 ここまで*/






/*-- ホーム バナースライダー  --*/
#sharewithmain .layout_slider {
	display: block;
	padding: 0 20px;
}

#sharewithmain .layout_slider * {
	margin-bottom: 0;
}

#sharewithmain .layout_slider .area-slider-recommend:not(.ready) {
	opacity: 0;
}

#area-slider-recommend .slick-prev ,
#area-slider-recommend .slick-next {
	width: 20px;
/*	height: 50px;*/
	height: 80px;
	top: 0;
    margin-top: 0;
	font-size: 0;
	background: #eaeaea;
	background: -webkit-gradient(linear,left top, left bottom,from(#ffffff),to(#e9eaee));
	background: -webkit-linear-gradient(#ffffff,#e9eaee);
	background: -o-linear-gradient(#ffffff,#e9eaee);
	background: linear-gradient(#ffffff,#e9eaee);
	border: 1px solid #ccd0d9;
}

#area-slider-recommend .slick-prev {
	left: -20px;
}

#area-slider-recommend .slick-next {
	right: -20px;
}

#area-slider-recommend .slick-prev:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 6px;
	margin-top: -3px;
	display: block;
	width: 0;
	height: 0;
	border: 3px solid transparent;
	border-left: none;
/*	border-right: 6px solid #aab3bf;*/
	border-right: 6px solid #e90000;
	opacity: 1;
}

#area-slider-recommend .slick-next:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 6px;
	margin-top: -3px;
	display: block;
	width: 0;
	height: 0;
	border: 3px solid transparent;
	border-right: none;
/*	border-left: 6px solid #aab3bf;*/
	border-left: 6px solid #e90000;

	opacity: 1;
}



/*-- タブ切り替え1 --*/
#sharewithmain .layout_tabstyle01 {
	margin-bottom: 20px;
}

.layout_tabstyle01 input[type=radio] {
	display: none;
}

#sharewithmain .layout_tabstyle01 > .column1 {
	width: 100%;
	margin: 0;
}

#sharewithmain .layout_tabstyle01 > .column2 ,
#sharewithmain .layout_tabstyle01 > .column3 ,
#sharewithmain .layout_tabstyle01 > .column4 ,
#sharewithmain .layout_tabstyle01 > .column5 {
	display: block;
	margin: 0;
	width: 100%;
	overflow: hidden;

	height: 0;
	padding: 0;
}

#sharewithmain .layout_tabstyle01 > .column2.active ,
#sharewithmain .layout_tabstyle01 > .column3.active ,
#sharewithmain .layout_tabstyle01 > .column4.active ,
#sharewithmain .layout_tabstyle01 > .column5.active ,
#sharewithmain .layout_tabstyle01 > .sw-tab-select0:checked ~ .column2 ,
#sharewithmain .layout_tabstyle01 > .sw-tab-select1:checked ~ .column3 ,
#sharewithmain .layout_tabstyle01 > .sw-tab-select2:checked ~ .column4 ,
#sharewithmain .layout_tabstyle01 > .sw-tab-select3:checked ~ .column5 {
	height: auto;
	border: 1px solid #ccc;
	padding: 2px 2px 0;
}

.layout_tabstyle01 > .column1 .ircalendar {
	width: 100%;
	display: table;
	table-layout: auto;
	border-collapse: collapse;
}

.layout_tabstyle01 > .column1 .ircalendar > .tableContents {
	display: table-row;
}

.layout_tabstyle01 > .column1 .ircalendar > .tableContents > * {
	display: table-cell;
	width: 25%;
	border: 1px solid #ccc;
}

.layout_tabstyle01 > .column1 .ircalendar div.ircalendar-item  {
}

.layout_tabstyle01 > .column1 .ircalendar div.ircalendar-item > table > tbody > tr > td {
	border: none;
	background: none;
	padding: 0;

	position: relative;
/*横幅320pxでヘッダレイアウトが崩れるのを防止*/
/*	padding: 10px 5px;*/
	padding: 10px 2px;
	background: -webkit-gradient(linear,left top, left bottom,from(#e7eaef),to(#ffffff));
	background: -webkit-linear-gradient(#e7eaef,#ffffff);
	background: -o-linear-gradient(#e7eaef,#ffffff);
	background: linear-gradient(#e7eaef,#ffffff);
	color: #333;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
}


.layout_tabstyle01 > .column1 .ircalendar div.ircalendar-item > table > tbody > tr > td:hover {
	background: -webkit-gradient(linear,left top, left bottom,from(#ffffff),to(#e9eaee));
	background: -webkit-linear-gradient(#ffffff,#e9eaee);
	background: -o-linear-gradient(#ffffff,#e9eaee);
	background: linear-gradient(#ffffff,#e9eaee);
}

.layout_tabstyle01 > .sw-tab-select0:checked ~ .column1 .sw-tab-label0 div.ircalendar-item > table > tbody > tr > td ,
.layout_tabstyle01 > .sw-tab-select1:checked ~ .column1 .sw-tab-label1 div.ircalendar-item > table > tbody > tr > td ,
.layout_tabstyle01 > .sw-tab-select2:checked ~ .column1 .sw-tab-label2 div.ircalendar-item > table > tbody > tr > td ,
.layout_tabstyle01 > .sw-tab-select3:checked ~ .column1 .sw-tab-label3 div.ircalendar-item > table > tbody > tr > td ,
.layout_tabstyle01 > .column1 .ircalendar div.ircalendar-item > table > tbody > tr > td.active {
	color: #fff;
	background: -webkit-gradient(linear,left top, left bottom,from(#ad190d),to(#e92404));
	background: -webkit-linear-gradient(#ad190d,#e92404);
	background: -o-linear-gradient(#ad190d,#e92404);
	background: linear-gradient(#ad190d,#e92404);
}

/*
.layout_tabstyle01 > .sw-tab-select0:checked ~ .column1 .sw-tab-label0 div.ircalendar-item > table > tbody > tr > td:hover ,
.layout_tabstyle01 > .sw-tab-select1:checked ~ .column1 .sw-tab-label1 div.ircalendar-item > table > tbody > tr > td:hover ,
.layout_tabstyle01 > .sw-tab-select2:checked ~ .column1 .sw-tab-label2 div.ircalendar-item > table > tbody > tr > td:hover ,
.layout_tabstyle01 > .sw-tab-select3:checked ~ .column1 .sw-tab-label3 div.ircalendar-item > table > tbody > tr > td:hover ,
.layout_tabstyle01 > .column1 .ircalendar div.ircalendar-item > table > tbody > tr > td.active:hover {
	color: #fff;
	background: linear-gradient(#e92404,#ad190d);
}
*/

.layout_tabstyle01 .graph {
	margin-bottom: 0;
}

.layout_tabstyle01 .graph .highcharts-container {
	margin: auto;
}

.layout_tabstyle01 .ircalendar .mgnlEditorBar[aria-hidden="false"] + .tableContents ,
.layout_tabstyle01 .ircalendar .mgnlEditorBar[aria-hidden="false"] + .tableContents > * {
	display: block;
}



/*---- 価格表 ----*/
.layout_topbox_price .tbCore tr td {
	padding: 20px 10px;
}

.layout_topbox_price .tbCore tr:nth-child(1) td ,
.layout_topbox_price .tbCore tr:nth-child(2) td {
	padding: 5px 10px;
	text-align: center;
}

.layout_topbox_price .tbCore tr:first-child td:first-child {
	background: #c4c8d1;
}

.layout_topbox_price .tbCore tr:first-child td:first-child ~ td[colspan="2"] {
	background: #ea0001;
	color: #fff;
}

.layout_topbox_price .tbCore tr:first-child td[colspan="3"] {
	background: #5a5a5a;
	color: #fff;
}

.layout_topbox_price .tbCore tr td:nth-child(2) {
	font-weight: bold;
}

.layout_topbox_price .tbCore tr td:nth-child(1) ,
.layout_topbox_price .tbCore tr td:nth-child(2) {
	background: #ecf0f3;
}

.ux_digit_color .tbCore td.digitMinus ,
.layout_topbox_price .tbCore td.digitMinus {
	color: red;
}

.ux_digit_color .tbCore td.digitPlus ,
.layout_topbox_price .tbCore td.digitPlus {
/*	color: blue;*/
	color: #28b62b;
}

/* シリーズの魅力 もっと詳しく知りたい方へ 枠線設定 */
.layout_charm_double_line {
	display: block;
	width: 100%;
	border: 1px solid #dde0e7;
	border-radius: 5px;
    padding: 2px;
	margin-bottom: 20px;
}

.layout_charm_double_line > div.column1 {
    margin: 0;
	width: 100%;
    padding: 15px;
    border: 4px solid #dde0e7;
	border-radius: 2px;
}
/* シリーズの魅力 もっと詳しく知りたい方へ 枠線設定  ここまで*/


/* ラインナップ ＞ 各商品 */
/* 最新開示資料のカラムに枠線 */
.layout_lineup_latest01 > div {
	padding: 20px 20px 0;
	border: 1px solid #ccd0d9;
}

/* 最新開示資料の下のリンクを右揃えに */
.layout_lineup_latest02 {
	padding-top: 20px;
}

.layout_lineup_latest02 .link-list ul {
/*	float: right;*/
	float: left;
}
/* ラインナップ ＞ 各商品 ここまで */






/*-- ハードポイント用スタイルリセット メインリア用別エリア・別パーツ表示用 ここから--*/
/* 通常パーツ設定をこの設定で上書きし、さらに後からセレクタにid指定を入れて上書きする */
.layout_reset .reuse-main-area *:not(.mgnlEditor):not(.mgnlEditorBarLabel):not(.mgnlEditorBarButtons):not(.editorIcon):before ,
.layout_reset .reuse-main-area *:not(.mgnlEditor):not(.mgnlEditorBarLabel):not(.mgnlEditorBarButtons):not(.editorIcon):after ,
.layout_reset .reuse-main-area *:not(.mgnlEditor):not(.mgnlEditorBarLabel):not(.mgnlEditorBarButtons):not(.editorIcon) ,
.layout_reset .reuse-component *:not(.mgnlEditor):not(.mgnlEditorBarLabel):not(.mgnlEditorBarButtons):not(.editorIcon):before ,
.layout_reset .reuse-component *:not(.mgnlEditor):not(.mgnlEditorBarLabel):not(.mgnlEditorBarButtons):not(.editorIcon):after ,
.layout_reset .reuse-component *:not(.mgnlEditor):not(.mgnlEditorBarLabel):not(.mgnlEditorBarButtons):not(.editorIcon) {
	content: none;
	margin: auto;
	padding: 0;
	clear: none;
	vertical-align: inherit;
	text-align: inherit;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	font-weight: inherit;
	text-decoration: inherit;
	line-height: inherit;
	letter-spacing: normal;
	float: none;
	position: static;
	width: auto;
	height: auto;
	min-width: auto;
	min-height: auto;
	max-width: none;
	max-height: none;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	border-radius: 0;
	border: none;
	background: none;
	outline: none;
	opacity: 1;
	text-shadow: none;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;

	display: block;
}

#sharewithmain .layout_reset a {
	cursor: pointer;
}

#sharewithmain .layout_reset img {
	max-width: 100%;
}

#sharewithmain .layout_reset a:hover img {
	opacity: 0.7;
}

/*-- ハードポイント用スタイルリセット メインリア用別エリア・別パーツ表示用 ここまで--*/

/*----- 貴金属市場に係るレポート 年タブリンク -----*/
#sharewithmain .area-year-navi {
}

#sharewithmain .area-year-navi .sitemap-1st br {
/*	display: none; */
}

#sharewithmain .area-year-navi .sitemap-1st > a ,
#sharewithmain .area-year-navi .sitemap-1st ul ul {
	display: none;
}

#sharewithmain .area-year-navi .sitemap-1st {
	font-size: 0;
}

#sharewithmain .area-year-navi .sitemap-1st > ul > li {
	display: inline-block;
	margin-right: -1px;
	border-left: 1px solid #dde2e4;
	border-right: 1px solid #dde2e4;
}

#sharewithmain .area-year-navi .sitemap-1st a {
	position: relative;
	display: block;
	padding: 10px 30px;
	text-align: center;
	font-size: 15px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	border-top: 1px solid #dde2e4;
	border-bottom: 1px solid #dde2e4;
	background: -webkit-gradient(linear,left top, left bottom,from(#ffffff),to(#e9eaee));
	background: -webkit-linear-gradient(#ffffff,#e9eaee);
	background: -o-linear-gradient(#ffffff,#e9eaee);
	background: linear-gradient(#ffffff,#e9eaee);
}

/*
#sharewithmain .area-year-navi .sitemap-1st a:before {
	content: "";
	display: block;
	right: 0;
	top: 0;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-bottom: 5px solid #e90000;
	position: absolute;
	transform: rotate(45deg);
}
*/

#sharewithmain .area-year-navi .sitemap-1st a span {
	display: none;
}

#sharewithmain .area-year-navi .sitemap-1st a:hover {
	background: -webkit-gradient(linear,left top, left bottom,from(#e9eaee),to(#ffffff));
	background: -webkit-linear-gradient(#e9eaee,#ffffff);
	background: -o-linear-gradient(#e9eaee,#ffffff);
	background: linear-gradient(#e9eaee,#ffffff);
}

#sharewithmain .area-year-navi .sitemap-1st a.act ,
#sharewithmain .area-year-navi .sitemap-1st a.within {
	color: #fff;
/*	background: linear-gradient(#ad190d,#e92404);*/
	background: -webkit-gradient(linear,left top, left bottom,from(#e92404),to(#ad190d));
	background: -webkit-linear-gradient(#e92404,#ad190d);
	background: -o-linear-gradient(#e92404,#ad190d);
	background: linear-gradient(#e92404,#ad190d);
	border-top-color: #e92404;
	border-bottom-color: #ad190d;
}

/*#sharewithmain .area-year-navi .sitemap-1st a.act:hover ,
#sharewithmain .area-year-navi .sitemap-1st a.within:hover {
*/
#sharewithmain .area-year-navi .sitemap-1st a:hover ,
#sharewithmain .area-year-navi .sitemap-1st a:hover {
	color: #fff;
/*	background: linear-gradient(#e92404,#ad190d);*/
	background: -webkit-gradient(linear,left top, left bottom,from(#ad190d),to(#e92404));
	background: -webkit-linear-gradient(#ad190d,#e92404);
	background: -o-linear-gradient(#ad190d,#e92404);
	background: linear-gradient(#ad190d,#e92404);
	border-top-color: #ad190d;
	border-bottom-color: #e92404;
}

/*----- 貴金属市場に係るレポート 年タブリンク ここまで -----*/

/*----- 転換のお申し込みを受付できない日 カレンダー -----*/
.layout_f_calendar .reuse-main-area > div:not(.mgnlEditor) {
	display: none;
}



/*----- 転換のお申し込みを受付できない日 カレンダー ここまで -----*/








/*注意事項１設定 */

.layout_attention1 {
	/*    border: 1px solid #e90000;*/
	width: auto;
}
.layout_attention1 > div.column1 {
	width: auto;
	margin: 0;
	padding: 0 10px;
    border: 1px solid #e90000;

}


/* 背景色、パディングの設定*/
.layout_attention1 .text-section {
	margin: 0;
	margin-left: 8px;
	padding: 16px 8px;
}

 /*.layout_attention1.text-section,*/
.layout_attention1 .highlight-quoted-text {
    margin: 0;
/*    padding: 10px 10px 0 10px;*/
	padding: 0 8px 20px 8px;
    background: #fff;
}

/* 見出し設定 */
.layout_attention1 .text-section {
    -webkit-background-size: 5px 5px;
    font-size: 1.2em;
    font-weight: bold;
}
/*見出しイメージの位置調整*/
.layout_attention1 .text-section.has-img > img {
    margin: 0;
/*    margin-right: 10px;*/
    margin-top: 5px;
}

*/
/*注意事項１設定 ここまで */

/*注意事項２、３設定 */
#sharewithmain .layout_attention2 ,
#promos3 .layout_attention3 {
/*	width: 750px;*/
	width: auto;
/*	margin-left: 0;*/
/*	border: 1px solid #ccd0d9;*/
/*	padding: 15px 15px 8px 15px;*/
/*	color: #666666;*/
}

#sharewithmain .layout_attention2 > div {
	width: auto;
	margin: 0;
	padding: 30px 20px;
	color: #666666;
	font-size: 12px;
	border: 1px solid #ccd0d9;
	margin-bottom: 15px;
}

#promos3 .layout_attention3 > div {
	width: calc(100% - 20px);
	padding: 30px 20px;
	color: #666666;
	font-size: 12px;
	border: 1px solid #ccd0d9;
	margin-bottom: 15px;
}

.col-subcol #sharewithmain .layout_attention2 ,
.col-subcol #promos3 .layout_attention3 {
/*	width: 1000px;*/
	width: auto;
}

/* #promos3に置いた「注意事項_下層」は、インデックスページで表示しない。*/
/*[data-page-path="/ja/index"] #sharewithmain .layout_attention2 ,*/
[data-page-path="/ja/index"] #promos3 .layout_attention3 {
	display: none;
}
/*【英語用の設定】*/
[data-page-path="/en/index"] #promos3 .layout_attention3 {
	display: none;
}


/* パディングの設定*/
#sharewithmain .layout_attention2 .text-section ,
#promos3 .layout_attention3 .text-section {
	margin-bottom: 10px;
}

/* 囲み線テキストの設定をする場合*/
#sharewithmain .layout_attention2 .highlight-quoted-text ,
#promos3 .layout_attention3 .highlight-quoted-text {
	background-color: #e6e9ee;
	padding: 15px 20px;
	margin: 0 auto 10px;
/*	border: 1px solid #e90000; */
/*	background: #fff; */
}

/*------- CKエディタ ----------*/
#promos3 .layout_attention3 .highlight-quoted-text br ,
#promos3 .layout_attention3 .text-section br {
	display: inline;
}

#promos3 .layout_attention3 .highlight-quoted-text ol ,
#promos3 .layout_attention3 .text-section ol {
	padding-left:2em;
	list-style:decimal;
}

#promos3 .layout_attention3 .highlight-quoted-text ol li ,
#promos3 .layout_attention3 .text-section ol li {
	display: list-item;
	list-style:inherit;
}

#promos3 .layout_attention3 .highlight-quoted-text ul ,
#promos3 .layout_attention3 .text-section ul {
	padding-left:2em;
	list-style:disc;
}

#promos3 .layout_attention3 .highlight-quoted-text ul li ,
#promos3 .layout_attention3 .text-section ul li {
	display: list-item;
	list-style:inherit;
}

#promos3 .layout_attention3 .highlight-quoted-text em ,
#promos3 .layout_attention3 .text-section em {
	/* メイリオにはイタリック体が無い為 */
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN",'ＭＳ Ｐゴシック','MS PGothic', "メイリオ", Meiryo, sans-serif;
	font-style:italic;
}

#promos3 .layout_attention3 .highlight-quoted-text a ,
#promos3 .layout_attention3 .text-section a {
	display: inline;
	vertical-align: baseline;
	word-break: break-all;
}

#promos3 .layout_attention3 .highlight-quoted-text a:link ,
#promos3 .layout_attention3 .text-section a:link {
	color: #0066aa;
	text-decoration: none;
}

#promos3 .layout_attention3 .highlight-quoted-text a:visited ,
#promos3 .layout_attention3 .text-section a:visited {
	color: #3d4499;
	text-decoration: none;
}

#promos3 .layout_attention3 .highlight-quoted-text a:hover ,
#promos3 .layout_attention3 .highlight-quoted-text a:active ,
#promos3 .layout_attention3 .text-section a:hover ,
#promos3 .layout_attention3 .text-section a:active {
	color: #0066aa;;
	text-decoration: underline;
}

/* 別窓アイコン */
#promos3 .layout_attention3 .highlight-quoted-text a[target="_blank"]:after ,
#promos3 .layout_attention3 .text-section 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: 14px;
	height: 12px;
	vertical-align: middle;
	margin: 0 5px;
}

/* PDFアイコン */
#promos3 .layout_attention3 .highlight-quoted-text a[href$=".pdf"]:after ,
#promos3 .layout_attention3 .highlight-quoted-text a[href*=".pdf#"]:after ,
#promos3 .layout_attention3 .text-section a[href$=".pdf"]:after ,
#promos3 .layout_attention3 .text-section 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 5px;
}

/*注意事項２設定 ここまで*/

/* 一覧ボタンあり見出し設定（トップページ/）*/
.layout_h_with_button {
    position: relative;
}

.layout_h_with_button > div {
    position: relative;
    display: block;
}

.layout_h_with_button .teaser.no-img:not(.highlight),
.layout_h_with_button .external-teaser.no-img:not(.highlight) {
    position: absolute;
    display:block;
    right: 0;
	top: 10px;
    margin-right: 15px;

}


.layout_h_with_button .teaser.no-img:not(.highlight) h2,
.layout_h_with_button .external-teaser.no-img:not(.highlight) h2 {
	margin: 0;
    line-height: 1.3;
/*    display: table;*/
	display: block;
    position: relative;
/*    margin-top: 9px;*/
	margin-top: -2px;
}

.layout_h_with_button .teaser.no-img:not(.highlight) h2 > a,
.layout_h_with_button .external-teaser.no-img:not(.highlight) h2 > a {
	border-radius: 20px;
    -webkit-box-sizing: content-box;
    box-sizing: border-box;
	height: 28px;
    width: 115px;
/*    display: table-cell;*/
	display: block;
    vertical-align: middle;
	padding: 5px 6px 2px 20px;
    text-decoration: none;
}


.layout_h_with_button .teaser.no-img:not(.highlight) h2 > a:after,
.layout_h_with_button .external-teaser.no-img:not(.highlight) h2 > a:after {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;

	content: "";
    left: 18px;
	top: 50%;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-left: 6px solid #e90000;
    display: block;
    position: absolute;
    margin-top: -4px;
}

/*動画再生ボタンの表示 動画で分かる「金の果実」*/
div.external-teaser:not(.no-img) > a[href*="//www.youtube.com/"] ,
div.external-teaser:not(.no-img) > a[href*="//youtu.be/"] {
    position: relative;
}

div.external-teaser:not(.no-img) > a[href*="//www.youtube.com/"]:before ,
div.external-teaser:not(.no-img) > a[href*="//youtu.be/"]:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0, 0.3) url(../../../../../../resources/sw_img/youtube_icon.png) no-repeat center center;
}

div.external-teaser:not(.no-img) > a[href*="//www.youtube.com/"] img ,
div.external-teaser:not(.no-img) > a[href*="//youtu.be/"] img {
	opacity: 1;
}

div.external-teaser:not(.no-img) > a[href*="//www.youtube.com/"]:hover:before ,
div.external-teaser:not(.no-img) > a[href*="//youtu.be/"]:hover:before {
	background-color: rgba(0,0,0, 0.1);
}


/* ----- ブログ注意選択画面 ボタン ----- */
#area-dialog-box .modaal-confirm-wrap {
	padding-top: 0;
}

#area-dialog-box .teaser.no-img:not(.highlight) ,
#area-dialog-box .external-teaser.no-img:not(.highlight) {
	max-width: 500px;
}

#area-dialog-box .teaser.no-img:not(.highlight) h2 ,
#area-dialog-box .external-teaser.no-img:not(.highlight) h2 {
	position: relative;
	display: table;
    width: 100%;
}

#area-dialog-box .teaser.no-img:not(.highlight) h2 a ,
#area-dialog-box .external-teaser.no-img:not(.highlight) h2 a {
	height: 80px;
    display: table-cell;
    vertical-align: middle;
	padding: 10px 20px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    /* background-color: #DCE5F4; */
    background: -webkit-gradient(linear,left top, left bottom,from(#ffffff),to(#e9eaee));
    background: -webkit-linear-gradient(#ffffff,#e9eaee);
    background: -o-linear-gradient(#ffffff,#e9eaee);
    background: linear-gradient(#ffffff,#e9eaee);
    border: 1px solid #ced2db;
    text-decoration: none;
}

/*#area-dialog-box .teaser.no-img:not(.highlight) h2 a:after ,*/
/*#area-dialog-box .external-teaser.no-img:not(.highlight) h2 a:after {*/
#area-dialog-box .teaser.no-img:not(.highlight) h2 a:after ,
#area-dialog-box .external-teaser.no-img:not(.highlight) h2 a:after ,
/* ↓Safariで押したいいえボタンのアイコンが黒くなるバグ(原因：a:visitedの色が黒だった)の修正↓*/
#area-dialog-box .teaser.no-img:not(.highlight) h2 a:visited:after ,
#area-dialog-box .external-teaser.no-img:not(.highlight) h2 a:visited:after {
	content: "";
    position: absolute;
	display: block;
	content: "";
    display: block;
    right: 0;
    top: 0;
    width: 0;
    height: 0;

    border: 5px solid transparent;
	border-bottom: 5px solid #e90000;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

#area-dialog-box .teaser.no-img:not(.highlight) h2 a[target="_blank"]:after ,
#area-dialog-box .external-teaser.no-img:not(.highlight) h2 a[target="_blank"]:after {
	content: "";
    position: absolute;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
	display: block;
    width: 10px;
    height: 9px;
    right: 0;
    top: 0;
}

#area-dialog-box .teaser.no-img:not(.highlight) p ,
#area-dialog-box .external-teaser.no-img:not(.highlight) p {
}

#area-dialog-box .teaser.no-img:not(.highlight) h2 a:hover ,
#area-dialog-box .external-teaser.no-img:not(.highlight) h2 a:hover {
    /*background-color: #7F9BDA; */
    background: -webkit-gradient(linear,left top, left bottom,from(#e9eaee),to(#ffffff));
    background: -webkit-linear-gradient(#e9eaee,#ffffff);
    background: -o-linear-gradient(#e9eaee,#ffffff);
    background: linear-gradient(#e9eaee,#ffffff);
	/*color: #fff;*/
}
#area-dialog-box .empty {
	display: none;
}

#area-dialog-box button {
	text-decoration: none;
}

#area-dialog-box .modaal-confirm-btn.modaal-ok,
#area-dialog-box .modaal-confirm-btn.modaal-cancel {
	background: none;
}

#area-dialog-box .modaal-confirm-wrap button {
	width: calc(100% - 20px);
	padding-left: 0;
	padding-right: 0;
}

/* 注意選択画面 英語サイト用設定*/

/*文字数が多いため、en配下の画面パディングをつめる。*/
[data-page-path^="/en/"] .modaal-content-container {
    padding: 10px;
}
/* 【英語】注意画面(Disclaimer > Inportant Notice)のリンクリスト中央寄せ*/
[data-page-path^="/en/"] #area-dialog-box .link-list ul {
	text-align: center;
}
[data-page-path^="/en/"] #area-dialog-box .link-list ul li{
	display: inline-block;
}
/* 文字数が多いため、マージンをつめる。*/
[data-page-path^="/en/"] #area-dialog-box > div > div > div {
    margin-bottom: 0;
}
/* 注意選択画面 英語サイト用設定 ここまで*/

/*-- ブログ配下ページ 強制的にフォントサイズ指定解除 --*/
[data-category~="blog"] .text-section:not(.highlight) a ,
[data-category~="blog"] .text-section:not(.highlight) p ,
[data-category~="blog"] .text-section:not(.highlight) span {
	color: inherit !important;
	font-size: inherit !important;
}

/*ニュース日付とニュースの間の余白を詰める*/
/*豊島逸夫氏プロフィールページ*/
/*池水雄一氏プロフィールページ*/
/*池水雄一の貴金属講座　ブログ一覧*/
/*池水雄一の貴金属講座　ブログ一覧*/
.layout_no_category_icon .basic-list:not(.thumnail) ul.tabItems li h3,
.layout_no_category_icon .basic-list-english:not(.thumnail) ul.tabItems li h3 {
    padding-left: 8em;
}
/* お知らせ配下のサイドナビを表示しない設定 */
[data-page-path^="/ja/info/"] #nav {
	display: none;
}

/*【英語用】 お知らせ配下のサイドナビを表示しない設定 */
[data-page-path^="/en/info/"] #nav {
	display: none;
}


/* パンくず一括設定 */
#promos3 .area-bread > *:not(.mgnlEditor) {
	display: none;
}


/* ブログ プロフィール */
#promos3 .area-profile > div:not(.mgnlEditor) ,
#promos3 .area-profile-content > div:not(.mgnlEditor) {
	display: none;
}
/****旧設定
#promos3 .area-profile > *:not(.mgnlEditor) {
	display: none;
}
****/


body:not(.superMulti) #profile {
	display: none;
}

#profile {
	width: 100%;
	margin: 20px auto;
}

#profile > .reuse-main-area > div {
	display: block;
	padding: 20px 20px 0;
	background: #f5f6f9;
}

#profile .teaser.no-img:not(.highlight) ,
#profile .external-teaser.no-img:not(.highlight) {
	max-width: 500px;
}

#profile .teaser.no-img:not(.highlight) h2 ,
#profile .external-teaser.no-img:not(.highlight) h2 {
	position: relative;
	display: table;
    width: 100%;
}

#profile .teaser.no-img:not(.highlight) h2 a ,
#profile .external-teaser.no-img:not(.highlight) h2 a {
    display: table-cell;
    vertical-align: middle;
	padding: 10px 20px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    background: -webkit-gradient(linear,left top, left bottom,from(#ffffff),to(#e9eaee));
    background: -webkit-linear-gradient(#ffffff,#e9eaee);
    background: -o-linear-gradient(#ffffff,#e9eaee);
    background: linear-gradient(#ffffff,#e9eaee);
    border: 1px solid #ced2db;
    text-decoration: none;
}

#profile .teaser.no-img:not(.highlight) h2 a:after ,
#profile .external-teaser.no-img:not(.highlight) h2 a:after {

	content: "";
    position: absolute;
	display: block;
	content: "";
    display: block;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border: 5px solid transparent;
	border-bottom: 5px solid #e90000;
    position: absolute;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);

}

#profile .teaser.no-img:not(.highlight) h2 a[target="_blank"]:after ,
#profile .external-teaser.no-img:not(.highlight) h2 a[target="_blank"]:after {
	content: "";
    position: absolute;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
	display: block;
    width: 10px;
    height: 9px;
    right: 0;
    top: 0;
}

#profile .teaser.no-img:not(.highlight) p ,
#profile .external-teaser.no-img:not(.highlight) p {
}

#profile .teaser.no-img:not(.highlight) h2 a:hover ,
#profile .external-teaser.no-img:not(.highlight) h2 a:hover {
    background: -webkit-gradient(linear,left top, left bottom,from(#e9eaee),to(#ffffff));
    background: -webkit-linear-gradient(#e9eaee,#ffffff);
    background: -o-linear-gradient(#e9eaee,#ffffff);
    background: linear-gradient(#e9eaee,#ffffff);
}


#profile .text-section h2 ,
#profile .title2:not(.highlight) h2 {
    position: relative;
    padding-bottom: 11px;
    padding-left: 15px;
    padding-top: 0;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    border-bottom: solid 2px #aa180e;
    background: #f5f7fa;
    margin-bottom: 20px;
    margin-top: 0;
}
#profile .text-section h2:after ,
#profile .title2:not(.highlight) h2:after {
	content: "";
    position: absolute;
    left: 0;
    top: calc(0.2em / 2);
    display: block;
    width: 5px;
    height: 1em;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e52307), to(#b3190b));
    background-image: -webkit-linear-gradient(#e52307, #b3190b);
    background-image: -o-linear-gradient(#e52307, #b3190b);
    background-image: linear-gradient(#e52307, #b3190b);
}

/* モーダルダイアログ 枠余白 */
.modaal-content-container {
	padding: 10px;
}

/*-- メインビジュアルの上にぱんくずを表示する設定 --*/
[data-page-marker~="with-mv"] .bread-crumb {
	position: absolute;
/*	top: 204px;*/
	top: 134px;
	z-index: 1;
	margin-top: 0;
}

[data-page-marker~="with-mv"] #wrapper-2 {
	margin-top: 30px;
}

[data-page-marker~="with-mv"] #promos3 .area-mv {
	position: absolute;
/*	top: 231px;*/
	top: 161px;
	left: 0;
	overflow: hidden;
}
/*-- メインビジュアルの上にぱんくずを表示する設定 ここまで--*/



/* 以下、現在未使用スタイル*/
/* h3に一覧ボタンをつける場合の設定 */
.layout_h_with_button_h3 {
    position: relative;
}

.layout_h_with_button_h3 > div {
    position: relative;
    display: block;
}

.layout_h_with_button_h3 .teaser.no-img:not(.highlight),
.layout_h_with_button_h3 .external-teaser.no-img:not(.highlight) {
    position: absolute;
    display:block;
    right: 0;
	top: 10px;
    margin-right: 15px;

}


.layout_h_with_button_h3 .teaser.no-img:not(.highlight) h2,
.layout_h_with_button_h3 .external-teaser.no-img:not(.highlight) h2 {
	margin: 0;
    line-height: 1.3;
/*    display: table;*/
	display: block;
    position: relative;
/*    margin-top: 9px;*/
	margin-top: -2px;
}

.layout_h_with_button_h3 .teaser.no-img:not(.highlight) h2 > a,
.layout_h_with_button_h3 .external-teaser.no-img:not(.highlight) h2 > a {
	border-radius: 20px;
    -webkit-box-sizing: content-box;
    box-sizing: border-box;
	height: 28px;
    width: 115px;
/*    display: table-cell;*/
	display: block;
    vertical-align: middle;
	padding: 5px 6px 2px 20px;
    text-decoration: none;
}


.layout_h_with_button_h3 .teaser.no-img:not(.highlight) h2 > a:after,
.layout_h_with_button_h3 .external-teaser.no-img:not(.highlight) h2 > a:after {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;

	content: "";
    left: 18px;
	top: 50%;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-left: 6px solid #e90000;
    display: block;
    position: absolute;
    margin-top: -4px;
}

/* 通常ボタン（小サイズ画像なしバナーボタン）の設定*/
[role="main"] .teaser.no-img.highlight ,
[role="main"] .external-teaser.no-img.highlight {
	max-width: 500px;
	border-radius: 10px;
}

[role="main"] .teaser.no-img.highlight h2 ,
[role="main"] .external-teaser.no-img.highlight h2 {
	position: relative;
	display: table;
    width: 100%;
}

[role="main"] .teaser.no-img.highlight h2 a ,
[role="main"] .external-teaser.no-img.highlight h2 a {
	height: 30px;
    display: table-cell;
    border-radius: 20px;
    vertical-align: middle;
	padding: 10px 20px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    background: -webkit-gradient(linear,left top, left bottom,from(#ffffff),to(#e9eaee));
    background: -webkit-linear-gradient(#ffffff,#e9eaee);
    background: -o-linear-gradient(#ffffff,#e9eaee);
    background: linear-gradient(#ffffff,#e9eaee);
    border: 1px solid #ced2db;
    text-decoration: none;
}


[role="main"] .teaser.no-img.highlight h2 a:before ,
[role="main"] .external-teaser.no-img.highlight h2 a:before {
	content: "";
	background: url("../../../../../../resources/sw_img/icon_arrow_red.png") center center no-repeat;
	
	background-size: contain;
	display: inline-block;
	width: 5px;
	height: 5px;
	top: 0;
	vertical-align: middle;
	margin-left: 5px;
	margin-top: -5px;
}

[role="main"] .teaser.no-img.highlight h2 a[target="_blank"]:before,
[role="main"] .external-teaser.no-img.highlight h2 a[target="_blank"]:before {
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
    display: inline-block;
    top: 0.5em;
    width: 10px;
    height: 9px;
	margin-right: 5px;
	margin-top: -5px;
}

[role="main"] .teaser.no-img.highlight p ,
[role="main"] .external-teaser.no-img.highlight p {
}

[role="main"] .teaser.no-img.highlight h2 a:hover ,
[role="main"] .external-teaser.no-img.highlight h2 a:hover {
    background: -webkit-gradient(linear,left top, left bottom,from(#e9eaee),to(#ffffff));
    background: -webkit-linear-gradient(#e9eaee,#ffffff);
    background: -o-linear-gradient(#e9eaee,#ffffff);
    background: linear-gradient(#e9eaee,#ffffff);
}

/* 注意喚起画面非表示 */
#promos3 .area-dialog > *:not(.mgnlEditor) {
	display: none;
}

/*----- 外部サイト警告ダイアログ -----*/
#promos3 .area-outer-link > *:not(.mgnlEditor) ,
#promos3 .area-dialog-disclaimer3 > *:not(.mgnlEditor) ,
#promos3 .area-dialog-disclaimer4 > *:not(.mgnlEditor) ,
#promos3 .area-dialog-disclaimer5 > *:not(.mgnlEditor) {
	display: none;
}

.dialog-outer-link .modaal-confirm-btn.modaal-ok ,
.dialog-outer-link .modaal-confirm-btn.modaal-cancel ,
.dialog-disclaimer-link .modaal-confirm-btn.modaal-ok ,
.dialog-disclaimer-link .modaal-confirm-btn.modaal-cancel {
	position: relative;
	display: inline-block;
    vertical-align: middle;
	margin: 5px;
	width: 250px;
	padding: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    background: -webkit-gradient(linear,left top, left bottom,from(#ffffff),to(#e9eaee));
    background: -webkit-linear-gradient(#ffffff,#e9eaee);
    background: -o-linear-gradient(#ffffff,#e9eaee);
    background: linear-gradient(#ffffff,#e9eaee);
    border: 1px solid #ced2db;
    text-decoration: none;
}

.dialog-outer-link .modaal-confirm-btn.modaal-ok:hover ,
.dialog-outer-link .modaal-confirm-btn.modaal-ok:active ,
.dialog-outer-link .modaal-confirm-btn.modaal-cancel:hover ,
.dialog-outer-link .modaal-confirm-btn.modaal-cancel:active ,
.dialog-disclaimer-link .modaal-confirm-btn.modaal-ok:hover ,
.dialog-disclaimer-link .modaal-confirm-btn.modaal-ok:active ,
.dialog-disclaimer-link .modaal-confirm-btn.modaal-cancel:hover ,
.dialog-disclaimer-link .modaal-confirm-btn.modaal-cancel:active {
    background: -webkit-gradient(linear,left top, left bottom,from(#e9eaee),to(#ffffff));
    background: -webkit-linear-gradient(#e9eaee,#ffffff);
    background: -o-linear-gradient(#e9eaee,#ffffff);
    background: linear-gradient(#e9eaee,#ffffff);
}

.dialog-outer-link .modaal-confirm-btn.modaal-ok:before ,
.dialog-outer-link a:visited .modaal-confirm-btn.modaal-ok:before ,
.dialog-disclaimer-link .modaal-confirm-btn.modaal-ok:before ,
.dialog-disclaimer-link a:visited .modaal-confirm-btn.modaal-ok:before {
	content: "";
    top: 8px;
    right: 5px;
    width: 10px;
    height: 9px;
	border: none;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
    display: block;
    position: absolute;
    margin-top: -3px;
}

.dialog-outer-link .modaal-confirm-btn.modaal-cancel:before ,
.dialog-disclaimer-link .modaal-confirm-btn.modaal-cancel:before {
	content: "";
    position: absolute;
	display: block;
	content: "";
    display: block;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border: 5px solid transparent;
	border-bottom: 5px solid #e90000;
    position: absolute;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);

}


.dialog-outer-link .modaal-confirm-btn.modaal-ok:after ,
.dialog-disclaimer-link .modaal-confirm-btn.modaal-ok:after {
}

.dialog-outer-link .modaal-confirm-btn.modaal-ok:hover ,
.dialog-outer-link .modaal-confirm-btn.modaal-cancel:hover ,
.dialog-disclaimer-link .modaal-confirm-btn.modaal-ok:hover ,
.dialog-disclaimer-link .modaal-confirm-btn.modaal-cancel:hover {
}


.modaal-confirm-wrap {
	padding-top: 0;
}


/* 基準価額 */
.layout_table_standard_price .tbCore tr + tr + tr td {
    padding: 20px 10px;
}

.layout_table_standard_price .tbCore tr:first-child td:first-child {
	background: #c4c8d1;
}

.layout_table_standard_price .tbCore tr:first-child td:first-child ~ td[colspan="2"] {
	background: #ea0001;
	color: #fff;
}

.layout_table_standard_price .tbCore tr:first-child td:first-child ~ td[colspan="2"] ~ td[colspan="2"] {
	background: #404040;
	color: #fff;
}

.layout_table_standard_price .tbCore tr:first-child td:first-child ~ td[colspan="2"] ~ td[colspan="2"] ~ td[colspan="2"] {
	background: #5a5a5a;
	color: #fff;
}

.layout_table_standard_price .tbCore tr td:nth-child(1) ,
.layout_table_standard_price .tbCore tr td:nth-child(2) {
	background: #ecf0f3;
}



/* 基準価額 */
.layout_table_standard_price2 .tbCore tr:first-child td[rowspan="1"] {
    height: 56px;
}

.layout_table_standard_price2 .tbCore tr + tr + tr td {
/*    padding: 20px 10px; */
}

.layout_table_standard_price2 .tbCore tr:first-child td:first-child {
	background: #c4c8d1;
}

.layout_table_standard_price2 .tbCore tr:first-child td:first-child ~ td[colspan="2"] {
	background: #ea0001;
	color: #fff;
}

.layout_table_standard_price2 .tbCore tr:first-child td[colspan="3"] ,
.layout_table_standard_price2 .tbCore tr:first-child td:first-child ~ td[colspan="2"] ~ td[colspan="2"] {
	background: #404040;
	color: #fff;
}

.layout_table_standard_price2 .tbCore tr:first-child td:first-child ~ td[colspan="2"] ~ td[colspan="2"] ~ td[colspan="2"] {
	background: #5a5a5a;
	color: #fff;
}

.layout_table_standard_price2 > .column1 .tbCore tr td:nth-child(1) ,
.layout_table_standard_price2 > .column1 .tbCore tr td:nth-child(2) ,
.layout_table_standard_price2 > .column2 .tbCore tr td:nth-child(1) {
	background: #ecf0f3;
}



/* 基準価額 */
.layout_table_standard_price3 .tbCore tr:first-child td[rowspan="1"] {
    height: 56px;
}

.layout_table_standard_price3 .tbCore tr + tr + tr td {
    padding: 5px 5px;
}

.layout_table_standard_price3 .tbCore tr:first-child td:first-child {
	background: #c4c8d1;
}

.layout_table_standard_price3 .tbCore tr:first-child td:first-child ~ td[colspan="2"] {
	background: #ea0001;
	color: #fff;
}

.layout_table_standard_price3 .tbCore tr:first-child td[colspan="3"] ,
.layout_table_standard_price3 .tbCore tr:first-child td:first-child ~ td[colspan="2"] ~ td[colspan="2"] {
	background: #404040;
	color: #fff;
}

.layout_table_standard_price3 .tbCore tr:first-child td:first-child ~ td[colspan="2"] ~ td[colspan="2"] ~ td {
	background: #404040;
	color: #fff;
}

.layout_table_standard_price3 > .column1 .tbCore tr td:nth-child(1) ,
.layout_table_standard_price3 > .column1 .tbCore tr td:nth-child(2) ,
.layout_table_standard_price3 > .column2 .tbCore tr td:nth-child(1) {
	background: #ecf0f3;
}



