@charset "utf-8";

/* =======================================

	pass CSS
	
	※ログイン画面のCSS

========================================== */

/*　▼▼▼▼▼　全サイズ共通、ウインドウサイズ640px以下　▼▼▼▼▼　*/

.wrapPass {
	width: 100%;
	padding: 2em;
	background-color: #feeef6;
	border-radius: 0.5em;
	text-align: center;
}
input[name="Passwd"] {
	width: 100%;
	font-size: 110%;
	border: 1px solid #999;
	padding: 0.4em;
	background: #fff;
	border-radius: 0.3em;
	font-family: 'Sawarabi Gothic', sans-serif, "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic";
}
button {
	width: 100%;
	background: #b51a5a;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 0.6em;
	cursor: pointer;
	margin-top: 1em;
	border-radius: 2em;
	font-size: 110%;
	line-height: 1;
}
/*　▲▲▲▲▲　全サイズ共通、ウインドウサイズ640px以下　▲▲▲▲▲　*/


/*　▼▼▼▼▼　ウインドウサイズ　641px以上　▼▼▼▼▼　*/

@media print, screen and (min-width:641px) { 
.wrapPass {
	padding: 4em;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.wrapPassIn {
	padding-top: 75px;
	background: url(../../img/img_footer_momotaro.png) center top no-repeat;
	background-size: 250px;
}
input[name="Passwd"] {
	width: auto;
}
button {
	width: auto;
	border-radius: 0.3em;
	margin-top: 0;
	font-size: 100%;
}
}
/*　▲▲▲▲▲　ウインドウサイズ　641px以上　▲▲▲▲▲　*/