@charset "UTF-8";

@media screen {
	#contents {
		padding-top:50px; 
	}
}
@media print {
	#contents {
 		padding-top:50px; 
	}
	#pageTop {
		display:none;
	}
}

* {
	margin:0;
	padding:0;
}

html {
    height:100%;
}


body {
    height:100%;
	margin:0;
	padding:0;
	color:#282828;
	font-size:13px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
}
ol {
	margin-left:25px;
}
ol li {
	padding-bottom:8px;
}
p {

}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0;
	vertical-align:bottom;
}
.clear {
	clear:both;
}


/* リンク色*/

a:link, a:visited {
	color:#1c4599;
	text-decoration:none;
}
a:hover {
	color:#1c4599;
	text-decoration:none;
}

a:link.nomal, a:visited.normal {
	color:#1c4599;
	text-decoration:underline;
}
a:hover.normal {
	color:#1c4599;
	text-decoration:underline;
}

/* フォーカスでのアンダーラインは非表示 */
a:focus { outline:none;} 

/*コンテンツレイアウトベース*/
#wrap {
	width:100%;
    position: relative;
    height:auto !important; /*IE6対策*/
    height: 100%; /*IE6対策*/
    min-height: 100%;
}

div#pageArea {
	width:880px;
	overflow: hidden;
	margin: 0 auto;
	padding-top:20px;
	clear:both;
    padding-bottom:204px; /*フッターの高さと同じ*/
}


@media(max-width:600px){
    div#pageArea {
	    width:600px;
	    overflow: hidden;
	    margin: 0 auto;
	    padding-top:20px;
	    clear:both;
        padding-bottom:204px; /*フッターの高さと同じ*/
    }
}

#mainArea {
	float: left;
	width: 600px; /**/
	margin: 0;
	padding: 0;
}

/* パンくずリスト */
#pan {
	width:600px;
	margin-bottom:25px;
	padding-bottom:3px;
	border-bottom:1px #b6b6b6 solid;
	font-size:11px;
}

#mainArea #pan p {
	padding: 0;
}
#pan p a,
#footPan p a {
	padding-right:16px;
	margin-right:8px;
	background:url(/images/pan_ya.jpg) no-repeat right center;
	text-decoration:underline;
    color:#1c4599;
}


#mainArea .contentsBlock {
	padding-bottom:20px;
	clear:both;
}

/*ボックス*/
#mainArea .box {
	padding-bottom:15px;
}

/* 説明文欄エリア等に使用 */
#mainArea .box1 {
	padding:0 3px 15px 0;
	clear:both;
}
/* 説明文欄エリアをbox1から移行 */
#mainArea .explain_text {
	padding:0 3px 15px 20px; 
	clear:both;
}

/* 枠線付ボックス */
.boxLine {
   border:1px #b8b8b8 solid;
   padding:5px; 
}

/* エラー項目表示エリア */
.boxLine_error {
    margin-bottom:15px;
	padding:10px 15px 10px 15px;
	color: #a84341;
	border: 1px solid #eacbd0;
	background-color: #f1dddd;    
}
/* 申請者情報表示エリア */
.boxLine_apl {
    margin:0 10px 0 10px;
	padding:10px 15px 10px 15px;
	color: #000000;
	border: 1px solid #c0c0c0;
	background-color: #dcdcdc;    
}

/* 社内用表示エリア */
.boxLine_private {
    margin:0 10px 15px 10px;
	padding:10px 15px 10px 15px;
	color: #000000;
	border: 1px solid #c0c0c0;
	background-color: #C2CBCE;
    vertical-align:top;
}


/* 文頭に四角形を配置 */                                      
#square {
    position: relative;
    padding-left: 22px;
    color: #696969;
}

#square:before {
    position: absolute;
    top: 3px;
    left: 4px;
    width: 12px;
    height: 12px;
    background: #696969;
    content: "";
}

