#blog_main{
display:flex;
margin-left:60px;
}

.blog_left{
min-width:570px;
padding:5px 25px 5px 5px;
} 

.blog_right{
width:30%;
padding:5px 5px 5px 5px;
}

.comment_box{
border:inset 2px gray;
font-size:large;
}

.blog_box{
margin-left:60px;
}

.blog_title{
color:black;
text-decoration:none;
font-weight:bold;
font-size:xx-large;
font-family: 'ＭＳ Ｐゴシック','MS PGothic','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
}
.data_text{
font-size:small;
}
.main_text{
font-size:large;
font-weight:normal;
line-height:1.7;
}

.comment_main{
margin:15px;
line-height:1.5;
}
.calendar_table{
background-color:black;
color:white;
}

.calendar_table td{
width:30px;
height:30px;
text-align:center;
}

.end_link{
display:flex;
justify-content: space-between;
font-size:small;
}
.link_text{
color:black;
text-decoration:none;
}