/************************right*******************************/
#right{
	float:left;
	width:701px;
	background-color:#ffffff;
	padding-bottom:50px;
}
#right h3{
	text-align:center;
	margin-top:30px;
}
/*サブサブタイトル*/
#right p.subtitle{
	text-align:center;
	margin-top:20px;
}
/*---------------文章部分----------------*/
#right .main{
	width:655px;
	margin:auto;
	margin-top:10px;
	margin-bottom:40px;
}
/*#right .photo{
	float:left;
	width:200px;
	margin-right:15px;
	margin-left: 5px
}
#right .photo p{
	margin-bottom: 10px;
}*/
#right .bunsyo{
	font-size:15px;
	color:#000;
	line-height:2;
	letter-spacing: .05em;
	margin-top: 48px;
}

#right .bunsyo p:nth-child(even) img{
	float: left;
	display: block;
	padding: 5px 24px 0 0;
}
#right .bunsyo p:nth-child(odd) img{
	float: right;
	display: block;
	padding: 5px 0 0 24px;
}
#right .bunsyo p {
	clear: both;

}
#right .bunsyo p:not(:nth-of-type(1)){
	padding-top: 24px;
}
.comment {
	position: relative;
	display: block;
}
.comment::after {
	content: "昭和43年開業当時";
	font-size: 12px;
	display: block;
	position: absolute;
	top: 170px;
	left: 0;
	font-weight: bold;
}
/*社長名前*/
#right p.name{
	text-align:right;
	font-size:15px;
	color:#000;
	line-height:1.6;
}

