.koushin {
	font-size: 12px;
	line-height: 14px;
	height: 14px;
}

.HomeAreaLeft {
	float:left;
	width:400px;
}

/* わかばニュース */
.TableNews {
	border-collapse:collapse;
}
	.TableNews th,
	.TableNews td {
		border:2px solid #EFE783;
	}
	.TableNews table th,
	.TableNews table td {
		border:none;
	}

/* --------------- */

/* 販売用写真館 */
.ShashinkanArea {
	float:right;
	width:400px;
	position:relative;
	right:-10px;
}
.ShashinkanTitle {
	position:relative;
	left:-3px;
}
.ShashinkanBtn {
	position:absolute;
	z-index:3;
	top:3px;
	right:5px;
}
	.ShashinkanBtn img {
		position:absolute;
		top:-12px;
		right:0px;
	}
.ShashinkanBlock {
	background:url(images/shashinkan_block_back_center.png) repeat-y left #ffffff;
	position:relative;
	z-index:2;
}
.ShashinkanBlockTop {
	margin-top:5px;
	height:40px;
	background:url(images/shashinkan_block_back.png) no-repeat left top #ffffff;
}
.ShashinkanBlockBottom {
	height:52px;
	background:url(images/shashinkan_block_back.png) no-repeat left bottom #ffffff;
}
.ShashinkanBlockCenter {
	margin-top:-30px;
	margin-bottom:-30px;
}
.TableShashinkan {
	border-collapse:collapse;
	font-size:12px;
	line-height:1.25;
	width:354px;
	margin-left:8px;
	position:relative;
	z-index:10;
}
	.TableShashinkan th,
	.TableShashinkan td {
		vertical-align:top;
		padding:5px;
	}
	.TableShashinkan th {
		width:82px;
		padding-right:7px;
		text-align:left;
		white-space:nowrap;
		background:url(images/shashinkan_border1.gif) repeat-y right;
	}
	.TableShashinkan td {
		text-align:left;
		padding-left:8px;
	}
	.TableShashinkan td[colspan="2"] {
		padding-left:5px;
	}
	.TableShashinkan tr.Kikan td {
		vertical-align:middle;
	}
	.TableShashinkan td.Contents {
		line-height:1.65;
	}
	.TableShashinkan ul {
		list-style:none;
		margin:0 0 -5px 0;
		padding:0;
	}
	.TableShashinkan li {
		margin-bottom:5px;
		/*border-top:1px solid #cccccc;*/
	}
	.TableShashinkan li:first-child {
		/*padding-top:0;*/
		border-top:none;
	}

/* --------------- */


/* お知らせ */
#information_wrap{
	max-height: 412px;
	height: auto;
	background-image: url(./images/bg_information.png);
	background-repeat: no-repeat;
	vertical-align: top;
	padding: 34px 0 0 0;
	border-radius: 10px;
	box-sizing: border-box;
	position: relative;
}
#information_wrap::before{
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #AB6E02;
	top: 28px;
    left: 8px;
}
#information_wrap::after{
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #AB6E02;
	top: 28px;
    right: 8px;
}
#information_wrap p#info_title{
	text-align: center;
	font-size: 42px;
	line-height: 45px;
	font-weight: bold;
	position: relative;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
}
#information_wrap p#info_title:before {
	content: '';
	position: absolute;
	bottom: 0px;
	display: inline-block;
	width:166px;
	height: 12px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #EE87B4;
	border-radius: 2px;
	z-index: 1;
}
#information_wrap p#info_title span{
	z-index: 2;
	position: relative;
	color: #742C00;
}

#information_wrap dl{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 52px;
}
#information_wrap dl dt{
	width: 20%;
	text-align: center;
	line-height: 32px;
}
#information_wrap dl dd{
	width: 75%;
	text-align: left;
	line-height: 24px;
}

#information_inner::before{
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #AB6E02;
	bottom: 6px;
    left: 8px;
}
#information_inner::after{
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #AB6E02;
	bottom: 6px;
    right: 8px;
}

#information_wrap .btn_info{
	width:181px;
	height:39px;
	line-height: 39px;
	background-image: url(./images/btn_info.png);
	background-repeat: none;
	margin: 0 auto;

	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 15px;
}
#information_wrap .btn_info a{
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	display: block;
	width: 100%;
	height: 100%;
	padding:0 33px;
	box-sizing: border-box;
}
#information_wrap .btn_info:hover{
	background-image: url(./images/btn_info_on.png);
	background-repeat: none;
}
/* --------------- */