﻿/* -----------------------更新履歴メモ---------------------------
2013/10/10 kubo 不要となったMessageBOX等を削除
2013/10/16 kubo キャンセルご案内用のtableを作成
2013/10/18 kubo アクションリンクをボタン風にデザインするためのクラスを作成(基本設定+色設定)
2013/11/12 各メニューをタブで切り替えるための設定を追加
2013/11/14 atanaka FasSite-Pass.cssから移動(ErrorMsg) 
2013/11/20 kubo クラスcopyrightを追加
2015/07/17 dropdownmenu 追加
2015/07/17 linkList　追加
・breadcrumb　追加
-------------------------更新履歴メモ----------------------------*/
/*-------------------------------------

　Login画面全体の基本設定
---------------------------------------*/
body
{
    margin: auto;
    padding: auto;
    text-align: center;
    overflow-x:initial;
    
 /*HTML全体の文字サイズの設定*/     
    font-size:0.9em; 
     font-family:arial, helvetica,'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif; 
   /*font-family:arial, helvetica,“Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, "Meiryo UI",“メイリオ”, sans-serif;
    
 /*スマートフォン表示の際の文字サイズ自動調整に関する設定　要確認*/   
    -webkit-text-size-adjust: 100%;

}
.Yen{
  font-family: “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, "Meiryo UI",“メイリオ”,"MS PGothic", sans-serif;
}
.YenAuto{
  font-family: “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, "Meiryo UI",“メイリオ”,"MS PGothic", sans-serif;
  background-color:Red;
  width:auto;
}


/* --------------------------------------------------
　各Linkについての基本設定
　------------------------------------------------ */
a{/*リンクされた文字*/
    color:inherit;
    font-weight:bolder;   
    text-decoration:none;
    font-style:normal;
   }
a:link {/*未訪問のリンク*/
    color:Blue;
}
a:visited{/*訪問後のリンク*/
    color:deeppink;

}
a:hover {/*マウスをのせたとき*/
    color:Black;
    background-color:transparent;
    text-decoration:underline;
}
a:active {/*クリック中*/
    text-decoration:blink;
}
.no-link
{
    color: #808080;
}

.stripe {
  padding: 10px;
  background-size: 10px 10px;
  background-color: #f8845d;
  background-image: linear-gradient(45deg,#f8b55d 25%,transparent 25%,transparent 50%,#f8b55d 50%,#f8b55d 75%,transparent 75%,transparent);
}
.stripe-inner {
  background: #fff;
  padding: 20px;
}
.box9 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #c71585;
    background: #fff8dc;
    border-top: solid 10px #ff7d6e;
}
.box9 p {
    margin: 0; 
    padding: 0;
}

/*アクションリンクを画像にするためのクラス*/
.kellumstyle 
{ 
  background-repeat:no-repeat;
  display:inline-block;
  white-space: nowrap;
  overflow: hidden;
  color:transparent;
}
.kellumstyle:hover,
.kellumstyle:active
{
   color:transparent;
}

/*---------------------------------------------------------
マルチラインメッセージ
---------------------------------------------------------*/
.MultilineMessage
{
   white-space:pre-line;
   text-align:left;
}

/*汎用クラス*/
.toLeft
{
  text-align:left;
}
ul.toLeft
{
  padding-left:1.5em;
}

/*add 2018/10/10*/
.imgPdf
{
  width:80px;
  height:38px;
  background-image: url(../Content/images/create/pdf1.png); 
  border-color:transparent;
}
.imgDownload
{
  width:50px;
  height:38px;
  background-image: url(../Content/images/create/save.png); 
  border-color:transparent;
}

em
{
    color:Red;
    
}

.cart
{
  width:200px;
  height:200px;
}

.L
{
  text-align:left;
  text-indent:0.5em;
  
}

.R
{
  text-align:right;
}
/*-------------------------------------
Informaitionの表示
　※クラスの統一化により、廃止
現在切替中
--------------------------------------*/
.InfoMsg
{
    color:Yellow;
    font-size:80%;
}
.InfoMsgNotes
{
    color:Yellow;
    text-align:left;
    font-size:80%;
    white-space:normal;
}

.InfoMsgBlue
{
    color:Blue;
    font-size:80%;
}
.InfoMsgYellow
{
    color:Yellow;
    font-size:80%;
}
.InfoMsgBlueM
{
    color:Blue;
    border-bottom-style : solid;
    font-size:100%;
}
.InfoMsgLink
{
    color:Red;
    font-size:110%;
}

/*注意---2021/02/05 a.tanaka 注釈*/
.Caution 
{
    color:Black;
    background-color:Yellow ;  
    text-align:left ;   
}


/*-------------------------------------
　エラーメッセージの設定
　※クラスの統一化により、廃止
現在切替中

---------------------------------------*/
.ErrorMsg
{
    color:Red;
    font-size:80%;
}
.ErrorMsgM
{
    color:Red;
    font-size:1em;
    text-align:center;
    vertical-align:middle;
}

.ErrorMsgL
{
    color:Red;
    font-size:120%;
    text-align:left;
}
/*-----add 注釈 -----*/
.BoxCaution {
    padding: 0.2em 0.5em;
    margin: 2em 0;
    color: #6091d3;/*文字色*/
    font-weight: bold;
    background: #ffeaea;
    box-shadow: 0px 0px 0px 10px #ffeaea;
    border: dashed 2px #ffc3c3;
    border-radius: 12px;
    white-space:pre-line;
    text-align :left;
    font-size: 1.5em;
}
.BoxCaution p {
    margin: 0; 
    padding: 0;
}

/*-------------------------------------
 ログイン画面、パスワード変更画面等の
 コンテンツ部分の設定
---------------------------------------*/

