@charset "utf-8";
/* ===================================================================
CSS information

 file name  :customer.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/*----------------------------------------------------
	各ページ専用指定
----------------------------------------------------*/
#customer #header_wrap h2 {
	background: url(../customer/images/title.jpg) no-repeat center;
}


/* 一覧
----------------------------------------------------*/
#customer #main p.txt_st{
	padding:0 0 57px 20px;
}

#customer #main .con_cus{
	width:734px;
	margin:0 -9px 0 10px;
	overflow:hidden;
	_zoom: 1;
}

#customer #main .con_cus div{
	width:174px;
	float:left;
	margin: 0 9px 18px 0;
}

#customer #main .con_cus div p{
	background: url(../customer/images/bk_list.gif) 0 0 no-repeat;
}

#customer #main .con_cus div p img{
	margin: 10px 0 10px 3px;
}

#customer #main .con_cus div p{
	text-align: center;
}


#customer #main .con_icdot{
	width:750px;
	height:1px;
	background:url(../customer/images/ic_dot_line.gif) 0 0 repeat-x;
	clear: both;
	margin: 40px 0 0 0;
}


/* ナビゲーション
----------------------------------------------------*/
#customer #main .con_me{
	width:700px;
	height:41px;
	margin:0 auto;
	margin-top:80px;
	background:url(../customer/images/bg_menu.gif) top left no-repeat;
	text-indent:-9999px;
}

#customer #main .con_me li{
	height: 41px;
	float: left;
}

#customer #main .con_me li a{
	width:233px;
	height:41px;
	display: block;
	overflow: hidden;
}

#customer #main .con_me li.pre a:hover{
	background:url(../customer/images/bg_menu.gif) 0 -41px;
}

#customer #main .con_me li.now a:hover{
	background:url(../customer/images/bg_menu.gif) -233px -41px;
}

#customer #main .con_me li.next a:hover{
	background:url(../customer/images/bg_menu.gif) -466px -41px;
}

#customer #main .n_page{
	width:700px;
	height:40px;
	margin:0 auto;
}

#customer #main .n_page a{
	font-size:14px;
	color:#33302b;
	padding-right:5px;
	text-decoration:underline;
}


/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}