@charset "UTF-8";
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;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

* {
  box-sizing: border-box;
  position: relative;
}

div#form form div.submit input {
  display: inline-block;
  padding: 23px 65px;
  line-height: 1.4;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 18px;
  text-decoration: none;
  background-color: #e93417;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: white;
  border: none;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
}
div#form form div.submit input:hover {
  background-color: #ed5d46;
}

body {
  background-color: white;
}

header {
  background-color: black;
  height: 105px;
  padding-top: 2.3em;
}
header h1 {
  position: relative;
  font-family: 'Gilda Display', sans;
  color: #c7c7c7;
  font-size: 40px;
  line-height: 37px;
  /*
  img {
  	width: 604px;
  }
  */
}
header h1 span {
  position: relative;
  top: -1px;
  font-size: 43px;
}

footer {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
  background: #c1c1c1;
}
footer div.copyright {
  color: white;
  font-family: Arial, sans-serif;
  font-weight: 200;
  font-size: 16px;
}

section.size {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

div#form form fieldset.entry table td div.rows div.row span.label, div#form form p.hash_email span.optional {
  display: inline-block;
  background-color: #888;
  color: white;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 12px;
}

#main {
  width: 960px;
  margin: 20px auto;
  background-color: white;
}
#main h2 {
  background-color: #f0f0f0;
  padding: 15px;
  color: #333;
  font-size: 20px;
  margin-bottom: 20px;
}
#main > div.wrapper {
  padding: 40px;
}

#phc_top div.section {
  padding: 20px;
  text-align: center;
  background: #f0f0f0;
  margin-bottom: 40px;
}
#phc_top div.section h4 {
  background: #e0e0e0;
  padding: 10px;
}
#phc_top div.section ul.list {
  margin: 20px auto 10px;
  width: 540px;
  text-align: left;
}
#phc_top div.section ul.list li {
  margin: 10px 0;
}
#phc_top div.section ul.list li:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 5px;
  color: #FF5841;
}
#phc_top div.section ol.number {
  list-style: decimal;
  margin: 20px auto 10px;
  width: 500px;
  text-align: left;
}
#phc_top div.section ol.number li {
  margin: 10px 0;
  line-height: 1.5;
}
#phc_top div.section p.complete {
  margin: 40px 0 20px;
}
#phc_top div.section p.complete span.hash {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 18px;
}
#phc_top div.section p.complete a.continue {
  display: inline-block;
  background: black;
  color: white;
  padding: 10px 20px;
  font-size: 13px;
  text-decoration: none;
}
#phc_top div.section p.complete a.continue:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 5px;
}
#phc_top div.section p.complete a.continue:hover {
  background: #333;
}
#phc_top div.section.entry {
  background: transparent;
  border: 1px solid #ccc;
}
#phc_top div.section.entry div.alert {
  position: relative;
}
#phc_top div.section.entry div.alert span {
  background: #FF5841;
  position: relative;
  color: white;
  padding: 2px 5px;
  font-weight: bold;
  font-size: 14px;
  top: -1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#phc_top div.section.entry nav {
  margin-top: 20px;
}
#phc_top div.section.entry nav a {
  display: block;
  width: 30%;
  margin: 0 auto;
  background: #FF5841;
  color: white;
  padding: 10px 0;
  text-decoration: none;
}
#phc_top div.section.entry nav a:hover {
  opacity: 0.8;
}

div#form form table th, div#form form table td {
  border: none;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 10px;
}
div#form p.top {
  font-size: 14px;
  line-height: 1.4;
  margin: 20px 0;
  background-color: #FFF1E7;
  padding: 8px;
  border: 1px solid #fcc;
}
div#form strong {
  font-weight: bold;
  color: #c00;
}
div#form p.warning {
  margin: 25px 0;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
}
div#form p.warning span {
  border-bottom: 2px solid #999;
  display: inline-block;
  padding-bottom: 3px;
}
div#form div.entry,
div#form div.confirm {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 10px;
}
div#form form table {
  border-collapse: separate;
  border-spacing: 0;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
div#form form table th {
  background-color: #f7f7f7;
  width: 250px;
}
div#form form input[type=text] {
  padding: 5px;
  font-size: 16px;
}
div#form form input[type=text][name=salon_count], div#form form input[type=text][name=barber_count] {
  text-align: right;
}
div#form form div.submit {
  margin: 40px 0;
}
div#form form div.submit input.modify {
  background-color: #ccc;
}
div#form form div.submit input.modify:hover {
  background-color: #c8c8c8;
}
div#form span.required {
  display: inline-block;
  background-color: #e93417;
  color: white;
  font-size: 13px;
  padding: 3px 6px;
  margin-left: 2px;
  margin-right: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
div#form div.complete {
  line-height: 1.4;
}
div#form div.complete h3 {
  font-weight: bold;
  text-align: center;
  margin: 50px 0;
}
div#form div.complete section {
  margin: 1em 0;
}
div#form div.complete section strong {
  font-weight: bold;
}
div#form div.complete section em {
  color: #e93417;
  text-decoration: underline;
}
div#form div.complete div.link {
  margin-top: 50px;
}
div#form div.complete div.link a {
  color: #333;
}
div#form p.top_help {
  margin: 15px 0;
  padding: 10px;
  font-size: 14px;
  background-color: #f4f4f4;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
