@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
/*
body {
	color: #666;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	font: 12px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";/*文字サイズ・行間・フォント設定*/
	background: #FFF;	/*背景色*/
	-webkit-text-size-adjust:100%;

*/
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #666;	/*リンクテキストの色*/
	text-decoration: none;
}
a:hover {
	color: #837768;			/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}


.login_main_bt{
	margin-top:10px;
}

.login_main p{
	margin-left:40px;
}

.err_red{
	color:#ff0000;
}
ul li{
	padding-top:10px;
}
.city_width{
	width:250px;
}
.company_width{
	width:400px;
}
.txt_area{
	width:450px;
	height:200px;
	font-size: 1em;
}
.toukou_bt{
	margin-left:200px;
}

/*表示*/
.display{
	margin-top:-10px;
	text-align:center;
	font-size:13px;
}
.display li{
	border:1px solid #ccc;
	background:#fecdb5;
	padding-top:2px;
	margin-top:1px;
}
.tourkou_display a{
	text-decoration: underline;
}

.tourkou_display {
	font-size:12px;
	letter-spacing: 0.1em;
	line-height: 160%;
}

.mobile_font{
	font-size: 12px;
	line-height: 160%;
}

.mobile_font li input{
	font-size:18px;
}

/*削除一覧表示*/
.del_list li,
.pass_list li{
	border:1px solid #ccc;
	width:70%;
	margin-bottom:2px;
}
/*パスワード一覧*/
.pass_list li{
	width:40%;
}
