@charset "UTF-8";

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix { /* for IE */
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.clear{
	clear:both;
}
.left {float:left;}
.right {float:right;}

.hide{
	display:none;
}

/* ■■font■■
---------------------------------------------*/

.font_wrap{
	width:585px;
	margin:0 auto;
	padding:15px 4px;
	border-bottom:20px solid #000;
	text-align:center;
}

.font_wrap h1{
	width:580px;
	height:54px;
	margin:0 auto;
	background:url(../images/font_title.gif) no-repeat;
	text-indent:-9999px;
}

.intro_text{
	margin:30px 0 0;
}

.anchor_link{
	margin:15px 0;
	font-size:15px;
}

.sub_title{
	width:570px;
	margin:40px auto 15px;
	padding:0 0 5px 5px;
	border-bottom:1px solid #000;
	font-size:18px;
	font-weight:normal;
	text-align:left;
}

.font_wrap h2 a{
	padding-top:15px;
}

.pagetop a{
	font-size:14px;
	color:#333;
	text-decoration:none;
}

.font_list{
	width:570px;
	margin:0 auto;
}

.font_list li{
	width:570px;
	margin-bottom:15px;
	border-bottom:1px dashed #999;
}

.font_list li dl{
	width:280px;
	float:left;
	padding-left:5px;
	text-align:left;
}

.font_list li dt{
	margin-bottom:5px;
}