.main
{   
    width:1000px;
    height:100%;
    margin: 0 auto;
    padding: 5px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #67c9d2), color-stop(1.00, #b1f7ff));
    background: -webkit-linear-gradient(#67c9d2, #b1f7ff);
    background: -moz-linear-gradient(#67c9d2, #b1f7ff);
    background: -o-linear-gradient(#67c9d2, #b1f7ff);
    background: -ms-linear-gradient(#67c9d2, #b1f7ff);
    background: linear-gradient(#67c9d2, #b1f7ff);
    background-color :lightskyblue;
}
/*-------------------------------------
            　-ﾛｸﾞｲﾝ画面専用-

　メイン部分の設定　赤線で囲われた部分
---------------------------------------*/

.LoginContent{
  height:100%;
  margin: 15px auto;
  margin-left:15px;
  margin-right:15px;
  padding: 30px;
  /*border: 3px solid Red;*/

}
/*画面全体のタイトル用*/
h1 {
  padding: 0.1em 0.5em;
  background: -webkit-linear-gradient(to right, rgb(255, 186, 115), transparent);
  background: linear-gradient(to right, rgb(255, 186, 115), transparent);
  color: #545454;
}
h2 
{
  color: #364e96;/*文字色*/
  padding: 0.5em 0;/*上下の余白*/
  border-top: solid 3px #364e96;/*上線*/
  border-bottom: solid 3px #364e96;/*下線*/    
}
h5 {
     position: relative;
     padding-bottom: 0.5em;
}
 
h5::after {
     position: absolute;
     content: '';
     left: 0;
     bottom: 0;
     width: 40%;
     height: 7px;
     box-sizing: border-box;
     border-top: 3px solid black;
     border-bottom: 1px solid black;
}
h3  {
	font-size: 16px;
	line-height: 34px;
	background-image: url(img/h4.jpg);
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-bottom: 10px;
	background-position: left bottom;
	padding-right: 8px;
	padding-left: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #E27905;
}
h4{
	background-image: url(img/h5.jpg);
	background-position: left 2px;
	background-repeat: no-repeat;
	font-size: 15px;
	line-height:26px;
	text-indent: 25px;
	margin-top: 10px;
	margin-bottom: 3px;
}
h6{
	background-image: url(img/h6.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-size: 15px;
	line-height: 20px;
	margin-top: 6px;
	margin-bottom: 6px;
}
div, p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	display: block;
}

h1, h2, h3, h4, .title ,.menutitle{
	font-family: 'HGP創英角ｺﾞｼｯｸUB', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W6', sans-serif;
	font-weight:normal;
}

h1,h2,h3,h4{
	clear:both;
}


/*説明欄*/
.MessageboardLineInfo {
    padding : 0.25em 0em;
    margin: 0.25em 0;
    color: #232323;
    background: #f5f5f5;
    border-top: solid 10px #808080;

}
.MessageboardLineInfo p {
    margin: 0; 
    padding: 0;
    /*改行を有効にする*/
    white-space :pre-wrap;
}

/*全体デザイン */
.MessageboardLineNote
{
    padding : 0.25em 0em;
    margin: 0.25em 0;
    color: #000000;
    background: #ffebe9;
    border-top: solid 10px #ff7d6e;
}
.MessageboardLineNote p 
{
    margin: 0; 
    padding: 0; 
    /*改行を有効にする*/
    white-space:pre-wrap;
}

/*-------------------------------------
　入力フォーム用table 
　Class名「InputForm」
　ログイン画面と「こちらへ」で使用
---------------------------------------*/
.InputForm
{
    margin:auto;
    white-space: nowrap;
    width:90%; 
    vertical-align:bottom;
}

.InputForm th
{
    text-align:right;
    padding-right:0.5em;
    width:20em;/*IE用 thを%ではなくemで指定している*/
    font-size:1.2em;
}


.InputForm td
{
    width:65%;
}


.InputForm td.form
{
    text-align:left;
}
.InputForm td.msg
{
    font-size:1em;
    text-align:left;
}

.InputForm td.blank /*隙間用のtd*/
{
  height:10px; 
}

/*-------------------------------------
　tableで使用する入力フォームの設定
　①基本設定
　②装飾設定
　③FOCUS設定（クリックして選択した時）
　④セレクトの設定
---------------------------------------*/
/* ① */
.InputForm input[type="text"], 
.InputForm input[type="password"]
{
    width:300px;
    height:1.5em;
    font-size:18px;
}
/*②*/
.InputForm input[type="text"],
.InputForm input[type="password"]{
   border-radius: 5px;
   border:#a9a9a9 1px solid;
   -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
   -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   padding:0 3px;
}
/*③*/
.InputForm input[type="text"]:focus,
.InputForm input[type="password"]:focus {
   border:solid 1px #20b2aa;
}

.InputForm input[type="password"], select { 
   outline: none;
}




/*-------------------------------------
　汎用ボタンの設定
---------------------------------------*/

.sizeM
{
  font-size:1.2em;
  font-weight:lighter;

  margin:auto;
  width:auto;
  height:2.0em;
}

.sizeL
{
  width:250px;
  height:40px;
}

/* --------------------------------------------------
　各ページにヘルプメッセージを追加
　Header：上部分　Footer：下部分をそれぞれ設定
-------------------------------------------------- */

.helpHeaderMSG
{
    text-align:left;
    text-indent:10px;
    
}



/* --------------------------------------------------
　各ページのタイトル部分の設定
-------------------------------------------------- */
.menuTabLight 
{
 /*左側の太い線*/
  border-left-color:#210B61;
  border-left-width:20px;
  border-left-style:outset;

 /*アンダーライン*/ 
  border-bottom-color:#210B61;
  border-bottom-style:solid;
  margin-bottom:0px;

/*フォント基本設定*/
  font-weight:bold;
  font-size:1.5em;

/*位置基本設定*/
  vertical-align:middle;
  text-align:left;
  text-indent:0.5em;
  width:95%;

/*前後の行とのスペース*/
  margin-top:0.5em;  
  margin-bottom:0.5em;

  /*直前までfloatしていた場合に潜り込みを防止*/       
  clear : both;
}

.submenuTabLight
{
  text-align:left;
  font-weight:bold;
  font-size:15px;
  width:95%;
  text-indent:5px;
  border-left-color:#210B61;
  border-left-width:10px;
  border-left-style:outset;
  margin-bottom:10px;
  
      
}
/*-------------------------------------
　キャンセルご案内用のtable
---------------------------------------*/
.announcetable
{
  width:95%;
  margin-left:2em;

  border-radius: 20px;
  border-collapse: separate;

  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  
  background:mintcream;
  color:#69655c;
  
}

.announcetable tr
{

}


.announcetable th
{
  width:10%;
  text-align:right;
}


.announcetable .grandTitle
{
  text-indent:5em;
  font-size:2em;
  text-align:left;
  vertical-align:middle;   
}



.announcetable .secondTitle
{
  font-size:1.2em;
  text-indent: 3em;
  text-align:left;
  padding:10px;
  background-color:mistyrose;
  color:steelblue;
  
    -moz-border-radius: 100px / 50px; 
  -webkit-border-radius: 100px / 50px; 
  border-radius: 100px / 50px;



}

.announcetable .space
{
  padding:10px;

}

.announcetable .comment
{
  padding-left: 1em;
  text-indent: -1em;

}

.announcetable .message
{
    padding-left: 1em;
}

  

.announcetable td
{
  
  text-align:left;


}
.red
{
  color:Red;
  font-weight:bolder;
  font-size:larger;
  
}

.sizeS
{
  font-size:smalle;
}



/*-------------------------------------
　131017 アクションリンク用のクラス
　new { @class = "クラス名"}で設定することで、アクションリンクをbutton風にデコレーション
　基本設定 [decoration] にクラスで色を加えていく
　Inputbuttonに使用する場合は
　色設定メモ
　Blue:青色
　Orange:橙色
　Silver:薄い灰色(見難いのでコメントアウト)
　Purple：ムラサキ
　SkyBlue：薄い青
　Red：赤
　PaleRed：薄い赤
　Gray:濃い灰色
---------------------------------------*/

.decoration
{

	font-weight:bold;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	padding:0px 18px;
	text-decoration:none;
  list-style-type: none;
}
.decoration:link,
.decoration:visited
{
  Color:inherit;
}

.decoration:hover 
{
	text-decoration:none;	
}

.decoration:active 
{
	position:relative;
	top:1px;
}


#inputadjust
{
	padding:5px 18px;
	font-size:16px;
	font-weight:bold;
	font-family:@Arial Unicode MS;
}


/*他で使用することになったため、親クラスを解除し、独立させた 131121*/
.Blue
{
  background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #4197ee), color-stop(100%, #79bbff) );
  background:-moz-linear-gradient( center top, #4197ee 5%, #79bbff 100% );
  background:-ms-linear-gradient( top, #4197ee 5%, #79bbff 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4197ee', endColorstr='#79bbff');
  background-color:#4197ee;

  border:1px solid #469df5;
  -webkit-box-shadow:inset 1px 1px 0px 0px #cae3fc;
  -moz-box-shadow:inset 1px 1px 0px 0px #cae3fc;
  box-shadow:inset 1px 1px 0px 0px #cae3fc; 	
 	


}

  /*文字の見た目*/
.Blue,
.Blue:link,
.Blue:visited
{
  text-shadow:1px 1px 0px #287ace;
  color:White;
}
/*クリックした時の色*/
.Blue:active
{
  color:White;
}

.decoration.Blue:hover
{
  background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #79bbff), color-stop(100%, #4197ee) );
  background:-moz-linear-gradient( center top, #79bbff 5%, #4197ee 100% );
  background:-ms-linear-gradient( top, #79bbff 5%, #4197ee 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#4197ee');
  background-color:#79bbff;
}


.Orange
{
  background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #eeaf41), color-stop(100%, #ffce79) );
  background:-moz-linear-gradient( center top, #eeaf41 5%, #ffce79 100% );
  background:-ms-linear-gradient( top, #eeaf41 5%, #ffce79 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeaf41', endColorstr='#ffce79');
  background-color:#eeaf41;
  
  border:1px solid #eeb44f;
  -webkit-box-shadow:inset 1px 1px 0px 0px #fceaca;
  -moz-box-shadow:inset 1px 1px 0px 0px #fceaca;
  box-shadow:inset 1px 1px 0px 0px #fceaca; 	
}

  /*文字の見た目*/
.Orange,
.Orange:link,
.Orange:visited
{
	text-shadow:1px 1px 0px dimgray;
  color:White;
}
/*クリックした時の色*/
.Orange:active
{
  color:White;
}

.decoration.Orange:hover
{
  background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffce79), color-stop(100%, #eeaf41) );
  background:-moz-linear-gradient( center top, #ffce79 5%, #eeaf41 100% );
  background:-ms-linear-gradient( top, #ffce79 5%, #eeaf41 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffce79', endColorstr='#eeaf41');
  background-color:#ffce79;
}
/*
.Silver
{
  background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #dfdfdf), color-stop(100%, #ededed) );
  background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
  background:-ms-linear-gradient( top, #dfdfdf 5%, #ededed 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
  background-color:#dfdfdf;
  
	border:1px solid #dcdcdc;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	box-shadow:inset 1px 1px 0px 0px #ffffff;

	
}

  /文字の見た目/
.Silver,
.Silver:link,
.Silver:visited
{  text-shadow:1px 1px 0px #287ace;  
  color:White;
}
/クリックした時の色/
.Silver:active
{
  color:inherit;
}

*/

.decoration.Silver:hover
{
  background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ededed), color-stop(100%, #dfdfdf) );
  background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
  background:-ms-linear-gradient( top, #ededed 5%, #dfdfdf 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
  background-color:#ededed;
 
}

.Purple
{
    
  background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #d441ee), color-stop(100%, #eea1fc) );
  background:-moz-linear-gradient( center top, #d441ee 5%, #eea1fc 100% );
  background:-ms-linear-gradient( top, #d441ee 5%, #eea1fc 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d441ee', endColorstr='#eea1fc');
  background-color:#d441ee;
  
  border:1px solid #dd5df4;
  -webkit-box-shadow:inset 1px 1px 0px 0px #f4cafc;
  -moz-box-shadow:inset 1px 1px 0px 0px #f4cafc;
  box-shadow:inset 1px 1px 0px 0px #f4cafc;
}
  /*文字の見た目*/
.Purple,
.Purple:link,
.Purple:visited
{
  text-shadow:1px 1px 0px #b63dcc;
  color:White;
}
/*クリックした時の色*/
.Purple:active
{
  color:inherit;
}

.decoration.Purple:hover
{
  background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #eea1fc), color-stop(100%, #d441ee) );
  background:-moz-linear-gradient( center top, #eea1fc 5%, #d441ee 100% );
  background:-ms-linear-gradient( top, #eea1fc 5%, #d441ee 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eea1fc', endColorstr='#d441ee');
  background-color:#eea1fc;

}


.SkyBlue
{
  background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #80b5ea), color-stop(100%, #bddbfa) );
  background:-moz-linear-gradient( center top, #80b5ea 5%, #bddbfa 100% );
  background:-ms-linear-gradient( top, #80b5ea 5%, #bddbfa 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80b5ea', endColorstr='#bddbfa');
  background-color:#80b5ea;

  border:1px solid #84bbf3;
  -webkit-box-shadow:inset 1px 1px 0px 0px #dcecfb;
  -moz-box-shadow:inset 1px 1px 0px 0px #dcecfb;
  box-shadow:inset 1px 1px 0px 0px #dcecfb;
 		
}

/*文字の見た目*/
.SkyBlue,
.SkyBlue:link,
.SkyBlue:visited
{
  text-shadow:1px 1px 0px #528ecc;
  color:White;
}
/*クリックした時の色*/
.SkyBlue:active
{
  color:inherit;
}

.decoration.SkyBlue:hover
{
  background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #bddbfa), color-stop(100%, #80b5ea) );
  background:-moz-linear-gradient( center top, #bddbfa 5%, #80b5ea 100% );
  background:-ms-linear-gradient( top, #bddbfa 5%, #80b5ea 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bddbfa', endColorstr='#80b5ea');
  background-color:#bddbfa;
}


.Red
{  
  background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #d34639), color-stop(100%, #fa665a) );
  background:-moz-linear-gradient( center top, #d34639 5%, #fa665a 100% );
  background:-ms-linear-gradient( top, #d34639 5%, #fa665a 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d34639', endColorstr='#fa665a');
  background-color:#d34639;
  
  border:1px solid #d83526;
  -webkit-box-shadow:inset 1px 1px 0px 0px #fab3ad;
  -moz-box-shadow:inset 1px 1px 0px 0px #fab3ad;
  box-shadow:inset 1px 1px 0px 0px #fab3ad;

}

/*文字の見た目*/
.Red,
.Red:link,
.Red:visited
{
  text-shadow:1px 1px 0px #98231a;
  color:White;
}
/*クリックした時の色*/
.Red:active
{
  color:inherit;
}


.decoration.Red:hover
{
  background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #fa665a), color-stop(100%, #d34639) );
	background:-moz-linear-gradient( center top, #fa665a 5%, #d34639 100% );
	background:-ms-linear-gradient( top, #fa665a 5%, #d34639 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa665a', endColorstr='#d34639');
	background-color:#fa665a;

}

.PaleRed
{
  background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #f08e87), color-stop(100%, #f5c7c4) );
	background:-moz-linear-gradient( center top, #f08e87 5%, #f5c7c4 100% );
	background:-ms-linear-gradient( top, #f08e87 5%, #f5c7c4 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f08e87', endColorstr='#f5c7c4');
	background-color:#f08e87;
	
  border:1px solid #d47f77;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	box-shadow:inset 1px 1px 0px 0px #ffffff;
}
/*文字の見た目*/
.PaleRed,
.PaleRed:link,
.PaleRed:visited
{
  text-shadow:1px 1px 0px #ed473b;
  color:White;
}
/*クリックした時の色*/
.PaleRed:active
{
  color:inherit;
}

.decoration.PaleRed:hover
{
  background-color:#f5c7c4;
  background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #f5c7c4), color-stop(100%, #f08e87) );
  background:-moz-linear-gradient( center top, #f5c7c4 5%, #f08e87 100% );
  background:-ms-linear-gradient( top, #f5c7c4 5%, #f08e87 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5c7c4', endColorstr='#f08e87');

}


.Gray
{
  background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ccc6cc), color-stop(100%, #f7f2f7) );
  background:-moz-linear-gradient( center top, #ccc6cc 5%, #f7f2f7 100% );
  background:-ms-linear-gradient( top, #ccc6cc 5%, #f7f2f7 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc6cc', endColorstr='#f7f2f7');
  background-color:#ccc6cc;

  border:1px solid #858585;
  -webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
  -moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
  box-shadow:inset 1px 1px 0px 0px #ffffff;
  
}
/*文字の見た目*/
.Gray,
.Gray:link,
.Gray:visited
{
 	text-shadow:1px 1px 0px whitesmoke;
  color:black;
}
/*クリックした時の色*/
.Gray:active
{
  color:inherit;
}

.decoration.Gray:hover
{
  background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #f7f2f7), color-stop(100%, #ccc6cc) );
  background:-moz-linear-gradient( center top, #f7f2f7 5%, #ccc6cc 100% );
  background:-ms-linear-gradient( top, #f7f2f7 5%, #ccc6cc 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f2f7', endColorstr='#ccc6cc');
  background-color:#f7f2f7;
}


/* --------------------------------------------------
　ご注文情報のtable部分
　クラス名「DetailTable」
　新規ユーザー登録にも使用している
-------------------------------------------------- */

.DetailTable 
{
    width:96%;
    margin-top:10px;    
    margin-right:10px;
    border-spacing: 0;  
    border-top: 1px solid #0096cc;
    border-Left: 1px solid #0096cc;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
         -o-border-radius: 6px;
            border-radius: 6px;
    border-collapse: separate;
    empty-cells:show;
    background:#FFF;
    color:#69655c;
}

.DetailTable.autoSize
{
  width:auto;
}
.DetailTable.autoSizeMaxCol1
{
  width:auto;
}
.DetailTable.autoSizeMaxCol1 td
{
  background: #CAF6E6;
  max-width:300px;
  word-break: break-all;
  
}
.DetailTable tr:hover {  
    background:#bbd4ee; 
} 
.cursordefault td:hover
{
    cursor:default;
}
/*DetailTable内に配置する画像ファイルの設定*/
.DetailTable img
{
  vertical-align:middle;
  padding-Top:1px;
  padding-bottom:2px;
}
/*個別のサイズ設定*/
.DetailTable .xxx img
{
  width:20px;
  height:20px;
  
}

/*上下位置微調整用class*/

.DetailTable.down
{
  position:relative;
  top:50px;
}
.DetailTable.up
{
  position:relative;
  bottom:50px;
}

/*文字が若干みにくい場合をはっきりと見せたい場合*/
.DetailTable .sharp,
.DetailTable.sharp
{
  color:Black;

}
/*DetailTableを別テーブル内に入れた時に、位置を合わせるためのクラス*/
.DetailTable.intable,
.intable
{
  width:100%; 
  margin:0;
}
/*DetailTableを別テーブル内に入れた時に、位置を合わせるためのクラス2*/
.DetailTable.intableR
{
    width:100%; 
    margin-right:0px;
}

/*DetailTableに別テーブルを入れた時の設定。
 ※スペースが開いているところがポイント※
*/
.DetailTable .intable th,
.DetailTable .intable td
{
  border-width:0px;
}

/* ----------------
　td,th共通設定
------------------- */
.DetailTable th,
.DetailTable td 
{

  border-bottom:solid 1px #0096cc;
  border-right:solid 1px #0096cc;
  line-height:2em;
  padding-left:0.5em;
  padding-right:0.5em;
}

.DetailTable.WebComment td
{
  word-wrap:break-word;
  white-space:pre-wrap;
}

/* ----------------
　 Header用class1 横並び用
　背景色つけて白抜き
------------------- */

.DetailTable .TableHeaderA{
    padding:3px;
    cursor:default;
    background:#258;
    color:#FFF;
    height:15px; 
}
 /* ----------------
　 Header用class1 横並び用2
  タイトルが2行になった場合、linehightを調整
   Trにclass[multiline]を加える
------------------- */
.DetailTable .multiline .TableHeaderA {
    line-height:1.5em;
}
/*一段目をギリギまで狭くする場合*/
.DetailTable .multiline2 .TableHeaderA {
    line-height:0.5em;
}

 /* ----------------
　Header用class2　左用
　背景色つけて白抜き 
------------------- */

.DetailTable .TableHeaderB
{
    cursor:default;
    background:#258;
    color:#FFF;
    width:12em;
    vertical-align:middle;
    text-align:right;
    
 }
 /* ----------------
　Header用class3　上用
　背景色つけて白抜き

------------------- */

.DetailTable .TableHeaderC
{
    cursor:default;
    background:#258;
   /* background:midnightblue;*/
    color:#FFF;
    vertical-align:middle;
    text-align:right;
 }
.DetailTable .TableHeaderD
{
  font-size:1.5em;
    cursor:default;
    background:crimson;
    color:#FFF;

    vertical-align:middle;
 }

/* ----------------
　 td,thに
　 .left,right,centreを加えると
　 Alignmenttが切り替わる。 
   paddingを使って左右に0.5文字分の空白を付ける。
------------------- */
.DetailTable tr.left,
.DetailTable th.left,
.DetailTable td.left
{
	text-align: left;


}
/*center＆わずかな余白*/
.DetailTable th.center,
.DetailTable td.center
{
	text-align: center;

}
.DetailTable th.right,
.DetailTable td.right
{
  text-align: right;

}

/*tdの中でul/liを使用する場合*/
.DetailTable td ul
{
  padding: 0;
	list-style-type: none;
	text-align: center;
	margin:5px;
}
.DetailTable td ul li
{
  display: inline-block;
	list-style-type: none;
	vertical-align:middle;
	padding-top:0;
	padding-bottom:0;
	padding-right:0;


}
 
  /* ----------------
　登録情報変更用のID
　クラス「DetailTable」のみで動作
------------------- */

.DetailTable input[type="text"],
.DetailTable input[type="Password"]
 {
     font-size:16px;
     width:98%; 

 }

/*trのホバーを相殺する専用クラス*/

.DetailTable.hoverOFF  tr:hover
{
    background-color:transparent;
    cursor:default;

}
/*textスクロール表示*/
div.scrolltext {
  width: 300px;
  height: 250px;
  overflow : scroll;
  background-color: #CAF6E6;
  display:inline-block;
  white-space :normal;
  text-align : left ;
}


/* -----------------------
　  各セルの四隅を丸くする。
　  ここでは左上角丸　最初の行の最初のセル
　  first-child＝一番最初のセルにだけ適応する
　  tr td:nth-child(1)という風に指定もできる（=tr:first-child th:first-child)
　※ ()の数字の時だけ適応　odd,even,3n,4n,5n+1等の指定も可能
  ----------------------- */
.DetailTable tr:first-child th:first-child,
.DetailTable tr:first-child td:first-child {
    -webkit-border-radius: 6px 0 0 0;
       -moz-border-radius: 6px 0 0 0;
         -o-border-radius: 6px 0 0 0;
            border-radius: 6px 0 0 0;

}
/* -----------------------
　 右上角丸　最初の行の最後のセル
　 last-child＝一番最後のセルにだけ適応する。
　下記の場合、最後の要素がtr thじゃない場合は適応されない。
　（どんな場合でも適応されたい場合は、div *:のようにすれば良い）
----------------------- */
.DetailTable tr:first-child th:last-child,
.DetailTable tr:first-child td:last-child {
    -webkit-border-radius: 0 6px 0 0;
       -moz-border-radius: 0 6px 0 0;
         -o-border-radius: 0 6px 0 0;
            border-radius: 0 6px 0 0;

}
/* -----------------------
　左下角丸　最後の行の最初のセル
----------------------- */
.DetailTable tr:last-child th:first-child,
.DetailTable tr:last-child td:first-child {
    -webkit-border-radius: 0 0 0 6px;
       -moz-border-radius: 0 0 0 6px;
         -o-border-radius: 0 0 0 6px;
            border-radius: 0 0 0 6px;
}
/* -----------------------
　右下角丸　最後の行の最後のセル
----------------------- */
.DetailTable tr:last-child th:last-child,
.DetailTable tr:last-child td:last-child {
    -webkit-border-radius: 0 0 6px 0;
       -moz-border-radius: 0 0 6px 0;
         -o-border-radius: 0 0 6px 0;
            border-radius: 0 0 6px 0;
}

/* -----------------------
　2016/05/02
　人工遺伝子用 修正中の場合、色がつく
----------------------- */
.DetailTable tr.Edit
{
  background-color:aquamarine;
}

/* -----------------------
　配列表示用class
　テキストエリアで使用 
----------------------- */

.displayseq 
{
    width:99%;
    white-space:normal;
    resize:none;    


}

/* -----------------------
　コメント表示用class
　テキストエリアで使用 
　resize:none ：サイズの変更不可設定
----------------------- */
.displaycomment
{
    width:95%;
    white-space:normal;
    resize:none;
    color:Black;
}

/*備考*/
.textareaBiko
{
  resize: vertical;
  width:600px;
  height:300px;   
    
}
/*備考*/
.textareaBikoGenomu
{
  resize: vertical;
  width:600px;
  height:100px;   
    
}

/*
NK,WKの特記事項及びベクター名等の文字数制限が多く枠が小さいTDに使用
*/
.DetailTable .lengthy
{
    white-space: normal;
    text-align:left;
    word-break:break-all;
    word-wrap:break-word;
    text-decoration:none;
    
}

.subTitleL
{
    font-size:90%;
}
.DetailTable .subTitleM
{
    font-size:80%;
}
.DetailTable .subTitleS
{
    font-size:60%;
}

/*シーケンス　ラジオボタンの設定*/

.radioSEQ input[type=radio]:checked + label
{
  font-style:italic;
  font-weight:bolder;
  font-size:16pt;
}
.radioSEQ input[type=checkbox]:checked + label
{
  font-style:italic;
  font-weight:bolder;
}

/*

Seq解析種別ごとのシンボルカラー設定
*/
.bkcolorNK,
.DetailTable input:checked + label.CheckbkcolorNK
{
  background-color:#00ffff;
  color:black;
}

.DetailTable input:checked + label.CheckbkcolorWK,
.DetailTable input:checked + label.CheckbkcolorQK,
.DetailTable input:checked + label.CheckbkcolorFK

{
  background-color:#00ff7f;
}
.DetailTable input:checked + label.CheckbkcolorRK,
.DetailTable input:checked + label.CheckbkcolorRL,
.DetailTable input:checked + label.CheckbkcolorRP
{
  background-color:#ffa500;
}

.DetailTable input:checked + label.CheckbkcolorMK,
.DetailTable input:checked + label.CheckbkcolorEK,
.DetailTable input:checked + label.CheckbkcolorLK,
.DetailTable input:checked + label.CheckbkcolorP1,
.DetailTable input:checked + label.CheckbkcolorP2
{
  background-color:#ee82ee;
}
.DetailTable input:checked + label.CheckbkcolorSR
{
  background-color:#ffff00    
}
.DetailTable input:checked + label.CheckbkcolorHK
.DetailTable input:checked + label.CheckbkcolorH1
{
  background-color:#008b8b
}

.DetailTable td.comment
{
  width:50%;
}
/* -----------------------
　ユーザー新規登録用
----------------------- */

.addnew
{
  margin:auto;
  

}

.addnew th
{

  
}
.addnew td
{
  
}
.imeOFF
{
    ime-mode:disabled;
}

.imeON
{
  ime-mode:active;
}



.addnew tr:hover
{  
    background-color:transparent;
    cursor:default;
    -moz-user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
} 


/*--------------------------------------------------
　WebOrderListSeq/AddNewConfirmの特記事項欄に使用
　サブクラスで指定した文字数を超えると…と表示。
　※tableではなく、divで使用しないとうまく動かないので注意。
--------------------------------------------------*/
.abbreviation 
{
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align:left;
    word-break:break-all;
    text-indent:0.5em;
}
.abbreviation.com
{
    width:20em;

}
.abbreviation.vec
{
   width:15em;
   
}

/*2016/05/23追加
　SubWindow用設定
*/
  .SubWindow  
  {
    width:350px;
  }
  .DetailTable.CheckList td 
  {
    text-align:center;
  }
 .DetailTable.CheckList td label
  {
    display:block;
    text-align:left;
  }

/* -----------------------
　色メモ
　灰色：#e3dcd5
-----------------------*/

/* --------------------------------------------------
　ページ表示用テーブルの設定
　　
-------------------------------------------------- */
.PageViewTable 
{
  width:96%;
  border-spacing: 0;  
  border-collapse: separate;
  empty-cells:show;

}
.PageViewTable tr
{
    vertical-align:top;
}
.PageViewTable th
{
    text-align:left;
    width:40%;
}
.PageViewTable td
{
    text-align:center;
    font-weight:bolder;
}
.PageViewTable .R
{
    text-align:right;
    padding-top:10px;
}

.upper
{
    position:relative;
    top:15px;
}
.lower
{
    position:relative;
}

.PageViewTable .rightIcon
{
  float:right;
}

/*影を付ける汎用クラス*/
.onShadow,
.onShadow li,
.colorOFF
{
  box-shadow: 1px 0px 0px rgba(225,225,225,0.3) inset,
            -1px 0px 0px rgba(225,225,225,0.3) inset,
            0px 1px 1px rgba(0,0,0,0.1) inset,
            0px -1px 1px rgba(0,0,0,0.3) inset,
            0px 1px 3px #666; 
}

/*上側を丸くしてタブっぽくする汎用クラス*/
.tablistTop,
.tablistTop li
{
    border-top-left-radius: 5px; 
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px; 
    -webkit-border-top-right-radius: 5px;    
    -moz-border-border-top-left-radius: 5px; 
    -moz-border-border-top-right-radius: 5px;     

}
/*sitemasterで使用しているリストメニュー*/
.listMenu
{
list-style-type: none;
margin: 0px;
padding: 0px;

}
.listMenu li
{
position: static;
width:157px;
float: left;
text-align: center;
}
.listMenu li:last-child
{
  width:160px;
}

/*MainMenuのタブサイズをサブメニューに合わせる*/
.attMainMenu.listMenu li
{
  padding-right:3px;
}
/*Submenuの時の隙間*/
.attSubMenu.listMenu li
{
  margin-right:3px;
  
}



/*リンクのスタイル設定*/
.listMenu a 
{
  color:inherit;/*文字の色を固定しない*/
  text-decoration:none;/*ホバーした時にラインを出さない*/
  display:block;/*要素のどこをクリックしてもリンクする*/
  font-size:12px;
}

/*メインメニュー＆サブメニューのブロックの設定*/
.colorMenutable
{
   background-color:transparent;
  /*サブメニューとlayouttableの隙間とズレを修正 */
   margin-bottom:-7px;
   margin-left:-3px; 
}

/*--------IE対応--------*/

/*メインメニューの外枠の境界線*/
.IE8 .attMainMenu li,
.IE9 .attMainMenu li
{
  border-color:#696969;/*Dimgray*/
  border-width:2px;
  border-style:solid;

  border-left:0px solid;

}
.IE9 .attMainMenu li:first-child,
.IE8 .attMainMenu li:first-child /*IE8はfirst child可能*/
{
  border-left-color:#696969;/*Dimgray*/
  border-left-width:2px;
  border-left-style:solid;
}


/*shadowがないことによる、メインメニューとサブメニューのズレの調整*/
.IE8 .attSubMenu.listMenu li,
.IE9 .attSubMenu.listMenu li
{  
  margin-right:5px;

}

.IE8 .attSubMenu.listMenu li:first-child,
.IE9 .attSubMenu.listMenu li:first-child
{
  margin-right:6px;  
}

/*--------IE対応--------*/


/*************************
メインメニューのattribute
attMainMenu:基本設定
.color：基本色(Off)
.on:選択時
.onColor:選択時の色の変化
**************************/

.attMainMenu
{
  width:auto;
  line-height:3em;
  padding-bottom:3em;
  margin-bottom:5px;
  /*line-heigtの分をpaddingで埋めて、
    実際の隙間はmarginで取っている*/ 
    
}

.attMainMenu .colorON
{
  color:White;
  background-color:#0d4996;
  
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0.42, #bdcded), color-stop(0.00, #014399));
		background: -webkit-linear-gradient(top, #bdcded 0%, #014399 42%);
		background: -moz-linear-gradient(top, #bdcded 0%, #014399 42%);
		background: -o-linear-gradient(top, #bdcded 0%, #014399 42%);
		background: -ms-linear-gradient(top, #bdcded 0%, #014399 10%);
		background: linear-gradient(to bottom, #bdcded 0%, #014399 10%);
}

.attMainMenu .colorOFF
{
  
  color:Black;
  background-color:#f7fcfe;
   background: linear-gradient(#FFFFFF,#eaeaff);
  background: -ms-linear-gradient(#FFFFFF,#eaeaff);
  background: -o-linear-gradient(#FFFFFF,#eaeaff);
  background: -moz-linear-gradient(#FFFFFF,#eaeaff);
  background: -webkit-linear-gradient(#FFFFFF,#eaeaff);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #FFFFFF), color-stop(0.00,#eaeaff ));
}
/*************************
サブメニューの設定
.attSubMenu:基本設定。
子クラスにactionとcolorがあり、
それぞれONとOFFが孫にいる。
ON:選択した時
OFF:選択してない時
※ONとOFFをスクリプトで振り分けている。
**************************/

.attSubMenu
{
  width:auto;
  line-height:3em;
  margin-top:5px;/*MeinMenuとSubMenuの間隔*/
}
.IE8 .attSubMenu,
.IE9 .attSubMenu
{
   margin-top:8px;/*MeinMenuとSubMenuの間隔*/
   
}
 
.attSubMenu.color .ON
{
  color:Black;
  background:#e0efff;
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0.33, #cce5ff), color-stop(0.00, #eff7ff));
			background: -webkit-linear-gradient(top, #cce5ff 0%, #eff7ff 40%);
			background: -moz-linear-gradient(top, #cce5ff 0%, #eff7ff 40%);
			background: -o-linear-gradient(top, #cce5ff 0%, #eff7ff 40%);
			background: -ms-linear-gradient(top, #cce5ff 0%, #eff7ff 40%);
			background: linear-gradient(to bottom, #cce5ff 0%, #eff7ff 40%);
}
.attSubMenu.color .OFF
{
    color:White;
  background:#2F65AA;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.42, #0d4996), color-stop(0.00, #2F65AA));
  background: -webkit-linear-gradient(top, #b4ddfe 0%, #2F65AA 42%);
  background: -moz-linear-gradient(top, #b4ddfe 0%, #2F65AA 42%);
  background: -o-linear-gradient(top, #b4ddfe 0%, #2F65AA 42%);
  background: -ms-linear-gradient(top, #b4ddfe 0%, #2F65AA 42%);
  background: linear-gradient(to bottom, #b4ddfe 0%, #2F65AA 42%);
  
}
/*サブメニューのOn/Offの高さの設定*/
.attSubMenu.action .ON
{
  margin-top:-10px;
  padding-bottom:15px;
  height:35px;
  line-height:48px;/*文字とLineの位置設定*/
  
}
.attSubMenu.action .OFF
{
    height:35px;
    padding-bottom:5px;

}

/*SubMenuのONの時にだけ表示されるアンダーライン*/
.attSubMenu.color .ON .line
{
width:90%;
border-bottom:3px solid ;
border-bottom-color:#014399;
margin-left:5%;
margin-right:5%;
}
/*パンくず、タイトル、コンテントを配置するテーブル*/
.layoutTable
{
  width:100%;
  min-width:900px;
}

.layoutTable.tableColor
{
  background:#e0efff;/*グラデーション表示できない場合の色*/
		background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #eff7ff), color-stop(0.00,#eff7ff ));
		background: linear-gradient(#eff7ff,#eff7ff);
		background: -ms-linear-gradient(#eff7ff,#eff7ff);
		background: -o-linear-gradient(#eff7ff,#eff7ff);
		background: -moz-linear-gradient(#eff7ff,#eff7ff);
		background: -webkit-linear-gradient(#eff7ff,#eff7ff);
}

/*パンくずリストの設定*/
.layoutTable .breadcrumb
{
    text-align:Left;
    color:Blue;
    line-height:30px;
}  
.breadcrumb a:link 
{
    text-decoration:none;  
}
/*パンくず下のサービスタイトル部分*/
.serviceTitle
{
  text-align:left;
  text-indent:5px;
  border-left-color:#210B61;
  border-left-width:10px;
  border-left-style:outset;
  margin-top:5px;
  margin-bottom:0px;
  font-size:1.5em;
  margin-left:0.5em;
  color:Blue;
}


.content
{
  float:left;
  padding: 20px;
  padding-top:0px;
  overflow-x:hidden;
  overflow-y:hidden;
  border-left: 5px solid #2E64FE;
  /*項目数が少ない場合の表示のため*/
  width:95%;
  min-height:800px;
}
.copyright
{   
  background-color: #000080;  
  width:100%;
  color: #ffffff;
  font-weight:bold;
  text-decoration:none;
  padding-right:20px;
}
.copyright th
{

  text-align:left;
  

}
.copyright td
{

  text-align:right;
  
}


.copyright td.R
{
  text-align:right;
}
.copyright td.L
{
  text-align:left;
}
.copyright a:link { color:White; }
.copyright a:visited { color:White; }

.sitemaster
{
  width:100%;
  /*メインメニューは1つ 13em　サブメニューは13em+隙間分 
    現在最大　サブメニュー7個*/
  min-width:94em;
}

.sitemaster .fasmacLogo
{
  text-align:left;
  vertical-align:top;
}
.sitemaster .logindisplay
{
    line-height:30px;
    text-align:left;
    background-color:#e5e8ff;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width:0px;
    border-right-width:0px;
    border-color: Black;
    border-style: solid;
}


/* --------------------------------------------------
　ID=Loginのかわり
　ボタンのサイズや動きを設定
-------------------------------------------------- */
.btn
{
    font-family:@HGP創英角ｺﾞｼｯｸUB;


}
.btn.S
{
    font-size:small;
    height:2em;

}
.btn.M
{
    font-size:medium;
    height:2em;
    padding:0 30px 0 30px;
}

.btn.L
{
    font-size:large;
    height:2em;
    padding:0 60px 0 60px;
}

/* --------------------------------------------------
　検索時の入力フォームの設定
-------------------------------------------------- */
/*検索フォームの設定*/
.search ul
{
    margin: 0; 
    padding: 0; 
    list-style: none;
}
.search li
{
    display: inline-table; 
    padding: 0; 
    margin: 0; 
    margin-right:30px;
}
  
.search select
{
  width:150px;
}

.search [type="submit"]
{
  margin-bottom:-7px;
}
.search [type="text"]
{
  width:150px;
}
.search input[type="text"].date
{
  width:7em;
}


.search input[type="DropDownList"]
{
  font-size:large;
}

.buttonsetting img
{
  padding-top:0.1em;
  padding-bottom:0.1em;
 
}


/* --------------------------------------------------
DetailTableの外側に配置させるテーブル
ボタンの配置に等に使用　R：右寄り　C：中央　L：左寄り
cleavage{n}：N等分する際の空のTDに使う
top:上側の時の設定
bottom：下側の時の設定
-------------------------------------------------- */


/* --------------------------------------------------
ボタン配置用のクラス
パターン別の使い方は以下のとおり。
---○--- :○をtdの中でul/liで括る
○------ :○をtdの中にいれる
-------○:○をtdの中でul/liで括り、ulに"right"
--○□-- : ○□をtdの中で別々にul/liで括る
○-----□: ○□をそのままtdの中に
----○-□：○□をtdの中で別々にul/liで括る,□のulに"right"
○--□---：○□をdivの中で纏めてulでくくり、○のilに"left"

-------------------------------------------------- */
.outerTable
{
    width:96%; /*DetailTableと同じ%を指定すること*/
    empty-cells:show; 
}
.outerTable.top
{
  position:relative;
  top:10px;
}
.outerTable.bottom
{
  position:relative;
  bottom:10px;
}
.outerTable td
{
  width:100%;
}

.outerTable ul 
{
	padding: 0;
	list-style-type: none;
	text-align: center;
}

.outerTable li
{
	display: inline-block;
	padding: 0;
	list-style-type: none;
	margin-left:15px;
	vertical-align:middle;
	
}
.outerTable ul.right,
.outerTable ul .right
{
  float:right;
}
.outerTable ul.left,
.outerTable ul .left,
.outerTable li.left
{
  float:left;
}
.outerTable li.right
{
  margin-top:-40px;
}

.outerTable li.left
{
  margin-left:0px;
  padding:0px;
}

/*DetailTable直上直下にボタンを配置するときに使用*/
.tableBottom
{
  margin-top:-15px;
}
.tableBottom.over
{
  margin-top:-35px;
}

.tableTop
{
  margin-bottom:-30px;
}
/*センター寄せの場合に若干右にずれる部分を修正*/
.outerTable.toCenter
{
  margin-left:-25px;
}

.attentionDNA /*Gene QuoteInputConfirmで使用*/
{
    padding : 0.5em 1em;
    margin: 2em 0;
    color: black;
    background: #ffebe9;
    border-top: solid 10px #ff7d6e;
      /*改行を有効にする*/
  white-space:pre-wrap;
    
}
.attentionDNA th 
{
  color:red;
  font-size:1.2em;
  text-align:center;
}
.attentionDNA p {
    margin: 0; 
    padding: 0;
      /*改行を有効にする*/
  white-space:pre-wrap;
  text-align:left;
}

.attention /*Gene QuoteInputConfirmで使用*/
{
  width:96%;
  border: 1px solid hotpink;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  border-collapse: separate;
  empty-cells:show;
  background:#FFF;
  border-spacing: 0;  
}
.attention tr
{
  height:0.5em;
}


.attention th
{
  background-color:lightpink; 
  color:red;
  height:2em;
  font-size:1.2em;
  text-align:center;

}

.attention td
{
 text-align :left;
  color:Blue;
  overflow-wrap: break-all;
 
}

.attention td:first-child
{
  text-align:right;
  width:3em;
  padding-right:0.5em;

}


.info th
{
   text-align:right; 
   width:8em; 
   vertical-align:top; 
   font-weight:normal;
}
.info td
{
   text-align:left; 
   vertical-align:top;
   
}

.button
{
  text-decoration:none;
}

.button:link
{
  color:Blue;
}
/*--------------------------------------------
  Actionlink用クラス
  サンプル名、遺伝子名等リンクするものに対して
  文字のサイズを合わせてクリックしやすくしている
-----------------------------------------------*/
.textLink
{
  text-decoration:none;
  font-size:12px;
  text-align:left;
  padding-left:0.5em;
  padding-right:0.5em;
}
/*-----------------------------------------------
  Detailtabel外のメッセージ　コメントを載せる領域
  class名：messageBoard
  BackColor:白  
　Shadow：無し  

  類似クラスで入力フォームや選択をする時の領域も設定
　class名：selectBoard
  Backcolor：少し灰色がかかった白
  Shadow：あり
------------------------------------------------*/
.messageBoard
{
  width:95%;  
  text-align:left;
  padding:0.5em;
  -webkit-border-radius: 10px; 
     -moz-border-radius: 10px;  
          border-radius: 10px; 
  margin-bottom:5px;  
  background-color:White;
  
  /*改行を有効にする*/
  white-space:pre-wrap;
}
.messageBoardSizeS
{
  width:1000px;  
  text-align:left;
  padding:0.1em;
  -webkit-border-radius: 5px; 
     -moz-border-radius: 5px;  
          border-radius: 5px; 
  margin-bottom:0.1px;  
  background-color:White;
  
  /*改行を有効にする*/
  white-space:pre-wrap;
}
.messageBoard.nowrap
{
   /*メッセージ・ボードから改行を無効化する*/
  white-space:normal; 
}
/*DNA見積もり照会用*/
.messageBoardDnaQuote
{
  width:95%;  
  text-align:left;
 background-color : #e0ffff; 
 border-style: solid; border-color: orange;
  /*改行を有効にする*/
  white-space:pre-wrap;
}

.selectBoard
{
  width:95%;  
  text-align:left;
  padding:0.5em;
  margin-bottom:5px;   
  -webkit-border-radius: 10px; 
     -moz-border-radius: 10px;  
          border-radius: 10px; 
 
  box-shadow: 1px 0px 0px rgba(225,225,225,0.3) inset,
             -1px 0px 0px rgba(225,225,225,0.3) inset,
              0px 1px 1px rgba(0,0,0,0.1) inset,
              0px -1px 1px rgba(0,0,0,0.3) inset,
              0px 1px 3px #666; 
 
 
  background-color:whitesmoke; 
}

/*selectBoardをtableとして使う時の設定
 サイズを調整し、ThTdは上詰めにする*/
table.selectBoard 
{
  width:96%;
}


.selectBoard td,
.selectBoard th
{
  vertical-align:top;
}
/*---------------------------------------------
特に目立たせたい時用 
calss指定で囲った箇所が強調され、！がでる 
-----------------------------------------------*/
.messageBoard .caution
{
  padding-left:2.2em;
  color:Red;
  font-size:1.2em;
  font-weight:bold;
  line-height:2.5em;
    white-space:pre-wrap;
 }
.messageBoard .caution:not(IE8)
{
  /*！の画像*/
  background-image: url(../Content/images/create/caution.png); 
  background-size:contain;
  background-repeat:no-repeat;
 }
 /*---------------------------------------------
　オリゴの納期案内用
　注意事項ではなく、目立たせたいお知らせ欄
　★新規★　アイコン考え中
-----------------------------------------------*/
 .messageBoard .guideST
{
  /*！の画像
  background-image: url(../Content/images/create/caution.png); 
  background-size:30px;
  background-repeat:no-repeat;*/
  /*  padding-left:2.2em;
  color:Red;
*/
  font-size:1.2em;
  
  color:White;
  background-color:lightseagreen;
  padding:5px;
  
  
  font-weight:bold;
  line-height:2.5em;
 }

 /*--------------------
  強調するとき用
  ---------------------*/
 .messageBoard .st
 {
  color:Red;
  font-size:1.6em;
  font-weight:bold;
  line-height:3em;
  text-indent:1em;
  text-decoration:underline;
 } 

.messageBoard .st2
 {
  color:Red;
  font-size:1.4em;
  font-weight:bold;
  line-height:2em;
 } 
  
 
 /*～の注文はありません　用*/
 .messageBoard .nothing
{
  font-size:1.2em;
  color:Black;
  font-weight:bold;
}

.messageBoard .error
{
   font-size:1em; 
   color:Red;   
  font-weight:bold;
}

/*selectBoard内の入力フォームのデザイン*/
.selectBoard input[type="text"]
{
  height:1.5em;
    -webkit-border-radius:5px; 
      -moz-border-radius: 5px;  
          border-radius: 5px; 

  border:0;
  border:solid 1px #ccc;
}
.selectBoard input[type="text"]:focus
{
  border:solid 1px Gray;
}
.selectBoard input[type="DropDownList"]
{
  height:10em;
}

 
 
 .backimg 
 {
  
  display:inline-block; 
  line-height:30px;  
  background-repeat:no-repeat;
 
  font-size:1.2em;
  font-weight:bolder;
  color:White;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  text-align:center;
  
  user-select: none; /*CSS3 */
-moz-user-select: none;  /* Firefox */
-webkit-user-select: none; /* Safari、Chromeなど */
-ms-user-select: none;  /* IE10*/ 
 }
 
input.backimg.button
{



  /*ボタンだった時の追加設定*/
   line-height:0em; 
    /*余計な角をカット*/
  -webkit-border-radius:20px;
     -moz-border-radius:20px;
       -o-border-radius:20px;
          border-radius:20px; 

    border-top: 0px dotted #DDD;
    border-left: 0px solid #DDD;
    border-right: 0px solid #DDD;
    border-bottom: 0px dotted #DDD;
    

}
/*  人工遺伝子、アクションリンクとサブミットボタンのサイズ設定
  同じ設定だが見た目が違う点を解決する必要がある。
*/
.sizeGeneSubmit,
input sizeGeneSubmit
{

  font-size:1.5em;
  padding-top:4px;
  padding-bottom:5px;
  margin-top:5px;
  
}
.sizeGeneActionLink
{
  font-size:1.3em;
  padding-top:3px;
  padding-bottom:3px;

}

.sizeGeneActionLinkS
{
  margin-top:5px;
  font-size:0.5em;

}
.inputSt
{
  color:Blue;
  font-size:1.5em;
  font-weight:900;
}
.inputSt.error
{
  color:Red;
}
/*
名称：MultilineMessage
リソース内の改行を有効にする代わりに、
インデントのスペースやHTML内での改行も反映されてしまうクラス
*/
.MultilineMessage
{
   white-space:pre-line;
   text-align:left;
}
.MultilineTitle
{
   white-space:pre-line;
   text-align:inherit;  
}

.MultilineLink
{
  word-break: break-all;
   white-space:pre-wrap;
   text-align:left;      
}


/*------------------------------
  画像置換の設定　Kellum式
  基本設定:kellumstyle
  iconそのものはクラス：imgXXXでサイズとURLをしていする
--------------------------------*/


.kellumstyle 
{ 
  background-repeat:no-repeat;
  display: block;
  text-indent: 100%; 
  white-space: nowrap; 
  overflow: hidden;
  text-align:center;
}
.kellumstyle.right
{
  float:right;
}

.imgDownload,
.imgDownload:hover,
.imgDownload:active
{
    /*アイコンのURLとサイズを個別設定*/
  width:95px;
  height:30px;
  background-image: url(../Content/images/create/download.png); 
  box-shadow: 1px 0px 0px rgba(225,225,225,0.1) inset,
             -1px 0px 0px rgba(225,225,225,0.1) inset,
              0px 1px 1px rgba(0,0,0,0.1) inset,
              0px -1px 1px rgba(0,0,0,0.1) inset,
              0px 1px 3px #CCC;   
   
}
.imgDownload:hover
{
  background-image: url(../Content/images/create/download.png);
 box-shadow: 0px 0px 0px Red inset,
            0px 0px 0px Blue inset,
            0px 0px 0px Black inset,
            0px 0px 0px Green inset,
            0px 0px 0px #666;   
}

.imgDelete,
.imgDelete:hover,
.imgDelete:active
{
    /*アイコンのURLとサイズを個別設定*/
  width:27px;
  height:27px;
  background-image: url(../Content/images/cartout.png); 
  margin:auto;
}

.imgLogin,
.imgLogin:hover,
.imgLogin:active
{
  background-image: url(../Content/images/create/btnLogin.jpg); 
  width:200px;
  height:50px;
  margin:auto;
  margin-right:25px;
}
.imgLogin.EN,
.imgLogin.EN:hover,
.imgLogin.EN:active
{
  background-image: url(../Content/images/create/btnLogin_eigo.jpg); 

}

.imgAddNew,
.imgAddNew:hover,
.imgAddNew:active
{

  background-image: url(../Content/images/create/btnNewUser.jpg); 
  width:200px;
  height:50px;
  margin:auto;
  margin-left:25px;

}

.imgAddNew.EN,
.imgAddNew.EN:hover,
.imgAddNew.EN:active
{
  background-image: url(../Content/images/create/btnNewUser_eigo.jpg); 

}
/*ログイン画面の「こちら」用*/
.imgRed,
a.imgRed
{
  font-family:arial, helvetica,“Droid Sans”, “游ゴシック”, YuGothic, sans-serif;
  padding-top:4px;
  padding-bottom:4px;
  padding-left:10px;
  padding-right:12px;
  background-repeat:no-repeat;
  text-decoration:none;
  color:White;
  display:inline;
  background-image: url(../Content/images/create/imgRed.jpg); 
}



/* 2015/07/17
 リンクの左側に >> を入れるクラス
 →リンクをリストメニューでくくることで、左側にアイコンが表示される。
 DetailTable tdのul/liクラスとバッティングするため、オーバーライド
*/
.linkList,
.linkList ul,
.DetailTable td ul.linkList
{ 
  text-align:left;
  margin:0; 
  padding:0;

}


.linkList li
{ 
  text-align:left;
  list-style:none; 
  padding-left:1em;
  line-height:1em;
  /*リンク同士は14pxの隙間を開ける*/
  margin-top:7px;
  margin-bottom:7px;
}
.linkList li:last-child
{
  margin-bottom:5px;
}
.linkList li:first-child
{
   margin-top:5px; 
}

.linkList li.typeBlueA
{
  background-repeat:no-repeat;
  background-image: url(../Content/images/create/arrowLightBlue.gif); 
}

/*別タイプの >> を設定するときは以下のとおりに追加*/
.linkList li.typeRed 
{
  background-repeat:no-repeat;
  padding-left:1em;
  background-image: url(../Content/images/create/arrowRedten.gif); 
}
/*サービス一覧で使用するアイコンの設定*/
.sitemapTable .linkList li
{
  /*設置するアイコンによって調整*/
  line-height:16px;
  padding-left:20px;
}

.sitemapTable .linkList.serviceList li
{

  background-repeat:no-repeat;
  background-image: url(../Content/images/create/serviceList.gif); 
}



/*バナー用イメージと、設置用の横並びリスト*/

.bannerList ul
{
  text-align:left;
  font-size:0;
  margin:0;
  padding:0;
}
.bannerList li
{
   display: inline-block;
}

.imgBanner /*バナーの共通項の指定*/
{
  width:300px;
  height:75px;

}
.imgBannerL400 /*バナーの共通項の指定*/
{
  width:350px;
  height:150px;
}
.imgBannerL300 /*バナーの共通項の指定*/
{
  width:250px;
  height:150px;
}

/*---------------------------------------------------------
CSSでアイコンイメージを設定し、表示する文言をリソースにする
クラス：setIcon　共通設定。
imgXXX：アイコン及びそのサイズの設定
-------------------------------------------------------*/
.setIcon
{  
  /*影で立体感を*/
  box-shadow: 1px 0px 0px rgba(225,225,225,0.3) inset,
             -1px 0px 0px rgba(225,225,225,0.3) inset,
              0px 1px 1px rgba(0,0,0,0.1) inset,
              0px -1px 1px rgba(0,0,0,0.3) inset,
              0px 1px 3px #666; 
  /*共通設定*/
  background-repeat:no-repeat;
  display: block;
  
}


/*ボタン台の設定*/
.btnStand
{
  /*アイコンの形に合わせて角を丸める*/
  border-radius: 15px;
  -webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 15px;   /* Firefox用 */
  
  /*テキストの共通設定*/
  text-shadow: 1px 1px 3px dimgray; 
  font-size:15px;
  line-height:1.8em;
  
}
/*actionlinkの場合の誤差調整*/
a.btnStand
{
  color:White;
  float:left; 
  line-height:2em;
  text-decoration:none;
}
/*inputボタンの場合の誤差調整*/
input.btnStand
{

  background-color:transparent;

  border-width:0;
}
/*両ボタンのフォントを共通化*/
a.btnStand,
input.btnStand,
div.btnStand
{
font-family:'Lucida Grande',
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 Meiryo, メイリオ, sans-serif;
 font-weight:bolder;
 
}

.vSpace
{
  margin-top:1em;
  margin-bottom:1em;
}


.btnStand:active
{
   box-shadow:0px 0px 0px rgba(225,225,225,0.3) inset,
              0px 0px 0px rgba(225,225,225,0.3) inset,
              0px 0px 0px rgba(0,0,0,0.1) inset,
              0px 0px 0px rgba(0,0,0,0.3) inset,
              0px 0px 0px #666;     
  
}

/*imageボタンを tableのtd内でセンター寄せする要素
　ボタンのサイズよりもTDが大きく、左寄せになってしまう場合に使用。
  ボタン部分をtd内でdivで囲む。
*/
div.tdCenter
{
  display:inline-table;
  vertical-align:middle;
  padding-bottom:3px;
}


/*add a.tanaka オレンジ追加*/
.btnStand.orangeS,
.btnStand.orangeS:hover,
.btnStand.orangeS:active
{
  width:115px;
  height:27px;
  background-image: url(../Content/images/create/btnStandorange_S.png);
  text-align:center;
  color:White; 
}
.IE8 .btnStand.orangeS
{
  width:120px;
  height:28px;
}
.btnStand.orangeM,
.btnStand.orangeM:hover,
.btnStand.orangeM:active
{
  width:145px;
  height:27px;
  background-image: url(../Content/images/create/btnStandorange_M.png);
  text-align:center;
  color:White; 
}
.IE8 .btnStand.orangeM
{
  width:150px;
  height:28px;
}
.btnStand.orangeL,
.btnStand.orangeL:hover,
.btnStand.orangeL:active
{
  width:190px;
  height:27px;
  background-image: url(../Content/images/create/btnStandorange_L.png);
  text-align:center; 
  color:White; 
}
.IE8 .btnStand.orangeL
{
  width:200px;
  height:28px;
}
.btnStand.orangeLL,
.btnStand.orangeLL:hover,
.btnStand.orangeLL:active
{
  width:248px;
  height:27px;
  background-image: url(../Content/images/create/btnStandorange_LL.png);
  text-align:center;
  color:White; 
}
.IE8 .btnStand.orangeLL
{
  width:250px;
  height:28px;   
}

/*-------------------------
以下アイコンの設定
setIcon btnStandと合わせて使用
無駄な部分はサイズ調整でカットするが、
IE8の場合ずれるため、別途設定。
--------------------------*/
/*青：画面遷移(進む)　確認及び確認画面へ進む　ただし最終確認を除く*/


.btnStand.blueS,
.btnStand.blueS:hover,
.btnStand.blueS:active
{
  width:115px;
  height:27px;
  background-image: url(../Content/images/create/btnStandBlue_S.png);
  text-align:center;
  color:White; 
}
.IE8 .btnStand.blueS
{
  width:120px;
  height:28px;
}
.btnStand.blueM,
.btnStand.blueM:hover,
.btnStand.blueM:active
{
  width:145px;
  height:27px;
  background-image: url(../Content/images/create/btnStandBlue_M.png);
  text-align:center;
  color:White; 
}
.IE8 .btnStand.blueM
{
  width:150px;
  height:28px;
}
.btnStand.blueL,
.btnStand.blueL:hover,
.btnStand.blueL:active
{
  width:190px;
  height:27px;
  background-image: url(../Content/images/create/btnStandBlue_L.png);
  text-align:center; 
  color:White; 
}
.IE8 .btnStand.blueL
{
  width:200px;
  height:28px;
}
.btnStand.blueLL,
.btnStand.blueLL:hover,
.btnStand.blueLL:active
{
  width:248px;
  height:27px;
  background-image: url(../Content/images/create/btnStandBlue_LL.png);
  text-align:center;
  color:White; 
}
.IE8 .btnStand.blueLL
{
  width:250px;
  height:28px;   
}
/*LightBlue */
/*2016/02/25追加 DNA合成の[表示]用*/
.btnStand.lightBlueSS,
.btnStand.lightBlueSS:hover,
.btnStand.lightBlueSS:active
{
  width:50px;
  height:22px;
  background-image: url(../Content/images/create/btnStandLightBlue_SS.png);
  text-align:center;
  color:White; 
  /*SS用追加設定*/
  font-size:18px;
  font-weight:bolder;
  line-height:22px;
  border-radius: 0px;
  -webkit-border-radius: 0px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 0px;   /* Firefox用 */ 

}
/*ライトグリーン：保存ボタンに使用*/
.btnStand.lightGreenS,
.btnStand.lightGreenS:hover,
.btnStand.lightGreenS:active
{
  width:115px;
  height:27px;
  background-image: url(../Content/images/create/btnStandLightGreen_S.png);
  text-align:center; 
  color:darkslategray;

}
.IE8 .btnStand.lightGreenS
{
  width:120px;
  height:28px;
}
.btnStand.lightGreenL,
.btnStand.lightGreenL:hover,
.btnStand.lightGreenL:active
{
  width:190px;
  height:27px;
  background-image: url(../Content/images/create/btnStandLightGreen_L.png);
  text-align:center; 
  color:darkslategray;

}
.IE8 .btnStand.lightGreenL
{
  width:200px;
  height:28px;
}
.btnStand.lightGreenLL,
.btnStand.lightGreenLL:hover,
.btnStand.lightGreenLL:active
{
  width:248px;
  height:27px;
  background-image: url(../Content/images/create/btnStandLightGreen_LL.png);
  text-align:center;
  color:White; 
}
.IE8 .btnStand.lightGreenLL
{
  width:250px;
  height:28px;   
}
/*2016/02/25追加 DNA合成の[CSV]用*/
.btnStand.lightGreenSS,
.btnStand.lightGreenSS:hover,
.btnStand.lightGreenSS:active
{
  width:50px;
  height:22px;
  background-image: url(../Content/images/create/btnStandLightGreen_SS.png);
  text-align:center;
  color:White; 
  /*SS用追加設定*/
  font-size:18px;
  font-weight:bolder;
  line-height:22px;
  border-radius: 0px;
  -webkit-border-radius: 0px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 0px;   /* Firefox用 */ 
}


/*赤：最終確定,追加*/
.btnStand.redS,
.btnStand.redS:hover,
.btnStand.redS:active
{
  width:115px;
  height:27px;
  background-image: url(../Content/images/create/btnStandRed_S.png);
  text-align:center;
  color:White; 
}
.IE8 .btnStand.redS
{
  width:120px;
  height:28px;
}
.btnStand.redM,
.btnStand.redM:hover,
.btnStand.redM:active
{
  width:145px;
  height:27px;
  background-image: url(../Content/images/create/btnStandRed_M.png);
  text-align:center; 
  color:White;   
}
.IE8 .btnStand.redM
{
  width:150px;
  height:27px;
}
.btnStand.redL,
.btnStand.redL:hover,
.btnStand.redL:active
{
  width:190px;
  height:27px;
  background-image: url(../Content/images/create/btnStandRed_L.png);
  text-align:center; 
  color:White;   
}
.IE8 .btnStand.redL
{
  width:200px;
  height:28px; 
}
.btnStand.redLL,
.btnStand.redLL:hover,
.btnStand.redLL:active
{
  width:248px;
  height:27px;
  background-image: url(../Content/images/create/btnStandRed_LL.png);
  text-align:center;
  color:White; 
}
.IE8 .btnStand.redLL
{
  width:250px;
  height:28px;   
}
/*2016/02/25追加 DNA合成の[PDF]用*/
.btnStand.redSS,
.btnStand.redSS:hover,
.btnStand.redSS:active
{
  width:50px;
  height:22px;
  background-image: url(../Content/images/create/btnStandRed_SS.png);
  text-align:center;
  color:White;
  /*SS用追加設定*/
  font-size:18px;
  font-weight:bolder;
  line-height:22px;
  border-radius: 0px;
  -webkit-border-radius: 0px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 0px;   /* Firefox用 */
  
}


/*茶色：戻るボタン*/
.btnStand.brownS,
.btnStand.brownS:hover,
.btnStand.brownS:active
{
  width:115px;
  height:27px;
  background-image: url(../Content/images/create/btnStandBrown_S.png);
  text-align:center;
  color:White; 
}
.IE8 .btnStand.brownS
{
  width:120px;
  height:28px;
}
.btnStand.brownL,
.btnStand.brownL:hover,
.btnStand.brownL:active
{
  width:190px;
  height:27px;
  background-image: url(../Content/images/create/btnStandBrown_L.png);
  text-align:center;
  color:White; 
}
.IE8 .btnStand.brownL
{
  width:200px;
  height:28px; 
}


.btnStand.brownLL,
.btnStand.brownLL:hover,
.btnStand.brownLL:active
{
  width:275px;
  height:27px;
  background-image: url(../Content/images/create/btnStandBrown_LL.png);
  text-align:center;
  color:White; 
}
.IE8 .btnStand.brownLL
{
  width:280px;
  height:28px;   
}
/*シルバー　→　戻るボタン*/
.btnStand.silverS,
.btnStand.silverS:hover,
.btnStand.silverS:active
{
  width:115px;
  height:27px;
  background-image: url(../Content/images/create/btnStandSilver_S.png);
  text-align:center; 
  color:White; 
}
.IE8 .btnStand.silverS
{
  width:120px;
  height:30px;
}

.btnStand.silverM,
.btnStand.silverM:hover,
.btnStand.silverM:active
{
  width:145px;
  height:27px;
  background-image: url(../Content/images/create/btnStandSilver_M.png);
  text-align:center; 
  color:White;   
}
.IE8 .btnStand.silverM
{
  width:150px;
  height:27px;
}

.btnStand.silverL,
.btnStand.silverL:hover,
.btnStand.silverL:active
{
  width:190px;
  height:27px;
  background-image: url(../Content/images/create/btnStandSilver_L.png);
  text-align:center; 
  color:White; 
}
.IE8 .btnStand.silverL
{
  width:200px;
  height:28px; 
}

.btnStand.silverLL,
.btnStand.silverLL:hover,
.btnStand.silverLL:active
{
  width:248px;
  height:27px;
  background-image: url(../Content/images/create/btnStandSilver_LL.png);
  text-align:center; 
  color:White; 
}
.IE8 .btnStand.silverLL
{
  width:248px;
  height:27px;
}
/*緑　汎用ボタン*/
a.btnStand.greenS,
.btnStand.greenS,
.btnStand.greenS:hover,
.btnStand.greenS:active
{
  width:115px;
  height:27px;
  background-image: url(../Content/images/create/btnStandGreen_S.png);
  text-align:center;
  color:White;    
}
.IE8 .btnStand.greenS
{
  width:120px;
  height:28px;
}

.btnStand.greenM,
.btnStand.greenM:hover,
.btnStand.greenM:active
{
  width:145px;
  height:27px;
  background-image: url(../Content/images/create/btnStandGreen_M.png);
  text-align:center; 
  color:White;   
}
.IE8 .btnStand.greenM
{
  width:150px;
  height:27px;
}

.btnStand.greenL,
.btnStand.greenL:hover,
.btnStand.greenL:active
{
  width:190px;
  height:27px;
  background-image: url(../Content/images/create/btnStandGeen_L.png);
  text-align:center; 
  color:White;   
}
.IE8 .btnStand.greenL
{
  width:200px;
  height:27px;  
}
.btnStand.greenLL,
.btnStand.greenLL:hover,
.btnStand.greenLL:active
{
  width:248px;
  height:27px;
  background-image: url(../Content/images/create/btnStandGeen_LL.png);
  text-align:center;
  color:White; 
}
.IE8 .btnStand.lightGreenLL
{
  width:250px;
  height:28px;   
}
/*オレンジ　追加注文や買い物カゴ*/
.btnStand.orangeL,
.btnStand.orangeL:hover,
.btnStand.orangeL:active
{
  width:190px;
  height:27px;
  background-image: url(../Content/images/create/btnStandOrange_L.png);
  text-align:center;
  color:White; 
}
.IE8 .btnStand.orangeL
{
  width:200px;
  height:27px;  
}
.btnStand.imgShoppingCart,
.btnStand.imgShoppingCart:hover,
.btnStand.imgShoppingCart:active
{
  background-image: url(../Content/images/create/shoppingcartOrange.png);
  width:250px;
  height:28px;    
  text-indent:2.7em;
  color:White;     
}


.btnStand.imgSearch,
.btnStand.imgSearch:hover,
.btnStand.imgSearch:active
{
  background-image: url(../Content/images/create/btnStandSearch.png);
  width:115px;
  height:27px;    
  color:White;
}
.IE8 .btnStand.imgSearch
{
  width:120px;
  height:29px;
}
/*2015/10/05追加　ピンクL*/
.btnStand.pinkL,
.btnStand.pinkL:hover,
.btnStand.pinkL:active
{
  width:190px;
  height:27px;
  background-image: url(../Content/images/create/btnStandPink_L.png);
  text-align:center; 
  color:purple; 
}
.IE8 .btnStand.pinkL
{
  width:200px;
  height:28px; 
}

/*-------------------
エラーメッセージの設定
基本設定+追加設定の形式

基本設定:赤文字+太字＋左寄せ
--------------------*/

.errorMessage
{
  color:Red;
  font-weight:bolder;  
  text-align:left;   
}


/*---------------------------
2016/05/02
　エラーメッセージに!を付加
　ただし、warningとして使用しているものを除く
----------------------------*/

.errorMessage.detail
{
  /*！の画像*/

  background-image: url(../Content/images/create/caution_s.jpg); 
  background-size:25px 21px;
  background-repeat:no-repeat;
  text-indent:30px;
  line-height:21px;
  margin-top:4px;
  margin-bottom:4px;  
 }

 
.messageBoard.headline .errorMessage,
.messageBoard.headline .infoMessage 
{
  font-size:1.5em;
  font-weight:bolder;    
 
}

.errorMessage.detail,
.infoMessage.detail
{
  font-weight:bolder;
  font-size:0.8em;
}

.errorMessage.warning
{
 /*   background-image: url(../Content/images/create/caution.png); 
    background-size:15px;
    background-repeat:no-repeat;
    background-position:left;
    padding-left:1.5em;
*/
    font-size:0.9em; 
    color:Blue;
}

.errorMessage.right,
.infoMessage.right
{
  text-align:right;
}
.errorMessage.center,
.infoMessage.center
{
   text-align:center; 
}

/*----------------------------------
エラー以外の補足メッセージや「必須」等
------------------------------------*/
.infoMessage,
.InfoMessage
{
  color:Black;
  font-size:0.8em;    
}
.infoMessage.blue
{
  color:Blue;
}
.infoMessage.yellow,
.DetailTable th .infoMessage
{
  color:Yellow;
}

/*error、info　共通設定*/
.errorMessage.headline,
.infoMessage.headline
{
  font-size:1.5em;
  text-align:left;
   font-weight:bolder;
}


.fontsize_S
{
  font-size:85%;
}

input[type="text"].numeric
{

  width:4em;
}

/*----------------
お届け先の選択関連
------------------*/
 
.destinationSelect
{
  color:Gray;
 
}
.IE8 .destinationSelect
{
  color:Black;
  background-color:White;
}
.IE8 .destinationSelect .suppress
{
  display:block;
 
}
.destinationSelect td
{
  Min-width:400px;
  Max-width:400px;
}
.IE8 .destinationSelect td
{
  border:1px solid;
}


.destinationSelect input[type=radio]:checked + div
{
  background-color:White;
   -webkit-border-radius: 10px; 
     -moz-border-radius: 10px;  
          border-radius: 10px; 
 
    box-shadow: 1px 0px 0px rgba(225,225,225,0.3) inset,
            -1px 0px 0px rgba(225,225,225,0.3) inset,
            0px 1px 1px rgba(0,0,0,0.1) inset,
            0px -1px 1px rgba(0,0,0,0.3) inset,
            0px 1px 3px #666; 
  color:Black;
  
}
.destinationSelect .name
{
  font-weight:bolder;
  padding-left:1.5em;
  line-height:1.5em;
  font-size:1.2em;
}

.destinationSelect:not(IE8) input[type=radio] + div.select,
.destinationSelect:not(IE8) input[type=radio] + div.select,
.destinationSelect:not(IE8) input[type=radio] + div.select 
{
  background-image: url(../Content/images/create/nocheck.png);
  background-position:0.5em 0.8em;
  background-repeat:no-repeat;
  display: block;
  background-size:15px;
  padding:0.5em;
}
.destinationSelect input[type=radio]:checked + div.select,
.destinationSelect input[type=radio]:checked + div.select,
.destinationSelect input[type=radio]:checked + div.select
{
  background-image: url(../Content/images/create/checked.png);   
}


.etcDelivery
{


}
.etcDelivery th
{
  text-align:right;
  font-weight:bolder;
}

/*-------------------------------------------------------------*/
.autoticketing input[type="text"]
{
 width:3em;
}

.autoticketing .typeSelect
{
  height:1.8em;
}

/*不要なものを隠すためのクラス*/
.suppress
{
  display:none;
  border:0px solid;
}

/*
タイトルをクリックすると、下の説明が表示されるテーブル
2015/07/15　Seqで使用するため設定を追加。
*/
.toggleList
{
  margin-left:-10px;
}

.toggleList
{
  width:100%;
  border-style:none;
  text-align:left;
}

.toggleList .linkTilte
{
  text-decoration:underline;
  cursor:pointer;
  color:Green;
}
.toggleList a
{
  color:Red;
}

/*クリックすると表示が切り替わる仕組みの実装*/
.toggleList input[type=checkbox] + span,
.toggleList input[type=checkbox] + table,
.toggleList input[type=checkbox] + div

{
   display:none;

}

.toggleList input[type=checkbox]:checked + span,
.toggleList input[type=checkbox]:checked + table,
.toggleList input[type=checkbox]:checked + div
{
   display:block;
   background:white;
   padding:0.5em;
}
/*IE8対応 :checkedが使えないため、display要素を常にblockに*/
.IE8 .toggleList input[type=checkbox] + span,
.IE8 .toggleList input[type=checkbox] + table,
.IE8 .toggleList input[type=checkbox] + div
{
  display:block;
  background:white;
  padding:0.5em;  
}
.IE8 .toggleList:hover
{
  cursor:default;
}


/*Seqの追加プロパティ*/

.toggleList.seq
{
  /*全体の幅*/
  width:60%;
}

.toggleList.seq .linkTilte
{
  text-decoration:none;
  text-align:center;
  /*タイトルのカラー*/
  background-color:gray;
  
  border: double 3px Black;
  
   

  /*文字のプロパティ*/
  font-weight:bolder;
  color:White;
}
   /*表示部分の色*/
.toggleList.seq input[type=checkbox]:checked + span
{
   background-color:White;
}



/*HandsonTable専用クラス
HandsonTableを囲うテーブルに追加すること。
*/
.oligoHandson
{
  width:1800px;

}
.seqHandson
{
  width:1600px;

}

/*
  WebOrderListSeq/OrderListで使用
　ボタンの配置を調整
*/

.seqChkbtn ul
{
margin-top:-10px;

}
.seqChkbtn li
{
 float:left;
 margin:0px;
 padding:0px; 
}
.seqChkbtn.down
{
  margin-top:5px;
}
/*------------
iPhone,iPad対策
labelタグでくくられた部分と、
HansontableのTDも同様にポインターを表示
→クリックする場所であることを認識させる。
-------------*/

label,
.handsontable td
{
  cursor:pointer;
}


.inside li
{
  list-style-type:none;
  margin-left:-23px;
}

/*
tableの中のレイアウト用
全ての属性を削除
*/

.insideTable
{
  width:100%;
  border-collapse: collapse;
  margin:0px;
  padding:0px;
  white-space:nowrap;
}


.insideTable th,
.insideTable td
{
  border-width:0px;
  margin:0px;
}

.tabletittle
{
  text-align:left;
  margin-bottom:-15px;
  font-size:1.1em;
  font-weight:bold;
  
}
.insideTable .kitType
{
  width:10.5em;

}
.insideTable .kitID
{
  width:4em;
}

.insideTable .kitOwnerTitle
{
  width:6em;
  text-align:right;
}
.insideTable .kitOwnerInput
{
  
}

.RNAorderTable
{
  border:1px solid green;
  border-radius:5px;
}


.RNAorderTable th
{
  width:5em;
  text-align:right;
  padding-right:0px;


}
.RNAorderTable td
{
  margin-left:0px;
  padding-left:0px;
  width:auto;
}

.sitemapTable
{
  width:auto;
  font-family:Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, "Meiryo UI",“メイリオ”, sans-serif;
}

.sitemapTable th
{
/*位置基本設定*/
  vertical-align:middle;
  text-align:left;
  width:280px;
}

.sitemapTable th .title,
.ApprovalInputTitle
{
       /*左側の太い線*/
  border-left-color:#210B61;
  border-left-width:5px;
  border-left-style:solid;

 /*アンダーライン*/ 
  border-bottom:1px solid Black;
  padding-left:0.5em;
  width:250px;
}

/*.ApprovalInputTitle追加設定*/
.ApprovalInputTitle
{
  font-size:1.2em;
  width:90%;
  font-weight:bold;
}


.sitemapTable td
{
  width:250px;
  max-width:250px;
  min-width:250px;
}

.fieldsetApp
{
  border:1px solid Black;
  width:95%;
}
.fieldsetApp legend
{
  font-weight:bold;
  font-size:1.2em;
}
.inputApprove th
{
  text-align:right;
  width:auto;
}
.inputApprove td input[type="text"]
{
  width:6em;
}

/*-----------------------------------
承認画面用
承認/却下の場合にフォントのスタイルとサイズを変更
承認の場合は文字色を青
却下の場合は文字色を赤
----------------------------------*/

.changeFontRquest
{
  font-family:"HGPｺﾞｼﾞｯｸ";
  font-size:1.0em;
    vertical-align:middle;
}
.changeFontRquest.decision
{
   border:2px solid;
}
  
.changeFontRquest.Approve
{
  color:Blue;
  border-color:Blue;
}
.changeFontRquest.Reject
{
  color:Red;
  border-color:Red;
}

/*-----------------------------------
お問い合わせフォーム画面用

----------------------------------*/
.ContactTable
{
  text-align:left;
  margin-bottom:-15px;
  font-size:1.1em;
  font-weight:bold;
  width:600px;
}


.ContactTable th
{
  width:5em;
  text-align:right;
  padding-right:0px;


}
.ContactTable td
{
  margin-left:0px;
  padding-left:0px;
  width:auto;
}

.ServiceTypelist
{
  margin-left:0px;
  padding-left:0px;
  width:auto;
}

/*2015/07/17追加 ドロップダウンメニュー*/
.dropmenu{ 
  list-style-type: none;
  height: 40px; 
  padding: 0; 
  border-radius: 3px 3px 0 0; 
/* 2016/02/24　英語化対応修正 → 日本語版でも不要
  background-color:#f7fcfe;
  border-bottom: 5px solid #BDBDBD; 
*/
} 
.dropmenu li
{ 
  position: relative; 
  width: 160px; 
  float: left; 
  margin: 0; 
  padding: 0; 
  text-align: center; 
} 
.dropmenu li a,
.dropmenu label
{ 
  display: block; 
  margin: 0; 
  padding: 15px 0 11px; 
  color:inherit;
  font-size: 14px; 
  font-weight: bold; 
  line-height: 1; 
  text-decoration: none; 
  text-align:center;
} 
.dropmenu label
{
  cursor:default;
}

.dropmenu > li:hover > a{ 
  border-radius: 3px 3px 0 0; 
} 
.dropmenu li ul{ 
  list-style: none; 
  position: absolute; 
  top: 100%; 
  left: 0; 
  margin: 0; 
  padding: 0; 
  border-radius: 0 0 3px 3px; 
} 
.dropmenu li:last-child ul{ 
 /* left: -100%; */ 
  width: 100% 
} 
.dropmenu li ul li{ 
  overflow: hidden; 
  width: 320px;
  height: 0; 
  color: #fff; 
  -moz-transition: .2s; 
  -webkit-transition: .2s; 
  -o-transition: .2s; 
  -ms-transition: .2s; 
  transition: .2s; 
} 
.dropmenu li ul li a{ 
  padding: 13px 15px; 
  background: #f7fcfe; 
  color:Black ;
  text-align: left; 
  font-size: 12px; 
  font-weight: normal; 
} 
.dropmenu li:hover ul li{ 
  overflow: visible; 
  height: 38px; 
  border-top: 1px solid #D8D8D8; 
  border-bottom: 1px solid #BDBDBD; 
} 
.dropmenu li:hover ul li:first-child{ 
  border-top: 0; 
} 
.dropmenu li:hover ul li:last-child{ 
  border-bottom: 0; 
} 
.dropmenu li:hover ul li:last-child a{ 
  border-radius: 0 0 3px 3px; 
} 
.dropmenu .colorON,
.dropmenu li:hover > a,
.dropmenu label:hover,
.dropmenu li:hover
{
  color:#fff;
  background-color:#0d4996;
 background : -webkit-gradient(linear, left top, left bottom, color-stop(0.42, #bdcded), color-stop(0.00, #014399));
 background: -webkit-linear-gradient(top, #bdcded 0%, #014399 42%);
 background: -moz-linear-gradient(top, #bdcded 0%, #014399 42%);
 background: -o-linear-gradient(top, #bdcded 0%, #014399 42%);
 background: -ms-linear-gradient(top, #bdcded 0%, #014399 10%);
 background: linear-gradient(to bottom, #bdcded 0%, #014399 10%);
}

.dropmenu .colorOFF
{
  color:Black;
  background-color:#f7fcfe;
  background: linear-gradient(#FFFFFF,#eaeaff);
  background: -ms-linear-gradient(#FFFFFF,#eaeaff);
  background: -o-linear-gradient(#FFFFFF,#eaeaff);
  background: -moz-linear-gradient(#FFFFFF,#eaeaff);
  background: -webkit-linear-gradient(#FFFFFF,#eaeaff);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #FFFFFF), color-stop(0.00,#eaeaff ));
}
.dropmenu li:hover > a,
.dropmenu label:hover,
.dropmenu li:hover
{
  color:Yellow;
}

.plate {
  border-collapse: separate;
  border-spacing: 0;
  /*font-size: 8px;*/
  table-layout: auto;
  width: 1500px;
}

.plate thead th,
.plate tbody th,
.plate tbody td {
  background-color: #fff;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
  height: 25px;
  white-space: normal;
}
.plate tbody th {
  width: 30px;
}
.plate tbody td {
  padding: 5px;
  text-align: left;
  width: 100px;
  word-break: break-all;
}


.plate thead th,
.plate tbody th {
  background-color: #ddd;
}

.plate thead tr:last-child th:last-child {
  border-radius: 0 10px 0 0;
}

/*
.plate tbody tr:last-child th,
.plate tbody tr:last-child td {
  border-bottom: none;
}
*/

.plate tbody tr:last-child th:last-child {
  border-radius: 0 0 10px 0;
}

.plate .bt {
  border-top: 1px solid #aaa;
}
.plate .bl {
  border-left: 1px solid #aaa;
}
.plate .br {
  border-left: 1px solid #aaa;
}
.plate .bb {
  border-bottom: 1px solid #aaa;
}

.plate .bevel1 {
  background:linear-gradient(140deg, transparent 21px, #aaa 22px, #ddd 23px);
  background-position: top left;
  background-size: 100%;
  background-repeat: no-repeat;
  border-top: 0;
}
.plate .bevel2 {
  background:linear-gradient(39deg, transparent 21px, #aaa 22px, #ddd 23px);
  background-position: top left;
  background-size: 100%;
  background-repeat: no-repeat;
  border-bottom: 0;
}

/*IE対応*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.plate .bevel1:not(:target) {
  background:linear-gradient(141deg, transparent 21px, #aaa 22px, #ddd 23px);  /*ie*/
}

.plate .bevel2:not(:target) {
  background:linear-gradient(39deg, transparent 21px, #aaa 22px, #ddd 23px);
}
}

/*add 2017/10/03*/
.plateNo {
	font-size: 16px;
	line-height: 20px;
}
.Sentaku    /* 選択中 */
{
    float: center;
    background-color: aquamarine;
    color: black;
    padding: 2px 5px;
    box-shadow: 0 4px 4px #708090;
    font-size :15px;
    height :auto;
    vertical-align :middle ;
    font-weight: bold;
    border-radius: 2px;
}
/* CheckBox   2021/2/10 a.tanaka */
label.btn span {
  font-size: 1.5em ;
}
label input[type="checkbox"] ~ i.fa.fa-square-o{
    color: #c8c8c8;    display: inline;
}
label input[type="checkbox"] ~ i.fa.fa-check-square-o{
    display: none;
}
label input[type="checkbox"]:checked ~ i.fa.fa-square-o{
    display: none;
}
label input[type="checkbox"]:checked ~ i.fa.fa-check-square-o{
    color: #7AA3CC;    display: inline;
}
label:hover input[type="checkbox"] ~ i.fa {
color: #7AA3CC;
}
div[data-toggle="buttons"] label.active{
    color: #7AA3CC;
}

.box4{
    padding: 8px 19px;
    margin: 2em 0;
    color: #2c2c2f;
    background: #cde4ff;
    border-top: solid 5px #5989cf;
    border-bottom: solid 5px #5989cf;
}
.box4 p {
    margin: 0; 
    padding: 0;
}
.box5{
    padding: 8px 19px;
    margin: 0; 
    padding: 0;
    color: #2c2c2f;
    background: #cde4ff;
    border-top: solid 5px #5989cf;
    border-bottom: solid 5px #5989cf;
}
.box6{
  margin: 0;
  padding: 0;
  background-color: #f1f8e9;
  border: dashed 3px #00e676;
  width:auto;
  text-align:left;
  white-space:pre-line;
}
.box6 p{
  margin: 0;
  padding: 0;
  text-align:left;
  white-space:pre-line;
  color:blue;
  font-size: 9px;
  line-height:1.5;
}
.box8 {
    padding: 1em 1.5em;
    margin: 2em 0;
    background-color:#f4f9ff;/*背景色*/
    border:1px solid #84c1ff;/*枠線*/
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);/*影*/
    color:#000000;/*文字色*/
    width: 50% ;
}
.box8 p {
    margin: 0; 
    padding: 0;
    text-align: left;
}
/*============================================
テーブル
============================================*/
table.tabletype1 {
	border-collapse:collapse;		/*セル同士の間に隙間を空けない*/
    margin: 0; 
    padding: 0;
}
/*見積もり用背景*/
table.QuoteStyle 
{
  background: -moz-linear-gradient(left, #FFC778, #FFF);
  background: -webkit-linear-gradient(left, #FFC778, #FFF);
  background: linear-gradient(to right, #FFC778, #FFF);
}
.DNAQuoteBackColor
{
  background: -moz-linear-gradient(left, #FFC778, #FFF);
  background: -webkit-linear-gradient(left, #FFC778, #FFF);
  background: linear-gradient(to right, #FFC778, #FFF);
    
}
.dnacaution {
    padding: 0.5em 1em;
    margin: 2em 0;
    background: #f0f7ff;
    border: dashed 2px #5b8bd0;/*点線*/
}
.dnacaution p {
    margin: 0; 
    padding: 0;
    word-break: break-all;
       white-space:pre-line;
   text-align:left;
}

.status
{
    resize : none;
    min-height : 70px;
    width : 100%;    
    display:block;
    outline:none;
    
}
.status_err
{
    resize : none;
    min-height : 200px;
    width : 100%;   
    display:block;
    outline:none;    
}
.SeqCCAddressTitle
{
    display: inline-block;
	width:13em;   
}
.SeqCCAddressReadOnlry{
    /*追加*/border: 1px solid #999;
    background: #EEE;
}
/*一括削除 リンク (GENE)*/
.AllDeleteLink_Button 
{
  font-weight:bold;
  text-decoration;none;
  color:Black;
  background:orange;
  padding-top:2px;
  padding-bottom:2px;
  padding-left:5px;
  padding-right:5px;
  border-radius:10px;    
}
.AllDeleteLink_Button:hover
{
    background:pink;
    text-decoration:none;
}
.AllDeleteLink_Button:visited
{
    color:Black;
}
/*一括削除 リンク (GENE)*/
.AllCartInLink_Button 
{
  font-weight:bold;
  text-decoration;none;
  background:orange;
      color:Black;
  padding-top:2px;
  padding-bottom:2px;
  padding-left:5px;
  padding-right:5px;
  border-radius:10px;    
}
.AllCartInLink_Button:hover
{
    background:pink;
    text-decoration:none;
}
.AllCartInLink_Button:visited
{
    color:Black;
}