@charset "UTF-8";

/*-----------------------------------------------------------------/
/
/ sample.css
/ デザインの記述は210行目から...
/
/-----------------------------------------------------------------*/

/* リセットcss
------------------------------------------------------------------*/
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, img, ul, ol, dl, li, dt, dd, form, label, table, thead, tbody, tfoot, th, tr, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.5;
  word-wrap: break-word;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  width: 100%;
  height: 100%;
  font-size: 10px;
}
body {
  width: 100%;
  height: 100%;
  line-height: 1.5;
  font-size: 1.3rem;
  color: #333;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  text-align: left;
  word-break: normal;
  white-space: normal;
  -webkit-font-smoothing: antialiased;
}
input, textarea, select {
  padding: 3px;
  font-size: 1.2rem;
}
ul, ol, dl { list-style: none;}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th, td {
  font-size: 1.2rem;
  line-height: 1.5;
}
p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: inherit;
  font-weight: inherit;
  vertical-align: baseline;
  background: transparent;
}
h1, h2, h3, h4, h5, h6 { font-size: 100%;}
a {
  background: transparent;
  margin: 0;
  padding: 0;
  color: #1f70c1;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  color: #6c96c1;
  text-decoration: none;
}
:focus { outline: 0;}
:visited, :link { color: #04c;}
.clearfix:after {
  overflow: hidden;
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* ボタン
------------------------------------------------------------------*/
input[type="button"], input[type="submit"], .btn {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
input[type="button"] a,
input[type="submit"] a,
.btn a { text-decoration: none;}
.btn__wrap {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 1;
}



/* フォーム
------------------------------------------------------------------*/
input[type="text"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgba(255,255,255,.75);
  box-sizing: border-box;
  border: none;
  width: 100%;
  padding: 8px 12px;
}
input[type="text"]:focus,
input[type="password"]:focus {

}
.fb_alert input[type="text"],
.fb_alert input[type="password"] { border-color: #ff664b;}
.display__change {
  background: linear-gradient(to top, #444444 0%, #555 100%);
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  margin: 10px 0;
  padding: 3px 8px;
  transition: opacity .2s;
}
.display__change:hover { opacity: .75;}
.display__change a {
  font-size: 1.1rem;
  color: #fff;
}

/* ベリサイン(SSL)
-------------------------------------------------------------------*/
.verisign__img {
  float: left;
  width: 80px;
  height: 40px;
  margin-right: 10px;
}
.verisign__img__src { background: url(../images/outersite/norton-seal.png) center center/80px no-repeat;}
.verisign__text {
  font-size: 0.85rem;
  line-height: 1.45em;
  text-align: justify;
  color: #333;
}

/* マイナビボタン（シームレスボタン）
-------------------------------------------------------------------*/
.mynavi__banner,
.mynavi__link__btn { width: 100%;}
.mynavi__banner a,
.mynavi__link__btn a {
  display: block;
  background-color: #fff;
  background-image: url(../images/icons/button_arrow.png), url(../images/outersite/mynavi_logo.gif);
  background-position: right center, calc(50% - 10px) center;
  background-size: auto,100px;
  background-repeat: no-repeat,no-repeat;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  border-bottom: 3px solid #d9d9d9;
  height: 45px;
}
.mynavi__banner a:hover,
.mynavi__link__btn a:hover { background-color: #eee;}
.mynavi__banner img,
.mynavi__link__btn img {
  display: none;
  width: 100%;
}

/* ログインSNS
-------------------------------------------------------------------*/
.menu_button.menu_twitter table a { background-image: url(../images/outersite/logo_twitter.png);}
.menu_button.menu_facebook table a { background-image: url(../images/outersite/logo_facebook.png);}
.menu_button.menu_twitter table a,
.menu_button.menu_facebook table a {
  display: block;
  background-repeat: no-repeat;
  background-position: left center;
  width: 90px;
  height: 21px;
  margin: 0 auto 0 0;
  padding: 0;
}






/*-----------------------------------------------------------------/
/
/ デザインは下記に記述
/
/ ※一からデザインする場合は、下記の記述を全て削除
/ ※上部リセットCSSの記述は削除可能
/
/-----------------------------------------------------------------*/

body {
  position: relative;
  background: url(../imgs/ori_login_back.jpg) center center/cover no-repeat;
}
#login_box_area{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
#login_box_wrap{
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#logo_area {
  background: url(../imgs/logo.gif) center center/200px no-repeat;
  width: 200px;
  height: 40px;
  margin: 0 auto;
}
#login_title_wrap {
  margin: 10px 0;
  text-align: center;
}
.login_title {
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.menu_wrap {
  margin: 15px 0;
}
.menu_wrap a {
  margin: 0 8px;
  text-decoration: underline;
  color: #000;
}
.menu_wrap a:hover {
  color: #000;
  text-decoration: none;
}
#box_wrap { display: flex;}
.box_area {
  background: rgba(255,255,255,.75);
  border-radius: 5px;
  width: 250px;
  margin: 0 10px;
}
#box_normal.box_area {
  width: 350px;
}
.box_title {
  box-sizing: border-box;
  border-bottom: 1px solid #333;
  margin: 0 12px;
  padding: 10px 12px 8px;
  text-align: center;
  font-weight: bold;
}
.box_caption { padding: 10px 12px 27px;}
.btn_wrap { padding: 5px 12px 15px;}
.btn_entry,
.btn_submit,
.btn_mynavi {
  display: block;
  box-sizing: border-box;
  border-radius: 5px;
  width: 100%;
  padding: 12px 15px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}
#login_input_wrap {
  padding: 10px 12px;
  font-size: 0;
}
.login_id,
.login_pass {
  display: inline-block;
  width: 48.7%;
  font-size: 13px;
}
.login_id { margin-right: 8px;}
.login_id input,
.login_pass input {
  border: 1px solid #ccc;
  width: 100%;
  font-size: 13px;
}
.btn_entry {
  background: linear-gradient(to bottom, #acde00 50%,#9fd100 50%);
  border: 1px solid #7ea500;
  border-bottom: 3px solid #7ea500;
  color: #fff;
}
.btn_entry:hover {
  background: linear-gradient(to bottom, #9fd100 50%, #8cbe00 50%);
  color: #fff;
}
.btn_submit {
  background: linear-gradient(to bottom, #ed4e3b 50%, #d94c39 50%);
  border: 1px solid #e02a15;
  border-bottom: 3px solid #e02a15;
  color: #fff;
}
.btn_submit:hover {
  background: linear-gradient(to bottom, #d94c39 50%, #ca4a37 50%);
  color: #fff;
}
.btn_mynavi {
  background: linear-gradient(to bottom, #fff 50%, #f9f8f7 50%);
  border: 1px solid #ddd;
  border-bottom: 3px solid #ddd;
  color: #333;
}
.btn_mynavi:hover {
  background: linear-gradient(to bottom, #fcfbfa 50%, #f3f2f1 50%);
  color: #333;
}
.btn_forget {
  display: block;
  box-sizing: border-box;
  width:100%;
  margin-bottom: 5px;
  padding: 0 5px;
  text-align: center;
  text-decoration: underline;
  font-size: 12px;
  color: #333;
}
.btn_forget:hover { color: #000;}










