@charset "utf-8";
/* CSS Document */

.underline {
	display: block;
	border-bottom: 1px dotted rgba(255,255,255,0.66);
	margin: 0.5em auto;
	font-size: 1em;
}
.snow h2 {
	width: 26%;
	margin-left: 2%;
}
.snow2 {
	background-color: rgba(255,255,255,0.57);
	border-radius: 20px;
	margin: 10px 0 10px 2em;/*10px auto 20px*/
	-webkit-box-shadow: 2px 2px rgba(134,140,154,0.72);
	box-shadow: 2px 2px rgba(134,140,154,0.72);
}
/**************************
/*説明部分の装飾
**************************/
dl {
	padding-top:0.4em;
}

dt {
	text-align: left;
	margin-left: 2em;
    margin-top:1em;
	 color: #0D4470;
	text-decoration: underline;
	padding-bottom: 0.2em;
	text-shadow: 1px 1px 0 rgba(134,140,154,0.72);
}
dd {
	font-size: 0.8em;
	color: #0D4470;
	text-align: left;
	margin-right:2em;
	margin-bottom:1em;
}
