@charset "UTF-8";
/*******************************************************************************
file name  :  top.css
style info :  
********************************************************************************/

/*===================================================================
	ハック
===================================================================*/

/* clearfix 
xxxxxx:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}*/
/*********************************************************
	global-nav
*********************************************************/
#global-nav{
	padding-bottom:35px;
}
/*********************************************************
	topics
*********************************************************/
#topics{
	width:500px;
	padding:0 0 0 13px;
	float:left;
}
#topics h2{
	line-height:100%;
	font-weight:normal;
	font-size:14px;
	width:500px;
	border-bottom:1px solid #CCCCCC;
	padding-bottom:3px;
}
#topics h2 img{
	vertical-align:text-top;
}
#topics table{
	width:500px;
	margin-top:13px;
}
#topics table tr th{
	width:80px;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
	color:#FF898D;
}
#topics table tr td{
	padding-left:13px;
	border-left:1px solid #CCCCCC;
	vertical-align: middle;
}
/*********************************************************
	banners
*********************************************************/
#banners{
	float:left;
	padding:0 0 0 15px;
	width:177px;
}
#banners img{
	display:block;
}
#banners img.second-child{
	margin-top:7px;
}
/********************************************************
	access
********************************************************/
#main #content h2 span.sub{
	font-size:12px;
	font-weight:normal;
}
#main #content .section-Lv1{
	padding:10px 0 30px 0;
}
#main #content .section-Lv1 p.first-child{
	margin-top:15px;
}
#main #content .section-Lv1 table{
	margin-top:10px;
}
#main #content .section-Lv1 table tr th{
	width:1em;
	text-align:center;
}
#main #content .section-Lv1 .access_btn{
	text-align:center;
	margin:20px 0 0 0;
}
