@charset "UTF-8";

#T_article {
	min-width: 0;
	box-sizing: border-box;
    padding: 20px;
    background: #fff;
}
@media only screen and (max-width: 768px) {
	#T_article{
	padding: 0;
	}
}
#T_article * {
	box-sizing: border-box;
}

/* tag style */
#T_article img {vertical-align: bottom;}

/* page style */

#T_article .T_article_body {
	margin: 0 auto;
	max-width: 1000px;
}

#T_article .mv img {
max-width: 100%;
/*	background-image: url("../img/spring_item_main.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	padding: 36% 0 0;*/
}

#T_article .mv_lead {
	text-align: center;
	padding: 20px 20px;
   border-bottom: solid 1px #580204;
    border-left: solid 1px #580204;
    border-right: solid 1px #580204;
}
@media only screen and (max-width: 768px) {
	#T_article .mv_lead {
		padding: 12px 12px;
	}
}

#T_article .mv_lead p {
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;
	color: #580204;
}
@media only screen and (max-width: 768px) {
	#T_article .mv_lead p {
		font-size: 12px;
         line-height: 1.3;
	}
}

#T_article .list_index {
background:url("../img/recipe_bg.gif") repeat left top;
	padding: 20px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
@media only screen and (max-width: 768px) {
	#T_article .list_index {
		padding: 12px;
	}
}


@media print, screen and (min-width: 767px) {
	#T_article .list_index > li {
		width: calc( ( 100% - 40px ) / 3 - 1px );
		margin: 0 0 20px 20px;
	}
	#T_article .list_index > li:nth-child(3n+1) {margin-left: 0;}
}
@media only screen and (max-width: 768px) {
	#T_article .list_index > li {
		width: calc( ( 100% - 12px ) / 2 - 1px );
		margin: 0 0 6px 6px;
	}
	#T_article .list_index > li:nth-child(odd) {margin-left: 0;}
}

#T_article .list_index > li > a {
	display: block;
	height: 100%;
}
#T_article .list_index > li > a:hover {opacity: 0.8;}

/*#T_article .list_index_head {}*/
#T_article .list_index_image {}
#T_article .list_index_image img {
	width: 100%;
	height: auto;
}
/*#T_article .list_index_footer {}*/
/*#T_article .list_index_btn {}*/

#T_article .T_article_footer {text-align: center; margin: 30px 0;}
#T_article .T_article_footer > a {}
#T_article .T_article_footer > a > img { max-width: 100%}

/* utility style */
@media print, screen and (min-width: 767px) {
	#T_article .pc_disp {}
	#T_article .sp_disp {display: none;}
}
@media only screen and (max-width: 768px) {
	#T_article .pc_disp {display: none;}
	#T_article .sp_disp {}
}

@media print {
.l-header {
    position: absolute;
    }
/*  body {
      width: 1040px;
  }*/
}