/* ERS_flow
 ---------------------------------------------------------------- */
	#ERS_flow{
		width:610px;
		margin:0 0 20px 0;
	}

	#ERS_flow li{
		float:left;
	}

	#ERS_flow li img{
		vertical-align:bottom;
	}


/* ERS_title
 ---------------------------------------------------------------- */
	#ERS_title{
		width:610px;
	}


/* ERS_table
 ---------------------------------------------------------------- */
	.ERS_table{
		margin:0 0 20px 0;
		width:610px;
	}

	.ERS_table h3{
		margin:20px 0 5px 0;
		text-align:left;
		font-size:1em;
		font-weight:normal;
	}

	.ERS_table table{
		border-top:1px solid #747474;
		border-bottom:1px solid #747474;
	}

	.ERS_table capiton{
		text-align:left;
	}

	.ERS_table table tr th{
		padding:8px 12px 8px 12px;
		background:url(../images/dot01.gif) 0 bottom repeat-x #eeede7;
		text-align:left;
		color:#ad3d37;
	}

	.ERS_table table tr th.end{
		background-image:none;
	}

	.ERS_table .ERS_IVP_caution{/*エラーからの返り値*/
		color:#fff;
		/*background:url(../images/dot01.gif) 0 bottom repeat-x #ad3d37;*/
		background-color:rgb(229, 115, 115);
	}
	
	 #top #contents .tbl .ERS_IVP_caution{/*エラーからの返り値*/
        color:#fff;
        /*background:url(../images/dot01.gif) 0 bottom repeat-x #ad3d37;*/
      	background-color:rgb(229, 115, 115);
     }
     /*popupエラー時用(キーワード編集)*/
	 .editIn .tbl .ERS_IVP_caution{/*エラーからの返り値*/
        color:#fff;
      	background-color:rgb(229, 115, 115);
     }
     

	.ERS_table table tr td{
		padding:5px 12px 5px 12px;
		background:url(../images/dot01.gif) 0 bottom repeat-x #fff;
		line-height:1.4;
	}

	.ERS_table table tr td.end{
		background:none #fff;
	}

	.ERS_table table.length tr th{
		width:156px;
		line-height:1.2;
	}

	.ERS_table table.length tr td{
		width:406px;
	}

	.ERS_table table.side tr th{
		border-bottom:1px solid #747474;
		background:none #eeede7;
	}

	.ERS_table table.side tr td{
		border-top:none;
	}

	.ERS_table table.side tr .center{
		padding-left:0;
		text-align:center;
	}

	.ERS_table table tr td iframe{
		width:380px;
		height:200px;
		border:1px solid #ccc;
	}

	div .checkboxList{
		padding:5px 0 5px 5px;
		border:1px solid #999;
		width:400px;
		height:130px;
		overflow-y:scroll;
		line-height:1.4;
	}

/* ERS_amount
 ---------------------------------------------------------------- */
	.ERS_amount{
		margin:20px 0 0 0;
		width:610px;
	}

	.ERS_amount table{
	}

	.ERS_amount table tr th{
		line-height:2em;
		border-bottom:1px solid #747474;
		background-color:#eeede7;
		color:#ad3d37;
	}

	.ERS_amount table tr th.col_1{
		width:310px;
	}

	.ERS_amount table tr th.col_2{
		width:80px;
	}

	.ERS_amount table tr th.col_3{
		width:60px;
	}

	.ERS_amount table tr th.col_4{
		width:80px;
	}

	.ERS_amount table tr th.col_5{
		width:80px;
	}

	.ERS_amount table tr td{
		padding:5px 0 5px 0;
		line-height:1.2;
		text-align:center;
		background:url(../images/dot01.gif) 0 bottom repeat-x;
	}

	.ERS_amount table tr td.sname{
		font-weight:bold;
		text-align:left;
	}

	.ERS_amount table tr td.sname span{
		font-size:0.95em;
		font-weight:normal;
	}


/* ERS_total
 ---------------------------------------------------------------- */
	.ERS_total{
		width:610px;
	}

	* html .ERS_total{
		margin:-1px 0 0 0;
	}

	*+html .ERS_total{
		margin:-1px 0 0 0;
	}

	.ERS_total table{
		border-top:1px solid #747474;
	}

	.ERS_total table tr th{
		width:530px;
		text-align:right;
		line-height:2em;
		color:#ad3d37;
		background:url(../images/dot01.gif) 0 bottom repeat-x;
	}

	.ERS_total table tr td{
		width:80px;
		text-align:right;
		line-height:2em;
		color:#ad3d37;
		background:url(../images/dot01.gif) 0 bottom repeat-x;
	}

	.ERS_total table tr td button{
		background:none;
		border:none;
	}

	.ERS_total table tr th.none,
	.ERS_total table tr td.none{
		background:none;
	}

	.ERS_total table tr th.end,
	.ERS_total table tr td.end{
		border-top:1px solid #747474;
		background:none;
	}


