@charset "UTF-8";

/*
======== context ======================================

Last Updated:YYMMDD
Summary:FSCホームページ向け設定

* 内閣府テンプレートからの追加・変更分

- text-align
- vertical-align
- color
- nowrap
=======================================================
*/

/*-----------------------------------------------------
#copyrightBlock customized for FSC
-------------------------------------------------------*/
.copyrightBlockFsc {
	text-align: left;
}

.btn_map {
	vertical-align: top;
	text-align: right;
}

/*-----------------------------------------------------
#footerArea customized for FSC
-------------------------------------------------------*/
#footerNavBlockFsc {
	text-align: right;
	background: url("../img/bg_footer_fsc.gif") repeat-x bottom #0B4199;
	padding : 10px 0 10px 0;
	margin-bottom : 10px;
	zoom:1;
	width:100%;
}

#footerNavBlockFsc ul {
	list-style-type: none;
}

#footerNavBlockFsc ul#list_footerNav li {
	display : inline;
	background-image : url("../img/bullet_fnav_fsc.gif");
	background-repeat : no-repeat;
	background-position: left center;
	padding-left : 20px;
	padding-right : 8px;	
}

#footerNavBlockFsc a {
	color : #000099;
}


/*-----------------------------------------------------
#With scroll
-------------------------------------------------------*/
@media screen {
    .scrollable {
      overflow: scroll;
      height: 300px;
    }
}

/*-----------------------------------------------------
#With scroll
-------------------------------------------------------*/
.valignBottom {
	vertical-align: bottom;
}

/*-----------------------------------------------------
#extened color support for FSC
-------------------------------------------------------*/
.textBlack {
	color: #000000;
}

.textFscBlue {
	color: #000099; /* <- #003399 <- #0B4199 */
}

.textFscGreen {
    color: #99CC00; /* <- #87D213 */
}

.textAnzenGreen {
    color: #006600; /* <- #336600 <- #2D5311 */
}

/*-----------------------------------------------------
#font weight support for FSC
-------------------------------------------------------*/
.textLight {
    font-weight: lighter;
}

.textBold {
    font-weight: bolder;
}

/*-----------------------------------------------------
# nowrap support for FSC
-------------------------------------------------------*/
.nowrap {
    white-space: nowrap;
}
