/*----------ver 2.0.4 -------------------*/
/*  作成日          2012/10/21 小野       */
/*  更新日 ver2.0.0 2016/12/22  八島      */
/*  更新日 ver2.0.1 2019/05/21  稲井      */
/*  更新日 ver2.0.2 2019/08/23 稲井   純正ダンパー単品 同一製品は、グループ単位でまとめて表示 */
/*  更新日 ver2.0.3 2020/03/06 熊澤       */
/*  更新日 ver2.0.4 2020/04/30 稲井   ダンパー単体の製品検索結果一覧表の枠幅 950 -> 1100  */

/*  CSSのコメントは、// はだめ  */
/*---------------------------------------*/
@charset "UTF-8"; 
/* CSS Document */

/* 全体のマージン指定 */
body{margin:5px 15px;
text-align:center;
		font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.curs{ cursor:pointer; }/*カーソルをポインターにする*/


/* テーブルの指定 */
td{
	font-size:12px;
	color:#444444;
}


/* リンク */
a {color:#0066FF; text-decoration:none;}
a:link,a:vitied,a:active {color:#0066FF;}
a:hover {color:#39F;}


/* フォント */
.red{color:#FF0000;}
.red_b{color:#FF0000; font-weight:bold;}
.bold{font-weight:bold;}
.white{color:#FFFFFF;}
.mini{font-size:9px;}
.midori{color:#33A65E; font-weight:bold;}
.green{color:#33A65E;}
.orng{color:#CC6600}

.redL{color:#FF0000;font-weight:bold; font-size:14px;}
.blueL{color:#0000FF;font-weight:bold; font-size:14px;}

.bold{font-weight:bold;}

.boldL{font-weight:bold;
	  font-size:14px;}

/*項目名とか 薄い緑*/
th{
	background-color:#B3EA6F;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	border-left:1px #003300 solid; 
	border-bottom:1px #003300 solid;
	border-top:none; 
	border-right:none;  
	color:#444444;
}

/*車高調整と基準スプリングの色の部分*/
th.YE{background-color:#FFFFAA;}
th.GR{background-color:#D9FDC6;}
th.BL{background-color:#D8F3FE;}
th.OR{background-color:#FFF8C1;}

td.YE{background-color:#FFFFAA;}
td.GR{background-color:#D9FDC6;}
td.BL{background-color:#D8F3FE;}
td.OR{background-color:#FFF8C1;}


img{  border:none;	}

.img_tekigou{	width:25px;}/*	height:17px;}*/
.img_custom{width:25px;}
.img_dasshu{	width:15px;}/*	height:15px;}*/
.img_maru{	width:18px;}/*	height:15px;}*/


/* テキスト位置 */
.al_left{	text-align:left;	}
.al_center{	text-align:center;	}
.al_right{	text-align:right;	}

.vl_top{	display:table-cell;    vertical-align:top; }
.vl_btm{	display:table-cell;    vertical-align:bottom;}
.vl_mid{	display:table-cell;    vertical-align:middle;}


/*テーブルがの位置*/
.tbl_center{	margin-left:auto;	margin-right:auto;}
.tbl_left{	margin-right:auto;}
.tbl_right{	margin-left:auto;}



/*線*/
#bnone{	border-left:none; 	border-bottom:none; 	border-top:none;	border-right:none; }
#nol{	border-left:none;}
#nolb{	border-left:none; 	border-bottom:none; }
#nob{	border-bottom:none; }
#bbtm{	border-bottom:2px solid #003300;}
#bbtml{	border-left:none; border-bottom:2px solid #003300;}


.serchlisttitle {
	font-size:20px;
	font-weight:bolder;
	color:#008837;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	border-bottom-style:double;
	border-bottom-color:#3C3;
	line-height:22px;
}
.serchlistborder {
	border-bottom-style:double;
	border-bottom-color:#66CCFF;
	line-height:26px;
}
.bt_effect:hover {
	opacity: 0.5;
}

/*検索選択肢の項目の帯：濃い緑*/
.tt_green{
	color:#FFFFFF;
    width:180px;
	background-color:#008837;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}
SELECT { 
/* width:200px; */
	width:150px;
} 

/*マッチング早見表*/
table.hayamihyo{
	border-collapse:separate;
	empty-cells:show;
	padding:0px 0px 0px 0px;
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	table-layout:fixed;
	text-align:center;
	padding:0px;
	background-color:#003300;
	margin-left:auto; margin-right:auto;
}

table.hayamihyo tr.hayami_tr th{
	background-color:#E0E0E0;
	border:none;
	font-weight:normal;
}
table.hayamihyo tr.hayami_tr td{
	background-color:#FFFFFF;
	border:none;
	font-weight:normal;
}

table.hayamihyo tr.hayami_on th{/*マウス乗せたとき*/
	background-color:#BBDDFF;
	border:none;
	font-weight:normal;
}
table.hayamihyo tr.hayami_on td{/*マウス乗せたとき*/
	background-color:#BBDDFF;
	border:none;
	font-weight:normal;
}

table.hayamihyo td.itemkate{/*マッチング早見表 項目欄のアイテム名のカテゴリ*/
	word-break:break-all;
	font-size:9px;
	color:#333333;
	background-color:#A7F1FA;
}

table.hayamihyo td.item_genuine{/*マッチング早見表 項目欄のアイテム名のカテゴリ 純正形状は、背景色を変える 20190508*/
	word-break:break-all;
	font-size:9px;
	color:#333333;
	background-color:#7CFC00;/* lawngreen 7CFC00 or adff2f */
}

table.hayamihyo td.item_td{ /*マッチング早見表 項目欄のアイテム名*/
	word-break:break-all;
	font-size:9px;
	width:30px;
	color:#333333;
	background-color:#D8FCC7;
	cursor:pointer;
}
table.hayamihyo td.maker_kugiri{
	background-color:#66CCFF;
	text-align:left;
	font-size:14px;
	font-weight:bolder;
}

/*薄い緑*/
table.hayamihyo th.td_yg{
	background-color:#B3EA6F;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
	border:none;
	font-size:10px;
	border:none;
}

/*項目名 サスペンションキット 濃い緑*/
.td_dmpkit{
	background-color:#360;
	text-align:left;
	font-weight:bold;
	height:35px;
	color:#ffffff;
}

/*項目名 純正形状サスペンションキット 明るい緑 lawngreen 7cfc00 -> adff2f  */
.td_gen_dmp{
	background-color:#adff2f;
	text-align:left;
	font-weight:bold;
	height:35px;
	color:#000000;
}

/*項目名 ダンパー単体 青*/
.td_dm{
	background-color:#057bf2;
	text-align:left;
	font-weight:bold;
	height:35px;
	color:#ffffff;
}

/*項目名 純正ダンパー単体 明るい緑*/
.td_gen_sdmp{
	background-color:#adff2f;
	text-align:left;
	font-weight:bold;
	height:35px;
	color:#333333;
}

/*項目名 スプリング 黄色*/
.td_sp{
	background-color:#ffe402;
	text-align:left;
	font-weight:bold;
	height:35px;
	color:#333333;
}

/*サスペンション結果表示*/
table.dmpkit_res{
	border-collapse:separate;
	empty-cells:show;
	padding:0px 0px 0px 0px;
	width:1100px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#003300;
	text-align:center;
	margin-left:auto; margin-right:auto;
	border-top:1px #003300 solid; /* テーブル全体の枠線（太さ・色・スタイル） */ 
	border-right:1px #003300 solid; /* テーブル全体の枠線（太さ・色・スタイル） */ 
	border-bottom:none; /* テーブル全体の枠線（太さ・色・スタイル） */ 
	border-left:none; /* テーブル全体の枠線（太さ・色・スタイル） */ 
}
table.dmpkit_res th {
	border-left:1px #003300 solid; 
	border-bottom:1px #003300 solid;
	border-top:none; 
	border-right:none;  
	font-size:10px;
}
table.dmpkit_res td {
	border-left:1px #003300 solid; 
	border-bottom:1px #003300 solid;
	border-top:none; 
	border-right:none;  
}


/*ダンパー単体結果表示*/
table.dmponly_res{
	border-collapse:separate;
	empty-cells:show;
	padding:0px 0px 0px 0px;
	width:1100px;/* 950 ---> 1100  20200430 */
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#003300;
	text-align:center;
	border-top:1px #003300 solid; /* テーブル全体の枠線（太さ・色・スタイル） */ 
	border-right:1px #003300 solid; /* テーブル全体の枠線（太さ・色・スタイル） */ 
	border-bottom:none; /* テーブル全体の枠線（太さ・色・スタイル） */ 
	border-left:none; /* テーブル全体の枠線（太さ・色・スタイル） */
	margin-left:auto; margin-right:auto; 
}
table.dmponly_res th {
	border-left:1px #003300 solid; 
	border-bottom:1px #003300 solid;
	border-top:none; 
	border-right:none;  
	font-size:10px;
}
table.dmponly_res td {
	border-left:1px #003300 solid; 
	border-bottom:1px #003300 solid;
	border-top:none; 
	border-right:none;  
}

/* 純正ダンパー単体結果表示 */
table.genuine_dmp{
	border-collapse:separate;
	empty-cells:show;
	padding:0px 0px 0px 0px;
	width:1100px;/* 950 -> 1100 -> 1000 -> 1100 */
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#003300;
	text-align:center;
	border-top:1px #003300 solid; /* テーブル全体の枠線（太さ・色・スタイル） */ 
	border-right:1px #003300 solid; /* テーブル全体の枠線（太さ・色・スタイル） */ 
	border-bottom:none; /* テーブル全体の枠線（太さ・色・スタイル） */ 
	border-left:none; /* テーブル全体の枠線（太さ・色・スタイル） */
	margin-left:auto; margin-right:auto; 
}
table.genuine_dmp th {
	border-left:1px #003300 solid; 
	border-bottom:1px #003300 solid;
	border-top:none; 
	border-right:none;  
	font-size:10px;
}
table.genuine_dmp td {
	border-left:1px #003300 solid; 
	/* border-bottom:1px #003300 solid; */
	border-bottom:2px #003300 solid;
	border-top:none; 
	border-right:none;  
}

/*スプリング結果表示*/
table.sp_res{
	border-collapse:separate;
	empty-cells:show;
	padding:0px 0px 0px 0px;
	width:850px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#003300;
	text-align:center;
	border-top:1px #003300 solid; /* テーブル全体の枠線（太さ・色・スタイル） */ 
	border-right:1px #003300 solid; /* テーブル全体の枠線（太さ・色・スタイル） */ 
	border-bottom:none; /* テーブル全体の枠線（太さ・色・スタイル） */ 
	border-left:none; /* テーブル全体の枠線（太さ・色・スタイル） */ 
    margin-left:auto; margin-right:auto;	
}
table.sp_res th {
	border-left:1px #003300 solid; 
	border-bottom:1px #003300 solid;
	border-top:none; 
	border-right:none;  
	font-size:10px;
}
table.sp_res td {
	border-left:1px #003300 solid; 
	border-bottom:1px #003300 solid;
	border-top:none; 
	border-right:none;  
}





.td_subkate{
	background-color:#7C7C7C;
	text-align:left;
	font-weight:bold;
	height:10px;
	color:#FFF;
}

.mountteki {
	position:relative;
	color:#0066FF;
	cursor:default;
	width:48px;
	word-break:break-all;
}

.psub {
	display:block;
	border:solid 1px #090;
	background-color:#FFF;
	color:#333;
	text-decoration:none;
	text-align:center;
	position:absolute;
	padding:5px;
	visibility:hidden;
	width:180px;
	z-index:20;
	font-size:70%;
	vertical-align:middle;
}

.EDFCmain {
	position:relative;
	color:#0066FF;
	cursor:default;
}

.EDFCsub {
	display:block;
	border:solid 1px #090;
	background-color:#FFF;
	color:#333;
	text-decoration:none;
	padding:5px;
	visibility:hidden;
	z-index:40;
	font-size:70%;
	text-align:center;
	vertical-align:middle;
	
}
.kaigai_main {
	position:relative;
	color:#0066FF;
	cursor:default;
	padding-top:5px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
    line-height:12px;
	font-size:11px;
}

.kaigai_psub {
	display:block;
	border:solid 1px #090;
	background-color:#FFF;
	color:#333;
	text-decoration:none;
	text-align:center;
	position:absolute;
	padding:5px;
	visibility:hidden;
	z-index:20;
	font-size:70%;
}


.kaigai_model{
 padding:0px 0px 0px 0px;
 background-color:#0070EB;
 color:#FFF;
 }


#radiobt{
	font-size:16px;
	text-align:left;
}



.td_ridek{
	text-align:center;
	background-color:#FFA;
	width:25px;
	font-size:11px;
}

.td_rides{
	text-align:center;
	background-color:#D9FDC6;
	width:25px;
	font-size:11px;
}

.td_sprt{
	text-align:center;
	background-color:#D8F3FE;
	font-size:11px;
}

.td_sprt_sura{
	text-align:center;
	background-color:#D8F3FE;
	width:15px;
	font-size:11px;
}


.td_spkj{
	text-align:center;
	background-color:#FFA;/*;*/
	font-size:8px;
}

.td_spjiyu{
	text-align:center;
	background-color:#FFF8C1;/*;*/
	font-size:11px;
	width:75px;
}

.td_spjiyu_sura{
	text-align:center;
	background-color:#FFF8C1;/*;*/
	width:15px;
	font-size:11px;
}

.carmodel, .carmodel2{
	width:115px;
	font-size:9px;
	line-height:10px;
	text-align:left;
}
.car_ovs{
float:right;text-align:right;padding-right:5px;
}

.modelyear, .modelyear2{
	width:50px;
	text-align:center;
	font-size:10px;
}
.chosei, .chosei2{
	width:35px;
	text-align:center;
}

.grade, .grade2{
	width:70px;
	word-break:break-all;
	font-size:9px;
	line-height:10px;
	text-align:left;
}
.item, .item2{
	width:50px;
	text-align:center;
	font-size:11px;
}

.itemname, .itemname2{
	width:60px;
	text-align:center;
	font-size:10px;
	line-height:11px;
}
.kit{
	width:90px;
	text-align:center;
	font-size:10px;
}

.pnum, .pnum2{
	width:100px;
	text-align:center;
	font-size:10px;
}

/* 純正ダンパー単体 価格  20190822 */
.dmpprice{
	width:50px;
	text-align:center;
	font-size:10px;
}

/* 純正ダンパー単体 備考欄を右端にレイアウト 20190822  */
.rgtbiko{
	/* width:130px; freeに変更 */
	font-size:9px;
	text-align:left;
}

.ride{
	width:30px;
}
.ridef{
	width:30px;
}

.down{
	width:50px;
}

.kakaku{
	width:100px;
	text-align:left;
	font-size:10px;
}

.nouki{
	font-size:10px;line-height:10px; padding-top:3px;
}


.toisaki{
	width:140px;
	text-align:left;
	font-size:10px;
}

.bikou{
	text-align:left;
	font-size:9px;
	line-height:10px;
	word-break:break-all;
}
.bikou2{
	text-align:left;
	font-size:9px;
	line-height:10px;
	word-break:break-all;
	width:200px;
}

.btnote{
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	width:30px; height:57px;
	margin-left:auto; margin-right:auto;
}
.btnote_on{
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	background-image:url(img/tojiru_bt.gif);
	background-repeat:no-repeat;
	width:30px; height:57px;
	margin-left:auto; margin-right:auto;
}
.btpoint{
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	width:30px; height:57px;
	margin-left:auto; margin-right:auto;
}
.btpoint_on{
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	background-image:url(img/mainasu_bt.gif);
	background-repeat:no-repeat;
	width:30px; height:57px;
	margin-left:auto; margin-right:auto;
}


.note{
	text-align:left;
	font-size:11px;
	line-height:12px;
	word-break:break-all;
	color:#333;
	width:525px;
	padding:2px;
	vertical-align:top;
}
.note2{
	text-align:left;
	font-size:11px;
	line-height:12px;
	word-break:break-all;
	color:#333;
	width:840px;
	padding:2px;
	vertical-align:top;
}
.note3{
	text-align:left;
	font-size:11px;
	line-height:12px;
	word-break:break-all;
	color:#333;
	width:840px;
	padding:2px;
	vertical-align:top;
}

table.dmpkit_res td.note{
	border-bottom:#333333 2px solid;
}
table.dmpkit_res td.note2{
	border-bottom:#333333 2px solid;
}
/*品番が変わったら太線表示に必要なCLASS start*/
table.dmpkit_res td.carmodel2{
	border-bottom:#333333 2px solid;
}
table.dmpkit_res td.modelyear2{
	border-bottom:#333333 2px solid;
}
table.dmpkit_res td.chosei2{
	border-bottom:#333333 2px solid;
}
table.dmpkit_res td.grade2{
	border-bottom:#333333 2px solid;
}
table.dmpkit_res td.item2{
	border-bottom:#333333 2px solid;
}
table.dmpkit_res td.itemname2{
	border-bottom:#333333 2px solid;
}
table.dmpkit_res td.pnum2{
	border-bottom:#333333 2px solid;
}
table.dmpkit_res td.teki2{
	border-bottom:#333333 2px solid;
}
table.dmpkit_res td.edteki2{
	border-bottom:#333333 2px solid;
}
table.dmpkit_res td.spwith2{
	border-bottom:#333333 2px solid;
}
/*品番が変わったら太線表示に必要なCLASS end*/

table.dmponly_res td.note{
	border-bottom:#333333 2px solid;
}
table.dmponly_res td.note2{
	border-bottom:#333333 2px solid;
}
/*品番が変わったら太線表示に必要なCLASS start*/
table.dmponly_res td.carmodel2{
	border-bottom:#333333 2px solid;
}
table.dmponly_res td.modelyear2{
	border-bottom:#333333 2px solid;
}
table.dmponly_res td.chosei2{
	border-bottom:#333333 2px solid;
}
table.dmponly_res td.grade2{
	border-bottom:#333333 2px solid;
}
table.dmponly_res td.item2{
	border-bottom:#333333 2px solid;
}
table.dmponly_res td.itemname2{
	border-bottom:#333333 2px solid;
}
table.dmponly_res td.pnum2{
	border-bottom:#333333 2px solid;
}
table.dmponly_res td.teki2{
	border-bottom:#333333 2px solid;
}
table.dmponly_res td.edteki2{
	border-bottom:#333333 2px solid;
}
/*品番が変わったら太線表示に必要なCLASS end*/
table.sp_res td.note{
	border-bottom:#333333 2px solid;
}
table.sp_res td.note2{
	border-bottom:#333333 2px solid;
}
/*品番が変わったら太線表示に必要なCLASS start*/

table.sp_res td.carmodel2{
	border-bottom:#333333 2px solid;
}
table.sp_res td.modelyear2{
	border-bottom:#333333 2px solid;
}
table.sp_res td.grade2{
	border-bottom:#333333 2px solid;
}
table.sp_res td.item2{
	border-bottom:#333333 2px solid;
}
table.sp_res td.itemname2{
	border-bottom:#333333 2px solid;
}
table.sp_res td.pnum2{
	border-bottom:#333333 2px solid;
}
table.sp_res td.teki2{
	border-bottom:#333333 2px solid;
}

/*品番が変わったら太線表示に必要なCLASS end*/


.teki, .teki2{
	width:17px;
	text-align:center;
}
.spwith, .spwith2{
	width:35px;
	text-align:center;
	font-size:9px;
}

.edteki, .edteki2{
	width:17px;
	text-align:center;
}


.mount{
	width:50px;
	word-break:break-all;
}

.result{
	background-color:#ffffff;
	text-align:center;
	font-size:9px;
}
.result2{
	background-color:#EEEEEE;
	text-align:center;
	font-size:9px;
}

.result_up{
	background-color:#F7FFE8;
	text-align:center;
	font-size:9px;
}

.result2_up{
	background-color:#DDE8FF;
	text-align:center;
	font-size:9px;
}

.bkline{
	background-color:#666;
	height:1px;
}

/***********アイテムポップアップ用**************/

.Idisp_area{
	 text-align:center;
	 visibility:hidden;
	 z-index:30;
	 width:1px;
	 height:1px;
	 background-color:#FFF;
	 border:#666 solid 2px;
}

#one{
	width:290px;
	border:none;
	padding:0px 0px 0px 0px;
	margin-left:auto;
	margin-right:auto;
}
.my_item_logo {
	width:190px;
	text-align:left;
	display:table-cell;
	vertical-align:bottom;	
}
.my_item_mark {
	width:60px;
	text-align:left;
	display:table-cell;
	vertical-align:bottom;	
}
.my_item_pic {
	width:110px;
	text-align:left;
	display:table-cell;
	vertical-align:top;	
}
.end_end {
	max-height:145px;	
}


.item_logo {
	width:80px;
	}
.item_waku{
	width:115px;
	padding-top:35px;
	float:left;
	}
.clear {
	clear:both;
}
.item_comment {
	width:210px;
	float:left;
	text-align:left;
	margin:3px 5px 5px 0px;
	font-size:80%;
}
.item_box {
	width:330px;
	height:140px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}


.cm { /*EDFCのポップアップ*/
/*	display:block;*/
	background-color:#FFF;
	background:url(img/hukidasi.gif);
	background-repeat:no-repeat;
	color:#333;
	text-decoration:none;
	position:absolute;
	padding:5px;
	z-index:20;
	font-size:8px;
	line-height:11px;
	width:228px;
	height:136px;
	visibility:hidden;
	opacity:0.9;
/*	 border:#FF0000 solid 1px;
	-webkit-box-shadow:3px 3px 5px #777;
    -moz-box-shadow:3px 3px 5px #777;
     box-shadow:3px 3px 5px #777;*/
}

.cm5 { /*EDFCのポップアップ*/
	display:block;
	background-color:#BAF0FE;
	color:#333;
	text-decoration:none;
	text-align:center;
	position:absolute;
	padding:0px;
	z-index:20;
	font-size:12px;
	line-height:11px;
	width:500px;
	height:20px;
	visibility:hidden;
	opacity:0.8;
	border:#000000 solid 1px;
/*	-webkit-box-shadow:3px 3px 5px #777;
    -moz-box-shadow:3px 3px 5px #777;
     box-shadow:3px 3px 5px #777;*/
}

.cm10 { /*EDFC検索ページの文字ポップアップ*/
	display:block;
	background-color:#BAF0FE;
	color:#333;
	text-decoration:none;
	text-align:center;
	position:absolute;
	padding:0px;
	z-index:20;
	font-size:12px;
	line-height:11px;
	width:650px;
	height:20px;
	visibility:hidden;
	opacity:0.8;
	border:#000000 solid 1px;
	margin-left:auto;
	margin-right:auto;
/*	-webkit-box-shadow:3px 3px 5px #777;
    -moz-box-shadow:3px 3px 5px #777;
     box-shadow:3px 3px 5px #777;*/
}


div#new{
	color:#FF0000;
	padding-top:1px;
	padding-bottom:3px;
	font-size:9px;
	}
div#zaiko{
	color:#FF0000;
	padding-top:1px;
	padding-bottom:3px;
	font-size:9px;
	}
div#kitjan{
	color:#444444;
	padding-top:3px;
	padding-bottom:3px;
	font-size:9px;
	line-height:13px;
	}
div#kitprice{
	color:#444444;
/*	padding-top:3px; */
	font-size:11px;
	line-height:13px;
	}

/*マッチング早見表で出てくる動く文字*/
#hayami_top{
	position:absolute; width:1px; height:15px;
}


/*TOPにジャンプボタンを出すならこれどうぞ*/
#tein_jump_group {
	width:56px;
	height:auto;
	/*  background-color:#ffffff;
  background-color:rgba(255,255,255,0.8);*/
  border:none;/*ridge 2px #b5b5b6;*/
	position:absolute;
	left:800px;
	top:150px;/* 150, 300, 5  この値の効果不明 */
	cursor:pointer;
	text-align:left;
	vertical-align:baseline;
	overflow:auto;
	overflow-x:hidden;
	overflow-y:hidden;
	z-index:1;
	padding:0px 0px 0px 0px;
	/* height:350px;  225から350に変更するとリセットボタン押下ごとに画面が揺れるので、上述設定のautoに任せた。 width も at 20190521 */
	/* width:56px; */
	opacity:0.7;
}
#tein_jump_group img {
	margin-left:2px;
	border:none;
}


#EDFC_cm {
	background:url(img/hukidasi.gif);
	background-repeat:no-repeat;
/*    background-color:rgba(255,255,255,0.8);*/
    border:none;/*ridge 2px #b5b5b6;*/
	position:absolute;
	left:685px;
	top:570px;
	cursor:pointer;
	text-align:left;
	vertical-align:middle;
	overflow:hidden;
	overflow-x:hidden;
	overflow-y:hidden;
	visibility:hidden;
	z-index:1;
	padding:5px 5px 5px 5px;
	width:228px;
	height:136px;
	font-size:8px;
	opacity:0.9;
}

#HAYAMIHYO_cm { /*早見表のポップアップ*/
	width:500px;
	height:20px;
	background-color:#BAF0FE;
	color:#333;
	position:absolute;
	left:0px;
	top:0px;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
	overflow:hidden;
	overflow-x:hidden;
	overflow-y:hidden;
	visibility:hidden;
	z-index:1;
	padding:0px;
	font-size:12px;
	opacity:0.8;
	border:#000000 solid 1px;
}


