@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      recipe2.css
 Style Info:     デフォルトのスタイルのリセット及び基本設定
----------------------------------------------------------- */


/*----------------------------------------------------
	Reset
----------------------------------------------------*/

/*===== basic set =====*/
html{ background-color: transparent;background-image: none;}/*YUI 3: CSS Reset bugfix*/
img{vertical-align:bottom; line-height:0;	}
html {
	overflow-y: scroll;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
}

q:before,q:after {
	content: '';
}

object,
embed {
	vertical-align: top;
}

hr,legend {
	display: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

img,abbr,acronym,fieldset {
	border: 0;
	line-height:1px;
	font-size:1px;
}

/*----------------------------------------------------
	Base
----------------------------------------------------*/

body {
	background:#333;
	color: #999;
	font-size: small;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
	text-align: center;
	margin: 10px 0;
}

* + html body {
	font-family: "メイリオ","Meiryo";
}


.area{
	width:850px;
	margin:0 auto;
	}
.container{
	background:#FFF;
	text-align:left;
	position:relative;
	border-bottom:3px #000 solid;
	}

/*----------------------------------------------------
	汎用class
----------------------------------------------------*/

/*** レイアウト ***/
.fr {float: right;margin: 0;}.fl {float: left;margin: 0;}.clear {clear: both;line-height:0px;height:0;font-size:0px;visibility:hidden;}.txtL { text-align: left;}.txtC { text-align: center;}.txtR { text-align: right;}

	
.clear {
	clear: both;
}

/* clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
 /* IE6 */
* html .clearfix { zoom: 1;}
 /* IE7 */
*:first-child+html .clearfix { zoom: 1;}

.btn{
	border:none;
	background: url(../recipe/img/module/btn_bg.png) 5px 50% no-repeat #7F1E03;
	padding:10px 10px 10px 25px;
	color:#FFF;
	font-weight:bold;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	cursor:pointer;
	-moz-transition: background 0.3s ease 0,;
	-webkit-transition: background 0.3s ease 0;
	-o-transition: background 0.3s ease 0;
	-ms-transition: background 0.3s ease 0;		
	}

.btn2{
	border:none;
	background: url(../recipe/img/module/btn_bg.png) 5px 50% no-repeat #7F1E03;
	margin:10px 0 0 0;
	padding:10px 10px 10px 25px;
	width:300px;
	text-align:left;
	color:#FFF;
	font-weight:bold;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	cursor:pointer;
	-moz-transition: background 0.3s ease 0,;
	-webkit-transition: background 0.3s ease 0;
	-o-transition: background 0.3s ease 0;
	-ms-transition: background 0.3s ease 0;		
	}

.btn2L{
	border:none;
	background: url(../recipe/img/module/btn_bg.png) 5px 50% no-repeat #7F1E03;
	margin:10px 0 0 0;
	padding:10px 10px 10px 25px;
	width:375px;
	text-align:left;
	color:#FFF;
	font-weight:bold;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	cursor:pointer;
	-moz-transition: background 0.3s ease 0,;
	-webkit-transition: background 0.3s ease 0;
	-o-transition: background 0.3s ease 0;
	-ms-transition: background 0.3s ease 0;		
	}

.btn:hover{
	background: url(../recipe/img/module/btn_bg_on.png) 5px 50% no-repeat #FF8000;
	}
.btnL:hover{
	background: url(../recipe/img/module/btn_bg_on.png) 5px 50% no-repeat #FF8000;
	}
/*----------------------------------------------------
	もどし方
----------------------------------------------------*/
#modoshi{
	position:absolute;
	bottom:0;
	right:10px;
	z-index:8000;
	}

/*もどしかたiframe*/
.iframe{
	background:#FFF;
	}
.iframe .area{
	width:620px;
	height:431px;
	}	

/*----------------------------------------------------
	tooltip
----------------------------------------------------*/
.main li {
	position:relative;
	width:200px;
	height:205px;
	}

.main li span{
	opacity:0;
	filter:alpha(opacity=0);
	-ms-filter: “alpha( opacity=0 )”;	
	width:120px;
	text-align:center;
	display:block;
	position:absolute;
	top:45%;
	left:50%;
	margin:0 0 0 -60px;
	font-size:10px;
	background:#222;
	color:#FFF;
	padding:5px 5px;
	/*transition*/
	-moz-transition: opacity 0.3s linear 0,;
	-webkit-transition: opacity 0.3s linear 0;
	-o-transition: opacity 0.3s linear 0;
	-ms-transition: opacity 0.3s linear 0;		
	}

.loopslider ul li:hover span,.loopslider02 ul li:hover span{
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: “alpha(opacity=100)；
}

/*----------------------------------------------------
	menu
----------------------------------------------------*/