/*見出し*/
.gradient_line{
	margin-bottom:20px;
	font-size:25px;
	font-weight:normal;
	color:#141414;
    padding: 10px 10px 5px 0px;
    border: none;
    background-image: linear-gradient(90deg, #141,#dcd);
    background-size: 100% 2px;
    background-repeat: no-repeat;
    background-position: bottom left;
    color: #000; text-shadow: none;    

}

#mainArea h2{
    position: relative;
    margin: 0 0 1.5em;
    padding: 6px 0 6px 20px;
    border: 1px solid #c0c0c0;
    font-size: 1.143em;
    font-weight: bold;
    background-image: -webkit-gradient(linear, left top, right bottom,
        from(           rgba(255, 255, 255, 0.0)), 
        color-stop(0.4, rgba(255, 255, 255, 0.0)), 
        color-stop(0.4, rgba(0, 0, 0, 0.1)), 
        color-stop(0.6, rgba(0, 0, 0, 0.1)), 
        color-stop(0.6, rgba(255, 255, 255, 0.0)),
        to(             rgba(255, 255, 255, 0.0)));
    background-size:4px 4px
}
 
#mainArea h2:before{
    content: "";
    position: absolute;
    background: #B92A2C;
    top: 50%;
    left: 5px;
    margin-top :-15px;
    height: 28px;
    width: 5px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
#mainArea h2 span.limit{
    position: absolute;
    top: 10px;
    left: 180px;
}
#mainArea h2 span.reason{
    position: absolute;
    top: 10px;
    left: 110px;
}

/* スマホ用 */
@media(max-width:640px){
#mainArea h2{
    position: relative;
    margin: 0 0 1.5em;
    padding: 6px 0 6px 20px;
    border: 1px solid #c0c0c0;
    font-size: 19px;
    font-weight: bold;
    background-image: -webkit-gradient(linear, left top, right bottom,
        from(           rgba(255, 255, 255, 0.0)), 
        color-stop(0.4, rgba(255, 255, 255, 0.0)), 
        color-stop(0.4, rgba(0, 0, 0, 0.1)), 
        color-stop(0.6, rgba(0, 0, 0, 0.1)), 
        color-stop(0.6, rgba(255, 255, 255, 0.0)),
        to(             rgba(255, 255, 255, 0.0)));
    background-size:4px 4px;
}
#mainArea h2 span.limit{
    position: absolute;
    top: 13px;
    left: 275px;
}
#mainArea h2 span.reason{
    position: absolute;
    top: 15px;
    left: 160px;
}
}



#mainArea h2 span {
	position:absolute;
	right:30px;
	top:9px;
}





/*リストスタイル(エラーページで使用)*/
ul.listType01 li {
	background:url(/images/p02.png) no-repeat left center;
	padding-left:10px;
	line-height: 2em;
}

/*--------------------------------------------
強制的にclearするセレクタ
--------------------------------------------*/
/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/*Hides from MacIE \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/*Hides from MacIE */


/* ページ遷移用のボタン（ページ遷移とか） */
.btn_nv {
    text-align: center;
    margin: 10px;
    font-size: 13px;
    color:#696969;
    font-weight: bold;
    padding: 10px 10px; 
    width: 116px;
    border:1px solid #dddddd;
    background-color: #eeeeee;
    border-radius: 2px;
	-moz-box-shadow:
		0px 3px 0px rgba(000,000,000,0.4);
	-webkit-box-shadow:
		0px 3px 0px rgba(000,000,000,0.4);
	box-shadow:
		0px 3px 0px rgba(000,000,000,0.4);
	background-repeat: no-repeat, no-repeat;
}

.btn_nv:hover { 
    background-color: #dcdcdc;
    cursor:pointer
}

.btn_nv:focus { 
    outline:none;
} 

.btn_nv_next {
	padding: 10px 30px 10px 10px;
	background-image: url(/passwordcenter/images/icon_next.png);
	background-position: right 10px center, 0 0;
}


.btn_nv_back {
	padding: 10px 10px 10px 30px;
	background-image: url(/passwordcenter/images/icon_back.png);
	background-position: left 10px center, 0 0;
}

.btn_nv_cancel {
	padding: 10px 10px 10px 30px;
	background-image: url(/passwordcenter/images/icon_cancel.png);
	background-position: left 10px center, 0 0;
}
/*
.btn_nv_topback {
	padding: 10px 20px 10px 40px;
	background-image: url(/passwordcenter/images/icon_top.png);
	background-position: left 10px center, 0 0;
}
*/

