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

body {
	font-family: 'メイリオ', Meiryo, 'MS UI Gothic', sans-serif;
	margin: 0;
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 13px;
	line-height: 18px;
	background: #87c023 url(../img/back.gif) repeat;
}
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
	-webkit-text-size-adjust: none;/* iPhoneでの文字サイズ自動修正 
を使わない*/
}
h1, h2, h3, h4, h5, h6, p, div, ul, li {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
.required-txt a:link {
	color: #999933;
	text-decoration: underline;
}
.required-txt a:visited {
	color: #999933;
	text-decoration: underline;
}
.required-txt a:hover {
	color: #b4b45b;
	text-decoration: underline;
}
.required-txt a:active {
	color: #999933;
	text-decoration: underline;
}
#content {
	width: 650px;
	margin: 0 auto 20px auto;
	padding: 0;
	position: relative;
}
textarea {
	height: 60px;
	width: 500px;
	padding: 0 10px 0 0;
}
textarea:focus, input:focus {
	background: #F1F1F1;
}
.attention a:link {
	color: #ff485c;
	text-decoration: underline;
}
.attention a:visited {
	color: #ff485c;
	text-decoration: underline;
}
.attention a:active {
	color: #ff485c;
	text-decoration: underline;
}
h1#top {
	padding: 0 0 0;
}
p {
	text-align: center;
}
span {
	font-size: 11px;
	color: #333;
}
#header h1, #copy {
	text-align: center;
}
.contents {
	background: #FFF;
	border: 3px solid #999933;
	border-radius: 10px;
	margin: 0 auto;
	padding: 15px 0 20px;
	width: 600px;
	box-shadow: 1px 1px 2px #000;
}
.marginT10 {
	margin-top: 10px;
}
.required {
	padding: 0 0 0 5px;
	color: #ff2b00;
	font-size: 12px;
	font-weight: bold;
}
.required-txt {
	font-size: 12px;
	text-align: left;
	padding: 10px 40px 10px 40px;
}
.required-txt2 {
	font-size: 15px;
	text-align: center !important;
	font-weight: bold;
	padding: 3px 40px 5px;
	line-height: 1.6;
}
.required-txt span {
	color: #ff2b00;
	font-weight: bold;
}
.read {
	width: 520px;
	margin: 0 auto;
	padding: 10px 30px 0;
	color: #333;
	font-size: 13px;
	line-height: 1.6;
}
.read span {
	color: #ff485c;
	font-size: 14px;
}
.attention {
	font-size: 11px;
	padding: 10px 0;
	line-height: 1.6;
}
.input {
	text-align: left;
}
.line {
	width: 518px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
}
.line2 {
	width: 518px;
	margin: 0 auto;
	padding: 10px 0 20px 0;
}
.copy p {
	font-size: 10px;
	color: #333;
	padding: 20px 0 5px 0;
}
.error, .thanks {
	padding: 60px 0 30px 0;
}
.error p, .thanks p {
	font-size: 12px;
	line-height: 1.8;
}
.thanks p span {
	font-weight: bold;
	color: #ff485c;
	font-size: 15px;
}
.error p a {
	color: #FFF;
	text-decoration: none;
}
.form_area div {
	padding: 10px 40px;
}
label {
	color: #333;
	line-height: 1.6;
	font-weight: bold;
	padding-left: 23px;
	background: url(../img/icon.gif) no-repeat;
}
.dotline {
	border-bottom: 2px dotted #999933;
	margin: 10px 40px;
	width: 520px;
}
.text, .file, textarea, .dropdown {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #999999;
	border-radius: 5px;
	color: #333333;
	margin: 5px 0 0;
	padding: 7px 5px;
}
.btn1 {
	color: #FFF;
	cursor: pointer;
	font-size: 125%;
	font-weight: bold;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: none;
	padding: 9px 18px;
	text-decoration: none;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #f6e100), color-stop(100%, #ae9217) );
	background: -moz-linear-gradient( center top, #f6e100 5%, #ae9217 100% );
	background: -ms-linear-gradient( top, #f6e100 5%, #ae9217 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6e100', endColorstr='#ae9217');
	background-color: #f6e100;
	color: #FFF;
	display: inline-block;
	text-shadow: 1px 1px 0px #ae9217;
	margin: 0 10px 0 0;
}
.btn1:hover {
	color: #FFF;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffee3a), color-stop(100%, #bea412) );
	background: -moz-linear-gradient( center top, #ffee3a 5%, #bea412 100% );
	background: -ms-linear-gradient( top, #ffee3a 5%, #bea412 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffae00', endColorstr='#bea412');
	background-color: #ffee3a;
}
.btn1:visited {
	color: #FFF;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #f6e100), color-stop(100%, #ae9217) );
	background: -moz-linear-gradient( center top, #f6e100 5%, #ae9217 100% );
	background: -ms-linear-gradient( top, #f6e100 5%, #ae9217 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6e100', endColorstr='#ae9217');
	background-color: #f6e100;
}
.btn1 a:link {
	color: #FFF;
	text-decoration: none;
}
.btn1 a:hover {
	color: #FFF;
	text-decoration: none;
}
.btn1 a:active {
	color: #FFF;
	text-decoration: none;
}
.btn1 a:visited {
	color: #FFF;
	text-decoration: none;
}
.footer_area {
	width: 100%;
	background-color: #f6e100;
}
.footer {
	height: 20px;
	width: 600px;
	margin: 0 auto;
	padding: 10px 25px 10px 25px;
	position: relative;
}
address {
	font-style: normal;
	font-weight: bold;
	color: #34322b;
	float: left;
}
.close {
	color: #34322b;
	font-style: normal;
	font-weight: bold;
	height: 12px;
	float: right;
}
.close a:link {
	color: #34322b;
	font-style: normal;
	font-weight: bold;
	height: 12px;
	position: relative;
	text-align: right;
	text-decoration: none;
}
.thankserror {
	padding-top: 10px;
}
.sp {
	display: none;
}
.pc {
	display: block;
}
.btnClose {
	text-align: center;
	margin: 40px auto;
}
.btnClose a:link, .btnClose a:active, .btnClose a:visited {
	text-decoration: none;
}
#wrapper {
	height: 100%;
	min-height: 500px;
	position: relative;
}
#copy {
	line-height: 40px;
	color: #FFF;
	position: absolute;
	width: 100%;
	height: 40px;
	bottom: 0px;
	background-color: #f8ad1d;
}
.iconNone {
	background-image: none;
	padding-left: 0;
}
body.cx_smartphoneview .spLine {
	line-height: 35px;
}
body.cx_smartphoneview .file {
	zoom: 2.2;
	width: 240px;
	font-size: 12px;
}
/* 規約 */

.read dt {
	color: #FFF;
	font-size: 100%;
	font-weight: bold;
	padding: 8px 10px 5px;
	border-radius: 5px;
	background: #ffa800;
}
.read dt .tit {
	line-height: 1;
	background: url(../img/foot2.jpg) no-repeat;
	color: #fff;
	padding-left: 25px;
}
.read dd li {
	color: #333;
	font-size: 100%;
	line-height: 1.4;
	list-style: none outside none;
	margin: 10px 0px 10px 23px;
	text-indent: -2em;
}
.read dd, .text p {
	font-size: 100%;
	line-height: 1.8;
	margin: 15px 0;
}
.blue {
	color: #4D9EFF;
	font-weight: bold;
	font-size: 12px;
}
.kiyaku {
	background: none repeat scroll 0 0 #FEF8C0;
	border-radius: 10px;
	font-size: 95%;
	line-height: 1.6;
	margin: 0 auto;
	padding: 20px;
	width: 480px;
}
.kiyaku dt {
	color: #1f9bff;
}
.kiyaku dl {
	margin: 0;
}
.kiyaku dd {
	padding: 0 0 20px 0;
}
.kiyaku dd.last {
	padding: 0;
}
.kiyaku dd li {
	font-size: 100%;
	line-height: 1.6;
	list-style: disc;
	list-style-position: outside;
	padding: 0 5px 3px 0;
	margin-left: -15px;
}
.kiyaku dd ul {
	margin: 10px 0 0 0;
}
