﻿html,body{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Hiragino Kaku Gothic ProN','メイリオ', sans-serif;
	color: #606468;
	background: #FFF;
}
* { border-collapse: collapse; }

.cf:before,.cf:after { content:""; display:table; }
.cf:after { clear:both; }
.cf { zoom:1; }

#wrap {
	position: absolute;
	top: 45%; left: 50%;
	height: 400px; width: 400px;
	margin-top: -200px; margin-left: -200px;
}

input {
  border: none;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 100%;
  padding: 0;
  -webkit-appearance: none;
}
input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 300px #FFF inset; }

#form-wrap {
  margin: 100px auto;
  width: 350px;
}

#form-wrap form {
  margin: auto;
  padding: 22px 22px 22px 22px;
  width: 100%;
  border-radius: 1px;
  background: #EEE;
  border: 1px solid #434a52;
}

#form-wrap form span {
  background-color: #C4BA00;
  border-radius: 2px 0px 0px 2px;
  border-right: 3px solid #FBF248;
  color: #FFF;
  display: block;
  float: left;
  line-height: 50px;
  text-align: center;
  width: 50px;
  height: 50px;
}

#form-wrap form input[type="text"],#form-wrap form input[type="password"] {
  height: 50px;
  width: 260px;
  background-color: #FFF;
  border-radius: 0px 2px 2px 0px;
  margin-bottom: 1em;
  padding: 0 16px;
}

#form-wrap form input[type="submit"] {
  background: #C47000;
  border: 0;
  width: 100%;
  height: 40px;
  border-radius: 2px;
  color: white;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
}
#form-wrap form input[type="submit"]:hover { background: #16aa56; }


.yconnectLogin iframe{
/*	margin: 30px 38px 0;*/
	margin-top: 30px;
}