/* ページ遷移用のボタン(発行時、完了後) */   
.btn_nv_long  {
    text-align: center;
    margin: 10px;
    font-size: 13px;
    color:#808080;
    font-weight: bold;
    padding: 10px 20px; 
    border:1px solid #dddddd;
    background-color: #eeeeee;
    border-radius: 4px;
	-moz-box-shadow:
		0px 3px 0px rgba(000,000,000,0.4);
	-webkit-box-shadow:
		0px 3px 0px rgba(000,000,000,0.4);
	box-shadow:
		0px 3px 0px rgba(000,000,000,0.4);
	background-repeat: no-repeat, no-repeat;
}
.btn_nv_long:hover { 
    background-color: #dcdcdc;
    cursor:pointer
}
.btn_nv_long:focus { 
    outline:none;
}
.btn_nv_long_pub {
	padding: 10px 20px 10px 40px;
	background-image: url(/passwordcenter/images/icon_key.png);
	background-position: left 10px center, 0 0;
}

.btn_nv_long_topback {
	padding: 10px 20px 10px 40px;
	background-image: url(/passwordcenter/images/icon_top.png);
	background-position: left 10px center, 0 0;
}

/* 完了画面ダウンロードボタン */
.btn_dl  {
    text-align: center;
    margin: 0 10px 0 10px;
    font-size: 18px;
    color:#fff;
    font-weight: bold;
    padding: 5px 20px 3px 30px;
    border: 1px solid #dddddd;
    background-color: #004199;
    border-radius: 4px;
    background-repeat: no-repeat, no-repeat;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif;
    width: 430px;
}
.btn_dl:hover {
    filter:alpha(opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.85;
	background-color: #004199;
    cursor:pointer;
}
.btn_dl:active {
	background-color: #306f8e;
}
.btn_dl:focus {
    outline: none; 
}
.btn_dl_i {
	padding: 10px 20px 10px 40px;
    background-image:url(/passwordcenter/images/download.png);
	background-position: left 20px center, 0 0;
}
.btn_dl_i:hover {
	background-image:url(/passwordcenter/images/download_on.png);
}

/* 住所自動入力ボタン */
.btn_ac {
    /* margin:10px; */
    /* margin:5px 10px 15px 10px; */
    margin:0 0 0 10px;
    font-size: 12px;
    color:#696969;
    font-weight: normal;
    border-radius: 2px;
    padding: 2px 5px 4px 5px; 
    border: 1px solid #cdcdcd;
    background-color: #f3f3f3;
    background-repeat: no-repeat, no-repeat;
}
.btn_ac:hover {
    cursor:pointer;
    background-color: #dddddd;
}
.btn_ac:active {
    outline:none;
}
.btn_ac:focus {
outline:none;
}
.btn_ac {
	padding: 5px 10px 5px 28px;
	background-image: url(/passwordcenter/images/icon_home.png);
	background-position: 5px 2px;
}


/* トップページ、再発行ページ */
/* 説明文リンクボックス*/
.linkbox {
    position:relative;
    border:1px solid #dddddd;
    background-color:#FFFFFF;
    width: 530px;
    padding:20px 10px 30px 10px;
    margin: 0 5px 0 20px;
}

/* 説明文リンクボックス内タイトル */
.linktitle{
    font-size: 20px;
    color: #fff;
    background-color: #004199;
    border-radius: 4px;
    padding: 5px 20px 3px 20px;
    margin: 0 10px 0 10px;
}
.linktitle:hover{
    filter:alpha(opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.85;
    background-color: #004199;
}
.linktitle img{
    vertical-align: top;
    margin: 5px 5px 0 0px;
}

/* 説明文リンクボックス内本文 */
.linkbox p{
    font-size:13px;
    line-height: 1.5em;
    color:#808080;
    margin:20px 10px 0 10px;
}


/* Webページ */
/* インデントなし */
#mainArea .maintext_area {
	padding:0 5px 15px 5px; 
	clear:both;
}
/* 期限付きパスワード */
#mainArea .maintext_area ul{
    margin: 15px 0 15px 0;
	padding:5px 5px 5px 10px; 
	clear:both;
	background-color:#e6ebf5;
}
#mainArea .maintext_area ul li.indent{
    padding-left: 1.3em;
    text-indent: -2.0em;
}


