@charset "utf-8";

/* main contents */
#home {
overflow:hidden;
width:771px;
margin:0 auto;
padding-bottom:9px;
}

/* lead */
#home .lead {
float:left;
width:501px;
}
#home .lead img {
vertical-align:bottom;
}

#home .lead .attention{
	margin-top:5px;
	font-size:1.4em;
}

#home .lead .attention a{
	font-weight:800;
	background:url(/hikishimeginger/club/common/arrow_04.png) no-repeat 0px 50%;
	padding-left:10px;
	color:#FF0000;
}

/* controls */
#home .controls {
float:right;
width:250px;
}
#home .controls h2 {
margin-bottom:7px;
font-size:1.2em;
}
#home .controls .section {
padding-bottom:9px;
background-color:#FFF8E1;
}
#home .controls .section h3 {
margin-bottom:8px;
}
#home .controls .section p {
margin:0 16px 14px;
}
#home .controls .section p.easylogin-p {
margin:0 16px 0;
}
#home .controls .section .action {
margin-bottom:0;
text-align:center;
}
#home .controls .reminder {
margin:4px 0 15px;
}

/* login */
#home .controls .login ul {
margin-left:16px;
padding-bottom:5px;
font-size:1.2em;
}
#home .controls .login li {
overflow:hidden;
width:229px;
margin-bottom:9px;
}
#home .controls .login ul span {
float:left;
width:70px;
}
#home .controls .login ul input {
width:150px;
}
#home .mb20 {
margin-bottom:20px;
}

/* regist */
#home .controls .regist {
margin-bottom:22px;
}

/* mobile */
#home .controls .mobile {
position:relative;
}
#home .controls .mobile h2 {
margin-bottom:0;
}
#home .controls .mobile .qr_code {
position:absolute;
top:7px;
right:9px;
}
