@charset "EUC-JP";

/*------------------------------------------------------
CONSPICUOUSNESS
-----------------------------------------------------*/

p#CONSPICUOUSNESS{
	background: #9a0000;
	padding:4px 0;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #fff;
	border: inset 6px #9a0000;
}


/*------------------

cmsList

------------------*/

#cmsList{
	width: 715px;
	overflow:hidden;
	zoom:1;
}

#cmsList .listBox{
	width: 713px;
	border:1px solid #DCDCDC;
}

#cmsList div.listBox .lower .imgBox{
	float:left;
	margin:5px;
	width:75px;
	display:inline;
}

#cmsList div.listBox .lower .txtBox{
	width: 616px;
	margin-bottom: 10px;
}


#cmsList div.listBox ul.upper{
	font-weight:bold;
	height:20px;
	padding:3px 10px 0px 0px;
	margin:-1px -1px 0px -1px;
	zoom:1;
}


#cmsList .freeNow{
	width: 713px;
	border:1px solid #9a0000;
}

#cmsList div.freeNow .lower .imgBox{
	float:left;
	margin:5px;
	width:75px;
	display:inline;
}

#cmsList div.freeNow .lower .txtBox{
	width: 616px;
	margin-bottom: 10px;
}


#cmsList div.freeNow ul.upper{
	background:#9a0000;
	color:#FFF;
	font-weight:bold;
	height:20px;
	padding:3px 10px 0px 0px;
	margin:-1px -1px 0px -1px;
	zoom:1;
}
/* リセット */
h2,h3,h4{
	margin:0px;
	padding:0px;
}


/* clearfix */

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}