/*
 * 本資料には、東京電力株式会社またはその他の企業の秘密情報が含まれている
 * 可能性があります。当社の許可なく本資料の複製物を作成すること、本資料の
 * 内容を本来の目的以外に使用すること、ならびに第三者に開示、公開する行為
 * を禁止します。　　　　　　　　　　　　　　東京電力株式会社　2008.01.21
 *
 * システム名：高圧のお客さま専用ホームページ
 *
 */

/* 2021.09.24 マルチブラウザ対応 add start */
* {
	font-family:"ＭＳ Ｐゴシック",sans-serif;
}
/* 2021.09.24 マルチブラウザ対応 add end */

/* 文字フォント */
/* ゴシック */
.G10 {
	font-size	: 10px;
	line-height	: 14px;
	font-weight	: normal;
}

.G12 {
	font-size	: 12px;
	line-height	: 16px;
	font-weight	: normal;
}

.G14 {
	font-size	: 14px;
	line-height	: 18px;
	font-weight	: normal;
}

.G16 {
	font-size	: 16px;
	line-height	: 20px;
	font-weight	: normal;
}

.G18 {
	font-size	: 18px;
	line-height	: 22px;
	font-weight	: normal;
}

/* ゴシック BOLD */
.G10b {
	font-size	: 10px;
	line-height	: 14px;
	font-weight	: bold;
}

.G12b {
	font-size	: 12px;
	line-height	: 16px;
	font-weight	: bold;
}

.G14b {
	font-size	: 14px;
	line-height	: 18px;
	font-weight	: bold;
}

.G16b {
	font-size	: 16px;
	line-height	: 20px;
	font-weight	: bold;
}

.G18b {
	font-size	: 18px;
	line-height	: 22px;
	font-weight	: bold;
}

/* IMEの制御 */
/* 日本語入力モード */
.IME_ON {
	ime-mode	: active;
}
/* 英数字入力モード */
.IME_ON_HARF {
	ime-mode	: inactive;
}

/* Link(未訪問リンク：青、訪問済リンク：薄い青、リンククリック時：薄い青、マウスを乗せたとき：赤) */
a{
	text-decoration	: none;
}
a:link{
	color			: #3366CC;
}
a:visited{
	color			: #666699;
}
a:active{
	color			: #666699;
}
a:hover{
	color			: #ff3333;
	text-decoration	: underline;
}

/* 社外認証基盤用*/
.body {
	margin			: 0;
	color			: #333333;
	background-color: #ffffff;
}

.grpL {
	font-size		: 14px;
	color			: #ffffff;
	line-height		: 20px;
	font-weight		: bold;
	vertical-align	: middle;
}
.grpM {
	font-size		: 12px;
	line-height		: 17px;
	font-weight		: bold;
	background-color: #e6f0ff;
	vertical-align	: top;
	text-align		: left;
}
.charLB {
	font-size		: 13px;
	line-height		: 18px;
	font-weight		: bold;
	background-color: #ffffff;
	vertical-align	: middle;
}
.charLLB {
	font-size		: 15px;
	line-height		: 18px;
	font-weight		: bold;
	background-color: #ffffff;
	vertical-align	: middle;
}
.charM {
	font-size		: 12px;
	line-height		: 17px;
	font-weight		: normal;
	background-color: #ffffff;
	vertical-align	: middle;
}
.charMB {
	font-size		: 12px;
	line-height		: 17px;
	font-weight		: bold;
	background-color: #ffffff;
	vertical-align	: middle;
}
.charS {
	font-size		: 10px;
	line-height		: 14px;
	font-weight		: normal;
	background-color: #ffffff;
	vertical-align	: middle;
}
.attention {
	font-size	: 11px;
	color		: #ff3333;
	line-height	: 14px;
	font-weight	: normal;
}
.attentionL {
	font-size	: 12px;
	color		: #ff3333;
	line-height	: 17px;
	font-weight	: bold;
}

.NesIndMark {
	font-size	: 10px;
	line-height	: 17px;
	font-weight	: bold;
	color		: #ff3333;
}

.helpCharM {
	font-size	: 12px;
	line-height	: 17px;
	font-weight	: normal;
	text-align	: left;
}
.helpR {
	color			: #ff3333;
	text-decoration	: underline;
}
.helpB {
	color			: #3333ff;
	text-decoration	: underline;
}

.errHead {
	font-size		: 16px;
	line-height		: 20px;
	font-weight		: bold;
	color			: #ff0000;
	vertical-align	: middle;
	text-align		: center;
}

div.wp {
    width: 670px;
    height: 400px;
    overflow: auto; 
}

table.wp_matrix {
    width: 650px;
    table-layout: fixed;
    word-break:break-all

}

/* 2021.09.24 マルチブラウザ対応 add start */
table.wp_matrix2 {
    width: 210px;
    table-layout: fixed;
    word-break:break-all
}
/* 2021.09.24 マルチブラウザ対応 add end */

.wpButton {
    width: 130px;
}