@charset "utf-8";
/* ===================================================================
CSS information

 file name  :top.css
 author     :Ability Consultant
style info  :トップ設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	#main
----------------------------------------------------------- */
#main{
	margin-top: 8px;
}

/* .con_bn
-------------------------------*/
#main .con_bn{
	overflow: hidden;
}
#main .con_bn ul li{
	float: left;
	display: inline;
}

#main .con_bn ul li.li_01{
	margin: 0 20px 9px 0;
}

#main .con_bn ul li.li_02{
	margin: 14px 0 9px 0;
}

#main .con_bn ul li.li_03{
	margin: 0 20px 20px 0;
}

/* .con_recom
------------------------------*/
#main .con_recom{
	clear: both;
	width: 347px;
	float: left;
	margin-bottom: 24px;
	margin-top:15px;
}

#main .con_recom h3{
	float: left;
	width: 238px;
	display: inline;
	margin-bottom: 10px;
}

#main .con_recom p.lnk{
	float: right;
	display: inline;
	width: 109px;
	height: 30px;
	background: url(../images/btn/btn_plan_list.gif) no-repeat left top;
	padding: 7px 0 0 0;
	margin-bottom: 10px;
}

#main .con_recom p.lnk a{
	display: block;
	width: 94px;
	height: 21px;
	text-indent: -9999px;
	overflow: hidden;
}

#main .con_recom .box_recom{
	clear: both;
	background: #fff;
	border: 5px solid #141a7c;
	padding: 5px;
	width: 320px;
	margin: 0 auto;
}

#main .con_recom .box_recom .con_plan{
	border-bottom: 1px dotted #c7c7d4;
	padding-bottom: 5px;
	margin-bottom: 5px;
	background: url(../images/icn/icn_allow.gif) no-repeat left center;
	padding-left: 9px;
	overflow: hidden;
}

#main .con_recom .box_recom .last{
	border: none;
	margin-bottom: 0;
}

#main .con_recom .box_recom .con_plan a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	background-color: #fff;
	cursor: pointer;
}

#main .con_recom .box_recom .con_plan a img{
	float: left;
}

#main .con_recom .box_recom .con_plan a .right{
	width: 205px;
	float: right;
}

#main .con_recom .box_recom .con_plan a .right h4{
	color: #141a7c;
}

#main .con_recom .box_recom .con_plan a .right p{
	color: #666;
}

/* .con_facil
----------------------------------*/
#main .con_facil{
	width: 348px;
	float: right;
	display: inline;
	margin-bottom: 24px;
	margin-top:15px;
}

#main .con_facil h3{
	margin-bottom: 10px;
}

#main .con_facil .box_facil{
	border: 1px solid #141a7c;
	background: #fff;
	width: 328px;
	margin: 0 auto;
	padding: 5px;
}

#main .con_facil .box_facil .con_disc{
	border-bottom: 1px solid #e4e4eb;
	padding-bottom: 5px;
	margin-bottom: 9px;
}

#main .con_facil .box_facil .con_disc .left{
	width: 215px;
	float: left;
	display: inline;
	margin: 3px 0 0 3px;
}

#main .con_facil .box_facil .con_disc .left h4{
	margin-bottom: 3px;
}

#main .con_facil .box_facil .con_disc .left p{
	color: #666;
}

#main .con_facil .box_facil .last{
	border: none;
}

#main .con_facil .box_facil .con_disc .img{
	float: right;
	width: 86px;
}

#main .con_facil a.box_faci_a {
	display:block;
	clear:both;
	overflow:hidden;
	height:auto;
	width:auto;
}

/* .con_topic
---------------------------------*/
#main .con_topic{
	width: 471px;
	float: left;
	display: inline;
	margin-bottom: 20px;
}

#main .con_topic h3{
	margin-bottom: 10px;
}

#main .con_topic dl{
	width: 450px;
	margin: 5px auto 0 auto;
	border-bottom: 1px dotted #e4e4eb;
	padding-bottom: 5px;
}

#main .con_topic dl dt,
#main .con_topic dl dd{
	display: inline;
}

#main .con_topic dl dt{
	background: #000;
	color: #fff;
	padding: 2px 5px;
	margin-right: 10px;
}

/* .con_weather
----------------------------------*/
#main .con_weather{
	width: 231px;
	float: right;
	display: inline;
	margin-bottom: 20px;
}

#main .con_weather h3{
	margin-bottom: 10px;
}

#main .con_weather dl,
#main .con_weather table{
	margin: 0 auto;
	width: 200px;
	border: none;
}

#main .con_weather table td{
	border: none;
	padding: 0;
}

#main .con_weather table td .txtRed{
	color: #fc0000;
}

#main .con_weather table td .txtBlue{
	color: #0D65AF;
}


/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}


