@charset "UTF-8";
/* line 5, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 7, ../../sass/base/_common.scss */
body, input {
  font-family: "微軟正黑體",Microsoft JhengHei,'Arial',"微軟雅黑體",Microsoft YaHei,SimHei, "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","新細明體", Arial,Verdana,Helvetica,sans-serif;
}

/* line 5, ../../sass/base/_base.scss */
html, body {
  height: 100%;
}

/* line 10, ../../sass/base/_base.scss */
b, strong {
  font-weight: bold;
}

/* line 14, ../../sass/base/_base.scss */
a {
  color: #000;
  /*#1d6cfe;/*#3399ff;/*#428bca;*/
  text-decoration: none;
}
/* line 17, ../../sass/base/_base.scss */
a:hover {
  text-decoration: none;
  color: #1E5BF6;
}

/* line 23, ../../sass/base/_base.scss */
input {
  padding: 0;
  margin: 0;
}

/* line 28, ../../sass/base/_base.scss */
.topBg {
  min-height: 100%;
  position: relative;
}

/* line 3, ../../sass/Shared/LayoutNew.scss */
.header, .main, .footer {
  width: 100%;
}
/* line 6, ../../sass/Shared/LayoutNew.scss */
.header .maxWidth, .main .maxWidth, .footer .maxWidth {
  margin: 0 auto;
  width: 82%;
}

/* line 12, ../../sass/Shared/LayoutNew.scss */
.header {
  height: 10%;
  top: 0;
}
/* line 15, ../../sass/Shared/LayoutNew.scss */
.header .logo {
  padding-top: 2%;
}
/* line 17, ../../sass/Shared/LayoutNew.scss */
.header .logo img {
  width: 13%;
}

/* line 23, ../../sass/Shared/LayoutNew.scss */
.main {
  background-image: url("/images/Index/background.png");
  top: 10%;
}

/* line 29, ../../sass/Shared/LayoutNew.scss */
.footer {
  bottom: 0;
}
/* line 32, ../../sass/Shared/LayoutNew.scss */
.footer .copyright {
  font-size: 80%;
  text-align: right;
  padding: 2% 0;
}
/* line 37, ../../sass/Shared/LayoutNew.scss */
.footer .copyright .policy-area a {
  text-decoration: none !important;
  color: #00A1E9 !important;
}

/* line 45, ../../sass/Shared/LayoutNew.scss */
.ajax-loading {
  position: fixed;
  top: 50%;
  z-index: 1000;
  text-align: center;
  width: 100%;
}
/* line 51, ../../sass/Shared/LayoutNew.scss */
.ajax-loading img {
  width: 5%;
}

/* line 56, ../../sass/Shared/LayoutNew.scss */
.hide {
  display: none;
}

