@charset "utf-8";
/* CSS Document */


/* =================================================================================
 *
 * M064-パスワード初期化依頼画面
 *
 * ================================================================================= */

#main {
	display: -webkit-box;
    display: -moz-box;
	display: -ms-flexbox;
    display:box;
	width: 100%;
    height: 100%;
    -webkit-box-pack:center;
    -moz-box-pack:center;
    box-pack:center;
    -webkit-box-align:center;
    -moz-box-align:center;
	-ms-flex-align: center;
    box-align:center;
	margin:0px;
}
.content{
	display:inline-block;
	height:auto;
	margin:auto;
 }
 .m064-content{
	width:600px;
	padding:20px;
	text-align:center;
 }
h2{
	margin:0 0 20px 0;
	text-align:left;
	color:#03a9f4;
	font-weight:300;
	border-bottom:#03a9f4 1px solid;
}
p.m064-info{
	margin-bottom:20px;
	padding-left:1em;
	text-align:left;
	text-indent:-1em;
}
p.m064-info span{
	color: #03a9f4;
}


/* 入力項目エリア
   ========================================================================== */

/* ------ 入力リスト ------ */
.m064-content ul{
	text-align:left;
	box-sizing:border-box;
}

/* ------ 入力エリア ------ */

.m064-content ul li dl{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom:10px;
	border:#757575 1px solid;
	height:50px;
}
.m064-content ul li dt{
	text-align:center;
	width:200px;
	padding:15px 10px;
	background:#757575;
	color:#fff;
}
.m064-content ul li dd{
	padding:10px;
}
.m064-content ul li dl input[type="text"],.m064-content ul li dl input[type="email"] {
	min-width:280px;
}
.m064-content ul li dl input.shop-name{
	width:170px;
	min-width:140px;
	margin:0 10px;
}

/* ボタン
   ========================================================================== */

.m064-content button{
	margin-top:20px;
	padding:8px 40px;
	color:#fff;
	font-size:1.5em;
	border-radius:30px;
	background: #03a9f4;

}
/* フォーム
   ========================================================================== */
 #g-wrapper form {
    height: 100%;
 }
