﻿@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: "メイリオ", Meiryo, "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	clip: rect(auto,auto,auto,auto);
	color: #333333;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
img {
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}
.clear_both {
	clear: both;
	margin: 0px;
	padding: 0px;
}
p, ul, ol, li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	font-size: 90%;
}
a:link {
	color: #333333;
	font-size: 12px;
	text-decoration: none;
}
a:visited {
	color: #333333;
	font-size: 12px;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.form {
	width: 336px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background: rgba(0,0,0,0.6);
	padding-top: 52px;
	padding-left: 47px;
	padding-bottom: 40px;
	border-radius: 20px;
	padding-right: 48px;
	margin-bottom: 70px;
}
input[type="text"], input[type="password"] {
	width: 322px;
	font-size: 14px;
	padding-top: 14px;
	padding-right: 8px;
	padding-bottom: 14px;
	padding-left: 8px;
	border-radius: 6px;
	margin-bottom: 18px;
	border: 0px;
}
input[type="submit"] {
	color: #ffffff;
	font-size: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #27A6E1;
	border-radius: 6px;
	border: 0px;
	font-weight: bold;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	text-align: center;
	width: 174px;
}
input[type="submit"]:hover {

	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	background-color: #1C8EC6;
}
.logo {
	margin-left: auto;
	clear: both;
	text-align: center;
	margin-right: auto;
	width: 311px;
	display: block;
	margin-bottom: 80px;
	padding-top: 180px;
	height: 36px;
}
.form-p {
	font-size: 14px;
	color: #FFF;
	line-height: 20px;
	margin-bottom: 18px;
}
.copy-p {
	background-color: #2A2A2A;
	padding-bottom: 10px;
	color: #626262;
	text-align: center;
	padding-top: 10px;
	font-size: 70%;
	position: fixed;
	bottom: 0;
	width: 100%;
	letter-spacing: 0.1em;
}
.bg1 {
	background-attachment: scroll;
	background-image: url(../img/pcback.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: auto;
	background-color: #1D528F;
	background-size: cover;
}


/* タブレット横
------------------------------------------------------------*/
@media screen and (max-width: 1260px) {
body {
	min-width: 1000px;
}
}
	
/* iPhone6 Plus
------------------------------------------------------------*/
@media screen and (max-width: 600px) {
body {
	min-width: 480px;
}

.form {
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background: rgba(0,0,0,0.6);
	padding-top: 52px;
	padding-left: 33px;
	padding-bottom: 40px;
	border-radius: 20px;
	padding-right: 33px;
}
input[type="text"], input[type="password"] {
	width: 340px;
	font-size: 14px;
	padding-top: 14px;
	padding-right: 8px;
	padding-bottom: 14px;
	padding-left: 8px;
	border-radius: 6px;
	margin-bottom: 18px;
	border: 0px;
}
input[type="submit"] {
	color: #ffffff;
	font-size: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #27A6E1;
	border-radius: 6px;
	border: 0px;
	font-weight: bold;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	text-align: center;
	width: 174px;
}
input[type="submit"]:hover {
	background-color: #1C8EC6;
}
.logo {
	margin-left: auto;
	clear: both;
	text-align: center;
	margin-right: auto;
	width: 311px;
	display: block;
	margin-bottom: 70px;
	padding-top: 120px;
	height: 36px;
}
.form-p {
	font-size: 14px;
	color: #FFF;
	line-height: 20px;
	margin-bottom: 18px;
}
.copy-p {
	background-color: #2A2A2A;
	padding-bottom: 10px;
	color: #626262;
	text-align: center;
	padding-top: 10px;
	font-size: 70%;
	position: fixed;
	bottom: 0;
	width: 100%;
	letter-spacing: 0.1em;
}



}