/* インデントあり */
#mainArea .text_area {
	padding:0 5px 15px 5px; 
	clear:both;
    padding-left: 1em;
    text-indent: -1em;
}
#mainArea .text_area2 {
	padding:0 15px 15px 15px; 
	clear:both;
    padding-left: 2em;
    text-indent: -1em;
}
/* 画像 */
#mainArea .img_area {
	padding:0 5px 15px 15px; 
	clear:both;
}
/* コマンド */
#mainArea .command_area {
    margin: 0 12px 15px 12px;
	padding:10px 0 10px 10px;
	background-color:#000000;
    color: #FFFFFF;
}
#mainArea .attention_area {
    margin: 0 12px 15px 12px;
	padding:10px 20px 10px 20px;
	background-color:#FFE4E1;
    color:#808080;
}
#mainArea .attention_area p {
    margin-bottom: 10px;
}


/* refarenceウェブページ */                                      
.gradient_line_red{
	margin-bottom:20px;
	font-size:25px;
	font-weight:normal;
    padding: 10px 10px 5px 0px;
    border: none;
    background-image: linear-gradient(90deg, #ff0000,#ffa07a);
    background-size: 100% 2px;
    background-repeat: no-repeat;
    background-position: bottom left;
    color: #000; text-shadow: none;    

}  

/* 対象商品入力・ユーザー登録・動作条件・内容確認・発行完了 */
/* パスワード発行過程*/
#mainArea .process_box {
   display: inline;
   height: 55px;
   padding:0 3px 15px 20px; 
   clear: both;
}

/* 1行 */
.process1 {
    background-color:#FFFFFF;
	border: 1px solid #adadad;
	border-radius: 4px;                                      
    width: 100px;
    text-align:center;
    font-weight:bold;
    color:#808080;
   padding-top:17px;
   padding-bottom:15px;
    margin: 0 0px 15px 5px;
    float:left;
    
}
/* 2行 */
.process2 {
	border: 1px solid #adadad;
    background-color:#FFFFFF;
    border-radius: 4px;
    width: 100px;
    height:45px;
    text-align:center;
    font-weight:bold;
    color: #808080;
    padding-top:5px;
    margin: 0 0px 15px 5px;
    float:left;
    
}
/* 1行 */
.process_target1 {
    border:1px solid #DC143C;
    background-color:#DC143C;
    border-radius: 4px;
    width: 100px;
    text-align:center;
    font-weight:bold;
    color: #FFFFFF;
   padding-top:17px;
   padding-bottom:15px;
    margin: 0 0px 15px 5px;
    float:left;
}
/* 2行 */
.process_target2 {
    border:1px solid #DC143C;
    background-color:#DC143C;
	border-radius: 4px;                                      
    width: 100px;
    height:45px;
    text-align:center;
    font-weight:bold;
    color: #ffffff;
    padding-top:5px;
    margin: 0 0px 15px 5px;
    float:left;
}
/*矢印三角 */ 
.triangle{
	height:0px;
	width:0px;
	border-top:5px solid transparent;
	border-right:0px solid transparent;
	border-left:#808080 10px solid;
	border-bottom:5px solid transparent;
    float:left;
    margin: 22px 0px 0 5px;  
}

/* 入力内容確認ページ、発行完了ページ */

/* テーブル全体の枠 */
.tb_spec {
	border-collapse:separate;
    border-top:1px #ffffff solid;
    border-left:2px #ffffff solid;
    border-bottom:1px #ffffff solid;
    border-right:2px #ffffff solid;                                   
	margin-bottom:5px;
	width: 100%;
}
.tb_spec th {
	padding:5px;
	background-color:#f3f3f3;
	font-weight:normal;
    border-top:1px #a8a8a8 solid;                                      
    border-left:1px #a8a8a8 solid;                                  
	border-right:1px #a8a8a8 solid;
    border-bottom:1px #a8a8a8 solid;
}
.tb_spec th.inner {
	padding:5px;
	background-color:#f3f3f3;
	font-weight:normal;
    border-top:1px #a8a8a8 solid;                                      
    border-left:1px #a8a8a8 solid;                                 
	border-right:1px #a8a8a8 solid;
    border-bottom:1px #a8a8a8 solid;                                     
}
.tb_spec th.inner_middle {
	padding:5px;
	background-color:#f3f3f3;
	font-weight:normal;
    border-top:1px #ffffff solid;                                      
    border-left:1px #a8a8a8 solid;                                 
	border-right:1px #a8a8a8 solid;
    border-bottom:1px #a8a8a8 solid;                                     
}                                        
.tb_spec th.inner_bottoms {
	padding:5px;
	background-color:#f3f3f3;
	font-weight:normal;
    border-top:1px #ffffff solid;                                      
    border-left:1px #a8a8a8 solid;                                 
	border-right:1px #a8a8a8 solid;
    border-bottom:1px #a8a8a8 solid;                                     
}                                    

