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

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

/* 各ページタイトル画像
----------------------------------------------------------- */
#special #header h1 {
	background:url(../special/images/title.jpg) center 0 no-repeat;
}


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

	#contents
	
----------------------------------------------------*/
#special #contents {
	width:1280px;
	background:url(../special/images/bg_winter.jpg) center 0 no-repeat;
	
}


/*----------------------------------------------------
	#main	メイン
----------------------------------------------------*/
#special #main {
	width:950px;
}


/*----------------------------------------------------
	#familly_plan	家族割りプラン
----------------------------------------------------*/
#special #familly_plan {
	width:950px;
	margin:30px auto 0;
}

#special #familly_plan #shousai {
	width:950px;
	height:auto;
}

#special #familly_plan #shousai #plan_l{
	width:465px;
	height:auto;
	float:left;
}

#special #familly_plan #shousai #plan_l .plan_l_s{
	width:465px;
	margin:0 0 10px 0;
}


#special #familly_plan #shousai #plan_r{
	width:465px;
	height:auto;
	}

#special #familly_plan #shousai #plan_r .plan_r_s{
	width:465px;
	margin:0 0 10px 0;
}



/*	.con_privacy			
----------------------------------------------------*/
#special #main .con_winter {
	width:950px;
}

#special #main .con_winter table {
	width:950px;
}

#special #main .con_winter .con_attention {
	padding:5px 0;
	width:948px;
	border:1px solid #D4799E;
	color:#D4799E;
	background:url(../special/images/ic_attention.gif) 220px 8px no-repeat;
}


#special #main .con_winter p.txt_detail {
	margin:15px 0;
	text-align:center;
}

#special #main .con_winter .con_attention p {
	margin:0 auto;
	width:435px;
}

#special #main .con_winter p.bn_plan {
	margin:35px 0;
}

#special #main .con_winter p.bn_plan02 {
	margin:35px 0 10px 0;
}



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

	hack - 各種cssハック - for IE7

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


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

	hack - 各種cssハック - for IE6

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


