/*---------------------------------
add css standard start
--------------------------------*/
img {
  max-width: 100%;
}

.clearfix:after {
  content: "."; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.both {
  clear: both;
}

.inline_block {  
  display: inline-block;  
  *display: inline;  
  *zoom: 1;  
}

/*---------------------------------
base
--------------------------------*/


html{
  height: 100%;
}


body {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ ProN W3", Meiryo,"メイリオ", sans-serif;
  background-color: #fbfbf2;
  color: #22181c;
}

/*---------------------------------
login
--------------------------------*/


#wrapper{
  height: 100%;
  width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}

#container{
  height: 732px;
  width: 980px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -366px 0 0 -490px;
	padding: 0;
}

#logo {
	width: 980px;
	height: 130px;
	text-align: center;
	margin: 0;
	padding: 0;
}

#main{
  height: 530px;
  width: 980px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
	padding: 0;
	margin: 0 0 10px 0;
}

#main .title{
	width: auto;
	font-size: 2.8em;
	line-height: 80px;
	margin: 20px 0 0 0;
	letter-spacing: 0.1em;
}

#main .title_login{
  color: #fff;
}

#logininput{
	margin: 0;
  width: 350px;
  height: 530px;
	box-sizing: border-box;
  text-align: center;
	float: left;
  background-color: #2e52a3;
}

#logininput dl{
	margin: 0 auto;
	text-align: center;
}

#logininput dd{
	position: relative;
	width: 250px;
	margin: 0 auto 15px auto;
}

input:focus::-webkit-input-placeholder {
	color: transparent;
}
input:focus::-moz-placeholder {
	color: transparent;
}
input:focus::-ms-input-placeholder {
	color: transparent;
}
input:focus::placeholder {
	color: transparent;
}

.cp_iptxt input[type=text],input[type=password] {
	font: 1.7em/45px "Hiragino Kaku Gothic Pro";
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	transition: 0.3s;
	border: 1px solid #aaaaaa;
	border-radius: 3px;
	outline: none;
	font-weight: bold;
}
.cp_iptxt input[type=text]:focus {
	border-color: #2e52a3;
}
.cp_iptxt input[type=password]:focus {
	border-color: #2e52a3;
}
.cp_iptxt input[type=text],input[type=password]{
	padding-left: 40px;
}
.cp_iptxt i {
	position: absolute;
	top: 5px;
	left: 0;
	padding: 8px 12px;
	transition: 0.3s;
	color: #aaaaaa;
	font-weight: bold;
}
.cp_iptxt input[type=text]:focus + i {
	color: #2e52a3;
}
.cp_iptxt input[type=password]:focus + i {
	color: #2e52a3;
}
/*---------------------------------
button
--------------------------------*/

.loginbutton{
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: 42px;
  width: 252px;
  vertical-align: middle;
  text-align: center;
  margin: 10px auto;
  cursor: pointer;
  overflow: visible;
  font-size: 1.5em;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  letter-spacing: 0.1em;
  background-color: #2e52a3; 
  border: 1px solid #fff;
  background-clip: padding-box; /* Fix bleeding */
  border-radius: 3px;
  font-weight: bold;
  transition: all .2s;
  -webkit-transition: all .2s;
}

.loginbutton:hover,.loginbutton:active{
  background-color: #5b88f0;
  color: #fff;
  text-decoration: none;
}
 

/*---------------------------------
お知らせ
--------------------------------*/

#info{
	width: 630px;
	height: 530px;
	float: left;
	text-align: center;
	background-color: #fff;
	margin: 0;
	box-sizing: border-box;
}

#info_column{
	width: calc(100% - 60px);
	height: 400px;
	margin: 0 30px;
	overflow-y: scroll;
	text-align: left;
	font-size: 1.5em;
  background-color: #fff
}

#info_column ul{
	padding: 0 10px 0 0;
}
#info_column li{
	line-height: 1.4em;
	margin: 0 0 30px 0;
}

#info_column p{
	margin: 0 0 3px 0;
	font-weight: bold;
}

#info_column span.info_badge{
  display: inline-block;
  height: 1.45em;
  font-size: 0.8em;
  padding: 0 .5em 2px .5em;
  white-space: nowrap;
  text-align: center;
  bottom: 0;
  color: #fff;
  font-weight: normal;
  background: #eb606e;
  border-radius: 2px;
  margin: 0 0 0 10px;
}
