@charset "UTF-8";


body {
	text-align: center;
}

#page {
	background-color: #ffffff;
	line-height: 1.3em;
	margin-top: 0px;
	margin-left: auto;
	width: 710px;
	margin-right: auto;
}

input[type=text] {
	padding: 5px 10px;
	font-size: 86%;
	border: 1px  solid #757575;
	border-radius: 3px;
	background: #ffffff;
	width: 430px;
	margin-right:100px; 
	float: right;
}

input[name=btn_confirm],
input[name=btn_submit],
input[name=btn_back] {
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 5px 20px;
	font-size: 100%;
	color: #000000;
	cursor: pointer;
	border: 1px solid #757575;
	border-radius: 3px;
	background: #eeeeee;
}

.element_wrap {
	width: 680px;
	margin: 10px auto;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	text-align: left;
	clear: both;
}

label {
	width: 100px;
	display: inline-block;
	margin-bottom: 10px;
	font-weight: bold;
	vertical-align: middle;
	border-left:5px solid #999999;
    padding:2px 5px; 
}

.element_wrap p {
	display: inline-block;
	margin:  0;
	text-align: left;
}
textarea[name=contact] {
  padding: 5px 10px;
  width: 430px;
  height: 100px;
  font-size: 86%;
  border: none;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #757575;
  float: right;
  margin-right: 100px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
	
.error_list {
  padding: 10px 30px;
  color: #ff2e5a;
  font-size: 86%;
  text-align: left;
	font-weight: bold;
}

#page {
	background-color: #ffffff;
	line-height: 1.3em;
	margin-top: 0px;
	margin-left: auto;
	width: 710px;
	margin-right: auto;
}
#page .contents {
	margin-left: auto;
	width: 690px;
	margin-right: auto;
	margin-top: 10px;
	padding-bottom: 10px;
}
h2 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.contents p {
	line-height: 1.3em;
	text-align: left;
}
.line {
	width: 690px;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: url("../img/line.gif") repeat-x left;
}
.cap		{
				margin-top:0px;
				margin-left:30px;
			}
td			{
				font-size:12px;
				color:#333333;
				line-height:140%;
			}
tr			{
				background-color:#ffffff;
			}

td.header	{
				background-color:#e5c77f;
				border-top:1px solid #ad6049;
				border-bottom:1px solid #ad6049;
				border-left:1px solid #ad6049;
				padding:3px 3px 3px;
			}
td.blank	{
				background-color:#ffffff;
				border-top:1px solid #ad6049;
				border-bottom:1px solid #ad6049;
				padding:3px 3px 3px;
			}
td.menu		{
				background-color:#e5c77f;
				border-bottom:1px solid #ad6049;
				padding:3px 3px 3px;
			}
td.body		{
				background-color:#ffffff;
				border-left:1px solid #ad6049;
				border-bottom:1px solid #ad6049;
				padding:3px 3px 3px;
			}
form		{
				margin:0px;
			}
font.big	{
				font-size: 14px;
				color: #333333;
			}
font.small	{
				font-size: 10px;
				color: #333333;
			}
a:link{text-decoration:none;}
a:visited{text-decoration:none;}
a:active{text-decoration:none;}
a:hover {color: #3366ff;text-decoration:none;}

.kakiform{
	text-align: left;
	margin-left: 15px;
}

.telfaxarea{
	width: 680px;
	padding: 0px 0;
	border-top: 1px solid #ccc;
	margin: 5px auto;
}

.telfax{
	width: 680px;
	margin: 5px auto;
}

.telfaxttl{
	text-align: left;
	float: left;
	border-left:5px solid #999999;
    padding:2px 5px; 
	width: 150px;
}
.telfaxno{
	text-align: left;
	float: left;
	width: 500px;
}
.gotop {
	width: 680px;
	text-align: left;
	margin: 5px 15px 10px 15px;
	padding-left: 16px;
    line-height: 16px;
    background: url("../img/mark_back.gif") no-repeat;
}

/**----------------------
タブレット用
-------------------------*/

@media (max-width: 710px) {
	.contents{
		max-width: 95%;
	}
	.contents .line {
		width: 100%;
		height: 1px;
		margin:10px auto;
		background: url("../img/line.gif") repeat-x left;
	}
	h2 img{
		width: 100%;
		hight: auto;
	}
}
	
/**----------------------
スマホ用
-------------------------*/

@media (max-width: 575px) {
	body {
		text-align: center;
		max-width: 100%;
	}
	.contents p {
		font-size: 14px;
		}
	.pagetitle {
		display: none;
		}
	h2 img{
		width: 95%;
		hight: auto;
	}
	#page {
		background-color: #ffffff;
		line-height: 1.3em;
		margin-top: 0px;
		margin-left: auto;
		max-width: 100%;
		margin-right: auto;
		overflow-x: hidden;
	}

	input[type=text] {
		padding: 5px 10px;
		font-size: 86%;
		border: 1px  solid #757575;
		border-radius: 3px;
		background: #ffffff;
		width: 100%;
		margin-right:10px; 
		float: none;
	}

	input[name=btn_confirm],
	input[name=btn_submit],
	input[name=btn_back] {
		margin-top: 10px;
		margin-bottom: 5px;
		padding: 5px 20px;
		font-size: 100%;
		color: #000000;
		cursor: pointer;
		border: 1px solid #757575;
		border-radius: 3px;
		background: #eeeeee;
	}

	.element_wrap {
		width: 95%;
		margin: 10px auto;
		padding: 10px 0;
		border-bottom: 1px solid #ccc;
		text-align: left;
		clear: both;
		height: auto;
	}

	label {
		width: 95%;
		display: inline-block;
		margin-bottom: 10px;
		font-weight: bold;
		vertical-align: middle;
		border-left:5px solid #999999;
   	 	padding:2px 5px; 
	}

	.element_wrap p {
		display: inline-block;
		margin:  0;
		text-align: left;
	}
	textarea[name=contact] {
 	 	padding: 5px 10px;
 	 	width: 100%;
 		height: 100px;
  		font-size: 86%;
  		border-radius: 3px;
  		background: #fff;
  		border: 1px solid #757575;
		margin: 0 auto;
		float: none;
		}
	
	.error_list {
  		padding: 10px 30px;
  		color: #ff2e5a;
  		font-size: 86%;
  		text-align: left;
		font-weight: bold;
	}

	h2 {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.contents p {
		line-height: 1.3em;
		text-align: left;
	}

	a:link{text-decoration:none;}
	a:visited{text-decoration:none;}
	a:active{text-decoration:none;}
	a:hover {color: #3366ff;text-decoration:none;}

	.kakiform{
		text-align: left;
		margin-left: 15px;
	}

	.telfaxarea{
		width: 95%;
		padding: 0px 0;
		border-top: 1px solid #ccc;
		margin: 5px auto;
	}

	.telfax{
		width: 95%;
		margin: 5px auto;
	}

	.telfaxttl{
		text-align: left;
		border-left:5px solid #999999;
    	padding:2px 5px; 
		width: 40%;
	}
	.telfaxno{
		text-align: left;
		float: left;
		width: 55%;
	}
}

/**----------------------
スマホ意以外用
-------------------------*/

@media (min-width: 576px) {
	.pagetitle_sp {
		display: none;
		}
	.contents .line_sp {
		display: none;
	}
}