@charset "utf-8";

/* ===================================================================
	
	info: バックナンバーiframe用css
	
=================================================================== */
body {
	background-color: transparent;
	margin:0;
	padding:0;
	font-size:12px;
	line-height:1.5em;
}

div.wrapper {
	width:780px;
	}
	
div.bn_list {
	padding:0px;
	float:left;
	margin:10px 0 0 30px;
}

div.bn_list ul {
	margin:0;
	padding:0;
	}

div.bn_list li {
	list-style:none;
	background: url(../images/event/check.gif) left 0 no-repeat;
	padding:0 0 5px 16px;
}


div.bn_list li a {
	text-decoration: none;
	color:#555;
}


div.bn_list li a:hover {
	color:red;
}

/* ====================================================
	
	creafixなどフロート解除関連
	
====================================================*/

.clear {
	clear: both;
}

/* ----------------------------------------------------
	clearfix の代用
	<div class="hr"><hr /></div>
---------------------------------------------------- */

div.hr { clear:both; }
div.hr hr { display:none; }

/* ----------------------------------------------------
	clearfix
---------------------------------------------------- */

.clearfix {
	zoom:1;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	margin: -1px 0 0 0;
}
     /* for IE6 */  
    * html .clearfix {  
     display:inline-block;  
     }
     /* for IE7 */  
     *+html .clear<span class="hilite">f</span>ix {  
     display:inline-block;  
     }  

/* for MacIE5 \*//*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}