@media only screen and (max-width: 1600px) {
  /* line 62, ../../sass/Shared/LayoutNew.scss */
  .header .maxWidth, .main .maxWidth, .footer .maxWidth {
    width: 85%;
  }
}
@media only screen and (max-width: 1200px) {
  /* line 70, ../../sass/Shared/LayoutNew.scss */
  .header .maxWidth, .main .maxWidth, .footer .maxWidth {
    width: 95%;
  }
}
@media only screen and (max-width: 960px) {
  /* line 78, ../../sass/Shared/LayoutNew.scss */
  .Rwd .header, .Rwd .main, .Rwd .footer {
    position: inherit;
    height: inherit;
  }
  /* line 87, ../../sass/Shared/LayoutNew.scss */
  .Rwd .header .logo {
    text-align: center;
    padding: 6% 0;
  }
  /* line 90, ../../sass/Shared/LayoutNew.scss */
  .Rwd .header .logo img {
    width: 43%;
  }
  /* line 95, ../../sass/Shared/LayoutNew.scss */
  .Rwd .main {
    background-repeat: repeat-x;
    background-position: bottom;
  }
  /* line 100, ../../sass/Shared/LayoutNew.scss */
  .Rwd .footer .copyright {
    text-align: center;
    padding: 3% 0;
  }
  /* line 103, ../../sass/Shared/LayoutNew.scss */
  .Rwd .footer .copyright .policy-area {
    margin-top: 2%;
    display: block;
  }
  /* line 110, ../../sass/Shared/LayoutNew.scss */
  .Rwd .ajax-loading img {
    width: 25%;
  }
}
/* line 5, ../../sass/Login/Index.scss */
.main-Index .title, .main-Index .title-sub {
  text-align: center;
}
/* line 9, ../../sass/Login/Index.scss */
.main-Index .title {
  color: #00A1E9;
  font-size: 4em;
  padding-top: 12%;
}
/* line 15, ../../sass/Login/Index.scss */
.main-Index .title-sub {
  margin: 3% 0;
  font-size: 1.2em;
}
/* line 20, ../../sass/Login/Index.scss */
.main-Index .section-box {
  margin: 5%;
}
/* line 23, ../../sass/Login/Index.scss */
.main-Index .section-table {
  width: 100%;
  height: 100%;
  display: table;
  border-spacing: 1em;
}
/* line 28, ../../sass/Login/Index.scss */
.main-Index .section-table-row {
  display: table-row;
}
/* line 32, ../../sass/Login/Index.scss */
.main-Index .section-table-cell {
  display: table-cell;
  background-color: #fff;
  width: 27%;
  border: 1px solid #C7C7C7;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 0 3px 6px #E5E5E5;
  -webkit-box-shadow: 0 3px 6px #E5E5E5;
  box-shadow: 0 3px 6px #E5E5E5;
  /*NEWS*/
  /*SIGN IN*/
  /*Quick link*/
}
/* line 44, ../../sass/Login/Index.scss */
.main-Index .section-table-cell .topic {
  padding: 0.5% 0;
  margin-bottom: 3%;
  font-size: 1.1em;
  color: #423F3F;
}
/* line 50, ../../sass/Login/Index.scss */
.main-Index .section-table-cell .topic img {
  vertical-align: bottom;
  height: 20px;
}
/* line 55, ../../sass/Login/Index.scss */
.main-Index .section-table-cell .topic b {
  margin-left: 1%;
}
/* line 60, ../../sass/Login/Index.scss */
.main-Index .section-table-cell .Bulletin_News {
  width: 100%;
  					/*.bx-wrapper{
  						-moz-box-shadow:inherit;
  						-webkit-box-shadow:inherit;
  						box-shadow:inherit;
  						border:inherit;
  
  					}*/
}
/* line 71, ../../sass/Login/Index.scss */
.main-Index .section-table-cell .Bulletin_News b {
  display: block;
  padding-bottom: 2%;
}
/* line 77, ../../sass/Login/Index.scss */
.main-Index .section-table-cell .Sign_In {
  						/*.middle{
  							width: 2%;
  							height: 85%;
  							border-right-style: solid; 
  							border-right-color: $garyColorLoginIndex;
      						border-right-width: 1px;
  						}*/
}
/* line 78, ../../sass/Login/Index.scss */
.main-Index .section-table-cell .Sign_In li {
  display: inline-block;
}
/* line 82, ../../sass/Login/Index.scss */
.main-Index .section-table-cell .Sign_In .MenberSignIn {
  width: 62%;
  padding-right: 4%;
  border-right: 1px solid #E5E5E5;
}
/* line 87, ../../sass/Login/Index.scss */
.main-Index .section-table-cell .Sign_In .MenberSignIn input {
  padding: 4% 0;
  width: 100%;
  display: block;
  border: none;
  border-bottom: 1px solid #E5E5E5;
}
/* line 95, ../../sass/Login/Index.scss */
.main-Index .section-table-cell .Sign_In .MenberSignIn .errMsg {
  color: #FF0000;
  font-size: 0.8em;
}
/* line 99, ../../sass/Login/Index.scss */
.main-Index .section-table-cell .Sign_In .MenberSignIn .errMsg, .main-Index .section-table-cell .Sign_In .MenberSignIn .LinkArea {
  text-align: right;
  padding-top: 3%;
}
/* line 105, ../../sass/Login/Index.scss */
.main-Index .section-table-cell .Sign_In .MenberSignIn .LinkArea div {
  display: inline-block;
}
/* line 109, ../../sass/Login/Index.scss */
.main-Index .section-table-cell .Sign_In .MenberSignIn .LinkArea .TextLink {
  width: 78%;
}
/* line 111, ../../sass/Login/Index.scss */
.main-Index .section-table-cell .Sign_In .MenberSignIn .LinkArea .TextLink a {
  font-size: 0.9em;
  color: #00A1E9;
  padding: 0 3%;
}
/* line 115, ../../sass/Login/Index.scss */
.main-Index .section-table-cell .Sign_In .MenberSignIn .LinkArea .TextLink a:hover {
  text-decoration: underline;
}
/* line 119, ../../sass/Login/Index.scss */
.main-Index .section-table-cell .Sign_In .MenberSignIn .LinkArea .TextLink .register {
  border-right-style: solid;
  border-right-color: #000;
  border-right-width: 1px;
}
/* line 126, ../../sass/Login/Index.scss */
.main-Index .section-table-cell .Sign_In .MenberSignIn .LinkArea .SignInButton {
  width: 20%;
  font-size: 0.8em;
  text-align: center;
}
/* line 130, ../../sass/Login/Index.scss */
.main-Index .section-table-cell .Sign_In .MenberSignIn .LinkArea .SignInButton a {
  display: block;
  background-color: #00A1E9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  padding: 15% 0;
  margin-left: 5%;
}
/* line 139, ../../sass/Login/Index.scss */
.main-Index .section-table-cell .Sign_In .MenberSignIn .LinkArea .SignInButton a:hover {
  -moz-box-shadow: 0 3px 6px #E5E5E5;
  -webkit-box-shadow: 0 3px 6px #E5E5E5;
  box-shadow: 0 3px 6px #E5E5E5;
}
/* line 144, ../../sass/Login/Index.scss */
.main-Index .section-table-cell .Sign_In .MenberSignIn .LinkArea .SignInButton a:active {
  background-color: #fff;
  color: #00A1E9;
  border: 1px solid #00A1E9;
  -moz-box-shadow: inherit;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}
