.midashi_txt{
	width			: 980px ;
	height			: 19px ;
	margin			: 0 0 60px ;
}


.blogtit{
	width: 980px;
	padding: 0 0 5px;
	border-bottom: solid 1px #000;
	display: inline-block;
	margin-bottom: 20px;
}

.blogtit h2{
	width: 70%;
	font-size: 24px;
	font-weight: bold;
	color: #000 !important;
	margin: 0;
	padding: 0;
	font-family		: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif ;
	float: left;
}

.blogtit span{
	width: 28%;
	font-size: 16px;
	color: #000;
	float: right;
	margin-right: 2%x;
	text-align: right;
	font-family		: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif ;
	padding: 10px 0 0;
}

.blogarea{
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 80px;
	color: #000 !important;
	font-family		: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif ;
}


.blo_area{
	width: 980px;
	padding: 0 0 5px;
	display: inline-block;
	margin-bottom: 20px;
}
.blo_line{
	width: 100%;
	padding: 0 0 10px;
	border-bottom: dotted 1px #000;
	display: inline-block;
	margin-bottom: 20px;
}
.blo_day{
	width: 100%;
	font-size: 16px;
	margin-bottom: 10px;
}
.blo_midashi{
	width: 100%;
	font-size: 20px;
}

.blogarea img {
    width: 60%; /* 画像の横幅を60%に設定 */
    margin: 0 auto 20px auto; /* 上下のマージンを設定し、センター表示 */
    display: block; /* ブロック要素として表示 */
    height: auto; /* 高さを自動調整 */
    object-fit: cover; /* 画像の比率を保ちながら全体を表示 */
}


@media screen and (max-width:749px) {
/*　画面サイズが749pxまではここを読み込む　*/
.midashi_txt{
	width			: 100% ;
	height			: auto ;
	margin			: 0 0 60px ;
	overflow: hidden;
}
.midashi_txt img{
	width			: 100% ;
	height			: auto ;
}

.blogtit{
	width: 100%;
	padding: 0 0 5px;
	border-bottom: solid 1px #000;
	display: inline-block;
	margin-bottom: 20px;
}

.blogtit h2{
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	color: #000 !important;
	margin: 0;
	padding: 0;
	font-family		: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif ;
	float: none;
}

.blogtit span{
	width: 100%;
	font-size: 16px;
	color: #000;
	float: none;
	margin-right: 0;
	text-align: left;
	font-family		: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif ;
	padding: 10px 0 15px;
	display: inline-block;
}

.blogarea{
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 80px;
	color: #000 !important;
	font-family		: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif ;
}

.blogarea img{
	max-width: 100%;
	height: auto;
	margin: 0 auto 20px;
}

.blogarea img {
width: 100%; /* 画像を画面幅いっぱいに表示 */
height: auto; /* 高さを自動調整して縦長の画像も縦長で表示 */
object-fit: contain; /* 画像の比率を保ちながら全体を表示 */
float: none; /* 画像を左右に浮かせずに表示 */
margin-right: 0; /* 右の余白を削除 */
display: block; /* ブロック要素として表示 */
margin-bottom: 10px; /* 下に余白を設ける */
}

.blo_area{
	width: 100%;
	padding: 0 0 5px;
	display: inline-block;
	margin-bottom: 20px;
}
.blo_line{
	width: 100%;
	padding: 0 0 10px;
	border-bottom: dotted 1px #000;
	display: inline-block;
	margin-bottom: 20px;
}
.blo_day{
	width: 100%;
	font-size: 16px;
	margin-bottom: 10px;
}
.blo_midashi{
	width: 100%;
	font-size: 20px;
}
}

@media screen and (min-width: 750px) {
/* 750pxからの幅の場合に適応される */
}
