@import url("additionalcss.css");
@charset "utf-8";
/* 追加CSS Document */

/* section 下にマージン追加　*/

section p{margin-bottom:1em;}

/* footer調整 */
footer p{
	padding: 0.5em;
	text-align: left;
}

/* footer調整 end */


/* for #social icon CSS add 2022.09.23 */

#social{display:block; text-align:center; padding:10px; margin-left:auto; margin-right:auto;}

#social .tweet{
	display:inline-block;
	width:50%;
	width:60px;
	height:60px;
	background-image:url("https://square.umin.ac.jp/~sami2024/img/social/Twitter-roundedsquare-blue.png");
	background-size:cover;
	clear:none;
}

#social .Insta{
	display:inline-block;
	width:50%;
	width:60px;
	height:60px;
	background-image:url("https://square.umin.ac.jp/~sami2024/img/social/Instagram_RGB.png");
	background-size:cover;
}

#social a{display:blcok; width:60px; height:60px; text-align:center; line-height:80px;}

#social a:hover
{
    transform: scale(1.05);
}

#social a span{display:none;}

/* for #social end */

p.indent1-1 {
padding-left:1em;
text-indent: -1em;
}
