/* CSS Document */

section {
	clear: both;
}

#contents h1 {
	color: #00bfbb;
	padding-left:0;
}
#contents section:first-child > img {
    margin-bottom: 15px;
}
#contents section:first-child > img + h1{
    padding: 0 0 0 7px;
}

h3 {
	color: #00bfbb;
	padding-bottom: 10px;
	border-bottom: #999999 dotted 1px;
	width: 95%;
	margin: 0 auto 15px;
}

#contents p {
	width: 95%;
	margin: 0 auto 1rem;
	clear: both;
	position:relative;
}

.img_2column {
	width: 95% !important;
	margin: 0 auto 1rem;
	overflow: hidden;
}
.img_2column .fL ,.img_2column .fR {
	width: 48% !important;
}

.text_img_2column {
	overflow: hidden;
	margin-bottom: 0.5rem;
}
.text_img_2column .fL {
	width: 76% !important;
	padding-left: 2%;
}
.text_img_2column .fR {
	width: 20% !important;
}

/* --------------------------------
    /yogurt/02
-------------------------------- */
.icon_arrow {
	width: 25px !important;
	height: 25px;
	margin: 0 auto;
}
/* --------------------------------
    /yogurt/03
-------------------------------- */
#tab{
	width: 95%;
	margin: 0 auto;
}
#tab li{
	width: 50%;
	height:28px;
	background:#e4e1e4;
	-webkit-border-radius:6px 6px 0 0;
	-moz-border-radius:6px 6px 0 0;
	border-radius:6px 6px 0 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	float: left;
	position:relative;
	text-indent:-9999px;
	margin-bottom:1px;
	margin-top:15px;
}
#tab li span{
	display:block;
	width:52px;
	height:23px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-11px 0 0 -26px;
}
#tab li.select{
	margin-bottom:1;
	height:32px;
	margin-top:10px;
	border-style:solid solid none;
	border-width:1px;
}
#tab li#recipe_after.select{
background: -webkit-linear-gradient(#336bbd 0%, #3d80e2 80%);
background: -moz-linear-gradient(#336bbd 0%, #3d80e2 80%);
background: linear-gradient(#336bbd 0%, #3d80e2 80%);
	border-color:#a0bbe3;
}
#tab li#recipe_before.select{
background: -webkit-linear-gradient(#bc5e95 0%, #e473b6 59%);
background: -moz-linear-gradient(#bc5e95 0%, #e473b6 59%);
background: linear-gradient(#bc5e95 0%, #e473b6 59%);
	border-color:#ebb2d4;
}
#tab li#recipe_after span{
	background:url(/smartphone/yogurtlibrary/zh/laboratory/yogurt/03/images/recipe_after.png) no-repeat 1px bottom;
	-webkit-background-size:52px 23px;
	-moz-background-size:52px 23px;
	background-size:52px 23px;
}
#tab li#recipe_after.select span{
	background:url(/smartphone/yogurtlibrary/zh/laboratory/yogurt/03/images/recipe_after_on.png) no-repeat 0 bottom;
	-webkit-background-size:52px 23px;
	-moz-background-size:52px 23px;
	background-size:52px 23px;
}
#tab li#recipe_before{

}
#tab li#recipe_before span{
	background:url(/smartphone/yogurtlibrary/zh/laboratory/yogurt/03/images/recipe_before.png) no-repeat 0 bottom;
	-webkit-background-size:52px 23px;
	-moz-background-size:52px 23px;
	background-size:52px 23px;
}
#tab li#recipe_before.select span{
	background:url(/smartphone/yogurtlibrary/zh/laboratory/yogurt/03/images/recipe_before_on.png) no-repeat 1px bottom;
	-webkit-background-size:52px 23px;
	-moz-background-size:52px 23px;
	background-size:52px 23px;
}

