/*
 * 共通CSS
 * 変更履歴: 1.0.0<21/03/08>[UI0027] UI刷新対応（IEの場合に「list-style-type: none;」が効かない場合がある）
 *                                  JavaScriptによってCSSファイルを追加しているが、IEのバグにより適用されないパターンがある
 *                                  したがって、一部設定を静的に読み込んでおく
 */

/* Add Start 2021/03/08 [UI0027] UI刷新対応（IEの場合に「list-style-type: none;」が効かない場合がある） */
/* PCのサイドメニューにliに「・」が表示されるパターンに対応  */
.c-settingBtn {
    list-style-type: none;
}
/* Add End   2021/03/08 [UI0027] UI刷新対応（IEの場合に「list-style-type: none;」が効かない場合がある） */
/* Delete Start 2021/03/08 [UI0027] UI刷新対応（IEの場合に「list-style-type: none;」が効かない場合がある） */
/* 現状、不使用のため、削除 */
/* 
/ * --- ナビゲーション --- * /
.nav {
	width: 976px; / * ナビゲーション全体の幅 * /
	background-image: url(../image/span_back.jpg);
}
.nav .nl {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
/ * --- メニュー項目 --- * /
.nav .nl li {
	float: left;
}
/ *--- ナビゲーション空白 ---* /
.nav_sp {
	display:none;
}
/ * --- メニュー1項目の幅 --- * /
.nav .nl li.item1 {
	width: 50%;
}

/ *-- Add Start 2020/03/01 [UI0092] サービス機能強化対応（その他　メニュー） --* /
/ * --- ナビ テーブル --- * /
.nav_table {
    width: 100%;
    border: 0px;
    cellspacing: 0px;
    table-layout: fixed
}
/ * --- ナビ テーブルデータ --- * /
.nav_td {
    width: 100%;
    border: 0px;
    font-size: medium;
    padding: 0px;
}
/ * --- ナビ リンク --- * /
.nav_link {
    display: block;
    position: relative;
    margin:8px;
    padding: 8px;
    margin: 0px;
    text-align: center;
    text-decoration: underline;
    font-size: 90%;
    background-image: url(../image/menu_back.jpg);
    background-repeat: repeat-x;
    border-bottom: 1px solid #CCCCCC;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #CCCCCC;
    border-left-color: #E4E4E4;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #E4E4E4;
}
/ * --- ナビ ヘルプ --- * /
.nav_help {
    clear: both;
    text-align: right;
    font-size: 100%;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 0px;
    margin-bottom: 5px;
    height: 24px;
}
/ *-- Add End 2020/03/01 [UI0092] サービス機能強化対応（その他　メニュー） --* /

/ * --- ナビゲーションのリンク --- * /
.nav .nl li a {
	display: block;
	position: relative;
	margin:8px;
	padding: 8px;
	margin: 0px;
	text-align: center;
	text-decoration: underline;
	font-size: 90%;
	background-image: url(../image/menu_back.jpg);
	background-repeat: repeat-x;
	border-bottom: 1px solid #CCCCCC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #E4E4E4;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E4E4E4;
}
.nav .nl li span {
	display: block;
	position: relative;
	margin:8px;
	padding: 8px;
	margin: 0px;
	text-align: center;
	font-size: 90%;
	background-image: url(../image/menu_back.jpg);
	background-repeat: repeat-x;
	border-bottom: 1px solid #CCCCCC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #E4E4E4;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E4E4E4;
}
/ * --- ナビゲーションのリンクテキストの色 --- * /
.nav .nl li a:link,
.nav .nl li a:visited,
.nav .nl li a:hover,
.nav .nl li a:active
{
	color: #0066CC;
	margin: 0px;
}
/ * --- ポイント時の設定 --- * /
.nav .nl li a:hover {
	text-decoration: underline;
	background-image: url(../image/menu_back_o.jpg);
}
/ * --- clearfix --- * /
.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: left;
	visibility: hidden;
}
.clearFix {
	min-height: 1px;
}


/ * --- ヘッダー --- * /
.head {
	height: 85px;
	background-color: #DDDDDD;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #5BA08F;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ADCFC7;
}


/ * --- フッター --- * /
.foot {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #1194b4;
	padding-top: 10px;
	margin-top: 10px;
	font-size: x-small;
	clear: both;
	text-align: center;
	font-family: monospace;
}

/ * --- ヘルプ --- * /
.nav_h {
	clear: both;
	text-align: right;
	font-size: 100%;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 23px;
	margin-bottom: 5px;
}

.noborder {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
*/
/* Delete End   2021/03/08 [UI0027] UI刷新対応（IEの場合に「list-style-type: none;」が効かない場合がある） */
