@charset "UTF-8";


body{
 

    padding: 0;
	margin: 0;
    /*ページ全体の文字の色を白に設定（なくてもOK）*/

	
	/*ページ全体の書体を設定（なくてもOK）*/
    font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho";
    /*ページ全体の文字サイズの設定（なくてもOK）*/
    font-size: 1em;
    font-family: "A-OTF UD黎ミン Pr6N L";
    width: 375px;	
	text-align: center;
	
	
}

.hutuu{
    width: 300px;
    color: #22228B;
    text-align: center;
    font-family: "A-OTF UD黎ミン Pr6N L";	
	margin-right: auto;
	margin-left: auto;
		
}

div#siyourei{
    background-color: white;
	
}
    

div#yokonarabi{
   
    margin-top: 50px;
    margin-bottom:50px;
}
ul{
    display: flex;
    overflow-x: scroll;
    list-style: none;
    margin-bottom: 100px;
}
li{
    width: 200px;
	padding-left:20px;
}
/*mainの設定----------------------------------------*/
#main{
    /*main内の背景色を指定（なくてもOK）*/
    background-color: #E5E6FF;
    width: 375px;
	
    height: 2700px;
    /*main内の内側に50pxの余白を設定（なくてもOK）*/
	
	
	/*ここからFlexboxの設定*/
	/*↓これが超超超超超超超重要！この1行を消すと縦並びになる*/
	
	
	/*エリア内のdivを等間隔に配置（なくてもOK）*/
    justify-content: space-around;
    /*エリア内で上下中央揃え（なくてもOK）*/
    align-items: center;
    margin-bottom: 100px;
}


h1 { color: #22228B;
	font-family: "A-OTF UD黎ミン Pr6N L";
}
.siyou {
    margin-top: 100px;
    padding-top: 40px;
   
}

.vaseline {
    margin-top:50px;
    margin-bottom: 40px;
}
.jyurokujikann {
    margin-top: 20px;
}
p#1{
    color: #22228B;
}
.hositu {
    padding-bottom: 30px;
}
.ueeei {
    margin-left: 0px;
    left: 0px;
    margin-top: 10px;
}