/* ERS_recommend
 ---------------------------------------------------------------- */
	#ERS_recommend{
		margin:0 0 20px 0;
		width:610px;
	}

	#ERS_recommend h3{
		margin:0 0 10px 0;
	}

	#ERS_recommend p.tip{
		border:3px solid #ccc;
		position:absolute;
		top:0;
		left:0;
		padding:5px 5px 5px 5px;
		background-color:#fff;
		display:none;
	}

	#ERS_recommend .ERS_recommend_list{
		margin:0 5px 0 15px;
		width:100px;
		float:left;
		display:inline;
	}

	#ERS_recommend .ERS_recommend_list h3 a img{
		padding:3px 3px 3px 3px;
		vertical-align:bottom;
		border:1px solid #c3c3c3;
	}

	#ERS_recommend .ERS_recommend_list h2{
		margin:0 0 10px 0;
		font-size:1em;
	}

	#ERS_recommend .ERS_recommend_list ul li{
		margin:0 0 5px 0;
	}


/* ERS_box
 ---------------------------------------------------------------- */
	#ERS_box{
		margin:20px 0 20px 0;
		padding:15px 12px 15px 12px;
		width:586px;
		background-color:#eeede7;
	}

	#ERS_box h3{
		margin:0 0 10px 0;
		font-size:1em;
	}

	#ERS_box p{
		line-height:1.3;
	}


/* ERS_page_send
 ---------------------------------------------------------------- */
	.ERS_page_send{
		margin:0 0 15px 0;
		width:610px;
		text-align:center;
	}

	.ERS_page_send form{
		display:inline;
	}

	.ERS_page_send form input{
		vertical-align:middle;
		width:16px;
		padding:1px 0 0 1px;
		margin:0 2px 0 0;
		background:#eeede7;
		color:#787878;
		font-weight:bold;
		border:none;
		cursor:pointer;
		text-align:center;
	}
	
	/* .ERS_page_send form input{
		background:none;
		border:none;
		cursor:pointer;
	}*/
	
	.ERS_page_send form input.place{
		color:#bf6f69;
		cursor:default;
	}
	
	/*.ERS_page_send input.place{
		background:none;
		border:none;
		cursor:pointer;
	}
	*/
	
	* html .ERS_page_send form input.place{
		margin:0 6px 0 0;
	}

	*+html .ERS_page_send form input.place{
		margin:0 6px 0 0;
	}
	
	.ERS_page_send form input.next,
	.ERS_page_send form input.back {
		padding: 0;
		width: auto;
	}

/* ERS_back
 ---------------------------------------------------------------- */
	div.ERS_back{
		margin:0 0 15px 0;
		float:left;
	}

	div.ERS_back p{
		padding:0 0 0 10px;
		background:url(../images/arrow03.gif) 0 40% no-repeat;
		text-align:left;
	}

	div.ERS_back p.none{
		padding:0 0 0 0;
		width:305px;
		background:none;
		text-align:center;
	}

	div.ERS_back p input{
		cursor:pointer;
	}


/* ERS_next
 ---------------------------------------------------------------- */
	div.ERS_next{
		margin:0 0 15px 0;
		float:right;
	}

	div.ERS_next p{
		padding:0 10px 0 0;
		text-align:right;
	}

	div.ERS_next p.center{
		padding:0 0 0 0;
		width:610px;
		text-align:center;
	}

	div.ERS_next p.none{
		padding:0 0 0 0;
		width:305px;
		background:none;
		text-align:center;
	}

	div.ERS_next p input{
		cursor:pointer;
	}


/* ERS_ssl_alert
 ---------------------------------------------------------------- */
	#ERS_ssl_alert{
		margin:0 0 10px 0;
		width:610px;
		text-align:center;
	}


/* ERS_page_top
 ---------------------------------------------------------------- */
	div.ERS_page_top{
		margin:0 0 15px 0;
		float:right;
	}

	div.ERS_page_top p{
		padding:0 0 0 15px;
		background:url(../images/arrow04.gif) 0 80% no-repeat;
		text-align:right;
	}


/* ERS_agent
 ---------------------------------------------------------------- */
	div.ERS_agent{
		margin:0 0 15px 0;
		padding:10px 10px 10px 10px;
		width:526px;
		text-align:left;
		border:2px solid #000090;
	}

	div.ERS_agent p{
		color:#000090;
		font-weight:bold;
		line-height:1.5;
	}