.aside{
	position:absolute;
	width:30px;
	float:left;
	z-index:100;
	}
.aside ul{
	position:absolute;
	cursor:pointer;
	line-height:1;
	}
.aside #menu01{
	position:absolute;
	top:0;
	left:0;
	}
.aside #menu01_2{
	position:absolute;
	top:0;
	left:195px;
	}
.aside #menu02{
	position:absolute;
	top:275px;
	left:0;
	}
.aside #menu02_2{
	position:absolute;
	top:275px;
	left:195px;
	}



#menu01 ul{
	visibility:hidden;
	z-index:90;
	opacity:0;
	filter:alpha(opacity=0);
	-ms-filter: “alpha( opacity=0 )”;	
	position:absolute;
	top:0;
	left:30px;
	/*transition*/
	-moz-transition: opacity 0.5s ease 0;
	-webkit-transition: opacity 0.5s ease 0;
	-o-transition: opacity 0.5s ease 0;
	-ms-transition: opacity 0.5s ease 0;	
	}
#menu01 ul.menu01_2{/* 2列目 */
	visibility:hidden;
	z-index:90;
	opacity:0;
	filter:alpha(opacity=0);
	-ms-filter: “alpha( opacity=0 )”;	
	position:absolute;
	top:0;
	left:195px;
	/*transition*/
	-moz-transition: opacity 0.5s ease 0;
	-webkit-transition: opacity 0.5s ease 0;
	-o-transition: opacity 0.5s ease 0;
	-ms-transition: opacity 0.5s ease 0;	
	}


#menu01 ul.close{
	top:0px;
	left:360px;
	}
#menu01.on img{
	opacity:0;
	filter:alpha(opacity=0);
	-ms-filter: “alpha( opacity=0 )”;
	}
#menu01.on ul li img{
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: “alpha( opacity=100 )”;
	}	
#menu01.on{
	background:url(../recipe/img/module/menu01_on.png) left top no-repeat;
	}
#menu01.on ul{
	visibility:visible;	
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: “alpha( opacity=100 )”;	
	}	
	
	

#menu02 ul{
	visibility:hidden;
	z-index:90;
	opacity:0;
	filter:alpha(opacity=0);
	-ms-filter: “alpha( opacity=0 )”;	
	position:absolute;
	top:-275px;
	left:30px;
	/*transition*/
	-moz-transition: opacity 0.5s ease 0;
	-webkit-transition: opacity 0.5s ease 0;
	-o-transition: opacity 0.5s ease 0;
	-ms-transition: opacity 0.5s ease 0;		
	}
#menu02 ul.menu02_2{/* 2列目 */
	visibility:hidden;
	z-index:90;
	opacity:0;
	filter:alpha(opacity=0);
	-ms-filter: “alpha( opacity=0 )”;	
	position:absolute;
	top:-275px;
	left:195px;
	/*transition*/
	-moz-transition: opacity 0.5s ease 0;
	-webkit-transition: opacity 0.5s ease 0;
	-o-transition: opacity 0.5s ease 0;
	-ms-transition: opacity 0.5s ease 0;	
	}

#menu02 ul.menu02_3{/* 3列目 */
	visibility:hidden;
	z-index:90;
	opacity:0;
	filter:alpha(opacity=0);
	-ms-filter: “alpha( opacity=0 )”;	
	position:absolute;
	top:-275px;
	left:360px;
	/*transition*/
	-moz-transition: opacity 0.5s ease 0;
	-webkit-transition: opacity 0.5s ease 0;
	-o-transition: opacity 0.5s ease 0;
	-ms-transition: opacity 0.5s ease 0;	
	}
#menu02 ul.close{
	top:-275px;
	left:525px;
	}	
#menu02.on ul{
	visibility:visible;		
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: “alpha( opacity=100 )”;
	}

#menu02.on img{
	opacity:0;
	filter:alpha(opacity=0);
	-ms-filter: “alpha( opacity=0 )”;
	}
#menu02.on ul li img{
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: “alpha( opacity=100 )”;
	}	
#menu02.on{
	background:url(../recipe/img/module/menu02_on.png) left top no-repeat;
	}

/*----------------------------------------------------
	main top
----------------------------------------------------*/
.main{
	width:820px;
	float:right;
	background:#000;
	}

