@charset "utf-8";

/* ===========================================================

	Title: contents.css
	Created:	2015-5-8
	Last Created:	2015-5-8
	
=========================================================== */
/*
/* ===========================================================

	h2
	
=========================================================== */

h2 {
	border: solid 1px #ddd;
	background: url(/img/common/content-header.png) 0 50% no-repeat;
	width: 100%;
	/*height: 40px;
	line-height: 40px;*/
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0;
	padding: 5px 0 5px 20px;
}

h2.sp_h2 {
	border: solid 1px #ddd;
	background: url(/img/common/content-header.png) 0 50% no-repeat;
	width: 100%;
	height: auto!important;
	line-height: 1.2em;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0;
}

/* ===========================================================

	h3
	
=========================================================== */


h3.fund {
	border-radius: 5px;
	border: solid 1px #ddd;
	background: url(/img/common/content-header.png) -10px 50% no-repeat;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0;
	letter-spacing: 0.5;
}
h3.fund span.code {
	/*display: inline-block;
	height: 30px;
	line-height: 30px;
	text-align: center;*/
	border-radius: 5px;
	background-color: #188001;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	margin:  0 0 0 5px;
	padding: 5px 5px 4px;
	letter-spacing: 0.5;
}


/* ===========================================================

	title関連
	
=========================================================== */

.tit-c {
	position: relative;
	border: solid 1px #dbe2d0;
	border-bottom: solid 2px #ddd;
	background: #f6fcf1;
	font-size: 14px;
	margin: 0 0 10px;
	padding: 0 10px 0 0;
}
.tit-c span {
	border-left: solid 5px #05a105;
	font-weight: bold;
	padding: 0 10px;
	display: inline-block;
	line-height: 30px;
	height: 30px;
}

.tit-c span.data {
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 11px;
	border: none;
	font-weight: normal;
	padding: 0;
	display: inline;
	line-height: 30px;
	height: 30px;
}

.tit-c span.ratio {
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 12px;
	border: none;
	font-weight: normal;
	padding: 0;
	display: inline;
	line-height: 30px;
	height: 30px;
	white-space: nowrap;
	width: 150px;
	text-align: right;
}
.tit-c span.ratio em {
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	padding: 0 0 0 3px;
	color: #111;
	display: inline;
}

.tit-c span.date {
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 11px;
	border: none;
	font-weight: normal;
	padding: 0;
	display: inline;
	line-height: 30px;
	height: 30px;
}

/* ===========================================================

	news
	
=========================================================== */


#news {
	overflow: hidden;
	clear: both;
	margin: 0 0 10px;
	padding: 0;
	/*background: #e6f3fc;*/
}
#news h2 {
	background: #d1e8f8;
	height: 50px;
	line-height: 50px;
	color: #0863a1;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	padding: 0 10px 0 0;
}
#news h2 .ic-tit {
	background: url(/img/sp/common/ic_tit_a.png) 0 0 no-repeat;
	-webkit-background-size: 50px 50px;
	padding: 0 0 0 15px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
}
#news h2 .bt-news {
	float: right;
	border-radius: 3px;
	font-size: 12px;
	margin: 0 0 0 2px;
	padding: 13px 0 0;
}
#news h2 .bt-news a {
	color: #111;
	text-decoration: none;
	background: #fff;
	border-radius: 3px;
	padding: 0 8px;
	height: 24px;
	line-height: 24px;
	display: inline-block;
}
#news h2 .bt-rss {
	float: right;
	font-size: 12px;
	margin: 0 0 0 2px;
	padding: 13px 0 0;
}
#news h2 .bt-rss a {
	background: url(/img/sp/common/ic_rss.png) 0 50% no-repeat;
	-webkit-background-size: 24px 24px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	display: inline-block;
	text-indent: -9999px;
}
#news dl {
	margin: 0 10px 10px;
	padding: 10px 0 0;
	font-size: 13px;
}
#news dt {
	width: 15em;
	position: relative;
}
#news dd {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: solid 1px #cccccc;
}
#news dd img {
	margin: 0 0 0 5px;
	vertical-align: text-bottom;
}
#news dd a:link,
#news dd a:visited {
}
#news dt span {
	position: absolute;
	top: 1px;
	right: 0;
	display: inline-block;
	width: 80px;
	margin: 0;
	padding: 0;
	line-height: 1.4;
	text-align: center;
	font-size: 11px;
	color: #ccc;
	background: #fff;
	border: solid 1px #ccc;
}
#news dt span.update {
	color: #FFF;
	background: #cd011c;
	border: solid 1px #912727;
}
#news dt span.release {
	color: #FFF;
	background: #023bb0;
	border: solid 1px #276891;
}
#news dt span.ir {
	color: #FFF;
	background: #45b502;
	border: solid 1px #5e8126;
}

