@charset "utf-8";

/* side-navなしのときのコンテンツ */
#contents {
	float: none;
	width: 960px;
}
@media screen and (max-width: 640px){
	#contents {
		margin: 0 auto;
		width: 100%;
	}
}
#side-nav {
	display: none;
}


/* メールフォーム */
h3 {
	border-left: #7fcb9b solid 7px;
	font-size: 21px;
	font-weight: normal;
	letter-spacing: 0.2em;
	margin: 40px 0 20px -15px;
	padding: 0 0 0 10px;
}
ol#form-list {
	margin: 0 0 0 40px;
}
ol#form-list li {
	color: #388956;
	cursor: pointer;
	line-height: 180%;
	list-style-image: url(../image/common/nav-dainari-green.gif) ;
	padding: 5px ;
	text-decoration: underline;
}
div.mailform{
	margin: 10px 0 0 0;
}
table.mailform_table {
	margin: 0 0 30px 0;
	width: 800px;
}
table.mailform_table tr {
	background-color: #ffebcd;
	border-bottom: #FFF solid 5px;
}
table.mailform_table tr.send {
	background: none;
	border: none;
}
table.mailform_table th {
	font-weight: normal;
	min-width: 200px;
	padding: 5px 10px;
	text-align: left;
}
table.mailform_table td {
	background-color: #fffaf0;
	padding: 10px 5px 10px 20px;
}
table.mailform_table td.send {
	background: none;
	border: none;
	padding: 20px 0 ;
	text-align: center;
}
span.necessary{
	color: #F00;
	font-weight: bold;
}
input {
	padding: 5px;
}
input.name, input.tel{
	width: 180px;
}
input.furigana, input.mail{
	width: 240px;
}
input.address {
	width: 90%;
}
label {
	white-space: nowrap;
}
textarea.inquiry{
	height: 80px;
	padding: 5px;
	width: 90%;
}
input.submit-button {
	cursor: pointer;
	font-size: 16px;
	letter-spacing: 0.1em;
	padding: 15px 30px;
}
div#error_message{
	color: #FF0000;
	font-weight: bold;
	line-height: 170%;
	margin: 50px 0;
}
div.error_description{
	line-height: 170%;
	margin: 20px 0;
}
div#post2address{
	display: none;
}

@media screen and (max-width: 640px){
	ol#form-list {
		margin: 0 0 0 30px;
	}
	div.mailform {
		margin: 10px auto;
	}
	table.mailform_table {
		margin: 0 auto;
		width: 100%;
	}
	table.mailform_table tr {
		border: 1px dashed #ffe4b5;
		display: block;
		margin: 0 0 15px 0;
	}
	table.mailform_table th ,
	table.mailform_table td {
		display: list-item;
		list-style: none;
	}
	table.mailform_table th {
		font-weight: normal;
		padding: 5px 10px;
		text-align: left;
	}
	table.mailform_table td {
		padding: 10px 5px 10px 10px;
	}
	input.submit-button {
		font-size: 14px;
		padding: 1.2em 0;
		width: 300px;
	}
}


/* 総合相談窓口 */
.contact-box {
	padding: 20px 30px;
}
.contact-box h3 {
	font-size: 21px;
	font-weight: normal;
	line-height: 170%;
	margin: 0 0 20px 0;
}
.contact-box p.tel ,
.contact-box p.mail {
	float: left;
	margin: 0 60px 0 0;
}
@media screen and (max-width: 640px){
	.contact-box {
		padding: 10px;
	}
	.contact-box p.tel ,
	.contact-box p.mail {
		float: none;
		margin: 10px 0 0 0;
	}
}

/* 各事業所の連絡先 */
table.contact {
}
table.contact tr {
	border-bottom: #EEE solid 1px;
}
table.contact th ,
table.contact td {
	font-weight: normal;
	padding: 20px 30px;
	text-align: left;
}
@media screen and (max-width: 640px){
	table.contact {
		width: 100%;
	}
	table.contact thead {
		display: none;
	}
	table.contact tr {
		border-bottom: none;
		display: block;
	}
	table.contact th ,
	table.contact td {
		display: list-item;
		line-height: 150%;
		list-style: none;
	}
	table.contact th {
		background: #e2f1e8;
		margin: 40px 0 5px 0;
		padding: 10px 10px;
	}
	table.contact td {
		padding: 5px 0 0 20px;
	}
}