.disnon {
	display: none;
}
.content_wrap {
	clear: both;
}
.content_wrap .icon_recipe img {
	width: 60px !important;
	height: 51px;
	margin: 0.5rem auto 1rem;
}
.content_wrap .box_recipe {
	clear:both;
	overflow:hidden;
	width:85%;
	margin:0 auto 1rem;
	padding: 1rem 0.8rem 0.5rem;
	background-color:#f5f6f6;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 2px 2px 5px rgba(202,202,202,0.3) inset;
}
.content_wrap .icon_recipe + div{
	position:relative;
}
#box01 .box_recipe dt img {
	width: 80% !important;
	margin: 0 auto 0.5rem;
}
#box01 > div{
	position:relative;
}
#box02 .box_recipe dt img {
	margin: 0 auto 0.5rem;
}
.content_wrap .box_recipe dd p {
	display: table-cell;
    vertical-align: middle;
}
.content_wrap .box_recipe dd p.img_recipe {
	width: 111px !important;
}
.content_wrap .box_recipe dd p.img_recipe img {
	width: 111px !important;
	margin: 0.5rem 0.5rem 0.5rem 0;
}

.content_wrap .box_recipe .img_title02 {
	width:140px !important;
	height:70px;
}
.content_wrap .box_recipe .img02 {
	width:50px !important;
	height:84px;
}
.content_wrap .box_recipe_first {
	width:95%;
	margin:0 auto 1rem;
	-webkit-border-radius:0 0 6px 6px;
	-moz-border-radius:0 0 6px 6px;
	border-radius:0 0 6px 6px;
	background:#FCFCFC;
	-webkit-box-shadow: 2px 2px 10px rgba(8,2,3,0.3);
	-moz-box-shadow: 2px 2px 10px rgba(8,2,3,0.3);
	box-shadow: 2px 2px 10px rgba(8,2,3,0.3);
	overflow:hidden;
}
#contents .content_wrap .box_recipe_first p.img {
	width:100% !important;
	margin-bottom:10px;
}
.content_wrap .img_material {
	margin-bottom: 0 !important;
}
.content_wrap .material {
	position: relative;
	top: -65px;
	width: 45% !important;
	margin-bottom: 0 !important;
}
#contents p.material{
	position:absolute;
	height:20px;
	margin-top:-10px;
	top:50%;
	left:32%;
}

/* --------------------------------
    /yogurt/world
-------------------------------- */
#contents .yogurt_04_container{
	position:relative;
	overflow:hidden;
}
#contents .yogurt_04_container p{
	width:75%;
	float:left;
	padding-left:10px;
}
#contents .yogurt_04_container p + img{
	width:67px !important;
	position:absolute;
	right:0;
	top:45%;
	margin-top:-23px;
}
.world_map {
	overflow: hidden;
	width: 95%;
	margin: 0 auto 1rem ;
}
.world_map li {
	background-color:#ff6666;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 0.5rem;
}
.world_map li a {
	color: #fff !important;
	text-decoration: none;
	padding: 0.5rem 1rem;
	display: block;
	overflow: hidden;
}
.world_map li a div.fL{
	width:65%;
	font-weight:bold;
	font-size:1.2rem;
	margin-top:6px;
	line-height:1;
}
.world_map li a div.fR{
	width:76px;
}
.world_info{
	clear:both;
	overflow:hidden;
	width: 90%;
	margin:0 auto 20px;
	padding: 1rem 0.8rem 0.5rem;
	background-color:#E5F8F8;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.world_info dt{
	margin-bottom:0.5rem;
	font-weight:bold;
	color:#00bfbb;
	font-size:1rem;
}
.world_info dd{
	margin-bottom:0.5rem;
}
/* --------------------------------
    /yogurt/japan/02/
-------------------------------- */
div#japan_02_image > img{
	width:78px !important;
	display:block;
	margin-left:10px;
	float:left;
}
div#japan_02_image > a{
	display:block;
	width:178px;
	float:right;
	margin-top:27px;
	margin-right:10px;
}
.mw133 img {
	min-width: 133px !important;
}