.entry-title,.date-tags {
    display: none;
}
.main {
    width: 1000px;
    padding: 0px 29px;
}
.sidebar {
    width: 250px;
}
.wp-block-jetpack-slideshow_pagination swiper-pagination swiper-pagination-white swiper-pagination-custom {
 	    justify-content: center;
}
body {
    background-color: #ffffff;
}
.header-container-in.hlt-top-menu {
    margin: 20px;
}
.widget-title{
	display:none;
}

.body .widget{
    margin-bottom: 0em;
	text-align: center;
		    margin-top: 0px;
}
.box-menu-icon * {
    display: none;
}
}
.box-menu {
    display: block;
    padding: 0;
    text-decoration: none;
    text-align: center;
    min-height: 50px;
    cursor: pointer;
    background: #fff;
    width: 25%;
    background-color:#eeeeee;
	  border:solid 1px #ddd;
    box-shadow: none;
    transition: none;
}
.wwa .box-menu {
padding-top:15px;
	padding-bottom:10px;
	
}
.box-menus {
    background-color: #eee;
    border: none;
}
.author-info{
	display:none;
}
.article h2, .article h3, .article h4, .article h5, .article h6 {
    margin-bottom: 1em;
    color: #ef3366;
	font-family:Yu Mincho;
}
.article h2 {
    font-size: 24px;
    padding: 5px;
    background-color: #fff;
    border-bottom: solid 1px #ef3366;
}
.article h3 {
    border-left: 7px solid;
    border-right: 1px solid #ef3366;
    border-top: 1px solid #ef3366;
    border-bottom: 1px solid #ef3366;
    font-size: 18px;
    padding: 10px 20px;
}
.scrollable-table th {
    background-color: #ef3366;
    color: #fff;
    font-family: yu mincho;
    font-weight: normal;
    font-size: medium;
    border: solid 1px #fff;
}
table:not(.has-border-color) :where(td) {
    border: solid 1px #ef3366;
    background-color: #fff;
    font-family: yu mincho;
    color: #ef3366;
    font-size: 16px;
}
.archive-title {
    display: none;
}
@media screen and (max-width: 480px) {
  .box-menus {
		display: block;}
.wp-block-image img {
    display: block;
    margin: auto;
}
} 
.box-menu-label {
    font-size: 20px;
    font-weight: normal;
    color: #ff4577;
}
.box-menu-description {
    font-size: 12px;
    opacity: 1.0;
    color: #333;
}
.box-menu {
    min-height: 80px;
 }