@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　00. base
　01. 『おうちキャンプ』で避難生活を体験しよう
　02. 災害時こそ食べて元気に！
　03. 


******************************************************************************* */



/* ==

　00. base

=============================================================================== */
#main div:after{ content:''; display:block; clear:both; }

#main h2{ margin-bottom:10px; }
#main h3{ margin-bottom:10px; }

p em{ font-weight:bold; }
#main p.leadTxt{ padding:45px 0 50px; text-align:center; }
#main p.leadTxt.mobile{ padding:15px 0 30px; font-weight:bold; }


#main p.hdTxt{ margin-bottom:10px; }





/* メディアクエリー
------------------------------------------------------------------------------- */
@media only screen and (max-width: 1205px) {
}
@media only screen and (max-width: 600px) {
	#main p.leadTxt.mobile{ padding:20px 0 40px; text-align:left; }
}





/* ==

　01. 『おうちキャンプ』で避難生活を体験しよう

=============================================================================== */
.ftr_ouchiCamp{ padding-bottom:30px; position:relative; zoom:1; clear:both; }
#main .ftr_ouchiCamp h3{ margin-bottom:15px; }

.ftr_ouchiCamp .colL{ width:42%; float:left; }
.ftr_ouchiCamp .colR{ width:55%; float:right; }

.ftr_ouchiCamp .ouchiCamp01{ margin-bottom:30px; zoom:1; clear:both; }
.ftr_ouchiCamp .ouchiCamp03{ margin:-70px 0 30px; }
.ftr_ouchiCamp .ouchiCamp04{ width:52.5%; margin-left:-4%; float:left; }
.ftr_ouchiCamp .ouchiCamp05{ width:36.5%; float:right; }

.ftr_ouchiCamp .ouchiCamp01 .img{ width:45.5%; margin-left:3%; float:right; }
.ftr_ouchiCamp .ouchiCamp01 .txt{ padding-top:10px; }
.ftr_ouchiCamp .ouchiCamp02 .img,
.ftr_ouchiCamp .ouchiCamp03 .img{ margin-bottom:10px; }
.ftr_ouchiCamp .ouchiCamp02 .txt{ max-width:346px; padding:0 10px; }
.ftr_ouchiCamp .ouchiCamp04 .img{ width:51.5%; margin-left:3%; float:right; }
.ftr_ouchiCamp .ouchiCamp04 .txt{ padding-top:40px; }
.ftr_ouchiCamp .ouchiCamp05 .img{ margin-bottom:10px; text-align:center; }


/* メディアクエリー
------------------------------------------------------------------------------- */
@media only screen and (max-width: 1205px) {
}
@media only screen and (max-width: 950px) {
	.ftr_ouchiCamp .ouchiCamp03{ margin:-30px 0 30px; }
}
@media only screen and (max-width: 800px) {
	.ftr_ouchiCamp .ouchiCamp04{ margin-left:0; }
	.ftr_ouchiCamp .ouchiCamp04 .txt{ padding-top:0; }
}
@media only screen and (max-width: 700px) {
	.ftr_ouchiCamp .ouchiCamp04{ width:40%; margin-left:5%; }
	.ftr_ouchiCamp .ouchiCamp05{ width:42%; }
	.ftr_ouchiCamp .ouchiCamp04 .img{ width:auto; margin-bottom:10px; margin-left:0; text-align: center; float:none; }
	.ftr_ouchiCamp .ouchiCamp04 .img img, .ftr_ouchiCamp .ouchiCamp05 .img img{ width:90%; }
}
@media only screen and (max-width: 600px) {

	.ftr_ouchiCamp .colL, .ftr_ouchiCamp .colR{ width:auto; float:none; }
	
	.ftr_ouchiCamp .ouchiCamp02{ margin-bottom:30px; }
	.ftr_ouchiCamp .ouchiCamp03{ margin:0 0 30px; }
	.ftr_ouchiCamp .ouchiCamp04{ width:45%; margin-left:0; }
	.ftr_ouchiCamp .ouchiCamp05{ width:45%; }
	
	.ftr_ouchiCamp .ouchiCamp01 .img{ width:auto; }
	.ftr_ouchiCamp .ouchiCamp02 .img{ text-align:center; }
	.ftr_ouchiCamp .ouchiCamp02 .txt{ max-width:initial; padding:0; }
	.ftr_ouchiCamp .ouchiCamp05 .img{ padding:15px 0; }
	#main .ftr_ouchiCamp .ouchiCamp04 .img img, #main .ftr_ouchiCamp .ouchiCamp05 .img img{ max-width:150px; }

}




/* ==

　02. 災害時こそ食べて元気に！

=============================================================================== */
.ftr_eating{
	margin:0 0 50px;
	padding-top:30px;
	border-top:1px dotted #ccc;
	zoom:1;
	clear:both;
}

.ftr_eating .colL{ width: 31.5%; float: left; }
.ftr_eating .colR{ width: 65.5%; float: right; }

#main .ftr_eating div h4{ font-size:117%; color:#1d8cb3; }
#main .ftr_eating div .notes{ margin:0 0 15px 1em; text-indent:-1em; font-size:100%; }

.ftr_eating .eating01,
.ftr_eating .eating03,
.ftr_eating .eating04,
.ftr_eating .eating05{ margin:0 0 20px; padding:0 0 20px; border-bottom:1px dotted #ccc; zoom:1; clear:both; }

.ftr_eating .eating02,
.ftr_eating .eating06{ margin:0 0 20px; zoom:1; clear:both; }

.ftr_eating div dl{ padding-bottom:10px; }
.ftr_eating div dt{ font-size:117%; }
.ftr_eating div li{
	margin:0 0 10px 1.5em;
	text-indent:-1.5em;
	font-size:117%;
}

.ftr_eating div div.txt{ width:42%; float:left; }
.ftr_eating div div.img{ width:55%; float:right; }





/* メディアクエリー
------------------------------------------------------------------------------- */
@media only screen and (max-width: 1205px) {
}
@media only screen and (max-width: 950px) {
	.ftr_eating div div.txt{ width:45%; }
	.ftr_eating div div.img{ width:52%; }
}
@media only screen and (max-width: 900px) {
	.ftr_eating .colL{ width: 40%; }
	.ftr_eating .colR{ width: 57%; }

	.ftr_eating div div.txt{ width:auto; margin-bottom:15px; float:none; }
	.ftr_eating div div.img{ width:auto; text-align:center; float:none; }
}
@media only screen and (max-width: 700px){
	.ftr_eating .colL{ width:auto; float:none; }
	.ftr_eating .colR{ width:auto; float:none; }
	
	.ftr_eating .eating02{ padding:0 0 20px; border-bottom:1px dotted #ccc; }
}
@media only screen and (max-width: 600px){ 
}









.adviserBlock{
	padding:20px;
	background-color:#f4f4ea;
	zoom:1;
	clear:both;
}

.adviserBlock .colW{ width:80%; float:left; }
.adviserBlock .colN{ width:17%; text-align:right; float:right; }



@media only screen and (max-width: 480px) {
	.adviserBlock .colW{ width:auto; margin-bottom:15px; float:none; }
	.adviserBlock .colN{ width:auto; text-align:center; float:none; }
}