.tb_spec td {
	padding:5px;
	border-top:1px #a8a8a8 solid;
	border-left:1px #ffffff solid;
	border-right:1px #a8a8a8 solid;
	border-bottom:1px #ffffff solid;
}
.tb_spec td.inner_bottom {
	padding:5px;
	border-top:1px #a8a8a8 solid;
	border-left:1px #ffffff solid;
	border-right:1px #a8a8a8 solid;
	border-bottom:1px #a8a8a8 solid;
}                                      
.tb_spec td.bottom {
	padding:5px;
	border-top:1px #a8a8a8 solid;
	border-left:1px #ffffff solid;
	border-right:1px #a8a8a8 solid;
	border-bottom:1px #a8a8a8 solid;
}
.tb_spec td.rights {
	padding:5px;
	border-top:1px #a8a8a8 solid;
	border-left:1px #ffffff solid;
  	border-right:1px #a8a8a8 solid;
	border-bottom:1px #ffffff solid;
}
.tb_spec td.right_bottom {
	padding:5px;
	border-top:1px #a8a8a8 solid;
	border-left:1px #ffffff solid;
  	border-right:1px #a8a8a8 solid;                                      
	border-bottom:1px #a8a8a8 solid;
}
.tb_spec td.td_head {
    position: relative;
    margin: 0 0 1.5em;
    padding: 6px 0 6px 20px;
    border-top: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #ffffff;                                  
    border-left: 1px solid #c0c0c0;                                      
    font-size: 1.143em;
    font-weight: bold;
    background-image: -webkit-gradient(linear, left top, right bottom,
        from(           rgba(255, 255, 255, 0.0)), 
        color-stop(0.4, rgba(255, 255, 255, 0.0)), 
        color-stop(0.4, rgba(0, 0, 0, 0.1)), 
        color-stop(0.6, rgba(0, 0, 0, 0.1)), 
        color-stop(0.6, rgba(255, 255, 255, 0.0)),
        to(             rgba(255, 255, 255, 0.0)));
    background-size:4px 4px                                      
}

/* パスワード種別欄 */
.tb_spec td.td_head_name {
	padding:8px 0 8px 5px;
    background-color: #fbf7e2;
	border-top:1px #a8a8a8 solid;
	border-left:1px #a8a8a8 solid;
	border-right:1px #ffffff solid;
	border-bottom:1px #a8a8a8 solid;
    z-index:-1;
    font-size:15px;
    font-weight: bold;
}
.tb_spec td.td_head_name_b {
	padding:8px 0 8px 5px;
    background-color: #fbf7e2;
	border-top:1px #ffffff solid;
	border-left:1px #a8a8a8 solid;
	border-right:1px #ffffff solid;
	border-bottom:1px #a8a8a8 solid;
    z-index:-1;
    font-size:15px;
    font-weight: bold;
}

/* パスワード表示欄 */
.tb_spec td.td_head_pw {
	padding:8px 0 8px 5px;
    background-color: #fbf7e2;
	border-top:1px #a8a8a8 solid;
	border-left:1px #a8a8a8 solid;
	border-right:1px #a8a8a8 solid;
	border-bottom:1px #a8a8a8 solid;
    z-index:-1;
    font-size:20px;
    font-weight: bold;
}
.tb_spec td.td_head_pw_b {
	padding:8px 0 8px 5px;
    background-color: ##fbf7e2;
	border-top:1px #ffffff solid;
	border-left:1px #a8a8a8 solid;
	border-right:1px #a8a8a8 solid;
	border-bottom:1px #a8a8a8 solid;
    z-index:-1;
    font-size:20px;
    font-weight: bold;
}

