/* カテゴリ・グループのフリースペース内全体の指定 */
.cg_freespace_01 {
	padding:0;
	margin:20px 0 20px 0;
}
.cg_freespace_02 {
	padding:0;
	margin:20px 0 20px 0;
}
/* カテゴリ・グループのフリースペース内の<p>タグの余白設定 */
.cg_freespace_01 p,
.cg_freespace_02 p {
	margin:0 0 10px 0;
}
/* カテゴリ・グループのフリースペース内の<ul>タグの余白設定 */
.cg_freespace_01 ul,
.cg_freespace_02 ul {
	margin:0 0 10px 20px;
	padding:0;
}

.page_title2 {
	background-image:url(https://www.rakuten.ne.jp/gold/yamagata-kinko/image/official/2014/page_title.jpg);
	background-repeat:no-repeat;
	width:750px;
	height:66px;
	padding-bottom:30px;
	text-indent:30px;
	line-height:66px;
	font-size:18px;
	font-weight:bold;
	letter-spacing: 0.2em;
}

.footer-address {
				margin: 30px 0;
				padding-left: 30px;
			}
		
			.footer-address > dt {
				width: 35px;
				float: left;
				clear: left;
				margin-right: 15px;
			}
			
			.footer-address > dt > img {
				padding-top: 0 !important;
              	margin-top: 0 !important;
			}
			
			.footer-address > dd {
				font-size: 28px;
				font-weight: bold;
			}
			
			.footer-address > dd > a {
				color: #000;
				text-decoration: none;
				font-size: 18px;
			}