@charset "utf-8";
/*
 * CSS living_common.css
 */

/* ---------------------------------------
	main_title
--------------------------------------- */
.main_title{
	background: #A3DE61;
}
.main_title .m_tit{
	background: #A3DE61;
}

/* ---------------------------------------
	section_title
--------------------------------------- */
.section_title{
	font-size: 1.5em;
	font-weight: bold;
	padding: 16px 15px;
	border-top: 2px solid;
	border-bottom: 1px solid;
	margin-bottom: 20px;
	background: #F9FCF5;
}
@media screen and (max-width: 767px) {
	.section_title{ font-size: 1.3em; }
}
@media screen and (max-width: 767px) {
	.section_title{ padding: 10px 10px; }
}


/* ---------------------------------------
	section
--------------------------------------- */
#sec_2 .s2_txt1{
	font-weight: bold;
	font-size: 1.15em;
	margin-bottom: 60px;
}
#sec_2 .date{
	color: #A3DE61;
	font-weight: bold;
	margin-bottom: 10px;
}
#sec_2 .article_wrap .article_tit{
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 20px;
}
#sec_2 .article{
	margin-bottom: 50px;
}
#sec_2 .article .sub_title{
	color: #79C842;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 1px solid;
	padding: 5px 5px 5px 55px;
	background: url(../img/cooking/ico_tit.png) no-repeat left top;
}
#sec_2 .article .article_img{
	text-align: center;
}
@media screen and (max-width: 767px){
	#sec_2 .article .sub_title{
		color: #79C842;
		font-size: 1.2em;
		font-weight: bold;
		line-height: 1.4;
		padding: 17px 5px 5px 55px;
	}
}

/*.article.c_conts1*/
#sec_2 .article.c_conts1 .article_cnt{}

/*.article.c_conts2*/
#sec_2 .article.c_conts2 .article_img{
	float: right;
	width: 268px;
}
#sec_2 .article.c_conts2 .article_cnt{
	float: left;
	width: 655px;
}

/*.article.c_conts3*/
#sec_2 .article.c_conts3 .article_img{
	float: left;
	width: 268px;
}
#sec_2 .article.c_conts3 .article_cnt{
	float: right;
	width: 655px;
}

/*.article.c_conts4*/
#sec_2 .article.c_conts4 .article_img img{
	margin: 0 10px 10px;
	max-width:90%;
	height:auto;
}
#sec_2 .article.c_conts5 .article_img img{
	margin: 0 10px 10px;
	max-width:40%;
	height:auto;
}
#sec_2 .article.c_conts6 .article_img img{
	margin: 0 10px 10px;
	max-width:25%;
	height:auto;
}

#sec_2 .article.c_conts4 .article_cnt,
#sec_2 .article.c_conts5 .article_cnt,
#sec_2 .article.c_conts6 .article_cnt{
	margin-bottom: 20px;
}

@media screen and (max-width: 767px){
	#sec_2 .article .article_img{
		float: none!important;
		width: 100%!important;
		text-align: center;
		margin-bottom: 20px;
	}
	#sec_2 .article .article_img img{
		max-width: 100%!important;
		height: auto;
		margin: 0 0 10px!important;
	}
	#sec_2 .article .article_cnt{
		float: none!important;
		width: 100%!important;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 767px) {
	#sec_2 .article_wrap .article_tit{
		font-size: 1.5em;
		margin-bottom: 10px;
	}
}


/* ---------------------------------------
	#archive_past
--------------------------------------- */
#archive_past{ padding: 55px 0 40px; background: #E8E5DF; }
#archive_past .s3_tit1{
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 10px;
}
#archive_past .box{
	background: #FFF;
	position: relative;
	margin-bottom: 35px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-sizing: border-box;
	border: 2px solid #CDC7C0;
	overflow: hidden;
}
#archive_past .box a{ display: block; }
#archive_past .box .box_img{ float: left; width: 250px; }
#archive_past .img_in{ display: table; width: 100%; height: 100%; }
#archive_past .img{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#archive_past .box .box_cnt{
	float: right;
	width: 700px;
	padding: 20px 30px;
	box-sizing: border-box;
}
#archive_past .box .box_cnt .box_date{ color: #75CA56; font-weight: bold; margin-bottom: 10px; }
#archive_past .box .box_cnt .box_tit{ font-size: 1.6em; font-weight: bold; margin-bottom: 10px; }
#archive_past .box .box_cnt .box_txt{ font-weight: bold; }
#archive_past .archive_past_btn a{
	width: 280px;
	margin: 0 auto;
	display: block;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 10px;
	border-radius: 10px;
	background: #FFF;
	border: 2px solid #C4BEB7;
	position: relative;
}
#archive_past .archive_past_btn a:after{
	content: "";
	display: block;
	width: 21px; height: 22px;
	position: absolute;
	top: 50%; right: 15px;
	margin-top: -10px;
	background: url(../img/common/ico_arrow_r.png);
}


@media screen and (max-width: 767px) {
	#archive_past .box .box_img{ width: 35%; }
	#archive_past .box .box_cnt{ width: 65%; padding: 10px 15px; }
	#archive_past .box .box_cnt .box_date{ margin-bottom: 0; }
	#archive_past .box .box_cnt .box_tit{ font-size: 1.2em; margin-bottom: 0; }
}
@media screen and (max-width: 767px) {
	#archive_past{ padding: 20px 0 20px; }
	#archive_past .s3_tit1{ font-size: 1.4em; }
	#archive_past .box .box_img{ width: 50%; }
	#archive_past .box .box_cnt{ width: 50%; padding: 10px 10px; line-height: 1.6; }
	#archive_past .archive_past_btn a{ width: 100%; box-sizing: border-box; }
}