@charset "utf-8";
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #333;
	overflow-x: hidden;
}
div, td, th, p, pre {
	text-align:left;
	margin:0;
	padding: 0px;
}
p {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: underline;
	color: #0066CC;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
li {
	margin: 0;
	list-style: none;
}
ol, ul {
	margin: 0;
	padding:0;
}
img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	text-align: center;
}
/*___________ modal ___________ */
.left {
	float: left;
	width: 500px;
}
.error {
	float: left;
	width: 498px;
	text-align: center;
	color: #F00;
	border: 1px solid #F00;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-bottom: 10px;
	font-size: 110%;
}
.table {
	width: 500px;
	border-spacing: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #EBEBEB;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	float: left;
}
td {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	font-size: 110%;
	padding-left: 15px;
}
.head {
	width: 35%;
	background-color: #FAFAFA;
}
.head span {
	color: #F00;
}
.check {
	padding-top: 15px;
	padding-bottom: 15px;
}
.thanks {
	float: left;
	width: 498px;
	text-align: center;
	color: #09F;
	border: 1px solid #09F;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-bottom: 15px;
	background-color: #FAFFFF;
	margin-top: 15px;
	font-size: 110%;
	line-height: 20px;
}
.button {
	width: 500px;
	float: left;
	height: 44px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.button_set {
	width: 380px;
	float: left;
	height: 44px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-right: 60px;
	padding-left: 60px;
}

input#button_form_check {
	height: 44px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 175px;
	background-image: url(../img/common/button_form_check.png);
	background-position: top;
	text-indent: -9999px;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	display: block;
}
input#button_form_back {
	height: 44px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 175px;
	background-image: url(../img/common/button_form_back.png);
	background-position: top;
	text-indent: -9999px;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	display: block;
	float: left;
}
input#button_form_send {
	height: 44px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 175px;
	background-image: url(../img/common/button_form_send.png);
	background-position: top;
	text-indent: -9999px;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	display: block;
	float: right;
}

input[type=text] {
	outline: none;
	font-size: 16px;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 250px;
}
@-moz-document url-prefix(){
	input,
	select,
	textarea{
		font-family:MS UI Gothic;
	}
}
