h1{font-size:138.5%;}
h2{font-size:123.1%;}
h3{font-size:108%;}
h1,h2,h3{margin:1em 0;}
h1,h2,h3,h4,h5,h6,strong{font-weight:bold;}
abbr,acronym{border-bottom:1px dotted #000;cursor:help;}
em{font-style:italic;}
blockquote,ul,ol,dl{margin:1em;}
ol,ul,dl{margin-left:2em;}
ol li{list-style:decimal outside;}
ul li{list-style:none;}
dl dd{margin-left:1em;}
caption{margin-bottom:.5em;text-align:center;}
p,fieldset,table{padding:0;margin:0;}
body{font-family:Helvetica, "游ゴシック", "Yu Gothic", sans-serif; margin:0;}
header{background-color:#000;padding:7px;}
h1 {
	margin: 0px 0px 0px 10px;
	font-size:23px;
	color:#fffff0;
	font-weight: normal;
  letter-spacing: 2px;
}
h1 a {
	color:#fffff0;
	font-weight: normal;
	text-decoration: none;
}
h2 {
	margin: 50px 0 0px 0;
	font-family:'Verdana';
	font-weight: normal;
	font-size: 35px;
	text-align: center;
	letter-spacing: 1px;
}
div#wrap {
	font-family:'Verdana';
	background-color: #ffffff;
	letter-spacing: 1px;
	border-radius:10px;
	width:80%;
	max-width: 1000px;
	margin: 50px auto;
	padding-right:10px;
	margin-bottom:100px;
}
form {
	font-size:18px;
	width:90%;
	margin: 0 auto;
	padding:15px;
}
form p {
	margin: 18px 0;
}
input, textarea {
	width:100%;
	border: solid 1px #aaa;
	border-radius:7px;
	margin: 3px 0;
	padding:5px;
	margin-bottom:5px;
	font-size: 17px;

}
textarea {
	width:100%;
	height: 100%;
	border-radius:10px;
	resize: vertical;
}
p#send {
	width:100%;
	text-align:center;
}
input[type="submit"] {
	font-family:'Verdana';
	color:#fffff0;
	width:200px;
	padding:20px;
	background-color:#0B1F3A;
	margin-left:15px;
	border:none;
	-webkit-transition:all 0.1s linear;
	-moz-transition:all 0.1s linear;
	-ms-transition:all 0.1s linear;
}
input[type="submit"]:hover {
	color:#222;
	width:200px;
	background-color:#079BE4;
}


input:valid {
background-image:none;
}
 input::-webkit-input-placeholder {
color: #eee;
/*font-weight:500;*/
/*font-size: 16px;*/
}
 input:-moz-placeholder {
color:  #eee;
font-weight: normal;
/*font-size: 16px;*/
}
 input:-ms-input-placeholder {
color:  #eee;
font-weight: normal;
/*font-size: 16px;*/
}
 textarea::-webkit-input-placeholder {
color: #eee;
font-weight: normal;
/*font-size: 16px;*/
}
 textarea:-moz-placeholder {
color:  #eee;
font-weight: normal;
/*font-size: 16px;*/
}
 textarea:-ms-input-placeholder {
color:  #eee;
font-weight: normal;
/*font-size: 16px;*/
}
 input:focus::-webkit-input-placeholder {
color:transparent;
}
input:focus:-moz-placeholder {
color:transparent;
}
input:focus::-moz-placeholder {
color:transparent;
}
 textarea:focus::-webkit-input-placeholder {
color:transparent;
}
textarea:focus:-moz-placeholder {
color:transparent;
}
textarea:focus::-moz-placeholder {
color:transparent;
}
label span {
	color:#ff0000;
}
footer {
	clear:both;
	height: 27px;
	/*background-color: #000;*/
padding:20px 20px 10px 0px;
	position:relative;
}
#copyright {
	color:#fffff0;
	float:right;
	margin-bottom: 10px;
}
span.cp {
	margin:0 3px;
	font-family:Arial;
	font-size:13px
}
#page-top {
	position: absolute;
	top: -28px;
	right: 3px;
	background: #000;
	/* width: 140px;*/
 height: 28px;
	padding: 0 19px 0 12px;
}
#page-top a {
	font-family: 'Microsoft Sans Serif';
	display: block;
	margin: 0 auto;
	padding-top: 7px;
	color: #ccc;
	font-size: 12px;
	/* padding-right: 5px; */
    text-decoration: none;
}
#page-top a span {
	color: #ccc;
	font-size: 8px;
	padding-right: 5px;
	margin-left: 9px;
}

@media only screen and (max-width: 400px) {
 body {
background-color: #fff;
}
header {
padding:6px;
text-align: center;
}
 h1 {
font-size: 95%;
}
 h2 {
margin: 30px 0 0px 0;
font-size: 20px;
}
div#wrap {
margin: 0px auto;
padding-right:10px;
margin-bottom:80px;
}
 footer {
 clear:both;
 text-align: center;
 padding:20px 20px 34px 0px;
 position:relative;
 font-size: 90%;
}

 #page-top {
 position: absolute;
 top: -28px;
 right: 3px;
 background: #000;
/* width: 140px;*/
 height: 28px;
 padding: 0 19px 0 12px;
}
#page-top a {
font-family: 'Microsoft Sans Serif';
 display: block;
 margin: 0 auto;
 padding-top: 7px;
 color: #ccc;
 font-size: 12px;
    /* padding-right: 5px; */
    text-decoration: none;
}
 #page-top a span {
 color: #ccc;
 font-size: 8px;
 padding-right: 5px;
 margin-left: 9px;
}
}
