@charset "utf-8";

body {
	background-color: #ffffff;
	color: #333;
	line-height: 1.6;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,
img {
	border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var{
	font-style: normal;
	font-weight: normal;
}
ol,
ul {
	list-style: none;
}
caption,
th {
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6,
form {
	font-size: 100%;
	font-weight: normal;
}
q:before,
q:after {
	content: '';
}
abbr,
acronym {
	border: 0;
	font-variant: normal;
}
sub {
	vertical-align: text-bottom;
}
body {
	font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", "Meiryo", "MS UI Gothic", sans-serif, "Trebuchet MS";
	font-size: 80%;
	-webkit-text-size-adjust: none;
}
input,
select,
textarea {
	line-height: 1.6;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input,
select,
textarea {
	*font-size:100%;
}
img{
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic; /*画像リサイズ対応*/
}
iframe{
	border: none;
}
a {	
  outline: none; /*点線対応_firefox*/
}
.clearfix {
	zoom: 1; /*for IE 5.5-7*/
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
a,
input[type="submit"] {
	opacity: 1;
	-webkit-transition: opacity .2s linear;
}
a:hover,
input[type="submit"]:hover {
	opacity: 0.8;
	-webkit-transition: opacity .2s linear;
}

@media screen and (min-width: 640px) {

#header h1 {
	padding: 8px;
	background: #53ab3b;
	text-align: center;
	color: #fff;
	font-size: 1.2em;
}
#content p {
	margin-top: 40px;
	text-align: center;
}
#content p br {
	display: none;
}
#content dl {
	margin-top: 40px;
	text-align: center;
}
#content dl dt {
	font-size: 1.1em;
}
#content dl dt br {
	display: none;
}
#content dl dd {
	margin-top: 12px;
}
#content div.error {
	margin-bottom: 16px;
	color: #f00;
	font-size: 1.1em;
}
#content div.big-font {
	width: 420px;
	margin: 40px auto;
	text-align: center;
}
#content div.big-font + div.big-font {
	margin-top: -30px;
}
#content div.big-font a {
	display: block;
	background: url(../img/ico_dl.png) 96% 50% no-repeat #53ab3b;
	background-size: 22px auto;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	line-height: 56px;
	color: #fff;
	text-decoration: none;
	font-size: 1.3em;
}
#content div.big-font a br {
	display: none;
}
#login-form {
	width: 400px;
	margin: 40px auto 0;
	padding: 24px 0;
	background: #eee;
	border: 1px solid #ccc;
	text-align: center;
}
#login-form table {
	margin: 0 auto;
	font-size: 100%;
}
#login-form table th {
	padding: 8px 16px 8px 0;
	text-align: right;
	font-weight: normal;
}
#login-form table td input[type="text"],
#login-form table td input[type="password"] {
	width: 160px;
	padding: 2px 4px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
#login-form table .td_submit {
	padding-top: 16px;
	text-align: center;
}
#login-form table .td_submit input[type="submit"] {
	-webkit-appearance: none;
	display: inline-block;
	width: auto;
	padding: 0 60px;
	background: #53ab3b;
	border: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #fff;
	line-height: 32px;
	cursor: pointer;
	text-decoration: none;
}

}


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

h1 {
	padding: 8px;
	background: #53ab3b;
	text-align: center;
	color: #fff;
	font-size: 1.3em;
}
#content p,
#content dl {
	margin-top: 8%;
	text-align: center;
	font-size: 1.2em;
}
#content dd {
	margin-top: 4%;
	font-size: 0.8em;
}
#content div.error {
	margin-bottom: 16px;
	color: #f00;
	font-size: 1.1em;
}
#content div.big-font {
	width: 90%;
	margin: 8% auto;
	text-align: center;
}
#content div.big-font + div.big-font {
	margin-top: -4%;
}
#content div.big-font a {
	display: block;
	width: 100%;
	padding: 4% 0 14%;
	background: url(../img/ico_dl.png) 50% 84% no-repeat #53ab3b;
	background-size: 20px auto;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	color: #fff;
	text-decoration: none;
	font-size: 1.3em;
}
#login-form {
	width: auto;
	margin: 8% 4% 0;
	padding: 8% 0;
	background: #eee;
	border: 1px solid #ccc;
	text-align: center;
}
#login-form p {
	margin-bottom: 2%;
	color: #f4777c;
	font-size: 1.1em;
}
#login-form table {
	width: auto;
	margin: 0 auto;
	font-size: 100%;
}
#login-form table th {
	padding: 8% 4% 8% 0;
	text-align: right;
}
#login-form table th label {
	text-align: right;
}
#login-form table td input {
	width: 90%;
	padding: 2%;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	font-size: 1.2em;
}
#login-form table .td_submit {
	padding-top: 8%;
	text-align: center;
}
#login-form table .td_submit input[type="submit"] {
	-webkit-appearance: none;
	display: inline-block;
	width: auto;
	padding: 2% 20%;
	background: #53ab3b;
	border: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #fff;
	font-size: 1.2em;
	line-height: 32px;
	cursor: pointer;
	text-decoration: none;
}

}

