@charset "Shift_JIS"; 
 
/* CSS for CMS */ 
 
.wrapper 
{
	background-image: url(../images/cms/feature/bg_mid.gif);
}
	 
.wrapper .body 
{
	background-image: url(../images/cms/feature/bg_btm.gif);
}
  
/*
 * ==================================================
 * 一覧 
 * ==================================================
 */
	 
.list .text h4 
{
	clear: left;
	padding-top: 10px;
}
  
/*
 * ==================================================
 * 詳細 
 * ==================================================
 */
	 
.detail .pagination 
{
	padding-top: 1em;
	border-top: 1px solid #d7d7d7;
}
 
.detail p 
{
	line-height: 2;
}
  
.photoList 
{
	background-image: url(../images/cms/news/bg_photo_mid.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
}
	 
.photoList img 
{
	vertical-align: top;
}
 
.photoList h3 
{
	padding-bottom: 3px;
	background-color: #FFF;
	background-image: url(../images/cms/news/bg_photo_top.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
 
.photoList ul 
{
	padding-top: 7px;
	padding-left: 10px;
	background-image: url(../images/cms/news/bg_photo_btm.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
	
.photoList ul li 
{
	float: left;
	margin-bottom: 10px;
	width: 142px;
}
   
.pageTop 
{
	padding-top: 1em;
	border-top: 1px solid #d7d7d7;
}
 
/**
 * ==================================================
 * CLEAR FIX 
 * ==================================================
 */
	 
.detail .main .introduction:after, 
.photoList ul:after
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
	 
.detail .main .introduction, 
.photoList ul
{
	display:inline-block;
}
/* Hide from IE Mac \*/
 
.detail .main .introduction, 
.photoList ul
{
	display:block;
}
/* End hide from IE Mac */



/**
 * ==================================================
 * 特集　個別ページ用　装飾 
 * ==================================================
 */
.free h3{
	clear:both;
}
.free h4{
	color:#ff8088;
	border-left:5px solid #ffa7ad;
	padding-left:7px;
	margin-bottom:5px;
	clear:both;
}
.free strong{
	color:#b33d45;
}
.free table{
	width:100%;
	border-collapse:separate;
	margin-bottom:5px;
/*	border:1px solid #dfdfdf;*/
}
.free table th,
.free table td{
	text-align:center;
	border:1px solid #dfdfdf;
	padding:4px;
}
.free table th{
	background-color:#f0f0f0;
}
.free .smallcaption{
	font-size:x-small;
}
.free ol li{
	margin-bottom:10px;
}
p.pagination{
	clear:both;
}
