@charset "UTF-8";
/* tnM2-Login.css  2014.4.4 */


/* reset -------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style:normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html{
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

input, textarea,{
  margin: 0;
  padding: 0;
}

ol, ul{
  list-style:none;
}

li img{
  vertical-align:middle;
}

table{
  width:100%;
  border-collapse: collapse;
  border-spacing:0;
}

caption, th{
  text-align: left;
}

a:focus {
  outline:none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

img {
  max-width:100%;
  height: auto;
}

a,a:hover {
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

a img:hover {
  filter: alpha(opacity=75);
  -moz-opacity:0.75;
  opacity:0.75;
}

body {
  overflow:          visible;
  background-color:  #fff;
  color:             #222;
  font-size:         81.3%;
  letter-spacing: 1px;
}


/* ==================================================================
         以下 各サイトごとの固有の設定
   ================================================================== */
/* リンクテキスト  ★ */
/* a      { text-decoration: none }  */
a:link    { color: #416DAE; text-decoration:underline;}
a:visited { color: #999999; text-decoration:underline;}
a:hover   { color: orange; text-decoration:none;}
a:active  { color: orange; text-decoration:none;}

/* ===================================
       基本ブロック
   =================================== */

/* 全ページ共通 */
body,input,textarea{
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

body , html {
  height: 100%;
  background: #fff;
}

#wrapper {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}

/* container 大枠 */
#container {
  min-width: 300px;
  width: 90%;
  margin: 0 auto;
}

#content {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: left;
  z-index: 10;
  padding-bottom: 7em;
}


/*  header ヘッダ */
#header {

}

/* footer フッタ */
#footer {
  text-align: center;
  background: url(/sysdata/sysimages/bg_footer.gif) repeat-x top #F0F0F0;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 7em;
}

#footer h4 {
  padding-top: 4.5em;
  line-height: 1;
  font-size: 84.6%;
}


/* ===================================
       各ページ共通の設定
   =================================== */
.logo {
  font-family: 'Francois One', sans-serif;
  color: #354A5D;
  font-size: 3.0em;
  letter-spacing: 0;
}

.btn-area {
  text-align: center;
}
#main .btn {
  border: none;
  cursor: pointer;
  padding: 15px 40px;
  display: inline-block;
  margin: 0 30px 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: #7CBEAE;
  color: #fff;
  box-shadow: 0 6px #6AAB9B;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 1em;
  text-shadow:  1px 2px 0 rgba(18, 36, 29, 0.3);
  -webkit-appearance: none;
;
}

.btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* Pseudo elements for icons */
.btn:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.btn:hover {
  box-shadow: 0 4px #6AAB9B;
  top: 2px;
}

.btn:active {
  box-shadow: 0 0 #6AAB9B;
  top: 6px;
}

@media screen and (max-width:  480px) {
  #wrapper #main .btn {
    margin: 0 auto 15px;
    width: 85%;
  }
}
#main {
}

#main div#main-inner {

}

#main div#main-inner form {
}


/* ===================================
       トップページ以外の共通設定
   =================================== */
#login-container .logo,#login-container .logo-img {
  margin-bottom: 15px;
  text-align: center;
  line-height: 1;
}

.login-box {
  margin-top: 15px;
}

.info-box p {
  padding-bottom: 5px;
  color: #E0001F;
  font-size: 92.3%;
  font-weight: bold;
}

#login-container dt {
  padding: 0 0 5px 5px;
}

#login-container input {
  width: 90%;
  margin: 0 auto 15px;
  padding: 3px 5px;
  font-size: 123.1%;
  display: block;
}

#login-container dl input{
  border: 1px solid #D7DAE0;
}

#login-container input[type="submit"] {
  width: 70%;
}



/* debug */
div.debug_window {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
  padding: 15px;
  border: solid 1px #acacac;
  color: #000055;
  background-color: #eeeeee;
  font-size: 8pt;
  text-align: left;
}

/* login -------------- */
#login-container {
  max-width: 320px;
  margin: auto;
  padding: 110px 0;
}

.login-box {
  padding: 15px;
  border: 1px solid #ccc;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

@media screen and (max-width:  480px) {
  #login-container {
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }
}


