/* reset */
@charset "utf-8";

/* --------------------------------------
リセットCSS
-------------------------------------- */

/* --HTML-- */
html {
  background: #eeeeee;
  color: #333;
  overflow-y: scroll;
}

/* --BODY-- */
body {
  font: 13px/1.5 "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  margin: 0;
  overflow: visible;
  padding: 0;
  background: url(/shared/images/back.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-color: #ede5c9;
  min-height: 100vh;
  width: 100vw;
}

/* for IE7 */
* + html body {
  font-family: "メイリオ", "ＭＳ Ｐゴシック";
  font-size: 90% !important;
}

/* for IE6 */
* html body {
  font-family: "ＭＳ Ｐゴシック";
  font-size: 90% !important;
}

/* --OTHER TAGS-- */
a img,
img {
  border: 0;
}

blockquote,
dd,
div,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
span,
td,
th,
ul {
  margin: 0;
  padding: 0;
}

abbr,
acronym {
  border: 0;
}

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

caption,
th {
  text-align: left;
}

code,
kbd,
pre,
samp,
tt {
  font-family: monospace;
  line-height: 100%;
}

/* for IE7 */
* + html code,
kbd,
pre,
samp,
tt {
  font-size: 108%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

ol,
ul {
  list-style: none;
}

q:before,
q:after {
  content: "";
}

br {
  letter-spacing: 0;
  white-space: normal;
}

/* form */
button,
fieldset,
form,
input,
label,
legend,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* tables still need 'cellspacing="0"' */
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

/*link conf*/

a:link {
  color: #047391;
  text-decoration: underline;
}

a:visited {
  color: #3768b7;
  text-decoration: underline;
}

a:hover {
  color: #ff6600;
  text-decoration: underline;
}

a:active {
  color: #3768b7;
  text-decoration: underline;
}

/* --------------------------------------
ここからログイン画面のCSS
-------------------------------------- */
body {
  text-align: center;
}

#login {
  margin: 0 auto 0;
  max-width: 350px;
  text-align: center;
  padding: 10px;
  padding-top: 100px;
  width: 90%;
}

.getStampTitle {
  width: 95%;
  margin: auto;
  margin-bottom: 5px;
}

.getStampTitle img {
  width: 100%;
  height: auto;
}

.attentionArea {
  background: #ffffff;
  color: #cc3300;
  width: 89.5%;
  margin: 0 auto 15px;
  border: 2px solid #9b6f3b;
  box-shadow: 2px 2px 4px #818181;
  padding: 7px 8px;
  text-align: left;
  max-height: 220px;
  overflow-y: scroll;
}

.attentionAreaTitle {
  font-weight: bold;
  border-bottom: 1px solid;
  padding-bottom: 3px;
  text-align: center;
  margin-bottom: 5px;
  font-size: 115%;
}

.attentionSubArea {
  margin-bottom: 10px;
}

.attentionSubArea:last-child {
  margin-bottom: 0px;
}

.iframeTtl__h3 {
  border-left: 3px solid #d5d3cf;
  margin-bottom: 5px;
  padding-left: 10px;
}

.iframeTtl__h4 {
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 10px;
}

* html #login {
  width: 350px;
  height: 250px;
}

#login h1 {
  font-size: 1.1em;
  font-weight: bold;
  background: #086484;
  color: #fff;
  padding: 2px;
  width: 95%;
  margin: auto;
  margin-bottom: 15px;
}

#login h2 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 15px;
}

#login form {
  width: 220px;
  margin: 0 auto;
}

#login input {
  margin-bottom: 10px;
}

#login .id,
#login .pw {
  width: 220px;
}

#footer {
  padding-top: 5px;
  color: #666;
}

#login label {
  display: block;
  text-align: left;
}

#login p {
  padding-top: 10px;
}

#login p.err {
  color: #ff3300;
  margin-top: 0;
}

.login-btn {
  border: 1px solid #ddd;
  /*display: flex;*/
  /*align-items: center;*/
  justify-content: flex-start;
  padding-left: 30%;
  width: 100%;
  height: 45px;
  margin-bottom: 20px;
  background: #f7f7f7;
  cursor: pointer;
  position: relative;
  border-radius: 5px;
   text-align: left;
}

.login-btn:hover {
  opacity: 0.8;
}

.btn_line::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 5px;
  width: 29px;
  height: 29px;
  background: url(../images/login/btn_line.png) no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn_twitter::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 5px;
  width: 29px;
  height: 29px;
  background: url(../images/login/btn_x.png) no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-position: center;
}

.btn_insta::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 5px;
  width: 29px;
  height: 29px;
  background: url(../images/login/btn_instagram.png) no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