/* ===========================================================

	release
	
=========================================================== */

#release {
	overflow: hidden;
	clear: both;
	margin: 0 0 10px;
	padding: 0;
	/*background: #e6f3fc;*/
}
#release h2 {
	background: #d1e8f8;
	height: 50px;
	line-height: 50px;
	color: #0863a1;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	padding: 0 10px 0 0;
}
#release h2 .ic-tit {
	background: url(/img/sp/common/ic_tit_a.png) 0 0 no-repeat;
	-webkit-background-size: 50px 50px;
	padding: 0 0 0 15px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
}

#release dl {
	margin: 0 10px 10px;
	padding: 10px 0 0;
	font-size: 13px;
}
#release dt {
	width: 15em;
	position: relative;
}
#release dd {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: solid 1px #cccccc;
}
#release dd img {
	margin: 0 0 0 5px;
	vertical-align: text-bottom;
}

/* ===========================================================

	icon
	
=========================================================== */


.icon {
	background-image: url(/img/common/release-icon.png);
	width: 60px;
	height: 16px;
	display: inline-block;
}
/* リリースのカテゴリアイコン */
.release.content-width .icon {
	background-image: url(/img/common/release-icon-wide.png);
	width: 78px;
}
.release_決算 {background-position: 0 0; }
.release_資産売買 {background-position: 0 -16px; }
.release_借入 {background-position: 0 -32px; }
.release_投資口発行 {background-position: 0 -48px; }
.release_有報 {background-position: 0 -64px; }
.release_格付 {	background-position: 0 -80px; }
.release_その他 {	background-position: 0 -96px; }

/* ===========================================================

	menu
	
=========================================================== */

