@charset "UTF-8";
/* CSS Document */
/*common style
----------------------------------*/
.sp-i-only {
	display: none !important;
}
h2.cntTit {
	margin-bottom: 35px;
}
h3.boxTitle {
	font-size: 16px;
	line-height: 180%;
}
.small-txt {
	font-size: 92%;
}
.idt02 {
	text-indent: -2em;
	padding: 0 0 0 2em;
}

/*login layput style
----------------------------------*/
#login {
	width: 870px;
	margin: 0 auto 120px;
}
.loginBox {
	width: 600px;
	margin: 20px auto;
}

/*form & button parts
----------------------------------*/
.inputtxt {
	font-size: 14px;
	font-weight: bold;
}
input#tomoId, input#tel {
	width: 100%;
}
input#sei, input#mei {
	width: 30%;
}
input[type="text"] {
	padding: 6px;
	margin: 0 10px 20px 0;
	border-radius: 4px;
	background: #FFF8E5;
	border: none;
	outline: solid 1px #ccc;
	font-size: 108%;
	box-sizing: border-box;
}
input[type="text"]:focus, input[type="password"]:focus {
	outline: none;
	box-shadow: 0px 0px 5px 0px #ff5500;
	outline: solid 1px #ff5500;
	background: #FDF0E0;
}
input[type=checkbox] {
	transform: scale(1.5);
	margin-right: 15px;
	position:relative;
	top:10px;
}
div#submit { margin:50px auto 30px; text-align:center; }
div#submit > button {
	display:inline-block;
	margin:0 10px;
	border-radius: 4px;
	border: none;
	color: #fff;
	background: url(../img/btn_icon01.png) no-repeat 20px center #718ac5;
	border: solid 1px #718ac5;
	width: 240px;
	padding: 15px;
	font-size: 16px;
}
div#submit > button:hover {
	color: #ccc;
}
