/* ////////////////////////////////////////////////// ごあいさつ */





/* ////////////////////////////////////////////////// smartphone */
/* -------------------------------------------------- contentsArea */
#contentsArea .box .photo {
	margin: 0 0 10px 0;
}

#contentsArea .box p:first-child {
	margin: 0;
}

#contentsArea ul.gallery {
	padding: 0 15%;
}

#contentsArea ul.gallery li {
	border-bottom: solid 3px #f9c170;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 0 0 3px 0;
	text-align: center;
}

#contentsArea ul.gallery li:last-child {
	margin-right: 0;
}

#contentsArea ul.gallery li img {
	margin: 0 0 5px 0;
}

#contentsArea table {
	margin: 0 0 12px 0;
	width: 100%;
}

#contentsArea th,
#contentsArea td {
	border-bottom: dotted 1px #000;
	font-size: 13px;
	font-weight: bold;
	line-height: 100%;
	padding: 15px 2px 5px 2px;
}

#contentsArea th {
	text-align: left;
}

#contentsArea td {
	color: #ea5548;
	text-align: right;
}





/* ////////////////////////////////////////////////// tablet */
@media screen and (min-width: 481px) {



/* -------------------------------------------------- contentsArea */
	#contentsArea .box {
		overflow: hidden;
	}

	#contentsArea .box .photo {
		float: left;
		width: 49%;
	}

	#contentsArea .box .text {
		float: right;
		width: 49%;
	}

	#contentsArea .box .text p {
		line-height: 1.3;
	}

	#contentsArea ul.gallery {
		margin: 0 auto;
		overflow: hidden;
		padding: 0;
		width: 96%;
	}

	#contentsArea ul.gallery li {
		float: left;
		margin: 0 2% 0 0;
		width: 31%;
	}

	#contentsArea ul.gallery li:last-child {
		margin: 0;
	}

	#contentsArea th,
	#contentsArea td {
		font-size: 16px;
	}



}





/* ////////////////////////////////////////////////// PC */
@media screen and (min-width: 769px) {



/* -------------------------------------------------- contentsArea */
	#contentsArea .box {
		overflow: hidden;
	}

	#contentsArea .box .photo {
		width: 450px;
	}

	#contentsArea .box .text {
		width: 450px;
	}

	#contentsArea .box .text p {
		font-size: 14px;
	}

	#contentsArea ul.gallery {
		padding: 0 20px;
	}

	#contentsArea ul.gallery li {
		margin: 0 19px 0 0;
		width: 294px;
	}

	#contentsArea .box p {
		font-size: 18px;
	}

	#contentsArea th,
	#contentsArea td {
		font-size: 18px;
		padding: 20px 2px 5px 2px;
	}



}
