@charset "utf-8";
/* CSS Document */

#recipe_contents {
	height: 2100px;
	width: 100%;
}
article{
height:auto;
}
#recipe_container {
width:775px;
height:1135px;
background: rgba(0, 0, 0, 0) url("../images/img_recipe_back.jpg") repeat-x scroll center top;
margin:50px 20px;
}
#recipe_top_inner {
padding:200px 0 0 0;
}
#recipe_top_inner h1{
text-align:center;
}

#recipe_top_inner h2{
	text-align:center;
	color: #47210D;
	font-family:"Century";
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.1em;
	margin:20px 0;
}
#recipe_top_text{
	color: #47210D;
	font-family:"ＭＳ 明朝";
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.15em;
	line-height: 35px;
	margin:0 70px;
}
#recipe_top_text p{
	border-top: 1px solid #47210D;
	padding:0 0 0 10px;
}
p.third_text{
border-bottom: 1px solid #47210D;
}

#index_inner h1{
margin:40px 25px 15px;
}

#viewer {
    margin: 0 50px;
    width: 700px;
    text-align: left;
}
#viewer div {
    width: 812px;
    height: 802px;
    overflow: hidden;
    position: relative;
	top:80px;
	right:100px;
}
#viewer div img {
    top: 0;
    left: 0;
    position: absolute;
}
 
#viewer ul {
    width: 700px;
	display: inline-block;
    overflow: hidden;

}
 
#viewer ul li {
    float: left;
    display: inline;
}
#viewer ul li p{
    text-align: center;
	margin:0 0 0 20px;
	color: #47210D;
	font-family:"ＭＳ 明朝";
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.15em;
	line-height: 20px;

	
}
#viewer .active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}
#under_box{
position:relative;
width:100%;
}
.top_back_btn{
position:absolute;
top:80px;
left:350px;
width:108px;
height:81px;
}
 
/* =======================================
    ClearFixElements
======================================= */
#viewer ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 