@charset "utf-8";


/*==============================

		PC

==============================*/
@media screen and (min-width: 641px) {
  .block_recipeDetail .left {
  	width: 480px;
    float: left;
  	border: 1px solid #EDEDED;
  	box-shadow: 2px 2px 4px #EDEDED;
  	box-sizing: border-box;
  }
  .block_recipeDetail .right {
  	width: 420px;
    float: right;
  	margin: 0;
  	box-sizing: border-box;
  }

  .block_recipeDetail .left img {
  	width: 100%;
  }

  .block_recipeDetail h2 {
  	font-size: 20px;
  	font-weight: bold;
  	line-height: 40px;
  }

  .block_recipeDetail .description {
  	margin-bottom: 30px;
  }

  .block_recipeDetail .info {
    border-left: 1px dotted #000000;
    margin-bottom: 22px;
  }

  .block_recipeDetail .info div {
  	width: 32%;
  	border-right: 1px dotted #000000;
  	box-sizing: border-box;
  	float: left;
    text-align: center;
    padding: 10px 0;
  	margin-right: 2%;
    box-sizing: border-box;
  }

  .block_recipeDetail .info div:last-child {
  	margin-right: 0;
  }
  
  .block_recipeDetail .info div p{
    margin-bottom: 10px;
  }
  
  .block_recipeDetail .print {
    text-align: center;
  }
  
  .block_recipeDetail .print a:hover {
    opacity: 0.6;
  }
  
  .recipe_stuff,
  .recipe_cook {
    width: 440px;
  }
  
  .recipe_cook {
    float: right;
  }
  
  .recipe_stuff .secTitle::after,
  .recipe_cook .secTitle::after {
    background: -moz-linear-gradient(left, #E60012 11%, #EDEDED 11%, #EDEDED 11%);
    background: -webkit-linear-gradient(left, #E60012 11%,#EDEDED 11%,#EDEDED 11%);
    background: linear-gradient(to right, #E60012 11%,#EDEDED 11%,#EDEDED 11%);
  }
  
  .recipe_stuff {
    float: left;
  }
  
  .recipe_stuff .secTitle1st h2 span {
    font-size: 16px;
  }
  
  .recipe_stuff table {
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 20px;
  }
  
  .recipe_stuff tr {
    border-top: 1px solid #DDDDDD;
  }
  
  .recipe_stuff th {
    font-weight: bold;
    float: left;
    padding: 10px;
  }
  
  .recipe_stuff td {
    float: right;
    padding: 10px;
  }
  
  .recipe_stuff .note {
    font-size: 12px;
  }
  
  .recipe_cook th {
    width: 42px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  
  .recipe_cook td {
    padding: 0 10px 20px 10px;
  }
  
  .recipe_cook .point {
    background-color: #FAFAFA;
    padding: 30px;
    border-radius: 10px;
  }
  
  .recipe_cook h3 {
    font-weight: bold;
    background: url(/library/products/recipe/common/img/icon_point.png) left center no-repeat;
    padding-left: 30px;
    margin-bottom: 20px;
  }
  
  .link_recipeTop {
    text-align: center;
  }
  
  .link_recipeTop a {
    font-weight: bold;
    background: url(/library/common/img/icn_link_arrow_left.png) left center no-repeat;
    padding-left: 15px;
  }
}



/*==============================

		SP

==============================*/
@media screen and (max-width: 640px) {
  .block_recipeDetail .left {
  	width: 100%;
    float: left;
  	border: 1px solid #EDEDED;
  	box-shadow: 2px 2px 4px #EDEDED;
  	box-sizing: border-box;
  }
  .block_recipeDetail .right {
    width: 100%;
    float: right;
  	margin: 0;
  	box-sizing: border-box;
  }

  .block_recipeDetail .left img {
  	width: 100%;
  }

  .block_recipeDetail h2 {
  	font-size: 20px;
  	font-weight: bold;
  	line-height: 40px;
  }

  .block_recipeDetail .info {
    border-left: 1px dotted #000000;
  }

  .block_recipeDetail .info div {
  	width: 32%;
  	border-right: 1px dotted #000000;
  	box-sizing: border-box;
  	float: left;
    text-align: center;
  	margin-right: 2%;
    box-sizing: border-box;
  }
  
  .block_recipeDetail .info img {
    width: 28px;
  }

  .block_recipeDetail .info div:last-child {
  	margin-right: 0;
  }
  
  .block_recipeDetail .info div p{
    font-weight: bold;
    margin-bottom: 6px;
  }
  
  .block_recipeDetail .print {
    text-align: center;
  }
  
  .block_recipeDetail .print a:hover {
    opacity: 0.6;
  }
  
  .recipe_stuff,
  .recipe_cook {
    width: 100%;
  }
  
  .recipe_stuff .secTitle::after,
  .recipe_cook .secTitle::after {
    background: -moz-linear-gradient(left, #E60012 11%, #EDEDED 11%, #EDEDED 11%);
    background: -webkit-linear-gradient(left, #E60012 11%,#EDEDED 11%,#EDEDED 11%);
    background: linear-gradient(to right, #E60012 11%,#EDEDED 11%,#EDEDED 11%);
  }
  
  .recipe_stuff {
    margin-bottom: 40px;
  }
  
  .recipe_stuff .secTitle1st h2 span {
    font-size: 16px;
  }
  
  .recipe_stuff table {
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 15px;
  }
  
  .recipe_stuff tr {
    border-top: 1px solid #DDDDDD;
  }
  
  .recipe_stuff th {
    font-weight: bold;
    float: left;
    padding: 10px;
  }
  
  .recipe_stuff td {
    float: right;
    padding: 10px;
  }
  
  .recipe_stuff .note {
    font-size: 12px;
  }
  
  .recipe_cook th {
    width: 30px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  
  .recipe_cook td {
    padding: 0 10px 20px 10px;
  }
  
  .recipe_cook .point {
    background-color: #FAFAFA;
    padding: 20px;
    border-radius: 10px;
  }
  
  .recipe_cook h3 {
    font-weight: bold;
    background: url(/library/products/recipe/common/img/icon_point.png) left center no-repeat;
    padding-left: 30px;
    margin-bottom: 20px;
  }
  
  .link_recipeTop {
    text-align: center;
  }
  
  .link_recipeTop a {
    font-weight: bold;
    background: url(/library/common/img/icn_link_arrow_left.png) left center no-repeat;
    padding-left: 15px;
  }
}


/*==============================

		印刷表示制御

==============================*/
@media print{
	#headerArea,
  #footerArea,
  .mainContsTop,
  #recipe_products,
  .secNav,
  .section:last-child {
    display: none;
  }
  .mainConts {
    width: 960px;
    margin: 0 auto;
    background: #FFFFFF;
  }
  .secTitle1st h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 40px;
  }
  .block_recipeDetail .left {
  	width: 480px;
    float: left;
  	border: 1px solid #EDEDED;
  	box-shadow: 2px 2px 4px #EDEDED;
  	box-sizing: border-box;
  }
  .block_recipeDetail .right {
  	width: 420px;
    float: right;
  	margin: 0;
  	box-sizing: border-box;
  }
  .section + .section {
  	margin-top: 82px;
  }
  .secTitle {
  	padding-top: 13px;
  	margin-bottom: 20px;
  	position: relative;
  }
  .secTitle::after {
  	content: " ";
  	display: block;
  	width: 100%;
  	height: 3px;
  	background: -moz-linear-gradient(left, #E60012 5%, #EDEDED 5%, #EDEDED 5%);
  	background: -webkit-linear-gradient(left, #E60012 5%,#EDEDED 5%,#EDEDED 5%);
  	background: linear-gradient(to right, #E60012 5%,#EDEDED 5%,#EDEDED 5%);
  	position: absolute;
  	top: 0;
  	left: 0;
  	z-index: 10;
  }

  .block_recipeDetail .left img {
  	width: 100%;
  }

  .block_recipeDetail h2 {
  	font-size: 20px;
  	font-weight: bold;
  	line-height: 40px;
  }

  .block_recipeDetail .description {
  	margin-bottom: 30px;
  }

  .block_recipeDetail .info {
    border-left: 1px dotted #000000;
    margin-bottom: 22px;
  }

  .block_recipeDetail .info div {
  	width: 32%;
  	border-right: 1px dotted #000000;
  	box-sizing: border-box;
  	float: left;
    text-align: center;
    padding: 10px 0;
  	margin-right: 2%;
    box-sizing: border-box;
  }

  .block_recipeDetail .info div:last-child {
  	margin-right: 0;
  }
  
  .block_recipeDetail .info div p{
    margin-bottom: 10px;
  }
  
  .block_recipeDetail .print {
    text-align: center;
  }
  
  .block_recipeDetail .print a:hover {
    opacity: 0.6;
  }
  
  .recipe_stuff,
  .recipe_cook {
    width: 440px;
  }
  
  .recipe_cook {
    float: right;
  }
  
  .recipe_stuff .secTitle::after,
  .recipe_cook .secTitle::after {
    background: -moz-linear-gradient(left, #E60012 11%, #EDEDED 11%, #EDEDED 11%);
    background: -webkit-linear-gradient(left, #E60012 11%,#EDEDED 11%,#EDEDED 11%);
    background: linear-gradient(to right, #E60012 11%,#EDEDED 11%,#EDEDED 11%);
  }
  
  .recipe_stuff {
    float: left;
  }
  
  .recipe_stuff .secTitle1st h2 span {
    font-size: 16px;
  }
  
  .recipe_stuff table {
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 20px;
  }
  
  .recipe_stuff tr {
    border-top: 1px solid #DDDDDD;
  }
  
  .recipe_stuff th {
    font-weight: bold;
    float: left;
    padding: 10px;
  }
  
  .recipe_stuff td {
    float: right;
    padding: 10px;
  }
  
  .recipe_stuff .note {
    font-size: 12px;
  }
  
  .recipe_cook th {
    width: 42px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  
  .recipe_cook td {
    padding: 0 10px 20px 10px;
  }
  
  .recipe_cook .point {
    background-color: #FAFAFA;
    padding: 30px;
    border-radius: 10px;
  }
  
  .recipe_cook h3 {
    font-weight: bold;
    background: url(/library/products/recipe/common/img/icon_point.png) left center no-repeat;
    padding-left: 30px;
    margin-bottom: 20px;
  }
  
  .link_recipeTop {
    text-align: center;
  }
  
  .link_recipeTop a {
    font-weight: bold;
    background: url(/library/common/img/icn_link_arrow_left.png) left center no-repeat;
    padding-left: 15px;
  }
  .recipe_cook .point {
    background-color: #FAFAFA;
    padding: 30px;
    border-radius: 10px;
  }
}