div#form form fieldset div.form {
  position: relative;
  padding: 10px 0 10px 240px;
  border-bottom: 1px solid #ccc;
}
div#form form fieldset div.form.has-error input[type=text] {
  border-color: #f99;
  background: #fff5f5;
}
div#form form fieldset div.form.col-sm-1 input[type=text] {
  width: 12%;
}
div#form form fieldset div.form.col-sm-2 input[type=text] {
  width: 20%;
}
div#form form fieldset div.form.col-sm-3 input[type=text] {
  width: 28%;
}
div#form form fieldset div.form.col-sm-4 input[type=text] {
  width: 36%;
}
div#form form fieldset div.form.col-sm-5 input[type=text] {
  width: 44%;
}
div#form form fieldset div.form.col-sm-6 input[type=text] {
  width: 52%;
}
div#form form fieldset div.form.col-sm-7 input[type=text] {
  width: 60%;
}
div#form form fieldset div.form.col-sm-8 input[type=text] {
  width: 68%;
}
div#form form fieldset div.form.col-sm-9 input[type=text] {
  width: 76%;
}
div#form form fieldset div.form.col-sm-10 input[type=text] {
  width: 84%;
}
div#form form fieldset div.form.col-sm-11 input[type=text] {
  width: 92%;
}
div#form form fieldset div.form.col-sm-12 input[type=text] {
  width: 100%;
}
div#form form fieldset label.control-label {
  position: absolute;
  left: 5px;
  top: 10px;
  font-size: 15px;
  border: none;
}
div#form form fieldset input[type=text],
div#form form fieldset select {
  padding: 8px 6px;
  font-size: 15px;
  line-height: 1.2;
  border: 1px solid #ccc;
  background: #f3f3f3;
}
div#form form fieldset input[type=text]:focus,
div#form form fieldset select:focus {
  background: white;
}
div#form form fieldset select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
div#form form fieldset textarea {
  padding: 3px;
  font-size: 15px;
  width: 90%;
}
div#form form fieldset span.required {
  background-color: #e93417;
  color: white;
  font-size: 12px;
  padding: 2px 4px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
div#form form fieldset span.help-block {
  display: block;
  color: #666;
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.3;
}
div#form form fieldset span.errormessage {
  display: block;
  font-size: 13px;
  color: red;
  margin: 0 0 5px;
}
div#form form fieldset.entry {
  margin-top: 40px;
}
div#form form fieldset.entry legend {
  font-size: 16px;
}
div#form form fieldset.entry div.no_entry {
  margin: 10px 0;
  padding: 15px;
  border: 1px solid #ffcccc;
  background-color: #fff0f0;
  color: #c00;
  font-size: 14px;
}
div#form form fieldset.entry table {
  margin: 10px 0 40px;
  border-right: none;
  border-collapse: collapse;
}
div#form form fieldset.entry table th {
  text-align: center;
}
div#form form fieldset.entry table td {
  text-align: center;
  white-space: nowrap;
  border-right: 1px solid #ccc;
}
div#form form fieldset.entry table td div.name {
  font-size: 13px;
}
div#form form fieldset.entry table td div.name:first-child {
  margin-bottom: 10px;
}
div#form form fieldset.entry table td div.instagram {
  display: none;
}
div#form form fieldset.entry table td div.instagram p {
  margin: 7px 0 4px;
  text-align: left;
  font-size: 12px;
}
div#form form fieldset.entry table td div.instagram input {
  width: 100%;
  padding: 4px 6px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
}
div#form form fieldset.entry table td input[readonly] {
  border: none;
  text-align: right;
  font-family: 'Verdana', sans-serif;
}
div#form form fieldset.entry table td input.name {
  width: 130px;
}
div#form form fieldset.entry table td input.price {
  width: 100px;
}
div#form form fieldset.entry table td select.section {
  width: 220px;
}
div#form form fieldset.entry table td.error {
  text-align: left;
  background: #fff0f0;
  color: #c00;
  white-space: normal;
}
div#form form fieldset.entry table td.error ul {
  font-size: 14px;
  line-height: 1.5;
}
div#form form fieldset.entry table td.error ul:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
}
div#form form fieldset.entry table td.error ul li {
  display: inline-block;
}
div#form form fieldset.entry table td.void {
  border-left: none;
  border-right: none;
  height: 40px;
}
div#form form fieldset.entry table td div.rows {
  display: table;
  width: 100%;
}
div#form form fieldset.entry table td div.rows div.row {
  display: table-cell;
  width: 50%;
  text-align: right;
  font-size: 13px;
}
div#form form fieldset.entry table td div.rows div.row input {
  width: 260px;
}
div#form form p.hash_email {
  margin: 10px 0;
  font-size: 14px;
  color: #c00;
}
div#form form.confirm div.form {
  padding: 15px 0 15px 240px;
}
div#form form.confirm div.form span.help-block {
  display: none;
}
div#form form div.submit {
  margin-top: 20px;
  text-align: center;
}
div#form form div.submit input {
  padding: 10px 20px;
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}
div#form p.payment_error {
  background: #e93417;
  color: white;
  padding: 15px;
  margin: 20px 0;
}

div.back_to_top {
  text-align: center;
}
div.back_to_top a {
  display: inline-block;
  background: black;
  color: white;
  padding: 10px 15px;
  text-decoration: none;
}
div.back_to_top a:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 10px;
}
div.back_to_top a:hover {
  background: #333;
}

footer {
  margin: 0 auto;
}

/*# sourceMappingURL=photo_creation.css.map */
