@charset "utf-8";
/*日記用------20-02-14*/
h2{
     font-size: 110%;
     color: #ff6262;
     padding-top : 10px;
     padding-bottom : 5px;
}

.item{

     margin-left : 10px;
     margin-right : 20px;
}

.item dt{
     color : #0379fc;
     border-bottom-width : 1px;
     border-bottom-style : dotted;
     border-bottom-color : #0379fc;
     padding-bottom : 0px;
     margin-top : 5px;
     margin-bottom : 2px;
     
}

.item dd{
	line-height:150%;
     padding-left : 30px;
     padding-top : 0px;
     margin-top : 0px;
}

p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}

/*==================================================
ここからスマートフォン用（480px以下）環境の設定
==================================================*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 480px){
	
.item{

     margin-left : 0px;
     margin-right :0px;
}	
	
.item dd{
     padding-left : 15px;
	 padding-right : 10px;
}

}