@charset "UTF-8";
/* CSS Document */
body {
	margin:0 auto;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-feature-settings: "palt";
}


.back {
	text-align:center;
	margin:0 auto;
	margin-top:40px;
	margin-bottom:50px;
}

/*スクロールTOP*/
#page-top {
	position: fixed;
	float:right;
	display:block;
	margin-bottom:15px;
	right:10px;
	height:50px;
	width:50px;
	background:none;
	z-index:100;
}
#page-top a {
	margin:0 auto;
	margin-right:10px;
	vertical-align:bottom;
	text-decoration: none;
	color: #fff;
	width: 40px;
	height:40px;
	padding:0;
	text-align: center;
	display: block;
	bottom: -45px;
	background:none;
	background-image:url(img/page-top.png);
	background-repeat:no-repeat;
	opacity: 0.6;
}
#page-top a:hover {
	opacity: 1;
}






#main {
	width:750px;
	margin:0 auto;
	margin-top:20px;
	padding-bottom:60px;
	text-align:center;
	font-size:11pt;
	color: #000;
}

.main {
	font-size:13pt;
}

a {
	color:#0085ce;
	color: #06C;
}

small {
	font-weight:normal;
	line-height:2em;
}

form {
	background: #fdf5e6;
	color:#333;
	font-size:12pt;
	font-weight:bold;
	width:100%;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:50px;
	padding-top:15px;
	padding-bottom:15px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-o-border-radius: 12px;
	behavior: url('PIE.htc'); /* IE */
	}

form div {
	padding: 10px 15px;
	text-align:left;
	}


form img {
	margin-right:5px;
	margin-bottom:-3px;
	}




#header {
	margin:0 auto;
	text-align:center;
	padding-top:50px;
}
#header img {
	margin:0 auto;
	width: 350px;

}

.important {
	width:670px;
	padding:15px;
	border:solid 1px #F00;
	margin:0 auto;
	color:#F00;
	line-height:2em;
	font-size:10pt;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	behavior: url('PIE.htc'); /* IE */
}
.important2 {
	color:#F00;
	font-size:13pt;
	font-weight:bold;
	text-align:center;
}



h1 {
	font-size:16pt;
	text-align:center;
	letter-spacing:2px;
}



.red {
	color:#F00;
	margin-top:30px;
	}






.text2 {
    border:1px solid #777;
    padding: 6px;
    color: #333;
	font-size:12pt;
	margin-bottom: 3px;
    background: #fff;
/* Webkit */
    background: -webkit-gradient(linear,left top,left bottom,from(#eee),to(#fff));
/* Firefox */
    background: -moz-linear-gradient(top,#eee,#fff);
/* IE */
	background: linear-gradient(top,#eee,#fff);
	-pie-background: linear-gradient(to bottom, #eee, #fff);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffeeeeee,endColorstr=#ffffffff);
    zoom: 1;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	behavior: url('PIE.htc'); /* IE */
}
.btn2 {
	width:150px;
	border:solid 1px #666;
	padding:10px 40px;
	font-size:10pt;
	text-transform:uppercase;
	color:#333;
	cursor:pointer;
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
	background-image: -webkit-linear-gradient(top, #eee, #ccc);
	background-image: -moz-linear-gradient(top, #eee, #ccc);
	background-image: -ms-linear-gradient(top, #eee, #ccc);
	background-image: -o-linear-gradient(top, #eee, #ccc);
	background-image: linear-gradient(top, #eee, #ccc);
	-pie-background: linear-gradient(to bottom, #eee, #ccc);
	behavior: url('PIE.htc'); /* IE */
}
.btn2:hover {
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0);
	-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0);
	behavior: url('PIE.htc'); /* IE */
}


/* サンプル文字の色　各ベンダープレフィックスが取れた標準版*/
:placeholder-shown {
	color:#CCC;}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color: #CCC; }

/* Firefox 18- */
:-moz-placeholder {
    color: #CCC; opacity: 1; }

/* Firefox 19+ */
::-moz-placeholder {
    color: #CCC; opacity: 1; }

/* IE 10+ */
:-ms-input-placeholder {
    color: #CCC; }


textarea {
  min-width: 100px;
  min-height: 100px;
}

.privacy {
	border:dotted #666 2px;
	padding: 20px;
	border-radius: 20px;
	margin: 20px;
	font-size: 10pt;
}



/* タブレット */
@media only screen and ( min-width: 680px) and ( max-width: 950px ) {













}



/* スマホ */	
@media only screen and ( max-width: 767px) {



form {
	width:90%;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:50px;
	padding-top:15px;
	padding-bottom:15px;
	}





#main {
	width:90%;
	margin-bottom:20px;
}

.important {
	width:84%;
	padding:15px;
	line-height:2em;
	font-size:10pt;
}





h1 {
	letter-spacing:0px;
}








}