@charset "UTF-8";
/* ----------------------------------------------------
 * 発表前後フラグ
---------------------------------------------------- */

.time_flag_before{
	padding:3px 5px;
	color:#fff;
	background-color:#84ba01;
}

.time_flag_after{
	padding:3px 5px;
	color:#fff;
	background-color:#fb5e2d;
}


/* ----------------------------------------------------
 * 経済指標詳細タイトル・サブタイトル
---------------------------------------------------- */
.mod_indicators_title{
	padding:10px;
	line-height:38px;
}
.mod_indicators_title h2{
	font-size:200%;
	line-height:38px;
	width:466px;
}
.mod_indicators_title span{
	margin-right:10px;
	height:38px;
}
.mod_indicators_title span img{
	vertical-align:bottom;
}
.mod_indicators_title .priority{
	background-color:#fff;
	color:#336699;
	width:110px;
	height:30px;
	line-height:30px;
	margin:4px 4px 0;
	padding:0 15px;
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
}
.mod_indicators_title .priority span{
	margin:6px 0;
	line-height:15px;
}

.mod_indicators_mdtitle{
	padding:10px;
	line-height:38px;
	background: #dae8f2;
	color: #336699;
border-bottom: 1px solid #a0c9e5;
}
.mod_indicators_mdtitle h2{
	font-size:200%;
	line-height:38px;
	width:469px;
}
.mod_indicators_mdtitle span{
	margin-right:10px;
	height:38px;
}
.mod_indicators_mdtitle span img{
	vertical-align:bottom;
}
.mod_indicators_mdtitle .priority{
	background-color:#fff;
	color:#336699;
	height:30px;
	line-height:30px;
	margin:4px 4px 0;
	padding:0 15px;
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
}
.mod_indicators_mdtitle .priority span{
	margin:6px 0;
	line-height:15px;
}
.mod_indicators_sub_title{
	padding:10px 10px 5px 10px;
	background: #d3e1ed;
	border-top:1px solid #fff;
	color: #3b6996;
	line-height:1.25;
	font-size:110%;
}

.mod_indicators_sub_title span{
margin-bottom: 2px;}

.mod_indicators_sub_title .band_title{
color:#555;
margin-left:8px;
}
.mod_indicators_sub_title .band_price{
background-position: 95% 50%;
padding-right: 12px;
margin-left:8px;
}

.mod_indicators_sub_title .figures li{
	margin-right:15px; 
}
.mod_indicators_sub_title .figures span{
	color:#003399;
font-size:150%;
display:inline-block;
zoom:1;
}


.mod_indicators_sub_mdtitle{
	padding:10px 10px 0 10px;
	background: #fff;
	border-top:1px solid #fff;
	color: #3b6996;
	line-height:1.25;
	font-size:110%;
}

.mod_indicators_sub_mdtitle span{
margin-bottom: 2px;}

.mod_indicators_sub_mdtitle .band_title{
color:#555;
margin-left:8px;
}
.mod_indicators_sub_mdtitle .band_price{
background-position: 95% 50%;
padding-right: 12px;
margin-left:8px;
}

