/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html, body {
  height: 100%;
  width: 100%;
}

.wrapper {
 width: 100%;

}

@-ms-viewport {
  width: device-width; }
body {
  -ms-overflow-style: scrollbar;
    font-family: 'Lucida Grande', Arial, 'Hiragino Kaku Gothic Pro', Meiryo, 'メイリオ', sans-serif;}

@media screen and (max-width: 480px) {
  html, body {
    min-width: 320px; } 
	}
	
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  background-image: url("images/064.jpg");
  background-size: cover;
  background-position: left tom;
  background-repeat: no-repeat;
  }
 
body.is-preload *, body.is-preload *:before, body.is-preload *:after {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important; }

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; }
  

p { color: #fff;

}

body.works {
background-image: none;
}

@media screen and (min-width: 810px) {
.form {
    border: solid 1px #333;
    padding: 30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: rgba(0,0,0,0.5);
    margin-bottom: 50px;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
}

.form h1 {
    letter-spacing: 2px;
    margin: 0 0 0px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}


.form_box {
    
    vertical-align: middle;
    
    margin-top: 20px;
    margin-bottom: 15px;
    padding: 20px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 800px) {

.form {
    border: solid 1px #333;
    padding: 30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: rgba(0,0,0,0.5);
    margin-bottom: 50px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.form h1 {
    letter-spacing: 2px;
    margin: 0 0 15px;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}


.form_box {
    
    vertical-align: middle;
    
    margin-top: 20px;
    margin-bottom: 15px;
    padding: 20px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

}

button {
    display: block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin: 0 auto;
}

button:hover {
    background: #00b0da;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #00a1d0), color-stop(0, #00bedf));
    background: -webkit-linear-gradient(#00bedf, #00a1d0);
}

button {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

body>div>a>button {
    margin-left: 0;
    margin: 0 auto;
    display: block;
}

a+button {
    margin-left: 20px
}

a {
    text-decoration: none;
}

a:focus,
a:hover {
    outline: none;
    text-decoration: none;
}

input::-webkit-input-placeholder {
    color: #777;
}

button {
    padding: 10px 13px 11px;
    font-size: 18px;
    cursor: pointer;
    font-weight: bold;
    font-weight: bold;
    border-radius: 4px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid #0093c9;
    color: #ffffff;
    background: #009ecf;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.28), inset 0px 2px 0px -1px #10a4d2;
}

input[type=button] {
    padding: 10px 13px 11px;
    font-size: 18px;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    border-radius: 4px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid #c3c3c3;
    color: #7c7c7c;
    background: #ffffff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.28);
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.28);
    margin-left: 180px;
    margin-right: 25px;
}

input[type=button]+button {
    display: inline-block;
}

input+div,
select+div,
textarea+div {
    float: right;
    width: 420px;
    color: red;
    margin-bottom: -10px;
}

.error-form {
    border-color: #fb9a93 !important;
}