@charset "UTF-8";
/* CSS Document */
/* CSS Initialization  */
/*reset CSS*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
img {
  margin: 0;
  padding: 0;
}

body {
  color: #333;
  font-size: 14px;
  font-family: "ãƒ¡ã‚¤ãƒªã‚ª", "Meiryo", "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS P Gothic", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "Verdana", "Arial", "Helvetica", sans-serif;
}

td,
th,
caption {
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  border: none;
  vertical-align: bottom;
}

ol,
ul,
li {
  list-style: none;
}

input,
textarea,
select,
button {
  font: 14px Verdana, Helvetica, Arial, sans-serif;
}

table {
  border-collapse: collapse;
}

html {
  overflow-y: scroll;
}

.clear {
  clear: both;
}

/* END CSS Initialization */
/*HTML5*/
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/*ENDHTML5*/
/*login css*/
.login_main,
.login_main > div {
  position: relative;
  margin-bottom: 10px;
}

.login_con {
  overflow: hidden;
}

.login_wrap {
  position: absolute;
  overflow: hidden;
  top: 5%;
  margin-left: 5%;
  padding: 0 5% 10px 5%;
  width: 90%;
  height: auto;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #e3e3e3;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
}

.login_tabs_list {
  height: 62px;
  text-align: center;
  padding: 0 0px;
  overflow: hidden;
}

.login_tabs_list li {
  display: block;
  float: left;
  width: 100px;
  height: 60px;
  margin: 0 8px;
  font-size: 16px;
  line-height: 60px;
  font-weight: bold;
  color: #c8c8c8;
  cursor: pointer;
  text-align: center;
  color: #c8c8c8;
  border-bottom: 2px solid #c8c8c8;
}

.login_tabs_list li:hover,
.login_tabs_list li.active {
  color: #e87013;
  border-bottom: 2px solid #e87013;
  text-decoration: none;
}

.tabs li {
  display: none;
}

.login_con,
.register_con {
  padding-top: 28px;
}

.login_form,
.register_form {
  width: 100%;
  margin: 0 auto;
}

.input_inline {
  position: relative;
  width: 100%;
  margin-bottom: 8px;
}

.input_inline .input_icon {
  position: absolute;
  left: 10px;
  top: 10px;
}

.input_inline .input_icon.ic_username {
  width: 18px;
  height: 20px;
  background-position: 0 -86px;
}

.input_inline .input_icon.ic_password {
  width: 18px;
  height: 20px;
  background-position: -41px -86px;
}

.input_inline .input_icon.ic_code {
  width: 18px;
  height: 20px;
  background-position: -80px -86px;
}

.input_btn {
  position: absolute;
  right: 10px;
  bottom: 5px;
  width: 80px;
  height: 30px;
  background: #eee;
  z-index: 2;
}

.input_inline input {
  width: 100%;
  height: 38px;
  padding-left: 2px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  color: #333;
  font-size: 14px;
  line-height: 38px;
}

input::-webkit-input-placeholder {
  color: #c8c8c8;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c8c8c8;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #c8c8c8;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c8c8c8;
}

.login_submit {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 5px;
  background: #e87013;
}

.login_submit a {
  display: block;
  width: 100%;
  height: 40px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}

.login_submit a:hover {
  color: #fff;
  text-decoration: none;
}

.loginlink {
  width: 100%;
  height: 30px;
  padding-top: 10px;
  line-height: 30px;
  overflow: hidden;
}

.loginlink a {
  display: block;
  color: #555;
}

.loginlink a.fg_user {
  float: left;
  text-align: left;
}

.loginlink a.fg_password {
  float: right;
  text-align: right;
}

.login_openid {
  width: 100%;
  padding: 8px 0 20px 0;
  margin: 0 auto;
  overflow: hidden;
}

.login_line {
  background: url(../img/login.png) center -118px no-repeat;
  height: 14px;
}

.openBtn {
  width: 100%;
  overflow: hidden;
  margin: 15px 0;
  padding: 0 0 10px 0;
}

.openBtn li {
  float: left;
  display: block;
  margin: 0 2px 10px 1px;
}

.login_con {
  overflow: hidden;
}

.openBtn:after {
  content: "";
  display: block;
  clear: both;
}

.openBtn li a {
  display: block;
  width: 110px;
  height: 40px;
  background: url(../img/login.png) 0 0 no-repeat;
  text-indent: -9999px;
}

.openBtn li a.ya_btn {
  background-position: 0 0;
}

.openBtn li a.ya_btn:hover {
  background-position: 0 -40px;
}

.openBtn li a.fb_btn {
  background-position: -110px 0;
}

.openBtn li a.fb_btn:hover {
  background-position: -110px -40px;
}

.openBtn li a.tw_btn {
  background-position: -220px 0;
}

.openBtn li a.tw_btn:hover {
  background-position: -220px -40px;
}

.register_form p {
  padding: 10px 0;
  font-size: 88%;
  line-height: 16px;
}

.agreehandle {
  display: inline-flex;
  width: 16px;
  height: 16px;
  background: url(../img/login.png) -61px -89px no-repeat;
}

.register_form p a {
  color: #e87013;
  font-size: 14px;
}

.register_form p.notice {
  padding-top: 15px;
  color: #e87013;
}

.loginclose {
  position: absolute;
  right: 5px;
  top: 5px;
}

.loginclose a {
  display: block;
  width: 20px;
  height: 20px;
  background: #9c9c9c;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  font-size: 95%;
}

.loginclose a:hover {
  background: #ff6003;
  text-decoration: none;
}
