body {
	margin: 0;
}
a {
	background-color: transparent;
}
a:active,
a:hover {
	outline: 0;
}
b {
	font-weight: bold;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
button,
input {
	font: inherit;
	margin: 0;
	color: inherit;
}
button {
	overflow: visible;
}
button {
	text-transform: none;
}
button {
	cursor: pointer;

	-webkit-appearance: button;
}
input {
	line-height: normal;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
}
input,
button {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
a {
	text-decoration: none;

	color: #2a4c5e;
}
a:hover,
a:focus {
	text-decoration: underline;

	color: #122129;
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
h1 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}
h1 {
	margin-top: 4px;
	margin-bottom: 4px;
}
h1 {
	font-size: 36px;
}
p {
	margin: 0 0 10px;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.col-md-4 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
@media (min-width: 992px) {
	.col-md-4 {
		float: left;
	}
	.col-md-4 {
		width: 33.33333333%;
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}
}
.form-control {
	font-size: 14px;
	line-height: 1.42857143;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	color: #555;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: #fff;
	background-image: none;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
		0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
		0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
	opacity: 1;
	color: #999;
}
.form-control:-ms-input-placeholder {
	color: #999;
}
.form-control::-webkit-input-placeholder {
	color: #999;
}
.form-group {
	margin-bottom: 15px;
}
.input-lg {
	font-size: 18px;
	line-height: 1.3333333;
	height: 46px;
	padding: 10px 16px;
	border-radius: 6px;
}
.btn-primary {
	color: #fff;
	border-color: #223e4c;
	background-color: #2a4c5e;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	color: #fff;
	border-color: #0f1c22;
	background-color: #1a2f3b;
}
.btn-primary:active {
	background-image: none;
}
.btn-lg {
	font-size: 18px;
	line-height: 1.3333333;
	padding: 10px 16px;
	border-radius: 6px;
}
.btn-lg {
	font-size: 18px;
	line-height: 1.3333333;
	padding: 10px 16px;
	border-radius: 6px;
}
.btn-lg {
	font-size: 18px;
	line-height: 1.3333333;
	padding: 10px 16px;
	border-radius: 6px;
}
.home .row {
	margin: 0;
	padding: 0;
	padding-top: 4%;
}
.home .logo {
	font-family: 'Alegreya Sans', sans-serif;
	width: 100%;
	padding-bottom: 20px;

	text-align: center;
	color: #fff;
	text-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 768px) {
	.home .logo {
		font-size: 250%;
		padding-top: 20%;
	}
}
@media screen and (max-width: 768px) {
	.home .logo {
		font-size: 250%;
		padding-top: 50px;
	}
}
.home .logo p {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 50%;
}
.home .logo p a {
	text-decoration: underline;
	color: #fff;
}
.home-SignIn {
	margin: 5px;
	margin-bottom: 5%;
	padding: 30px;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.3);
}
.home-SignIn p {
	font-size: 50%;

	padding-top: 5px;
}
.home-SignIn input:focus {
	color: #000;
}
.home-SignIn input {
	font-size: 24px;
	color: #fff;
	border: none;
	border-bottom: 2px solid rgba(255, 255, 255, 0.4);
	border-radius: 0;
	background: none;
	box-shadow: none;
}
.home-SignIn input::-moz-placeholder {
	color: rgba(255, 255, 255, 0.7);
}
.home-SignIn input::-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.7);
}
.home-SignIn input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.7);
}
.home-SignIn input:focus {
	border-bottom: 2px solid #fff;
	box-shadow: none;
}
.home-SignIn h1 {
	font-weight: 300;
	color: #fff;
}
.home-SignIn .form-group {
	padding: 8px 0;
}
.row {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background: #eee;
}
.background {
	position: fixed;
	z-index: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
	background: url('https://product.kinoya.jp/images/bg.jpg');
	background-color: #1b1311;
	background-repeat: repeat-x;
	background-position: center;
	background-size: auto 100%;
}
[ui-view] {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
