@charset "UTF-8";

/* コンテンツ内容の画像のリンク */
h3 {
	/* margin-left: -8px;
	margin-top: 0;
	margin-bottom: 0; */
	height: 63px;
	line-height: 73px;
	margin: 0 10px;
}

/* コンテンツ内容の画像のリンク領域の段落 */
#photo_link p {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 0px;
}

#photo_link img {
	margin-right: 4px;
	margin-bottom: 4px;
}



@media (min-width: 368px) {

	#photo_link p {
		text-align: center;
	}


}

@media (min-width: 730px) {

	h3 {
		height: 63px;
		line-height: 73px;
		margin: 0 5px 0 0px;
	}


}
