@charset "UTF-8";
/* BACE_CSS
---------------------------------------------------------------------- */

html,body {
	width: 100%;
	min-width: 960px;
	overflow-x: hidden;
	border-top: 2px solid #30C669;
	background: #FFF;
}
body {
	width: 100%;
	min-width: 960px;
	font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	color: #123f4c;
	font-size: 12px;
	line-height: 1.5em;
	text-align: justify;
	text-justify: inter-ideograph;
	-webkit-text-size-adjust: 100%
}
.wrapper {
	width: 960px;
	margin: 0 auto;
}

/* ヘッダー */
#header {
	padding-top: 2px;
	background: url(https://www.hurights.or.jp/japan/img/global-top-images/gtop_img1.jpg?id=1) no-repeat top

}
.headerLogo {
	float: left;
	padding: 200px 0 65px 0
}

/* フッター */
#footer {
	height: 300px;
	/*height: 180px;*/
	background: url(https://www.hurights.or.jp/japan/img/global-top-images/gtop_img2.jpg?id=1) no-repeat bottom;
}

.footerBottom {
	padding: 12px 0 9px 0;
	color: #fff;
	background: #30C669;
	position: relative;
	/*top: 140px*/
}
.small {
	font-size: 0.75rem;
	letter-spacing: 0.1em;
	text-align: center;
}

/* コンテンツ共通要素 */
.top01 {
	width: 430px;
	position: relative;
	margin: 0 0 30px 12px;
	padding: 15px;
	border-radius: 6px; 
	letter-spacing: 0.05em;
	background: #fff;
	border: 1px solid #ccc;
	float: left
}
.top01 p {
	font-size: 12px;
	line-height: 1.3em
}
.tit01,.tit01 a {
	margin-bottom: 12px;
	font-size: 18px;
	font-weight: bold;
	vertical-align: central
}
.tit01:before {
	content: url("https://www.hurights.or.jp/japan/img/global-top-images/deco_1.jpg") ;
	position: relative;
	padding: 0 8px 0 0;
	vertical-align: middle
}
.tit01 img {
	vertical-align: middle;
	padding-left: 15px
}
.tit02 {
	color: #17923F;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px
}