.loopslider {
	margin: 0 auto;
	width: 820px;
	height: 205px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.loopslider ul {
/*	width: 100%;*/
	height: 205px;
	float: left;
	display: inline;
	overflow: hidden;
}
.loopslider ul li {
	width: 200px;
	height: 205px;
	float: left;
	display: inline;
	overflow: hidden;
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: “alpha( opacity=70 )”;	
}


.loopslider ul li:hover{
opacity:1;
filter:alpha(opacity=100);
-ms-filter: “alpha( opacity=100 )”;
}


.loopslider02 {
	margin: 0 auto;
	width: 820px;
	height: 139px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.loopslider02 ul {
/*	width: 100%;*/
	height: 140px;
	float: left;
	display: inline;
	overflow: hidden;
}
.loopslider02 ul li {
	width: 135px;
	height: 140px;
	float: left;
	display: inline;
	overflow: hidden;
}

.loopslider02 ul li:hover{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: “alpha( opacity=80 )”;
}


/*----------------------------------------------------
	detail
----------------------------------------------------*/
.detail .main{
	background: url(../recipe/img/module/detail_bg.gif) right top no-repeat #FFF;
	height:550px;
	}
	
.detail #menu01 ul,.detail #menu02 ul{
	border-right:1px solid #CCC;
	}

.inner{
	width:610px;
	float:right;
	position:relative;
	}
.closeDetail{
	position:absolute;
	top:10px;
	right:10px;		
	}


.title{
	background:url(../recipe/img/module/name_bg.gif) left top no-repeat;
	height:134px;
	margin-bottom:30px;
	}
.title p{
	padding:55px 0 0 35px;
	}
.desc{
	padding:10px 0 0 0;
	color:#333;
	}
.product{
	width:280px;
	float:left;
	}
.arrange{
	width:240px;
	float:left;
	padding:15px 10px 15px 10px;
	margin-top:100px;
	margin-left:30px;
	background:url(../recipe/img/module/det_arr_bg.png) left top repeat;
	}

.t_arrange{
	background:url(../recipe/img/module/arrange_bg.png) left top no-repeat;
	color:#886B55;
	font-weight:bold;
	height:24px;
	margin-bottom:5px;
	padding:5px 0 0 20px;
	font-size:11px;
	}

.arrange .btn{
	font-size:11px;
	width:118px;
	margin-bottom:4px;
	border:none;
	background: url(../recipe/img/module/btn_bg.png) 5px 50% no-repeat #7F1E03;
	padding:12px 0 10px 0;
	color:#FFF;
	font-weight:bold;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	cursor:pointer;
	-moz-transition: background 0.3s ease 0,;
	-webkit-transition: background 0.3s ease 0;
	-o-transition: background 0.3s ease 0;
	-ms-transition: background 0.3s ease 0;
	}
.arrange .btnL{
	font-size:11px;
	width:240px;
	margin-bottom:4px;
	border:none;
	background: url(../recipe/img/module/btn_bg.png) 5px 50% no-repeat #7F1E03;
	padding:12px 0 10px 0;
	color:#FFF;
	font-weight:bold;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	cursor:pointer;
	-moz-transition: background 0.3s ease 0,;
	-webkit-transition: background 0.3s ease 0;
	-o-transition: background 0.3s ease 0;
	-ms-transition: background 0.3s ease 0;
	}
.arrange .btn:hover{
	background: url(../recipe/img/module/btn_bg_on.png) 5px 50% no-repeat #FF8000;
	}
.arrange .btnL:hover{
	background: url(../recipe/img/module/btn_bg_on.png) 5px 50% no-repeat #FF8000;
	}
/*-- 
	slider02
			--*/
.slider {
	/*float:left;*/
	width:240px;
	height:175px;
	position:relative;
	padding:0;
	background:#FFF;
	border:1px #F7F7F7 solid;
	margin-bottom:15px;
	}
.sliderContent {
	float:left;
	width:240px;
	height:175px;
	/*clear:both;*/
	position:relative;
	overflow:hidden;

	}
.sliderContent .item {
	position:absolute;
	top:10px;
	left:10px;
	width:220px;
	height:155px;
	/*background:#fff;*/
	}

.sliderBullets {
	position:absolute;
	bottom:0px;
	right:5px;
	z-index:20;
	margin-left:-45px;
	}
.sliderBullets a {
	display:block;
	float:left;
	text-indent:-9999px;
	outline:none;
	margin-left:5px;
	width:10px;
	height:11px;
	background:url(../images/bullets.png) no-repeat;
	}
.sliderBullets .active { background-position:0 -11px;}
.sliderContent a { outline:none;}
#main a { color:#fff;}
#main a img { border:none;}



/*----------------------------------------------------
	#footer
----------------------------------------------------*/

address {
	font-size:x-small;
	color:#999;
	text-align:center;
	margin-top: 5px;
}

.effect7
{
  	position:relative;       
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect7:before, .effect7:after
{
	content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.2);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.2);
    box-shadow:0 0 20px rgba(0,0,0,0.2);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
} 
.effect7:after
{
	right:10px; 
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg); 
       -moz-transform:skew(8deg) rotate(3deg);     
        -ms-transform:skew(8deg) rotate(3deg);     
         -o-transform:skew(8deg) rotate(3deg); 
            transform:skew(8deg) rotate(3deg);
}