.mod_indicators_sub_mdtitle .figures li{
	margin-right:15px; 
}
.mod_indicators_sub_mdtitle .figures span{
	color:#003399;
font-size:150%;
display:inline-block;
zoom:1;
}
/* ----------------------------------------------------
 * 表・グラフ
---------------------------------------------------- */
.ecoDtlGrp{background-color:#eee; width:550px;margin:10px 0; color:#999; padding:20px 42px;}


/* ----------------------------------------------------
 * 用語解説
---------------------------------------------------- */
.mod_word_kaisetsu{
	background-color:#fff;
	margin:10px 0 15px 0;
}

.mod_word_kaisetsu .kaisetsu_main{padding:10px; background-color:#eee;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;}

.mod_word_kaisetsu_title{
	font-weight:bold;
	font-size:120%;
}

.mod_word_kaisetsu_photo{
	background: url(https://s.yimg.jp/images/finance/fx/economicindicators/fukidashi.gif) 4% top no-repeat;
	text-align:left;
	padding: 18px 0 0 0;
}
.mod_word_kaisetsu_photo img{
	padding-right:15px;
	width:60px;
	height:60px;
}
/* ----------------------------------------------------
 * 前回の変動幅
---------------------------------------------------- */
.lastBand{margin:15px 0;}
.lastBand .ymuiHeader{
	padding:3px 1px;
	font-size: 110%;
}
.lastBand .ymuiHeader .floatR{
font-weight: normal;
}
.lastBand table th{
	font-size: 100%;
}
.lastBand table .band_title{
	text-align: left;
}
.lastBand table td{
	text-align: right;
}
.lastBand table td.band_last{
	border-right: 1px solid #fff;
}
.lastBand table td.band_price{
background-position: 95% 50%;
padding-right: 15px;
}
/* ----------------------------------------------------
 * textream
---------------------------------------------------- */
.mod_textream {
	margin:15px 0;
	background-color:#ecf0f1;
}

.mod_textream a:link{
color:#0076a7;
text-decoration:none;
}

.mod_textream a:hover{
text-decoration: underline;
}

.mod_textream .toukou_btn{
display: block;
height: 33px;
overflow: hidden;
margin: 0 150px 10px;
border: 1px solid #C3C3C3;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
cursor: pointer;
}

.mod_textream .toukou_btn a{
display: block;
height: 31px;
line-height: 33px;
overflow: hidden;
font-weight: bold;
text-align: center;
color: #666;
background: white;
background: -moz-linear-gradient(top,white,#F1F1F1);
background: -webkit-gradient(linear,left top,left bottom,from(white),to(#F1F1F1));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='white',endColorstr='#F1F1F1');
border: 1px solid white;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
}
.mod_textream .toukou_btn a:hover {
background: #F1F1F1;
background: -moz-linear-gradient(top,#F1F1F1,white);
background: -webkit-gradient(linear,left top,left bottom,from(#F1F1F1),to(white));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F1F1F1',endColorstr='white');
text-decoration:none;
}
.hkCmnMdNtc{
	margin-bottom:10px;
}
.hkCmnMdNtc.typeErr {
border: 1px solid #cc0000;
background-color: #fff0f0;
}
.hkCmnMdNtc .ptsNtcTtl {
margin: 9px;
}
.hkCmnMdNtc.typeErr .ptsNtcTtl .ptsNtcIc {
background-image: url("https://s.yimg.jp/images/finance/fx/economicindicators/sprite_ic.png");
background-position: 0 -606px;
}
.hkCmnMdNtc.typeDone {
background-color: #EAFBEC;
border: 1px solid #29BA39;
}
.hkCmnMdNtc.typeDone .ptsNtcTtl .ptsNtcDesc {
color: #2aba3a;
}
.hkCmnMdNtc .ptsNtcTtl .ptsNtcIc {
background-image: url("https://s.yimg.jp/images/finance/fx/economicindicators/sprite_ic.png");
background-position: 0 -67px;
background-repeat: no-repeat;
width: 20px;
height: 20px;
display: inline-block;
line-height: 1;
float: left;
}

.hkCmnMdNtc.typeErr .ptsNtcTtl .ptsNtcDesc {
color: #cc0000;
}
.cCautionBox {
padding: 15px 10px;
margin: 0 0 40px 0;
line-height: 1.5;
color: #a58731;
background: #fff6d9;
border: 1px solid #eec890;
text-align: left;
font-size:95%;
}


.cBtnBlM{
float: left;
width: 138px;
display: block;
height: 29px;
overflow: hidden;
border: 1px solid #399DBD;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
cursor: pointer;
}

.cBtnBlM input{
display: block;
width:100%;
height: 29px;
line-height: normal;
overflow: hidden;
text-align: center;
font-weight: bold;
color: white;
background: #51AFCE;
background: -moz-linear-gradient(top,#51AFCE 2%,#419FBE 100%);
background: -webkit-gradient(linear,left top,left bottom,color-stop(2%,#51AFCE),color-stop(100%,#419FBE));
background: -webkit-linear-gradient(top,#51AFCE 2%,#419FBE 100%);
background: -o-linear-gradient(top,#51AFCE 2%,#419FBE 100%);
background: -ms-linear-gradient(top,#51AFCE 2%,#419FBE 100%);
background: linear-gradient(to bottom,#51AFCE 2%,#419FBE 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#51AFCE',endColorstr='#419FBE',GradientType=0);
border: 1px solid #51AFCE;
cursor: pointer;
outline: none;
}


.mod_textream_comm{
	border-top:1px solid #d4d1d1;
	word-break:break-all;
}

.mod_textream textarea#comment_title_nyuryoku{
word-break: break-all;
width: 100%;
height: 18px;
margin:3px 0 10px;
}

.mod_textream textarea.error{
background-color: #fff0f0;
border: 1px solid #cc0000;
}

.mod_textream textarea#comment_nyuryoku{
word-break: break-all;
width:100%;
height: 100px;
margin:3px 0 10px;
}

.mod_textream input#submit{
margin:0 150px;
width:200px;
height:30px;
}

.mod_textream_comm_mod{
	background-color:#fff;
padding:8px;
margin:15px;}

.mod_textream_comm ul{
	text-align:right;
}
.mod_textream_comm ul li{
}

.mod_textream_readmore{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align:center;
	background-color:#eee;
	padding:5px;
	font-weight:bold;
	font-size:120%;
}
.mod_textream_readmore_load{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align:center;
	background-image:url(https://s.yimg.jp/images/finance/fx/economicindicators/load.gif);
	background-position:center;
	background-repeat:no-repeat;
	background-color:#eee;
	padding:5px;
	height:24px;
	font-weight:bold;
	font-size:120%;
}

.mod_textream_comm_title h3{
font-size: 120%;
line-height: 1.2em;
font-weight: bold;
width:400px;
text-align:left;
}

.mod_textream_comm_title{
	border-bottom:1px solid #fff;
	background-color: #e5e5e5;
background: -moz-linear-gradient(top,white 0,#e5e5e5 100%);
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,white),color-stop(100%,#e5e5e5));
	padding:10px;
}
.mod_textream_comm_detail{
	margin:10px;
}

.mod_textream h2{
	background-color:#333;
	padding:3px;
	margin-bottom:15px;
}
.mod_textream h2 a{
	display:block;
margin-left:10px;
text-indent: -9999px;
line-height: 33px;
height: 39px;
overflow: hidden;
background: url(https://s.yimg.jp/images/mb/textream/sp/img/spirte_icn_3g.png) no-repeat;
background-repeat-x: no-repeat;
background-position: -1762px 2px;
width: 122px;
}

#comment_write{
margin:15px;
background-color:#ddd;
border:1px solid #ccc;
padding:15px 42px;
}
#comment_write .bold{
	font-weight:bold;
}
.mod_btn{
	margin:0;
	height:31px;
	padding-left:191px;
}
.mod_textream_comment_load{
	text-align:center;
	background-image:url(https://s.yimg.jp/images/finance/fx/economicindicators/load_textream.gif);
	background-position:center;
	background-repeat:no-repeat;
	padding:5px;
	height:24px;
}
.powered_textream{
	padding-right:10px;
	padding-bottom:10px;
}



.tblCmnSub{width:300px;text-align:center}
.tblCmnSub img{vertical-align:top}
.tblCmnSub thead{background-color:#D3E1ED;color:#3B6996}
.tblCmnSub thead td{border-top:1px solid #fff;border-right:1px solid #fff;}
.tblCmnSub tbody tr{border-bottom:1px solid #C8D7E6;line-height:30px}


.font_meiryo{
	font-family:メイリオ;
}


<!-- expand -->
/* modRenkei */
.modRenkei{
overflow: hidden;
zoom: 1;
}
.modRenkei .untExHeader {
overflow: hidden;
cursor: pointer;
text-align:center;}

.modRenkei .untExHeader .untExSwitch_area {
display: block;
height: 33px;
margin: 0 150px 10px;
border: 1px solid #C3C3C3;
cursor: pointer;
}

.modRenkei .untExHeader .untExSwitch{
display: block;
height: 31px;
line-height: 33px;
overflow: hidden;
font-weight: bold;
text-align: center;
color: #666;
background: white;
background: -moz-linear-gradient(top,white,#F1F1F1);
background: -webkit-gradient(linear,left top,left bottom,from(white),to(#F1F1F1));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='white',endColorstr='#F1F1F1');
border: 1px solid white;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
}
.modRenkei .untExHeader .untExSwitch a{
	display:block;
	color: #666
}
.modRenkei .untExHeader .untExSwitch a:hover {
background: #F1F1F1;
background: -moz-linear-gradient(top,#F1F1F1,white);
background: -webkit-gradient(linear,left top,left bottom,from(#F1F1F1),to(white));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F1F1F1',endColorstr='white');
text-decoration:none;
}

.modRenkei.typeClose .untExBody {
display: none;
}
<!-- expand -->
.mod_recent_indicators{
	margin: 15px 0;
}
.mod_recent_indicators .ymuiHeaderBGDark{
	font-size: 110%;
}

.mod_recent_indicators .ecoEventTbl th{
	font-size: 100%;
}
.mod_recent_indicators .ecoEventTbl td{
	font-size: 100%;
}
.ecoEventTbl table td.priority{
	border-right:1px solid #fff;
}


.ecoDtlTbl{margin:10px 0; border-top:1px solid #c0d7f0;word-break:break-all;
}

/* ----------------------------------------------------
 * 右カラム
---------------------------------------------------- */
.ymuiEditLink{
	font-weight:bold;
}

.ymuiEditLink .date{
	background-position: 95% 50%;
padding-right: 12px;
}

.ymui3DHeader .ymuiTitle{
	font-size: 110%;
}