html {
	min-height:810px;
	height:100%;
}

body {
	height:100%;
	background-image:none;
	background-color:#fff;
}

* html #topCont{
    height:100%;
}

#topCont {
	position: relative;
	min-height:100%;
	width:100%;
}

body > #topCont {
	height:auto;
}

a{
	color:#6f490a;
}

/* ヘッダーエリア index用上書き */
#headerWrapper {
	margin-bottom:0;
}

#snsBtns {
	padding-top:10px;
}

/* スライドショー */
#slideArea {
	width:100%;
	height:385px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	overflow:hidden;
	text-align:center;
	margin:0 auto;
}

.flexslider{
	position:relative;
	width:940px;
	height:350px;
	overflow:visible;
	left:-160px !important;
}

.flexslider .flex-viewport {
	overflow:visible;
}

.slides {
	height:350px;
}

.slides li{
	width:1260px !important;
	height:350px;
	position:absolute !important;
	left:0 !important;
	top:0 !important;
	overflow:hidden;
	display:none;
}

.slides li .movBox {
	position:absolute;
	left:800px;
	top:142px;
}

/* メインコンテンツ */
#contentArea {
	width:940px;
	margin:0 auto;
}

#newsArea {
	width:680px;
	height:40px;
	margin-bottom:20px;
	border-top:#341302 1px dotted;
	border-bottom:#341302 1px dotted;
	line-height:0;
	float:left;
}

#newsArea h2 {
	padding-left:17px;
	margin-top:15px;
	*margin-top:-5px;
	zoom:1;
	width:41px;
	float:left;
}

#newsArea #headLine {
	position:relative;
	margin-left:33px;
	margin-top:13px;
	width:494px;
	height:1em;
	background:url(../image/index/news_tri.gif) left center no-repeat;
	color:#341302;
	line-height:1em;
	float:left;
	overflow:hidden;
}

* html #newsArea #headLine {
	margin-left:16px;
}

#newsArea #headLine li {
	position:absolute;
	left:15px;
	top:0;
	line-height:1.2em;
	display:none;
}

#newsArea .viewAll {
	padding-left:14px;
	margin-top:10px;
	line-height:0;
	width:48px;
	float:left;
}

#newsArea .viewAll img {
	line-height:0;
}

#snsBtns {
	float:right;
	width:260px;
}


/* 中央メニュー */
#topIndexArea {
	width:940px;
	clear:both;
}

#topIndexArea .col {
	float:left;
	width:295px;
	margin-right:27px;
	margin-bottom:30px;
}

* html #topIndexArea .col {
	margin-right:13px;
}

#topIndexArea .col p {
	margin-bottom:15px;
	position:relative;
}

#topIndexArea .col p.imageIllust {
	text-align:center;
	padding-right:25px;
}

#topIndexArea .col p .movieBox {
	position:absolute;
	left:36px;
	top:68px;
	border:#896529 1px solid;
}

#topIndexArea .centerCol {
	margin-right:15px;
}

* html #topIndexArea .col {
	margin-right:7px;
}

#topIndexArea .lastCol {
	margin-right:0;
}

#topIndexArea .lastCol p {
	margin-left:15px;
}

* html #topIndexArea .lastCol p {
	margin-left:7px;
}

.fbCard {
	margin-bottom:15px;
}

.fbWrapper {
	margin-top:-1px;
	position:relative;
	border-left:#a9a9a9 1px solid;
	border-right:#a9a9a9 1px solid;
	border-bottom:#a9a9a9 1px solid;
	padding:1px;
}

* html .fbWrapper {
	padding-right:0;
}

/* フェイスブック Likeboxのfbタグに適用 */
.fb_iframe_widget {
	border-top:none;
}