﻿@charset "UTF-8";

#contents_top_img004{
margin:0px;
padding:0px;
height:95%;


background:green;
}



/*■■■codecontainer■■■*/

pre{
width:100%;
overflow-x:scroll;
/*marginとpaddingを入れることでズレ解消*/
margin:0;
padding:0;
}

.code{
width:100%;

}

.text{
display:flex;
align-items:center;
width:700px;
height:21px;
padding:0 0 0 5px;
margin:0;

}

.textodd{
background:#fff;
}

.texteven{
background:whitesmoke;
}

.code_container{
margin:5px 0 0 0;
padding:0 10px;
border:solid 1px #000;
max-width:900px;
background:#FFFFF0;

}

.code_code{
font-family: 'Noto Sans JP', sans-serif;
line-height:1.3;
}




/*■■■■■■■■■■スマホ■■■■■■■■■■*/

@media screen and (max-width:768px){




}/*スマホ終了タグ*/



