@charset "UTF-8"; 
	 
@import "../../common/css/screen.css"; 
  
/**
 * ========================================
 * 投資信託一覧用 CSS 
 * ========================================
 *
 * TOC
 * ----------------------------------------
 *
 *
 *
 *
 */
 
.NoData 
{
	text-align: center;
}
 
/**
 * ========================================
 * 商品説明 
 * ========================================
 */
	 
#Introduction 
{
}
	 
#Products 
{
	margin-bottom: 30px;
}
	 
#Products .Image 
{
	float: left;
	width: 196px;
}
	 
#Products .Image img 
{
	border: 1px solid #787878;
}
  
#Content .Section #Products .Description 
{
	float: right;
	width: 412px;
}
	 
#Products .Description dl 
{
	margin-top: 0;
	line-height: 1.4;
}
	 
#Products .Description dl dt 
{
	font-weight: bold;
	text-indent: -1em;
	padding-left: 1em;
}
	 
#Products .Description dl dt + dt 
{
	margin-top: 12px;
}
  
#Products .Description dl dd 
{
	padding-left: 1em;
	margin-bottom: 12px;
}
	 
sup 
{
	margin-right: .5em;
	font-size: 60%;
	vertical-align: top;
}
 	    
#Appendix 
{
	border-bottom: 1px solid #CCC;
}
	 
#Content .Section #Appendix h3 
{
	padding: 5px 10px;
	color: #555;
	font-size: 100%;
	font-weight: normal;
	background-color: #eaecef;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: none;
}
 
#Content .Section #Appendix ul 
{
	margin: 0 10px 10px;
}
 
#Appendix #PDF 
{
	float: left;
	width: 215px;
	border-right: 1px solid #CCC;
}
 
#Content .Section #Appendix #Companies 
{
	float: right;
	width: 412px;
}
	 
#Content .Section #Appendix #Companies ul li 
{
	display: inline;
}
 
#Content .Section #Appendix #Companies ul li + li 
{
	margin-top: 5px;
}
	 
#Content .Section #Appendix #Companies ul li a 
{
	margin-bottom: 5px;
	display: block;
	border-bottom: 1px solid #FFF;
}
 
#Content .Section #Appendix #Companies ul li span 
{
	display: block;
	margin-bottom: 5px;
	border-bottom: 1px solid #FFF;
	padding-left: 9px;
	background-position: 0 0.4em;
	background-repeat: no-repeat;
	background-image: url(/common/images/ico_arrow_square.gif);
}
     
/**
 * 
 * ========================================
 */
	
/**
 * 
 * ------------------------------
 */
   
/**
 * ========================================
 * 主な投資リスク 
 * ========================================
 */
	 
#Content #Risk 
{
}
	 
#Content #Risk h4 
{
	margin-bottom: 0;
}
   
/**
 * ========================================
 * このページの情報について 
 * ========================================
 */
	 
#Content #Attention 
{
}
	 
#Content #Attention li 
{
	padding-left: 12px;
	background-position: 0 0.4em;
	background-repeat: no-repeat;
	background-image: url(/common/images/ico_arrow_square.gif);
}
  
/**
 * 
 * ------------------------------
 */
  
/**
 * ========================================
 * 
 * ========================================
 */
	
/**
 * 
 * ========================================
 */
	
/**
 * 
 * ------------------------------
 */
   
/**=
 * ========================================
 * clearfix 
 * ========================================
 */
	 
#Products:after, 
#Appendix:after
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
	 
#Products, 
#Appendix
{
	display:inline-block;
}
/* Hide from IE Mac \*/
 
#Products, 
#Appendix
{
	display:block;
}
/* End hide from IE Mac */
   
/**
 * ========================================
 * 
 * ========================================
 */
	
/**
 * 
 * ========================================
 */
	
/**
 * 
 * ------------------------------
 */
   