/* ERS_noscript
 ---------------------------------------------------------------- */
	div.ERS_noscript{
		margin:0 0 15px 0;
		padding:10px 10px 10px 10px;
		width:526px;
		text-align:left;
		border:2px solid #d00000;
	}

	div.ERS_noscript p{
		color:#d00000;
		font-weight:bold;
		line-height:1.5;
	}


/* redirect page
 ---------------------------------------------------------------- */
	#ERS_redirect{
		height:100%;
		margin:0 0 0 15px;
		padding:0 0 0 0;
	}

	#ERS_redirect p{
		text-align:center;
		padding:0 0 20px 0;
	}

	#ERS_redirect p img{
		padding:50px 0 0 0;
	}


	#ERS_redirect p a{
		font-weight:bold;
		color:#0000d0;
	}


/* ERS_input_error(同一画面でのエラー表示用)
 ---------------------------------------------------------------- */
 	.ERS_input_error ul li{
		background:url(../common/img/icon/exclamation.gif) 0 0 no-repeat;
		padding-left:20px;
		
        color: #E60000;
        font-weight: bold;
	}
 
/* information
 ---------------------------------------------------------------- */
.ERS_information
{
    margin: 0 auto 15px;
    padding: 10px 15px 10px 15px;
}

.ERS_information p
{
    line-height: 1.5;
}

 
 
/*	.ERS_input_error{
		margin:10px 0 15px 0;
		padding:10px 10px 10px 10px;
		text-align:left;
		border:2px solid #d00000;
	}

	.ERS_input_error h3{
		width:161px;
		float:left;
	}

	.ERS_input_error p
	{
エラーメッセージの折り返し幅に影響
		width:429px;
	}

	.ERS_input_error p span{
		margin:0px 0 0 0;
		padding:0 0 0 12px;
		display:block;
		color:#d00000;
		line-height:1.5;
	}
*/
	div.ERS_noscript{
	}
	
/* image
 ---------------------------------------------------------------- */
    .img_for_list1
    {
        width:100px;
        border-width:0px;
    }
    .img_for_list2
    {
        width:85px;
        border-width:0px;
    }
    
    .img_for_view1
    {
        width:120px;
        border-width:0px;
    }

    .img_for_view2
    {
        width:295px;
        border-width:0px;
    }

    .img_for_regist
    {
        width:120px;
        border-width:0px;
    }
    
/* ime
 ---------------------------------------------------------------- */
	.ime_active{
		ime-mode: active;
	}
	.ime_inactive{
		ime-mode: inactive;
	}
	.ime_disabled{
		ime-mode: disabled;
	}

	.form_inline
	{
		display:inline;
	}

/* cursor
 ---------------------------------------------------------------- */
	.cursor_hand{
		cursor: pointer;
		cursor: hand;
	}

/* display
 ---------------------------------------------------------------- */
	.display_none{
		display: none;
	}

/* zip search
 ---------------------------------------------------------------- */
    table th span#zip_flg input.change,
    table td span#zip_flg input.change{
	    vertical-align:middle;
    }
    
/* error message mynews
 ---------------------------------------------------------------- */
    #contents.mynews .errorBox{
	margin-top:10px;
	margin-bottom:10px;
	/*border-width:2px;
	border-style:solid;
	padding:15px;
	background-color:#bf0a0a;
	border-color:#fff2f2;*/
}
	#contents.mynews .errorBox p{
		color:#e60000;
		font-weight:bold;
		/*font-size:80%;*/
	}
	#contents.mynews .errorBox img{
		vertical-align:text-bottom;
		margin-right:5px;
	}
	#contents.mynews .errorBox ul{
		margin-top:5px;
	}
	#contents.mynews .errorBox li{
		color:#e60000;
		/*font-size:80%;*/
		font-weight:bold;
		line-height:1.5;
		/*list-style-type:disc;
		list-style-position:inside;	*/
		/*color:#ffffff;*/
	}
	
/* article_detail
 ---------------------------------------------------------------- */
	/*記事保存*/
	.article-headlist-msg{
		display:inline-block;

		letter-spacing:normal;
		margin-left:5px;
		vertical-align:middle;
		position:relative;
		overflow:visible;
	}
	
	.article-headlist-msg p{
		/*border:1px solid #333;*/
		font-size:0.9em;
		color:#0000FF;
		position:absolute;
		top:-1.5em;left:-0.6em;
		width:80px;
		background-color:#fff;
		text-align:center;
	}
	
	.article-headlist-msg-err
	{
	    position:relative;
		width:210px;
		font-size:0.9em;
		top:-2.3em;
		left:20em;
		color:#E60000;
		background-color:#fff;
		text-align:center;
	}
	.article-headlist-li
	{
	    /*snsボタンに影響を与えるため、コメントアウト*/    
		/*position:relative;*/    
	}

	/*記事共有*/
	.article-headlist-msg-share{
		display:inline-block;

		letter-spacing:normal;
		margin-left:0px;
		vertical-align:middle;
		position:relative;
		overflow:visible;
	}
	.article-headlist-msg-share p{
		/*border:1px solid #333;*/
		font-size:0.9em;
		color:#0000FF;
		position:absolute;
		top:-1.5em;left:-1.6em;
		width:110px;
		background-color:#fff;
		text-align:center;
	}

	/*共有解除*/
	.article-headlist-msg-nonshare{
		display:inline-block;

		letter-spacing:normal;
		margin-left:0px;
		vertical-align:middle;
		position:relative;
		overflow:visible;
	}
	.article-headlist-msg-nonshare p{
		/*border:1px solid #333;*/
		font-size:0.9em;
		color:#0000FF;
		position:absolute;
		top:-1.5em;left:-3.0em;
		width:145px;
		background-color:#fff;
		text-align:center;
	}

	
	#sns-area #sns-linkedin{
			width:auto;
		}

