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

/* Reset 
-------------------------------------------------------------- */

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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
.clear { clear: both}
.clearfix:after {
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0;
    display: block;
    content: " ";
}
* html .clearfix {/* IE6 */
    zoom: 1;
}
*:first-child+html .clearfix {/* IE7 */
    zoom: 1;
}

img, iframe {
     max-width: 100%;
     height: auto;
}


/* Layout
----------------------------------------------------- */
#wrapper {
	background: #fff;
}
h1 {
	color: #fff;
	font-weight: 700;
	text-align: center;
	background: #222;
	border-radius: 4px;
	padding: 5px 10px;
}
input[type="submit"] {
  -webkit-appearance: none;
}
#formfooter, #formfooter {
	font-size: 12px;
	text-align: center;
	margin-top: 30px;
}

@media screen and (max-width:768px){
#wrapper {
	width: 95%;
	margin: 10px auto;
}
h1 {
	font-size: 14px;
	margin-bottom: 10px;
}
dl {
	margin: 0 auto 10px;
	font-size: 14px;
}
dt span {
	color: #933;
	font-size: 12px;
}
dl dt {margin:0;}
dd input.name {
	width: 70%;
}
dd input {
	width: 97%;
}
.btn {
	text-align: center;
}
.btn input {
	border-style: none;
	font-size: 14px;
	background: #444;
	color: #FFF;
	border-radius: 5px;
	padding: 7px 40px;
}
.btn input:hover {
	background: #222;
}
}
@media screen and (min-width:768px){
#wrapper {
	width: 95%;
	margin: 50px auto;
}
h1 {
	font-size: 18px;
	margin-bottom: 20px;
}
dl {
	width: 96%;
	margin: 0 auto 20px;
	font-size: 14px;
}
dt span {
	color: #933;
	font-size: 12px;
}
dl dt {
	float: left;
	width: 220px;
}
dl dd {
	margin-left: 220px;
}
dd input.name {
	width: 70%;
}
dd input {
	width: 98%;
}
.btn {
	text-align: center;
}
.btn input {
	border-style: none;
	font-size: 14px;
	background: #444;
	color: #FFF;
	border-radius: 5px;
	padding: 7px 40px;
}
.btn input:hover {
	background: #222;
}
}
@media screen and (min-width:1025px){
#wrapper {
	width: 700px;
	border-radius: 8px;
	padding: 20px;
	box-shadow:rgba(219, 219, 219, 0.65098) 0px 0px 6px 3px;
	-webkit-box-shadow:rgba(219, 219, 219, 0.65098) 0px 0px 6px 3px;
	-moz-box-shadow:rgba(219, 219, 219, 0.65098) 0px 0px 6px 3px;
	margin: 50px auto;
}
h1 {
	font-size: 18px;
	margin-bottom: 20px;
}
dl {
	width: 680px;
	margin: 0 auto 20px;
	font-size: 14px;
}
dt span {
	color: #933;
	font-size: 12px;
}
dl dt {
	float: left;
	width: 220px;
}
dl dd {
	margin-left: 220px;
}
dd input.name {
	width: 50%;
}
dd input {
	width: 98%;
}
.btn {
	text-align: center;
}
.btn input {
	border-style: none;
	font-size: 14px;
	background: #444;
	color: #FFF;
	border-radius: 5px;
	padding: 7px 40px;
}
.btn input:hover {
	background: #222;
}
}