/* line 165, ../../sass/Login/Index.scss */
.main-Index .section-table-cell .Sign_In .SnsSignIn {
  width: 30%;
  text-align: center;
}
/* line 168, ../../sass/Login/Index.scss */
.main-Index .section-table-cell .Sign_In .SnsSignIn p {
  font-size: 0.8em;
  margin-bottom: 8%;
}
/* line 173, ../../sass/Login/Index.scss */
.main-Index .section-table-cell .Sign_In .SnsSignIn ul li {
  padding: 3% 0;
  width: 43%;
  display: inline-block;
}
/* line 177, ../../sass/Login/Index.scss */
.main-Index .section-table-cell .Sign_In .SnsSignIn ul li img {
  border: 1px solid #E5E5E5;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 8px;
  padding: 8%;
  width: 52%;
  height: 52%;
}
/* line 185, ../../sass/Login/Index.scss */
.main-Index .section-table-cell .Sign_In .SnsSignIn ul li img:hover {
  -moz-box-shadow: 0 3px 6px #E5E5E5;
  -webkit-box-shadow: 0 3px 6px #E5E5E5;
  box-shadow: 0 3px 6px #E5E5E5;
}
/* line 190, ../../sass/Login/Index.scss */
.main-Index .section-table-cell .Sign_In .SnsSignIn ul li img:active {
  -moz-box-shadow: inherit;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}
