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

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


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */

#rebrand #contents #wrp_contents{
	width:970px;
	margin: 0 auto;
	padding:0 0 0 20px;
	background: none;
	background: #fff;
	overflow:hidden;
}

/* main
----------------------------------------------------------- */
#rebrand #main {
	width: 950px;
	margin: 0 auto;
	padding-left: 0;
}
#rebrand #main .topicpath {
	width: 920px;
	margin-left: 20px;
}

/* .con_intro
----------------------------------------------------------- */
#rebrand #main .con_intro {
	background: url(../rebrand/images/bg_intro.jpg) 0 0 no-repeat;
	padding-top: 250px;
	padding-left: 27px;
	margin-bottom: 20px;
}

#rebrand #main .con_intro h2 {
	margin-bottom: 30px;
}

#rebrand #main .con_intro p {
	padding-left: 12px;
	width: 645px;
	padding-bottom: 45px;
}

/* .con_change
----------------------------------------------------------- */
#rebrand #main .con_change {
	overflow: hidden;
	margin-bottom: 30px;
}

#rebrand #main .con_change h3 {
	margin-bottom: 20px;
}

#rebrand #main .con_change .wrp_change {
	overflow: hidden;
}

#rebrand #main .con_change .wrp_change01 {
	overflow: hidden;
	border-bottom: 1px solid #f3f2e9;
}

#rebrand #main .con_change .wrp_change02 {
	overflow: hidden;
}

#rebrand #main .con_change .wrp_change01 div,
#rebrand #main .con_change .wrp_change02 div {
	float: left;
	width: 465px;
	overflow: hidden;
}

#rebrand #main .con_change .wrp_change01 .box_l {
	border-right: 1px solid #f3f2e9;
	padding: 0 10px 10px 0;
	margin-right: -1px;
}

#rebrand #main .con_change .wrp_change01 .box_r {
	padding: 0 10px 10px 10px;
	width: 455px
}

#rebrand #main .con_change .wrp_change02 .box_l {
	border-right: 1px solid #f3f2e9;
	padding: 10px 10px 0 0;
	margin-right: -1px;
}

#rebrand #main .con_change .wrp_change02 .box_r {
	padding: 10px 10px 0 10px;
	width: 455px
}

#rebrand #main .con_change .wrp_change01 span,
#rebrand #main .con_change .wrp_change02 span {
	color: #cd1919;
}

#rebrand #main .con_change .wrp_change01 div .photo,
#rebrand #main .con_change .wrp_change02 div .photo {
	float:left;
	margin-right: 10px;
}

#rebrand #main .con_change .wrp_change01 div h4,
#rebrand #main .con_change .wrp_change02 div h4 {
	margin-bottom: 15px;
	margin-top: 5px;
}

#rebrand #main .con_change .wrp_change01 div p,
#rebrand #main .con_change .wrp_change02 div p {
	overflow: hidden;
}

#rebrand #main .con_card {
	margin-bottom: 40px;
}

#rebrand #main .con_card h4 {
	border-bottom: 1px dotted #9e9e9e;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#rebrand #main .con_card .box_card {
	overflow: hidden;
	padding: 15px;
	background: url(../rebrand/images/bg_card.gif) right top no-repeat #f9f8f8;
	border: #dfddd7 1px solid;
}

#rebrand #main .con_card .box_card .photo {
	float: left;
	width: 191px;
	margin-right: 15px;
}

#rebrand #main .con_card .box_card .box_r {
	float: left;
	width: 712px;
}

#rebrand #main .con_card .box_card .box_r .txt_main {
	border-bottom: 1px solid #dfddd7;
	padding: 0 0 10px 0;
	margin:  0 0 10px 0;
}

#rebrand #main .con_reserve {
	padding: 0 0 20px 0;
}

#rebrand #main .con_reserve h4 {
	border-bottom: 1px dotted #9e9e9e;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

#rebrand #main .con_reserve  p {

}

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

	hack - 各種cssハック - for IE7

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


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

	hack - 各種cssハック - for IE6

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