@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
iframe{height:1px;}
.other_mv{background-image:url(../img/index/bk_youtube.jpg);
    height: 350px;
    width: 962px;

}

.fl100{    
	float: left;
    padding: 156px 0 0 3px;
	}

#main {
	padding-top: 10px;
	background-image: url(../img/index/main_bg.jpg);
}

#mainConts {
	padding-right: 0;
	width: 962px;
}

#sideBar {
	width: 263px;
}

#conts h2 {
	margin-bottom: 25px;
}

#conts .list01 {
	margin: 0;
	width: 670px;
	position: relative;
	overflow: hidden;
	zoom: 1;
}

#conts .list01 li {
	float: left;
	display: inline;
}

#conts .news {
	padding-bottom: 10px;
	margin-bottom: 47px;
	border: 1px solid #dcdcdc;
}

#conts .news .tabNavi li {
	float: left;
}

#conts .news .tabNavi li a {
	display: block;
	float: left;
}

#conts .news .tabNavi .tabNavi01 a {
	background: url(../img/index/tabnavi01_on.gif) no-repeat;
}

#conts .news .tabNavi .tabNavi02 a {
	background: url(../img/index/tabnavi02_on.gif) no-repeat;
}

#conts .news .tabNavi .tabNavi03 a {
	background: url(../img/index/tabnavi03_on.gif) no-repeat;
}

#conts .news .tabNavi li a:hover img,
#conts .news .tabNavi .on a img {
	opacity: 0;
	filter: alpha(opacity=0);
}

#conts .news dl {
	padding: 5px 19px 10px;
	font-size: 1.2em;
}

#conts .news dl dt {
	padding-top: 12px;
	float: left;
	color: #8c8c8c;
	font-weight: bold;
}

#conts .news dl dd {
	padding: 12px 0 12px 6em;
	background: url(../img/common/line01.gif) repeat-x left bottom;
}

#conts .news .detailBtn {
	margin: 0 19px;
	text-align: right;
}

#conts .section {
	padding-bottom: 26px;
	margin-bottom: 25px;
	clear: both;
	background: url(../img/common/line01.gif) repeat-x left bottom;
}

#conts .last {
	margin-bottom: 0;
	padding-bottom: 0;
	background: none;
}

#conts .section dl {
	margin-top: -2px;
	float: right;
	width: 316px;
	line-height: 1.65;
}

#conts .section dl dt {
	margin-bottom: 9px;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.2;
}

#conts .section dl dt a {
	padding-left: 11px;
	display: inline-block;
	background: url(../img/common/icon01.gif) no-repeat left 5px;
}

#conts .section dl dd {
	font-size: 1.2em;
}
#conts .section .ba{
	border: 1px solid #dcdcdc;
}

.sidePhoto{
	background: url(../img/index/side_photo_bg.gif) no-repeat left top;
	width: 199px;
	height: 199px;
}
.recipe a{
	padding: 4px 6px 6px 4px;
	display: block;
	color: #d65341 !important;
	font-weight: bold;
}

.slidePagerWrapper {
position: relative;
overflow: hidden;
margin-bottom: 30px;
}

.slidePager {
float:left;
left:50%;
position:relative;
}

.slidePager li {
	width: 148px;
	float:left;
	left:-50%;
	position:relative;
	margin: 0 2.5px;
	    border: 1px solid #dcdcdc;
			background-color: #000;
}
.slidePager li img{
	width: 100%;
	height: auto;
	opacity: 0.5;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
  filter: alpha(opacity=50);
	transition: all 500ms;
}

.slidePager li.active img{
	opacity: 1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter: alpha(opacity=100);
}