@charset "utf-8";



/*	contact style
-------------------------------*/

h3 {
}

div.pageLayout {
	margin: 50px 0 0;
	padding: 0;
	width: 900px;
	display: block;
	position: relative;
}
div.pageLayout h4 {
	font-size: 120%;
	margin: 25px 0 10px;
	padding: 0;
	width: 900px;
}
div.pageLayout h5 {
	font-size: 110%;
	text-decoration : underline;
	margin: 20px 0 10px;
	padding: 0;
	width: 900px;
}
div.pageLayout p {
	margin-bottom: 5px;
	line-height: 1.6;
}
div.pageLayoutIndent p {
	padding: 0 15px;
}


p.contactSentenceTitle {
	margin: 0 0 25px;
	padding: 15px 0;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: 1px;
	background-color: #F0F1F1;
}

p.contactSentenceMail {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 55px;
	left: 0;
}
p.contactSentenceMail a {
	color: #EE7342;
	font-size: 220%;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
}
p.contactSentenceMail a:hover {
	color: #FFCC00;
	text-decoration: underline;
}

ul.contactStringList {
	margin: 0;
	padding: 0;
}
ul.contactStringList li {
	margin: 25px 0 0 25px;
	padding: 0;
	list-style: outside decimal;
}



table.contactOptionList {
	margin: 10px 0 0;
}
table.contactOptionList th,
table.contactOptionList td {
	padding: 3px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	line-height: 1.5;
}
table.contactOptionList th {
	white-space: nowrap;
}
.text_right {
	text-align: right;
}
/* pdfダウンロード */
#coProfDlTit{
	box-sizing: border-box;
	display: block;
	width: 80%;
	height: 38px;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 1px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	background-color: #00633d;
	border-radius: 19px;
	padding: 10px;
	margin: 30px auto 15px auto;
}
#coProfDlList a {
	position: relative;
	box-sizing: border-box;
	display: block;
	width: 120px;
	font-size: 16px;
	padding-left: 32px;
	margin: 0 auto 50px;
}
#coProfDlList a:before {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 0;
	width: 25px;
	height: 25px;
	background: url(../../common/images/pdf.gif) no-repeat 0 center;
	margin-top: -12px;
}

/*	お知らせ
-------------------------------*/

div.pageLayout#pageNotice {
	margin-top: 0;
}

#pageNotice p {
	margin-bottom: 2em;
}
#pageNotice p:first-of-type {
	margin-bottom: 1em;
}
#pageNotice p:last-of-type {
	margin-bottom: 0;
}

.mb50{
	margin-bottom: 50px !important;
}