@charset "utf-8";
/* -----------------------------------------------------------
CSS Information
File name:      contents.css
Author:         Takuro Toyama
Style Info:     個別レイアウト
----------------------------------------------------------- */

.subTitle {
	padding: 5px 0 10px;
}

.inner h4 {
	margin-bottom: 5px;
	font-size: 120%;
	font-weight: bold;
	color: #288f82;
}

.inner h4 span {
	padding-left: 5px;
	line-height: 1.2;
	border-left: #288f82 3px solid;
}

/*浦山追加*/

.inner dl {
	margin-bottom: 15px;
}
.inner dl dt {
	font-weight: bold;
	margin:0 0 10px 20px;
}
.inner dl dd {
	margin-bottom: 5px;
}

.pdfBtn a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/ichiran.gif) no-repeat 0px 0px;
	width: 117px;
	height: 36px;
	right: 10px;
	bottom: 50px;
	margin-left: 270px;
}

.pdfBtn a:hover {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/ichiran.gif) no-repeat 0px -36px;
	width: 117px;
	height: 36px;
	right: 10px;
	bottom: 50px;
	margin-left: 270px;
}

.contactBtn_s a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/contact.gif) no-repeat 0px 0px;
	width: 117px;
	height: 36px;
	right: 10px;
	bottom: 8px;
	margin-left: 270px;
}

.contactBtn_s a:hover {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/contact.gif) no-repeat 0px -37px;
	width: 117px;
	height: 36px;
	right: 10px;
	bottom: 8px;
	margin-left: 270px;
}