/* print
 ---------------------------------------------------------------- */    
    #print_footer
    {
        display:none;
    }

/* ERS_error
 ---------------------------------------------------------------- */
body p.err {
    background: none repeat scroll 0 0 #FFD9D9;
    clear: both;
    color: #FF0000;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 1px;
    padding: 3px 5px;
}
    
/* word-wrap
Firefoxで長い半角文字列が折り返されない（改行されない）現象の回避
 ---------------------------------------------------------------- */    
    #contents .word_wrap
    {
        word-wrap: break-word;
}

/* image_for_news
 ---------------------------------------------------------------- */    
    #image_for_news
    {
        max-width:640px;
        height: auto;
    }
    
/* sns-twitter
 ---------------------------------------------------------------- */       
    #contents #sns-twitter iframe {
        width: 125px !important;
    }
	
/* キャプションの範囲指定
............................................................... */
	.thumb-article .caption
	{
	    max-width:640px;
	}
	
/* snavの選択値
............................................................... */
	#snav-inner li.active span,
	#snav-inner li.activeParent,
	#snav-inner li a:hover{
		background:#003c86 url(img/nav_active.gif) repeat-x left top;
		text-decoration:none;
	}

	/*ERS独自nav-inner*/
    #nav-inner-ers{
	    margin:0 auto;
	    width:980px;
    }
	#nav-inner-ers li{
		font-size:108%;
		font-weight:bold;
	}
	#nav-inner-ers li.active span,
	#nav-inner-ers a{
		color:#FFF;
		display:block;
		padding:15px 14px 13px;
	}
	
	#nav-inner-ers li.active span,
	#nav-inner-ers li.activeParent,
	#nav-inner-ers li a:hover{
		background:#003c86 url(img/nav_active.gif) repeat-x left top;
		text-decoration:none;
	}
	
	#important-area li img
	{
	    vertical-align:middle;
	}
	
/* フロート解除
	............................................................... */
		.release_b{
			clear:both;
		}

		.release_r{
			clear:right;
		}

		.release_l{
			clear:left;
		}
		
/* border-box
	............................................................... */		
		.border-box
		{
		    margin-top:30px;
		}
		
/* 静的ページ 画像表示用
	............................................................... */		
	#contents.service-guide #pointArea #point-1{background:url(../../service/img/index_point1_img.png) no-repeat left 138px;}
	#contents.service-guide #pointArea #point-2{background:url(../../service/img/index_point2_img.png) no-repeat 5px 147px;}
	#contents.service-guide #pointArea #point-3{background:url(../../service/img/index_point3_img.png) no-repeat left 130px;}
	
	#contents.service-guide #topicsList{
	background:url(../../service/img/index_topicsList_bg.png) repeat center top;
	margin-top:15px;
	padding:9px 20px 10px;
	}
	#contents.service-guide #salesman{background:#fafafa url(../../service/img/index_s1_img.jpg) no-repeat 25px 70px;}
	#contents.service-guide #management{background:#fafafa url(../../service/img/index_s2_img.jpg) no-repeat 25px 70px;}
	#contents.service-guide #student{background:#fafafa url(../../service/img/index_s3_img.jpg) no-repeat 25px 70px;}
	
	#contents.service-guide.function .functionBox#recom{background-image:url(../../service/img/function_recom_img.gif);}
	#contents.service-guide.function .functionBox#myselect{background-image:url(../../service/img/function_myselect_img.gif);}
	#contents.service-guide.function .functionBox#preservation{background-image:url(../../service/img/function_preservation_img.gif);}
	#contents.service-guide.function .functionBox#recently{background-image:url(../../service/img/function_recently_img.gif);}
	#contents.service-guide.function .functionBox#share{background-image:url(../../service/img/function_share_img.gif);}
	#contents.service-guide.function .functionBox .functionTtl{
}