@charset "UTF-8";

/* membership */
/*---------------------------------------

	common
	index

	[module] clearfix

*--------------------------------------*/

/**=====================================
	common
======================================**/

.main_contents {
	width: 980px !important;
}

.part {
	padding-left: 15px;
}

/**=====================================
	index
======================================**/

.texts_image .texts_cont {
	width: 715px;
}

.texts_image .image_cont {
	width: 220px;
}

a.dl_btn {
	display: block;
	width: 220px;
	height: 70px;
	background: url(../../images/membership/dl_btn.jpg) top no-repeat;
	text-indent: -99999px;
	overflow: hidden;
}

a.dl_btn:hover {
	background-position: bottom;
}

/**=====================================
	[ module ] clearfix
======================================**/

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

/* \*/
* html .clearfix { 
	height:1%;
}

.clearfix {
	display: block;
}
/* */
