@CHARSET "UTF-8";
#setting{
	padding:20px 20px 30px 90px;
	font-size:15px;
	line-height:1.4em;
	background-image: url(../../contact/images/form_info.png);
	background-repeat: no-repeat;
	background-position: 0 10px;
}

#setting p{
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 5px;
}

#setting span{
	font-size:18px;
	font-weight:bold;
	color:#F00;
}
#outline {
	text-align: center;
	margin-bottom: 40px;
}

#outline table {
	border-collapse:collapse;
	color:#000;
	width:743px;
	font-size: 14px;
	margin-bottom: 20px;
}

#outline table th,
#outline table td {
	border:1px solid #DDD;
	padding:15px;
}

#outline table tbody td {
	background-color: #FFF;
	text-align: left;
}

#outline table tbody th {
	text-align:center;
	width:170px;
	background-color: #F1F8F7;
}


#outline table textarea {
	padding:5px;
}

#outline .personal input {
	height:30px;
	padding:5px;
	display: block;
}

#outline .textbox {
	height:30px;
	padding:5px;
}

#outline input {
	margin-right: 5px;
}

#outline label {
	margin-right: 10px;
}

#outline table span.recommendation {
	background-color:#000;
	color:#FFF;
	padding:5px;
	font-size:12px;
	margin-right: 10px;
	font-weight: bold;
}
#outline table span.caution1 {
	color: #F00;
}

#outline table span.caution {
	color: #F00;
	display:block;
	margin:3px 0 3px 0;
}


/*確認・リセットボタン*/
ul#formButton {
	height: 50px;
	margin-right: auto;
	margin-bottom: 70px;
	margin-left: auto;
	width: 440px;
}
ul#formButton li {
	width: 200px;
	height: 50px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}

input#button_mfp_goconfirm {
	width: 200px;
	height: 50px;
	border:0;
	cursor:pointer;
	background-image: url(../../contact/images/sendbtn.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

input#button_mfp_goconfirm2 {
	width: 200px;
	height: 50px;
	border:0;
	cursor:pointer;
	background-image: url(../../contact/images/entrybtn2.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

input#button_mfp_entryconfirm {
	width: 200px;
	height: 50px;
	border:0;
	cursor:pointer;
	background-image: url(../../contact/images/entrybtn.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

input#button_mfp_entryconfirm2 {
	width: 200px;
	height: 50px;
	border:0;
	cursor:pointer;
	background-image: url(../../contact/images/sendbtn.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

input#button_mfp_changeconfirm {
	width: 200px;
	height: 50px;
	border:0;
	cursor:pointer;
	background-image: url(../../contact/images/changebtn.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

input#button_mfp_reset {
	width: 200px;
	height: 50px;
	border:0;
	cursor:pointer;
	background-image: url(../../contact/images/resetbtn.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

input#button_mfp_reset2 {
	width: 200px;
	height: 50px;
	border:0;
	cursor:pointer;
	background-image: url(../../contact/images/resetbtn2.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

/*再発行ボタン*/
#sendBtn {
	width:200px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}

input#send {
	width: 200px;
	height: 50px;
	border:0;
	cursor:pointer;
	background-image: url(../../contact/images/sendbtn.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.contents_inner{
	margin-top:50px;
}
.contents_inner .subtitle{
	margin:20px 0 20px 0;
}
.contents_inner .subtitle_thanks{
	text-align:center;
}

.contents_inner h3{
	padding:15px;
}
.contents_inner table{
	font-size:15px;
	
}
.contents_inner table tr{
	border-bottom:1px dotted #bebebe;
	
}
.contents_inner table th{
	padding-left:10px;
	font-weight:normal;
	vertical-align:middle;
}

.contents_inner table td{
	padding-left:20px;
	font-weight:100;
}

.contents_inner table p{
	border-left:1px dotted #bebebe;
	padding-left:15px;
	margin:10px 0;
	font-weight:normal;
}

.contents_inner2{
	background: linear-gradient(#fff, #f7f5eb);
	margin-top:50px;
	border:2px solid #ececec;
	box-shadow:3px;
}
.contents_inner2 h3{
	padding:15px;
}
.contents_inner2 table{
	font-size:15px;
	margin:50px 30px 50px 30px;
}
.contents_inner2 table tr:nth-child(odd){
	background:#eee;
}
.contents_inner2 table th{
	padding-left:10px;
	font-weight:bold;
}

.contents_inner2 table td{
	padding-left:20px;
	padding-right:60px;
	font-weight:100;
}

.contents_inner2 table p{
	border-left:1px dotted #bebebe;
	padding-left:15px;
	margin:10px 0;
	font-weight:normal;
}
.contents_inner2 #map{
	width:650px;
	height:300px;
	margin:40px auto 50px auto;
}
.thanks{
	text-align:center;
	font-size:18px;
	padding-top:80px;
	padding-bottom:30px;
	line-height:30px;
}
.thanks span{
	display:block;
	padding-top:30px;
	font-size:16px;
	line-height:20px;
}
.return{
	width:200px;
	height:50px;
	margin:80px auto 150px auto;
}
#confirm {
	margin-bottom:20px;
	background-color: #f50032;
	padding: 30px;
	text-align: center;
	font-size: 20px;
	color: #FFF;
}