@charset "utf-8";
/*
	Description : コンテンツ詳細設定
*/
/* contents name
----------------------------------------------------------- */

div.table p {
	display:table-cell;
	vertical-align: middle;
	margin: 0;
}



/* スライダー */
.container {width: 960px; height: 480px; overflow-x: hidden; margin: auto;} 
.slide_all {width: 759px; margin: 0 auto; height: 440px; position: relative;} 
.slide_wrap {width: 2277px; position: absolute; left: 50%; margin-left: -1136px;} 
.slide_body {width: 100%;} 
.slide {width: 759px;}
.slide img {width: 100%; vertical-align: bottom;}

/*indexのメイン*/
#main .inner.index_main {
	background-image: url(../../img/common/img01.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 150px;
	overflow: hidden;
}

#main .inner .main_side {
	float: left;
	width: 615px;
}

/* おすすめ */
#pickup {
	width: 627px;
	margin-left: -12px;
	overflow: hidden;
	margin-bottom: 30px;
}
#pickup .content {
	background-image: url(../../img/index/white_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 197px;
	padding-bottom: 10px;
	float: left;
	margin-left: 12px;
	position: relative;
	padding-top: 15px;
}
#pickup .content .tape {
	position: absolute;
	top: 0px;
	left: 56px;
}
#pickup .content .inner {
	background-image: url(../../img/index/white_top.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 13px;
	padding-right: 13px;
	padding-left: 13px;
	text-align: left;
}
#pickup .content .inner img {
	margin-bottom: 5px;
}

#pickup .content .inner .subTit {
	font-size: 1.2em;
	color: #50A05B;
	font-weight: bold;
}
#pickup .content .inner .tit {
	font-size: 1.8em;
	color: #50A05B;
	font-weight: bold;
}
#pickup .content .inner .txt {
	font-size: 1.2em;
	color: #503A2F;
}
#pickup .content .inner .subTit a,
#pickup .content .inner .tit a {
	color: #50A05B;
	text-decoration: none;
}
#pickup .content .inner .txt a {
	color: #503A2F;
	text-decoration: none;
}


/*新着情報*/
#info_tit {
	margin-bottom: 10px;
	overflow: hidden;
}
#information {
	clear: both;
	font-size: 1.4em;
	text-align: left;
	margin-bottom: 30px;
	background-image: url(../../img/index/white_bottom_big.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0;
	padding-bottom: 11px;
}
#information .inner {
	background-image: url(../../img/index/white_top_big.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding-right: 10px;
	padding-left: 10px;
}

#information dl {
	padding: 10px 0px;
	border-bottom: 1px dashed #BEB5B6;
}
#information dl:last-child {
	border-bottom: none;
}
#information dl dt,
#information dl dd {
	padding-left: 40px;
}
#information .inner dt {
	color: #513731;
}

#information .inner dd,
#information .inner dd a {
	color: #4da159;
	text-decoration: none;
}

#information .iPlant {
	background-image: url(../../img/index/icon_plant.png);
	background-repeat: no-repeat;
	background-position: left 10px;
}
#information .iHome {
	background-image: url(../../img/index/icon_home.png);
	background-repeat: no-repeat;
	background-position: left 10px;
}
#information .iComent {
	background-image: url(../../img/index/icon_coment.png);
	background-repeat: no-repeat;
	background-position: left 10px;
}
#information .isupport {
	background-image: url(../../img/index/icon_support.png);
	background-repeat: no-repeat;
	background-position: left 10px;
}
#information .iikuji {
	background-image: url(../../img/index/icon_ikuji.png);
	background-repeat: no-repeat;
	background-position: left 10px;
}
#information .iiinan {
	background-image: url(../../img/index/icon_iinan.png);
	background-repeat: no-repeat;
	background-position: left 10px;
}

/*相談会*/
#soudan {
	background-image: url(../../img/index/blue_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 467px;
	float: right;
	padding-bottom: 11px;
	text-align: left;
	font-size: 1.4em;
}
#soudan .inner {
	background-image: url(../../img/index/blue_top.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 11px;
	padding-right: 11px;
	padding-left: 11px;
	min-height: 150px;
}
#soudan .inner .tit {
	margin-bottom: 10px;
}
#soudan .inner .color_green,
#soudan .inner .color_green a {
	color: #4DA159;
	font-weight: bold;
	text-decoration: none;
}