@charset "Shift_JIS";

html {
  font-size: 100%;
}



h1{
	font-size:3.2em;
	line-height:1em;
	padding-bottom:0px;
	margin-bottom:2px;
	border-bottom:1px solid #333333;
}
h2{
	display:block;
	margin-top:2em;
	font-size:1.9em;
	font-weight:normal;
	font-family:'arial','Impact',sans-serif;
	text-transform:capitalize;
	clear:right;
}
h3{
	clear:both;
	font-size:1.3em;
	font-weight:bold;
	padding-bottom:0.2em;
	margin-bottom:0em;
	margin-top:3vw;
	border-bottom:1px solid #dddddd;
}
dl{
	font-size:1.1em;
	margin-top:0.6em;
}


dl dt{
	font-size:0.9em;
	width:9em;
	clear:left;
	float:left;
	text-align:center;
	padding-right:1em;
}


dl dd{
	
	margin:0em;
	margin-left:10em;
}

@media screen and (max-width: 400px) {  /* またはあなたのブレイクポイントに */
dl dt {
	float:none;           /* ← これが核心！ インライン → ブロックに変更 */
  }
dl dd{
	margin-left:2em;
}
}

p#phrase{
	color:#444444;
	font-size:1.1em;
	text-align:right;
}

#site_categorie{
	font-size:0.7em;
}
