@charset "UTF-8";

/* LIST
##################################### */

		
	/* main-column
	##################################### */
		
	dl.item-box,
	dl.item-box2 {
		width: 970px;
		margin-bottom: 40px;
		overflow: hidden;
	}
	
		dl.item-box dt,
		dl.item-box2 dt {
			font-weight: bold;
			background: url(../img/common/bg_line2.gif) repeat-x 0 bottom;
			padding-bottom: 15px; margin-bottom: 15px;
		}
		
		dl.item-box dt span,
		dl.item-box2 dt span { font-weight: normal; font-size: 85%; }
		dl.item-box dd,
		dl.item-box2 dd { font-size: 93%; line-height: 1.5; }
		
		
		dl.item-box dd.dd-img { float: left; width: 250px;}
		dl.item-box dd.dd-txt { float: right; width: 720px;}		
		
		dl.item-box2 dd.dd-img { float: left; width: 360px;}
		dl.item-box2 dd.dd-txt { float: right; width: 610px;}		
		
		ul.ul-img li{float: left; width:160px; margin-right:10px;}
		ul.ul-txt li{float: left; width:180px; margin-right:10px; margin-bottom:10px;}
		
		a.btn-tachiyomi {
			clear:both;
			display: block;
			width: 160px; height: 29px; 
			background: url(../campaign/img/btn_tachiyomi.gif) no-repeat;
			text-indent: -99999px;
		}
		/*a.btn-tachiyomi {
			display: block;
			width: 220px; height: 29px; 
			background: url(../campaign/img/btn_tachiyomi.gif) no-repeat;
			text-indent: -99999px;
		}*/	
		a.btn-tachiyomi:hover { background-position: bottom; }
		
		p.outline {clear:both;}