/* line 197, ../../sass/Login/Index.scss */
.main-Index .section-table-cell .Sign_In .SnsSignIn ul li:first-child, .main-Index .section-table-cell .Sign_In .SnsSignIn ul li:first-child + li + li {
  padding-left: 5%;
}
/* line 200, ../../sass/Login/Index.scss */
.main-Index .section-table-cell .Sign_In .SnsSignIn ul li:first-child + li, .main-Index .section-table-cell .Sign_In .SnsSignIn ul li:first-child + li + li + li {
  margin-left: -1%;
}
/* line 206, ../../sass/Login/Index.scss */
.main-Index .section-table-cell .Sign_In .noShowSnsLogin {
  width: 100% !important;
  border-right: inherit !important;
}
/* line 213, ../../sass/Login/Index.scss */
.main-Index .section-table-cell .Quick_link {
  text-align: center;
}
/* line 216, ../../sass/Login/Index.scss */
.main-Index .section-table-cell .Quick_link li {
  display: inline-block;
  width: 24%;
  text-align: center;
  vertical-align: top;
  padding: 3% 0;
  margin: 0 3%;
}
/* line 223, ../../sass/Login/Index.scss */
.main-Index .section-table-cell .Quick_link li a {
  color: #000;
}
/* line 225, ../../sass/Login/Index.scss */
.main-Index .section-table-cell .Quick_link li a img {
  width: 45%;
  height: 40%;
}
/* line 230, ../../sass/Login/Index.scss */
.main-Index .section-table-cell .Quick_link li p {
  margin-top: 10%;
  font-size: 0.92em;
}
/* line 234, ../../sass/Login/Index.scss */
.main-Index .section-table-cell .Quick_link li:hover {
  text-decoration: none;
  /*border: 1px solid $garyColorLoginIndex; 
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow:0 3px 6px $garyColorLoginIndex;
  -webkit-box-shadow:0 3px 6px $garyColorLoginIndex;
  box-shadow:0 3px 6px $garyColorLoginIndex;*/
}
/* line 236, ../../sass/Login/Index.scss */
.main-Index .section-table-cell .Quick_link li:hover p {
  color: #00A1E9;
}
/* line 251, ../../sass/Login/Index.scss */
.main-Index .section-table-middle {
  width: 38%;
}
/* line 253, ../../sass/Login/Index.scss */
.main-Index .section-table-middle .topic {
  margin-bottom: 5%;
}
/* line 259, ../../sass/Login/Index.scss */
.main-Index .section-table-top .topic, .main-Index .section-table-bottom .topic {
  margin-bottom: 10%;
}