/*	menu
--------------------------------------*/
.menu {
	margin: 0 10px 10px;
}
.menu ul {
	margin: 0;
	padding: 0;
	line-height: 1.3;
	width: 100%;
	display: inline-block;
	border: solid 1px #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #cdcdcd), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(#fff, #cdcdcd);
	background: -moz-linear-gradient(#fff, #cdcdcd);
	background: -o-linear-gradient(#fff, #cdcdcd);
	background: -ms-linear-gradient(#fff, #cdcdcd);
	background: linear-gradient(#fff, #cdcdcd);
}
.menu li {
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 25%;
	float: left;
	border-right: solid 1px #ccc;
	text-align: center;
}
/*.tab li:first-child {
*/
.menu li:last-child {
	border: none;
}
.menu li a {
	display: block;
	width: 100%;
	padding: 10px 0;
	-webkit-text-stroke-width: 0.02em;
	-webkit-text-stroke-color: #444;
	-webkit-text-fill-color: #444;
	color: #444;
	text-decoration: none;
	font-size: 13px;
}

.external {
	background: url(/css/external.png) 100% 50% no-repeat;
	padding: 0 15px 0 0;
}

.menu ul li.selected {
	background: url(/css/submenu-3-selected.png) 50% 0 repeat-x;
}

.menu ul li.selected a {
	text-decoration: none;
	color: #188001;
	cursor: default;
	font-weight: bold;
}


/*	menu_etf
--------------------------------------*/
.menu_etf {
	margin: 0 10px 10px;
}
.menu_etf ul {
	margin: 0;
	padding: 0;
	line-height: 1.3;
	width: 100%;
	display: inline-block;
	border: solid 1px #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #cdcdcd), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(#fff, #cdcdcd);
	background: -moz-linear-gradient(#fff, #cdcdcd);
	background: -o-linear-gradient(#fff, #cdcdcd);
	background: -ms-linear-gradient(#fff, #cdcdcd);
	background: linear-gradient(#fff, #cdcdcd);
}
.menu_etf li {
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 20%;
	float: left;
	border-right: solid 1px #ccc;
	text-align: center;
}
/*.tab li:first-child {
*/
.menu_etf li:last-child {
	border: none;
}
.menu_etf li a {
	display: block;
	width: 100%;
	padding: 10px 0;
	-webkit-text-stroke-width: 0.02em;
	-webkit-text-stroke-color: #444;
	-webkit-text-fill-color: #444;
	color: #444;
	text-decoration: none;
	font-size: 13px;
}

.external {
	background: url(/css/external.png) 100% 50% no-repeat;
	padding: 0 15px 0 0;
}

.menu_etf ul li.selected {
	background: url(/css/submenu-3-selected.png) 50% 0 repeat-x;
}

.menu_etf ul li.selected a {
	text-decoration: none;
	color: #188001;
	cursor: default;
	font-weight: bold;
}

/* period_switch */
#period_switch {
	clear: both;
	text-align: center;
	line-height: 1;
}
#period_switch a {
	display: inline-block;
	margin: 0 3px 10px;
	padding: 8px 15px;
	border: solid 1px #ccc;
	border-radius: 3px;
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f2f2f2), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(#fff, #f2f2f2);
	background: -moz-linear-gradient(#fff, #f2f2f2);
	background: -o-linear-gradient(#fff, #f2f2f2);
	background: -ms-linear-gradient(#fff, #f2f2f2);
	background: linear-gradient(#fff, #f2f2f2);
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

/* ===========================================================

	@pagination
	
=========================================================== */
/* pagination" */
.pagination {
	position: relative;
	clear: both;
	background: #f9f9f9;
	border: solid 1px #ddd;
	padding: 10px 10px 5px;
	line-height: 1;
	margin: 0!important;
}
.pagination li {
	display: inline-block;
	padding: 0 10px 0 0;
	margin: 0 10px 5px 0;
	border-right: solid 1px #ddd;
}
.pagination li:last-child, .pagination li.last-child {
	border-right: none;
	padding: 0;
}
.pagination li a.current {
	font-weight: bold;
	color: rgba(0,0,0,1.00);
}

/* pagination-category" */
.pagination-category {
	position: relative;
	clear: both;
	background: #faf9ef;
	border: solid 1px #e5e1c2;
	padding: 10px 10px 5px;
	margin: 10px;
	line-height: 1;
}
.pagination-category li {
	display: inline-block;
	padding: 0 10px 0 0;
	margin: 0 10px 5px 0;
	border-right: solid 1px #e5e1c2;
}
.pagination-category li:last-child, .pagination-category li.last-child {
	border-right: none;
	padding: 0;
}
.pagination-category li a.current {
	font-weight: bold;
	color: rgba(0,0,0,1.00);
}

/* pagination-year */
.pagination-year {
	position: relative;
	clear: both;
	background: #eff5fa;
	border: solid 1px #c2d4e5;
	padding: 10px 10px 5px;
	line-height: 1;
	margin: 10px 10px 20px!important;
	/*height: 60px;*/
}
.pagination-year li {
	display: inline-block;
	padding: 0 10px 0 0;
	margin: 0 10px 5px 0;
	border-right: solid 1px #c2d4e5;
}
.pagination-year li:last-child, .pagination-year li.last-child {
	border-right: none;
	padding: 0;
}
.pagination-year li a.current {
	font-weight: bold;
	color: rgba(0,0,0,1.00);
}
.pagination-year li.sp-link {
	float: right;
	margin: 0 5px 0 0;
	padding: 0;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.pagination-year li.sp-link a {
	line-height: 27px;
	height: 27px;
	display: block;
	padding: 0 15px;
	border: solid 1px #ccc;
	border-radius: 3px;
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f2f2f2), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(#fff, #f2f2f2);
	background: -moz-linear-gradient(#fff, #f2f2f2);
	background: -o-linear-gradient(#fff, #f2f2f2);
	background: -ms-linear-gradient(#fff, #f2f2f2);
	background: linear-gradient(#fff, #f2f2f2);
}

/* pagination-prev-next */
.pagination-prev-next {
	clear: both;
	text-align: center;
	line-height: 1;
	padding: 0!important;
	margin-left: 0;
}
.pagination-prev-next li {
	display: inline-block;
	overflow: hidden;
	margin: 0 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.pagination-prev-next li a {
	display: block;
	padding: 8px 15px;
	border: solid 1px #ccc;
	border-radius: 3px;
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f2f2f2), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(#fff, #f2f2f2);
	background: -moz-linear-gradient(#fff, #f2f2f2);
	background: -o-linear-gradient(#fff, #f2f2f2);
	background: -ms-linear-gradient(#fff, #f2f2f2);
	background: linear-gradient(#fff, #f2f2f2);
}
.pagination-prev-next li.hidden {
	display: none;
}

/*.sp_article,
.articles { font-size: 1.2em; }*/

.sp_articles .title_date { font-size: 80%!important; marign-top: 5px; }
.sp_articles p.subtitle { font-size: 80%!important; margin-bottom: 5px;  }

.sp_article ul { margin: 0!important; padding: 5px; background-color: #ecf1e6; }
.sp_article li { position: relative; border: solid 1px #d4d8d8; padding: 5px; background-color: #FFF; }
.sp_article li .img-full img { width: 100%; }
.sp_article li .author { font-size: 0.8em; color: #949d9d; /*position:absolute; right: 0; bottom: 0;*/ }
.sp_article li a { font-weight: 700; }

.sp_articles img { width: 100%; }
.sp_articles p { font-size: 110%; line-height: 1.8; padding : 0 10px; }
.sp_articles p.img { margin-left: 0!important; }
.sp_articles h4 { font-size: 120%; border-left: solid 10px #177638; padding-left: 10px; }
.sp_articles h5 { font-size: 120%; margin: 5px 0; padding : 0 10px; }
.sp_articles p.cv {  font-size: 60%!important; }
.sp_articles .box_title h2 { background: none; border: none; padding: 0; }

.sp_articles .box_title {
    background-color: #FBFAF8;
    border: 1px solid #E0E0E0;
    -webkit-box-shadow: 0 7px 6px -6px #E3E3E3;
    -moz-box-shadow: 0 7px 6px -6px #E3E3E3;
    box-shadow: 0 7px 6px -6px #E3E3E3;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#E3E3E3', Direction=145, Strength=4);
    display: block;
    margin: 10px 0 10px;
    position: relative;
}

.sp_articles .box_title .inner_box {
	border-top: 1px solid #05a105;
    padding: 5px;
	z-index: 0;
}

.sp_articles dl { margin: 15px 0; }
.sp_articles dl dt { font-size: 1.2em; line-height: 1.4; font-weight: bold; margin: 0 0 5px; color: #333; }
.sp_articles dl dd { margin: 0 0 15px;  }

.label1 { background: #05a105; width: 80px; height: 16px; color: #fff; font-size: 10px; text-align: center; margin-right: 5px; padding: 0 8px; font-weight: normal; display: inline-block; vertical-align: 20%; }
.label2 { background: #3366cc; width: 80px; height: 16px; color: #fff; font-size: 10px; text-align: center; margin-right: 5px; padding: 0 8px; font-weight: normal; display: inline-block; vertical-align: 20%; }
.label3 { background: #ff9933; width: 80px; height: 16px; color: #fff; font-size: 10px; text-align: center; margin-right: 5px; padding: 0 8px; font-weight: normal; display: inline-block; vertical-align: 20%; }
.label4 { background: #330066; width: 80px; height: 16px; color: #fff; font-size: 10px; text-align: center; margin-right: 5px; padding: 0 8px; font-weight: normal; display: inline-block; vertical-align: 20%; }
.labeltyk { background: #888687; width: 80px; height: 16px; color: #fff; font-size: 10px; text-align: center; margin-right: 5px; padding: 0 8px; font-weight: normal; }
.labelmkb { background: #003399; width: 80px; height: 16px; color: #fff; font-size: 10px; text-align: center; margin-right: 5px; padding: 0 8px; font-weight: normal; }

.nx_page { font-weight: bold; text-align:center; padding:5px; margin:15px 0 20px; clear:both; background-color:#ccff99; display:block; }
.nx_page span { font-size: 0.8em; }
.nx_page a { margin-left: 15px; font-size: 1.0em; }

.ctrl { margin:15px auto 25px; padding:10px 0; height:30px; font-size:12px; clear:both; text-align:center; }

.ctrl span#numb { color: #fff; }
.ctrl span#numb a:link,
.ctrl span#numb a:visited { margin:0px; padding:15px; font-weight:bold; border:1px solid #005600; text-decoration:none; color: #006700; }
.ctrl span#numb a:hover { background-color:#c8ffc8; border:1px solid #005600; text-decoration:none; }
.ctrl span#numb strong { margin:0px; padding:15px; font-weight:bold; border:1px solid #005600; background-color:#006700; color:#FFF; }

.more_link { font-weight: bold; text-align:center; margin:15px 0 20px; clear:both; background-color:#efefef; display:block; padding: 15px 0; height: 50px; }
.more_link span { font-size: 0.8em; }
.more_link a { margin-left: 15px; font-size: 1.0em; 
	padding: 5px 50px;
	border: none;
    background: #006600;
    background: -moz-linear-gradient(top, #006600 0%, #009900 100%); 
    background: -webkit-linear-gradient(top, #006600 0%,#009900 100%);
    background: linear-gradient(to bottom, #006600 0%,#009900 100%);
    color: #fff!important;
    width: 120px;
    height: 30px;
    font-weight: bold;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;}


/*	list-date
----------------------------------------------*/
dl.list-date {
	margin: 0 0 20px;
}
dl.list-date dt {
	/*clear: both;
	float: left;
	margin: 0 0 5px;
	padding: 0 0 5px;*/
}
dl.list-date dd {
	border-bottom: 1px dotted #ccc;
	margin: 0 0 5px;
	/*padding: 0 0 5px 6em;*/
}


.title-a {
	clear: both;
	background: none;
	border: none;
	border-top: solid 2px #188001;
	border-bottom: solid 2px #188001;
	color: #188001;
	font-size: 18px;
	font-weight: bold;
	margin: 5px 0 15px;
	height: auto !important;
	line-height: 1.6 !important;
	padding: 10px 0 !important;
}

/* ===========================================================

	topic
	
=========================================================== */
/*	topic
----------------------------------------------*/
dl.topic {
	margin: 0 0 5px;
}
dl.topic dt {
	clear: both;
	float: left;
	margin: 0 0 5px;
	padding: 0 0 5px;
}
dl.topic dt span.news-icon {
	margin: 0 5px 0 0;
}
dl.topic dd {
	border-bottom: 1px dotted #ccc;
	margin: 0 0 5px;
	padding: 0 0 5px 6em;
}
/*	meigara-select
----------------------------------------------*/
ul.meigara-select {
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	padding: 0;
	margin: 0!important;
}
ul.meigara-select li {
	float: left;
	display: inline-block;
	width: 50%;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	margin: 0;
	padding: 3px 5px 3px 10px;
	height: 50px;
}
ul.meigara-select li a {
}


/* ===========================================================

	sp_list
	
=========================================================== */

.sp_list { margin: 15px auto; text-align: center; clear: both; width: 95%; }
.sp_list a { border: solid 1px #333; text-decoration: none; color: #333; font-weight: bold; padding: 17px 15px; width: 100%; border-radius: 2px; display: block; background: #f7f7f7; }

.sp_text { margin: 15px auto; text-align: center; width: 95%; }
.sp_text a { border: solid 1px #006700; text-decoration: none; color: #006700; font-weight: bold; padding: 17px 15px; width: 100%; border-radius: 2px; display: block; }


/* ===========================================================

	more
	
=========================================================== */

.more { text-align: right; }
.more_text { text-align: right; margin: 0 0 20px; }
.more a {
	display: inline-block;
	width: 72px;
	height: 18px;
	border: none;
	background-image: url(/img/common/more.png);
	text-decoration: none;
	margin: 0 0 20px;
}

.more_text a { background: url(/img/common/list-green.png) 0 50% no-repeat; padding: 0 0 0 12px; }
.more a:link,
.more_text a:link {
	text-decoration: none;
}
.more_text a:hover {
	text-decoration: underline;
}

/* ===========================================================

	seminar
	
=========================================================== */

table.sp_seminar { border: none; margin-bottom: 10px;}
table.sp_seminar td { border-bottom: 1px solid #ccc; border-top: none; border-left: none; border-right: none; padding-bottom: 10px; }


/* ===========================================================

	ranking-category
	
=========================================================== */

ul.ranking-category { margin: 0; padding: 0; border-bottom:1px solid #ddd; }
ul.ranking-category li { margin: 0; border-top:1px solid #ddd; background:#ffffff; }
ul.ranking-category li a { display: block; padding: 5px 0 5px 25px; background: url(/img/sp/common/ic_arrow_a.png) 10px 50% no-repeat; background-size:6px 10px; }
ul.ranking-category li a.selected { background:#dfe4ea; }

dl.sp_dl { margin: 0; }
dl.sp_dl dt { border-left: solid 5px #05a105; font-weight: bold; padding: 2px 7px; }
dl.sp_dl dd { margin-bottom: 10px; }

p.note_link { margin: 0 0 5px; }
p.note_link a { background: #fff url(/img/sp/common/ic_arrow_a.png) 10px 50% no-repeat; background-size: 6px 10px; font-size: 12px; padding-left: 20px; }



/* ===========================================================

JLF&CRR対談　専用スタイル

=========================================================== */
.text-color-01 { color:#538C42; font-weight:bold;}
.text-color-02 { color:#BF383F; font-weight:bold;}

.div_disclaimer { background-color: #eee; padding: 16px; font-size: 0.8em;}














