@charset "utf-8";
#CONTENTS h1 {
	background-image: url(/contact/images/contact_title.png);
}

#CONTENTS .wrapper {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
}
#CONTENTS .step {
	display: block;
	margin-top: 20px;
	margin-bottom: 47px;
}
#CONTENTS table tr:not( :last-child ) th, #CONTENTS table tr:not( :last-child ) td{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
#CONTENTS table {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	font-size: 131%;
	color: #414141;
	margin-bottom: 70px;
}
#CONTENTS table th {
	width: 240px;
	padding-left: 0px;
	text-align: left;
	font-weight: normal;
	padding-top: 25px;
	padding-bottom: 25px;
	vertical-align: middle;
}
#CONTENTS table th img {
	padding-right: 5px;
}

#CONTENTS table td {
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: left;
	width: auto;
	line-height: 180%;
}
#CONTENTS table td input {
	width: 320px;
	height: 32px;
	font-size: 145%;
	color: #666;
}
#CONTENTS table td textarea {
	width: 400px;
	height: 130px;
}

#CONTENTS table td #submit {
	cursor: pointer;
	width: auto;
	border: 1px solid #0988a9;
	background-color: #00a0e9;
	font-size: 110%;
	color: #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	height: 45px;
	padding-right: 30px;
	padding-left: 30px;
}
#CONTENTS table td #submit:hover {
	background-color: #13adf3;
}
#CONTENTS .errmsg {
	color: #eb6100;
	font-size: 100%;
	font-weight: bold;
	line-height: 150%;
}

#CONTENTS table td .error input,#CONTENTS table td .error textarea{
	border: 2px solid #eb6100;
}
#CONTENTS table td .error {
	background-image: url(/contact/images/contact_error.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	width: 355px;
}
#CONTENTS table td .error.name {
	width: 390px;
}
#CONTENTS table td .error.message {
	width: 440px;
}


/*------------------------------
　▼スマートフォン用
-------------------------------*/
@media screen and (max-width:480px) { 
#CONTENTS h1 {
	padding-bottom:20px;
}
#CONTENTS .wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#CONTENTS .step {
	display: block;
	margin-top: 20px;
	margin-bottom: 47px;
	width:100%;
	height:auto;
}

#CONTENTS table {
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 30px;
}
#CONTENTS table th {
	width: 33%;
}
#CONTENTS table td input {
	width: 95%;
}
#CONTENTS table td textarea {
	width: 95%;
}


#CONTENTS table td .error {
	width: 95%;
	background-image:none;
}
#CONTENTS table td .error.name {
	width: 95%;
}
#CONTENTS table td .error.message {
	width: 95%;
}

}
