@charset "utf-8";

/* ---------------------------------------------------------------

  RESET

--------------------------------------------------------------- */

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
h1,h2,h3,h4,h5,h6,form{
  font-weight:normal;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
img{
  outline:none;
}
ol, ul, li{
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a, a:link, a:active, a:visited {
  text-decoration: underline;
  outline:none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline: 0;
}
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}
button, input {
  line-height: normal;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}


/*  clearfix
------------------------------------------ */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /**//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*  display
------------------------------------------ */
.disn{display:none !important; height:0;}
.disb{display:block !important;}


/* ---------------------------------------------------------------

  STYLE

--------------------------------------------------------------- */

html{
  width: 100%;
}
body{
  margin: 0;
  padding: 0;
  border: 0;
  font-family: Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" ,"Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-size: 14px;
  line-height: 140%;
  background-color: #ddd;
  width: 100%;
  text-align: left;
  color: #333;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img {
  border-width: 0 0 0 0;
  max-width:100%;
}
a {
  color:#008cd6;
  outline: none;
  text-decoration: underline;
}
a:link {
  color:#008cd6;
  text-decoration: underline;
}
a:visited {
  color:#008cd6;
  text-decoration: underline;
}
a:hover {
  color:#008cd6;
  text-decoration: none;
}

.wrap{
  max-width: 800px;
  background: #FFF;
  margin: 0 auto;
}


/* ---------------------------------------------------------------

  facebookメッセンジャー用

--------------------------------------------------------------- */

.header{
  text-align: center;
  margin-bottom: 20px;
}

.header .app-name{
  font-weight: bold;
  font-size: 15px;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  background-color:#00a040;
}

.header .page-title{
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    color: #00a040;
    border-bottom: 3px solid #ccc;
    background: #efefef;
}

.content{
  margin: 20px;
}

.print-num{
    margin-top: 20px;
    padding:15px;
    border: 1px solid #ccc;
    background: #e0ffe6;
}

.print-num .num-wrap{
}

.print-num .num-wrap .ttl{
  font-size: 16px;
  font-weight: bold;
  color: red;
  padding-bottom: 10px;
  text-align: center;
}

.print-num .num-wrap .num{
  word-break: break-all;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border: 1px solid #ccc;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 15px 10px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  width: 100%;
  box-sizing: border-box;
  color: #000;
  background: #eee;
}

.print-num .print-limit{
  text-align: center;
  color: #666;
}

.print-num .print-limit .ttl{
  margin-top: 10px;
}

.print-num .print-limit .date{
}

.print-num .qrcode-wrap .ttl{
  font-size: 16px;
  font-weight: bold;
  color: red;
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: center;
}

.print-num .qrcode-wrap .qrcode{
  text-align: center;
}

.upload-photo{
  margin-top: 20px;
}

.upload-photo .ttl{
  margin-bottom: 20px;
  margin: 20px 15px 15px 0px;
  font-size: 16px;
  color: #008cd6;
}

.upload-photo .photo-list{
  margin-bottom: 10px;
}

.upload-photo .photo-list li{
  margin-top: 10px;
  padding: 2px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  text-align: center;
}

.upload-photo .photo-list li img{
  vertical-align: middle;
}

.upload-photo .photo-list li:first-child{
  margin-top: 0;
}

a.btn-green{
  text-decoration: none;
   color: #FFF;
    display: block;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 14px;
    width: 100%;
    padding: 12px 10px 10px 10px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: #00a040;
    box-shadow: 0px 5px 0px 0px rgba(0, 120, 48, 1);
    -webkit-box-shadow: 0px 5px 0px 0px rgba(0, 120, 48, 1);
    -moz-box-shadow: 0px 5px 0px 0px rgba(0, 120, 48, 1);
}

.footer{
  margin-top: 30px;
  padding: 10px;
  background: #eee;
  border-top: 1px solid #ccc;
}

.footer .copy{
  text-align: center;
  font-size: 10px;
}
