@charset "utf-8";

h1, h2, h3, p, dl, dt, dd, ul {
	margin: 0;
	padding: 0;
}

body {
  background: url(../img/bg_body.gif) #F1F1F1;
  color: #333;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  line-height: 1.4em;
}

a {
	text-decoration: none;
}

.error {
	color: #F30;
	font-size: 11px;
	text-align: left;
}

.sub {
	font-size: 11px;
}

.bt {
	background: #26A8A8;
	border-bottom: 2px solid #257777;
	border-radius: 6px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .20);
	color: #FFF;
	display: inline-block;
	font-size: 16px;
	line-height: 50px;
	overflow: hidden;
	position: relative;
	text-align: center;
	top: -2px;
	width: 200px;
	z-index: 50;
}

.bt i.fa {
	font-size: 18px;
	position: relative;
	top: 1px;
}

.bt:hover {
	background: #51B9B9;
	border-bottom-width: 0;
	top: 0;
}

.bt input[type="submit"],
.bt input[type="button"] {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.bt.off {
	background: #AAA;
	border-bottom: 2px solid #666;
	top: -2px;
}

.pagetop {
	clear: both;
	margin-bottom: 15px;
	text-align: right;
	width: 860px;
}

#wrapper {
	background: #FFF;
	border: 1px solid #CCC;
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
	margin: 0 auto;
	width: 880px;
}

#header {
	padding: 15px 20px;
	position: relative;
}

#form-title {
	background: #069;
	padding: 2px 0;
}

#wrapper > h2 {
	background: url(../img/bg_h.gif) #009999;
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #FFF;
	color: #FFF;
	font-size: 20px;
	font-weight: lighter;
	line-height: 60px;
	text-align: center;
}

#wrapper > h2 i.fa {
	font-size: 26px;
	position: relative;
	top: 2px;
}

#contents {
	padding: 30px 50px 50px 50px;
}

#contents > p {
	margin-bottom: 20px;
}

#bt-bl {
	clear: both;
	min-height: 60px;
	text-align: center;
}

#bt-bl .bt {
	margin: 0 10px;
}

#error-attend {
	border: 1px solid #F30;
	color: #F30;
	font-size: 13px;
	padding: 10px 15px;
}

#tax_textp {
	margin: 0 0 10px;
	color: #333;
	font-size: 10px;
	text-align: center;
	letter-spacing: .1em;
}

footer {
	display: none;
}


/*----------------------------------------------------------------------------- sp
*/
@media screen and (max-width: 880px) {
	#wrapper {
		border: none;
		width: 100%;
	}

	#wrapper > h2 {
		font-size: 17px;
		line-height: 50px;
	}

	#form-title > h2 i.fa {
		font-size: 18px;
		top: 1px;
	}

	#contents {
		padding: 20px 0 50px 0;
	}

	#contents > p {
		margin: 0 10px 20px 10px;
	}

	#contents > div {
		margin: 0 10px 0 10px;
	}

	.bt {
		width: 130px;
	}

	.pagetop {
		margin-right: 10px;
		width: auto;
	}

	#tax_textp {
		line-height: 1.3em;
		margin: 0 10px 10px 10px;
	}

	body #footer {
		display: none;
	}

	footer {
		display: block;
		margin: 0 auto;
		}
	footer ul li{
		display: block;
		border-top: 1px solid #CCCCCC;
		color: #000000;
		}
	footer ul li a{
		display:block;
		padding: 15px 10px 15px 10px;
		background: url(../img/ft_arrow.gif) no-repeat 97% 50% #F6F6F6;
		background-size:7px 11px;
		}
	footer ul li span{
		padding:0 20px 0 0;
		background: url(/sph/common/img/ft_pcicon.gif) no-repeat right center;
		background-size:15px 12px;
		}
	footer #ft_logo {
		border-top: 1px solid #999;
		display: block;
		text-align: center;
		}
	footer #ft_logo img {
		width: 26.4%;
		max-width: 169px;
		height: auto;
		}
	footer #ft_copyright {
		display: block;
		text-align: center;
		}
	footer #ft_copyright img {
		width: 92.1%;
		max-width: 590px;
		height: auto;
		}
}


/*----------------------------------------------------------------------------- FontAwesome IE7
*/
.ua-ie-7 .fa-user{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf007;');}
.ua-ie-7 .fa-arrow-circle-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a9;');}
.ua-ie-7 .fa-arrow-circle-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a8;');}
.ua-ie-7 .fa-times-circle{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf057;');}