@charset "UTF-8";
/* line 5, ../../../../../../../../Library/Ruby/Gems/2.0.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, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../Library/Ruby/Gems/2.0.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, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../Library/Ruby/Gems/2.0.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, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../Library/Ruby/Gems/2.0.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 10, base.scss */
html, body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
}

/* line 17, base.scss */
p {
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (min-width: 641px) {
  /* line 34, base.scss */
  html, body {
    min-width: 640px;
  }
  /* line 36, base.scss */
  html header, body header {
    background-color: #006ab4;
    height: 40px;
    *zoom: 1;
    margin-left: 0px;
    margin-right: 0px;
  }
  /* line 22, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  html header:after, body header:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }
  /* line 39, base.scss */
  html header div.left, body header div.left {
    padding-left: 30px;
    padding-right: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 33.33333%;
  }
  /* line 41, base.scss */
  html header div.left h1, body header div.left h1 {
    line-height: 40px;
    width: 370px;
  }
  /* line 43, base.scss */
  html header div.left h1 img, body header div.left h1 img {
    vertical-align: middle;
    height: 25px;
    margin-right: 5px;
    margin-left: 12px;
  }
  /* line 49, base.scss */
  html header div.right, body header div.right {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 50%;
    width: 66.66667%;
    text-align: right;
  }
  /* line 53, base.scss */
  html header div.right p, body header div.right p {
    line-height: 15px;
    height: 15px;
    margin: 12.5px 0;
    color: #fff;
    font-size: 12px;
  }
  /* line 56, base.scss */
  html header div.right p strong, body header div.right p strong {
    font-weight: bold;
    color: #ffffbb;
    font-size: 14px;
    display: inline-block;
    margin: 0 2px;
  }
  /* line 62, base.scss */
  html header div.right p.name, body header div.right p.name {
    display: inline-block;
  }
  /* line 67, base.scss */
  html header div.right p.point, body header div.right p.point {
    margin-left: 5px;
    padding-left: 5px;
    border-left: 1px solid #fff;
    display: inline-block;
  }
  /* line 75, base.scss */
  html header div.right p.logout, body header div.right p.logout {
    margin-left: 5px;
    display: inline-block;
  }
  /* line 78, base.scss */
  html header div.right p.logout a, body header div.right p.logout a {
    background-color: #fff;
    font-size: 10px;
    padding: 3px;
    line-height: 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    color: #333333;
  }
  /* line 86, base.scss */
  html header h2, body header h2 {
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
  }
  /* line 91, base.scss */
  html div.bg-milk, body div.bg-milk {
    color: #333333;
    background: #fff url("/common_mypage/images/common/bg.png") top right no-repeat;
    background-size: 750px 750px;
    padding-bottom: 90px;
  }
  /* line 97, base.scss */
  html div.bg-milk section.status, body div.bg-milk section.status {
    width: 640px;
    margin: 45px auto 0 auto;
    *zoom: 1;
  }
  /* line 22, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  html div.bg-milk section.status:after, body div.bg-milk section.status:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }
  /* line 100, base.scss */
  html div.bg-milk section.status div.trophy, body div.bg-milk section.status div.trophy {
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 25%;
  }
  /* line 102, base.scss */
  html div.bg-milk section.status div.trophy img, body div.bg-milk section.status div.trophy img {
    width: 160px;
    height: 182.5px;
  }
  /* line 105, base.scss */
  html div.bg-milk section.status div.trophy p, body div.bg-milk section.status div.trophy p {
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
  }
  /* line 108, base.scss */
  html div.bg-milk section.status div.trophy p strong, body div.bg-milk section.status div.trophy p strong {
    display: block;
    margin-top: 7.5px;
    font-size: 14px;
    font-weight: bold;
  }
  /* line 114, base.scss */
  html div.bg-milk section.status div.info, body div.bg-milk section.status div.info {
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 25%;
    width: 75%;
  }
  /* line 117, base.scss */
  html div.bg-milk section.status div.info p.name, body div.bg-milk section.status div.info p.name {
    padding: 18px 38px 0 38px;
    font-size: 20px;
  }
  /* line 120, base.scss */
  html div.bg-milk section.status div.info p.name span, body div.bg-milk section.status div.info p.name span {
    font-size: 12px;
    display: inline-block;
    margin-left: 2px;
  }
  /* line 124, base.scss */
  html div.bg-milk section.status div.info p.comment, body div.bg-milk section.status div.info p.comment {
    color: #b50000;
    font-size: 12px;
    font-weight: bold;
    margin-top: 9px;
    padding: 0 38px 0 38px;
  }
  /* line 129, base.scss */
  html div.bg-milk section.status div.info div.had-point, body div.bg-milk section.status div.info div.had-point {
    border-top: 1px solid #dddddd;
    margin-top: 18px;
  }
  /* line 132, base.scss */
  html div.bg-milk section.status div.info div.had-point p, body div.bg-milk section.status div.info div.had-point p {
    padding: 0 38px 0 38px;
    margin-top: 18px;
  }
  /* line 135, base.scss */
  html div.bg-milk section.status div.info div.had-point p span.intr, body div.bg-milk section.status div.info div.had-point p span.intr {
    font-size: 12px;
    font-weight: bold;
    display: block;
  }
  /* line 139, base.scss */
  html div.bg-milk section.status div.info div.had-point p strong, body div.bg-milk section.status div.info div.had-point p strong {
    font-size: 40px;
    font-weight: bold;
    display: inline-block;
    margin-top: 12px;
  }
  /* line 144, base.scss */
  html div.bg-milk section.status div.info div.had-point p span.num, body div.bg-milk section.status div.info div.had-point p span.num {
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
  }
  /* line 153, base.scss */
  html div.bg-milk section.point, body div.bg-milk section.point {
    width: 640px;
    margin: 55px auto 0 auto;
  }
  /* line 155, base.scss */
  html div.bg-milk section.point h2, body div.bg-milk section.point h2 {
    text-align: center;
    font-size: 18px;
    line-height: 42px;
    background-color: #f8f8f8;
    font-weight: bold;
    border-bottom: 2px solid #006ab4;
  }
  /* line 162, base.scss */
  html div.bg-milk section.point div.owl-carousel div.owl-item figure, body div.bg-milk section.point div.owl-carousel div.owl-item figure {
    padding: 20px 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 164, base.scss */
  html div.bg-milk section.point div.owl-carousel div.owl-item figure img, body div.bg-milk section.point div.owl-carousel div.owl-item figure img {
    width: 140px;
    height: 100px;
  }
  /* line 167, base.scss */
  html div.bg-milk section.point div.owl-carousel div.owl-item figure figcaption, body div.bg-milk section.point div.owl-carousel div.owl-item figure figcaption {
    margin-top: 5px;
  }
  /* line 169, base.scss */
  html div.bg-milk section.point div.owl-carousel div.owl-item figure figcaption strong, body div.bg-milk section.point div.owl-carousel div.owl-item figure figcaption strong {
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    display: block;
  }
  /* line 174, base.scss */
  html div.bg-milk section.point div.owl-carousel div.owl-item figure figcaption span.necessary-points, body div.bg-milk section.point div.owl-carousel div.owl-item figure figcaption span.necessary-points {
    font-size: 12px;
    color: #b50000;
    display: block;
    font-weight: bold;
  }
  /* line 178, base.scss */
  html div.bg-milk section.point div.owl-carousel div.owl-item figure figcaption input, body div.bg-milk section.point div.owl-carousel div.owl-item figure figcaption input {
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0;
    background-color: #fff;
    height: 30px;
    line-height: 28px;
    margin-top: 10px;
    width: 140px;
    font-size: 14px;
    color: #666;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ddd;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 188, base.scss */
  html div.bg-milk section.point div.owl-carousel div.owl-item figure figcaption input.active, body div.bg-milk section.point div.owl-carousel div.owl-item figure figcaption input.active {
    line-height: 30px;
    font-weight: bold;
    border: none;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.4);
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRhOWJlYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFmN2JlNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4a9bea), color-stop(100%, #1f7be5));
    background-image: -moz-linear-gradient(top, #4a9bea, #1f7be5);
    background-image: -webkit-linear-gradient(top, #4a9bea, #1f7be5);
    background-image: linear-gradient(to bottom, #4a9bea, #1f7be5);
    background-image: -ms-linear-gradient(top, #4a9bea, #1f7be5);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FF4a9bea, endColorstr=#FF1f7be5)";
    font-size: 17px;
  }
  /* line 197, base.scss */
  html div.bg-milk section.point div.owl-carousel div.owl-item figure figcaption input.active:hover, body div.bg-milk section.point div.owl-carousel div.owl-item figure figcaption input.active:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
  }
  /* line 205, base.scss */
  html div.bg-milk section.point div.owl-carousel div.owl-controls, body div.bg-milk section.point div.owl-carousel div.owl-controls {
    margin-top: 0;
  }
  /* line 207, base.scss */
  html div.bg-milk section.point div.owl-carousel div.owl-controls div.owl-buttons, body div.bg-milk section.point div.owl-carousel div.owl-controls div.owl-buttons {
    position: absolute;
    top: 50%;
    width: 100%;
    margin: -50px 0 0 0;
  }
  /* line 211, base.scss */
  html div.bg-milk section.point div.owl-carousel div.owl-controls div.owl-buttons div.owl-prev,
  html div.bg-milk section.point div.owl-carousel div.owl-controls div.owl-buttons div.owl-next, body div.bg-milk section.point div.owl-carousel div.owl-controls div.owl-buttons div.owl-prev,
  body div.bg-milk section.point div.owl-carousel div.owl-controls div.owl-buttons div.owl-next {
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    background: none;
  }
  /* line 216, base.scss */
  html div.bg-milk section.point div.owl-carousel div.owl-controls div.owl-buttons div.owl-prev img,
  html div.bg-milk section.point div.owl-carousel div.owl-controls div.owl-buttons div.owl-next img, body div.bg-milk section.point div.owl-carousel div.owl-controls div.owl-buttons div.owl-prev img,
  body div.bg-milk section.point div.owl-carousel div.owl-controls div.owl-buttons div.owl-next img {
    height: 54.5px;
    width: 30px;
  }
  /* line 220, base.scss */
  html div.bg-milk section.point div.owl-carousel div.owl-controls div.owl-buttons div.owl-prev, body div.bg-milk section.point div.owl-carousel div.owl-controls div.owl-buttons div.owl-prev {
    left: -45px;
  }
  /* line 223, base.scss */
  html div.bg-milk section.point div.owl-carousel div.owl-controls div.owl-buttons div.owl-next, body div.bg-milk section.point div.owl-carousel div.owl-controls div.owl-buttons div.owl-next {
    right: -45px;
  }
  /* line 227, base.scss */
  html div.bg-milk section.point div.owl-carousel div.owl-controls div.owl-pagination, body div.bg-milk section.point div.owl-carousel div.owl-controls div.owl-pagination {
    margin: 0;
  }
  /* line 230, base.scss */
  html div.bg-milk section.point div.owl-carousel div.owl-controls div.owl-pagination div.owl-page span, body div.bg-milk section.point div.owl-carousel div.owl-controls div.owl-pagination div.owl-page span {
    height: 18px;
    width: 18px;
    background-color: #ddd;
  }
  /* line 233, base.scss */
  html div.bg-milk section.point div.owl-carousel div.owl-controls div.owl-pagination div.owl-page.active span, body div.bg-milk section.point div.owl-carousel div.owl-controls div.owl-pagination div.owl-page.active span {
    background-color: #006ab4;
  }
  /* line 242, base.scss */
  html div.bg-milk section.history, body div.bg-milk section.history {
    width: 640px;
    margin: 55px auto 0 auto;
  }
  /* line 244, base.scss */
  html div.bg-milk section.history h2, body div.bg-milk section.history h2 {
    text-align: center;
    font-size: 18px;
    line-height: 42px;
    background-color: #f8f8f8;
    font-weight: bold;
    border-bottom: 2px solid #006ab4;
  }
  /* line 249, base.scss */
  html div.bg-milk section.history ul.tab, body div.bg-milk section.history ul.tab {
    margin-top: 35px;
    *zoom: 1;
    margin-left: -2.5px;
    margin-right: -2.5px;
    height: 35px;
    overflow: hidden;
  }
  /* line 22, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  html div.bg-milk section.history ul.tab:after, body div.bg-milk section.history ul.tab:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }
  /* line 253, base.scss */
  html div.bg-milk section.history ul.tab li, body div.bg-milk section.history ul.tab li {
    padding-left: 2.5px;
    padding-right: 2.5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 16.66667%;
  }
  /* line 255, base.scss */
  html div.bg-milk section.history ul.tab li a, body div.bg-milk section.history ul.tab li a {
    display: block;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    line-height: 35px;
    height: 37px;
    font-size: 12px;
    font-weight: bold;
    background-color: #cce1f0;
    color: #888;
    text-decoration: none;
  }
  /* line 261, base.scss */
  html div.bg-milk section.history ul.tab li a.active, body div.bg-milk section.history ul.tab li a.active {
    background-color: #006ab4;
    color: #fff;
  }
  /* line 267, base.scss */
  html div.bg-milk section.history ul.cont, body div.bg-milk section.history ul.cont {
    border-top: 4px solid #006ab4;
    background-color: #e4f5f3;
  }
  /* line 270, base.scss */
  html div.bg-milk section.history ul.cont > li, body div.bg-milk section.history ul.cont > li {
    display: none;
  }
  /* line 272, base.scss */
  html div.bg-milk section.history ul.cont > li.active, body div.bg-milk section.history ul.cont > li.active {
    display: block;
  }
  /* line 275, base.scss */
  html div.bg-milk section.history ul.cont > li section.knowledge, body div.bg-milk section.history ul.cont > li section.knowledge {
    margin: 20px 10px 0 10px;
    padding: 20px;
    background-color: #fff;
  }
  /* line 279, base.scss */
  html div.bg-milk section.history ul.cont > li section.knowledge h4, body div.bg-milk section.history ul.cont > li section.knowledge h4 {
    font-size: 13px;
    font-weight: bold;
    clear: both;
  }
  /* line 282, base.scss */
  html div.bg-milk section.history ul.cont > li section.knowledge p.h4, body div.bg-milk section.history ul.cont > li section.knowledge p.h4 {
    margin-top: 10px;
    float: left;
    width: 380px;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  /* line 286, base.scss */
  html div.bg-milk section.history ul.cont > li section.knowledge div.photo, body div.bg-milk section.history ul.cont > li section.knowledge div.photo {
    float: right;
    width: 180px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  /* line 288, base.scss */
  html div.bg-milk section.history ul.cont > li section.knowledge div.photo img, body div.bg-milk section.history ul.cont > li section.knowledge div.photo img {
    width: 180px;
    height: 115px;
  }
  /* line 292, base.scss */
  html div.bg-milk section.history ul.cont > li section.knowledge table, body div.bg-milk section.history ul.cont > li section.knowledge table {
    margin-top: 15px;
    width: 100%;
    border-collapse: collapse;
  }
  /* line 297, base.scss */
  html div.bg-milk section.history ul.cont > li section.knowledge table thead tr th, body div.bg-milk section.history ul.cont > li section.knowledge table thead tr th {
    background-color: #ebfdff;
    line-height: 39px;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    border: 1px solid #ddd;
  }
  /* line 307, base.scss */
  html div.bg-milk section.history ul.cont > li section.knowledge table tbody tr td, body div.bg-milk section.history ul.cont > li section.knowledge table tbody tr td {
    line-height: 29px;
    text-align: center;
    font-size: 13px;
    border: 1px solid #ddd;
  }
  /* line 315, base.scss */
  html div.bg-milk section.history ul.cont > li section.knowledge div.attention, body div.bg-milk section.history ul.cont > li section.knowledge div.attention {
    text-align: right;
    margin-top: 10px;
  }
  /* line 317, base.scss */
  html div.bg-milk section.history ul.cont > li section.knowledge div.attention p, body div.bg-milk section.history ul.cont > li section.knowledge div.attention p {
    display: inline-block;
    font-size: 11px;
  }
  /* line 323, base.scss */
  html div.bg-milk section.history ul.cont > li section.volume, body div.bg-milk section.history ul.cont > li section.volume {
    margin-top: 20px;
  }
  /* line 325, base.scss */
  html div.bg-milk section.history ul.cont > li section.volume h3, body div.bg-milk section.history ul.cont > li section.volume h3 {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #006ab4;
    line-height: 26px;
  }
  /* line 330, base.scss */
  html div.bg-milk section.history ul.cont > li section.volume div.bg-w, body div.bg-milk section.history ul.cont > li section.volume div.bg-w {
    margin: 0 10px 0 10px;
    padding: 20px;
    background-color: #fff;
  }
  /* line 334, base.scss */
  html div.bg-milk section.history ul.cont > li section.volume div.bg-w table, body div.bg-milk section.history ul.cont > li section.volume div.bg-w table {
    width: 100%;
    border-collapse: collapse;
  }
  /* line 339, base.scss */
  html div.bg-milk section.history ul.cont > li section.volume div.bg-w table thead tr th, body div.bg-milk section.history ul.cont > li section.volume div.bg-w table thead tr th {
    background-color: #ebfdff;
    line-height: 39px;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    border: 1px solid #ddd;
  }
  /* line 349, base.scss */
  html div.bg-milk section.history ul.cont > li section.volume div.bg-w table tbody tr td, body div.bg-milk section.history ul.cont > li section.volume div.bg-w table tbody tr td {
    text-align: center;
    font-size: 13px;
    padding: 10px;
    border: 1px solid #ddd;
  }
  /* line 353, base.scss */
  html div.bg-milk section.history ul.cont > li section.volume div.bg-w table tbody tr td:first-child, body div.bg-milk section.history ul.cont > li section.volume div.bg-w table tbody tr td:first-child {
    text-align: left;
  }
  /* line 356, base.scss */
  html div.bg-milk section.history ul.cont > li section.volume div.bg-w table tbody tr td:first-child figure img, body div.bg-milk section.history ul.cont > li section.volume div.bg-w table tbody tr td:first-child figure img {
    width: auto;
    height: auto;
    max-width: 42px;
    max-height: 42px;
    vertical-align: middle;
  }
  /* line 360, base.scss */
  html div.bg-milk section.history ul.cont > li section.volume div.bg-w table tbody tr td:first-child figure figcaption, body div.bg-milk section.history ul.cont > li section.volume div.bg-w table tbody tr td:first-child figure figcaption {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
  }
  /* line 363, base.scss */
  html div.bg-milk section.history ul.cont > li section.volume div.bg-w table tbody tr td:first-child figure figcaption strong, body div.bg-milk section.history ul.cont > li section.volume div.bg-w table tbody tr td:first-child figure figcaption strong {
    display: block;
    font-size: 13px;
    font-weight: bold;
  }
  /* line 367, base.scss */
  html div.bg-milk section.history ul.cont > li section.volume div.bg-w table tbody tr td:first-child figure figcaption span, body div.bg-milk section.history ul.cont > li section.volume div.bg-w table tbody tr td:first-child figure figcaption span {
    margin-top: 5px;
    font-size: 12px;
    display: block;
  }
  /* line 379, base.scss */
  html div.bg-milk section.history ul.cont > li section.volume div.bg-w div.attention, body div.bg-milk section.history ul.cont > li section.volume div.bg-w div.attention {
    margin-top: 10px;
    text-align: right;
  }
  /* line 382, base.scss */
  html div.bg-milk section.history ul.cont > li section.volume div.bg-w div.attention p, body div.bg-milk section.history ul.cont > li section.volume div.bg-w div.attention p {
    display: inline-block;
    font-size: 11px;
    line-height: 18px;
  }
  /* line 389, base.scss */
  html div.bg-milk section.history ul.cont > li section.product, body div.bg-milk section.history ul.cont > li section.product {
    padding: 0 0 20px 0;
  }
  /* line 391, base.scss */
  html div.bg-milk section.history ul.cont > li section.product h3, body div.bg-milk section.history ul.cont > li section.product h3 {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #006ab4;
    line-height: 26px;
  }
  /* line 396, base.scss */
  html div.bg-milk section.history ul.cont > li section.product ul, body div.bg-milk section.history ul.cont > li section.product ul {
    *zoom: 1;
    margin-left: -10px;
    margin-right: -10px;
    margin: 20px 0px 0 0;
  }
  /* line 22, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  html div.bg-milk section.history ul.cont > li section.product ul:after, body div.bg-milk section.history ul.cont > li section.product ul:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }
  /* line 399, base.scss */
  html div.bg-milk section.history ul.cont > li section.product ul li, body div.bg-milk section.history ul.cont > li section.product ul li {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 25%;
  }
  /* line 402, base.scss */
  html div.bg-milk section.history ul.cont > li section.product ul li figure div.photo, body div.bg-milk section.history ul.cont > li section.product ul li figure div.photo {
    text-align: center;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
  }
  /* line 405, base.scss */
  html div.bg-milk section.history ul.cont > li section.product ul li figure div.photo img, body div.bg-milk section.history ul.cont > li section.product ul li figure div.photo img {
    width: auto;
    height: auto;
    max-width: 97.5px;
    max-height: 97.5px;    
  }
  /* line 409, base.scss */
  html div.bg-milk section.history ul.cont > li section.product ul li figure figcaption, body div.bg-milk section.history ul.cont > li section.product ul li figure figcaption {
    margin-top: 5px;
  }
  /* line 411, base.scss */
  html div.bg-milk section.history ul.cont > li section.product ul li figure figcaption strong, body div.bg-milk section.history ul.cont > li section.product ul li figure figcaption strong {
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    display: block;
  }
  /* line 416, base.scss */
  html div.bg-milk section.history ul.cont > li section.product ul li figure figcaption span, body div.bg-milk section.history ul.cont > li section.product ul li figure figcaption span {
    font-size: 12px;
    display: block;
  }
  /* line 420, base.scss */
  html div.bg-milk section.history ul.cont > li section.product ul li figure figcaption input, body div.bg-milk section.history ul.cont > li section.product ul li figure figcaption input {
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0;
    height: 30px;
    margin-top: 10px;
    width: 100%;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 30px;
    font-weight: bold;
    border: none;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.4);
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRhOWJlYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFmN2JlNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4a9bea), color-stop(100%, #1f7be5));
    background-image: -moz-linear-gradient(top, #4a9bea, #1f7be5);
    background-image: -webkit-linear-gradient(top, #4a9bea, #1f7be5);
    background-image: linear-gradient(to bottom, #4a9bea, #1f7be5);
    background-image: -ms-linear-gradient(top, #4a9bea, #1f7be5);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FF4a9bea, endColorstr=#FF1f7be5)";
    font-size: 17px;
  }
  /* line 435, base.scss */
  html div.bg-milk section.history ul.cont > li section.product ul li figure figcaption input:hover, body div.bg-milk section.history ul.cont > li section.product ul li figure figcaption input:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
  }
  /* line 448, base.scss */
  html div.bg-milk section.pointexchange, body div.bg-milk section.pointexchange {
    width: 640px;
    margin: 55px auto 0 auto;
  }
  /* line 450, base.scss */
  html div.bg-milk section.pointexchange h2, body div.bg-milk section.pointexchange h2 {
    text-align: center;
    font-size: 18px;
    line-height: 42px;
    background-color: #f8f8f8;
    font-weight: bold;
    border-bottom: 2px solid #006ab4;
  }
  /* line 455, base.scss */
  html div.bg-milk section.pointexchange table, body div.bg-milk section.pointexchange table {
    width: 100%;
    margin-top: 20px;
    border-collapse: collapse;
  }
  /* line 460, base.scss */
  html div.bg-milk section.pointexchange table thead tr th, body div.bg-milk section.pointexchange table thead tr th {
    background-color: #ebfdff;
    line-height: 39px;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    border: 1px solid #ddd;
  }
  /* line 470, base.scss */
  html div.bg-milk section.pointexchange table tbody tr td, body div.bg-milk section.pointexchange table tbody tr td {
    background-color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 59px;
    border: 1px solid #ddd;
    padding: 0 15px;
  }
  /* line 475, base.scss */
  html div.bg-milk section.pointexchange table tbody tr td:first-child, body div.bg-milk section.pointexchange table tbody tr td:first-child {
    text-align: left;
    font-weight: bold;
  }
  /* line 483, base.scss */
  html div.bg-milk section.pointexchange table tfoot tr td, body div.bg-milk section.pointexchange table tfoot tr td {
    background-color: #f8f8f8;
    text-align: center;
    font-size: 13px;
    padding: 0 15px;
    border: 1px solid #ddd;
    font-weight: bold;
  }
  /* line 488, base.scss */
  html div.bg-milk section.pointexchange table tfoot tr td:first-child, body div.bg-milk section.pointexchange table tfoot tr td:first-child {
    text-align: right;
    color: #b50000;
    line-height: 39px;
    font-weight: normal;
  }
  /* line 492, base.scss */
  html div.bg-milk section.pointexchange table tfoot tr:first-child td, body div.bg-milk section.pointexchange table tfoot tr:first-child td {
    border-top: 3px double #ddd;
  }
  /* line 498, base.scss */
  html div.bg-milk section.pointexchange div.btn, body div.bg-milk section.pointexchange div.btn {
    text-align: center;
    margin-top: 20px;
  }
  /* line 501, base.scss */
  html div.bg-milk section.pointexchange div.btn input, body div.bg-milk section.pointexchange div.btn input {
    display: inline-block;
    margin: 0 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0 40px;
    height: 40px;
    font-size: 17px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 40px;
    font-weight: bold;
    border: none;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.4);
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRhOWJlYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFmN2JlNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4a9bea), color-stop(100%, #1f7be5));
    background-image: -moz-linear-gradient(top, #4a9bea, #1f7be5);
    background-image: -webkit-linear-gradient(top, #4a9bea, #1f7be5);
    background-image: linear-gradient(to bottom, #4a9bea, #1f7be5);
    background-image: -ms-linear-gradient(top, #4a9bea, #1f7be5);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FF4a9bea, endColorstr=#FF1f7be5)";
  }
  /* line 515, base.scss */
  html div.bg-milk section.pointexchange div.btn input:hover, body div.bg-milk section.pointexchange div.btn input:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
  }
  /* line 520, base.scss */
  html div.bg-milk section.pointexchange div.attention, body div.bg-milk section.pointexchange div.attention {
    margin-top: 15px;
    text-align: center;
  }
  /* line 523, base.scss */
  html div.bg-milk section.pointexchange div.attention p, body div.bg-milk section.pointexchange div.attention p {
    display: inline-block;
    font-size: 11px;
    line-height: 18px;
  }
  /* line 530, base.scss */
  html div.bg-milk section.ordercomplete, body div.bg-milk section.ordercomplete {
    width: 640px;
    margin: 55px auto 0 auto;
  }
  /* line 532, base.scss */
  html div.bg-milk section.ordercomplete h2, body div.bg-milk section.ordercomplete h2 {
    text-align: center;
    font-size: 18px;
    line-height: 42px;
    background-color: #f8f8f8;
    font-weight: bold;
    border-bottom: 2px solid #006ab4;
  }
  /* line 537, base.scss */
  html div.bg-milk section.ordercomplete p, body div.bg-milk section.ordercomplete p {
    font-weight: bold;
    text-align: center;
  }
  /* line 541, base.scss */
  html div.bg-milk section.ordercomplete p.h2, body div.bg-milk section.ordercomplete p.h2 {
    font-size: 14px;
    line-height: 22px;
    margin-top: 50px;
  }
  /* line 543, base.scss */
  html div.bg-milk section.ordercomplete p.h2 br.sp, body div.bg-milk section.ordercomplete p.h2 br.sp {
    display: none;
  }
  /* line 547, base.scss */
  html div.bg-milk section.ordercomplete p.phone, body div.bg-milk section.ordercomplete p.phone {
    font-size: 30px;
    margin-top: 20px;
  }
  /* line 549, base.scss */
  html div.bg-milk section.ordercomplete p.phone a, body div.bg-milk section.ordercomplete p.phone a {
    display: inline-block;
    padding: 0 0 0 35px;
    background: url("/common_mypage/images/ordercomplete/icon_phone.png") left center no-repeat;
    background-size: 25.5px 25.5px;
    text-decoration: none;
    color: inherit;
  }
  /* line 556, base.scss */
  html div.bg-milk section.ordercomplete p.info, body div.bg-milk section.ordercomplete p.info {
    font-size: 14px;
    line-height: 22px;
    margin-top: 15px;
  }
  /* line 559, base.scss */
  html div.bg-milk section.ordercomplete div.btn, body div.bg-milk section.ordercomplete div.btn {
    text-align: center;
    margin-top: 20px;
  }
  /* line 562, base.scss */
  html div.bg-milk section.ordercomplete div.btn input, body div.bg-milk section.ordercomplete div.btn input {
    display: inline-block;
    margin: 0 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0 40px;
    height: 40px;
    font-size: 17px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 40px;
    font-weight: bold;
    border: none;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.4);
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRhOWJlYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFmN2JlNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4a9bea), color-stop(100%, #1f7be5));
    background-image: -moz-linear-gradient(top, #4a9bea, #1f7be5);
    background-image: -webkit-linear-gradient(top, #4a9bea, #1f7be5);
    background-image: linear-gradient(to bottom, #4a9bea, #1f7be5);
    background-image: -ms-linear-gradient(top, #4a9bea, #1f7be5);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FF4a9bea, endColorstr=#FF1f7be5)";
  }
  /* line 576, base.scss */
  html div.bg-milk section.ordercomplete div.btn input:hover, body div.bg-milk section.ordercomplete div.btn input:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
  }
  /* line 583, base.scss */
  html div.bg-milk section.signin, body div.bg-milk section.signin {
    width: 640px;
    margin: 55px auto 0 auto;
  }
  /* line 585, base.scss */
  html div.bg-milk section.signin h2, body div.bg-milk section.signin h2 {
    text-align: center;
    font-size: 18px;
    line-height: 42px;
    background-color: #f8f8f8;
    font-weight: bold;
    border-bottom: 2px solid #006ab4;
  }
  /* line 590, base.scss */
  html div.bg-milk section.signin div.input, body div.bg-milk section.signin div.input {
    text-align: center;
    margin: 20px auto;
    width: 300px;
  }
  /* line 595, base.scss */
  html div.bg-milk section.signin div.input b, body div.bg-milk section.signin div.input b {
    display: block;
    margin: 10px 0 5px 0;
    text-align: left;
    font-size: 15px;
  }
  /* line 599, base.scss */
  html div.bg-milk section.signin div.input input[type="text"],
  html div.bg-milk section.signin div.input input[type="password"], body div.bg-milk section.signin div.input input[type="text"],
  body div.bg-milk section.signin div.input input[type="password"] {
    width: 100%;
    padding: 0 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    font-size: 17px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ddd;
  }
  /* line 609, base.scss */
  html div.bg-milk section.signin div.btn, body div.bg-milk section.signin div.btn {
    text-align: center;
    margin-top: 40px;
  }
  /* line 612, base.scss */
  html div.bg-milk section.signin div.btn input[type="submit"], body div.bg-milk section.signin div.btn input[type="submit"] {
    display: inline-block;
    margin: 0 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0 60px;
    height: 40px;
    font-size: 17px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 40px;
    font-weight: bold;
    border: none;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.4);
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRhOWJlYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFmN2JlNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4a9bea), color-stop(100%, #1f7be5));
    background-image: -moz-linear-gradient(top, #4a9bea, #1f7be5);
    background-image: -webkit-linear-gradient(top, #4a9bea, #1f7be5);
    background-image: linear-gradient(to bottom, #4a9bea, #1f7be5);
    background-image: -ms-linear-gradient(top, #4a9bea, #1f7be5);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FF4a9bea, endColorstr=#FF1f7be5)";
  }
  /* line 626, base.scss */
  html div.bg-milk section.signin div.btn input[type="submit"]:hover, body div.bg-milk section.signin div.btn input[type="submit"]:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
  }
  /* line 633, base.scss */
  html div.bg-milk section.login, body div.bg-milk section.login {
    width: 640px;
    margin: 55px auto 0 auto;
  }
  /* line 635, base.scss */
  html div.bg-milk section.login h1, body div.bg-milk section.login h1 {
    text-align: center;
  }
  /* line 637, base.scss */
  html div.bg-milk section.login h1 img, body div.bg-milk section.login h1 img {
    width: 200px;
  }
  /* line 641, base.scss */
  html div.bg-milk section.login p, body div.bg-milk section.login p {
    font-size: 12px;
    line-height: 18px;
    margin: 25px auto;
    width: 300px;
  }
  /* line 645, base.scss */
  html div.bg-milk section.login div.input, body div.bg-milk section.login div.input {
    text-align: center;
    margin: 20px auto 20px auto;
    width: 300px;
  }
  /* line 649, base.scss */
  html div.bg-milk section.login div.input b, body div.bg-milk section.login div.input b {
    display: block;
    margin: 10px 0 5px 0;
    text-align: left;
    font-size: 15px;
  }
  /* line 653, base.scss */
  html div.bg-milk section.login div.input input[type="text"],
  html div.bg-milk section.login div.input input[type="password"], body div.bg-milk section.login div.input input[type="text"],
  body div.bg-milk section.login div.input input[type="password"] {
    width: 100%;
    padding: 0 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    font-size: 17px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ddd;
  }
  /* line 663, base.scss */
  html div.bg-milk section.login div.btn, body div.bg-milk section.login div.btn {
    margin: 20px auto 0 auto;
    width: 300px;
    *zoom: 1;
  }
  /* line 22, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  html div.bg-milk section.login div.btn:after, body div.bg-milk section.login div.btn:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }
  /* line 667, base.scss */
  html div.bg-milk section.login div.btn a, body div.bg-milk section.login div.btn a {
    display: block;
    vertical-align: middle;
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 11px;
  }
  /* line 672, base.scss */
  html div.bg-milk section.login div.btn input, body div.bg-milk section.login div.btn input {
    float: right;
    display: block;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0 20px;
    height: 40px;
    font-size: 17px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 40px;
    font-weight: bold;
    border: none;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.4);
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRhOWJlYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFmN2JlNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4a9bea), color-stop(100%, #1f7be5));
    background-image: -moz-linear-gradient(top, #4a9bea, #1f7be5);
    background-image: -webkit-linear-gradient(top, #4a9bea, #1f7be5);
    background-image: linear-gradient(to bottom, #4a9bea, #1f7be5);
    background-image: -ms-linear-gradient(top, #4a9bea, #1f7be5);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FF4a9bea, endColorstr=#FF1f7be5)";
  }
  /* line 687, base.scss */
  html div.bg-milk section.login div.btn input:hover, body div.bg-milk section.login div.btn input:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
  }
  /* line 696, base.scss */
  html div.bg-milk section.login div.error,
  html div.bg-milk section.signin div.error, body div.bg-milk section.login div.error,
  body div.bg-milk section.signin div.error {
    margin: 20px auto;
    width: 300px;
    border: 2px solid #F00;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.6);
  }
  /* line 700, base.scss */
  html div.bg-milk section.login div.error p,
  html div.bg-milk section.signin div.error p, body div.bg-milk section.login div.error p,
  body div.bg-milk section.signin div.error p {
    width: auto;
    margin: 5px 10px;
    font-size: 12px;
    line-height: 1.5em;
    color: #f00;
  }
  /* line 713, base.scss */
  html footer, body footer {
    background-color: #006ab4;
    height: 40px;
  }
  /* line 715, base.scss */
  html footer h1, body footer h1 {
    line-height: 40px;
    text-align: center;
  }
  /* line 717, base.scss */
  html footer h1 img, body footer h1 img {
    vertical-align: middle;
    height: 25px;
    margin-right: 5px;
  }
  /* line 722, base.scss */
  html footer.line, body footer.line {
    height: 5px;
  }
}
@media screen and (max-width: 640px) {
  /* line 730, base.scss */
  html, body {
    -webkit-text-size-adjust: 100%;
    height: 100%;
    position: relative;
  }
  /* line 732, base.scss */
  html header, body header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: #006ab4;
    height: 60px;
    *zoom: 1;
    margin-left: 0px;
    margin-right: 0px;
  }
  /* line 733, base.scss */
  html header *, body header * {
    max-height: 100%;
  }
  /* line 22, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  html header:after, body header:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }
  /* line 740, base.scss */
  html header div.left, body header div.left {
    float: left;
    width: 200px;
  }
  /* line 742, base.scss */
  html header div.left h1, body header div.left h1 {
    line-height: 60px;
    text-align: center;
    width: 370px;
  }
  html header div.left a {
    display: inline-block;
  }
  /* line 745, base.scss */
  html header div.left h1 img, body header div.left h1 img {
    vertical-align: middle;
    width: 163.2px;
    height: 30px;
    margin-left: 12px;
  }
  /* line 751, base.scss */
  html header div.right, body header div.right {
    float: right;
    width: 440px;
    text-align: right;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px 0 0;
  }
  /* line 756, base.scss */
  html header div.right p, body header div.right p {
    line-height: 30px;
    height: 30px;
    margin: 20px 0 0 0;
    color: #fff;
    font-size: 15px;
  }
  /* line 759, base.scss */
  html header div.right p strong, body header div.right p strong {
    font-weight: bold;
    color: #ffffbb;
    font-size: 19px;
    display: inline-block;
    margin: 0 3px;
  }
  /* line 765, base.scss */
  html header div.right p.name, body header div.right p.name {
    display: inline-block;
  }
  /* line 770, base.scss */
  html header div.right p.point, body header div.right p.point {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #fff;
    display: inline-block;
  }
  /* line 778, base.scss */
  html header div.right p.logout, body header div.right p.logout {
    margin-left: 7px;
    display: inline-block;
  }
  /* line 781, base.scss */
  html header div.right p.logout a, body header div.right p.logout a {
    background-color: #fff;
    font-size: 13px;
    padding: 5px;
    font-weight: bold;
    line-height: 16px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    color: #333333;
  }
  /* line 789, base.scss */
  html header h2, body header h2 {
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    font-weight: bold;
  }
  /* line 794, base.scss */
  html div.bg-milk, body div.bg-milk {
    padding-top: 60px;
    z-index: -9999;
    min-height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333333;
    background: #fff url("../images/common/bg.png") right 60px no-repeat;
    background-size: 500px 500px;
    padding-bottom: 90px;
  }
  /* line 802, base.scss */
  html div.bg-milk section *, body div.bg-milk section * {
    max-height: 100%;
  }
  /* line 806, base.scss */
  html div.bg-milk section.status, body div.bg-milk section.status {
    width: 640px;
    margin: 45px auto 0 auto;
    *zoom: 1;
  }
  /* line 22, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  html div.bg-milk section.status:after, body div.bg-milk section.status:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }
  /* line 809, base.scss */
  html div.bg-milk section.status div.trophy, body div.bg-milk section.status div.trophy {
    text-align: center;
  }
  /* line 811, base.scss */
  html div.bg-milk section.status div.trophy img, body div.bg-milk section.status div.trophy img {
    width: 144px;
    height: 164.25px;
    vertical-align: middle;
  }
  /* line 814, base.scss */
  html div.bg-milk section.status div.trophy p, body div.bg-milk section.status div.trophy p {
    text-align: left;
    margin-left: 20px;
    font-size: 20px;
    vertical-align: middle;
    display: inline-block;
  }
  /* line 818, base.scss */
  html div.bg-milk section.status div.trophy p strong, body div.bg-milk section.status div.trophy p strong {
    display: block;
    margin-top: 7.5px;
    font-size: 25px;
    font-weight: bold;
  }
  /* line 824, base.scss */
  html div.bg-milk section.status div.info, body div.bg-milk section.status div.info {
    margin-top: 50px;
  }
  /* line 826, base.scss */
  html div.bg-milk section.status div.info p.name, body div.bg-milk section.status div.info p.name {
    width: 550px;
    margin: auto;
    font-size: 40px;
  }
  /* line 829, base.scss */
  html div.bg-milk section.status div.info p.name span, body div.bg-milk section.status div.info p.name span {
    font-size: 30px;
    display: inline-block;
    margin-left: 0.1em;
  }
  /* line 833, base.scss */
  html div.bg-milk section.status div.info p.comment, body div.bg-milk section.status div.info p.comment {
    width: 550px;
    margin: 10px auto 0 auto;
    color: #b50000;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
  }
  /* line 838, base.scss */
  html div.bg-milk section.status div.info div.had-point, body div.bg-milk section.status div.info div.had-point {
    width: 600px;
    margin: 25px auto 0 auto;
    border-top: 2px solid #dddddd;
  }
  /* line 841, base.scss */
  html div.bg-milk section.status div.info div.had-point p, body div.bg-milk section.status div.info div.had-point p {
    padding: 0 25px;
    margin-top: 25px;
  }
  /* line 844, base.scss */
  html div.bg-milk section.status div.info div.had-point p span.intr, body div.bg-milk section.status div.info div.had-point p span.intr {
    font-size: 25px;
    font-weight: bold;
    display: block;
  }
  /* line 848, base.scss */
  html div.bg-milk section.status div.info div.had-point p strong, body div.bg-milk section.status div.info div.had-point p strong {
    font-size: 60px;
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
  }
  /* line 853, base.scss */
  html div.bg-milk section.status div.info div.had-point p span.num, body div.bg-milk section.status div.info div.had-point p span.num {
    font-size: 30px;
    display: inline-block;
    margin-left: 10px;
  }
  /* line 862, base.scss */
  html div.bg-milk section.point, body div.bg-milk section.point {
    width: 640px;
    margin: 55px auto 0 auto;
  }
  /* line 864, base.scss */
  html div.bg-milk section.point h2, body div.bg-milk section.point h2 {
    text-align: center;
    font-size: 35px;
    line-height: 70px;
    background-color: #f8f8f8;
    font-weight: bold;
    border-bottom: 2px solid #006ab4;
  }
  /* line 871, base.scss */
  html div.bg-milk section.point div.owl-carousel div.owl-item figure, body div.bg-milk section.point div.owl-carousel div.owl-item figure {
    padding: 40px 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 873, base.scss */
  html div.bg-milk section.point div.owl-carousel div.owl-item figure img, body div.bg-milk section.point div.owl-carousel div.owl-item figure img {
    width: 280px;
    height: 200px;
  }
  /* line 876, base.scss */
  html div.bg-milk section.point div.owl-carousel div.owl-item figure figcaption, body div.bg-milk section.point div.owl-carousel div.owl-item figure figcaption {
    margin-top: 10px;
  }
  /* line 878, base.scss */
  html div.bg-milk section.point div.owl-carousel div.owl-item figure figcaption strong, body div.bg-milk section.point div.owl-carousel div.owl-item figure figcaption strong {
    font-size: 25px;
    font-weight: bold;
    line-height: 35px;
    display: block;
  }
  /* line 883, base.scss */
  html div.bg-milk section.point div.owl-carousel div.owl-item figure figcaption span.necessary-points, body div.bg-milk section.point div.owl-carousel div.owl-item figure figcaption span.necessary-points {
    margin-top: 5px;
    font-size: 25px;
    color: #b50000;
    display: block;
    font-weight: bold;
  }
  /* line 888, base.scss */
  html div.bg-milk section.point div.owl-carousel div.owl-item figure figcaption input, body div.bg-milk section.point div.owl-carousel div.owl-item figure figcaption input {
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0;
    background-color: #fff;
    height: 50px;
    line-height: 48px;
    margin-top: 15px;
    width: 280px;
    font-size: 25px;
    color: #666;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ddd;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 898, base.scss */
  html div.bg-milk section.point div.owl-carousel div.owl-item figure figcaption input.active, body div.bg-milk section.point div.owl-carousel div.owl-item figure figcaption input.active {
    line-height: 50px;
    font-weight: bold;
    border: none;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.4);
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRhOWJlYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFmN2JlNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4a9bea), color-stop(100%, #1f7be5));
    background-image: -moz-linear-gradient(top, #4a9bea, #1f7be5);
    background-image: -webkit-linear-gradient(top, #4a9bea, #1f7be5);
    background-image: linear-gradient(to bottom, #4a9bea, #1f7be5);
    background-image: -ms-linear-gradient(top, #4a9bea, #1f7be5);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FF4a9bea, endColorstr=#FF1f7be5)";
  }
  /* line 910, base.scss */
  html div.bg-milk section.point div.owl-carousel div.owl-controls, body div.bg-milk section.point div.owl-carousel div.owl-controls {
    margin-top: 0;
  }
  /* line 912, base.scss */
  html div.bg-milk section.point div.owl-carousel div.owl-controls div.owl-buttons, body div.bg-milk section.point div.owl-carousel div.owl-controls div.owl-buttons {
    height: 54.5px;
    position: absolute;
    bottom: -10px;
    width: 100%;
  }
  /* line 916, base.scss */
  html div.bg-milk section.point div.owl-carousel div.owl-controls div.owl-buttons div.owl-prev,
  html div.bg-milk section.point div.owl-carousel div.owl-controls div.owl-buttons div.owl-next, body div.bg-milk section.point div.owl-carousel div.owl-controls div.owl-buttons div.owl-prev,
  body div.bg-milk section.point div.owl-carousel div.owl-controls div.owl-buttons div.owl-next {
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    background: none;
  }
  /* line 921, base.scss */
  html div.bg-milk section.point div.owl-carousel div.owl-controls div.owl-buttons div.owl-prev img,
  html div.bg-milk section.point div.owl-carousel div.owl-controls div.owl-buttons div.owl-next img, body div.bg-milk section.point div.owl-carousel div.owl-controls div.owl-buttons div.owl-prev img,
  body div.bg-milk section.point div.owl-carousel div.owl-controls div.owl-buttons div.owl-next img {
    height: 54.5px;
    width: 30px;
  }
  /* line 925, base.scss */
  html div.bg-milk section.point div.owl-carousel div.owl-controls div.owl-buttons div.owl-prev, body div.bg-milk section.point div.owl-carousel div.owl-controls div.owl-buttons div.owl-prev {
    left: 25px;
  }
  /* line 928, base.scss */
  html div.bg-milk section.point div.owl-carousel div.owl-controls div.owl-buttons div.owl-next, body div.bg-milk section.point div.owl-carousel div.owl-controls div.owl-buttons div.owl-next {
    right: 25px;
  }
  /* line 932, base.scss */
  html div.bg-milk section.point div.owl-carousel div.owl-controls div.owl-pagination, body div.bg-milk section.point div.owl-carousel div.owl-controls div.owl-pagination {
    margin: 0;
  }
  /* line 935, base.scss */
  html div.bg-milk section.point div.owl-carousel div.owl-controls div.owl-pagination div.owl-page span, body div.bg-milk section.point div.owl-carousel div.owl-controls div.owl-pagination div.owl-page span {
    height: 18px;
    width: 18px;
    background-color: #ddd;
  }
  /* line 938, base.scss */
  html div.bg-milk section.point div.owl-carousel div.owl-controls div.owl-pagination div.owl-page.active span, body div.bg-milk section.point div.owl-carousel div.owl-controls div.owl-pagination div.owl-page.active span {
    background-color: #006ab4;
  }
  /* line 947, base.scss */
  html div.bg-milk section.history, body div.bg-milk section.history {
    width: 640px;
    margin: 55px auto 0 auto;
  }
  /* line 949, base.scss */
  html div.bg-milk section.history h2, body div.bg-milk section.history h2 {
    text-align: center;
    font-size: 35px;
    line-height: 70px;
    background-color: #f8f8f8;
    font-weight: bold;
    border-bottom: 2px solid #006ab4;
  }
  /* line 954, base.scss */
  html div.bg-milk section.history ul.tab, body div.bg-milk section.history ul.tab {
    *zoom: 1;
    margin-left: 0;
    margin-right: 0;
    margin: 35px 17.5px 5px 17.5px;
  }
  /* line 22, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  html div.bg-milk section.history ul.tab:after, body div.bg-milk section.history ul.tab:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }
  /* line 957, base.scss */
  html div.bg-milk section.history ul.tab li, body div.bg-milk section.history ul.tab li {
    padding-left: 2.5px;
    padding-right: 2.5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 33.33333%;
    margin-top: 5px;
  }
  /* line 960, base.scss */
  html div.bg-milk section.history ul.tab li a, body div.bg-milk section.history ul.tab li a {
    display: block;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    line-height: 70px;
    height: 70px;
    font-size: 24px;
    font-weight: bold;
    background-color: #cce1f0;
    color: #888;
    text-decoration: none;
  }
  /* line 966, base.scss */
  html div.bg-milk section.history ul.tab li a.active, body div.bg-milk section.history ul.tab li a.active {
    background-color: #006ab4;
    color: #fff;
  }
  /* line 972, base.scss */
  html div.bg-milk section.history ul.cont, body div.bg-milk section.history ul.cont {
    margin: 0 20px;
    border-top: 4px solid #006ab4;
    background-color: #e4f5f3;
  }
  /* line 976, base.scss */
  html div.bg-milk section.history ul.cont > li, body div.bg-milk section.history ul.cont > li {
    display: none;
  }
  /* line 978, base.scss */
  html div.bg-milk section.history ul.cont > li.active, body div.bg-milk section.history ul.cont > li.active {
    display: block;
  }
  /* line 981, base.scss */
  html div.bg-milk section.history ul.cont > li section.knowledge, body div.bg-milk section.history ul.cont > li section.knowledge {
    margin: 20px 10px 0 10px;
    padding: 30px 20px;
    background-color: #fff;
  }
  /* line 985, base.scss */
  html div.bg-milk section.history ul.cont > li section.knowledge h4, body div.bg-milk section.history ul.cont > li section.knowledge h4 {
    font-size: 27px;
    font-weight: bold;
    clear: both;
  }
  /* line 988, base.scss */
  html div.bg-milk section.history ul.cont > li section.knowledge p.h4, body div.bg-milk section.history ul.cont > li section.knowledge p.h4 {
    margin-top: 15px;
    float: left;
    width: 340px;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  /* line 992, base.scss */
  html div.bg-milk section.history ul.cont > li section.knowledge div.photo, body div.bg-milk section.history ul.cont > li section.knowledge div.photo {
    float: right;
    width: 180px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  /* line 994, base.scss */
  html div.bg-milk section.history ul.cont > li section.knowledge div.photo img, body div.bg-milk section.history ul.cont > li section.knowledge div.photo img {
    width: 180px;
    height: 115px;
  }
  /* line 998, base.scss */
  html div.bg-milk section.history ul.cont > li section.knowledge table, body div.bg-milk section.history ul.cont > li section.knowledge table {
    margin-top: 20px;
    width: 100%;
    border-collapse: collapse;
  }
  /* line 1003, base.scss */
  html div.bg-milk section.history ul.cont > li section.knowledge table thead tr th, body div.bg-milk section.history ul.cont > li section.knowledge table thead tr th {
    background-color: #ebfdff;
    line-height: 45px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    border: 1px solid #ddd;
  }
  /* line 1013, base.scss */
  html div.bg-milk section.history ul.cont > li section.knowledge table tbody tr td, body div.bg-milk section.history ul.cont > li section.knowledge table tbody tr td {
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    border: 1px solid #ddd;
  }
  /* line 1021, base.scss */
  html div.bg-milk section.history ul.cont > li section.knowledge div.attention, body div.bg-milk section.history ul.cont > li section.knowledge div.attention {
    margin-top: 15px;
  }
  /* line 1023, base.scss */
  html div.bg-milk section.history ul.cont > li section.knowledge div.attention p, body div.bg-milk section.history ul.cont > li section.knowledge div.attention p {
    display: inline-block;
    font-size: 16px;
  }
  /* line 1029, base.scss */
  html div.bg-milk section.history ul.cont > li section.volume, body div.bg-milk section.history ul.cont > li section.volume {
    margin-top: 20px;
  }
  /* line 1031, base.scss */
  html div.bg-milk section.history ul.cont > li section.volume h3, body div.bg-milk section.history ul.cont > li section.volume h3 {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #006ab4;
    line-height: 55px;
  }
  /* line 1036, base.scss */
  html div.bg-milk section.history ul.cont > li section.volume div.bg-w, body div.bg-milk section.history ul.cont > li section.volume div.bg-w {
    margin: 0 10px 0 10px;
    padding: 20px;
    background-color: #fff;
  }
  /* line 1040, base.scss */
  html div.bg-milk section.history ul.cont > li section.volume div.bg-w table, body div.bg-milk section.history ul.cont > li section.volume div.bg-w table {
    width: 100%;
    border-collapse: collapse;
  }
  /* line 1045, base.scss */
  html div.bg-milk section.history ul.cont > li section.volume div.bg-w table thead tr th, body div.bg-milk section.history ul.cont > li section.volume div.bg-w table thead tr th {
    background-color: #ebfdff;
    line-height: 55px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    border: 1px solid #ddd;
  }
  /* line 1055, base.scss */
  html div.bg-milk section.history ul.cont > li section.volume div.bg-w table tbody tr td, body div.bg-milk section.history ul.cont > li section.volume div.bg-w table tbody tr td {
    text-align: center;
    font-size: 20px;
    padding: 12px;
    border: 1px solid #ddd;
  }
  /* line 1059, base.scss */
  html div.bg-milk section.history ul.cont > li section.volume div.bg-w table tbody tr td:first-child, body div.bg-milk section.history ul.cont > li section.volume div.bg-w table tbody tr td:first-child {
    text-align: left;
  }
  /* line 1062, base.scss */
  html div.bg-milk section.history ul.cont > li section.volume div.bg-w table tbody tr td:first-child figure img, body div.bg-milk section.history ul.cont > li section.volume div.bg-w table tbody tr td:first-child figure img {
    width: auto;
    height: auto;
    max-width: 60px;
    max-height: 60px;
    vertical-align: middle;
  }
  /* line 1066, base.scss */
  html div.bg-milk section.history ul.cont > li section.volume div.bg-w table tbody tr td:first-child figure figcaption, body div.bg-milk section.history ul.cont > li section.volume div.bg-w table tbody tr td:first-child figure figcaption {
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
  }
  /* line 1069, base.scss */
  html div.bg-milk section.history ul.cont > li section.volume div.bg-w table tbody tr td:first-child figure figcaption strong, body div.bg-milk section.history ul.cont > li section.volume div.bg-w table tbody tr td:first-child figure figcaption strong {
    display: block;
    font-size: 20px;
    font-weight: bold;
  }
  /* line 1073, base.scss */
  html div.bg-milk section.history ul.cont > li section.volume div.bg-w table tbody tr td:first-child figure figcaption span, body div.bg-milk section.history ul.cont > li section.volume div.bg-w table tbody tr td:first-child figure figcaption span {
    margin-top: 10px;
    font-size: 16px;
    display: block;
  }
  /* line 1085, base.scss */
  html div.bg-milk section.history ul.cont > li section.volume div.bg-w div.attention, body div.bg-milk section.history ul.cont > li section.volume div.bg-w div.attention {
    margin-top: 15px;
  }
  /* line 1087, base.scss */
  html div.bg-milk section.history ul.cont > li section.volume div.bg-w div.attention p, body div.bg-milk section.history ul.cont > li section.volume div.bg-w div.attention p {
    padding: 0 0 0 1em;
    text-indent: -1em;
    font-size: 16px;
    line-height: 20px;
  }
  /* line 1094, base.scss */
  html div.bg-milk section.history ul.cont > li section.product, body div.bg-milk section.history ul.cont > li section.product {
    padding: 0 0 20px 0;
  }
  /* line 1096, base.scss */
  html div.bg-milk section.history ul.cont > li section.product h3, body div.bg-milk section.history ul.cont > li section.product h3 {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #006ab4;
    line-height: 55px;
  }
  /* line 1101, base.scss */
  html div.bg-milk section.history ul.cont > li section.product ul, body div.bg-milk section.history ul.cont > li section.product ul {
    *zoom: 1;
    margin-left: -10px;
    margin-right: -10px;
    margin: 0 10px 0 10px;
  }
  /* line 22, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  html div.bg-milk section.history ul.cont > li section.product ul:after, body div.bg-milk section.history ul.cont > li section.product ul:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }
  /* line 1104, base.scss */
  html div.bg-milk section.history ul.cont > li section.product ul li, body div.bg-milk section.history ul.cont > li section.product ul li {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 50%;
    margin-top: 40px;
  }
  /* line 1108, base.scss */
  html div.bg-milk section.history ul.cont > li section.product ul li figure div.photo, body div.bg-milk section.history ul.cont > li section.product ul li figure div.photo {
    text-align: center;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
  }
  /* line 1111, base.scss */
  html div.bg-milk section.history ul.cont > li section.product ul li figure div.photo img, body div.bg-milk section.history ul.cont > li section.product ul li figure div.photo img {
    width: auto;
    height: auto;
    max-width: 150px;
    max-height: 150px;    
  }
  /* line 1115, base.scss */
  html div.bg-milk section.history ul.cont > li section.product ul li figure figcaption, body div.bg-milk section.history ul.cont > li section.product ul li figure figcaption {
    margin-top: 7.5px;
  }
  /* line 1117, base.scss */
  html div.bg-milk section.history ul.cont > li section.product ul li figure figcaption strong, body div.bg-milk section.history ul.cont > li section.product ul li figure figcaption strong {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 3px;
    display: block;
  }
  /* line 1122, base.scss */
  html div.bg-milk section.history ul.cont > li section.product ul li figure figcaption span, body div.bg-milk section.history ul.cont > li section.product ul li figure figcaption span {
    font-size: 18px;
    padding: 0 3px;
    display: block;
  }
  /* line 1126, base.scss */
  html div.bg-milk section.history ul.cont > li section.product ul li figure figcaption input, body div.bg-milk section.history ul.cont > li section.product ul li figure figcaption input {
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0;
    height: 50px;
    margin-top: 10px;
    width: 100%;
    font-size: 25px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 50px;
    font-weight: bold;
    border: none;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.4);
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRhOWJlYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFmN2JlNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4a9bea), color-stop(100%, #1f7be5));
    background-image: -moz-linear-gradient(top, #4a9bea, #1f7be5);
    background-image: -webkit-linear-gradient(top, #4a9bea, #1f7be5);
    background-image: linear-gradient(to bottom, #4a9bea, #1f7be5);
    background-image: -ms-linear-gradient(top, #4a9bea, #1f7be5);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FF4a9bea, endColorstr=#FF1f7be5)";
  }
  /* line 1150, base.scss */
  html div.bg-milk section.pointexchange, body div.bg-milk section.pointexchange {
    width: 640px;
    margin: 0 auto 0 auto;
  }
  /* line 1152, base.scss */
  html div.bg-milk section.pointexchange h2, body div.bg-milk section.pointexchange h2 {
    text-align: center;
    font-size: 35px;
    line-height: 70px;
    background-color: #f8f8f8;
    font-weight: bold;
    border-bottom: 2px solid #006ab4;
  }
  /* line 1157, base.scss */
  html div.bg-milk section.pointexchange table, body div.bg-milk section.pointexchange table {
    width: 600px;
    margin: 20px auto 0 auto;
    border-collapse: collapse;
  }
  /* line 1162, base.scss */
  html div.bg-milk section.pointexchange table thead tr th, body div.bg-milk section.pointexchange table thead tr th {
    background-color: #ebfdff;
    line-height: 55px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    padding: 0 15px;
    border: 1px solid #ddd;
    white-space: nowrap;
  }
  /* line 1172, base.scss */
  html div.bg-milk section.pointexchange table tbody tr td, body div.bg-milk section.pointexchange table tbody tr td {
    background-color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    border: 1px solid #ddd;
    padding: 15px;
  }
  /* line 1177, base.scss */
  html div.bg-milk section.pointexchange table tbody tr td:first-child, body div.bg-milk section.pointexchange table tbody tr td:first-child {
    text-align: left;
    font-weight: bold;
  }
  /* line 1185, base.scss */
  html div.bg-milk section.pointexchange table tfoot tr td, body div.bg-milk section.pointexchange table tfoot tr td {
    background-color: #f8f8f8;
    text-align: center;
    font-size: 20px;
    padding: 15px;
    border: 1px solid #ddd;
    font-weight: bold;
  }
  /* line 1190, base.scss */
  html div.bg-milk section.pointexchange table tfoot tr td:first-child, body div.bg-milk section.pointexchange table tfoot tr td:first-child {
    text-align: right;
    color: #b50000;
    line-height: 30px;
    font-weight: normal;
  }
  /* line 1194, base.scss */
  html div.bg-milk section.pointexchange table tfoot tr:first-child td, body div.bg-milk section.pointexchange table tfoot tr:first-child td {
    border-top: 3px double #ddd;
  }
  /* line 1200, base.scss */
  html div.bg-milk section.pointexchange div.btn, body div.bg-milk section.pointexchange div.btn {
    text-align: center;
    margin-top: 20px;
  }
  /* line 1203, base.scss */
  html div.bg-milk section.pointexchange div.btn input, body div.bg-milk section.pointexchange div.btn input {
    display: inline-block;
    margin: 0 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0 40px;
    height: 50px;
    font-size: 25px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 50px;
    font-weight: bold;
    border: none;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.4);
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRhOWJlYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFmN2JlNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4a9bea), color-stop(100%, #1f7be5));
    background-image: -moz-linear-gradient(top, #4a9bea, #1f7be5);
    background-image: -webkit-linear-gradient(top, #4a9bea, #1f7be5);
    background-image: linear-gradient(to bottom, #4a9bea, #1f7be5);
    background-image: -ms-linear-gradient(top, #4a9bea, #1f7be5);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FF4a9bea, endColorstr=#FF1f7be5)";
  }
  /* line 1219, base.scss */
  html div.bg-milk section.pointexchange div.attention, body div.bg-milk section.pointexchange div.attention {
    margin-top: 15px;
    text-align: center;
  }
  /* line 1222, base.scss */
  html div.bg-milk section.pointexchange div.attention p, body div.bg-milk section.pointexchange div.attention p {
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
  }
  /* line 1229, base.scss */
  html div.bg-milk section.ordercomplete, body div.bg-milk section.ordercomplete {
    width: 640px;
    margin: 0 auto 0 auto;
  }
  /* line 1231, base.scss */
  html div.bg-milk section.ordercomplete h2, body div.bg-milk section.ordercomplete h2 {
    text-align: center;
    font-size: 35px;
    line-height: 70px;
    background-color: #f8f8f8;
    font-weight: bold;
    border-bottom: 2px solid #006ab4;
  }
  /* line 1236, base.scss */
  html div.bg-milk section.ordercomplete p, body div.bg-milk section.ordercomplete p {
    font-weight: bold;
    text-align: center;
  }
  /* line 1240, base.scss */
  html div.bg-milk section.ordercomplete p.h2, body div.bg-milk section.ordercomplete p.h2 {
    font-size: 20px;
    line-height: 35px;
    margin-top: 50px;
  }
  /* line 1243, base.scss */
  html div.bg-milk section.ordercomplete p.phone, body div.bg-milk section.ordercomplete p.phone {
    font-size: 50px;
    margin-top: 30px;
  }
  /* line 1245, base.scss */
  html div.bg-milk section.ordercomplete p.phone a, body div.bg-milk section.ordercomplete p.phone a {
    display: inline-block;
    padding: 0 0 0 60px;
    background: url("/common_mypage/images/ordercomplete/icon_phone.png") left center no-repeat;
    background-size: 40.8px 40.8px;
    text-decoration: none;
    color: inherit;
  }
  /* line 1252, base.scss */
  html div.bg-milk section.ordercomplete p.info, body div.bg-milk section.ordercomplete p.info {
    font-size: 17px;
    line-height: 25px;
    margin-top: 20px;
  }
  /* line 1255, base.scss */
  html div.bg-milk section.ordercomplete div.btn, body div.bg-milk section.ordercomplete div.btn {
    text-align: center;
    margin-top: 50px;
  }
  /* line 1258, base.scss */
  html div.bg-milk section.ordercomplete div.btn input, body div.bg-milk section.ordercomplete div.btn input {
    display: inline-block;
    margin: 0 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0 40px;
    height: 50px;
    font-size: 25px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 50px;
    font-weight: bold;
    border: none;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.4);
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRhOWJlYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFmN2JlNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4a9bea), color-stop(100%, #1f7be5));
    background-image: -moz-linear-gradient(top, #4a9bea, #1f7be5);
    background-image: -webkit-linear-gradient(top, #4a9bea, #1f7be5);
    background-image: linear-gradient(to bottom, #4a9bea, #1f7be5);
    background-image: -ms-linear-gradient(top, #4a9bea, #1f7be5);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FF4a9bea, endColorstr=#FF1f7be5)";
  }
  /* line 1276, base.scss */
  html div.bg-milk section.signin, body div.bg-milk section.signin {
    width: 640px;
    margin: 0 auto 0 auto;
  }
  /* line 1278, base.scss */
  html div.bg-milk section.signin h2, body div.bg-milk section.signin h2 {
    text-align: center;
    font-size: 35px;
    line-height: 70px;
    background-color: #f8f8f8;
    font-weight: bold;
    border-bottom: 2px solid #006ab4;
  }
  /* line 1283, base.scss */
  html div.bg-milk section.signin div.input, body div.bg-milk section.signin div.input {
    text-align: center;
    margin: 30px auto;
    width: 500px;
  }
  /* line 1287, base.scss */
  html div.bg-milk section.signin div.input b, body div.bg-milk section.signin div.input b {
    display: block;
    margin: 10px 0 5px 0;
    text-align: left;
    font-size: 15px;
  }
  /* line 1291, base.scss */
  html div.bg-milk section.signin div.input input[type="text"],
  html div.bg-milk section.signin div.input input[type="password"], body div.bg-milk section.signin div.input input[type="text"],
  body div.bg-milk section.signin div.input input[type="password"] {
    width: 100%;
    padding: 0 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 70px;
    font-size: 20px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ddd;
  }
  /* line 1301, base.scss */
  html div.bg-milk section.signin div.btn, body div.bg-milk section.signin div.btn {
    text-align: center;
    margin-top: 40px;
  }
  /* line 1304, base.scss */
  html div.bg-milk section.signin div.btn input[type="submit"], body div.bg-milk section.signin div.btn input[type="submit"] {
    display: inline-block;
    margin: 0 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0 40px;
    height: 50px;
    font-size: 25px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 50px;
    font-weight: bold;
    border: none;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.4);
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRhOWJlYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFmN2JlNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4a9bea), color-stop(100%, #1f7be5));
    background-image: -moz-linear-gradient(top, #4a9bea, #1f7be5);
    background-image: -webkit-linear-gradient(top, #4a9bea, #1f7be5);
    background-image: linear-gradient(to bottom, #4a9bea, #1f7be5);
    background-image: -ms-linear-gradient(top, #4a9bea, #1f7be5);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FF4a9bea, endColorstr=#FF1f7be5)";
  }
  /* line 1322, base.scss */
  html div.bg-milk section.login, body div.bg-milk section.login {
    width: 640px;
    margin: 70px auto 0 auto;
  }
  /* line 1324, base.scss */
  html div.bg-milk section.login h1, body div.bg-milk section.login h1 {
    text-align: center;
  }
  /* line 1326, base.scss */
  html div.bg-milk section.login h1 img, body div.bg-milk section.login h1 img {
    width: 400px;
    height: 73px;
  }
  html div.bg-milk section.login h1 img.is-oyuhan, body div.bg-milk section.login h1 img.is-oyuhan {
    width: 400px;
    height: 196px;
  }
  /* line 1330, base.scss */
  html div.bg-milk section.login p, body div.bg-milk section.login p {
    font-size: 22px;
    line-height: 33px;
    margin: 50px auto 30px auto;
    width: 500px;
  }
  /* line 1334, base.scss */
  html div.bg-milk section.login div.input, body div.bg-milk section.login div.input {
    text-align: center;
    margin: 20px auto 20px auto;
    width: 500px;
  }
  /* line 1338, base.scss */
  html div.bg-milk section.login div.input b, body div.bg-milk section.login div.input b {
    display: block;
    margin: 10px 0 5px 0;
    text-align: left;
    font-size: 15px;
  }
  /* line 1342, base.scss */
  html div.bg-milk section.login div.input input[type="text"],
  html div.bg-milk section.login div.input input[type="password"], body div.bg-milk section.login div.input input[type="text"],
  body div.bg-milk section.login div.input input[type="password"] {
    width: 100%;
    padding: 0 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 70px;
    font-size: 20px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ddd;
  }
  /* line 1352, base.scss */
  html div.bg-milk section.login div.btn, body div.bg-milk section.login div.btn {
    margin: 20px auto 0 auto;
    width: 500px;
    *zoom: 1;
  }
  /* line 22, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  html div.bg-milk section.login div.btn:after, body div.bg-milk section.login div.btn:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }
  /* line 1356, base.scss */
  html div.bg-milk section.login div.btn a, body div.bg-milk section.login div.btn a {
    display: block;
    vertical-align: middle;
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
  /* line 1361, base.scss */
  html div.bg-milk section.login div.btn input, body div.bg-milk section.login div.btn input {
    float: right;
    display: block;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0 20px;
    height: 50px;
    font-size: 25px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 50px;
    font-weight: bold;
    border: none;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.4);
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRhOWJlYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFmN2JlNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4a9bea), color-stop(100%, #1f7be5));
    background-image: -moz-linear-gradient(top, #4a9bea, #1f7be5);
    background-image: -webkit-linear-gradient(top, #4a9bea, #1f7be5);
    background-image: linear-gradient(to bottom, #4a9bea, #1f7be5);
    background-image: -ms-linear-gradient(top, #4a9bea, #1f7be5);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FF4a9bea, endColorstr=#FF1f7be5)";
  }
  /* line 1382, base.scss */
  html div.bg-milk section.login div.error,
  html div.bg-milk section.signin div.error, body div.bg-milk section.login div.error,
  body div.bg-milk section.signin div.error {
    margin: 20px auto;
    width: 500px;
    border: 2px solid #F00;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.6);
  }
  /* line 1386, base.scss */
  html div.bg-milk section.login div.error p,
  html div.bg-milk section.signin div.error p, body div.bg-milk section.login div.error p,
  body div.bg-milk section.signin div.error p {
    width: auto;
    margin: 5px 10px;
    font-size: 18px;
    line-height: 1.5em;
    color: #f00;
  }
  /* line 1398, base.scss */
  html footer, body footer {
    background-color: #006ab4;
    height: 50px;
    margin-top: -50px;
  }
  /* line 1400, base.scss */
  html footer h1, body footer h1 {
    line-height: 50px;
    text-align: center;
  }
  /* line 1402, base.scss */
  html footer h1 img, body footer h1 img {
    vertical-align: middle;
    width: 163.2px;
    height: 30px;
  }
  /* line 1407, base.scss */
  html footer.line, body footer.line {
    height: 5px;
    margin-top: -5px;
  }
}
