@charset "Shift_JIS"; 
 
/* CSS for CMS */ 
 
.wrapper 
{
	background-image: url(../images/cms/goverment/bg_mid.gif);
}
	 
.wrapper .body 
{
	background-image: url(../images/cms/goverment/bg_btm.gif);
}
  
/*
 * ==================================================
 * ꗗ 
 * ==================================================
 */
	
.list li 
{
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #d7d7d7;
}
	 
.list li .image 
{
	padding: 0;
	width: 70px;
	border: none;
}
   
/*
 * ==================================================
 * ڍ 
 * ==================================================
 */
	 
.detail 
{
}
	 
.detail .mainVisual 
{
	margin-bottom: 10px;
	border: 1px solid #d7d7d7;
}
	
.detail .mainVisual img 
{
	vertical-align: top;
}
  
.detail .main 
{
	float: right;
	width: 530px;
}
	 
.detail .main .introduction 
{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #d7d7d7;
}
	
.detail .main .introduction .icon 
{
	float: left;
	width: 103px;
}
 
.detail .main .introduction .univ 
{
	margin-bottom: 8px;
	font-size: 130%;
	font-weight: bold;
}
	
.detail .main .introduction .univ img 
{
	margin-right: 10px;
	vertical-align: middle;
}
  
.detail .main .introduction strong 
{
	font-size: 130%;
}
  
.detail .main .article 
{
}
	
.detail .main .article h3 
{
	padding-left: 40px;
	height: 40px;
	line-height: 40px;
	background-image: url(../images/cms/goverment/bg_title_head.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}
 
.detail .main .article h4 
{
	padding-bottom: .2em;
	margin-top: 20px;
	margin-bottom: .6em;
	color: #444;
	border-bottom: 1px solid #fba258;
}
 
.detail .main .article p 
{
	line-height: 2;
}
  
.detail .main .pagination 
{
	padding: .5em 0;
	margin-top: .5em;
	border-top: 1px solid #d7d7d7;
}
 	
.detail .main .back 
{
	padding: .5em 0;
	margin-top: .5em;
	text-align: right;
	border-top: 1px solid #d7d7d7;
}
  
.detail .sub 
{
	float: left;
	width: 180px;
}
	 
.detail .sub .section 
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #d7d7d7;
}
	 
.detail .sub .section h3 
{
	margin-bottom: 4px;
}
 
.detail .sub .section .name 
{
	margin: 8px 0;
	font-size: 120%;
}
 
.detail .sub dl 
{
}
	 
.detail .sub dl dd 
{
	margin-bottom: 10px;
}
  
.detail .sub .section h3 
{
	margin-bottom: 5px;
}
 
.detail .sub .section .body 
{
	background-image: url(../images/cms/future/bg_aside_btm.gif);
}
     
.pageTop 
{
	padding-top: 1em;
	border-top: 1px solid #d7d7d7;
}
 
/**
 * ==================================================
 * CLEAR FIX 
 * ==================================================
 */
	 
.body:after 
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
	 
.body 
{
	display:inline-block;
}
/* Hide from IE Mac \*/
 
.body 
{
	display:block;
}
/* End hide from IE Mac */
   
