@charset "utf-8";
/* ===================================================================
CSS information

 file name  :points.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/*----------------------------------------------------
	#main	メイン
	
----------------------------------------------------*/


/* con_intro	INTRO	
----------------------------------------------------*/
#points .con_intro {
	margin-bottom:50px;
	padding:135px 0 0 0;
	width:710px;
	background:url(../points/images/bg_intro.jpg) 0 0 no-repeat;
}

#points .con_intro p {
	margin:0 auto;
	width:610px;
}



/* con_pnt01	魅力ポイント01	
----------------------------------------------------*/
#points .con_pnt01 {
	margin-bottom:30px;
	padding:200px 0 0 320px;
	width:390px;
	background:url(../points/images/bg_pnt01.jpg) 0 0 no-repeat;
}

#points .con_pnt01 h3 {
	margin-bottom:20px;
}

#points .con_pnt01 .txt_point {
	margin-bottom:20px;
	width:350px;
}

#points .con_pnt01 ul li {
	list-style:none outside;
	display:inline;
}


/* con_pnt02	魅力ポイント02	
----------------------------------------------------*/
#points .con_pnt02 {
	margin: 0 0 30px auto;
	padding-top:250px;
	width:660px;
	background:url(../points/images/bg_pnt02.jpg) right 0 no-repeat;
}

#points .con_pnt02 h3 {
	margin-bottom:20px;
}

#points .con_pnt02 .txt_point {
	margin-bottom:20px;
	width:350px;
}

#points .con_pnt02 ul {
	margin-top:20px;
}

#points .con_pnt02 ul li {
	margin-right:10px;
	list-style:none outside;
	display:inline;
}


/* con_pnt03	魅力ポイント03	
----------------------------------------------------*/
#points .con_pnt03 {
	margin-bottom:30px;
	padding:250px 0 0 260px;
	width:395px;
	background:url(../points/images/bg_pnt03.jpg) left 0 no-repeat;
}

#points .con_pnt03 h3 {
	margin-bottom:20px;
}

#points .con_pnt03 .txt_point {
	margin-bottom:20px;
	width:350px;
}

#points .con_pnt03 ul {
	margin-top:20px;
}

#points .con_pnt03 ul li {
	margin-right:10px;
	list-style:none outside;
	display:inline;
}

/* con_pnt04	魅力ポイント04	
----------------------------------------------------*/
#points .con_pnt04 {
	margin-bottom:30px;
	padding:240px 70px 0 45px;
	width:530px;
	overflow:hidden;
	background:url(../points/images/bg_pnt04.jpg) left 0 no-repeat;
}

#points .con_pnt04 h3 {
	margin-bottom:20px;
}

#points .con_pnt04 .txt_point {
	width:250px;
	float:left;
}

#points .con_pnt04 ul {
	margin-top:20px;
	float:right;
}

#points .con_pnt04 ul li {
	margin-right:10px;
	list-style:none outside;
	display:inline;
}

/* con_pnt05	魅力ポイント05	
----------------------------------------------------*/
#points .con_pnt05 {
	width:420px;
	padding-left:290px;
	background:url(../points/images/bg_pnt05.jpg) left 0 no-repeat;
}

#points .con_pnt05 h3 {
	margin-bottom:20px;
}

#points .con_pnt05 .txt_point {
	margin-bottom:25px;
	width:250px;
}

#points .con_pnt05 ul li {
	margin-right:10px;
	list-style:none outside;
}




/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}