@media only screen and (max-width: 1600px) {
  /* line 270, ../../sass/Login/Index.scss */
  .Rwd .main-Index .title {
    padding-top: 10%;
    font-size: 3em;
  }
  /* line 281, ../../sass/Login/Index.scss */
  .Rwd .main-Index .section-table-cell .Quick_link li a {
    font-size: 0.8em;
  }
  /* line 288, ../../sass/Login/Index.scss */
  .Rwd .main-Index .section-table-middle {
    width: 50%;
  }
  /* line 290, ../../sass/Login/Index.scss */
  .Rwd .main-Index .section-table-middle .MenberSignIn {
    width: 66%;
  }
  /* line 294, ../../sass/Login/Index.scss */
  .Rwd .main-Index .section-table-middle .MenberSignIn .LinkArea .TextLink a {
    padding: 0 2%;
  }
  /* line 300, ../../sass/Login/Index.scss */
  .Rwd .main-Index .section-table-middle .SnsSignIn {
    width: 28%;
  }
  /* line 306, ../../sass/Login/Index.scss */
  .Rwd .main-Index .section-table-top .topic, .Rwd .main-Index .section-table-bottom .topic {
    margin-bottom: 20%;
  }
}
@media only screen and (max-width: 1200px) {
  /* line 319, ../../sass/Login/Index.scss */
  .Rwd .main-Index .title {
    padding-top: 8%;
    font-size: 2em;
  }
  /* line 330, ../../sass/Login/Index.scss */
  .Rwd .main-Index .section-table-cell .Quick_link li a {
    font-size: 0.7em;
  }
}
@media only screen and (max-width: 960px) {
  /* line 346, ../../sass/Login/Index.scss */
  .Rwd .main-Index .title {
    font-size: 1.7em;
    padding-top: 10%;
  }
  /* line 351, ../../sass/Login/Index.scss */
  .Rwd .main-Index .title-sub {
    font-size: 1em;
    width: 80%;
    margin: 6% auto;
    padding-bottom: 3%;
  }
  /* line 358, ../../sass/Login/Index.scss */
  .Rwd .main-Index .section-table {
    display: inherit;
    padding-bottom: 2%;
    /*&-top, &-middle, &-bottom{
    	position: absolute;
    }
    &-top{
    	margin-top: 120%;
    }
    &-middle{
    	top:0;
    	width: inherit;
    }
    &-bottom{
    	margin-top: 167%;
    }*/
  }
  /* line 362, ../../sass/Login/Index.scss */
  .Rwd .main-Index .section-table-row {
    display: inherit;
    height: 100%;
  }
  /* line 367, ../../sass/Login/Index.scss */
  .Rwd .main-Index .section-table-cell {
    width: inherit;
    padding: 7%;
    display: inherit;
    margin-bottom: 6%;
  }
  /* line 372, ../../sass/Login/Index.scss */
  .Rwd .main-Index .section-table-cell .topic {
    margin-bottom: 5%;
  }
  /* line 376, ../../sass/Login/Index.scss */
  .Rwd .main-Index .section-table-cell .Bulletin_News {
    margin-bottom: 10%;
  }
  /* line 381, ../../sass/Login/Index.scss */
  .Rwd .main-Index .section-table-cell .Sign_In li {
    display: inherit;
  }
  /* line 384, ../../sass/Login/Index.scss */
  .Rwd .main-Index .section-table-cell .Sign_In .MenberSignIn {
    width: inherit;
    padding-right: inherit;
    border-right: inherit;
  }
  /* line 390, ../../sass/Login/Index.scss */
  .Rwd .main-Index .section-table-cell .Sign_In .MenberSignIn .errMsg {
    font-size: inherit;
    margin-bottom: 8%;
  }
  /* line 395, ../../sass/Login/Index.scss */
  .Rwd .main-Index .section-table-cell .Sign_In .MenberSignIn .LinkArea {
    text-align: center;
    padding-top: 0;
  }
  /* line 399, ../../sass/Login/Index.scss */
  .Rwd .main-Index .section-table-cell .Sign_In .MenberSignIn .LinkArea div {
    display: block;
    width: 100%;
  }
  /* line 404, ../../sass/Login/Index.scss */
  .Rwd .main-Index .section-table-cell .Sign_In .MenberSignIn .LinkArea .TextLink a {
    display: inline-block;
    font-size: inherit;
    color: #000;
    border: 1px solid #E5E5E5;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 2%  6%;
    margin: 9% 2%;
  }
  /* line 414, ../../sass/Login/Index.scss */
  .Rwd .main-Index .section-table-cell .Sign_In .MenberSignIn .LinkArea .TextLink a:hover {
    text-decoration: none;
    background-color: #00A1E9;
    color: #fff;
  }
  /* line 422, ../../sass/Login/Index.scss */
  .Rwd .main-Index .section-table-cell .Sign_In .MenberSignIn .LinkArea .register {
    border-right: inherit;
  }
  /* line 426, ../../sass/Login/Index.scss */
  .Rwd .main-Index .section-table-cell .Sign_In .MenberSignIn .LinkArea .SignInButton {
    font-size: inherit;
  }
  /* line 428, ../../sass/Login/Index.scss */
  .Rwd .main-Index .section-table-cell .Sign_In .MenberSignIn .LinkArea .SignInButton a {
    display: inherit;
    margin-left: inherit;
    padding: 3% 0;
    width: 100%;
    top: 0;
  }
  /* line 435, ../../sass/Login/Index.scss */
  .Rwd .main-Index .section-table-cell .Sign_In .MenberSignIn .LinkArea .SignInButton a:hover {
    background-color: #fff;
    color: #00A1E9;
    border: 1px solid #00A1E9;
    -moz-box-shadow: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
  }
  /* line 448, ../../sass/Login/Index.scss */
  .Rwd .main-Index .section-table-cell .Sign_In .SnsSignIn {
    border-top: 1px solid #E5E5E5;
    padding-top: 7%;
    width: inherit;
  }
  /* line 452, ../../sass/Login/Index.scss */
  .Rwd .main-Index .section-table-cell .Sign_In .SnsSignIn p {
    display: none;
  }
  /* line 456, ../../sass/Login/Index.scss */
  .Rwd .main-Index .section-table-cell .Sign_In .SnsSignIn ul li {
    padding: inherit !important;
    margin: inherit !important;
    width: 23%;
  }
  /* line 465, ../../sass/Login/Index.scss */
  .Rwd .main-Index .section-table-cell .Quick_link li {
    width: 28%;
    margin: 0 1%;
  }
}
