@charset "Shift_JIS"; 
@import "../common/style/print.css";
 
h2 
{
	margin-bottom: 3mm
}
 
h3 
{
	font-size: 16pt;
	margin-bottom: 3mm;
	font-weight: bold;
}
 
.contentsRight 
{
	padding: 3mm;
	margin-top: 3mm;
	margin-bottom: 3mm;
	border: 1px solid #006eb9;
}
	 
.contentsRight h4 
{
	color: #006eb9;
	font-weight: bold;
}
	 
.contentsRight h4 span 
{
	display: block;
	font-size: 100%;
	color: #000;
	font-weight: normal;
}
  
.contentsRight dl 
{
	margin-bottom: 3mm;
}
	 
.contentsRight dl dt 
{
	float: left;
	margin-right: 3mm;
	margin-bottom: 3mm;
}
   
.guide 
{
	clear: left;
}
	 
.guide .guide_list 
{

}
 
.guide .btn 
{
	display: none;
}
 
.guide dl 
{
}
	 
.guide dl dt 
{
	padding-top: 1mm;
	padding-bottom: 1mm;
	font-size: 14pt;
	font-weight: bold;
	border-bottom: 1px solid #006eb9;
}
	
.guide dl dt a 
{
	text-decoration: none;
	color: #000;
}
  
.guide dl dd 
{
}
	 
.guide dl dd p 
{
	float: left;
}
   
.guide dl dd:after, 
.guide_list:after
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
	 
.guide dl dd, 
.guide_list
{
	display:inline-block;
}
/* Hide from IE Mac \*/
 
.guide dl dd, 
.guide_list
{
	display:block;
}
/* End hide from IE Mac */
 	  