/* Webページ(LinuxUnix) */
.table_plain {
	border-collapse:separate;
	border-top:1px #b8b8b8 solid;
	border-left:1px #b8b8b8 solid;
	margin-bottom:5px;
	width: 100%;
}
.table_plain th {
	background-color:#b8b8b8;
	font-weight:normal;
    color:#ffffff;
	border-right:1px #b8b8b8 solid;
	border-bottom:1px #b8b8b8 solid;
}
.table_plain th.item {
	background-color:#FFE4E1;
    color:#808080;
	font-weight:normal;
	border-right:1px #b8b8b8 solid;
	border-bottom:1px #b8b8b8 solid;
}
.table_plain td {
	background-color:#FFE4E1;
    color:#808080;
	border-top:1px #ffffff solid;
	border-left:1px #ffffff solid;
	border-right:1px #b8b8b8 solid;
	border-bottom:1px #b8b8b8 solid;
}


/* 確認画面ボタン */
/* マウスオーバー時に色が変わる */
#ret_btn {
    margin:0 10px 0 0;
    padding:5px;
    font-size: 14px;
    font-weight: normal;
    padding: 5px 5px; 
    width: 200px;
    float:right;
    border: 1px solid #b3b3b3;
    background-color: #ffffff;
    border-radius: 2px;                                      
                                      
}
#ret_btn:hover {
    background-color: #dddddd;
    cursor:pointer;                                      
}
#ret_btn:active {
    outline: none;
}
#ret_btn:focus {
    outline: none;
}
#ret_btn img {
    padding-right:5px;
}

/* マウスオーバー時に押した様な表示になる(不使用) */
.btn{
  text-decoration: none;
  border: 1px solid #1d558d;
  padding: 5px 5px 3px 5px;
  display: block;
  border-radius: 10px;
  width: 200px;
  text-align: center;
  color: #333;
  font-size: 15px;
  font-weight: bold;
  background-color: #1d558d;
  color: #fff;
  float:right;
  margin-right:5px;
}
.btn:hover{
  background-color: #236ab1;
  border-color: #236ab1;
}

.solid{
  box-shadow: 0 6px 0 #236ab1;
  position: relative;
  top: 0;
  -moz-transition: 100ms all linear;
  -o-transition: 100ms all linear;
  transition: 100ms all linear;
}
.solid:hover{
  box-shadow:none;
  top: 2px;
}

.m_solid{
  box-shadow: 0 6px 0 #236ab1;
  position: relative;
  top: 0;
  -moz-transition: 100ms all linear;
  -o-transition: 100ms all linear;
  transition: 100ms all linear;
}
.m_solid:hover{
  box-shadow:none;
  top: 6px;
}

/* 対象ライセンス表示テーブル(共通) */
.tb_plain {
    background-color:#fbf7e2;
    border:1px;                                      
    border-color:#ffe68b;                                      
	margin:5px 0 5px 0;
	width: 100%;
}

.tb_plain th {
	padding:5px;
	font-weight:normal;
    border-right:#fbf7e2;                                      
}
.tb_plain td.top {
	padding:12px 0 4px 0;
    border-left:#fbf7e2;
    border-right:#fbf7e2;                                      
    border-bottom:#fbf7e2;                                      
}
.tb_plain td.bottom {
	padding:4px 0 12px 0;
    border-left:#fbf7e2;
    border-right:#fbf7e2;                                      
    border-top:#fbf7e2;                                      
}
.tb_plain td.top_right {
	padding:12px 0 4px 0;
    border-left:#fbf7e2;
    border-bottom:#fbf7e2;                                      
}
.tb_plain td.bottom_right {
	padding:4px 0 12px 0;
    border-left:#fbf7e2;
    border-top:#fbf7e2;                                      
}

                                   
/* 動作条件入力 - 再発行理由テキストエリアのプレースホルダー(不使用)*/
textarea::-webkit-input-placeholder::after {
 display: block;
 content: "　　期限付きパスワードから無期限パスワードへの変更のため";
}                                  


/*サイト内検索*/
#mainArea .sitesearch_url {
	color: #008000;
	padding: 5px 8px;
}







