/*
Theme Name:  twenty-twentyfour_child.
Theme URI:  http://mono-graph.tokyo/
Description:  Theme to support tutsplus tutorial. Child theme for the  twentytwentyfour theme.
Author:  mono-graph
Author URI: http://mono-graph.tokyo/
Template:  twentytwentyfour
Version:  1.0               
*/


/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */

.sen5 {
background-image:url("http://mono-graph.tokyo/wp-content/uploads/2024/01/line.png");
background-repeat: repeat-x; 
background-position: bottom; 
}
	.sayuu{
margin-block-start: 0px !important;		
	}	

.haikei{
background-image:url("http://mono-graph.tokyo/wp-content/uploads/2024/01/midasi.png");	
background-size:100%;
background-repeat: no-repeat;	
}   	
.amabloImg {
	width:100%;
	height:300px;
}
.amabloImg img{
   object-fit:cover;
	width:100%;
		height:100%;
}

#amebloWAKU{
list-style-position: inside;	
padding-inline-start: 0px !important;	
}
.ameblo_box{
	    width: 100%;
    float: left;
	list-style:  none; 
list-style-position: inside;
	margin:10px;
	padding:10px !important;
  border-radius: 10px ;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .5);

}
	#ameblo1020{
max-width: 100%!important;		
	}
/* -------------------------------------------- */
/* ▼タブレット用デザインとして付け足すデザイン */
/* -------------------------------------------- */
@media (min-width: 768px) {
	
	main{
		margin-top:0px !important;
		padding-top:0px !important;
	}
	.sayuu{
margin-block-start: 0px !important;		
	}	

    	

.ameblo_box{
	    width: 21%;
    float: left;
	list-style:  none;  
	padding:10px !important;
}
	

.clear{
	clear: both;
}
	#ameblo1020{
max-width: 100%!important;		
	}
.amabloImg {
	width:100%;
	height:200px;
}
	.amabloImg img{
width:100%;
		height:100%;
   object-fit:cover;
}
}
/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media (min-width: 1024px) {
	main{
		margin-top:0px !important;
		padding-top:0px !important;
	}
	.sayuu{
margin-block-start: 0px !important;		
	}	

    	
	
}
