@charset "utf-8";

.bg-images-01 {
	background-image:url(img/i-images-bg01.jpg);
	background-repeat:no-repeat;
	background-position:50% 100px;
}
@media screen and (max-width: 768px) {
	.bg-images-01 {
		background-image:none;
	}
}

#common-c {
	width:100%;
	height:100%;
	margin:0 0 50px 0;
	padding: 0px;
	color:#333;
	font-size: 13px;
	font-weight:300;
	font-family: "Noto Sans Japanese";
	line-height:20px;
}

#common-c h4{
	color:#333;
	font-family: "Noto Sans Japanese";
	font-size:19px;
	line-height:30px;
	margin:0 0 10px 0;
	padding:0 0 0 0;
	font-weight:normal;
}

#common-c h5{
	width:100%;
	height:auto;
	margin:5px 0 7px 0;
	padding:0 0 0 0;
	font-size:15px;
	font-weight:normal;
	line-height:18px;
	color:#e2185a;
	text-indent:15px;
	background-image:url(../com-img/i-h5-bg.png);
	background-position:left top;
	background-repeat:repeat-y;
}

#common-c h6{
	width:100%;
	height:20px;
	margin:0 0 10px 0;
	padding:0 0 0 0;
	font-size:13px;
	font-weight:normal;
	line-height:18px;
	color:#e2185a;
	border-bottom-style:dotted;
	border-bottom-color:#999;
	border-bottom-width:1px;
}

#common-c p{
	margin:0 0 10px 0;
	padding: 0px;
	color:#333;
	font-size: 13px;
	font-weight:300;
	font-family: "Noto Sans Japanese";
	line-height:22px;
}

#common-c .group{
	margin: 0 0 40px 0;
}

#common-c .photo-boder{
	border-color:#FFF;
	border-width:5px;
	border-style:solid;
}

#common-c dl.recinfo {
	overflow: hidden;
	width: 100%;
	margin:0px;
	padding:0px;
}
#common-c dl.recinfo dt.titl {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	width: 70px;
	float: left;
	clear: both;
	font-size:13px;
	font-weight:300;
	line-height:20px;
	color:#333;
	text-align:left;
}
#common-c dl.recinfo dd.info {
	margin: 0 0 5px 0;
	padding: 0 0 5px 70px;
	width: auto;
	border-bottom: 1px dotted #ccc;
	font-size:13px;
	font-weight:300;
	line-height:20px;
	color:#333;
	text-align:left;
}

#common-c dl.recinfo dd.info p {
	margin:0px;
	padding-bottom:5px;
}